@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
  scrollbar-gutter: stable;
  interpolate-size: allow-keywords;
  line-height: 1.5;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: inherit;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
  cursor: pointer;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled, label:has(> :disabled, + disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-decoration: none;
}

:where(ul, ol) {
  list-style: none;
}

:where(table) {
  border-collapse: collapse;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
  overflow: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  user-select: none !important;
}

/* ベース設定
---------------------------------------------*/
/* カスタムカラー
---------------------------------------------*/
/* ブレイクポイント
---------------------------------------------*/
/* ブレイクポイント
---------------------------------------------*/
/* CSSハックIE
---------------------------------------------*/
/* ％取得
---------------------------------------------*/
/* em変換
---------------------------------------------*/
/* rem変換
---------------------------------------------*/
/* 可変サイズ取得
---------------------------------------------*/
/* フォントサイズ
---------------------------------------------*/
/* CSS三角形 t:TOP r:RIGHT b:BOTTOM l:LEFT
---------------------------------------------*/
/*　レティナ対応
---------------------------------------------*/
/*　フォント
---------------------------------------------*/
body {
  color: #555;
  background: #fff;
  font-size: clamp(0.875rem, 0.1522070015vw + 0.8356164384rem, 1rem);
  line-height: 1.6;
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  position: relative;
}
body.no-scroll {
  overflow: hidden;
  height: 100%;
}

@media (hover: hover) {
  a, button {
    transition: 0.3s opacity;
    cursor: pointer;
  }
  a:hover, button:hover {
    opacity: 0.7;
  }
}

.wrapper--m {
  width: 100%;
  max-width: 1400px;
}
@media screen and (max-width: 767px) {
  .wrapper--m {
    padding-left: clamp(20px, 13.698630137px + 1.5220700152vw, 40px);
    padding-right: clamp(20px, 13.698630137px + 1.5220700152vw, 40px);
  }
}
@media screen and (min-width: 768px) {
  .wrapper--m {
    margin-inline: auto;
    padding-left: clamp(20px, -5.2054794521px + 6.0882800609vw, 100px);
    padding-right: clamp(20px, -5.2054794521px + 6.0882800609vw, 100px);
  }
}

@media screen and (max-width: 767px) {
  .outer-wrapper {
    padding-left: clamp(20px, 1.095890411px + 4.5662100457vw, 80px);
    padding-right: clamp(20px, 1.095890411px + 4.5662100457vw, 80px);
  }
}
@media screen and (min-width: 768px) {
  .outer-wrapper {
    padding-left: clamp(20px, 1.095890411px + 4.5662100457vw, 80px);
    padding-right: clamp(20px, 1.095890411px + 4.5662100457vw, 80px);
  }
}

@media screen and (max-width: 767px) {
  .inner-wrapper {
    padding-left: clamp(20px, -15.9178082192px + 8.6757990868vw, 134px);
    padding-right: clamp(20px, -15.9178082192px + 8.6757990868vw, 134px);
  }
}
@media screen and (min-width: 768px) {
  .inner-wrapper {
    margin-inline: auto;
    padding-left: clamp(20px, -15.9178082192px + 8.6757990868vw, 134px);
    padding-right: clamp(20px, -15.9178082192px + 8.6757990868vw, 134px);
    max-width: 1568px;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .sp-show {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .pc-show {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header__inner {
  padding: clamp(18px, 11.0684931507px + 1.6742770167vw, 40px) clamp(20px, 13.698630137px + 1.5220700152vw, 40px) clamp(14px, 5.8082191781px + 1.9786910198vw, 40px) clamp(20px, 13.698630137px + 1.5220700152vw, 40px);
  background-color: #fff;
  display: flex;
  align-items: center;
}
.header__logo {
  margin-right: auto;
  display: flex;
  gap: 0.5em 1.6875em;
  color: #000;
}
@media screen and (max-width: 1399px) {
  .header__logo {
    flex-direction: column;
  }
}
@media screen and (min-width: 1400px) {
  .header__logo {
    align-items: center;
  }
}
.header__logo-icon {
  width: clamp(130px, 100.3835616438px + 7.1537290715vw, 224px);
}
@media screen and (max-width: 1399px) {
  .header__logo-ja {
    max-width: 188px;
    margin-top: clamp(10px, 9.3698630137px + 0.1522070015vw, 12px);
    width: 77.4499299431%;
  }
}
.header__logo-en {
  margin-top: clamp(9px, 8.6849315068px + 0.0761035008vw, 10px);
}
@media screen and (max-width: 1399px) {
  .header__logo-en {
    max-width: 243px;
  }
}
.header__navi {
  margin-left: 2em;
}
@media screen and (max-width: 1199px) {
  .header__navi {
    display: none;
  }
}
.header__navi-upper ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5625em;
}
.header__navi-upper a {
  display: flex;
  align-items: center;
  gap: 0.4285714286em;
  color: #666;
  font-size: 0.875rem;
  line-height: normal;
}
.header__navi-bottom {
  margin-top: 1.21875em;
  grid-area: bottom;
}
.header__navi-bottom ul {
  display: flex;
  align-items: center;
  gap: 2.875em;
}
.header__navi-bottom a {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 123.529%;
  letter-spacing: 0.04em;
}
@media (hover: hover) {
  .header__navi-bottom a {
    transition: 0.3s color;
  }
  .header__navi-bottom a:hover {
    opacity: 1;
    color: #006946;
  }
}
.header__search form {
  display: flex;
  align-items: center;
  border: 1px solid #999;
  border-radius: 20px;
  padding: 0.25em 0.3125em;
  width: 117px;
  background-color: #F7F7F7;
}
.header__search form input[type=text] {
  appearance: none;
  font-size: 0.875rem;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent;
  line-height: 114.2857142857%;
  width: calc(100% - 1.25em);
}
.header__search form input[type=text]::placeholder {
  color: #999;
}
.header__search form input[type=text]:focus {
  outline: none;
}
.header__search form button {
  margin-left: auto;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  flex-shrink: 0;
}
.header__search form button img {
  display: block;
  width: 0.875em;
  height: auto;
}
.header__menu {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(52px, 40.0273972603px + 2.8919330289vw, 90px);
  height: clamp(52px, 40.0273972603px + 2.8919330289vw, 90px);
  background-color: #006946;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .header__menu {
    margin-left: 20px;
  }
}
@media (hover: hover) {
  .header__menu {
    transition: 0.3s background-color;
  }
  .header__menu:hover {
    opacity: 1;
    background-color: #008358;
  }
}
.header__menu-bar {
  width: clamp(20px, 14.9589041096px + 1.2176560122vw, 36px);
  height: clamp(6px, 4.7397260274px + 0.304414003vw, 10px);
  position: relative;
  translate: 0 clamp(1px, 0.3698630137px + 0.1522070015vw, 3px);
}
.header__menu-bar::before, .header__menu-bar::after {
  content: "";
  width: 100%;
  height: clamp(1px, 0.6849315068px + 0.0761035008vw, 2px);
  background-color: #fff;
  position: absolute;
  left: 0;
}
.header__menu-bar::before {
  top: 0;
}
.header__menu-bar::after {
  bottom: 0;
}
.header__menu-label {
  font-family: "DM Sans";
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.375rem, 0.4566210046vw + 0.2568493151rem, 0.75rem);
  font-weight: 600;
  color: #fff;
  margin-top: 0.75em;
  line-height: 100%;
  letter-spacing: 0.04em;
  translate: 0 clamp(1px, 0.3698630137px + 0.1522070015vw, 3px);
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F4FFF9;
  z-index: 9999;
}
@media screen and (min-width: 1400px) {
  .modal {
    padding-left: 27.8356481481%;
  }
  .modal::before {
    content: "";
    width: 27.8356481481%;
    height: 100%;
    background-image: url(//img/common/modal-bg.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal .header__logo {
  opacity: 0;
  pointer-events: none;
}
.modal__inner {
  padding: clamp(18px, 11.0684931507px + 1.6742770167vw, 40px) clamp(20px, 13.698630137px + 1.5220700152vw, 40px) clamp(14px, 5.8082191781px + 1.9786910198vw, 40px) clamp(20px, 13.698630137px + 1.5220700152vw, 40px);
  overflow: auto;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .modal__inner {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1400px) {
  .modal__inner {
    padding: clamp(18px, 11.0684931507px + 1.6742770167vw, 40px) clamp(20px, 13.698630137px + 1.5220700152vw, 40px) clamp(14px, 5.8082191781px + 1.9786910198vw, 40px) clamp(20px, -0.4794520548px + 4.9467275495vw, 85px);
  }
}
.modal__close {
  margin-left: auto;
  display: block;
  width: clamp(52px, 40.0273972603px + 2.8919330289vw, 90px);
  height: clamp(52px, 40.0273972603px + 2.8919330289vw, 90px);
  flex-shrink: 0;
  background-color: #006946;
  border-radius: 50%;
  position: relative;
}
.modal__close::before, .modal__close::after {
  content: "";
  width: 30%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.modal__close::before {
  rotate: 45deg;
}
.modal__close::after {
  rotate: -45deg;
}
@media screen and (max-width: 1023px) {
  .modal__sub {
    order: 3;
  }
}
.modal__sub ul {
  display: flex;
  gap: 1.5625em;
}
@media screen and (max-width: 1023px) {
  .modal__sub ul {
    margin-top: clamp(40px, 33.698630137px + 1.5220700152vw, 60px);
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .modal__sub ul {
    align-items: center;
  }
}
.modal__sub a {
  display: flex;
  align-items: center;
  gap: 0.4285714286em;
  color: #666;
  font-size: 0.875rem;
  line-height: normal;
}
.modal__search form {
  display: flex;
  align-items: center;
  border: 1px solid #999;
  border-radius: 20px;
  padding: 0.5em;
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .modal__search form {
    max-width: 278px;
  }
}
.modal__search form {
  background-color: #F7F7F7;
}
.modal__search form input[type=text] {
  appearance: none;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent;
  line-height: 114.2857142857%;
  width: calc(100% - 1.25em);
}
.modal__search form input[type=text]::placeholder {
  color: #999;
}
.modal__search form input[type=text]:focus {
  outline: none;
}
.modal__search form button {
  margin-left: auto;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  flex-shrink: 0;
}
.modal__search form button img {
  display: block;
  width: 0.875em;
  height: auto;
}
.modal__main {
  margin-top: clamp(20px, 13.698630137px + 1.5220700152vw, 40px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .modal__main {
    max-width: 820px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1023px) {
  .modal__main-column {
    display: contents;
  }
}
.modal__main-item {
  background-color: #DBF7EE;
  border-radius: 0.625em;
  color: #006946;
}
@media screen and (min-width: 1024px) {
  .modal__main-item + .modal__main-item {
    margin-top: 20px;
  }
}
.modal__main .modal__parent-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 116.667%;
  letter-spacing: 0.04em;
  box-sizing: border-box;
}
.modal__main .modal__parent-button.is-active .modal__parent-icon::after {
  opacity: 0;
}
.modal__main ul {
  padding: 20px 20px 26px;
  display: none;
}
.modal__main li {
  font-size: 0.875rem;
  line-height: 157.143%;
  letter-spacing: 0.04em;
}
.modal__main li + li {
  margin-top: 1em;
}
.modal__parent-icon {
  flex-shrink: 0;
  width: 0.7777777778em;
  height: 0.7777777778em;
  position: relative;
}
.modal__parent-icon::before, .modal__parent-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #006946;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.modal__parent-icon::after {
  rotate: 90deg;
  transition: opacity 0.3s ease-out;
}

.footer__pagetop {
  position: fixed;
  right: clamp(20px, 13.698630137px + 1.5220700152vw, 40px);
  bottom: clamp(20px, 13.698630137px + 1.5220700152vw, 40px);
  z-index: 100;
  display: none;
  width: clamp(44px, 32.6575342466px + 2.7397260274vw, 80px);
}
.footer__sns {
  border-top: 1px solid #999;
  padding-block: clamp(40px, 36.8493150685px + 0.7610350076vw, 50px);
}
.footer__sns ul {
  margin-inline: auto;
  width: max-content;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0 clamp(25px, 13.9726027397px + 2.6636225266vw, 60px);
}
@media screen and (min-width: 1200px) {
  .footer__sns ul {
    grid-template-columns: repeat(5, auto);
    grid-template-rows: auto auto;
  }
}
.footer__sns li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .footer__sns li:nth-child(n+3) {
    margin-top: clamp(25px, 17.1232876712px + 1.902587519vw, 50px);
  }
  .footer__sns li:last-child:nth-child(odd) {
    grid-column: 1/-1;
    justify-self: center;
  }
}
.footer__sns-title {
  font-size: clamp(0.75rem, 0.0761035008vw + 0.7303082192rem, 0.8125rem);
  text-align: center;
  line-height: 173.333%;
  letter-spacing: 0.04em;
  margin-bottom: 0.8333333333em;
}
@media screen and (min-width: 768px) {
  .footer__sns-title {
    margin-bottom: 2em;
  }
}
.footer__sns a {
  margin-inline: auto;
  display: table;
}
@media screen and (max-width: 767px) {
  .footer__sns img {
    font-size: clamp(0.75rem, 0.0761035008vw + 0.7303082192rem, 0.8125rem);
  }
  .footer__sns img[src$="x.svg"] {
    height: 1.75em;
    width: auto;
  }
  .footer__sns img[src$="youtube.svg"] {
    height: 1.4333333333em;
    width: auto;
  }
  .footer__sns img[src$="note.svg"] {
    height: 1.1666666667em;
    width: auto;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 0.875em 1.6875em;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .footer__logo {
    flex-direction: column;
    justify-content: center;
  }
}
.footer__logo-icon {
  width: clamp(130px, 100.3835616438px + 7.1537290715vw, 224px);
}
.footer__logo-ja {
  font-size: clamp(0.8125rem, 0.3805175038vw + 0.7140410959rem, 1.125rem);
  font-weight: 500;
  line-height: 123.529%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .footer__logo-ja {
    text-align: center;
  }
}
.footer__logo-en {
  font-family: "DM Sans";
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.5625rem, 0.2283105023vw + 0.5034246575rem, 0.75rem);
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.04em;
}
.footer__address {
  margin-top: 0.9333333333em;
  font-size: clamp(0.875rem, 0.0761035008vw + 0.8553082192rem, 0.9375rem);
  line-height: 213.333%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .footer__address {
    text-align: center;
  }
}
.footer__navi {
  margin-top: clamp(45px, 38.698630137px + 1.5220700152vw, 65px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3em 0.5em;
}
@media screen and (min-width: 1024px) {
  .footer__navi {
    grid-template-columns: repeat(4, 1fr);
  }
}
.footer__navi-department {
  display: flex;
  flex-direction: column;
  gap: 0.625em;
}
.footer__navi-department a {
  font-size: clamp(0.75rem, 0.304414003vw + 0.6712328767rem, 1rem);
  font-weight: 500;
  line-height: 131.25%;
  letter-spacing: 0.04em;
}
.footer__navi-page {
  display: flex;
  flex-direction: column;
  gap: 0.625em;
}
@media screen and (min-width: 1024px) {
  .footer__navi-page {
    gap: 0.7142857143em;
  }
}
.footer__navi-page a {
  font-size: clamp(0.75rem, 0.304414003vw + 0.6712328767rem, 1rem);
  font-weight: 500;
  line-height: 131.25%;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .footer__navi-page a {
    font-size: clamp(0.75rem, 0.1522070015vw + 0.7106164384rem, 0.875rem);
    line-height: 150%;
    font-weight: 400;
  }
}
.footer__upper {
  background: #F6F5F3;
  padding-block: clamp(40px, 33.698630137px + 1.5220700152vw, 60px);
}
.footer__bottom {
  padding-block: clamp(40px, 40px + 0vw, 40px) clamp(60px, 53.698630137px + 1.5220700152vw, 80px);
}
@media screen and (min-width: 1024px) {
  .footer__bottom {
    padding-block: clamp(40px, 40px + 0vw, 40px);
  }
}
@media screen and (max-width: 1023px) {
  .footer__bottom-inner {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.footer__privacy {
  font-size: clamp(0.8125rem, 0.0761035008vw + 0.7928082192rem, 0.875rem);
  line-height: 150%;
  letter-spacing: 0.04em;
}
.footer__copy {
  font-family: "DM Sans";
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .footer__copy {
    margin-top: 1.875em;
  }
}

:root {
  --target-navi-height: 0px;
}

.c-target-navi--no-transition {
  transition: none !important;
}
@media screen and (min-width: 1024px) {
  .c-target-navi--no-transition {
    transition: none !important;
  }
}

.c-target-navi {
  position: fixed;
  z-index: 100;
  transition: bottom 0.2s ease-out;
}
@media screen and (max-width: 1023px) {
  .c-target-navi {
    bottom: calc(-1 * var(--target-navi-height));
    left: 50%;
    transform: translateX(-50%);
    max-width: 241px;
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .c-target-navi {
    display: flex;
    top: 50%;
    right: -241px;
    transform: translateY(-50%);
    transition: right 0.2s ease-out;
  }
}
@media screen and (max-width: 1023px) {
  .c-target-navi.is-active {
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-target-navi.is-active {
    right: 0;
  }
}
.c-target-navi.is-active .c-target-navi__icon::after {
  opacity: 0;
}
.c-target-navi__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  background: #006946;
  color: #FFF;
  padding: 0.8571428571em 1.4285714286em;
  line-height: normal;
  letter-spacing: 0.1em;
  border-radius: 0.7142857143em 0.7142857143em 0 0;
}
@media screen and (max-width: 1023px) {
  .c-target-navi__title {
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) {
  .c-target-navi__title {
    padding: 1.0714285714em 1.5714285714em 1.4285714286em;
    flex-shrink: 0;
    writing-mode: vertical-rl;
    border-radius: 0.7142857143em 0 0 0.7142857143em;
  }
}
@media (hover: hover) {
  .c-target-navi__title {
    transition: 0.3s background-color;
  }
  .c-target-navi__title:hover {
    background-color: #008358;
    opacity: 1;
  }
}
.c-target-navi__icon {
  width: 1em;
  height: 1em;
  position: relative;
}
.c-target-navi__icon::before, .c-target-navi__icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.c-target-navi__icon::after {
  rotate: 90deg;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 1023px) {
  .c-target-navi ul {
    border-top: 1px solid #084C19;
  }
}
@media screen and (min-width: 1024px) {
  .c-target-navi ul {
    width: 241px;
    border-left: 1px solid #084C19;
    flex-grow: 1;
  }
}
.c-target-navi li + li {
  border-top: 1px solid #084C19;
}
.c-target-navi a {
  color: #FFF;
  font-size: clamp(0.8125rem, 0.0761035008vw + 0.7928082192rem, 0.875rem);
  line-height: 100%;
  letter-spacing: 0.04em;
  background: #006946;
  padding: 1.4285714286em 0.7142857143em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-target-navi a::after {
  content: "";
  width: 0.5714285714em;
  height: 0.5714285714em;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: -45deg;
  flex-shrink: 0;
}
@media (hover: hover) {
  .c-target-navi a {
    transition: 0.3s background-color;
  }
  .c-target-navi a:hover {
    background-color: #008358;
    opacity: 1;
  }
}

.c-sectiontitle {
  display: flex;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .c-sectiontitle {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .c-sectiontitle {
    align-items: baseline;
  }
}
.c-sectiontitle.--center {
  justify-content: center;
}
.c-sectiontitle__label {
  color: #006946;
  font-family: "DM Sans";
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(2.375rem, 0.6088280061vw + 2.2174657534rem, 2.875rem);
  letter-spacing: 0.04em;
}
.c-sectiontitle__title {
  font-size: 0.9375rem;
  line-height: normal;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .c-sectiontitle__title {
    margin-left: 1em;
  }
}

.c-topics-subtitle {
  color: #006946;
  font-size: clamp(1.125rem, 0.4566210046vw + 1.0068493151rem, 1.5rem);
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.04em;
  padding: 1.2222222222em 1.6666666667em;
  border-top: 1px solid #006946;
  margin-bottom: 0.8333333333em;
}

.c-topics-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, 33.698630137px + 1.5220700152vw, 60px) clamp(20px, 13.698630137px + 1.5220700152vw, 40px);
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .c-topics-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .c-topics-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.c-topics-list.--index {
  gap: clamp(30px, 18.6575342466px + 2.7397260274vw, 66px) clamp(20px, 19.3698630137px + 0.1522070015vw, 22px);
}

.c-topics-post a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-topics-post__image {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 372/211;
  margin-bottom: 1.1875em;
}
.c-topics-post__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-topics-post__date {
  color: #006946;
  font-family: "DM Sans";
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: normal;
  letter-spacing: 0.04em;
}
.c-topics-post__category {
  margin-left: 1em;
  color: #006946;
  font-size: 0.75rem;
  line-height: normal;
  letter-spacing: 0.04em;
  padding: 2px 14px;
  border-radius: 0.3333333333em;
  border: 1px solid #006946;
  background: #FFF;
}
.c-topics-post__title {
  margin-top: 0.4666666667em;
  width: 100%;
  font-size: 0.9375rem;
  line-height: 213.333%;
  letter-spacing: 0.6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.c-breadcrumb {
  overflow: auto;
}
.c-breadcrumb ol {
  display: flex;
  font-size: 0.875rem;
}
.c-breadcrumb li {
  letter-spacing: 0.01em;
  flex-shrink: 0;
}
.c-breadcrumb li:not(:first-child)::before {
  content: "/";
  display: inline-block;
  width: 2em;
  text-align: center;
}
.c-breadcrumb li a {
  color: #006946;
}

.c-pagetitle {
  padding-top: clamp(50px, 46.8493150685px + 0.7610350076vw, 60px);
  padding-bottom: clamp(50px, 43.698630137px + 1.5220700152vw, 70px);
  display: flex;
  flex-direction: column;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .c-pagetitle {
    justify-content: center;
    flex-direction: column;
  }
}
.c-pagetitle__label {
  color: #006946;
  font-family: "DM Sans";
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(2.375rem, 0.6088280061vw + 2.2174657534rem, 2.875rem);
  letter-spacing: 0.04em;
}
.c-pagetitle__title {
  font-size: 0.9375rem;
  line-height: normal;
  letter-spacing: 0.04em;
}

.c-page-navi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: clamp(40px, 27.397260274px + 3.0441400304vw, 80px);
  gap: clamp(5px, 3.4246575342px + 0.3805175038vw, 10px);
  font-family: "DM Sans";
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.6875rem, 0.3805175038vw + 0.5890410959rem, 1rem);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.04em;
}
.c-page-navi a:not(.prev):not(.next), .c-page-navi .current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  color: #231815;
  border-radius: 5em;
  background: #F7F7F7;
}
@media (hover: hover) {
  .c-page-navi a:not(.prev):not(.next), .c-page-navi .current {
    transition: 0.3s background, 0.3s color;
  }
  .c-page-navi a:not(.prev):not(.next):hover, .c-page-navi .current:hover {
    background: #006946;
    color: #FFF;
    opacity: 1;
  }
}
.c-page-navi .current {
  background: #006946;
  color: #FFF;
}
.c-page-navi .extend {
  width: 0.25em;
}
@media screen and (min-width: 1024px) {
  .c-page-navi .extend {
    width: 0.75em;
  }
}
.c-page-navi .prev, .c-page-navi .next {
  display: flex;
  align-items: center;
  gap: 0.5625em;
  color: #006946;
}
.c-page-navi .prev::before, .c-page-navi .next::before {
  content: "";
  width: 0.9375em;
  height: 0.6875em;
  display: block;
  background: url("//img/common/pagenation-arrow.svg") no-repeat center/contain;
}
.c-page-navi .prev {
  margin-right: clamp(10px, 5.5890410959px + 1.0654490107vw, 24px);
}
.c-page-navi .prev::before {
  transform: rotate(180deg);
}
.c-page-navi .next {
  margin-left: clamp(10px, 5.5890410959px + 1.0654490107vw, 24px);
  flex-direction: row-reverse;
}

.top-visual {
  width: 100%;
  max-width: 100%;
}
.top-visual__slide {
  width: 100%;
  max-width: 1296px;
}
@media (min-width: 1306px) {
  .top-visual__slide {
    padding: 0 10px;
  }
}
.top-visual__slide img {
  width: 100%;
  height: auto;
  display: block;
}
.top-visual__pagination {
  margin-top: clamp(15px, 10.2739726027px + 1.1415525114vw, 30px);
  padding-left: clamp(20px, -5.2054794521px + 6.0882800609vw, 100px);
  padding-right: clamp(20px, -5.2054794521px + 6.0882800609vw, 100px);
  gap: clamp(4px, 0.2191780822px + 0.9132420091vw, 16px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-visual .swiper-pagination-bullet {
  width: 130px !important;
  height: 3px !important;
  border-radius: 0 !important;
  background: #989898;
  opacity: 1 !important;
  margin: 0 !important;
}
.top-visual .swiper-pagination-bullet-active {
  background: #006946 !important;
}

.top-focus {
  overflow: hidden;
  padding-top: clamp(40px, 36.8493150685px + 0.7610350076vw, 50px);
  padding-bottom: clamp(30px, 7.9452054795px + 5.3272450533vw, 100px);
}
.top-focus .swiper {
  margin-right: calc(50% - 50vw);
  border-top: 1px solid #D5D5D5;
  padding-top: clamp(20px, 13.698630137px + 1.5220700152vw, 40px);
}
@media screen and (max-width: 767px) {
  .top-focus .swiper-wrapper {
    padding-left: 60px;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1699px) {
  .top-focus .swiper-wrapper {
    padding-left: 6.936416185vw;
    padding-bottom: 5.2023121387vw;
  }
}
@media screen and (min-width: 1700px) {
  .top-focus .swiper-wrapper {
    padding-left: 120px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .top-focus__slide {
    margin: 0 10px;
    width: 260px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1699px) {
  .top-focus__slide {
    margin: 0 1.1560693642vw;
    width: 21.9653179191vw;
  }
}
@media screen and (min-width: 1700px) {
  .top-focus__slide {
    margin: 0 20px;
    width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .top-focus__image {
    width: 260px;
    height: 168px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1699px) {
  .top-focus__image {
    width: 21.9653179191vw;
    hegiht: 14.161849711vw;
  }
}
@media screen and (min-width: 1700px) {
  .top-focus__image {
    width: 380px;
    height: 245px;
  }
}
.top-focus__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.6s;
  transform-origin: 100% 0;
}
.top-focus__title {
  margin-top: 1.2666666667em;
  font-size: clamp(0.875rem, 0.0761035008vw + 0.8553082192rem, 0.9375rem);
  line-height: 213.333%;
  letter-spacing: 0.04em;
  transition: translate 0.6s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.top-focus .swiper-slide-prev {
  transition: translate 0.6s;
}
@media screen and (max-width: 767px) {
  .top-focus .swiper-slide-prev {
    translate: -70px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1699px) {
  .top-focus .swiper-slide-prev {
    translate: -8.0924855491vw 0;
  }
}
@media screen and (min-width: 1700px) {
  .top-focus .swiper-slide-prev {
    translate: -140px 0;
  }
}
.top-focus .swiper-slide-active img {
  scale: 1.2692307692;
}
@media screen and (min-width: 768px) {
  .top-focus .swiper-slide-active img {
    scale: 1.3684210526;
  }
}
.top-focus .swiper-slide-active .top-focus__title {
  transform-origin: 0 0;
}
@media screen and (max-width: 767px) {
  .top-focus .swiper-slide-active .top-focus__title {
    translate: -70px 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1699px) {
  .top-focus .swiper-slide-active .top-focus__title {
    translate: -8.0924855491vw 5.2023121387vw;
  }
}
@media screen and (min-width: 1700px) {
  .top-focus .swiper-slide-active .top-focus__title {
    translate: -140px 90px;
  }
}
.top-focus__controls {
  margin-top: clamp(30px, 26.8493150685px + 0.7610350076vw, 40px);
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .top-focus__controls {
    justify-content: flex-end;
  }
}
.top-focus__controls img {
  width: clamp(40px, 37.4794520548px + 0.6088280061vw, 48px);
  height: auto;
}

.top-topics {
  padding-block: clamp(60px, 47.397260274px + 3.0441400304vw, 100px);
  background: #F6F5F3;
}
.top-topics__categorylist {
  margin-top: clamp(35px, 36.5753424658px + -0.3805175038vw, 30px);
  margin-bottom: clamp(35px, 30.2739726027px + 1.1415525114vw, 50px);
  display: flex;
  align-items: baseline;
  gap: clamp(5px, 3.4246575342px + 0.3805175038vw, 10px);
}
@media screen and (max-width: 1023px) {
  .top-topics__categorylist {
    overflow: auto;
  }
}
@media screen and (min-width: 1024px) {
  .top-topics__categorylist {
    flex-wrap: wrap;
  }
}
.top-topics__categorylist-title {
  color: #006946;
  font-size: 1rem;
  font-family: "DM Sans";
  font-optical-sizing: auto;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.04em;
  margin-right: 1.75em;
}
@media screen and (max-width: 1023px) {
  .top-topics__categorylist-title {
    flex-shrink: 0;
  }
}
.top-topics__categorylist button {
  color: #006946;
  font-size: clamp(0.75rem, 0.0761035008vw + 0.7303082192rem, 0.8125rem);
  line-height: normal;
  letter-spacing: 0.04em;
  display: block;
  padding: 0.7692307692em 3.0769230769em;
  border-radius: 0.3076923077em;
  border: 1px solid #006946;
  background: #FFF;
}
@media screen and (max-width: 1023px) {
  .top-topics__categorylist button {
    width: max-content;
    flex-shrink: 0;
  }
}
.top-topics__categorylist button.is-active {
  background: #006946;
  color: #FFF;
}
@media (hover: hover) {
  .top-topics__categorylist button {
    transition: 0.3s background ease-out, 0.3s color ease-out;
  }
  .top-topics__categorylist button:hover {
    opacity: 1;
    background: #006946;
    color: #FFF;
  }
}
.top-topics__list {
  margin-inline: auto;
  max-width: 1040px;
  display: grid;
  grid-template-columns: 1fr;
}
.top-topics__category {
  grid-column: 1/2;
  grid-row: 1/2;
}
.top-topics__link {
  display: table;
  margin: clamp(40px, 33.698630137px + 1.5220700152vw, 60px) auto 0;
}
.top-topics__link svg {
  width: clamp(66px, 61.5890410959px + 1.0654490107vw, 80px);
}
.top-topics__link circle {
  transition: 0.3s fill;
}
.top-topics__link a {
  font-size: clamp(0.9375rem, 0.0761035008vw + 0.9178082192rem, 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25em;
}
@media (hover: hover) {
  .top-topics__link a {
    transition: 0.3s color;
  }
  .top-topics__link a:hover {
    color: #008358;
    opacity: 1;
  }
  .top-topics__link a:hover circle {
    fill: #008358;
  }
}

.top-navi {
  background: #B1E0D0;
  padding-block: clamp(60px, 53.698630137px + 1.5220700152vw, 80px);
}
.top-navi ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(10px, -0.0821917808px + 2.4353120244vw, 42px);
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .top-navi ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .top-navi ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.top-navi a {
  padding: clamp(10px, 8.7397260274px + 0.304414003vw, 14px);
  display: flex;
  align-items: center;
  gap: 1.3333333333em;
  color: #006946;
  font-size: clamp(0.8125rem, 0.1522070015vw + 0.7731164384rem, 0.9375rem);
  line-height: normal;
  letter-spacing: 0.01em;
  border-radius: 0.6666666667em;
  background: #FFF;
  border: 1px solid #fff;
}
@media (hover: hover) {
  .top-navi a {
    transition: 0.3s color, 0.3s border-color;
  }
  .top-navi a img {
    transition: 0.3s scale;
  }
  .top-navi a:hover {
    color: #008358;
    border-color: #008358;
    opacity: 1;
  }
  .top-navi a:hover img {
    scale: 1.1;
  }
}
.top-navi figure {
  flex-shrink: 0;
  width: 28.5714285714%;
  max-width: 100px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .top-navi figure {
    width: 39.2215568862%;
    max-width: 131px;
  }
}

.top-organization {
  padding-top: clamp(60px, 53.698630137px + 1.5220700152vw, 80px);
  padding-bottom: clamp(100px, 84.2465753425px + 3.8051750381vw, 150px);
}
.top-organization ul {
  margin-top: clamp(20px, 10.5479452055px + 2.2831050228vw, 50px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 clamp(20px, 13.0684931507px + 1.6742770167vw, 42px);
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .top-organization ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .top-organization ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.top-organization li {
  border-bottom: 1px solid #D5D5D5;
}
@media screen and (max-width: 767px) {
  .top-organization li:first-child {
    border-top: 1px solid #D5D5D5;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .top-organization li:nth-child(-n+2) {
    border-top: 1px solid #D5D5D5;
  }
}
@media screen and (min-width: 1024px) {
  .top-organization li:nth-child(-n+3) {
    border-top: 1px solid #D5D5D5;
  }
}
.top-organization a {
  height: 100%;
  padding: 1.0625em 0.875em 1.0625em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  line-height: 131.25%;
  letter-spacing: 0.04em;
}
.top-organization a::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-bottom: 2px solid #006946;
  border-right: 2px solid #006946;
  rotate: -45deg;
  flex-shrink: 0;
}
@media (hover: hover) {
  .top-organization a {
    transition: color 0.3s ease-out;
  }
  .top-organization a:hover {
    color: #006946;
    opacity: 1;
  }
}

.topics02 {
  display: flex;
  gap: clamp(20px, 1.095890411px + 4.5662100457vw, 80px);
  padding-bottom: clamp(70px, 47.9452054795px + 5.3272450533vw, 140px);
}
@media screen and (max-width: 1023px) {
  .topics02 {
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .topics02__side {
    margin-top: clamp(60px, 47.397260274px + 3.0441400304vw, 100px);
    order: 2;
  }
}
@media screen and (min-width: 1024px) {
  .topics02__side {
    width: 175px;
    flex-shrink: 0;
  }
}
.topics02__side-title {
  color: #006946;
  font-family: "DM Sans";
  font-optical-sizing: auto;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.04em;
  margin-bottom: 1em;
}
.topics02__side-category li + li {
  margin-top: 10px;
}
.topics02__side-category a {
  display: block;
  padding: 0.4615384615em 1em;
  text-align: center;
  font-size: 0.8125rem;
  line-height: normal;
  letter-spacing: 0.04em;
  border-radius: 0.25em;
  border: 1px solid #E5E5E5;
}
.topics02__side-category a.is-current {
  background: #006946;
  color: #FFF;
}
@media (hover: hover) {
  .topics02__side-category a {
    transition: 0.3s background ease-out, 0.3s color ease-out;
  }
  .topics02__side-category a:hover {
    opacity: 1;
    background: #006946;
    color: #FFF;
  }
}
.topics02__side-archive {
  margin-top: clamp(35px, 33.4246575342px + 0.3805175038vw, 40px);
}
.topics02__side-archive li + li {
  border-top: 1px dashed #E5E5E5;
}
.topics02__side-archive a {
  display: block;
  color: #006946;
  padding: 0.4615384615em 0;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.04em;
}
.topics02__side-backnumber {
  margin-top: clamp(35px, 33.4246575342px + 0.3805175038vw, 40px);
}
.topics02__side-backnumber a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #006946;
  font-weight: 500;
  line-height: normal;
}
.topics02__side-backnumber p {
  margin-top: 1em;
  font-size: 0.8125rem;
  line-height: 160%;
}
.topics02__main {
  flex-grow: 1;
}

.tipics02-detail__header {
  display: flex;
  flex-wrap: wrap;
}
.tipics02-detail__date {
  color: #006946;
  font-family: "DM Sans";
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.75rem, 0.304414003vw + 0.6712328767rem, 1rem);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.04em;
  margin-right: 1.375em;
}
.tipics02-detail__category a {
  display: block;
  font-size: clamp(0.625rem, 0.1522070015vw + 0.5856164384rem, 0.75rem);
  line-height: normal;
  letter-spacing: 0.04em;
  padding: 0.1666666667em 1.1666666667em;
  border-radius: 0.3333333333em;
  border: 1px solid #D5D5D5;
}
.tipics02-detail__title {
  margin-top: 0.6333333333em;
  width: 100%;
  font-size: clamp(1.125rem, 0.9132420091vw + 0.8886986301rem, 1.875rem);
  font-weight: 700;
  line-height: 173.333%;
  letter-spacing: 0.04em;
  margin-bottom: 1.8em;
}
.tipics02-detail__image {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: clamp(20px, 10.5479452055px + 2.2831050228vw, 50px);
}
.tipics02-detail__image img {
  width: 100%;
  max-width: 800px;
  height: auto;
}
.tipics02-detail__footer {
  margin-top: clamp(40px, 27.397260274px + 3.0441400304vw, 80px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.6875rem, 0.3805175038vw + 0.5890410959rem, 1rem);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.04em;
}
.tipics02-detail__prev a, .tipics02-detail__next a {
  font-family: "DM Sans";
  font-optical-sizing: auto;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 0.5625em;
  color: #006946;
}
.tipics02-detail__prev a::before, .tipics02-detail__next a::before {
  content: "";
  width: 0.9375em;
  height: 0.6875em;
  display: block;
  background: url("//img/common/pagenation-arrow.svg") no-repeat center/cover;
}
.tipics02-detail__prev {
  margin-right: 1.5em;
}
.tipics02-detail__prev a::before {
  transform: rotate(180deg);
}
.tipics02-detail__next {
  margin-left: 1.5em;
}
.tipics02-detail__next a {
  flex-direction: row-reverse;
}
.tipics02-detail__index a {
  color: #FFF;
  font-weight: 700;
  display: flex;
  width: 16.25em;
  height: 3.5em;
  justify-content: center;
  align-items: center;
  border-radius: 5em;
  background: #006946;
  position: relative;
}
.tipics02-detail__index a::before {
  content: "";
  width: 0.9375em;
  height: 0.6875em;
  display: block;
  background: url("//img/common/arrow-white.svg") no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 1em;
  translate: -50% -50%;
}

.editor-area {
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: clamp(0.8125rem, 0.1522070015vw + 0.7731164384rem, 0.9375rem);
  letter-spacing: 0.04em;
}
.editor-area > *:first-child {
  margin-top: 0 !important;
}
.editor-area > *:last-child {
  margin-bottom: 0 !important;
}
.editor-area > figure {
  margin-top: 1.5em;
  margin-bottom: 1em;
  text-align: center;
}
.editor-area > figure img {
  width: 100%;
  height: auto;
}
.editor-area > figure figcaption {
  text-align: right;
  font-size: 0.875rem;
}
.editor-area p {
  line-height: 213.333%;
}
.editor-area p a:not([class]) {
  color: #006946;
}
.editor-area p + p {
  margin-top: 1.5em;
}
.editor-area h2 {
  margin-top: 2.5em;
  margin-bottom: 0.8333333333em;
  display: flex;
  padding: 0.4166666667em 0.8333333333em;
  color: #FFF;
  font-size: clamp(1.125rem, 0.4566210046vw + 1.0068493151rem, 1.5rem);
  font-weight: 700;
  line-height: 216.667%;
  letter-spacing: 0.04em;
  background: #006946;
}
.editor-area h3 {
  margin-top: 2.7272727273em;
  margin-bottom: 0.9090909091em;
  padding: 0.4545454545em 0.9090909091em;
  font-size: clamp(1rem, 0.4566210046vw + 0.8818493151rem, 1.375rem);
  font-weight: 700;
  line-height: 236.364%;
  letter-spacing: 0.04em;
  border: 1px solid #006946;
}
.editor-area h4 {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #006946;
  font-size: clamp(1rem, 0.304414003vw + 0.9212328767rem, 1.25rem);
  font-weight: 700;
  line-height: 260%;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #006946;
}
.editor-area h5 {
  margin-top: 1.1111111111em;
  margin-bottom: 1.1111111111em;
  color: #006946;
  font-size: clamp(0.9375rem, 0.2283105023vw + 0.8784246575rem, 1.125rem);
  font-weight: 700;
  line-height: 288.889%;
  letter-spacing: 0.04em;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}
.editor-area h5::before {
  content: "";
  width: 2.2222222222em;
  height: 2px;
  background-color: #006946;
  translate: 0 1.444445em;
}
.editor-area h6 {
  margin-top: 1.1111111111em;
  margin-bottom: 1.1111111111em;
  font-size: clamp(0.9375rem, 0.2283105023vw + 0.8784246575rem, 1.125rem);
  font-weight: 700;
  line-height: 288.889%;
  letter-spacing: 0.04em;
}
.editor-area ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.editor-area ul li {
  padding-left: 1em;
  position: relative;
}
.editor-area ul li + li {
  margin-top: 0.625em;
}
.editor-area ul li:before {
  content: "";
  width: 0.375em;
  height: 0.375em;
  background: #006946;
  position: absolute;
  left: 0;
  top: 0.8em;
  translate: 0 -50%;
  border-radius: 50%;
}
.editor-area ol {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  line-height: 2;
  counter-reset: list;
}
.editor-area ol li {
  display: flex;
  align-items: baseline;
  position: relative;
}
.editor-area ol li + li {
  margin-top: 0.625em;
}
.editor-area ol li:before {
  counter-increment: list;
  content: counter(list) ".";
  flex-shrink: 0;
  margin-right: 0.5em;
}
.editor-area table {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  width: 100%;
}
.editor-area table th, .editor-area table td {
  padding: 1em;
  border: 1px solid #000;
}
.editor-area table th:first-child, .editor-area table td:first-child {
  border-left: none;
}
.editor-area table th:last-child, .editor-area table td:last-child {
  border-right: none;
}
.editor-area table th {
  background: #006946;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.editor-area table thead th, .editor-area table thead td {
  border-color: #fff;
}
.editor-area blockquote {
  margin-top: 3em;
  margin-bottom: 2em;
  padding: clamp(15px, 7.1232876712px + 1.902587519vw, 40px) clamp(15px, 10.2739726027px + 1.1415525114vw, 30px) clamp(15px, 7.1232876712px + 1.902587519vw, 40px) clamp(15px, 5.5479452055px + 2.2831050228vw, 45px);
  border: 1px solid #D5D5D5;
  display: flex;
  gap: clamp(10px, 2.1232876712px + 1.902587519vw, 35px);
}
.editor-area blockquote::before {
  content: "";
  width: clamp(20px, 13.698630137px + 1.5220700152vw, 40px);
  height: clamp(17px, 11.3287671233px + 1.3698630137vw, 35px);
  flex-shrink: 0;
  background: url(//img/topics02/bq.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 1em;
}
.editor-area blockquote p + p {
  margin-top: 1em;
}
.editor-area blockquote cite {
  display: inline-block;
  margin-top: 1em;
  font-style: normal;
}
.editor-area .orgnal-link a {
  display: flex;
  align-items: center;
  font-size: clamp(0.9375rem, 0.2283105023vw + 0.8784246575rem, 1.125rem);
  font-weight: 700;
  line-height: 288.889%;
  letter-spacing: 0.04em;
  gap: 1.1666666667em;
}
.editor-area .orgnal-link a::after {
  content: "";
  width: 1.6666666667em;
  height: 1.6666666667em;
  background: url("//img/common/arrow.svg") no-repeat center;
  background-size: contain;
}
