@charset "utf-8";
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #000;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
img, video {
  max-width: 100%;
  height: auto;
}
.default {
  font-size: 15px;
  line-height: 180%;
}
.default > * {
  margin: 24px 0;
}
.default > *:first-child {
  margin-top: 0;
}
.default > a[name]:first-child + * {
  margin-top: 0;
}
.default > *:last-child {
  margin-bottom: 0;
}
.default strong {
  font-weight: bold;
}
.default em {
  font-style: italic;
}
.default a {
  text-decoration: underline;
}
.default p.catch {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  margin: 40px 20px;
}
@media screen and (max-width: 600px) {
  .default p.catch {
    font-size: 1rem;
    line-height: 1.75;
  }
}
.default p.date {
  text-align: right;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: #68a225;
}
.default p.back {
  margin-top: 50px;
}
.default p.back a {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  text-decoration: none;
  height: 60px;
  width: 100%;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #d4d4d4;
  line-height: 1.3;
}
.default p.back a:before {
  flex: 0 0 30px;
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-arrow-right-white-in-circle-black.svg);
  display: block;
  transform: rotateZ(180deg);
}
.default table {
  font-size: 16px;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .default table {
    font-size: 14px;
  }
}
.default table th, .default table td {
  padding: 0.75em 1em 0.75em;
  border: 1px solid #fff;
  border-color: #f6f8f9 transparent;
}
@media screen and (max-width: 768px) {
  .default table th, .default table td {
    padding: 10px;
  }
}
.default table th *:first-child, .default table td *:first-child {
  margin-top: 0;
}
.default table th *:last-child, .default table td *:last-child {
  margin-bottom: 0;
}
.default table th {
  background-color: #fff;
}
.default table figcaption {
  text-align: center;
  margin-top: 0.25em;
}
@media screen and (max-width: 480px) {
  .default table.break-when-narrow-width, .default table.break-when-narrow-width tbody, .default table.break-when-narrow-width tr, .default table.break-when-narrow-width th, .default table.break-when-narrow-width td {
    display: block !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
  }
  .default table.break-when-narrow-width tbody tr {
    margin-bottom: 1em;
  }
}
.default ul, .default ol {
  margin-left: 2em;
}
.default ul li, .default ol li {
  margin-bottom: 0.5em;
}
.default ul li::marker, .default ol li::marker {
  color: #297eb2 !important;
}
.default ul {
  list-style-type: disc;
}
.default ol {
  list-style-type: decimal;
}
.default h3 {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  padding: 12px 30px 12px 35px;
  margin: 40px 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  .default h3 {
    font-size: 18px;
  }
}
.default h3::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 1.2px;
  background-color: #68a225;
  left: 0;
  top: 50%;
}
.default h4 {
  padding: 5px 1.5em 8px 1.8em;
  border-bottom: 1.5px solid #68a225;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  position: relative;
}
@media screen and (max-width: 480px) {
  .default h4 {
    font-size: 16px;
  }
}
.default h4::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 120%;
  background-color: #68a225;
  left: 14px;
  top: 0;
  bottom: -10px;
}
.default .wp-block-cover {
  padding: 1em 3em;
}
.default .wp-block-cover .wp-block-cover__inner-container *:not(div) {
  margin: 20px 0;
}
.default .wp-block-cover .wp-block-cover__inner-container *:not(div):first-child {
  margin-top: 0;
}
.default .wp-block-cover .wp-block-cover__inner-container *:not(div):last-child {
  margin-bottom: 0;
}
.default .wp-block-columns .wp-block-column > * {
  margin-top: 20px;
  margin-bottom: 20px;
}
.default .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.default .wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.default .wp-block-group {
  background-color: #f7faf4;
  padding: 30px 30px;
}
.default .wp-block-group .wp-block-group__inner-container > * {
  margin-top: 25px;
  margin-bottom: 25px;
}
.default .wp-block-group .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.default .wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.default .wp-block-quote {
  box-shadow: 0.25em 0 0 0 #68a225 inset;
  padding: 0.5em 0 0.5em 1.75em;
}
.default .wp-block-quote cite {
  font-size: 0.875em;
}
.default .wp-block-quote * {
  margin: 20px 0;
}
.default .wp-block-quote *:first-child {
  margin-top: 0;
}
.default .wp-block-quote *:last-child {
  margin-bottom: 0;
}
.default .wp-block-table {
  overflow-x: auto;
  overflow-y: hidden;
}
.default .wp-block-table:last-child {
  margin-bottom: 0 !important;
}
.default .wp-block-table.is-style-regular table th, .default .wp-block-table.is-style-regular table td {
  border: 1px solid #808080;
}
.default .wp-block-table.is-style-break {
  margin-top: 40px;
  margin-bottom: 50px;
}
.default .wp-block-table.is-style-break table {
  width: 100%;
}
.default .wp-block-table.is-style-break table tbody tr {
  border-bottom: 1px solid #fff;
}
.default .wp-block-table.is-style-break table tbody tr:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 850px) {
  .default .wp-block-table.is-style-break table tbody tr {
    display: flex;
    flex-direction: column;
  }
}
.default .wp-block-table.is-style-break table tbody tr th, .default .wp-block-table.is-style-break table tbody tr td {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  /* 16.8px */
  line-height: 150%;
  background: #f0f0f0;
  padding: 1em 0.8em;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 850px) {
  .default .wp-block-table.is-style-break table tbody tr th, .default .wp-block-table.is-style-break table tbody tr td {
    padding: 0.75em 1.5em 1.2em 1.5em;
  }
}
.default .wp-block-table.is-style-break table tbody tr th:last-child, .default .wp-block-table.is-style-break table tbody tr td:last-child {
  border-right: none;
}
.default .wp-block-table.is-style-break table tbody tr td:first-child {
  background: #000;
  color: #fbfcff;
  font-weight: 500;
  width: 25%;
  min-width: 150px;
}
@media screen and (max-width: 850px) {
  .default .wp-block-table.is-style-break table tbody tr td:first-child {
    width: 100%;
    min-width: auto;
  }
}
.default .wp-block-buttons .wp-block-button__link {
  background-color: #000;
  color: #fff;
  padding: 1em 1.25em;
  line-height: 1em;
  text-decoration: none;
  border-radius: 0 !important;
  transition: 0.75s;
  font-size: 15px;
  position: relative;
  z-index: 0;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .default .wp-block-buttons .wp-block-button__link {
    font-size: 14px;
  }
}
.default .wp-block-buttons .wp-block-button__link:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  clip-path: inset(0 100% 0 0);
  background: #297eb2;
  z-index: -1;
  transition: 0s;
  transition-delay: 0s;
}
.default .wp-block-buttons .wp-block-button__link:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  left: 0.5em;
  background: url(../images/icon-arrow-right-white.svg) center / 5px auto no-repeat #000;
  transform: translateY(1px);
  display: inline-block;
  margin: 0 10px 0 6px;
}
@media screen and (max-width: 768px) {
  .default .wp-block-buttons .wp-block-button__link:after {
    width: 13px;
    height: 13px;
    background-size: 4px auto;
    margin: 0 5px 0 2px;
    transform: translateY(2px);
  }
}
.default .wp-block-buttons .wp-block-button__link:hover {
  background-color: #68a225;
}
.default .wp-block-buttons .wp-block-button__link:hover:before {
  clip-path: inset(0);
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-delay: 0.3s;
}
.default .wp-block-buttons .wp-block-button__link.current {
  background-color: #708090;
  pointer-events: none;
}
.default .wp-block-buttons .wp-block-button__link.current:after {
  background-color: #708090;
}
.default .wp-block-buttons .wp-block-button.current .wp-block-button__link {
  background-color: #708090;
  pointer-events: none;
}
.default .wp-block-buttons .wp-block-button.current .wp-block-button__link:after {
  background-color: #708090;
}
.default .wp-block-embed figcaption, .default .wp-block-video figcaption {
  margin-top: 0.25em;
}
.default ul.wp-block-social-links {
  line-height: 1;
  margin-left: 0;
}
.default ul.wp-block-social-links li {
  margin: 0;
}
.default .wp-block-contact-form-7-contact-form-selector div.form-message {
  padding: 1em;
  font-size: 0.875rem;
  line-height: 1.64286;
  border: 2px solid #68a225;
  margin-bottom: 2em;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2em;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr th {
  width: 190px;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1.42857;
  background-color: #f6f8f9;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr th p {
  display: inline-block;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr th.must:after {
  content: "必須";
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  line-height: 130%;
  background-color: #a03f24;
  margin-left: 0.45em;
  padding: 2px 7px;
  display: inline-block;
  vertical-align: middle;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="text"], .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="email"], .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="tel"], .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td textarea {
  padding: 0.25em;
  width: 100%;
  box-sizing: border-box;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="text"].w15, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="email"].w15, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="tel"].w15, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td textarea.w15 {
  width: 15%;
  min-width: 120px;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="text"].w25, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="email"].w25, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="tel"].w25, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td textarea.w25 {
  width: 25%;
  min-width: 240px;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="text"].w50, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="email"].w50, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="tel"].w50, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td textarea.w50 {
  width: 50%;
  min-width: 240px;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="text"].w75, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="email"].w75, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="tel"].w75, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td textarea.w75 {
  width: 75%;
  min-width: 240px;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td button#btn_ajaxzip3 {
  cursor: pointer;
  padding: 0 0.8em;
  font-size: 0.9em;
  height: 2.3em;
  line-height: 1;
  vertical-align: bottom;
  background-color: #297eb2;
  color: #fff;
  border: none;
  border-radius: 0.3em;
}
@media screen and (max-width: 800px) {
  .default .wp-block-contact-form-7-contact-form-selector table.form-table {
    display: block;
  }
  .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody, .default .wp-block-contact-form-7-contact-form-selector table.form-table tr, .default .wp-block-contact-form-7-contact-form-selector table.form-table th, .default .wp-block-contact-form-7-contact-form-selector table.form-table td {
    display: block;
    width: auto !important;
    padding-left: 0;
    padding-right: 0;
  }
  .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr:first-child td {
    border-top: none;
  }
}
.default .wp-block-contact-form-7-contact-form-selector div.form-button {
  text-align: center;
}
.default .wp-block-contact-form-7-contact-form-selector div.form-button input {
  border: none;
  background-color: #68a225;
  color: #fff;
  width: 200px;
  height: 50px;
  position: relative;
  cursor: pointer;
}
.default .wp-block-contact-form-7-contact-form-selector div.form-button input:hover {
  left: 1px;
  top: 1px;
}
.default .wp-block-contact-form-7-contact-form-selector div.form-button input:active {
  left: 3px;
  top: 3px;
}
.default .wp-block-contact-form-7-contact-form-selector div.form-button input[disabled] {
  filter: grayscale(100%);
  opacity: 0.25;
  left: 0 !important;
  top: 0 !important;
}
.default .wp-block-contact-form-7-contact-form-selector div.form-button .wpcf7-spinner {
  display: block;
  margin: 1em auto 0;
}
.default .wp-block-contact-form-7-contact-form-selector div.wpcf7-response-output {
  font-size: 1rem;
  line-height: 1.375;
  padding: 1em;
  border-width: 5px;
  margin-top: 0;
}
.default .list-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.default .list-flex-wrap li {
  flex: 0 1 calc(100% / 3);
}
@media screen and (max-width: 768px) {
  .default .list-flex-wrap li {
    flex: 0 1 calc(100% / 2);
  }
}
@media screen and (max-width: 480px) {
  .default .list-flex-wrap li {
    flex: 0 1 100%;
  }
}
.default .list-flex-wrap li::marker {
  color: #297eb2 !important;
}
.default figure.left_cell_heading table tr td:first-child {
  background: #f6f8f9;
  font-weight: 500;
  border-color: #fff transparent;
  text-align: initial;
  vertical-align: top;
}
.default figure.w120 table tr td:first-child {
  width: 120px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .default figure.w120 table tr td:first-child {
    width: 20%;
    min-width: 68px;
  }
}
.default .table-style-record table tbody tr:first-child td {
  background-color: #68a225;
  color: #fff;
  border-left-color: #fff;
}
.default .table-style-record table tbody tr:nth-child(n+2) td:first-child {
  background-color: #f6f8f9;
}
.default .table-style-record table tbody tr td {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .default .table-style-record table tbody tr td {
    font-size: 13px;
  }
}
.default .table-style-record table tbody tr td:first-child {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .default .table-style-record table tbody tr td:first-child {
    width: 120px;
  }
}
@media screen and (max-width: 420px) {
  .default .table-style-record table tbody tr td:first-child {
    width: 20%;
    min-width: 70px;
  }
}
.default .table-style-record table tbody tr td:nth-child(3) {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .default .table-style-record table tbody tr td:nth-child(3) {
    width: 20%;
    min-width: 90px;
  }
}
.default.page-company *.margin_top_0 {
  margin-top: 0;
}
.default.page-company *.margin_bottom_0 {
  margin-bottom: 0;
}
.default.page-company *.margin_top_20 {
  margin-top: 20px;
}
.default.page-company *.margin_bottom_20 {
  margin-bottom: 20px;
}
.default.page-company p.leadtext {
  color: #68a225;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}
.default.page-company p.signature {
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0;
}
.default.page-company p.statement {
  padding: 50px 10px;
  background: #f6f8f9;
  color: #68a225;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}
.default.page-company p.anchor_with_arrow a {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.default.page-company p.anchor_with_arrow a:after {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  flex: 0 0 1em;
  position: relative;
  top: 2px;
  background: url(../images/icon-arrow-right-white-in-circle-black-small.svg) center / contain no-repeat;
}
.default.page-company figure.left_cell_heading table tr td:first-child {
  background: #f6f8f9;
  font-weight: 500;
  border-color: #fff transparent;
  text-align: initial;
  vertical-align: top;
}
.default.page-company figure.shikaku table tr td {
  text-align: center;
}
.default.page-company figure.shikaku table tr td:first-child {
  background: #f6f8f9;
  font-weight: 500;
  width: 55%;
  border-color: #fff transparent;
  text-align: initial;
}
.default.page-company figure.shikaku table tr:first-child td:first-child {
  background-color: #000;
  color: #fff;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  width: 28%;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .default.page-company figure.shikaku table tr:first-child td:first-child {
    width: 10%;
    padding: 7px calc((10% - 1em) / 2);
  }
}
.default.page-company figure.shikaku table tr:first-child td:nth-child(2) {
  background: #f6f8f9;
  font-weight: 500;
  width: 55%;
  border-color: #fff transparent;
  text-align: initial;
}
body {
  background-color: #ccc;
}
a.common_btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 400px;
  height: 60px;
  max-width: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
}
a.common_btn:after {
  background: url(../images/icon-arrow-right-white.svg) center / 7px auto no-repeat #000;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  content: '';
  flex: 0 0 30px;
  margin-left: auto;
  transition: 0.35s 0.1s;
}
a.common_btn:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -1px;
  height: 3px;
  background-color: #68a225;
  transition: 0.35s;
}
a.common_btn:hover:before {
  right: 0;
}
a.common_btn:hover:after {
  transform: translateX(15px);
}
div.heading.common_heading {
  font-family: "Noto Serif JP", sans-serif;
  color: #68a225;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
div.heading.common_heading div.main {
  display: flex;
  align-items: flex-end;
}
div.heading.common_heading div.main span.index {
  font-size: 20px;
  font-weight: 600;
}
div.heading.common_heading div.main span.index:after {
  content: '：';
}
div.heading.common_heading div.main span.caption {
  font-size: 28px;
  font-weight: 700;
}
div.heading.common_heading div.sub {
  background-color: #68a225;
  color: #fff;
  padding: 7px 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
div.heading.common_heading.left_set {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  div.heading.common_heading.left_set {
    position: relative;
    padding-left: 20px !important;
  }
}
div.heading.common_heading.left_set div.sub {
  min-width: 210px;
  position: relative;
}
div.heading.common_heading.left_set div.sub:before {
  content: '';
  position: absolute;
  left: -9999px;
  right: 100%;
  top: 0;
  bottom: 0;
  background-color: #68a225;
}
@media screen and (max-width: 768px) {
  div.heading.common_heading.left_set div.sub {
    padding-left: 20px !important;
    margin-left: -20px !important;
    margin-right: 20px;
  }
}
div#header {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
div#header div.container div#header_logo a {
  width: 160px;
  height: 100px;
  display: block;
  background-color: #68a225;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
div#header div.container div#header_logo a img {
  width: 110px;
}
body.sp_menu div#header div.container div#header_logo a {
  width: 96px;
  height: 60px;
}
body.sp_menu div#header div.container div#header_logo a img {
  width: 66px;
}
div#header div.container div#header_logo a:hover {
  transition: 0.25s;
  background-color: rgba(104, 162, 37, .6);
}
div#mainVisual div.container {
  position: relative;
}
div#mainVisual div.container div.slides div.item {
  height: calc(100vh - 180px);
}
div#mainVisual div.container div.slides div.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div#mainVisual div.container div.slides ul.slick-dots {
  position: absolute;
  right: 0px;
  bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
@media screen and (max-width: 768px) {
  div#mainVisual div.container div.slides ul.slick-dots {
    flex-direction: row;
    right: 10px;
    bottom: 0px;
  }
}
div#mainVisual div.container div.slides ul.slick-dots li button {
  width: 40px;
  height: 20px;
  padding: 0;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  div#mainVisual div.container div.slides ul.slick-dots li button {
    width: 25px;
    height: 32px;
  }
}
div#mainVisual div.container div.slides ul.slick-dots li button:before {
  content: '0';
}
div#mainVisual div.container div.slides ul.slick-dots li.slick-active button {
  background-color: #68a225;
}
div#mainVisual div.container div.video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: calc(100vh - 180px);
}
div#mainVisual div.container div.video:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.10);
  background-image: radial-gradient(rgba(0, 0, 0, .90) 30%, transparent 31%), radial-gradient(rgba(0, 0, 0, .90) 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  pointer-events: none;
}
div#mainVisual div.container div.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div#gnav {
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 1;
  display: flex;
  gap: 25px;
  align-items: center;
}
body.sp_menu div#gnav {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transform: scale(0);
  clip-path: inset(50% 0 50% 0);
  transition: clip-path 0.4s;
  justify-content: center;
  background: linear-gradient(-30deg, rgba(104, 162, 37, .9) 50%, rgba(104, 162, 37, .8) 50%);
  backdrop-filter: blur(20px) grayscale(1);
  position: fixed;
  z-index: 3;
  flex-direction: column;
  gap: 5px;
  overflow: auto;
}
body.sp_menu div#gnav div.menu > nav > ul {
  gap: 5px;
}
body.sp_menu div#gnav div.menu > nav > ul > li > a {
  width: 260px;
  height: 55px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  box-sizing: border-box;
}
body.sp_menu div#gnav div.menu > nav > ul > li > a:hover {
  background-color: rgba(255, 255, 255, .4);
}
body.sp_menu div#gnav div.menu > nav > ul > li > a:after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images/icon-arrow-right-white.svg) center / 6px auto no-repeat;
  border: 1px solid currentcolor;
  border-radius: 16px;
}
body.sp_menu div#gnav div.menu > nav > ul > li.haschild > a:after {
  background: url(../images/icon-arrow-down-white.svg) center / 13px auto no-repeat;
  border: none;
  position: relative;
  top: 2px;
}
body.sp_menu div#gnav div.menu > nav > ul > li.haschild > ul {
  z-index: 10;
}
body.sp_menu.menu_open div#gnav {
  transform: scale(1);
  clip-path: inset(0);
}
body.sp_menu.menu_open div#gnav div.menu > nav > ul > li {
  transition: 1s;
}
body.sp_menu.menu_open div#gnav div.menu > nav > ul > li:nth-child(1) {
  transition-delay: 0s;
}
body.sp_menu.menu_open div#gnav div.menu > nav > ul > li:nth-child(2) {
  transition-delay: 0.1s;
}
body.sp_menu.menu_open div#gnav div.menu > nav > ul > li:nth-child(3) {
  transition-delay: 0.2s;
}
body.sp_menu.menu_open div#gnav div.menu > nav > ul > li:nth-child(4) {
  transition-delay: 0.3s;
}
body.sp_menu.menu_open div#gnav div.menu > nav > ul > li:nth-child(5) {
  transition-delay: 0.4s;
}
body.sp_menu.menu_open div#gnav div.menu > nav > ul > li:nth-child(6) {
  transition-delay: 0.5s;
}
div#gnav div.menu {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
div#gnav div.menu a {
  transition: 0.25s;
}
div#gnav div.menu a:hover {
  opacity: 0.65;
}
div#gnav div.menu > nav > ul {
  display: flex;
  gap: 25px;
}
body.sp_menu div#gnav div.menu > nav > ul {
  flex-direction: column;
  justify-content: center;
}
@media screen and (orientation: landscape) and (max-height: 450px) {
  body.sp_menu div#gnav div.menu > nav > ul {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
  }
}
div#gnav div.menu > nav > ul > li > ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0;
  transform: translateY(0px);
  opacity: 0;
  font-size: 14px;
}
div#gnav div.menu > nav > ul > li > ul > li {
  border-bottom: 1px solid #ccc;
}
div#gnav div.menu > nav > ul > li > ul > li:last-child {
  border-bottom: none;
}
div#gnav div.menu > nav > ul > li > ul > li > a {
  background-color: #fff;
  color: #000;
  padding: 0.75em 0.5em 0.85em 1.25em;
  box-sizing: border-box;
  min-width: 200px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
div#gnav div.menu > nav > ul > li > ul > li > a:after {
  flex: 0 0 12px;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/icon-arrow-right-white.svg) center / contain no-repeat;
  filter: invert(0.5);
}
div#gnav div.menu > nav > ul > li > ul > li:first-child a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
div#gnav div.menu > nav > ul > li > ul > li:last-child a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
div#gnav div.menu > nav > ul > li.haschild > a {
  display: flex;
  gap: 5px;
}
div#gnav div.menu > nav > ul > li.haschild > a:after {
  content: '';
  display: flex;
  width: 18px;
  height: 18px;
  background: url(../images/icon-arrow-down-white.svg) center / 11px auto no-repeat #68a225;
  border-radius: 18px;
}
div#gnav div.menu > nav > ul > li.haschild > ul {
  pointer-events: none;
}
div#gnav div.menu > nav > ul > li.haschild > ul > li a:hover {
  background-color: #f2f2f2;
  opacity: 1;
}
div#gnav div.menu > nav > ul > li.haschild.open > ul {
  transition: 0.25s;
  pointer-events: auto;
  opacity: 1;
  transform: translateY(10px);
}
body.sp_menu div#gnav div.menu > nav > ul > li.haschild.open > ul {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  backdrop-filter: blur(3px) grayscale(1);
  transform: translateY(0);
  justify-content: center;
  align-items: center;
}
body.sp_menu div#gnav div.menu > nav > ul > li.haschild.open > ul > li {
  width: 240px;
}
body.sp_menu div#gnav div.menu > nav > ul > li.haschild.open > ul > li > a {
  padding: 1.25em 1.25em 1.35em;
}
div#gnav div.contact a {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 155px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  transition: 0.25s;
}
body.sp_menu div#gnav div.contact a {
  width: 260px;
  height: 55px;
  font-size: 15px;
}
body.sp_menu div#gnav div.contact a span.icon img {
  width: 18px;
}
div#gnav div.contact a:hover {
  background-color: #4d4d4d;
}
div#gnavToggleWrapper a#gnavToggle {
  width: 60px;
  height: 60px;
  display: block;
  background-color: #68a225;
  color: #fff;
  position: fixed;
  top: 10px;
  right: 10px;
  transform: translateY(-70px);
  transition: 1s;
  z-index: 4;
}
body.admin-bar div#gnavToggleWrapper a#gnavToggle {
  top: 42px;
  transform: translateY(-100px);
}
body.sp_menu div#gnavToggleWrapper a#gnavToggle {
  transform: translateY(0);
}
div#gnavToggleWrapper a#gnavToggle span.label {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  text-align: center;
}
div#gnavToggleWrapper a#gnavToggle span.btn {
  width: 20px;
  height: 14px;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}
div#gnavToggleWrapper a#gnavToggle span.btn span.b {
  transition: 0.25s;
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  transform-origin: center;
}
div#gnavToggleWrapper a#gnavToggle span.btn span.b.b1 {
  transform: translateY(-6px);
}
div#gnavToggleWrapper a#gnavToggle span.btn span.b.b3 {
  transform: translateY(6px);
}
body.menu_open div#gnavToggleWrapper a#gnavToggle {
  background-color: #297eb2;
  color: #fff;
}
body.menu_open div#gnavToggleWrapper a#gnavToggle span.btn {
  width: 24px;
  height: 14px;
}
body.menu_open div#gnavToggleWrapper a#gnavToggle span.btn span.b {
  width: 24px;
  height: 2px;
}
body.menu_open div#gnavToggleWrapper a#gnavToggle span.btn span.b.b1 {
  transform: rotateZ(35deg);
}
body.menu_open div#gnavToggleWrapper a#gnavToggle span.btn span.b.b2 {
  opacity: 0;
}
body.menu_open div#gnavToggleWrapper a#gnavToggle span.btn span.b.b3 {
  transform: rotateZ(-35deg);
}
@media screen and (max-width: 768px) {
  div#gnavToggleWrapper a#gnavToggle {
    width: 135px;
    height: 48px;
    border-radius: 10px 0 0 10px;
    top: auto !important;
    right: 0px;
    bottom: 29px !important;
    left: auto;
  }
  div#gnavToggleWrapper a#gnavToggle span.label {
    top: 0;
    bottom: 0;
    left: 45px;
    right: auto;
    display: flex;
    align-items: center;
  }
  div#gnavToggleWrapper a#gnavToggle span.btn {
    left: 15px;
    right: auto;
  }
}
div#toppageNewTopics {
  padding-top: 35px;
  background-color: #fff;
  color: #000;
}
div#toppageNewTopics div.container {
  display: flex;
  gap: 83px;
}
@media screen and (max-width: 1240px) {
  div#toppageNewTopics div.container {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  div#toppageNewTopics div.container {
    flex-direction: column;
  }
}
div#toppageNewTopics div.container div.statement {
  flex: 1 1 637px;
  max-width: 637px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
@media screen and (max-width: 1240px) {
  div#toppageNewTopics div.container div.statement {
    flex: 1 1 auto;
  }
}
div#toppageNewTopics div.container div.statement div.main {
  font-family: "Noto Serif JP", sans-serif;
  color: #68a225;
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 400;
  padding: 0 0 0 30px;
}
div#toppageNewTopics div.container div.statement div.sub {
  background-color: #68a225;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  padding: 9px 9px 9px 40px;
}
div#toppageNewTopics div.container div.info {
  flex: 1 1 auto;
}
@media screen and (max-width: 1240px) {
  div#toppageNewTopics div.container div.info {
    flex: 0 0 55%;
  }
}
div#toppageNewTopics div.container div.info div.posts_list {
  display: flex;
  gap: 27px 0;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  div#toppageNewTopics div.container div.info div.posts_list {
    flex-direction: column-reverse;
  }
}
div#toppageNewTopics div.container div.info div.posts_list div.w {
  display: flex;
}
@media screen and (max-width: 600px) {
  div#toppageNewTopics div.container div.info div.posts_list div.w {
    flex-direction: column;
    margin: 0 20px;
  }
}
div#toppageNewTopics div.container div.info div.posts_list div.w div.heading {
  background-color: #000;
  color: #fff;
  flex: 0 0 122px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  div#toppageNewTopics div.container div.info div.posts_list div.w div.heading {
    flex: 0 0 34px;
  }
}
div#toppageNewTopics div.container div.info div.posts_list div.w div.body.latest_newstopics {
  background-color: #f2f2f2;
  padding: 23px 0 19px 30px;
  flex: 1 1 auto;
}
div#toppageNewTopics div.container div.info div.posts_list div.w div.body.latest_newstopics div.item a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: 0.25s;
}
div#toppageNewTopics div.container div.info div.posts_list div.w div.body.latest_newstopics div.item a span.r1 {
  display: flex;
  gap: 10px;
  align-items: center;
}
div#toppageNewTopics div.container div.info div.posts_list div.w div.body.latest_newstopics div.item a span.r1 span.date {
  font-size: 15px;
  font-weight: 500;
}
div#toppageNewTopics div.container div.info div.posts_list div.w div.body.latest_newstopics div.item a span.r1 span.terms span.term span.term {
  padding: 0 12px;
  height: 20px;
  align-items: center;
  background-color: #297eb2;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
div#toppageNewTopics div.container div.info div.posts_list div.w div.body.latest_newstopics div.item a:hover {
  opacity: 0.6;
}
div#toppageNewTopics div.container div.info div.posts_list div.scrolldown {
  flex: 1 1 100%;
  text-align: right;
}
@media screen and (max-width: 600px) {
  div#toppageNewTopics div.container div.info div.posts_list div.scrolldown {
    text-align: initial;
  }
}
div#toppageNewTopics div.container div.info div.posts_list div.scrolldown a span.caption {
  margin: 0 30px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}
div#toppageNewTopics div.container div.info div.posts_list div.scrolldown a span.caption:before {
  display: flex;
  width: 18px;
  height: 18px;
  background: url(../images/icon-arrow-down-white.svg) center / 11px auto no-repeat #68a225;
  border-radius: 18px;
  content: '';
}
div#toppageNewTopics div.container div.info div.posts_list div.scrolldown a:hover span.caption:before {
  transition: 0.25s;
  transform: translateY(3px);
}
div#toppageConcept {
  background-color: #fff;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  div#toppageConcept {
    padding-top: 20px;
  }
}
div#toppageConcept div.container {
  display: flex;
  flex-direction: row-reverse;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  div#toppageConcept div.container {
    flex-direction: column;
  }
}
div#toppageConcept div.container div.docs {
  margin-top: 12px;
  flex: 1 1 660px;
}
@media screen and (max-width: 768px) {
  div#toppageConcept div.container div.docs {
    flex: 0 0 auto;
  }
}
div#toppageConcept div.container div.docs div.heading.common_heading {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  div#toppageConcept div.container div.docs div.heading.common_heading {
    margin-left: 20px;
  }
}
div#toppageConcept div.container div.docs div.body {
  max-width: 560px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  div#toppageConcept div.container div.docs div.body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px;
    max-width: none;
  }
}
div#toppageConcept div.container div.docs div.body div.logo {
  margin-bottom: 20px;
}
div#toppageConcept div.container div.docs div.body div.logo img {
  width: 140px;
}
div#toppageConcept div.container div.docs div.body div.leadtext {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  div#toppageConcept div.container div.docs div.body div.leadtext {
    text-align: center;
  }
}
div#toppageConcept div.container div.docs div.body div.text {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  div#toppageConcept div.container div.docs div.body div.link {
    width: 100%;
    text-align: center;
  }
}
div#toppageConcept div.container div.visual {
  flex: 0 1 720px;
  height: 444px;
}
@media screen and (max-width: 768px) {
  div#toppageConcept div.container div.visual {
    flex: 0 0 auto;
    height: auto;
    aspect-ratio: 375 / 280;
  }
}
div#toppageConcept div.container div.visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div#toppageBusiness {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #fff;
  color: #000;
  position: relative;
}
div#toppageBusiness div.heading.common_heading.left_set {
  margin-bottom: 30px;
  color: #68a225;
}
div#toppageBusiness div.container {
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  position: static;
}
@media screen and (max-width: 1280px) {
  div#toppageBusiness div.container {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  div#toppageBusiness div.container div.body {
    padding-top: 40px;
  }
}
div#toppageBusiness div.container div.body div.items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 680px) {
  div#toppageBusiness div.container div.body div.items {
    flex-direction: column;
    gap: 2px;
  }
}
div#toppageBusiness div.container div.body div.items div.item {
  flex: 0 0 calc((100% - 20px * 2) / 2);
  aspect-ratio: 1 / 0.5;
  position: relative;
}
@media screen and (max-width: 680px) {
  div#toppageBusiness div.container div.body div.items div.item {
    aspect-ratio: 400 / 280;
    flex: 0 0 200px;
    aspect-ratio: auto;
  }
}
div#toppageBusiness div.container div.body div.items div.item a span.visual {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
div#toppageBusiness div.container div.body div.items div.item a span.visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div#toppageBusiness div.container div.body div.items div.item a span.docs {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.85);
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 22px 15px;
  display: flex;
  align-items: center;
}
div#toppageBusiness div.container div.body div.items div.item a span.docs:after {
  background: url(../images/icon-arrow-right-white.svg) center / 7px auto no-repeat #000;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  content: '';
  flex: 0 0 30px;
  margin-left: auto;
  top: 2px;
  position: relative;
  transition: 0.35s 0.15s;
}
@media screen and (max-width: 1000px) {
  div#toppageBusiness div.container div.body div.items div.item a span.docs {
    padding: 6px 22px 8px;
  }
  div#toppageBusiness div.container div.body div.items div.item a span.docs:after {
    background: url(../images/icon-arrow-right-white.svg) center / 5px auto no-repeat #000;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    flex: 0 0 20px;
  }
}
@media screen and (max-width: 680px) {
  div#toppageBusiness div.container div.body div.items div.item a span.docs {
    top: 0;
    right: auto;
    writing-mode: vertical-rl;
    justify-content: center;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 15%;
    padding: 0 0 30px 3px;
    width: 60px;
    box-sizing: border-box;
  }
  div#toppageBusiness div.container div.body div.items div.item a span.docs:after {
    background: url(../images/icon-arrow-right-white.svg) center / 5px auto no-repeat #000;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 15px;
    margin: auto;
    border: 1px solid currentcolor;
  }
}
div#toppageBusiness div.container div.body div.items div.item a:after {
  content: '';
  display: block;
  height: 5px;
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  transition: 0.35s;
  background-color: #68a225;
  opacity: 0.75;
}
@media screen and (max-width: 680px) {
  div#toppageBusiness div.container div.body div.items div.item a:after {
    height: 10px;
  }
}
div#toppageBusiness div.container div.body div.items div.item a:hover span.docs:after {
  transform: translateX(10px);
}
@media screen and (max-width: 680px) {
  div#toppageBusiness div.container div.body div.items div.item a:hover span.docs:after {
    transform: translateX(0);
  }
}
div#toppageBusiness div.container div.body div.items div.item a:hover:after {
  right: 0;
}
div#toppageWorks {
  padding: 80px 0 40px;
  background-color: #f2f2f2;
  overflow: hidden;
}
div#toppageWorks div.container {
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1280px) {
  div#toppageWorks div.container {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
div#toppageWorks div.container div.heading.common_heading {
  margin-bottom: 30px;
}
div#toppageWorks div.container div.heading.common_heading div.sub {
  width: 9999px;
}
div#toppageWorks div.container div.body div.headline.works_headline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0 10px;
  aspect-ratio: 1240 / 738;
}
@media screen and (max-width: 840px) {
  div#toppageWorks div.container div.body div.headline.works_headline {
    display: block;
    aspect-ratio: auto;
    margin: 0 -20px;
  }
  div#toppageWorks div.container div.body div.headline.works_headline div.item {
    margin: 0 6px;
  }
}
div#toppageWorks div.container div.body div.headline.works_headline .noposts {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
div#toppageWorks div.container div.body div.headline.works_headline div.item {
  min-width: 0;
}
div#toppageWorks div.container div.body div.headline.works_headline div.item:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}
div#toppageWorks div.container div.body div.headline.works_headline div.item:nth-child(2) {
  grid-area: 1 / 3 / 2 / 4;
}
div#toppageWorks div.container div.body div.headline.works_headline div.item:nth-child(3) {
  grid-area: 1 / 4 / 2 / 5;
}
div#toppageWorks div.container div.body div.headline.works_headline div.item:nth-child(4) {
  grid-area: 2 / 3 / 3 / 4;
}
div#toppageWorks div.container div.body div.headline.works_headline div.item:nth-child(5) {
  grid-area: 2 / 4 / 3 / 5;
}
div#toppageWorks div.container div.body div.headline.works_headline div.item a span.docs span.caption span.title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
div#toppageWorks div.container div.body div.link {
  margin-top: 40px;
  text-align: right;
}
div.termsnav.works_termsnav a {
  transition: 0.25s;
}
div.termsnav.works_termsnav a:hover {
  opacity: 0.75;
}
div.termsnav.works_termsnav > ul {
  display: flex;
  gap: 5px;
  position: relative;
}
@media screen and (max-width: 500px) {
  div.termsnav.works_termsnav > ul {
    border-bottom: 2px solid #000;
  }
}
div.termsnav.works_termsnav > ul > li > a {
  width: 150px;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 0 20px;
  background-color: #000;
  box-sizing: border-box;
}
div.termsnav.works_termsnav > ul > li > a:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/icon-arrow-down-white.svg) center / contain no-repeat;
}
@media screen and (max-width: 500px) {
  div.termsnav.works_termsnav > ul > li > a {
    flex-direction: column;
    padding: 11px 0 11px;
    width: 110px;
    height: 60px;
  }
}
@media screen and (max-width: 380px) {
  div.termsnav.works_termsnav > ul > li > a {
    font-size: 12px;
    width: 90px;
    height: 45px;
    padding: 8px 0;
  }
}
div.termsnav.works_termsnav > ul > li > a:not(.current) {
  background-color: #808080;
}
div.termsnav.works_termsnav > ul > li > a:not(.current):after {
  content: '';
  background: url(../images/icon-plus-white.svg) center / contain no-repeat;
}
div.termsnav.works_termsnav > ul > li > ul {
  display: none;
  flex-wrap: wrap;
  gap: 5px;
  position: absolute;
  left: 0;
  padding-top: 5px;
}
@media screen and (max-width: 500px) {
  div.termsnav.works_termsnav > ul > li > ul {
    margin-top: 2px;
  }
}
div.termsnav.works_termsnav > ul > li > ul li a {
  border-radius: 5px;
  background: #297eb2;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 40px;
  background-color: #297eb2;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  div.termsnav.works_termsnav > ul > li > ul li a {
    height: 30px;
    font-size: 12px;
    padding: 0 15px;
  }
}
div.termsnav.works_termsnav > ul > li > ul li a:before {
  content: '#';
  margin-right: 0.5em;
}
div.termsnav.works_termsnav > ul > li > a.current + ul {
  display: flex;
}
div.works_headline div.item a {
  display: flex;
  height: 100%;
  flex-direction: column;
  position: relative;
}
div.works_headline div.item a span.visual {
  flex: 1 1 auto;
  display: block;
  position: relative;
}
div.works_headline div.item a span.visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.works_headline div.item a span.visual:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -1px;
  height: 6px;
  background-color: #68a225;
  transition: 0.35s;
}
div.works_headline div.item a span.docs {
  flex: 0 0 69px;
}
div.works_headline div.item a span.docs span.parent_terms {
  display: flex;
  gap: 5px;
  position: absolute;
  top: 8px;
  left: 8px;
}
div.works_headline div.item a span.docs span.parent_terms span.term {
  display: flex;
  height: 26px;
  padding: 0 8px;
  background-color: #297eb2;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  align-items: center;
}
div.works_headline div.item a span.docs span.caption > span {
  display: block;
}
div.works_headline div.item a span.docs span.caption span.title {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
}
div.works_headline div.item a span.docs span.caption span.sub_terms {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
div.works_headline div.item a span.docs span.caption span.sub_terms span.term {
  color: #297eb2;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
div.works_headline div.item a span.docs span.caption span.sub_terms span.term:before {
  content: '#';
  margin-right: 0.2em;
}
div.works_headline div.item a:hover span.visual:before {
  right: 0;
}
div#toppageRecruit {
  position: relative;
  background-color: #fff;
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  div#toppageRecruit {
    padding-top: 60px;
  }
}
div#toppageRecruit div.visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  bottom: 140px;
}
div#toppageRecruit div.visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div#toppageRecruit div.visual:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, .65);
  backdrop-filter: grayscale(1);
}
div#toppageRecruit div.heading.common_heading.left_set {
  color: #fff;
  margin-bottom: 30px;
}
div#toppageRecruit div.container {
  position: relative;
  z-index: 1;
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 40px;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  div#toppageRecruit div.container {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  div#toppageRecruit div.container div.body {
    padding-top: 30px;
  }
}
div#toppageRecruit div.container div.body div.leadtext {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}
div#toppageRecruit div.container div.body div.text {
  font-size: 15px;
  font-weight: 400;
  line-height: 180%;
  max-width: 560px;
  margin-bottom: 20px;
}
div#toppageRecruit div.container div.body div.link ul li a.common_btn {
  color: #fff;
}
div#toppageRecruit div.container div.body div.link ul li a.common_btn:after {
  background-color: #68a225;
}
div#toppageRecruit div.visual2 {
  height: 300px;
}
div#toppageRecruit div.visual2 div.item {
  width: 300px;
  height: 300px;
  margin: 0 7px;
}
div#toppageRecruit div.visual2 div.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div#toppageNewsTopics {
  background-color: #fff;
  color: #000;
  padding: 80px 0 100px;
}
div#toppageNewsTopics div.container {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1000px) {
  div#toppageNewsTopics div.container {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  div#toppageNewsTopics div.container {
    flex-direction: column-reverse;
  }
}
div#toppageNewsTopics div.container div.visual {
  flex: 0 0 480px;
}
@media screen and (max-width: 1000px) {
  div#toppageNewsTopics div.container div.visual {
    flex: 1 1 40%;
  }
}
@media screen and (max-width: 768px) {
  div#toppageNewsTopics div.container div.visual {
    flex: 0 0 auto;
    aspect-ratio: 375 / 280;
  }
}
div#toppageNewsTopics div.container div.visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div#toppageNewsTopics div.container div.body {
  flex: 1 1 auto;
}
@media screen and (max-width: 1000px) {
  div#toppageNewsTopics div.container div.body {
    flex: 1 1 60%;
  }
}
@media screen and (max-width: 768px) {
  div#toppageNewsTopics div.container div.body {
    flex: 0 0 auto;
  }
}
div#toppageNewsTopics div.container div.body div.heading.common_heading {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  div#toppageNewsTopics div.container div.body div.heading.common_heading {
    margin-left: 20px;
  }
}
div#toppageNewsTopics div.container div.body div.termsnav.newstopics_termsnav {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  div#toppageNewsTopics div.container div.body div.termsnav.newstopics_termsnav {
    margin: 0 20px 20px;
  }
}
div#toppageNewsTopics div.container div.body div.newstopics_headline {
  max-width: 780px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  div#toppageNewsTopics div.container div.body div.newstopics_headline {
    margin: 0 20px 20px;
  }
}
div#toppageNewsTopics div.container div.body div.link {
  text-align: right;
  max-width: 780px;
}
@media screen and (max-width: 768px) {
  div#toppageNewsTopics div.container div.body div.link {
    margin: 0 20px;
  }
}
div.termsnav.newstopics_termsnav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
div.termsnav.newstopics_termsnav ul li a {
  background-color: #297eb2;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 5px;
  transition: 0.25s;
}
div.termsnav.newstopics_termsnav ul li a:before {
  content: '#';
  margin-right: 0.5em;
}
div.termsnav.newstopics_termsnav ul li a:hover {
  opacity: 0.75;
}
div.newstopics_headline div.item a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 13px 25px 13px 20px;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
}
div.newstopics_headline div.item a span.r1 {
  display: flex;
  gap: 14px;
  align-items: center;
}
div.newstopics_headline div.item a span.r1 span.date {
  font-size: 15px;
  font-weight: 500;
}
div.newstopics_headline div.item a span.r1 span.terms span.term {
  display: flex;
  align-items: center;
  padding: 0 12px;
  height: 22px;
  background-color: #297eb2;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
div.newstopics_headline div.item a span.r2 span.caption {
  font-size: 15px;
  font-weight: 500;
  line-height: 180%;
}
div.newstopics_headline div.item a:after {
  content: '';
  background: url(../images/icon-arrow-right-white.svg) center / 7px auto no-repeat #000;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  transition: 0.35s 0.1s;
}
div.newstopics_headline div.item a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -1px;
  height: 3px;
  background-color: #68a225;
  transition: 0.35s;
}
div.newstopics_headline div.item a:hover:before {
  right: 0;
}
div.newstopics_headline div.item a:hover:after {
  transform: translateX(15px);
}
div#contentFooter div#contentFooterContact {
  position: relative;
}
div#contentFooter div#contentFooterContact div.bgimage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
div#contentFooter div#contentFooterContact div.bgimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div#contentFooter div#contentFooterContact div.bgimage:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, .65);
  backdrop-filter: grayscale(1);
}
div#contentFooter div#contentFooterContact div.container {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 80px 0 60px;
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1280px) {
  div#contentFooter div#contentFooterContact div.container {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
div#contentFooter div#contentFooterContact div.container div.heading.common_heading.left_set {
  color: #fff;
}
div#contentFooter div#contentFooterContact div.container div.body {
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  div#contentFooter div#contentFooterContact div.container div.body {
    margin-top: 50px;
  }
}
div#contentFooter div#contentFooterContact div.container div.body div.leadtext {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  div#contentFooter div#contentFooterContact div.container div.body div.leadtext {
    margin-bottom: 20px;
  }
}
div#contentFooter div#contentFooterContact div.container div.body div.link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
div#contentFooter div#contentFooterContact div.container div.body div.link div.item a {
  width: 380px;
  height: 108px;
  display: flex;
  box-sizing: border-box;
}
@media screen and (max-width: 400px) {
  div#contentFooter div#contentFooterContact div.container div.body div.link div.item a {
    width: 300px;
    height: 100px;
  }
}
div#contentFooter div#contentFooterContact div.container div.body div.link div.item.tel a {
  color: #fff;
  border: 1px solid currentcolor;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
div#contentFooter div#contentFooterContact div.container div.body div.link div.item.tel a span.main {
  display: flex;
  gap: 10px;
  align-items: center;
}
div#contentFooter div#contentFooterContact div.container div.body div.link div.item.tel a span.main span.icon {
  top: 3px;
  position: relative;
}
div#contentFooter div#contentFooterContact div.container div.body div.link div.item.tel a span.main span.icon img {
  width: 19px;
}
div#contentFooter div#contentFooterContact div.container div.body div.link div.item.tel a span.main span.caption {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 400px) {
  div#contentFooter div#contentFooterContact div.container div.body div.link div.item.tel a span.main span.caption {
    font-size: 28px;
  }
}
div#contentFooter div#contentFooterContact div.container div.body div.link div.item.tel a span.sub {
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 400px) {
  div#contentFooter div#contentFooterContact div.container div.body div.link div.item.tel a span.sub {
    font-size: 14px;
  }
}
div#contentFooter div#contentFooterContact div.container div.body div.link div.item.mailform a {
  background-color: #68a225;
  color: #fff;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
div#contentFooter div#contentFooterContact div.container div.body div.link div.item.mailform a span.main {
  display: flex;
  gap: 10px;
  align-items: center;
}
div#contentFooter div#contentFooterContact div.container div.body div.link div.item.mailform a span.main:after {
  content: '';
  background: url(../images/icon-arrow-right-white.svg) center / 6px auto no-repeat #000;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background-color: transparent;
  border: 1px solid currentcolor;
}
div#contentFooter div#contentFooterContact div.container div.body div.link div.item.mailform a span.main span.icon {
  top: 1px;
  position: relative;
}
div#contentFooter div#contentFooterContact div.container div.body div.link div.item.mailform a span.main span.icon img {
  width: 20px;
}
div#contentFooter div#contentFooterContact div.container div.body div.link div.item.mailform a span.main span.caption {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 400px) {
  div#contentFooter div#contentFooterContact div.container div.body div.link div.item.mailform a span.main span.caption {
    font-size: 18px;
  }
}
div#contentFooter div#contentFooterContact div.container div.body div.link div.item.mailform a:hover {
  background-color: rgba(104, 162, 37, .5);
}
div#footer {
  background-color: #000;
  color: #fff;
}
div#footer div.container {
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 60px 0 30px;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media screen and (max-width: 1320px) {
  div#footer div.container {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
div#footer div.container a {
  transition: 0.2s;
}
div#footer div.container a:hover {
  opacity: 0.6;
}
div#footer div.container div.w {
  display: flex;
  gap: 40px 10px;
}
@media screen and (max-width: 1020px) {
  div#footer div.container div.w {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1020px) {
  div#footer div.container div.w div.heading {
    text-align: center;
  }
}
div#footer div.container div.w div.heading div.logo {
  margin-bottom: 22px;
}
div#footer div.container div.w div.heading div.logo img {
  width: 130px;
}
div#footer div.container div.w div.heading div.address {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1020px) {
  div#footer div.container div.w div.heading div.address {
    font-size: 14px;
  }
}
div#footer div.container div.w div.body {
  margin-left: auto;
}
@media screen and (max-width: 1020px) {
  div#footer div.container div.w div.body {
    margin-left: 0;
  }
}
div#footer div.container div.w div.body div#footermenu {
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 1200px) {
  div#footer div.container div.w div.body div#footermenu {
    gap: 40px;
  }
}
div#footer div.container div.w div.body div#footermenu div.item {
  font-size: 14px;
  font-weight: 500;
}
div#footer div.container div.w div.body div#footermenu div.item ul li {
  margin-bottom: 12px;
}
div#footer div.container div.w div.body div#footermenu div.item ul li ul {
  margin-top: 12px;
}
div#footer div.container div.w div.body div#footermenu div.item ul li ul li a:before {
  content: '－';
  margin-right: 0.5em;
}
@media screen and (max-width: 1020px) {
  div#footer div.container div.w div.body div#footermenu {
    flex-direction: column;
    gap: 0;
  }
  div#footer div.container div.w div.body div#footermenu div.item ul li {
    margin-bottom: 2px;
  }
  div#footer div.container div.w div.body div#footermenu div.item ul li a {
    padding: 10px 10px 10px 10px;
    display: flex;
    background: #242424;
    box-sizing: border-box;
    gap: 19px;
    width: auto;
  }
  div#footer div.container div.w div.body div#footermenu div.item ul li a:before {
    content: '';
    background: url(../images/icon-arrow-right-white.svg) center / 4px auto no-repeat #000;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: transparent;
    border: 1px solid currentcolor;
    border-radius: 16px;
  }
  div#footer div.container div.w div.body div#footermenu div.item ul li:has( > ul) > a {
    position: relative;
    padding-left: 50px;
  }
  div#footer div.container div.w div.body div#footermenu div.item ul li:has( > ul) > a:before, div#footer div.container div.w div.body div#footermenu div.item ul li:has( > ul) > a:after {
    transition: 0.25s;
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background-color: currentcolor;
    background-image: none;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
  }
  div#footer div.container div.w div.body div#footermenu div.item ul li:has( > ul) > a:after {
    transform: rotateZ(-90deg);
  }
  div#footer div.container div.w div.body div#footermenu div.item ul li > ul {
    display: none;
    margin-top: 2px;
  }
  div#footer div.container div.w div.body div#footermenu div.item ul li > ul li a {
    background-color: #7b7b7d;
  }
  div#footer div.container div.w div.body div#footermenu div.item ul li > ul li a:before {
    content: '';
  }
  div#footer div.container div.w div.body div#footermenu div.item ul li.open a:after {
    transform: rotateZ(-90deg) rotateY(90deg);
  }
  div#footer div.container div.w div.body div#footermenu div.item ul li.open ul {
    display: block;
  }
}
div#footer div.container div.w div.body .footerbanner {
  margin-top: 15px;
}
div#footer div.container div.w div.body .footerbanner ul {
  display: flex;
  justify-content: flex-end;
}
div#footer div.container div.w div.body .footerbanner ul li a {
  display: inline-block;
  height: 90px;
}
div#footer div.container div.w div.body .footerbanner ul li a img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
div#footer div.container div.copyright {
  flex: 0 0 100%;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 1020px) {
  div#footer div.container div.copyright {
    text-align: center;
  }
}
div#totop_wrapper a#totop {
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: #000;
  color: #fff;
  position: fixed;
  bottom: 10px;
  right: 10px;
  transform: translateY(70px);
  transition: transform 0.8s;
  z-index: 2;
}
body.header_scrollout div#totop_wrapper a#totop {
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  div#totop_wrapper a#totop {
    right: 0;
    border-radius: 10px 0 0 10px;
    width: 58px;
    height: 48px;
    gap: 3px;
    padding-bottom: 5px;
    box-sizing: border-box;
    bottom: 131px;
    transform: translateX(58px);
  }
  body.subpage div#totop_wrapper a#totop {
    bottom: 80px;
  }
  body.header_scrollout div#totop_wrapper a#totop {
    transform: translateX(0);
  }
}
div#totop_wrapper a#totop span.icon img {
  width: 10px;
}
div#totop_wrapper a#totop span.caption {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  div#totop_wrapper a#totop span.caption {
    font-size: 13px;
  }
}
div#totop_wrapper a#totop:hover {
  transition: 0.5s;
  background-color: rgba(0, 0, 0, .6);
}
div#totop_wrapper a#totop:hover span.icon {
  transition: 0.5s;
  transform: translateY(-3px);
}
div#toppageSectionAnchor div.container div.w {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 240px;
  height: 50px;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
  align-items: center;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  z-index: 2;
  transform: translateX(240px);
  transition: transform 0.75s;
}
body.header_scrollout div#toppageSectionAnchor div.container div.w {
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  div#toppageSectionAnchor div.container div.w {
    width: 135px;
    height: 48px;
    top: auto;
    right: 0px;
    bottom: 80px;
    left: auto;
    font-size: 13px;
    transform: translateX(135px);
  }
}
div#toppageSectionAnchor div.container div.w div.icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 20px;
  margin: auto;
}
div#toppageSectionAnchor div.container div.w div.icon img {
  width: 20px;
}
@media screen and (max-width: 768px) {
  div#toppageSectionAnchor div.container div.w div.icon {
    left: 15px;
  }
}
div#toppageSectionAnchor div.container div.w div.icon2 {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  display: block;
}
div#toppageSectionAnchor div.container div.w div.icon2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
div#toppageSectionAnchor div.container div.w div.list {
  position: absolute;
  z-index: 1;
  margin: auto;
}
div#toppageSectionAnchor div.container div.w div.list ul li a {
  padding-left: 55px;
  padding-right: 35px;
  display: flex;
  height: 50px;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  div#toppageSectionAnchor div.container div.w div.list ul li a {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  div#toppageSectionAnchor div.container div.w div.list ul li a {
    flex-direction: column;
    justify-content: center;
  }
  div#toppageSectionAnchor div.container div.w div.list ul li a span.colon {
    display: none;
  }
}
div#toppageSectionAnchor div.container div.w div.list ul li:last-child a {
  border-bottom: none;
}
div#toppageSectionAnchor div.container div.w div.list.expand {
  width: 100%;
}
div#toppageSectionAnchor div.container div.w div.list.expand ul li a {
  padding-left: 20px;
  padding-right: 20px;
}
div#subpageHeadingVisual div.container {
  height: 230px;
  position: relative;
}
div#subpageHeadingVisual div.container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div#subpageHeadingVisual div.container:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .25) 100%);
  display: block;
}
div#subpageTopicPath {
  background-color: #fff;
  color: #000;
}
div#subpageTopicPath div.container {
  line-height: 1.5;
  width: 1140px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-image: linear-gradient(to right, #fff 0 1px, #68a225 1px 2px, #fff 2px);
  background-repeat: no-repeat;
  background-size: 2px 100%;
  background-position: left;
  padding-top: 37px;
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1180px) {
  div#subpageTopicPath div.container {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
body.single-newstopics div#subpageTopicPath div.container, body.post-type-archive-newstopics div#subpageTopicPath div.container {
  background-image: linear-gradient(to right, #68a225 0 1px, #fff 1px);
}
@media screen and (max-width: 1200px) {
  body.single-newstopics div#subpageTopicPath div.container, body.post-type-archive-newstopics div#subpageTopicPath div.container {
    background: none;
    border-left: 1px solid #68a225;
  }
}
@media screen and (max-width: 960px) {
  body.single-newstopics div#subpageTopicPath div.container, body.post-type-archive-newstopics div#subpageTopicPath div.container {
    border-left: none;
  }
}
body.post-type-archive-works div#subpageTopicPath div.container, body.tax-workscategory div#subpageTopicPath div.container {
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1480px) {
  body.post-type-archive-works div#subpageTopicPath div.container, body.tax-workscategory div#subpageTopicPath div.container {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  div#subpageTopicPath div.container {
    background: none;
    border-left: 1px solid #68a225;
  }
}
@media screen and (max-width: 960px) {
  div#subpageTopicPath div.container {
    border-left: none;
    padding-top: 17px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  div#subpageTopicPath div.container {
    padding-top: 8px;
    line-height: 1.25;
  }
}
div#subpageTopicPath div.container ul {
  display: inline;
}
div#subpageTopicPath div.container ul li {
  font-size: 15px;
  font-weight: 400;
  display: inline;
  align-items: center;
  line-height: 1;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  div#subpageTopicPath div.container ul li {
    font-size: 11px;
  }
}
div#subpageTopicPath div.container ul li:before {
  content: '';
  background: url(../images/icon-arrow-right-white.svg) center / 5px auto no-repeat #000;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  transform: translateY(1px);
  display: inline-block;
  margin: 0 10px 0 6px;
}
@media screen and (max-width: 768px) {
  div#subpageTopicPath div.container ul li:before {
    width: 13px;
    height: 13px;
    background-size: 4px auto;
    margin: 0 5px 0 2px;
    transform: translateY(2px);
  }
}
div#subpageTopicPath div.container ul li:first-child:before {
  display: none;
}
div#subpageTopicPath div.container ul li a {
  transition: 0.25s;
}
div#subpageTopicPath div.container ul li a:hover {
  opacity: 0.6;
}
div#subpageDocs {
  background-color: #fff;
  color: #000;
}
div#subpageDocs div.container {
  width: 1140px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  position: static;
  display: flex;
  gap: 100px;
  align-items: flex-start;
}
@media screen and (max-width: 1180px) {
  div#subpageDocs div.container {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
body.single-newstopics div#subpageDocs div.container, body.post-type-archive-newstopics div#subpageDocs div.container {
  display: block;
  position: relative;
}
body.post-type-archive-works div#subpageDocs div.container, body.tax-workscategory div#subpageDocs div.container {
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1480px) {
  body.post-type-archive-works div#subpageDocs div.container, body.tax-workscategory div#subpageDocs div.container {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1080px) {
  div#subpageDocs div.container {
    gap: 50px;
  }
}
@media screen and (max-width: 960px) {
  div#subpageDocs div.container {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  div#subpageDocs div.container {
    align-items: flex-start;
    gap: 0;
  }
}
div#subpageDocs div.container div#subpageHeading {
  padding-top: 60px;
  border-left: 1px solid #68a225;
  flex: 0 0 240px;
  margin-left: 1px;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 1200px) {
  div#subpageDocs div.container div#subpageHeading {
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  div#subpageDocs div.container div#subpageHeading {
    flex: 0 0 auto;
    padding-bottom: 0;
    border-left: none;
    width: 100%;
  }
}
body.single-newstopics div#subpageDocs div.container div#subpageHeading, body.post-type-archive-newstopics div#subpageDocs div.container div#subpageHeading {
  position: relative;
  margin-left: 0;
}
@media screen and (max-width: 960px) {
  div#subpageDocs div.container div#subpageHeading {
    position: static;
  }
}
div#subpageDocs div.container div#subpageHeading div.heading.common_heading div.main {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  div#subpageDocs div.container div#subpageHeading div.heading.common_heading div.main {
    padding-left: 0;
  }
}
div#subpageDocs div.container div#subpageHeading div.heading.common_heading div.main span.caption {
  font-weight: 400;
  font-size: 32px;
}
div#subpageDocs div.container div#subpageHeading div.heading.common_heading div.sub {
  padding-left: 30px;
}
div#subpageDocs div.container div#subpageHeading div.anchor_list {
  padding-top: 40px;
  padding-left: 30px;
  padding-bottom: 20px;
}
body.single-newstopics div#subpageDocs div.container div#subpageHeading div.anchor_list, body.post-type-archive-newstopics div#subpageDocs div.container div#subpageHeading div.anchor_list {
  display: none;
}
@media screen and (max-width: 960px) {
  div#subpageDocs div.container div#subpageHeading div.anchor_list {
    display: none;
  }
}
div#subpageDocs div.container div#subpageHeading div.anchor_list ul {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
div#subpageDocs div.container div#subpageHeading div.anchor_list ul li {
  display: flex;
  align-items: center;
  gap: 17px;
  line-height: 1.2;
}
div#subpageDocs div.container div#subpageHeading div.anchor_list ul li:before {
  flex: 0 0 15px;
  content: '';
  background: url(../images/icon-arrow-right-white.svg) center / 5px auto no-repeat #000;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #297eb2;
  transition: 0.25s;
}
div#subpageDocs div.container div#subpageHeading div.anchor_list ul li:hover:before {
  transform: translateX(5px);
}
div#subpageDocs div.container div#subpageContent {
  flex: 1 1 800px;
  padding-bottom: 100px;
  padding-top: 60px;
}
@media screen and (max-width: 960px) {
  div#subpageDocs div.container div#subpageContent {
    flex: 0 0 auto;
    width: 100%;
    max-width: 800px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  div#subpageDocs div.container div#subpageContent {
    padding-top: 50px;
  }
}
div#subpageDocs div.container div#subpageContent div.termsnav.newstopics_termsnav {
  margin-bottom: 30px;
}
div#subpageDocs div.container div#subpageContent div.termsnav.newstopics_termsnav ul li:first-child a:before {
  display: none;
}
div#subpageDocs div.container div#subpageContent div.headline.works_headline {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
div#subpageDocs div.container div#subpageContent div.headline.works_headline div.item {
  flex: 0 0 calc((100% - 10px * 2) / 3);
}
@media screen and (max-width: 600px) {
  div#subpageDocs div.container div#subpageContent div.headline.works_headline div.item {
    flex: 0 0 calc((100% - 10px * 1) / 2);
  }
}
div#subpageDocs div.container div#subpageContent div.headline.works_headline div.item a span.visual {
  flex: 0 0 auto;
  aspect-ratio: 1 / 1;
}
div.monthly_archive_link {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 35px;
  font-size: 0.875rem;
}
@media screen and (max-width: 820px) {
  div.monthly_archive_link {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}
div.monthly_archive_link a.show_archive_links {
  display: block;
  width: 200px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6e6e6;
  margin: auto;
  border-radius: 30px;
  position: relative;
}
div.monthly_archive_link a.show_archive_links:after {
  content: '>';
  display: inline-block;
  transform: rotateZ(90deg) scaleX(0.5);
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
div.monthly_archive_link ul {
  margin-top: 20px;
  display: none;
  justify-content: center;
  flex-wrap: wrap;
}
div.monthly_archive_link ul.show {
  display: flex;
}
div.monthly_archive_link ul li {
  margin: 0 5px 10px;
  flex: 0 0 113px;
  text-align: center;
}
div.monthly_archive_link ul li a {
  display: block;
  background-color: #f2f2f2;
  padding: 7px 0;
  border-radius: 3px;
}
button.slick-arrow {
  width: 23px;
  height: 23px;
  border-radius: 23px;
  background-color: #000;
  color: #fff;
  border: none;
  text-indent: 9999px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 60px;
  margin: auto;
}
button.slick-arrow:after {
  text-indent: 0;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border: 1px solid currentcolor;
  border-color: currentcolor currentcolor transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
button.slick-arrow.slick-prev {
  left: 10px;
}
button.slick-arrow.slick-prev:after {
  left: 3px;
  transform: rotateZ(-135deg);
}
button.slick-arrow.slick-next {
  right: 10px;
}
button.slick-arrow.slick-next:after {
  right: 3px;
  transform: rotateZ(45deg);
}
.noposts {
  text-align: center;
  background-color: #f5f5f5;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
}
.ani_area .ani_target {
  opacity: 0;
  transform: translateY(40px);
  transition: 1s;
}
.ani_area .ani_target[data-aindex="1"] {
  transition-delay: 0s;
}
.ani_area .ani_target[data-aindex="1"] {
  transition-delay: 0s;
}
.ani_area .ani_target[data-aindex="2"] {
  transition-delay: 0.3s;
}
.ani_area .ani_target[data-aindex="3"] {
  transition-delay: 0.6s;
}
.ani_area .ani_target[data-aindex="4"] {
  transition-delay: 0.9s;
}
.ani_area .ani_target[data-aindex="5"] {
  transition-delay: 1.2s;
}
.ani_area.show .ani_target {
  opacity: 1;
  transform: translateY(0px);
}
.pager {
  text-align: center;
  margin: 40px 0;
  font-size: 0.8125rem;
  font-weight: 500;
}
.pager a, .pager span {
  display: inline-block;
  margin: 0 0 0.25em 0.75em;
  min-width: 3em;
  padding: 1em;
  box-sizing: border-box;
  background-color: #f6f8f9;
  color: #000;
}
.pager .current {
  background-color: #68a225;
  color: #fff;
}
