@charset "UTF-8";
/*
Theme Name: NEW SITE
Theme URI:
Author: grafix
Author URI: https://www.gd-system.jp/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/* html tag */
html {
  font-size: 10px;
  font-family: YakuHanJP, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #333;
}

body {
  word-wrap: break-word;
  word-break: break-all;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #2e93d4;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  -webkit-text-decoration: auto;
          text-decoration: auto;
}
a:hover img {
  opacity: 0.7;
  zoom: 1;
  text-decoration: none;
}
a[href^=tel] {
  color: #333;
  cursor: text;
  pointer-events: none;
}
a[href^=tel]:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}
*::after, *::before {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

.sp {
  display: none;
}

.screen-reader-text {
  display: none;
}

@media screen and (max-width: 768px) {
  a[href^=tel] {
    pointer-events: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
}
body.fixed {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 50px;
  }
  body {
    font-size: 4.0625vw;
    line-height: 1.75;
    padding-top: 50px;
  }
}
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
}
.header-wrap .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-wrap: nowrap;
}
.header-wrap .header-inner header {
  position: relative;
  z-index: 99;
}
.header-wrap .header-inner header .header a {
  display: block;
  padding: 24px 42px;
  background: #e97e00;
  color: #fff;
}
.header-wrap .header-inner header .header a img {
  display: block;
}
.header-wrap .header-inner nav .nav .sp-menu {
  width: 100px;
  height: 100px;
  background: #006837;
  color: #fff;
  position: relative;
  cursor: pointer;
  z-index: 95;
}
.header-wrap .header-inner nav .nav .sp-menu .bars {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
}
.header-wrap .header-inner nav .nav .sp-menu .bars .bar {
  position: absolute;
  left: 7px;
  right: 7px;
  height: 2px;
  background: #fff;
  transition: 0.2s;
}
.header-wrap .header-inner nav .nav .sp-menu .bars .bar:nth-of-type(1) {
  top: 0;
}
.header-wrap .header-inner nav .nav .sp-menu .bars .bar:nth-of-type(2) {
  top: 15px;
}
.header-wrap .header-inner nav .nav .sp-menu .bars .bar:nth-of-type(3) {
  top: 30px;
}
.header-wrap .header-inner nav .nav .sp-menu .bars .label {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
}
.header-wrap .header-inner nav .nav .sp-menu.active .bars .bar:nth-of-type(1) {
  top: 15px;
  rotate: 45deg;
}
.header-wrap .header-inner nav .nav .sp-menu.active .bars .bar:nth-of-type(2) {
  scale: 0 1;
}
.header-wrap .header-inner nav .nav .sp-menu.active .bars .bar:nth-of-type(3) {
  top: 15px;
  rotate: -45deg;
}
.header-wrap .header-inner nav .nav .sp-menu.active .bars .label {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
}
.header-wrap .header-inner nav .nav .sp-menu.active + .menu {
  translate: 0 0;
}
.header-wrap .header-inner nav .nav .menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background: #fff;
  padding: 100px;
  translate: 100% 0;
  transition: 0.2s;
  overflow-y: auto;
}
.header-wrap .header-inner nav .nav .menu .row {
  max-width: 900px;
  margin: 0 auto 1em;
  display: flex;
  justify-content: center;
  align-items: initial;
  flex-wrap: nowrap;
  gap: 2%;
}
.header-wrap .header-inner nav .nav .menu .row .col {
  flex-basis: 32%;
  flex-shrink: 0;
  flex-grow: 1;
  text-align: center;
}
.header-wrap .header-inner nav .nav .menu .row .col ul {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 500;
}
.header-wrap .header-inner nav .nav .menu .row .col ul li a {
  color: #333;
  display: inline-block;
  padding: 0.5em;
}
.header-wrap .header-inner nav .nav .menu .row .col ul li a:hover {
  color: #e97e00;
}
.header-wrap .header-inner nav .nav .menu .row .col.satellite {
  background: rgba(233, 126, 0, 0.3);
  text-align: initial;
  padding: 0.5em;
}
.header-wrap .header-inner nav .nav .menu .row .col.satellite a {
  color: #333;
}
.header-wrap .header-inner nav .nav .menu .row .col.satellite a:hover {
  color: #e97e00;
}
.header-wrap .header-inner nav .nav .menu .row .col.genki {
  background: rgba(0, 104, 55, 0.3);
  text-align: initial;
  padding: 0.5em;
}
.header-wrap .header-inner nav .nav .menu .row .col.genki a {
  color: #333;
}
.header-wrap .header-inner nav .nav .menu .row .col.genki a:hover {
  color: #e97e00;
}

.common__news {
  padding: 60px 0 20px;
}
.common__news h2 {
  font-size: 2.8rem;
  line-height: 1.75;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.5em;
  background: #fcfcfc;
  padding: 1.8em;
  border-top: solid 5px #e97e00;
  border-bottom: solid 5px #006837;
}
.common__news .inner {
  max-width: 1200px;
  margin: 0 auto 0;
}
.common__news .inner .news_wrap {
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-wrap: nowrap;
}
.common__news .inner .news_wrap .news {
  flex-basis: 29.2%;
  flex-shrink: 0;
  flex-grow: 0;
}
.common__news .inner .news_wrap .news h3 {
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #42210b;
}
.common__news .inner .news_wrap .news ul {
  border-top: solid 1px #ccc;
}
.common__news .inner .news_wrap .news ul li {
  border-bottom: solid 1px #ccc;
}
.common__news .inner .news_wrap .news ul li a {
  display: block;
  color: #333;
  padding: 0.5em;
}
.common__news .inner .news_wrap .news ul li a:hover {
  background: #f5f5f5;
  color: #e97e00;
}
.common__news .inner .news_wrap .news ul li .date {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-bottom: 0.5em;
}
.common__news .inner .news_wrap .news .list {
  margin-top: 1em;
  text-align: right;
}
.common__news .inner .news_wrap .news .list a {
  color: #333;
}
.common__news .inner .news_wrap .news .list a:hover {
  color: #e97e00;
}
.common__news .inner .news_wrap .satellite h3 {
  color: #e97e00;
}
.common__news .inner .news_wrap .genki h3 {
  color: #006837;
}

footer {
  border-top: solid 1px #e97e00;
  padding-top: 5em;
}

.footer__credit {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 4em;
}
.footer__credit h2 {
  margin-bottom: 1em;
}
.footer__map {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 6em;
}
.footer__map .map_wrap {
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-wrap: nowrap;
}
.footer__map .map_wrap .map {
  flex-basis: 48.3%;
  flex-shrink: 0;
  flex-grow: 0;
}
.footer__contact {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 4em;
}
.footer__contact .contact_wrap {
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-wrap: nowrap;
  gap: 3.5%;
}
.footer__contact .contact_wrap .contact_box {
  flex-basis: 31%;
  flex-shrink: 0;
  flex-grow: 0;
}
.footer__contact .contact_wrap .contact_box h3 {
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  border: solid 1px #b3b3b3;
  padding: 0.5em;
}
.footer__contact .contact_wrap .contact_box h3 span {
  font-size: 2rem;
  line-height: 1.75;
  display: block;
}
.footer__contact .contact_wrap .contact_box .contact {
  padding: 1em;
  text-align: center;
  font-size: 3rem;
  line-height: 1.75;
  font-weight: 600;
}
.footer__contact .contact_wrap .contact_box .contact span {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-right: 0.5em;
}
.footer__copyright {
  font-size: 1.4rem;
  line-height: 1.75;
  color: #fff;
  background: #e97e00;
  padding: 1em;
  text-align: center;
  margin-top: 4em;
}

.pagetop {
  position: fixed;
  right: 50px;
  bottom: 50px;
}
.pagetop a {
  width: 3em;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  border: solid 4px #e97e00;
  background: #fff;
  color: #e97e00;
}

@media screen and (max-width: 768px) {
  .header-wrap .header-inner header {
    flex-basis: calc(100vw - 50px);
    flex-shrink: 0;
    flex-grow: 0;
  }
  .header-wrap .header-inner header .header a {
    padding: 10px;
    height: 50px;
  }
  .header-wrap .header-inner header .header a img {
    width: auto;
    height: 30px;
  }
  .header-wrap .header-inner nav {
    flex-basis: 50px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .header-wrap .header-inner nav .nav .sp-menu {
    width: 50px;
    height: 50px;
  }
  .header-wrap .header-inner nav .nav .sp-menu .bars {
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
  }
  .header-wrap .header-inner nav .nav .sp-menu .bars .bar:nth-of-type(1) {
    top: 5px;
  }
  .header-wrap .header-inner nav .nav .sp-menu .bars .bar:nth-of-type(2) {
    top: 10px;
  }
  .header-wrap .header-inner nav .nav .sp-menu .bars .bar:nth-of-type(3) {
    top: 15px;
  }
  .header-wrap .header-inner nav .nav .sp-menu .bars .label {
    top: 25px;
    font-size: 1.2rem;
    line-height: 1;
  }
  .header-wrap .header-inner nav .nav .menu {
    padding: calc(50px + 2em) 2em 2em;
  }
  .header-wrap .header-inner nav .nav .menu .row {
    max-width: initial;
    margin: 0 auto 1em;
    display: block;
  }
  .header-wrap .header-inner nav .nav .menu .row .col {
    text-align: initial;
  }
  .header-wrap .header-inner nav .nav .menu .row .col ul {
    font-size: 5.625vw;
    line-height: 1.75;
  }
  .common__news {
    padding: 3em 0 2em;
  }
  .common__news h2 {
    font-size: 5.625vw;
    line-height: 1.75;
    margin-bottom: 2.5em;
    padding-bottom: 1em;
  }
  .common__news h2::before {
    height: 3px;
  }
  .common__news h2::after {
    height: 3px;
  }
  .common__news .inner {
    max-width: initial;
    margin: 0 6.25vw;
  }
  .common__news .inner .news_wrap {
    display: block;
  }
  .common__news .inner .news_wrap .news h3 {
    font-size: 4.6875vw;
    line-height: 1.75;
  }
  .common__news .inner .news_wrap .news ul li .date {
    font-size: 1.1rem;
    line-height: 1.75;
  }
  .common__news .inner .news_wrap .news + .news {
    margin-top: 2em;
  }
  footer {
    padding-top: 2em;
    font-size: 3.75vw;
    line-height: 1.75;
  }
  .footer__credit {
    max-width: initial;
    margin: 0 6.25vw;
    margin-bottom: 2em;
  }
  .footer__credit h2 img {
    width: auto;
    height: 30px;
  }
  .footer__map {
    max-width: initial;
    margin: 0 6.25vw;
    margin-bottom: 3em;
  }
  .footer__map .map_wrap {
    display: block;
  }
  .footer__map .map_wrap .map + .map {
    margin-top: 2em;
  }
  .footer__contact {
    max-width: initial;
    margin: 0 6.25vw;
    margin-bottom: 2em;
  }
  .footer__contact .contact_wrap {
    display: block;
  }
  .footer__contact .contact_wrap .contact_box h3 {
    font-size: 4.375vw;
    line-height: 1;
    padding-bottom: 0.8em;
  }
  .footer__contact .contact_wrap .contact_box h3 span {
    font-size: 3.4375vw;
    line-height: 1.75;
  }
  .footer__contact .contact_wrap .contact_box .contact {
    padding: 0.5em 0 1em;
    font-size: 1.8rem;
    line-height: 1.75;
    display: flex;
    justify-content: space-around;
    align-items: initial;
    flex-wrap: nowrap;
  }
  .footer__contact .contact_wrap .contact_box .contact span {
    font-size: 1.1rem;
    line-height: 1.75;
  }
  .footer__copyright {
    font-size: 1.1rem;
    line-height: 1.75;
    margin-top: 2em;
  }
  .pagetop {
    right: 10vw;
    bottom: 10vw;
  }
  .pagetop a {
    width: 2.5em;
    height: 2.5em;
    border: solid 2px #e97e00;
  }
}
.front__header_image {
  position: relative;
}
.front__header_image .img {
  width: 78.3%;
  margin-left: auto;
}
.front__header_image .text {
  background: linear-gradient(130deg, #e97e00 0%, #e97e00 50%, #006837 50%, #006837 100%);
  position: absolute;
  left: 40px;
  bottom: -60px;
  padding: 50px 40px;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #fff;
}
.front__header_image .text h2 {
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.front__catch_navi {
  background: url(img/bg_stripe.png);
  padding: 200px 0 150px;
  margin-top: -60px;
}
.front__catch_navi .important {
  max-width: 1200px;
  margin: 0 auto 2em;
  background-image: url(img/bg_stripe_red.png);
  background-color: #fff;
  border: solid 2px #e83818;
  padding: 1em;
}
.front__catch_navi .important h2 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.75;
  margin-bottom: 0.5em;
  color: #e83818;
  font-weight: 700;
}
.front__catch_navi .important .info {
  text-align: center;
}
.front__catch_navi .important .info a {
  display: inline-block;
  color: #e83818;
  font-weight: 600;
}
.front__catch_navi .important .info + .info {
  margin-top: 1em;
}
.front__catch_navi .catch {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.front__catch_navi .catch h2 {
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.front__catch_navi .site_navi {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-wrap: nowrap;
}
.front__catch_navi .site_navi .navi {
  flex-basis: 48.3%;
  flex-shrink: 0;
  flex-grow: 0;
}
.front__catch_navi .site_navi .navi h3 {
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 500;
  text-align: center;
  padding: 0.5em;
  background: #454545;
  color: #fff;
}
.front__catch_navi .site_navi .navi ul {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  list-style-type: disc;
  padding-left: 1.5em;
}
.front__catch_navi .site_navi .navi ul:first-child {
  margin-top: 0;
}
.front__catch_navi .site_navi .navi ul:last-child {
  margin-bottom: 0;
}
.front__catch_navi .site_navi .navi ul ::marker {
  color: #e97e00;
}
.front__catch_navi .site_navi .navi ul li ul {
  margin: 0;
  list-style-type: circle;
}
.front__catch_navi .site_navi .navi ul li ul li ul {
  list-style-type: square;
}
.front__catch_navi .site_navi .navi ul li ol {
  margin: 0;
}
.front__catch_navi .site_navi .navi ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  list-style-type: decimal;
  padding-left: 1.5em;
}
.front__catch_navi .site_navi .navi ol:first-child {
  margin-top: 0;
}
.front__catch_navi .site_navi .navi ol:last-child {
  margin-bottom: 0;
}
.front__catch_navi .site_navi .navi ol li ol {
  margin: 0;
  list-style-type: lower-alpha;
}
.front__catch_navi .site_navi .navi ol li ol li ol {
  list-style-type: lower-roman;
}
.front__catch_navi .site_navi .navi ol li ul {
  margin: 0;
}
.front__catch_navi .site_navi .navi .text {
  background: #fff;
  padding: 2em 1em;
}
.front__catch_navi .site_navi .satellite h3 {
  background: #e97e00;
}
.front__catch_navi .site_navi .genki h3 {
  background: #006837;
}
.front__catch_navi.bottom {
  background: none;
}
.front__catch_navi.bottom .satellite {
  border: solid 1px #e97e00;
}
.front__catch_navi.bottom .genki {
  border: solid 1px #006837;
}
.front__about {
  padding: 60px 0 20px;
}
.front__about h2 {
  font-size: 2.8rem;
  line-height: 1.75;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.5em;
  background: #fcfcfc;
  padding: 1.8em;
  border-top: solid 5px #e97e00;
  border-bottom: solid 5px #006837;
}
.front__about .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.front__about .inner h3 {
  font-size: 2.8rem;
  line-height: 1.75;
  font-weight: 600;
  padding: 0.5em;
  background: url(img/bg_stripe.png);
  border: solid 4px #fae5cb;
  text-align: center;
  margin: 2em 0 1em;
}
.front__about .inner .box-txtimg_columns .column h3 {
  background: none;
  border: none;
  font-size: 2.4rem;
  line-height: 1.75;
  margin-top: 0;
  text-align: initial;
  padding: 0;
}
.front__about .inner .box-txtimg_columns .column p + p {
  margin-top: 1.5em;
}
.front__whatislike {
  padding: 60px 0 20px;
}
.front__whatislike h2 {
  font-size: 2.8rem;
  line-height: 1.75;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.5em;
  background: #fcfcfc;
  padding: 1.8em;
  border-top: solid 5px #e97e00;
  border-bottom: solid 5px #006837;
}
.front__whatislike .inner {
  max-width: 1200px;
  margin: 0 auto 140px;
}
.front__whatislike .inner .box-txtimg_columns .column h3 {
  background: none;
  border: none;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 600;
  margin-top: 0;
  text-align: initial;
  padding: 0;
  margin-bottom: 1em;
}
.front__whatislike .inner .box-txtimg_columns .column p + p {
  margin-top: 1.5em;
}
.front__whatislike .inner .box-txtimg_columns .column:has(.img) {
  order: 2;
}
.front__whatislike .inner2 {
  padding: 0 0 60px;
  position: relative;
}
.front__whatislike .inner2 .number_list {
  max-width: 1200px;
  margin: 0 auto 0;
  display: flex;
  justify-content: center;
  align-items: initial;
  flex-wrap: wrap;
  gap: 3.333%;
}
.front__whatislike .inner2 .number_list .num {
  flex-basis: 22.5%;
  flex-shrink: 0;
  flex-grow: 0;
  margin-bottom: 4em;
}
.front__whatislike .inner2 .number_list .num h3 {
  background: #fff;
  border: solid 1px #b3b3b3;
  padding: 1em 0.6em;
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 600;
  position: relative;
  margin-bottom: 0.5em;
}
.front__whatislike .inner2 .number_list .num h3 .n {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 600;
  color: #e97e00;
  position: absolute;
  left: 0.3em;
  top: -0.6em;
}
.front__whatislike .inner2::after {
  content: "";
  display: block;
  background: url(img/bg_stripe.png);
  position: absolute;
  left: 0;
  top: 60px;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.front__concept {
  padding: 40px 0 20px;
}
.front__concept .inner {
  background: url(img/bg_ring.png) no-repeat center center;
  height: 556px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.front__concept .inner .concept {
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 600;
  text-align: center;
}
.front__functions {
  padding: 60px 0 20px;
}
.front__functions h2 {
  font-size: 2.8rem;
  line-height: 1.75;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.5em;
  background: #fcfcfc;
  padding: 1.8em;
  border-top: solid 5px #e97e00;
  border-bottom: solid 5px #006837;
}
.front__functions .inner {
  max-width: 1200px;
  margin: 0 auto 0;
}
.front__functions .inner .box-txtimg_columns .column h3 {
  background: none;
  border: none;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 600;
  margin-top: 0;
  text-align: initial;
  padding: 0;
  margin-bottom: 1em;
}
.front__functions .inner .box-txtimg_columns .column p + p {
  margin-top: 1.5em;
}
.front__functions .inner .box-txtimg_columns .column:has(.img) {
  order: 2;
}
.front__health {
  padding: 60px 0 20px;
}
.front__health h2 {
  font-size: 2.8rem;
  line-height: 1.75;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.5em;
  background: #fcfcfc;
  padding: 1.8em;
  border-top: solid 5px #e97e00;
  border-bottom: solid 5px #006837;
}
.front__health .inner {
  max-width: 1200px;
  margin: 0 auto 0;
}
.front__health .inner .box-txtimg_columns .column h3 {
  background: none;
  border: none;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 600;
  margin-top: 0;
  text-align: initial;
  padding: 0;
  margin-bottom: 1em;
}
.front__health .inner .box-txtimg_columns .column p + p {
  margin-top: 1.5em;
}
.front__health .inner .box-txtimg_columns .column:has(.img) {
  order: 2;
}
.front__health .inner .maybe {
  background: url(img/bg_rectangle.png);
  border: solid 4px #fae5cb;
  padding: 90px 40px;
  text-align: center;
  margin-top: 100px;
}
.front__health .inner .maybe h3 {
  font-size: 2.8rem;
  line-height: 1.75;
  font-weight: 600;
  margin-bottom: 2em;
}
.front__health .inner .maybe ul {
  font-size: 2rem;
  line-height: 1.75;
  border-top: solid 1px #ccc;
  margin: 2em auto;
  text-align: initial;
  max-width: 900px;
}
.front__health .inner .maybe ul li {
  padding: 1em 0 1em 190px;
  position: relative;
  border-bottom: solid 1px #ccc;
}
.front__health .inner .maybe ul li::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(img/mark_check.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 120px;
  top: 50%;
  margin-top: -11px;
}
.front__health .inner .maybe strong {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 0.2em;
  border-bottom: solid 1px #e97e00;
}
.front__health .inner .maybe p:has(strong) {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .front__header_image {
    position: relative;
  }
  .front__header_image .img {
    width: 90vw;
  }
  .front__header_image .text {
    position: relative;
    padding: 1em;
    font-size: 3.75vw;
    line-height: 1.75;
    margin: -1em 5vw 0 5vw;
    z-index: 1;
    left: initial;
    bottom: initial;
  }
  .front__header_image .text h2 {
    font-size: 5.625vw;
    line-height: 1.75;
    margin-bottom: 0.5em;
  }
  .front__catch_navi {
    padding: 2em 0 1em;
    margin-top: -1em;
  }
  .front__catch_navi .important {
    max-width: initial;
    margin: 0 6.25vw 2em;
    padding: 1em;
  }
  .front__catch_navi .important h2 {
    font-size: 5vw;
    line-height: 1.75;
    margin-bottom: 0.5em;
  }
  .front__catch_navi .important .info + .info {
    margin-top: 1em;
  }
  .front__catch_navi .catch {
    max-width: initial;
    margin: 0 6.25vw;
    margin-bottom: 2em;
  }
  .front__catch_navi .catch h2 {
    font-size: 5.625vw;
    line-height: 1.75;
    margin-bottom: 0.5em;
  }
  .front__catch_navi .site_navi {
    max-width: initial;
    margin: 0 6.25vw;
    display: block;
  }
  .front__catch_navi .site_navi .navi h3 {
    font-size: 5vw;
    line-height: 1.75;
    padding: 0.5em;
  }
  .front__catch_navi .site_navi .navi .text {
    padding: 1em;
  }
  .front__catch_navi .site_navi .navi + .navi {
    margin-top: 1em;
  }
  .front__about {
    padding: 3em 0 2em;
  }
  .front__about h2 {
    font-size: 5.625vw;
    line-height: 1.75;
    margin-bottom: 1.5em;
    padding: 1em;
    border-top: solid 3px #e97e00;
    border-bottom: solid 3px #006837;
  }
  .front__about .inner {
    max-width: initial;
    margin: 0 6.25vw;
  }
  .front__about .inner h3 {
    font-size: 5vw;
    line-height: 1.75;
    padding: 0.5em;
    border: solid 2px #fae5cb;
    margin: 2em 0 1em;
  }
  .front__about .inner .box-txtimg_columns .column h3 {
    font-size: 5vw;
    line-height: 1.75;
  }
  .front__whatislike {
    padding: 3em 0 3em;
  }
  .front__whatislike h2 {
    font-size: 5.625vw;
    line-height: 1.75;
    margin-bottom: 1.5em;
    padding: 1em;
    border-top: solid 3px #e97e00;
    border-bottom: solid 3px #006837;
  }
  .front__whatislike .inner {
    max-width: initial;
    margin: 0 6.25vw 5em;
  }
  .front__whatislike .inner .box-txtimg_columns .column h3 {
    font-size: 5vw;
    line-height: 1.75;
  }
  .front__whatislike .inner2 {
    padding: 0 0 0.1em;
  }
  .front__whatislike .inner2 .number_list {
    max-width: initial;
    margin: 0 6.25vw;
    display: block;
  }
  .front__whatislike .inner2 .number_list .num {
    margin-bottom: 3em;
  }
  .front__whatislike .inner2 .number_list .num h3 {
    padding: 0.6em 0.6em 0.5em;
    font-size: 4.375vw;
    line-height: 1.75;
  }
  .front__whatislike .inner2 .number_list .num h3 .n {
    font-size: 6.25vw;
    line-height: 1;
    left: 0.4em;
  }
  .front__whatislike .inner2::after {
    top: 2em;
  }
  .front__concept {
    padding: 0;
  }
  .front__concept .inner {
    background-size: cover;
    height: auto;
    display: block;
    padding: 1em 0 1em;
  }
  .front__concept .inner .concept {
    font-size: 5vw;
    line-height: 1.75;
    margin: 0 6.25vw;
  }
  .front__functions {
    padding: 3em 0 2em;
  }
  .front__functions h2 {
    font-size: 5.625vw;
    line-height: 1.75;
    margin-bottom: 1.5em;
    padding: 1em;
    border-top: solid 3px #e97e00;
    border-bottom: solid 3px #006837;
  }
  .front__functions .inner {
    max-width: initial;
    margin: 0 6.25vw;
  }
  .front__functions .inner .box-txtimg_columns .column h3 {
    font-size: 5vw;
    line-height: 1.75;
  }
  .front__health {
    padding: 3em 0 2em;
  }
  .front__health h2 {
    font-size: 5.625vw;
    line-height: 1.75;
    margin-bottom: 1.5em;
    padding: 1em;
    border-top: solid 3px #e97e00;
    border-bottom: solid 3px #006837;
  }
  .front__health .inner {
    max-width: initial;
    margin: 0 6.25vw;
  }
  .front__health .inner .box-txtimg_columns .column h3 {
    font-size: 5vw;
    line-height: 1.75;
  }
  .front__health .inner .maybe {
    border: solid 2px #fae5cb;
    padding: 1em;
    margin-top: 4em;
  }
  .front__health .inner .maybe h3 {
    font-size: 5.625vw;
    line-height: 1.75;
    margin-bottom: 1em;
  }
  .front__health .inner .maybe ul {
    font-size: 4.0625vw;
    line-height: 1.75;
    margin: 2em 0;
    max-width: initial;
  }
  .front__health .inner .maybe ul li {
    padding: 1em 0 1em 2em;
  }
  .front__health .inner .maybe ul li::before {
    width: 14px;
    height: 14px;
    left: 0.5em;
    top: 1.5em;
    margin-top: 0;
  }
  .front__health .inner .maybe strong {
    font-size: 4.6875vw;
    line-height: 1.75;
  }
}
.page-template-satellite .container h2 {
  font-size: 2.8rem;
  line-height: 1.75;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.5em;
  background: #fcfcfc;
  padding: 1.8em;
  border-top: solid 5px #e97e00;
  border-bottom: solid 5px #006837;
}
.page-template-satellite .common__news {
  padding-top: 0;
}

.container > div[class^=satellite__content]:nth-of-type(2n+1) {
  background: url(img/bg_stripe.png);
}

.satellite__header_image {
  position: relative;
  padding-bottom: 180px;
}
.satellite__header_image .img {
  width: 78.3%;
  margin-left: auto;
}
.satellite__header_image .text {
  background: #e97e00;
  position: absolute;
  left: 40px;
  bottom: 120px;
  padding: 50px 40px;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #fff;
}
.satellite__header_image .text h1 {
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.satellite__header_image::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 240px;
  background: url(img/bg_stripe.png);
  z-index: -1;
}
.satellite__content01 {
  padding: 0 0 6.25em;
}
.satellite__content01 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.satellite__content01 .inner h3 {
  font-size: 2.8rem;
  line-height: 1.75;
  font-weight: 600;
  padding: 0.5em;
  background: url(img/bg_stripe.png);
  border: solid 4px #fae5cb;
  text-align: center;
  margin: 2em 0 1em;
}
.satellite__content01 .inner .box-txtimg_columns .column h3 {
  background: none;
  border: none;
  font-size: 2.4rem;
  line-height: 1.75;
  margin-top: 0;
  text-align: initial;
  padding: 0;
}
.satellite__content01 .inner .box-txtimg_columns .column p + p {
  margin-top: 1.5em;
}
.satellite__content01 .inner .box-txtimg_columns:nth-of-type(2n+1) .column:has(.img) {
  order: 2;
}
.satellite__content02 {
  padding: 0 0 20px;
}
.satellite__content02 h2 {
  margin-bottom: 0;
}
.satellite__content02 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.satellite__content02 .inner h3 {
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  margin: 3em 0 2em;
}
.satellite__content02 .inner h3::before {
  content: "";
  display: block;
  width: 5px;
  background: #006837;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 50%;
}
.satellite__content02 .inner h3::after {
  content: "";
  display: block;
  width: 5px;
  background: #e97e00;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 50%;
}
.satellite__content02 .inner h3:first-child {
  margin-top: 0;
}
.satellite__content02 .inner h3:last-child {
  margin-bottom: 0;
}
.satellite__content02 .inner .box-columns .column h4 {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 600;
  background: #fff;
  border: solid 1px #b3b3b3;
  padding: 1em;
  margin-bottom: 1em;
}
.satellite__content02 .inner .box-columns .column p + p {
  margin-top: 1.5em;
}
.satellite__content03 {
  padding: 0 0 60px;
}
.satellite__content03 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.satellite__content03 .inner .box-time {
  border: solid 1px #b3b3b3;
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: initial;
  flex-wrap: nowrap;
}
.satellite__content03 .inner .box-time .time {
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 0;
  padding: 1em;
}
.satellite__content03 .inner .box-time .time h3 {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 600;
  color: #e97e00;
  text-align: center;
  margin-bottom: 1em;
}
.satellite__content03 .inner .box-time .time p + p {
  margin-top: 1.5em;
}
.satellite__content03 .inner .box-time .time strong {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 600;
}
.satellite__content03 .inner .box-time .time small {
  font-size: 1.4rem;
  line-height: 1.75;
}
.satellite__content03 .inner .box-time .time + .time {
  border-left: solid 1px #b3b3b3;
}
.satellite__content03 .inner .scedule {
  margin-bottom: 5.8em;
}
.satellite__content03 .inner .scedule h3 {
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  margin: 3em 0 2em;
}
.satellite__content03 .inner .scedule h3::before {
  content: "";
  display: block;
  width: 5px;
  background: #006837;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 50%;
}
.satellite__content03 .inner .scedule h3::after {
  content: "";
  display: block;
  width: 5px;
  background: #e97e00;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 50%;
}
.satellite__content03 .inner .scedule table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 1em;
}
.satellite__content03 .inner .scedule table thead th {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 600;
  background: #f4be80;
  text-align: center;
  padding: 1em;
  border: solid 1px #b3b3b3;
}
.satellite__content03 .inner .scedule table thead th:nth-of-type(1), .satellite__content03 .inner .scedule table thead th:nth-of-type(2) {
  width: 200px;
}
.satellite__content03 .inner .scedule table tbody th {
  background: #fbe5bd;
  text-align: center;
  padding: 1.5em 1em;
  border: solid 1px #b3b3b3;
}
.satellite__content03 .inner .scedule table tbody td {
  background: #fff;
  text-align: center;
  padding: 1.5em 1em;
  border: solid 1px #b3b3b3;
}
.satellite__content03 .inner .flow_box h3 {
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  margin: 3em 0 2em;
}
.satellite__content03 .inner .flow_box h3::before {
  content: "";
  display: block;
  width: 5px;
  background: #006837;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 50%;
}
.satellite__content03 .inner .flow_box h3::after {
  content: "";
  display: block;
  width: 5px;
  background: #e97e00;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 50%;
}
.satellite__content03 .inner .flow_box h3:first-child {
  margin-top: 0;
}
.satellite__content03 .inner .flow_box h3:last-child {
  margin-bottom: 0;
}
.satellite__content03 .inner .flow_box .flow {
  flex-basis: 22.5%;
  flex-shrink: 0;
  flex-grow: 0;
}
.satellite__content03 .inner .flow_box .flow h4 {
  background: #fff;
  border: solid 1px #b3b3b3;
  padding: 1em 0.6em;
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 600;
  position: relative;
  margin-bottom: 0.5em;
}
.satellite__content03 .inner .flow_box .flow h4 .num {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 600;
  color: #e97e00;
  position: absolute;
  left: 0.3em;
  top: -0.6em;
}
.satellite__content03 .inner .flow_box .flow p + p {
  margin-top: 1.5em;
}
.satellite__content03 .inner .flow_box .flow + .flow {
  padding-top: 5em;
  position: relative;
}
.satellite__content03 .inner .flow_box .flow + .flow::before {
  content: "";
  display: block;
  width: 2.8em;
  height: 2.8em;
  background: url(img/arrow_flow_down.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 0.5em;
  margin-left: -1.4em;
}
.satellite__content03 .inner .other {
  margin-top: 3em;
}
.satellite__content03 .inner .other h3 {
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  margin: 3em 0 2em;
}
.satellite__content03 .inner .other h3::before {
  content: "";
  display: block;
  width: 5px;
  background: #006837;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 50%;
}
.satellite__content03 .inner .other h3::after {
  content: "";
  display: block;
  width: 5px;
  background: #e97e00;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 50%;
}
.satellite__content03 .inner .other h3:first-child {
  margin-top: 0;
}
.satellite__content03 .inner .other h3:last-child {
  margin-bottom: 0;
}
.satellite__content03 .inner .other p + p {
  margin-top: 1.5em;
}
.satellite__content04 {
  padding: 0 0 0;
}
.satellite__content04 h2 {
  margin-bottom: 0 !important;
}
.satellite__content04 .content_inner {
  padding: 4em 0;
}
.satellite__content04 .content_inner .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.satellite__content04 .content_inner .inner h3 {
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  margin: 3em 0 2em;
}
.satellite__content04 .content_inner .inner h3::before {
  content: "";
  display: block;
  width: 5px;
  background: #006837;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 50%;
}
.satellite__content04 .content_inner .inner h3::after {
  content: "";
  display: block;
  width: 5px;
  background: #e97e00;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 50%;
}
.satellite__content04 .content_inner .inner h3:first-child {
  margin-top: 0;
}
.satellite__content04 .content_inner .inner h3:last-child {
  margin-bottom: 0;
}
.satellite__content04 .content_inner .inner .staff_row {
  display: flex;
  justify-content: center;
  align-items: initial;
  flex-wrap: nowrap;
  gap: 3.35%;
  margin-bottom: 4em;
}
.satellite__content04 .content_inner .inner .staff_row .staff {
  flex-basis: 31.1%;
  flex-shrink: 0;
  flex-grow: 0;
}
.satellite__content04 .content_inner .inner .staff_row .staff .label span {
  margin-bottom: 0.5em;
}
.satellite__content04 .content_inner .inner .staff_row .staff .pos {
  font-weight: 600;
}
.satellite__content04 .content_inner .inner .staff_row .staff h4 {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.satellite__content04 .content_inner .inner .staff_row .staff p + p {
  margin-top: 1.5em;
}
.satellite__content04 .content_inner .inner .staff_row .staff ul {
  margin-top: 0;
  margin-bottom: 1.5em;
  list-style-type: disc;
  padding-left: 1.5em;
}
.satellite__content04 .content_inner .inner .staff_row .staff ul:first-child {
  margin-top: 0;
}
.satellite__content04 .content_inner .inner .staff_row .staff ul:last-child {
  margin-bottom: 0;
}
.satellite__content04 .content_inner .inner .staff_row .staff ul ::marker {
  color: #e97e00;
}
.satellite__content04 .content_inner .inner .staff_row .staff ul li ul {
  margin: 0;
  list-style-type: circle;
}
.satellite__content04 .content_inner .inner .staff_row .staff ul li ul li ul {
  list-style-type: square;
}
.satellite__content04 .content_inner .inner .staff_row .staff ul li ol {
  margin: 0;
}
.satellite__content04 .content_inner .inner .staff_row .staff ol {
  margin-top: 0;
  margin-bottom: 1.5em;
  list-style-type: decimal;
  padding-left: 1.5em;
}
.satellite__content04 .content_inner .inner .staff_row .staff ol:first-child {
  margin-top: 0;
}
.satellite__content04 .content_inner .inner .staff_row .staff ol:last-child {
  margin-bottom: 0;
}
.satellite__content04 .content_inner .inner .staff_row .staff ol li ol {
  margin: 0;
  list-style-type: lower-alpha;
}
.satellite__content04 .content_inner .inner .staff_row .staff ol li ol li ol {
  list-style-type: lower-roman;
}
.satellite__content04 .content_inner .inner .staff_row .staff ol li ul {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .page-template-satellite .container h2 {
    font-size: 5.625vw;
    line-height: 1.75;
    margin-bottom: 1.5em;
    padding: 1em;
    border-top: solid 3px #e97e00;
    border-bottom: solid 3px #006837;
  }
  .satellite__header_image {
    position: relative;
    padding-bottom: 5em;
  }
  .satellite__header_image .img {
    width: 90vw;
  }
  .satellite__header_image .text {
    position: relative;
    padding: 1em;
    font-size: 3.75vw;
    line-height: 1.75;
    margin: -1em 5vw 0 5vw;
    z-index: 1;
    left: initial;
    bottom: initial;
  }
  .satellite__header_image .text h1 {
    font-size: 5.625vw;
    line-height: 1.75;
    margin-bottom: 0.5em;
  }
  .satellite__content01 {
    padding: 0 0 3em;
  }
  .satellite__content01 .inner {
    max-width: initial;
    margin: 0 6.25vw;
  }
  .satellite__content01 .inner h3 {
    font-size: 5vw;
    line-height: 1.75;
    padding: 0.5em;
    border: solid 2px #fae5cb;
    margin: 2em 0 1em;
  }
  .satellite__content01 .inner .box-txtimg_columns .column h3 {
    font-size: 5vw;
    line-height: 1.75;
  }
  .satellite__content02 {
    padding: 0 0 20px;
  }
  .satellite__content02 h2 {
    margin-bottom: 0;
  }
  .satellite__content02 .inner {
    max-width: initial;
    margin: 0 6.25vw;
  }
  .satellite__content02 .inner h3 {
    font-size: 5vw;
    line-height: 1.75;
    padding-left: 1em;
    margin: 3em 0 2em;
  }
  .satellite__content02 .inner h3::before {
    width: 3px;
  }
  .satellite__content02 .inner h3::after {
    width: 3px;
  }
  .satellite__content02 .inner h3:first-child {
    margin-top: 0;
  }
  .satellite__content02 .inner h3:last-child {
    margin-bottom: 0;
  }
  .satellite__content02 .inner .box-columns .column h4 {
    font-size: 5vw;
    line-height: 1.75;
    padding: 0.5em;
  }
  .satellite__content03 {
    padding: 0 0 20px;
  }
  .satellite__content03 .inner {
    max-width: initial;
    margin: 0 6.25vw;
  }
  .satellite__content03 .inner .box-time {
    padding: 1em;
    display: block;
  }
  .satellite__content03 .inner .box-time .time {
    padding: 1em;
  }
  .satellite__content03 .inner .box-time .time h3 {
    font-size: 5vw;
    line-height: 1.75;
    margin-bottom: 1em;
  }
  .satellite__content03 .inner .box-time .time strong {
    font-size: 5vw;
    line-height: 1.75;
  }
  .satellite__content03 .inner .box-time .time small {
    font-size: 4.0625vw;
    line-height: 1.75;
  }
  .satellite__content03 .inner .box-time .time + .time {
    border-left: none;
    border-top: solid 1px #b3b3b3;
  }
  .satellite__content03 .inner .scedule {
    margin-bottom: 3em;
  }
  .satellite__content03 .inner .scedule h3 {
    font-size: 5vw;
    line-height: 1.75;
    padding-left: 1em;
    margin: 3em 0 2em;
  }
  .satellite__content03 .inner .scedule h3::before {
    width: 3px;
  }
  .satellite__content03 .inner .scedule h3::after {
    width: 3px;
  }
  .satellite__content03 .inner .scedule .table {
    overflow-x: auto;
  }
  .satellite__content03 .inner .scedule .table table {
    white-space: nowrap;
    table-layout: initial;
  }
  .satellite__content03 .inner .scedule .table table thead th {
    font-size: 4.375vw;
    line-height: 1.75;
    padding: 1em;
  }
  .satellite__content03 .inner .scedule .table table thead th:nth-of-type(1), .satellite__content03 .inner .scedule .table table thead th:nth-of-type(2) {
    width: auto;
  }
  .satellite__content03 .inner .scedule .table table tbody th {
    padding: 1em;
  }
  .satellite__content03 .inner .scedule .table table tbody td {
    padding: 1em;
  }
  .satellite__content03 .inner .flow_box h3 {
    font-size: 5vw;
    line-height: 1.75;
    padding-left: 1em;
    margin: 3em 0 2em;
  }
  .satellite__content03 .inner .flow_box h3::before {
    width: 3px;
  }
  .satellite__content03 .inner .flow_box h3::after {
    width: 3px;
  }
  .satellite__content03 .inner .flow_box h3:first-child {
    margin-top: 0;
  }
  .satellite__content03 .inner .flow_box h3:last-child {
    margin-bottom: 0;
  }
  .satellite__content03 .inner .flow_box .flow {
    flex-basis: 22.5%;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .satellite__content03 .inner .flow_box .flow h4 {
    padding: 0.6em 0.6em 0.5em;
    font-size: 4.375vw;
    line-height: 1.75;
  }
  .satellite__content03 .inner .flow_box .flow h4 .num {
    font-size: 6.25vw;
    line-height: 1;
    left: 0.4em;
  }
  .satellite__content03 .inner .flow_box .flow + .flow {
    padding-top: 4em;
  }
  .satellite__content03 .inner .flow_box .flow + .flow::before {
    width: 1.4em;
    height: 1.4em;
    top: 1em;
    margin-left: -0.7em;
  }
  .satellite__content03 .inner .flow_box .column {
    margin-bottom: 5em;
  }
  .satellite__content03 .inner .other {
    margin-top: 3em;
  }
  .satellite__content03 .inner .other h3 {
    font-size: 5vw;
    line-height: 1.75;
    padding-left: 1em;
    margin: 3em 0 2em;
  }
  .satellite__content03 .inner .other h3::before {
    width: 3px;
  }
  .satellite__content03 .inner .other h3::after {
    width: 3px;
  }
  .satellite__content03 .inner .other h3:first-child {
    margin-top: 0;
  }
  .satellite__content03 .inner .other h3:last-child {
    margin-bottom: 0;
  }
  .satellite__content04 {
    padding: 60px 0 0;
  }
  .satellite__content04 .content_inner {
    padding: 2em 0;
  }
  .satellite__content04 .content_inner .inner {
    max-width: initial;
    margin: 0 6.25vw;
  }
  .satellite__content04 .content_inner .inner h3 {
    font-size: 5vw;
    line-height: 1.75;
    padding-left: 1em;
    margin: 3em 0 2em;
  }
  .satellite__content04 .content_inner .inner h3::before {
    width: 3px;
  }
  .satellite__content04 .content_inner .inner h3::after {
    width: 3px;
  }
  .satellite__content04 .content_inner .inner h3:first-child {
    margin-top: 0;
  }
  .satellite__content04 .content_inner .inner h3:last-child {
    margin-bottom: 0;
  }
  .satellite__content04 .content_inner .inner .staff_row {
    display: block;
    margin-bottom: 0;
  }
  .satellite__content04 .content_inner .inner .staff_row .staff {
    margin-bottom: 3em;
  }
  .satellite__content04 .content_inner .inner .staff_row .staff .label span {
    margin-bottom: 0.5em;
  }
  .satellite__content04 .content_inner .inner .staff_row .staff h4 {
    font-size: 5vw;
    line-height: 1.75;
    margin-bottom: 0.5em;
  }
}
.page-template-genki .container h2 {
  font-size: 2.8rem;
  line-height: 1.75;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.5em;
  background: #fcfcfc;
  padding: 1.8em;
  border-top: solid 5px #e97e00;
  border-bottom: solid 5px #006837;
}
.page-template-genki .common__news {
  padding-top: 0;
}

.container > div[class^=genki__content]:nth-of-type(2n+1) {
  background: url(img/bg_stripe.png);
}

.genki__header_image {
  position: relative;
  padding-bottom: 180px;
}
.genki__header_image .img {
  width: 78.3%;
  margin-left: auto;
}
.genki__header_image .text {
  background: #006837;
  position: absolute;
  left: 40px;
  bottom: 120px;
  padding: 50px 40px;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #fff;
}
.genki__header_image .text h1 {
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.genki__header_image::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 240px;
  background: url(img/bg_stripe.png);
  z-index: -1;
}
.genki__content01 {
  padding: 0 0 6.25em;
}
.genki__content01 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.genki__content01 .inner h3 {
  font-size: 2.8rem;
  line-height: 1.75;
  font-weight: 600;
  padding: 0.5em;
  background: url(img/bg_stripe.png);
  border: solid 4px #fae5cb;
  text-align: center;
  margin: 2em 0 1em;
}
.genki__content01 .inner .box-txtimg_columns .column h3 {
  background: none;
  border: none;
  font-size: 2.4rem;
  line-height: 1.75;
  margin-top: 0;
  text-align: initial;
  padding: 0;
}
.genki__content01 .inner .box-txtimg_columns .column p + p {
  margin-top: 1.5em;
}
.genki__content01 .inner .box-txtimg_columns:nth-of-type(2n+1) .column:has(.img) {
  order: 2;
}
.genki__content02 {
  padding: 0 0 20px;
}
.genki__content02 h2 {
  margin-bottom: 0;
}
.genki__content02 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.genki__content02 .inner .box-columns {
  margin-top: 5em;
}
.genki__content02 .inner .box-columns .column .img {
  margin-bottom: 1em;
}
.genki__content02 .inner .box-columns .column .sub {
  margin-bottom: 0.5em;
  font-weight: 600;
}
.genki__content02 .inner .box-columns .column h4 {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 600;
  margin-bottom: 1em;
}
.genki__content02 .inner .box-columns .column p + p {
  margin-top: 1.5em;
}
.genki__content03 {
  padding: 0;
}
.genki__content03 h2 {
  margin-bottom: 0 !important;
}
.genki__content03 .content_inner {
  padding: 4em 0;
}
.genki__content03 .content_inner .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.genki__content03 .content_inner .inner .staff_row {
  display: flex;
  justify-content: center;
  align-items: initial;
  flex-wrap: nowrap;
  gap: 3.35%;
  margin-bottom: 4em;
}
.genki__content03 .content_inner .inner .staff_row .staff {
  flex-basis: 31.1%;
  flex-shrink: 0;
  flex-grow: 0;
}
.genki__content03 .content_inner .inner .staff_row .staff .label span {
  margin-bottom: 0.5em;
}
.genki__content03 .content_inner .inner .staff_row .staff .pos {
  font-weight: 600;
}
.genki__content03 .content_inner .inner .staff_row .staff h3 {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.genki__content03 .content_inner .inner .staff_row .staff p + p {
  margin-top: 1.5em;
}
.genki__content03 .content_inner .inner .staff_row .staff ul {
  margin-top: 0;
  margin-bottom: 1.5em;
  list-style-type: disc;
  padding-left: 1.5em;
}
.genki__content03 .content_inner .inner .staff_row .staff ul:first-child {
  margin-top: 0;
}
.genki__content03 .content_inner .inner .staff_row .staff ul:last-child {
  margin-bottom: 0;
}
.genki__content03 .content_inner .inner .staff_row .staff ul ::marker {
  color: #e97e00;
}
.genki__content03 .content_inner .inner .staff_row .staff ul li ul {
  margin: 0;
  list-style-type: circle;
}
.genki__content03 .content_inner .inner .staff_row .staff ul li ul li ul {
  list-style-type: square;
}
.genki__content03 .content_inner .inner .staff_row .staff ul li ol {
  margin: 0;
}
.genki__content03 .content_inner .inner .staff_row .staff ol {
  margin-top: 0;
  margin-bottom: 1.5em;
  list-style-type: decimal;
  padding-left: 1.5em;
}
.genki__content03 .content_inner .inner .staff_row .staff ol:first-child {
  margin-top: 0;
}
.genki__content03 .content_inner .inner .staff_row .staff ol:last-child {
  margin-bottom: 0;
}
.genki__content03 .content_inner .inner .staff_row .staff ol li ol {
  margin: 0;
  list-style-type: lower-alpha;
}
.genki__content03 .content_inner .inner .staff_row .staff ol li ol li ol {
  list-style-type: lower-roman;
}
.genki__content03 .content_inner .inner .staff_row .staff ol li ul {
  margin: 0;
}
.genki__content04 {
  padding: 0 0 6em;
}
.genki__content04 h2 {
  margin-bottom: 0;
}
.genki__content04 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.genki__content04 .inner h3 {
  margin-bottom: 1em;
}
.genki__content05 {
  padding: 0 0 6em;
}
.genki__content05 h2 {
  margin-bottom: 0;
}
.genki__content05 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.genki__content05 .inner h3 {
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  margin: 3em 0 2em;
}
.genki__content05 .inner h3::before {
  content: "";
  display: block;
  width: 5px;
  background: #006837;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 50%;
}
.genki__content05 .inner h3::after {
  content: "";
  display: block;
  width: 5px;
  background: #e97e00;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 50%;
}
.genki__content05 .inner h3:first-child {
  margin-top: 0;
}
.genki__content05 .inner h3:last-child {
  margin-bottom: 0;
}
.genki__content05 .inner h4 {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.genki__content05 .inner .box-txtimg_columns .column:has(.img) {
  order: 2;
}

@media screen and (max-width: 768px) {
  .page-template-genki .container h2 {
    font-size: 5.625vw;
    line-height: 1.75;
    margin-bottom: 1.5em;
    padding: 1em;
    border-top: solid 3px #e97e00;
    border-bottom: solid 3px #006837;
  }
  .genki__header_image {
    position: relative;
    padding-bottom: 5em;
  }
  .genki__header_image .img {
    width: 90vw;
  }
  .genki__header_image .text {
    position: relative;
    padding: 1em;
    font-size: 3.75vw;
    line-height: 1.75;
    margin: -1em 5vw 0 5vw;
    z-index: 1;
    left: initial;
    bottom: initial;
  }
  .genki__header_image .text h1 {
    font-size: 5.625vw;
    line-height: 1.75;
    margin-bottom: 0.5em;
  }
  .genki__content01 {
    padding: 0 0 3em;
  }
  .genki__content01 .inner {
    max-width: initial;
    margin: 0 6.25vw;
  }
  .genki__content01 .inner h3 {
    font-size: 5vw;
    line-height: 1.75;
    padding: 0.5em;
    border: solid 2px #fae5cb;
    margin: 2em 0 1em;
  }
  .genki__content01 .inner .box-txtimg_columns .column h3 {
    font-size: 5vw;
    line-height: 1.75;
  }
  .genki__content02 {
    padding: 0 0 20px;
  }
  .genki__content02 h2 {
    margin-bottom: 0;
  }
  .genki__content02 .inner {
    max-width: initial;
    margin: 0 6.25vw;
  }
  .genki__content02 .inner h3 {
    font-size: 5vw;
    line-height: 1.75;
    padding-left: 1em;
    margin: 3em 0 2em;
  }
  .genki__content02 .inner h3::before {
    width: 3px;
  }
  .genki__content02 .inner h3::after {
    width: 3px;
  }
  .genki__content02 .inner h3:first-child {
    margin-top: 0;
  }
  .genki__content02 .inner h3:last-child {
    margin-bottom: 0;
  }
  .genki__content02 .inner .box-columns {
    margin-top: 2em;
  }
  .genki__content02 .inner .box-columns .column h4 {
    font-size: 5vw;
    line-height: 1.75;
  }
  .genki__content03 .content_inner {
    padding: 2em 0;
  }
  .genki__content03 .content_inner .inner {
    max-width: initial;
    margin: 0 6.25vw;
  }
  .genki__content03 .content_inner .inner .staff_row {
    display: block;
    margin-bottom: 0;
  }
  .genki__content03 .content_inner .inner .staff_row .staff {
    margin-bottom: 3em;
  }
  .genki__content03 .content_inner .inner .staff_row .staff .label span {
    margin-bottom: 0.5em;
  }
  .genki__content03 .content_inner .inner .staff_row .staff h3 {
    font-size: 5vw;
    line-height: 1.75;
    margin-bottom: 0.5em;
  }
  .genki__content04 {
    padding: 0 0 3em;
  }
  .genki__content04 .inner {
    max-width: initial;
    margin: 0 6.25vw;
  }
  .genki__content05 {
    padding: 0 0 3em;
  }
  .genki__content05 .inner {
    max-width: initial;
    margin: 0 6.25vw;
  }
  .genki__content05 .inner h3 {
    font-size: 5vw;
    line-height: 1.75;
    padding-left: 1em;
    margin: 3em 0 2em;
  }
  .genki__content05 .inner h3::before {
    width: 3px;
  }
  .genki__content05 .inner h3::after {
    width: 3px;
  }
  .genki__content05 .inner h3:first-child {
    margin-top: 0;
  }
  .genki__content05 .inner h3:last-child {
    margin-bottom: 0;
  }
  .genki__content05 .inner h4 {
    font-size: 4.375vw;
    line-height: 1.75;
    margin-bottom: 0.5em;
  }
}
.page-template-default .container,
.error404 .container {
  margin-bottom: 6.25vw;
}
.page-template-default .container .page-header,
.error404 .container .page-header {
  background: url(img/header_page.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 20em;
}
.page-template-default .container .page-header h1,
.error404 .container .page-header h1 {
  font-size: 3.2rem;
  line-height: 1.75;
  font-weight: 600;
}
.page-template-default .container .page-content h2,
.error404 .container .page-content h2 {
  font-size: 2.8rem;
  line-height: 1.75;
  font-weight: 600;
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2.5em;
  background: #fcfcfc;
  padding: 1.8em;
  border-top: solid 5px #e97e00;
  border-bottom: solid 5px #006837;
}
.page-template-default .container .page-content h2:first-child,
.error404 .container .page-content h2:first-child {
  margin-top: 0;
}
.page-template-default .container .page-content > *:not(h2),
.error404 .container .page-content > *:not(h2) {
  max-width: 1200px;
  margin: 0 auto;
}
.page-template-default .container .page-content h3,
.error404 .container .page-content h3 {
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  margin-top: 3em;
  margin-bottom: 2em;
}
.page-template-default .container .page-content h3::before,
.error404 .container .page-content h3::before {
  content: "";
  display: block;
  width: 5px;
  background: #006837;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 50%;
}
.page-template-default .container .page-content h3::after,
.error404 .container .page-content h3::after {
  content: "";
  display: block;
  width: 5px;
  background: #e97e00;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 50%;
}
.page-template-default .container .page-content h3:first-child,
.error404 .container .page-content h3:first-child {
  margin-top: 0;
}
.page-template-default .container .page-content h3:last-child,
.error404 .container .page-content h3:last-child {
  margin-bottom: 0;
}
.page-template-default .container .page-content h4,
.error404 .container .page-content h4 {
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 600;
  color: #e97e00;
  margin-top: 2em;
  margin-bottom: 1em;
}
.page-template-default .container .page-content p,
.error404 .container .page-content p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.page-template-default .container .page-content p:first-child,
.error404 .container .page-content p:first-child {
  margin-top: 0;
}
.page-template-default .container .page-content p:last-child,
.error404 .container .page-content p:last-child {
  margin-bottom: 0;
}
.page-template-default .container .page-content ul,
.error404 .container .page-content ul {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  list-style-type: disc;
  padding-left: 1.5em;
}
.page-template-default .container .page-content ul:first-child,
.error404 .container .page-content ul:first-child {
  margin-top: 0;
}
.page-template-default .container .page-content ul:last-child,
.error404 .container .page-content ul:last-child {
  margin-bottom: 0;
}
.page-template-default .container .page-content ul ::marker,
.error404 .container .page-content ul ::marker {
  color: #e97e00;
}
.page-template-default .container .page-content ul li ul,
.error404 .container .page-content ul li ul {
  margin: 0;
  list-style-type: circle;
}
.page-template-default .container .page-content ul li ul li ul,
.error404 .container .page-content ul li ul li ul {
  list-style-type: square;
}
.page-template-default .container .page-content ul li ol,
.error404 .container .page-content ul li ol {
  margin: 0;
}
.page-template-default .container .page-content ol,
.error404 .container .page-content ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  list-style-type: decimal;
  padding-left: 1.5em;
}
.page-template-default .container .page-content ol:first-child,
.error404 .container .page-content ol:first-child {
  margin-top: 0;
}
.page-template-default .container .page-content ol:last-child,
.error404 .container .page-content ol:last-child {
  margin-bottom: 0;
}
.page-template-default .container .page-content ol li ol,
.error404 .container .page-content ol li ol {
  margin: 0;
  list-style-type: lower-alpha;
}
.page-template-default .container .page-content ol li ol li ol,
.error404 .container .page-content ol li ol li ol {
  list-style-type: lower-roman;
}
.page-template-default .container .page-content ol li ul,
.error404 .container .page-content ol li ul {
  margin: 0;
}
.page-template-default .container .page-content .is-style-link,
.error404 .container .page-content .is-style-link {
  margin-top: 2em;
  margin-bottom: 2em;
}
.page-template-default .container .page-content .is-style-link a,
.error404 .container .page-content .is-style-link a {
  display: inline-block;
  min-width: 540px;
}
.page-template-default .container .page-content .wp-block-table,
.page-template-default .container .page-content .wp-block-flexible-table-block-table,
.error404 .container .page-content .wp-block-table,
.error404 .container .page-content .wp-block-flexible-table-block-table {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.page-template-default .container .page-content .wp-block-table > table tr th,
.page-template-default .container .page-content .wp-block-flexible-table-block-table > table tr th,
.error404 .container .page-content .wp-block-table > table tr th,
.error404 .container .page-content .wp-block-flexible-table-block-table > table tr th {
  background: #fbe5bd;
  border-color: #b3b3b3;
}
.page-template-default .container .page-content .wp-block-table > table tr td,
.page-template-default .container .page-content .wp-block-flexible-table-block-table > table tr td,
.error404 .container .page-content .wp-block-table > table tr td,
.error404 .container .page-content .wp-block-flexible-table-block-table > table tr td {
  border-color: #b3b3b3;
}
.page-template-default .container .page-content .wp-block-lazyblock-googlemap,
.error404 .container .page-content .wp-block-lazyblock-googlemap {
  margin-top: 2em;
  margin-bottom: 2em;
}
.page-template-default .container .page-content .wp-block-lazyblock-googlemap .is-style-mapcode,
.error404 .container .page-content .wp-block-lazyblock-googlemap .is-style-mapcode {
  position: relative;
  aspect-ratio: 4/3;
}
.page-template-default .container .page-content .wp-block-lazyblock-googlemap .is-style-mapcode iframe,
.error404 .container .page-content .wp-block-lazyblock-googlemap .is-style-mapcode iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-template-default .container .page-content .wp-block-image,
.error404 .container .page-content .wp-block-image {
  margin-top: 2em;
  margin-bottom: 2em;
}
.page-template-default .container .page-content .wp-block-image:first-child,
.error404 .container .page-content .wp-block-image:first-child {
  margin-top: 0;
}
.page-template-default .container .page-content .wp-block-image:last-child,
.error404 .container .page-content .wp-block-image:last-child {
  margin-bottom: 0;
}
.page-template-default .container .page-content .wp-block-image img,
.error404 .container .page-content .wp-block-image img {
  display: block;
}
.page-template-default .container .page-content .wp-block-image figcaption,
.error404 .container .page-content .wp-block-image figcaption {
  background: #f5f5f5;
  padding: 0.5em;
  margin: 0;
}
.page-template-default .container .page-content .wp-block-media-text,
.error404 .container .page-content .wp-block-media-text {
  margin-top: 2em;
  margin-bottom: 2em;
}
.page-template-default .container .page-content .wp-block-media-text .wp-block-media-text__media,
.error404 .container .page-content .wp-block-media-text .wp-block-media-text__media {
  margin-right: 10px;
}
.page-template-default .container .page-content .wp-block-media-text .wp-block-media-text__content,
.error404 .container .page-content .wp-block-media-text .wp-block-media-text__content {
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0;
  align-self: start;
}
.page-template-default .container .page-content .wp-block-media-text .wp-block-media-text__content .has-large-font-size,
.error404 .container .page-content .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
  font-size: 1.8rem;
  line-height: 1.75;
}
.page-template-default .container .page-content .wp-block-media-text.is-vertically-aligned-center,
.error404 .container .page-content .wp-block-media-text.is-vertically-aligned-center {
  margin-left: 10px;
}
.page-template-default .container .page-content .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.error404 .container .page-content .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content {
  align-self: center;
}
.page-template-default .container .page-content .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.error404 .container .page-content .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content {
  align-self: end;
}
.page-template-default .container .page-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
.error404 .container .page-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  margin-right: 0;
  margin-left: 10px;
}
.page-template-default .container .page-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
.error404 .container .page-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  margin-left: 0;
  margin-right: 10px;
}
.page-template-default .container .page-content .wp-block-gallery,
.error404 .container .page-content .wp-block-gallery {
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
}
.page-template-default .container .page-content .wp-block-gallery figcaption,
.error404 .container .page-content .wp-block-gallery figcaption {
  margin: 0;
  background: #f5f5f5;
  padding: 0.5em;
}
.page-template-default .container .page-content .wp-block-gallery .wp-block-image figcaption,
.error404 .container .page-content .wp-block-gallery .wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
.page-template-default .container .page-content .wp-block-columns,
.error404 .container .page-content .wp-block-columns {
  margin-top: 2em;
  margin-bottom: 2em;
  align-items: flex-start !important;
}
@media screen and (max-width: 768px) {
  .page-template-default .container,
  .error404 .container {
    margin-bottom: 15vw;
  }
  .page-template-default .container .page-header,
  .error404 .container .page-header {
    height: 30vw;
  }
  .page-template-default .container .page-header h1,
  .error404 .container .page-header h1 {
    font-size: 6.25vw;
    line-height: 1.75;
  }
  .page-template-default .container .page-content h2,
  .error404 .container .page-content h2 {
    font-size: 5.625vw;
    line-height: 1.75;
    margin-bottom: 1.5em;
    padding: 1em;
    border-top: solid 3px #e97e00;
    border-bottom: solid 3px #006837;
  }
  .page-template-default .container .page-content > *:not(h2),
  .error404 .container .page-content > *:not(h2) {
    max-width: initial;
    margin: 0 6.25vw;
  }
  .page-template-default .container .page-content h3,
  .error404 .container .page-content h3 {
    font-size: 5vw;
    line-height: 1.75;
    padding-left: 1em;
    margin-top: 2em;
    margin-bottom: 1em;
  }
  .page-template-default .container .page-content h3::before,
  .error404 .container .page-content h3::before {
    width: 3px;
  }
  .page-template-default .container .page-content h3::after,
  .error404 .container .page-content h3::after {
    width: 3px;
  }
  .page-template-default .container .page-content h3:first-child,
  .error404 .container .page-content h3:first-child {
    margin-top: 0;
  }
  .page-template-default .container .page-content h3:last-child,
  .error404 .container .page-content h3:last-child {
    margin-bottom: 0;
  }
  .page-template-default .container .page-content .is-style-link,
  .error404 .container .page-content .is-style-link {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .page-template-default .container .page-content .is-style-link a,
  .error404 .container .page-content .is-style-link a {
    display: block;
    min-width: initial;
  }
}
.post-type-archive .container,
.archive.category .container,
.post-type-archive-important .container,
.post-type-archive-results .container,
.tax-result-type .container {
  margin-bottom: 6.25vw;
}
.post-type-archive .container .page-header,
.archive.category .container .page-header,
.post-type-archive-important .container .page-header,
.post-type-archive-results .container .page-header,
.tax-result-type .container .page-header {
  background: url(img/header_page.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 20em;
}
.post-type-archive .container .page-header h1,
.archive.category .container .page-header h1,
.post-type-archive-important .container .page-header h1,
.post-type-archive-results .container .page-header h1,
.tax-result-type .container .page-header h1 {
  font-size: 3.2rem;
  line-height: 1.75;
  font-weight: 600;
}
.post-type-archive .container .page-content .archive_post,
.archive.category .container .page-content .archive_post,
.post-type-archive-important .container .page-content .archive_post,
.post-type-archive-results .container .page-content .archive_post,
.tax-result-type .container .page-content .archive_post {
  max-width: 1200px;
  margin: 3em auto;
  border-top: solid 1px #b3b3b3;
}
.post-type-archive .container .page-content .archive_post .single_post,
.archive.category .container .page-content .archive_post .single_post,
.post-type-archive-important .container .page-content .archive_post .single_post,
.post-type-archive-results .container .page-content .archive_post .single_post,
.tax-result-type .container .page-content .archive_post .single_post {
  border-bottom: solid 1px #b3b3b3;
}
.post-type-archive .container .page-content .archive_post .single_post a,
.archive.category .container .page-content .archive_post .single_post a,
.post-type-archive-important .container .page-content .archive_post .single_post a,
.post-type-archive-results .container .page-content .archive_post .single_post a,
.tax-result-type .container .page-content .archive_post .single_post a {
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: nowrap;
  color: #333;
  padding: 1em 0;
}
.post-type-archive .container .page-content .archive_post .single_post a:hover,
.archive.category .container .page-content .archive_post .single_post a:hover,
.post-type-archive-important .container .page-content .archive_post .single_post a:hover,
.post-type-archive-results .container .page-content .archive_post .single_post a:hover,
.tax-result-type .container .page-content .archive_post .single_post a:hover {
  color: #e97e00;
}
.post-type-archive .container .page-content .archive_post .single_post a .date,
.archive.category .container .page-content .archive_post .single_post a .date,
.post-type-archive-important .container .page-content .archive_post .single_post a .date,
.post-type-archive-results .container .page-content .archive_post .single_post a .date,
.tax-result-type .container .page-content .archive_post .single_post a .date {
  flex-basis: 10em;
  flex-shrink: 0;
  flex-grow: 0;
}
.post-type-archive .container .page-content .archive_post .single_post a .terms,
.archive.category .container .page-content .archive_post .single_post a .terms,
.post-type-archive-important .container .page-content .archive_post .single_post a .terms,
.post-type-archive-results .container .page-content .archive_post .single_post a .terms,
.tax-result-type .container .page-content .archive_post .single_post a .terms {
  flex-basis: 13em;
  flex-shrink: 0;
  flex-grow: 0;
}
.post-type-archive .container .page-content .archive_post .single_post a .terms .term,
.archive.category .container .page-content .archive_post .single_post a .terms .term,
.post-type-archive-important .container .page-content .archive_post .single_post a .terms .term,
.post-type-archive-results .container .page-content .archive_post .single_post a .terms .term,
.tax-result-type .container .page-content .archive_post .single_post a .terms .term {
  color: #fff;
  font-weight: 600;
  font-size: 0.8em;
  padding: 0.5em 1em;
  background: #42210b;
}
.post-type-archive .container .page-content .archive_post .single_post a .terms .term-satellite,
.archive.category .container .page-content .archive_post .single_post a .terms .term-satellite,
.post-type-archive-important .container .page-content .archive_post .single_post a .terms .term-satellite,
.post-type-archive-results .container .page-content .archive_post .single_post a .terms .term-satellite,
.tax-result-type .container .page-content .archive_post .single_post a .terms .term-satellite {
  background: #e97e00;
}
.post-type-archive .container .page-content .archive_post .single_post a .terms .term-genki,
.archive.category .container .page-content .archive_post .single_post a .terms .term-genki,
.post-type-archive-important .container .page-content .archive_post .single_post a .terms .term-genki,
.post-type-archive-results .container .page-content .archive_post .single_post a .terms .term-genki,
.tax-result-type .container .page-content .archive_post .single_post a .terms .term-genki {
  background: #006837;
}
.post-type-archive .container .page-content .archive_post .single_post a .h2,
.archive.category .container .page-content .archive_post .single_post a .h2,
.post-type-archive-important .container .page-content .archive_post .single_post a .h2,
.post-type-archive-results .container .page-content .archive_post .single_post a .h2,
.tax-result-type .container .page-content .archive_post .single_post a .h2 {
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 0;
}

.post-type-archive-results .container .page-content .terms_list,
.tax-result-type .container .page-content .terms_list {
  max-width: 1200px;
  margin: 3em auto;
}
.post-type-archive-results .container .page-content .terms_list ul,
.tax-result-type .container .page-content .terms_list ul {
  display: flex;
  justify-content: center;
  align-items: initial;
  flex-wrap: wrap;
  gap: 1em;
}
.post-type-archive-results .container .page-content .terms_list ul li a,
.tax-result-type .container .page-content .terms_list ul li a {
  display: block;
  padding: 0.5em 1em;
  color: #333;
  position: relative;
}
.post-type-archive-results .container .page-content .terms_list ul li a:hover,
.tax-result-type .container .page-content .terms_list ul li a:hover {
  color: #e97e00;
}
.post-type-archive-results .container .page-content .terms_list ul li a:hover::after,
.tax-result-type .container .page-content .terms_list ul li a:hover::after {
  scale: 1 1;
}
.post-type-archive-results .container .page-content .terms_list ul li a::after,
.tax-result-type .container .page-content .terms_list ul li a::after {
  content: "";
  display: block;
  height: 2px;
  background: #e97e00;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  scale: 0 1;
  transition: 0.2s;
}
.post-type-archive-results .container .page-content .terms_list ul li.active a::after,
.tax-result-type .container .page-content .terms_list ul li.active a::after {
  scale: 1 1;
}
.post-type-archive-results .container .page-content .archive_post .single_post a .terms,
.tax-result-type .container .page-content .archive_post .single_post a .terms {
  flex-basis: 8em;
  flex-shrink: 0;
  flex-grow: 0;
}

.single-post .container,
.single-important .container,
.single-results .container {
  margin-bottom: 6.25vw;
}
.single-post .container .page-header,
.single-important .container .page-header,
.single-results .container .page-header {
  background: url(img/header_page.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 20em;
}
.single-post .container .page-header .title,
.single-important .container .page-header .title,
.single-results .container .page-header .title {
  font-size: 3.2rem;
  line-height: 1.75;
  font-weight: 600;
}
.single-post .container .page-content .meta,
.single-important .container .page-content .meta,
.single-results .container .page-content .meta {
  display: flex;
  justify-content: flex-end;
  align-items: initial;
  flex-wrap: nowrap;
  gap: 2em;
}
.single-post .container .page-content .meta .date,
.single-important .container .page-content .meta .date,
.single-results .container .page-content .meta .date {
  text-align: right;
}
.single-post .container .page-content .meta .terms,
.single-important .container .page-content .meta .terms,
.single-results .container .page-content .meta .terms {
  flex-basis: 13em;
  flex-shrink: 0;
  flex-grow: 0;
}
.single-post .container .page-content .meta .terms .term,
.single-important .container .page-content .meta .terms .term,
.single-results .container .page-content .meta .terms .term {
  color: #fff;
  font-weight: 600;
  font-size: 0.8em;
  padding: 0.5em 1em;
  background: #42210b;
}
.single-post .container .page-content .meta .terms .term-satellite,
.single-important .container .page-content .meta .terms .term-satellite,
.single-results .container .page-content .meta .terms .term-satellite {
  background: #e97e00;
}
.single-post .container .page-content .meta .terms .term-genki,
.single-important .container .page-content .meta .terms .term-genki,
.single-results .container .page-content .meta .terms .term-genki {
  background: #006837;
}
.single-post .container .page-content h1,
.single-important .container .page-content h1,
.single-results .container .page-content h1 {
  font-size: 2.8rem;
  line-height: 1.75;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.5em;
  background: #fcfcfc;
  padding: 1.8em;
  border-top: solid 5px #e97e00;
  border-bottom: solid 5px #006837;
}
.single-post .container .page-content > *:not(h1),
.single-important .container .page-content > *:not(h1),
.single-results .container .page-content > *:not(h1) {
  max-width: 1200px;
  margin: 0 auto;
}
.single-post .container .page-content h2,
.single-important .container .page-content h2,
.single-results .container .page-content h2 {
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  margin-top: 3em;
  margin-bottom: 2em;
}
.single-post .container .page-content h2::before,
.single-important .container .page-content h2::before,
.single-results .container .page-content h2::before {
  content: "";
  display: block;
  width: 5px;
  background: #006837;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 50%;
}
.single-post .container .page-content h2::after,
.single-important .container .page-content h2::after,
.single-results .container .page-content h2::after {
  content: "";
  display: block;
  width: 5px;
  background: #e97e00;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 50%;
}
.single-post .container .page-content h2:first-child,
.single-important .container .page-content h2:first-child,
.single-results .container .page-content h2:first-child {
  margin-top: 0;
}
.single-post .container .page-content h2:last-child,
.single-important .container .page-content h2:last-child,
.single-results .container .page-content h2:last-child {
  margin-bottom: 0;
}
.single-post .container .page-content h3,
.single-important .container .page-content h3,
.single-results .container .page-content h3 {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  margin-top: 2em;
  margin-bottom: 1em;
}
.single-post .container .page-content h3::before,
.single-important .container .page-content h3::before,
.single-results .container .page-content h3::before {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background: #e97e00;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.single-post .container .page-content h3::after,
.single-important .container .page-content h3::after,
.single-results .container .page-content h3::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background: #006837;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -5px;
}
.single-post .container .page-content h4,
.single-important .container .page-content h4,
.single-results .container .page-content h4 {
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 600;
  color: #e97e00;
  margin-top: 2em;
  margin-bottom: 1em;
}
.single-post .container .page-content p,
.single-important .container .page-content p,
.single-results .container .page-content p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.single-post .container .page-content p:first-child,
.single-important .container .page-content p:first-child,
.single-results .container .page-content p:first-child {
  margin-top: 0;
}
.single-post .container .page-content p:last-child,
.single-important .container .page-content p:last-child,
.single-results .container .page-content p:last-child {
  margin-bottom: 0;
}
.single-post .container .page-content ul,
.single-important .container .page-content ul,
.single-results .container .page-content ul {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  list-style-type: disc;
  padding-left: 1.5em;
}
.single-post .container .page-content ul:first-child,
.single-important .container .page-content ul:first-child,
.single-results .container .page-content ul:first-child {
  margin-top: 0;
}
.single-post .container .page-content ul:last-child,
.single-important .container .page-content ul:last-child,
.single-results .container .page-content ul:last-child {
  margin-bottom: 0;
}
.single-post .container .page-content ul ::marker,
.single-important .container .page-content ul ::marker,
.single-results .container .page-content ul ::marker {
  color: #e97e00;
}
.single-post .container .page-content ul li ul,
.single-important .container .page-content ul li ul,
.single-results .container .page-content ul li ul {
  margin: 0;
  list-style-type: circle;
}
.single-post .container .page-content ul li ul li ul,
.single-important .container .page-content ul li ul li ul,
.single-results .container .page-content ul li ul li ul {
  list-style-type: square;
}
.single-post .container .page-content ul li ol,
.single-important .container .page-content ul li ol,
.single-results .container .page-content ul li ol {
  margin: 0;
}
.single-post .container .page-content ol,
.single-important .container .page-content ol,
.single-results .container .page-content ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  list-style-type: decimal;
  padding-left: 1.5em;
}
.single-post .container .page-content ol:first-child,
.single-important .container .page-content ol:first-child,
.single-results .container .page-content ol:first-child {
  margin-top: 0;
}
.single-post .container .page-content ol:last-child,
.single-important .container .page-content ol:last-child,
.single-results .container .page-content ol:last-child {
  margin-bottom: 0;
}
.single-post .container .page-content ol li ol,
.single-important .container .page-content ol li ol,
.single-results .container .page-content ol li ol {
  margin: 0;
  list-style-type: lower-alpha;
}
.single-post .container .page-content ol li ol li ol,
.single-important .container .page-content ol li ol li ol,
.single-results .container .page-content ol li ol li ol {
  list-style-type: lower-roman;
}
.single-post .container .page-content ol li ul,
.single-important .container .page-content ol li ul,
.single-results .container .page-content ol li ul {
  margin: 0;
}
.single-post .container .page-content .is-style-link,
.single-important .container .page-content .is-style-link,
.single-results .container .page-content .is-style-link {
  margin-top: 2em;
  margin-bottom: 2em;
}
.single-post .container .page-content .is-style-link a,
.single-important .container .page-content .is-style-link a,
.single-results .container .page-content .is-style-link a {
  display: inline-block;
  min-width: 540px;
}
.single-post .container .page-content .wp-block-table,
.single-post .container .page-content .wp-block-flexible-table-block-table,
.single-important .container .page-content .wp-block-table,
.single-important .container .page-content .wp-block-flexible-table-block-table,
.single-results .container .page-content .wp-block-table,
.single-results .container .page-content .wp-block-flexible-table-block-table {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.single-post .container .page-content .wp-block-table > table tr th,
.single-post .container .page-content .wp-block-flexible-table-block-table > table tr th,
.single-important .container .page-content .wp-block-table > table tr th,
.single-important .container .page-content .wp-block-flexible-table-block-table > table tr th,
.single-results .container .page-content .wp-block-table > table tr th,
.single-results .container .page-content .wp-block-flexible-table-block-table > table tr th {
  background: #fbe5bd;
  border-color: #b3b3b3;
}
.single-post .container .page-content .wp-block-table > table tr td,
.single-post .container .page-content .wp-block-flexible-table-block-table > table tr td,
.single-important .container .page-content .wp-block-table > table tr td,
.single-important .container .page-content .wp-block-flexible-table-block-table > table tr td,
.single-results .container .page-content .wp-block-table > table tr td,
.single-results .container .page-content .wp-block-flexible-table-block-table > table tr td {
  border-color: #b3b3b3;
}
.single-post .container .page-content .wp-block-lazyblock-googlemap,
.single-important .container .page-content .wp-block-lazyblock-googlemap,
.single-results .container .page-content .wp-block-lazyblock-googlemap {
  margin-top: 2em;
  margin-bottom: 2em;
}
.single-post .container .page-content .wp-block-lazyblock-googlemap .is-style-mapcode,
.single-important .container .page-content .wp-block-lazyblock-googlemap .is-style-mapcode,
.single-results .container .page-content .wp-block-lazyblock-googlemap .is-style-mapcode {
  position: relative;
  aspect-ratio: 4/3;
}
.single-post .container .page-content .wp-block-lazyblock-googlemap .is-style-mapcode iframe,
.single-important .container .page-content .wp-block-lazyblock-googlemap .is-style-mapcode iframe,
.single-results .container .page-content .wp-block-lazyblock-googlemap .is-style-mapcode iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.single-post .container .page-content .wp-block-image,
.single-important .container .page-content .wp-block-image,
.single-results .container .page-content .wp-block-image {
  margin-top: 2em;
  margin-bottom: 2em;
}
.single-post .container .page-content .wp-block-image:first-child,
.single-important .container .page-content .wp-block-image:first-child,
.single-results .container .page-content .wp-block-image:first-child {
  margin-top: 0;
}
.single-post .container .page-content .wp-block-image:last-child,
.single-important .container .page-content .wp-block-image:last-child,
.single-results .container .page-content .wp-block-image:last-child {
  margin-bottom: 0;
}
.single-post .container .page-content .wp-block-image img,
.single-important .container .page-content .wp-block-image img,
.single-results .container .page-content .wp-block-image img {
  display: block;
}
.single-post .container .page-content .wp-block-image figcaption,
.single-important .container .page-content .wp-block-image figcaption,
.single-results .container .page-content .wp-block-image figcaption {
  background: #f5f5f5;
  padding: 0.5em;
  margin: 0;
}
.single-post .container .page-content .wp-block-media-text,
.single-important .container .page-content .wp-block-media-text,
.single-results .container .page-content .wp-block-media-text {
  margin-top: 2em;
  margin-bottom: 2em;
}
.single-post .container .page-content .wp-block-media-text .wp-block-media-text__media,
.single-important .container .page-content .wp-block-media-text .wp-block-media-text__media,
.single-results .container .page-content .wp-block-media-text .wp-block-media-text__media {
  margin-right: 10px;
}
.single-post .container .page-content .wp-block-media-text .wp-block-media-text__content,
.single-important .container .page-content .wp-block-media-text .wp-block-media-text__content,
.single-results .container .page-content .wp-block-media-text .wp-block-media-text__content {
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0;
  align-self: start;
}
.single-post .container .page-content .wp-block-media-text .wp-block-media-text__content .has-large-font-size,
.single-important .container .page-content .wp-block-media-text .wp-block-media-text__content .has-large-font-size,
.single-results .container .page-content .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
  font-size: 1.8rem;
  line-height: 1.75;
}
.single-post .container .page-content .wp-block-media-text.is-vertically-aligned-center,
.single-important .container .page-content .wp-block-media-text.is-vertically-aligned-center,
.single-results .container .page-content .wp-block-media-text.is-vertically-aligned-center {
  margin-left: 10px;
}
.single-post .container .page-content .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.single-important .container .page-content .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.single-results .container .page-content .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content {
  align-self: center;
}
.single-post .container .page-content .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.single-important .container .page-content .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.single-results .container .page-content .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content {
  align-self: end;
}
.single-post .container .page-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
.single-important .container .page-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
.single-results .container .page-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  margin-right: 0;
  margin-left: 10px;
}
.single-post .container .page-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
.single-important .container .page-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
.single-results .container .page-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  margin-left: 0;
  margin-right: 10px;
}
.single-post .container .page-content .wp-block-gallery,
.single-important .container .page-content .wp-block-gallery,
.single-results .container .page-content .wp-block-gallery {
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
}
.single-post .container .page-content .wp-block-gallery figcaption,
.single-important .container .page-content .wp-block-gallery figcaption,
.single-results .container .page-content .wp-block-gallery figcaption {
  margin-top: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
  background: #f5f5f5;
  padding: 0.5em;
}
.single-post .container .page-content .wp-block-columns,
.single-important .container .page-content .wp-block-columns,
.single-results .container .page-content .wp-block-columns {
  margin-top: 2em;
  margin-bottom: 2em;
  align-items: flex-start !important;
}
.single-post .container .navilinks,
.single-important .container .navilinks,
.single-results .container .navilinks {
  margin: 3em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2em;
}
.single-post .container .navilinks a,
.single-important .container .navilinks a,
.single-results .container .navilinks a {
  color: #333;
  border: solid 1px #b3b3b3;
  display: inline-block;
  padding: 0.5em 1em;
}
.single-post .container .navilinks a:hover,
.single-important .container .navilinks a:hover,
.single-results .container .navilinks a:hover {
  color: #e97e00;
}

@media screen and (max-width: 768px) {
  .post-type-archive .container,
  .archive.category .container,
  .post-type-archive-important .container,
  .post-type-archive-results .container,
  .tax-result-type .container {
    margin-bottom: 15vw;
  }
  .post-type-archive .container .page-header,
  .archive.category .container .page-header,
  .post-type-archive-important .container .page-header,
  .post-type-archive-results .container .page-header,
  .tax-result-type .container .page-header {
    height: 30vw;
  }
  .post-type-archive .container .page-header h1,
  .archive.category .container .page-header h1,
  .post-type-archive-important .container .page-header h1,
  .post-type-archive-results .container .page-header h1,
  .tax-result-type .container .page-header h1 {
    font-size: 6.25vw;
    line-height: 1.75;
  }
  .post-type-archive .container .page-content .terms_list,
  .archive.category .container .page-content .terms_list,
  .post-type-archive-important .container .page-content .terms_list,
  .post-type-archive-results .container .page-content .terms_list,
  .tax-result-type .container .page-content .terms_list {
    margin-left: 6.25vw;
    margin-right: 6.25vw;
  }
  .post-type-archive .container .page-content .archive_post,
  .archive.category .container .page-content .archive_post,
  .post-type-archive-important .container .page-content .archive_post,
  .post-type-archive-results .container .page-content .archive_post,
  .tax-result-type .container .page-content .archive_post {
    margin-left: 6.25vw;
    margin-right: 6.25vw;
  }
  .post-type-archive .container .page-content .archive_post .single_post a,
  .archive.category .container .page-content .archive_post .single_post a,
  .post-type-archive-important .container .page-content .archive_post .single_post a,
  .post-type-archive-results .container .page-content .archive_post .single_post a,
  .tax-result-type .container .page-content .archive_post .single_post a {
    flex-wrap: wrap;
  }
  .post-type-archive .container .page-content .archive_post .single_post a h2,
  .archive.category .container .page-content .archive_post .single_post a h2,
  .post-type-archive-important .container .page-content .archive_post .single_post a h2,
  .post-type-archive-results .container .page-content .archive_post .single_post a h2,
  .tax-result-type .container .page-content .archive_post .single_post a h2 {
    flex-basis: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    margin-top: 1em;
  }
  .single-post .container,
  .single-important .container,
  .single-results .container {
    margin-bottom: 15vw;
  }
  .single-post .container .page-header,
  .single-important .container .page-header,
  .single-results .container .page-header {
    height: 30vw;
  }
  .single-post .container .page-header .title,
  .single-important .container .page-header .title,
  .single-results .container .page-header .title {
    font-size: 6.25vw;
    line-height: 1.75;
  }
  .single-post .container .page-content .meta,
  .single-important .container .page-content .meta,
  .single-results .container .page-content .meta {
    display: block;
    margin-bottom: 2em;
  }
  .single-post .container .page-content .meta .date,
  .single-important .container .page-content .meta .date,
  .single-results .container .page-content .meta .date {
    text-align: right;
  }
  .single-post .container .page-content .meta .terms,
  .single-important .container .page-content .meta .terms,
  .single-results .container .page-content .meta .terms {
    text-align: right;
  }
  .single-post .container .page-content h1,
  .single-important .container .page-content h1,
  .single-results .container .page-content h1 {
    font-size: 5.625vw;
    line-height: 1.75;
    margin-bottom: 1.5em;
    padding: 1em;
    border-top: solid 3px #e97e00;
    border-bottom: solid 3px #006837;
  }
  .single-post .container .page-content > *:not(h1),
  .single-important .container .page-content > *:not(h1),
  .single-results .container .page-content > *:not(h1) {
    max-width: initial;
    margin: 0 6.25vw;
  }
  .single-post .container .page-content h2,
  .single-important .container .page-content h2,
  .single-results .container .page-content h2 {
    font-size: 5vw;
    line-height: 1.75;
    padding-left: 1em;
    margin-top: 2em;
    margin-bottom: 1em;
  }
  .single-post .container .page-content h2::before,
  .single-important .container .page-content h2::before,
  .single-results .container .page-content h2::before {
    width: 3px;
  }
  .single-post .container .page-content h2::after,
  .single-important .container .page-content h2::after,
  .single-results .container .page-content h2::after {
    width: 3px;
  }
  .single-post .container .page-content h2:first-child,
  .single-important .container .page-content h2:first-child,
  .single-results .container .page-content h2:first-child {
    margin-top: 0;
  }
  .single-post .container .page-content h2:last-child,
  .single-important .container .page-content h2:last-child,
  .single-results .container .page-content h2:last-child {
    margin-bottom: 0;
  }
  .single-post .container .page-content .is-style-link,
  .single-important .container .page-content .is-style-link,
  .single-results .container .page-content .is-style-link {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .single-post .container .page-content .is-style-link a,
  .single-important .container .page-content .is-style-link a,
  .single-results .container .page-content .is-style-link a {
    display: block;
    min-width: initial;
  }
}
.link,
.is-style-link {
  margin-top: 2em;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.link a,
.is-style-link a {
  display: block;
  background: #fff;
  color: #333;
  padding: 1em;
  border: solid 1px #e97e00;
  position: relative;
  text-align: center;
}
.link a::after,
.is-style-link a::after {
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  background: #e97e00;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.2s;
}
.link a:hover,
.is-style-link a:hover {
  color: #e97e00;
}
.link a:hover::after,
.is-style-link a:hover::after {
  right: -1em;
}
.link a[href$=pdf]::after,
.is-style-link a[href$=pdf]::after {
  display: none;
}
.link a[href$=pdf]::before,
.is-style-link a[href$=pdf]::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(img/icon_pdf.png) no-repeat center center;
  background-size: contain;
  position: static;
  margin-right: 1em;
  vertical-align: middle;
}
.link a[href$=xls]::after, .link a[href$=xlsx]::after,
.is-style-link a[href$=xls]::after,
.is-style-link a[href$=xlsx]::after {
  display: none;
}
.link a[href$=xls]::before, .link a[href$=xlsx]::before,
.is-style-link a[href$=xls]::before,
.is-style-link a[href$=xlsx]::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(img/icon_xls.png) no-repeat center center;
  background-size: contain;
  position: static;
  margin-right: 1em;
  vertical-align: middle;
}
.link a[href$=doc]::after, .link a[href$=docx]::after,
.is-style-link a[href$=doc]::after,
.is-style-link a[href$=docx]::after {
  display: none;
}
.link a[href$=doc]::before, .link a[href$=docx]::before,
.is-style-link a[href$=doc]::before,
.is-style-link a[href$=docx]::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(img/icon_doc.png) no-repeat center center;
  background-size: contain;
  position: static;
  margin-right: 1em;
  vertical-align: middle;
}
.link a[href$=ppt]::after, .link a[href$=pptx]::after,
.is-style-link a[href$=ppt]::after,
.is-style-link a[href$=pptx]::after {
  display: none;
}
.link a[href$=ppt]::before, .link a[href$=pptx]::before,
.is-style-link a[href$=ppt]::before,
.is-style-link a[href$=pptx]::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(img/icon_ppt.png) no-repeat center center;
  background-size: contain;
  position: static;
  margin-right: 1em;
  vertical-align: middle;
}

.img img {
  display: block;
  margin: 0 auto;
}

.box-txtimg_columns {
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-wrap: nowrap;
  gap: 2.9%;
}
.box-txtimg_columns .column {
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 0;
}
.box-txtimg_columns .column:has(.img) {
  flex-basis: 53.3%;
  flex-shrink: 0;
  flex-grow: 0;
}
.box-txtimg_columns + .box-txtimg_columns {
  margin-top: 70px;
}

.box-columns {
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: wrap;
  gap: 3.4%;
}
.box-columns .column {
  flex-basis: 48.3%;
  flex-shrink: 0;
  flex-grow: 0;
  margin-bottom: 4em;
}
.box-columns.col3 {
  gap: 3.5%;
}
.box-columns.col3 .column {
  flex-basis: 31%;
  flex-shrink: 0;
  flex-grow: 0;
}

.label span {
  display: inline-block;
  padding: 0.5em;
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 600;
  background: #e97e00;
  color: #fff;
  margin-bottom: 1em;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #e0e0e0;
}

::-webkit-scrollbar-thumb {
  background-color: #8d8d8d;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
  background: transparent;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

.pagination {
  margin: 50px auto 100px;
  max-width: 1100px;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.pagination .nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 40px;
  height: 40px;
  border: solid 1px #f0f0f0;
  color: #333;
  margin: 0 5px 10px;
}
.pagination .nav-links .page-numbers:hover {
  color: #e97e00;
  border-color: #e97e00;
}
.pagination .nav-links .page-numbers.current:hover {
  color: #333;
  border-color: #f0f0f0;
}
.pagination .nav-links .page-numbers.dots {
  border: none;
}
.pagination .nav-links .page-numbers.dots:hover {
  color: #333;
}
.pagination .nav-links .page-numbers.prev {
  border: none;
}
.pagination .nav-links .page-numbers.next {
  border: none;
}

@media screen and (max-width: 768px) {
  .link {
    margin-top: 1em;
  }
  .link a {
    padding: 0.5em;
  }
  .img img {
    display: block;
    margin: 0 auto;
  }
  .box-txtimg_columns {
    display: block;
  }
  .box-txtimg_columns .column + .column {
    margin-top: 1em;
  }
  .box-txtimg_columns + .box-txtimg_columns {
    margin-top: 2em;
  }
  .box-columns {
    display: block;
  }
  .box-columns .column {
    margin-bottom: 2em;
  }
  .label span {
    padding: 0.2em 0.5em;
    font-size: 4.375vw;
    line-height: 1.75;
    margin-bottom: 0.5em;
  }
  ::-webkit-scrollbar {
    width: 5px;
  }
  .pagination {
    margin: 50px auto 100px;
    max-width: 1100px;
  }
  .pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .pagination .nav-links .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 40px;
    height: 40px;
    border: solid 1px #f0f0f0;
    color: #454545;
    margin: 0 5px 10px;
  }
}
.editor-area p {
  margin: 1.5em 0 1.5em;
}
.editor-area p:first-child {
  margin-top: 0;
}
.editor-area p:last-child {
  margin-bottom: 0;
}
.editor-area ul {
  margin: 1.5em 0 1.5em;
  list-style-type: disc;
  padding-left: 1.5em;
}
.editor-area ul:first-child {
  margin-top: 0;
}
.editor-area ul:last-child {
  margin-bottom: 0;
}
.editor-area ul li ul {
  margin: 0;
  list-style-type: circle;
}
.editor-area ul li ul li ul {
  list-style-type: square;
}
.editor-area ul li ol {
  margin: 0;
}
.editor-area ol {
  margin: 1.5em 0 1.5em;
  list-style-type: decimal;
  padding-left: 1.5em;
}
.editor-area ol:first-child {
  margin-top: 0;
}
.editor-area ol:last-child {
  margin-bottom: 0;
}
.editor-area ol li ol {
  margin: 0;
  list-style-type: lower-alpha;
}
.editor-area ol li ol li ol {
  list-style-type: lower-roman;
}
.editor-area ol li ul {
  margin: 0;
}
.editor-area .wp-block-image {
  margin-left: auto;
  margin-right: auto;
}
.editor-area .wp-block-media-text {
  margin-top: 2em;
  margin-bottom: 2em;
}
.editor-area .wp-block-media-text .wp-block-media-text__media {
  margin-right: 10px;
}
.editor-area .wp-block-media-text .wp-block-media-text__content {
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0;
  align-self: start;
}
.editor-area .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
  font-size: 1.8rem;
  line-height: 1.75;
}
.editor-area .wp-block-media-text.is-vertically-aligned-center {
  margin-left: 10px;
}
.editor-area .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content {
  align-self: center;
}
.editor-area .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content {
  align-self: end;
}
.editor-area .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  margin-right: 0;
  margin-left: 10px;
}
.editor-area .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  margin-left: 0;
  margin-right: 10px;
}
.editor-area .wp-block-table,
.editor-area .wp-block-flexible-table-block-table {
  margin: 2em 0 2em;
}
.editor-area .wp-block-table table,
.editor-area .wp-block-flexible-table-block-table table {
  width: 100%;
}
.editor-area .wp-block-table table tr th,
.editor-area .wp-block-flexible-table-block-table table tr th {
  border: solid 1px #e5e5e5;
  padding: 15px;
  background: #f5f5f5;
}
.editor-area .wp-block-table table tr td,
.editor-area .wp-block-flexible-table-block-table table tr td {
  border: solid 1px #e5e5e5;
  padding: 15px;
}
.editor-area .wp-block-table.is-scroll-on-mobile, .editor-area .wp-block-table.is-scroll-on-pc,
.editor-area .wp-block-flexible-table-block-table.is-scroll-on-mobile,
.editor-area .wp-block-flexible-table-block-table.is-scroll-on-pc {
  overflow-y: hidden !important;
}
.editor-area .wp-block-table.is-scroll-on-mobile table tr th, .editor-area .wp-block-table.is-scroll-on-pc table tr th,
.editor-area .wp-block-flexible-table-block-table.is-scroll-on-mobile table tr th,
.editor-area .wp-block-flexible-table-block-table.is-scroll-on-pc table tr th {
  white-space: nowrap;
}
.editor-area .wp-block-table.is-scroll-on-mobile table tr td, .editor-area .wp-block-table.is-scroll-on-pc table tr td,
.editor-area .wp-block-flexible-table-block-table.is-scroll-on-mobile table tr td,
.editor-area .wp-block-flexible-table-block-table.is-scroll-on-pc table tr td {
  white-space: nowrap;
}
.editor-area .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
}
.editor-area .wp-block-columns {
  margin: 2em 0 2em;
}/*# sourceMappingURL=style.css.map */