@charset "UTF-8";
/*
Theme Name: 和歌山県立医科大学 リハビリテーション医学講座（2025年）
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: keep-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[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;
  scroll-padding-top: 80px;
}

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

@media screen and (max-width: 768px) {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 15.625vw;
  }
  body {
    font-size: 4.375vw;
    line-height: 1.75;
    padding-top: 15.625vw;
  }
}
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 90;
}
.header-wrap .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding-left: 40px;
  height: 80px;
}
.header-wrap .header-inner header .header a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  color: #333;
}
.header-wrap .header-inner header .header a .logo {
  margin-right: 10px;
}
.header-wrap .header-inner header .header a .logo img {
  display: block;
  width: auto;
  height: 48px;
}
.header-wrap .header-inner header .header a .site_name {
  font-weight: 600;
}
.header-wrap .header-inner header .header a .site_name .sub {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #00967a;
}
.header-wrap .header-inner header .header a .site_name .name {
  font-size: 1.8rem;
  line-height: 1;
}
.header-wrap .header-inner nav {
  height: 100%;
}
.header-wrap .header-inner nav .nav {
  height: 100%;
}
.header-wrap .header-inner nav .nav .menu {
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: nowrap;
  height: 100%;
}
.header-wrap .header-inner nav .nav .menu .navigation {
  height: 100%;
}
.header-wrap .header-inner nav .nav .menu .navigation ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
}
.header-wrap .header-inner nav .nav .menu .navigation ul li a {
  display: block;
  padding: 12px 15px;
  position: relative;
  color: #333;
}
.header-wrap .header-inner nav .nav .menu .navigation ul li a::after {
  content: "";
  display: block;
  height: 1px;
  background: #00967a;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  scale: 0 1;
  transition: 0.2s;
}
.header-wrap .header-inner nav .nav .menu .navigation ul li a:hover::after {
  scale: 1 1;
}
.header-wrap .header-inner nav .nav .menu .navigation ul li.active a::after {
  scale: 1 1;
}
.header-wrap .header-inner nav .nav .menu .contact {
  margin-left: 36px;
  height: 100%;
  min-width: 180px;
}
.header-wrap .header-inner nav .nav .menu .contact ul {
  height: 100%;
}
.header-wrap .header-inner nav .nav .menu .contact ul li {
  height: 100%;
}
.header-wrap .header-inner nav .nav .menu .contact ul li a {
  background: #00967a;
  color: #fff;
  height: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.header-wrap .header-inner nav .nav .menu .contact ul li a .img {
  display: block;
}
.header-wrap .header-inner nav .nav .menu .contact ul li a .img img {
  display: block;
  margin: 0 auto;
}
.header-wrap .header-inner nav .nav .menu .contact ul li a .name {
  display: block;
  text-align: center;
}

.footer_slider {
  padding: 2px 0;
}
.footer_slider .slide {
  padding: 2px;
  width: 360px;
}

.footer {
  background: #00967a;
  color: #fff;
  padding: 60px 0 0;
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-wrap: nowrap;
}
.footer__inner .footer_data {
  flex-basis: 54%;
  flex-shrink: 0;
  flex-grow: 0;
}
.footer__inner .footer_data .credit .sub {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 600;
}
.footer__inner .footer_data .credit h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
}
.footer__inner .footer_data .credit .addr {
  margin: 1em 0;
}
.footer__inner .footer_data .credit .tel a,
.footer__inner .footer_data .credit .mail a {
  color: #fff;
}
.footer__inner .footer_data .credit .tel h3,
.footer__inner .footer_data .credit .mail h3 {
  display: inline-block;
}
.footer__inner .footer_data .credit .tel .contact,
.footer__inner .footer_data .credit .mail .contact {
  margin-top: 1em;
}
.footer__inner .footer_data .credit .tel .contact a,
.footer__inner .footer_data .credit .mail .contact a {
  display: inline-block;
  border: solid 1px #00967a;
  background: #fff;
  padding: 1em 3em;
  position: relative;
  color: #333;
  text-align: center;
}
.footer__inner .footer_data .credit .tel .contact a::before,
.footer__inner .footer_data .credit .mail .contact a::before {
  content: "";
  display: block;
  width: 16%;
  height: 1px;
  background: #00967a;
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: -8%;
  transition: 0.2s;
}
.footer__inner .footer_data .credit .tel .contact a:hover,
.footer__inner .footer_data .credit .mail .contact a:hover {
  background: #00967a;
  color: #fff;
}
.footer__inner .footer_data .credit .tel .contact a:hover::before,
.footer__inner .footer_data .credit .mail .contact a:hover::before {
  background: #fff;
}
.footer__inner .footer_map {
  flex-basis: 42%;
  flex-shrink: 0;
  flex-grow: 0;
  height: 300px;
  position: relative;
}
.footer__inner .footer_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.copyright {
  background: #00967a;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 3em 0 0.5em;
}

@media screen and (max-width: 768px) {
  .header-wrap .header-inner {
    padding-left: 3.125vw;
    height: 15.625vw;
  }
  .header-wrap .header-inner header .header a .logo {
    margin-right: 1.5625vw;
  }
  .header-wrap .header-inner header .header a .logo img {
    height: 8.75vw;
  }
  .header-wrap .header-inner header .header a .site_name .sub {
    font-size: 3.4375vw;
    line-height: 1.5;
  }
  .header-wrap .header-inner header .header a .site_name .name {
    font-size: 4.0625vw;
    line-height: 1;
  }
  .header-wrap .header-inner nav .nav {
    display: flex;
    justify-content: flex-start;
    align-items: initial;
    flex-wrap: nowrap;
  }
  .header-wrap .header-inner nav .nav .sp-menu {
    order: 2;
  }
  .header-wrap .header-inner nav .nav .sp-menu .bars {
    display: block;
    width: 15.625vw;
    height: 15.625vw;
    border: solid 1px #00967a;
    position: relative;
  }
  .header-wrap .header-inner nav .nav .sp-menu .bars .bar {
    position: absolute;
    left: 4.6875vw;
    right: 4.6875vw;
    height: 2px;
    background: #00967a;
    transition: 0.2s;
  }
  .header-wrap .header-inner nav .nav .sp-menu .bars .bar:nth-of-type(1) {
    top: 5vw;
  }
  .header-wrap .header-inner nav .nav .sp-menu .bars .bar:nth-of-type(2) {
    top: 7.5vw;
  }
  .header-wrap .header-inner nav .nav .sp-menu .bars .bar:nth-of-type(3) {
    top: 10vw;
  }
  .header-wrap .header-inner nav .nav .sp-menu.active + .menu .navigation {
    translate: 0 0;
  }
  .header-wrap .header-inner nav .nav .sp-menu.active .bars .bar:nth-of-type(1) {
    top: 7.5vw;
    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: 7.5vw;
    rotate: -45deg;
  }
  .header-wrap .header-inner nav .nav .menu {
    display: block;
  }
  .header-wrap .header-inner nav .nav .menu .navigation {
    position: fixed;
    top: 15.625vw;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    translate: 100% 0;
    transition: 0.2s;
  }
  .header-wrap .header-inner nav .nav .menu .navigation ul {
    display: block;
  }
  .header-wrap .header-inner nav .nav .menu .navigation ul li a {
    display: block;
    padding: 12px 15px;
    position: relative;
    color: #333;
  }
  .header-wrap .header-inner nav .nav .menu .navigation ul li a::after {
    content: "";
    display: block;
    height: 1px;
    background: #00967a;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    scale: 0 1;
    transition: 0.2s;
  }
  .header-wrap .header-inner nav .nav .menu .navigation ul li a:hover::after {
    scale: 1 1;
  }
  .header-wrap .header-inner nav .nav .menu .navigation ul li.active a::after {
    scale: 1 1;
  }
  .header-wrap .header-inner nav .nav .menu .contact {
    margin-left: 0;
    min-width: initial;
    order: 1;
  }
  .header-wrap .header-inner nav .nav .menu .contact ul li a {
    padding: 0;
    width: 15.625vw;
    height: 15.625vw;
  }
  .header-wrap .header-inner nav .nav .menu .contact ul li a .name {
    display: none;
  }
  .footer_slider .slide {
    width: 40vw;
  }
  .footer {
    padding: 9.375vw 0 0;
    font-size: 3.75vw;
    line-height: 1.5;
  }
  .footer__inner {
    max-width: initial;
    margin: 0 6.25vw;
    display: block;
  }
  .footer__inner .footer_data .credit .sub {
    font-size: 3.75vw;
    line-height: 1.5;
  }
  .footer__inner .footer_data .credit h2 {
    font-size: 5vw;
    line-height: 1.5;
  }
  .footer__inner .footer_data .credit .mail .contact a {
    padding: 0.5em 2em;
  }
  .footer__inner .footer_data .credit .mail .contact a::before {
    width: 8%;
    margin-right: -4%;
  }
  .footer__inner .footer_map {
    height: 60vw;
    margin-top: 2em;
  }
  .copyright {
    font-size: 3.125vw;
    line-height: 1.5;
    padding: 1em;
  }
}
.front_slider {
  position: relative;
  margin-bottom: 26em;
}
.front_slider ul.slider > li:not(:first-child) {
  display: none;
}
.front_slider .slick-list {
  max-width: 93.7%;
}
.front_slider .slick-dots {
  bottom: 0;
  right: 0;
  width: initial;
  width: 6.3%;
}
.front_slider .slick-dots li {
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 10px;
}
.front_slider .slick-dots li + li {
  margin-top: 20px;
}
.front_slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #b3dbd3;
}
.front_slider .slick-dots li button::before {
  display: none;
}
.front_slider .slick-dots li.slick-active button {
  background: #00967a;
}
.front_slider::before {
  content: "";
  display: block;
  background: #e3f1ee;
  width: 66%;
  height: 72%;
  position: absolute;
  right: 0;
  bottom: -90px;
}
.front_slider::after {
  content: "";
  display: block;
  width: 1px;
  height: 130px;
  background: #00967a;
  position: absolute;
  right: 3.1%;
  bottom: -150px;
}
.front_slider .front_catch {
  background: #fff;
  padding: 80px;
  box-shadow: 0 0 20px 0 #b3b3b3;
  position: absolute;
  left: 80px;
  bottom: -16em;
}
.front_slider .front_catch .front_catch_title {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1em;
}
.front_slider .front_catch .front_catch_text {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 600;
}
.front_slider .front_catch .front_catch_text .sub_title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  color: #00967a;
  margin-bottom: 1em;
  padding-left: 1em;
  position: relative;
}
.front_slider .front_catch .front_catch_text .sub_title::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 1px;
  background: #00967a;
  position: absolute;
  left: 0;
  top: 0.8em;
}
.front_slider .front_catch .front_catch_text ol {
  margin: 0;
  list-style-type: decimal;
  padding-left: 1.5em;
  margin-left: 1em;
}

.section__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.section__inner .section_head {
  text-align: center;
  margin-bottom: 3em;
}
.section__inner .section_head .section_sub {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 800;
  color: #00967a;
  font-family: "Shippori Mincho", serif;
}
.section__inner .section_head .section_title {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
}

.front_important_message {
  margin: -3em 0 6em;
  background: #ffebec;
  padding: 4em 0;
}
.front_important_message__inner {
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: nowrap;
  max-width: 1200px;
  margin: 0 auto;
  border: solid 1px #c1272d;
}
.front_important_message__inner .important_head {
  background: #c1272d;
  color: #fff;
  flex-basis: 11em;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 2rem;
  line-height: 1.5;
}
.front_important_message__inner .important_body {
  background: #fff;
  padding: 1.5em;
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 0;
}
.front_important_message__inner .important_body .single + .single {
  margin-top: 1em;
}
.front_important_message__inner .important_body .single a {
  color: #c1272d;
  display: inline-block;
}
.front_important_message__inner .important_body .single a:hover {
  text-decoration: underline;
}

.front_about_columns {
  display: flex;
  justify-content: center;
  align-items: initial;
  flex-wrap: wrap;
  gap: 3.5%;
}
.front_about_columns .column {
  flex-basis: 31%;
  flex-shrink: 0;
  flex-grow: 0;
  margin-bottom: 3em;
}
.front_about_columns .column a {
  display: block;
  color: #333;
}
.front_about_columns .column a:hover h3 {
  background: #00967a;
  color: #fff;
}
.front_about_columns .column a:hover h3::before {
  background: #fff;
  transition: 0.2s;
}
.front_about_columns .column .img img {
  display: block;
}
.front_about_columns .column h3 {
  margin: -1.5em 7% 0;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 600;
  background: #fff;
  border: solid 1px #00967a;
  position: relative;
  z-index: 1;
  padding: 1.5em;
  text-align: center;
  transition: 0.2s;
}
.front_about_columns .column h3::before {
  content: "";
  display: block;
  width: 16%;
  height: 1px;
  background: #00967a;
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: -8%;
}

.front_news {
  border-top: solid 1px #00967a;
  border-bottom: solid 1px #00967a;
  background: #e3f1ee;
}
.front_news__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: nowrap;
}
.front_news__inner .news_head {
  flex-basis: 33%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 80px 0;
  border-right: solid 1px #00967a;
  padding-right: 6%;
}
.front_news__inner .news_head .sub {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 800;
  color: #00967a;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 0.5em;
}
.front_news__inner .news_head .news_title {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 1.5em;
}
.front_news__inner .news_body {
  flex-basis: 67%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 80px 0;
}
.front_news__inner .news_body .news_archive {
  max-width: 80%;
  margin: 0 auto;
}
.front_news__inner .news_body .news_archive .news_single {
  border-bottom: solid 1px #00967a;
}
.front_news__inner .news_body .news_archive .news_single a {
  display: block;
  color: #333;
  padding: 1em;
}
.front_news__inner .news_body .news_archive .news_single a:hover {
  background: #00967a;
}
.front_news__inner .news_body .news_archive .news_single a:hover .news_data .date {
  color: #fff;
}
.front_news__inner .news_body .news_archive .news_single a:hover .news_data .text {
  color: #fff;
}
.front_news__inner .news_body .news_archive .news_single .news_data {
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: nowrap;
}
.front_news__inner .news_body .news_archive .news_single .news_data .date {
  color: #00967a;
  flex-basis: 8em;
  flex-shrink: 0;
  flex-grow: 0;
}
.front_news__inner .news_body .news_archive .news_single .news_data .text {
  flex-basis: calc(100% - 8em);
  flex-shrink: 0;
  flex-grow: 0;
}
.front_news__inner .link {
  font-size: 1.8rem;
  line-height: 1.5;
}
.front_news__inner .link a {
  display: block;
  border: solid 1px #00967a;
  background: #fff;
  padding: 1em;
  position: relative;
  color: #333;
  text-align: center;
}
.front_news__inner .link a::before {
  content: "";
  display: block;
  width: 16%;
  height: 1px;
  background: #00967a;
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: -8%;
  transition: 0.2s;
}
.front_news__inner .link a:hover {
  background: #00967a;
  color: #fff;
}
.front_news__inner .link a:hover::before {
  background: #fff;
}

.front_banner {
  padding: 8em 0 5.5em;
}
.front_banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: wrap;
  gap: 3.46%;
}
.front_banner__inner .banner {
  flex-basis: 22.4%;
  flex-shrink: 0;
  flex-grow: 0;
  margin-bottom: 2.5em;
}
.front_banner__inner .banner a {
  display: block;
}
.front_banner__inner .banner img {
  display: block;
}

@media screen and (max-width: 768px) {
  .front_slider {
    margin-bottom: 4em;
  }
  .front_slider .slick-list {
    max-width: initial;
  }
  .front_slider .slick-dots {
    bottom: -1.4em;
    right: 0;
    left: 0;
    width: initial;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: initial;
    flex-wrap: nowrap;
  }
  .front_slider .slick-dots li {
    margin: 0;
  }
  .front_slider .slick-dots li + li {
    margin-top: 0;
    margin-left: 10px;
  }
  .front_slider::before {
    content: "";
    display: block;
    background: #e3f1ee;
    width: 66%;
    height: 72%;
    position: absolute;
    right: 0;
    bottom: -90px;
    z-index: -1;
  }
  .front_slider::after {
    display: none;
  }
  .front_slider .front_catch {
    padding: 1.5em;
    position: static;
    margin: 3.125vw;
  }
  .front_slider .front_catch .front_catch_title {
    font-size: 5.625vw;
    line-height: 1.5;
  }
  .front_slider .front_catch .front_catch_text {
    font-size: 4.0625vw;
    line-height: 1.5;
  }
  .front_slider .front_catch .front_catch_text .sub_title {
    font-size: 4.6875vw;
    line-height: 1.5;
    margin-bottom: 1em;
    padding-left: 1em;
  }
  .front_slider .front_catch .front_catch_text .sub_title::before {
    content: "";
    display: block;
    width: 0.8em;
    height: 1px;
    background: #00967a;
    position: absolute;
    left: 0;
    top: 0.8em;
  }
  .front_slider .front_catch .front_catch_text ol {
    margin: 0;
    list-style-type: decimal;
    padding-left: 1.5em;
    margin-left: 1em;
  }
  .section__inner {
    max-width: initial;
    margin: 0 6.25vw;
  }
  .section__inner .section_head {
    margin-bottom: 2em;
  }
  .section__inner .section_head .section_sub {
    font-size: 4.0625vw;
    line-height: 1.5;
  }
  .section__inner .section_head .section_title {
    font-size: 5.625vw;
    line-height: 1.5;
  }
  .front_important_message {
    margin: -1em 0 3em;
    padding: 2em 6.125vw;
  }
  .front_important_message__inner {
    display: block;
    max-width: initial;
  }
  .front_important_message__inner .important_head {
    display: block;
    padding: 0.5em 1em;
    font-size: 4.6875vw;
    line-height: 1.5;
  }
  .front_important_message__inner .important_body {
    padding: 1em;
  }
  .front_about_columns {
    display: flex;
    justify-content: space-between;
    align-items: initial;
    flex-wrap: wrap;
    gap: 3.5%;
  }
  .front_about_columns .column {
    flex-basis: 48.25%;
    flex-shrink: 0;
    flex-grow: 0;
    margin-bottom: 3em;
  }
  .front_about_columns .column h3 {
    margin: -1.5em 7% 0;
    font-size: 4.375vw;
    line-height: 1.5;
    padding: 0.5em 0;
  }
  .front_about_columns .column h3::before {
    width: 8%;
    margin-right: -4%;
  }
  .front_news {
    padding-bottom: 6.25vw;
  }
  .front_news__inner {
    max-width: initial;
    margin: 0 6.25vw;
    display: block;
  }
  .front_news__inner .news_head {
    padding: 4.6875vw 0;
    border-right: none;
    border-bottom: solid 1px #00967a;
    padding-right: 0;
  }
  .front_news__inner .news_head .sub {
    font-size: 4.0625vw;
    line-height: 1.5;
  }
  .front_news__inner .news_head .news_title {
    font-size: 5.625vw;
    line-height: 1;
    margin-bottom: 0;
  }
  .front_news__inner .news_body {
    padding: 0 0 6.25vw;
  }
  .front_news__inner .news_body .news_archive {
    max-width: initial;
    margin: 0;
  }
  .front_news__inner .news_body .news_archive .news_single a {
    padding: 1em 0;
  }
  .front_news__inner .news_body .news_archive .news_single .news_data {
    display: block;
  }
  .front_news__inner .link {
    font-size: 4.375vw;
    line-height: 1.5;
  }
  .front_news__inner .link a {
    padding: 0.5em;
  }
  .front_news__inner .link a::before {
    width: 8%;
    margin-right: -4%;
  }
  .front_banner {
    padding: 2em 0 1.5em;
  }
  .front_banner__inner {
    max-width: initial;
    margin: 0 6.25vw;
    display: flex;
    justify-content: space-between;
    align-items: initial;
    flex-wrap: wrap;
    gap: 4%;
  }
  .front_banner__inner .banner {
    flex-basis: 48%;
    flex-shrink: 0;
    flex-grow: 0;
    margin-bottom: 1em;
  }
}
body.page main .container .page_header,
body.archive main .container .page_header,
body.single main .container .page_header,
body.error404 main .container .page_header {
  position: relative;
}
body.page main .container .page_header__bg img,
body.archive main .container .page_header__bg img,
body.single main .container .page_header__bg img,
body.error404 main .container .page_header__bg img {
  display: block;
}
body.page main .container .page_header__wrap,
body.archive main .container .page_header__wrap,
body.single main .container .page_header__wrap,
body.error404 main .container .page_header__wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
body.page main .container .page_header__inner,
body.archive main .container .page_header__inner,
body.single main .container .page_header__inner,
body.error404 main .container .page_header__inner {
  max-width: 1200px;
  margin: 0 auto;
}
body.page main .container .page_header__inner .sub,
body.archive main .container .page_header__inner .sub,
body.single main .container .page_header__inner .sub,
body.error404 main .container .page_header__inner .sub {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 800;
  color: #00967a;
  font-family: "Shippori Mincho", serif;
}
body.page main .container .page_header__inner .title,
body.archive main .container .page_header__inner .title,
body.single main .container .page_header__inner .title,
body.error404 main .container .page_header__inner .title {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
}
body.page main .container .page_body,
body.archive main .container .page_body,
body.single main .container .page_body,
body.error404 main .container .page_body {
  max-width: 1200px;
  margin: 3.4em auto 7.5em;
}
body.page main .container .page_body h1,
body.archive main .container .page_body h1,
body.single main .container .page_body h1,
body.error404 main .container .page_body h1 {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 600;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  text-align: center;
  position: relative;
}
body.page main .container .page_body h1::after,
body.archive main .container .page_body h1::after,
body.single main .container .page_body h1::after,
body.error404 main .container .page_body h1::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #00967a;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -35px;
}
body.page main .container .page_body h2,
body.archive main .container .page_body h2,
body.single main .container .page_body h2,
body.error404 main .container .page_body h2 {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 3em 0 1em;
  padding-bottom: 1em;
  position: relative;
  border-bottom: solid 3px #e5f4f2;
}
body.page main .container .page_body h2:first-child,
body.archive main .container .page_body h2:first-child,
body.single main .container .page_body h2:first-child,
body.error404 main .container .page_body h2:first-child {
  margin-top: 0;
}
body.page main .container .page_body h2:last-child,
body.archive main .container .page_body h2:last-child,
body.single main .container .page_body h2:last-child,
body.error404 main .container .page_body h2:last-child {
  margin-bottom: 0;
}
body.page main .container .page_body h2::before,
body.archive main .container .page_body h2::before,
body.single main .container .page_body h2::before,
body.error404 main .container .page_body h2::before {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #00967a;
  position: absolute;
  left: 0;
  bottom: -3px;
}
body.page main .container .page_body h3,
body.archive main .container .page_body h3,
body.single main .container .page_body h3,
body.error404 main .container .page_body h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 3em 0 1.5em;
  background: #e3f1ee;
  padding: 0.2em 0 0.2em 1em;
  border-left: solid 3px #00967a;
}
body.page main .container .page_body h3:first-child,
body.archive main .container .page_body h3:first-child,
body.single main .container .page_body h3:first-child,
body.error404 main .container .page_body h3:first-child {
  margin-top: 0;
}
body.page main .container .page_body h3:last-child,
body.archive main .container .page_body h3:last-child,
body.single main .container .page_body h3:last-child,
body.error404 main .container .page_body h3:last-child {
  margin-bottom: 0;
}
body.page main .container .page_body h4,
body.archive main .container .page_body h4,
body.single main .container .page_body h4,
body.error404 main .container .page_body h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 2em 0 1em;
  padding-left: 2em;
  position: relative;
  color: #00967a;
}
body.page main .container .page_body h4:first-child,
body.archive main .container .page_body h4:first-child,
body.single main .container .page_body h4:first-child,
body.error404 main .container .page_body h4:first-child {
  margin-top: 0;
}
body.page main .container .page_body h4:last-child,
body.archive main .container .page_body h4:last-child,
body.single main .container .page_body h4:last-child,
body.error404 main .container .page_body h4:last-child {
  margin-bottom: 0;
}
body.page main .container .page_body h4::before,
body.archive main .container .page_body h4::before,
body.single main .container .page_body h4::before,
body.error404 main .container .page_body h4::before {
  content: "";
  display: block;
  width: 1.1em;
  height: 3px;
  background: #00967a;
  position: absolute;
  left: 0;
  top: 0.7em;
}
body.page main .container .page_body p,
body.archive main .container .page_body p,
body.single main .container .page_body p,
body.error404 main .container .page_body p {
  margin: 1.5em 0 1.5em;
}
body.page main .container .page_body p:first-child,
body.archive main .container .page_body p:first-child,
body.single main .container .page_body p:first-child,
body.error404 main .container .page_body p:first-child {
  margin-top: 0;
}
body.page main .container .page_body p:last-child,
body.archive main .container .page_body p:last-child,
body.single main .container .page_body p:last-child,
body.error404 main .container .page_body p:last-child {
  margin-bottom: 0;
}
body.page main .container .page_body ul,
body.archive main .container .page_body ul,
body.single main .container .page_body ul,
body.error404 main .container .page_body ul {
  margin: 1.5em 0 1.5em;
  list-style-type: disc;
  padding-left: 1.5em;
}
body.page main .container .page_body ul:first-child,
body.archive main .container .page_body ul:first-child,
body.single main .container .page_body ul:first-child,
body.error404 main .container .page_body ul:first-child {
  margin-top: 0;
}
body.page main .container .page_body ul:last-child,
body.archive main .container .page_body ul:last-child,
body.single main .container .page_body ul:last-child,
body.error404 main .container .page_body ul:last-child {
  margin-bottom: 0;
}
body.page main .container .page_body ul li::marker,
body.archive main .container .page_body ul li::marker,
body.single main .container .page_body ul li::marker,
body.error404 main .container .page_body ul li::marker {
  color: #00967a;
}
body.page main .container .page_body ul li ul,
body.archive main .container .page_body ul li ul,
body.single main .container .page_body ul li ul,
body.error404 main .container .page_body ul li ul {
  margin: 0;
  list-style-type: circle;
}
body.page main .container .page_body ul li ul li ul,
body.archive main .container .page_body ul li ul li ul,
body.single main .container .page_body ul li ul li ul,
body.error404 main .container .page_body ul li ul li ul {
  list-style-type: square;
}
body.page main .container .page_body ul li ol,
body.archive main .container .page_body ul li ol,
body.single main .container .page_body ul li ol,
body.error404 main .container .page_body ul li ol {
  margin: 0;
}
body.page main .container .page_body ol,
body.archive main .container .page_body ol,
body.single main .container .page_body ol,
body.error404 main .container .page_body ol {
  margin: 1.5em 0 1.5em;
  list-style-type: decimal;
  padding-left: 1.5em;
}
body.page main .container .page_body ol:first-child,
body.archive main .container .page_body ol:first-child,
body.single main .container .page_body ol:first-child,
body.error404 main .container .page_body ol:first-child {
  margin-top: 0;
}
body.page main .container .page_body ol:last-child,
body.archive main .container .page_body ol:last-child,
body.single main .container .page_body ol:last-child,
body.error404 main .container .page_body ol:last-child {
  margin-bottom: 0;
}
body.page main .container .page_body ol li ol,
body.archive main .container .page_body ol li ol,
body.single main .container .page_body ol li ol,
body.error404 main .container .page_body ol li ol {
  margin: 0;
  list-style-type: lower-alpha;
}
body.page main .container .page_body ol li ol li ol,
body.archive main .container .page_body ol li ol li ol,
body.single main .container .page_body ol li ol li ol,
body.error404 main .container .page_body ol li ol li ol {
  list-style-type: lower-roman;
}
body.page main .container .page_body ol li ul,
body.archive main .container .page_body ol li ul,
body.single main .container .page_body ol li ul,
body.error404 main .container .page_body ol li ul {
  margin: 0;
}
body.page main .container .page_body a,
body.archive main .container .page_body a,
body.single main .container .page_body a,
body.error404 main .container .page_body a {
  text-decoration: underline;
}
body.page main .container .page_body a:hover,
body.archive main .container .page_body a:hover,
body.single main .container .page_body a:hover,
body.error404 main .container .page_body a:hover {
  text-decoration: none;
}
body.page main .container .page_body a[href^=tel],
body.archive main .container .page_body a[href^=tel],
body.single main .container .page_body a[href^=tel],
body.error404 main .container .page_body a[href^=tel] {
  text-decoration: none;
}
body.page main .container .page_body .wp-block-image,
body.archive main .container .page_body .wp-block-image,
body.single main .container .page_body .wp-block-image,
body.error404 main .container .page_body .wp-block-image {
  margin-left: auto;
  margin-right: auto;
}
body.page main .container .page_body .wp-block-image:first-child,
body.archive main .container .page_body .wp-block-image:first-child,
body.single main .container .page_body .wp-block-image:first-child,
body.error404 main .container .page_body .wp-block-image:first-child {
  margin-top: 0;
}
body.page main .container .page_body .wp-block-image:last-child,
body.archive main .container .page_body .wp-block-image:last-child,
body.single main .container .page_body .wp-block-image:last-child,
body.error404 main .container .page_body .wp-block-image:last-child {
  margin-bottom: 0;
}
body.page main .container .page_body .wp-block-media-text,
body.archive main .container .page_body .wp-block-media-text,
body.single main .container .page_body .wp-block-media-text,
body.error404 main .container .page_body .wp-block-media-text {
  margin-top: 2em;
  margin-bottom: 2em;
}
body.page main .container .page_body .wp-block-media-text .wp-block-media-text__media,
body.archive main .container .page_body .wp-block-media-text .wp-block-media-text__media,
body.single main .container .page_body .wp-block-media-text .wp-block-media-text__media,
body.error404 main .container .page_body .wp-block-media-text .wp-block-media-text__media {
  margin-right: 10px;
}
body.page main .container .page_body .wp-block-media-text .wp-block-media-text__content,
body.archive main .container .page_body .wp-block-media-text .wp-block-media-text__content,
body.single main .container .page_body .wp-block-media-text .wp-block-media-text__content,
body.error404 main .container .page_body .wp-block-media-text .wp-block-media-text__content {
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0;
  align-self: start;
}
body.page main .container .page_body .wp-block-media-text .wp-block-media-text__content .has-large-font-size,
body.archive main .container .page_body .wp-block-media-text .wp-block-media-text__content .has-large-font-size,
body.single main .container .page_body .wp-block-media-text .wp-block-media-text__content .has-large-font-size,
body.error404 main .container .page_body .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
  font-size: 1.8rem;
  line-height: 1.5;
}
body.page main .container .page_body .wp-block-media-text.is-vertically-aligned-center,
body.archive main .container .page_body .wp-block-media-text.is-vertically-aligned-center,
body.single main .container .page_body .wp-block-media-text.is-vertically-aligned-center,
body.error404 main .container .page_body .wp-block-media-text.is-vertically-aligned-center {
  margin-left: 10px;
}
body.page main .container .page_body .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
body.archive main .container .page_body .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
body.single main .container .page_body .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
body.error404 main .container .page_body .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content {
  align-self: center;
}
body.page main .container .page_body .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
body.archive main .container .page_body .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
body.single main .container .page_body .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
body.error404 main .container .page_body .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content {
  align-self: end;
}
body.page main .container .page_body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
body.archive main .container .page_body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
body.single main .container .page_body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
body.error404 main .container .page_body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  margin-right: 0;
  margin-left: 10px;
}
body.page main .container .page_body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
body.archive main .container .page_body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
body.single main .container .page_body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
body.error404 main .container .page_body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  margin-left: 0;
  margin-right: 10px;
}
body.page main .container .page_body .wp-block-table,
body.page main .container .page_body .wp-block-flexible-table-block-table,
body.archive main .container .page_body .wp-block-table,
body.archive main .container .page_body .wp-block-flexible-table-block-table,
body.single main .container .page_body .wp-block-table,
body.single main .container .page_body .wp-block-flexible-table-block-table,
body.error404 main .container .page_body .wp-block-table,
body.error404 main .container .page_body .wp-block-flexible-table-block-table {
  margin: 2em 0 2em;
}
body.page main .container .page_body .wp-block-table table,
body.page main .container .page_body .wp-block-flexible-table-block-table table,
body.archive main .container .page_body .wp-block-table table,
body.archive main .container .page_body .wp-block-flexible-table-block-table table,
body.single main .container .page_body .wp-block-table table,
body.single main .container .page_body .wp-block-flexible-table-block-table table,
body.error404 main .container .page_body .wp-block-table table,
body.error404 main .container .page_body .wp-block-flexible-table-block-table table {
  width: 100%;
}
body.page main .container .page_body .wp-block-table table tr th,
body.page main .container .page_body .wp-block-flexible-table-block-table table tr th,
body.archive main .container .page_body .wp-block-table table tr th,
body.archive main .container .page_body .wp-block-flexible-table-block-table table tr th,
body.single main .container .page_body .wp-block-table table tr th,
body.single main .container .page_body .wp-block-flexible-table-block-table table tr th,
body.error404 main .container .page_body .wp-block-table table tr th,
body.error404 main .container .page_body .wp-block-flexible-table-block-table table tr th {
  border: solid 1px #ccc;
  padding: 1em;
  background: #e3f1ee;
}
body.page main .container .page_body .wp-block-table table tr td,
body.page main .container .page_body .wp-block-flexible-table-block-table table tr td,
body.archive main .container .page_body .wp-block-table table tr td,
body.archive main .container .page_body .wp-block-flexible-table-block-table table tr td,
body.single main .container .page_body .wp-block-table table tr td,
body.single main .container .page_body .wp-block-flexible-table-block-table table tr td,
body.error404 main .container .page_body .wp-block-table table tr td,
body.error404 main .container .page_body .wp-block-flexible-table-block-table table tr td {
  border: solid 1px #ccc;
  padding: 1em;
}
body.page main .container .page_body .wp-block-table.is-scroll-on-pc,
body.page main .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc,
body.archive main .container .page_body .wp-block-table.is-scroll-on-pc,
body.archive main .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc,
body.single main .container .page_body .wp-block-table.is-scroll-on-pc,
body.single main .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc,
body.error404 main .container .page_body .wp-block-table.is-scroll-on-pc,
body.error404 main .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc {
  overflow-y: hidden !important;
}
body.page main .container .page_body .wp-block-table.is-scroll-on-pc table tr th,
body.page main .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc table tr th,
body.archive main .container .page_body .wp-block-table.is-scroll-on-pc table tr th,
body.archive main .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc table tr th,
body.single main .container .page_body .wp-block-table.is-scroll-on-pc table tr th,
body.single main .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc table tr th,
body.error404 main .container .page_body .wp-block-table.is-scroll-on-pc table tr th,
body.error404 main .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc table tr th {
  white-space: nowrap;
}
body.page main .container .page_body .wp-block-table.is-scroll-on-pc table tr td,
body.page main .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc table tr td,
body.archive main .container .page_body .wp-block-table.is-scroll-on-pc table tr td,
body.archive main .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc table tr td,
body.single main .container .page_body .wp-block-table.is-scroll-on-pc table tr td,
body.single main .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc table tr td,
body.error404 main .container .page_body .wp-block-table.is-scroll-on-pc table tr td,
body.error404 main .container .page_body .wp-block-flexible-table-block-table.is-scroll-on-pc table tr td {
  white-space: nowrap;
}
body.page main .container .page_body .wp-block-gallery,
body.archive main .container .page_body .wp-block-gallery,
body.single main .container .page_body .wp-block-gallery,
body.error404 main .container .page_body .wp-block-gallery {
  display: flex;
  flex-wrap: nowrap;
  gap: 3em;
}
body.page main .container .page_body .wp-block-columns,
body.archive main .container .page_body .wp-block-columns,
body.single main .container .page_body .wp-block-columns,
body.error404 main .container .page_body .wp-block-columns {
  margin: 2em 0 2em;
}
body.page main .container .page_body .is-style-boxborder,
body.archive main .container .page_body .is-style-boxborder,
body.single main .container .page_body .is-style-boxborder,
body.error404 main .container .page_body .is-style-boxborder {
  display: inline-block;
  padding: 0.5em 1em;
  border: solid 1px #ccc;
  margin: 0;
}
body.page main .container .page_body .is-style-linkbtn a,
body.archive main .container .page_body .is-style-linkbtn a,
body.single main .container .page_body .is-style-linkbtn a,
body.error404 main .container .page_body .is-style-linkbtn a {
  display: block;
  border: solid 1px #00967a;
  background: #fff;
  padding: 1em;
  position: relative;
  color: #333;
  text-align: center;
  text-decoration: none;
}
body.page main .container .page_body .is-style-linkbtn a::before,
body.archive main .container .page_body .is-style-linkbtn a::before,
body.single main .container .page_body .is-style-linkbtn a::before,
body.error404 main .container .page_body .is-style-linkbtn a::before {
  content: "";
  display: block;
  width: 16%;
  height: 1px;
  background: #00967a;
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 60px;
  translate: 50% 0;
  transition: 0.2s;
}
body.page main .container .page_body .is-style-linkbtn a:hover,
body.archive main .container .page_body .is-style-linkbtn a:hover,
body.single main .container .page_body .is-style-linkbtn a:hover,
body.error404 main .container .page_body .is-style-linkbtn a:hover {
  background: #00967a;
  color: #fff;
}
body.page main .container .page_body .is-style-linkbtn a:hover::before,
body.archive main .container .page_body .is-style-linkbtn a:hover::before,
body.single main .container .page_body .is-style-linkbtn a:hover::before,
body.error404 main .container .page_body .is-style-linkbtn a:hover::before {
  background: #fff;
}
body.page main .container .page_body .is-style-linkbtn a[target=_blank]::before,
body.archive main .container .page_body .is-style-linkbtn a[target=_blank]::before,
body.single main .container .page_body .is-style-linkbtn a[target=_blank]::before,
body.error404 main .container .page_body .is-style-linkbtn a[target=_blank]::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(img/icon_blank.png) no-repeat center center;
  background-size: contain;
  position: static;
  translate: 0 0;
  margin-right: 0.5em;
  vertical-align: middle;
}
body.page main .container .page_body .is-style-linkbtn a[target=_blank]:hover::before,
body.archive main .container .page_body .is-style-linkbtn a[target=_blank]:hover::before,
body.single main .container .page_body .is-style-linkbtn a[target=_blank]:hover::before,
body.error404 main .container .page_body .is-style-linkbtn a[target=_blank]:hover::before {
  background-image: url(img/icon_blank_white.png);
}
body.page main .container .page_body .is-style-inlinelinkbtn a,
body.archive main .container .page_body .is-style-inlinelinkbtn a,
body.single main .container .page_body .is-style-inlinelinkbtn a,
body.error404 main .container .page_body .is-style-inlinelinkbtn a {
  display: inline-block;
  border: solid 1px #00967a;
  background: #fff;
  padding: 1em 7em;
  position: relative;
  color: #333;
  text-align: center;
  text-decoration: none;
}
body.page main .container .page_body .is-style-inlinelinkbtn a::before,
body.archive main .container .page_body .is-style-inlinelinkbtn a::before,
body.single main .container .page_body .is-style-inlinelinkbtn a::before,
body.error404 main .container .page_body .is-style-inlinelinkbtn a::before {
  content: "";
  display: block;
  width: 16%;
  height: 1px;
  background: #00967a;
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 60px;
  translate: 50% 0;
  transition: 0.2s;
}
body.page main .container .page_body .is-style-inlinelinkbtn a:hover,
body.archive main .container .page_body .is-style-inlinelinkbtn a:hover,
body.single main .container .page_body .is-style-inlinelinkbtn a:hover,
body.error404 main .container .page_body .is-style-inlinelinkbtn a:hover {
  background: #00967a;
  color: #fff;
}
body.page main .container .page_body .is-style-inlinelinkbtn a:hover::before,
body.archive main .container .page_body .is-style-inlinelinkbtn a:hover::before,
body.single main .container .page_body .is-style-inlinelinkbtn a:hover::before,
body.error404 main .container .page_body .is-style-inlinelinkbtn a:hover::before {
  background: #fff;
}
body.page main .container .page_body .is-style-inlinelinkbtn a[target=_blank]::before,
body.archive main .container .page_body .is-style-inlinelinkbtn a[target=_blank]::before,
body.single main .container .page_body .is-style-inlinelinkbtn a[target=_blank]::before,
body.error404 main .container .page_body .is-style-inlinelinkbtn a[target=_blank]::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(img/icon_blank.png) no-repeat center center;
  background-size: contain;
  position: static;
  translate: 0 0;
  margin-right: 0.5em;
  vertical-align: middle;
}
body.page main .container .page_body .is-style-inlinelinkbtn a[target=_blank]:hover::before,
body.archive main .container .page_body .is-style-inlinelinkbtn a[target=_blank]:hover::before,
body.single main .container .page_body .is-style-inlinelinkbtn a[target=_blank]:hover::before,
body.error404 main .container .page_body .is-style-inlinelinkbtn a[target=_blank]:hover::before {
  background-image: url(img/icon_blank_white.png);
}
body.page main .container .page_body .is-style-linklst:has(a),
body.archive main .container .page_body .is-style-linklst:has(a),
body.single main .container .page_body .is-style-linklst:has(a),
body.error404 main .container .page_body .is-style-linklst:has(a) {
  list-style-type: none;
  padding-left: 0;
  border-top: solid 1px #ccc;
}
body.page main .container .page_body .is-style-linklst:has(a) li,
body.archive main .container .page_body .is-style-linklst:has(a) li,
body.single main .container .page_body .is-style-linklst:has(a) li,
body.error404 main .container .page_body .is-style-linklst:has(a) li {
  border-bottom: solid 1px #ccc;
}
body.page main .container .page_body .is-style-linklst:has(a) li a,
body.archive main .container .page_body .is-style-linklst:has(a) li a,
body.single main .container .page_body .is-style-linklst:has(a) li a,
body.error404 main .container .page_body .is-style-linklst:has(a) li a {
  display: block;
  padding: 1em 2em 1em 1em;
  color: #333;
  text-decoration: none;
  position: relative;
}
body.page main .container .page_body .is-style-linklst:has(a) li a:hover,
body.archive main .container .page_body .is-style-linklst:has(a) li a:hover,
body.single main .container .page_body .is-style-linklst:has(a) li a:hover,
body.error404 main .container .page_body .is-style-linklst:has(a) li a:hover {
  background: #f0f0f0;
}
body.page main .container .page_body .is-style-linklst:has(a) li a::after,
body.archive main .container .page_body .is-style-linklst:has(a) li a::after,
body.single main .container .page_body .is-style-linklst:has(a) li a::after,
body.error404 main .container .page_body .is-style-linklst:has(a) li a::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  position: absolute;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
  rotate: 45deg;
}
body.page main .container .page_body .is-style-linklst:has(a) li a[target=_blank]::after,
body.archive main .container .page_body .is-style-linklst:has(a) li a[target=_blank]::after,
body.single main .container .page_body .is-style-linklst:has(a) li a[target=_blank]::after,
body.error404 main .container .page_body .is-style-linklst:has(a) li a[target=_blank]::after {
  width: 30px;
  height: 30px;
  background: url(img/icon_blank.png) no-repeat center center;
  background-size: contain;
  rotate: 0deg;
  border: none;
}
body.page main .container .page_body .is-style-linklst:has(a) li a[href$=pdf]::after, body.page main .container .page_body .is-style-linklst:has(a) li a[href$=doc]::after, body.page main .container .page_body .is-style-linklst:has(a) li a[href$=docx]::after, body.page main .container .page_body .is-style-linklst:has(a) li a[href$=xls]::after, body.page main .container .page_body .is-style-linklst:has(a) li a[href$=xlsx]::after, body.page main .container .page_body .is-style-linklst:has(a) li a[href$=ppt]::after, body.page main .container .page_body .is-style-linklst:has(a) li a[href$=pptx]::after,
body.archive main .container .page_body .is-style-linklst:has(a) li a[href$=pdf]::after,
body.archive main .container .page_body .is-style-linklst:has(a) li a[href$=doc]::after,
body.archive main .container .page_body .is-style-linklst:has(a) li a[href$=docx]::after,
body.archive main .container .page_body .is-style-linklst:has(a) li a[href$=xls]::after,
body.archive main .container .page_body .is-style-linklst:has(a) li a[href$=xlsx]::after,
body.archive main .container .page_body .is-style-linklst:has(a) li a[href$=ppt]::after,
body.archive main .container .page_body .is-style-linklst:has(a) li a[href$=pptx]::after,
body.single main .container .page_body .is-style-linklst:has(a) li a[href$=pdf]::after,
body.single main .container .page_body .is-style-linklst:has(a) li a[href$=doc]::after,
body.single main .container .page_body .is-style-linklst:has(a) li a[href$=docx]::after,
body.single main .container .page_body .is-style-linklst:has(a) li a[href$=xls]::after,
body.single main .container .page_body .is-style-linklst:has(a) li a[href$=xlsx]::after,
body.single main .container .page_body .is-style-linklst:has(a) li a[href$=ppt]::after,
body.single main .container .page_body .is-style-linklst:has(a) li a[href$=pptx]::after,
body.error404 main .container .page_body .is-style-linklst:has(a) li a[href$=pdf]::after,
body.error404 main .container .page_body .is-style-linklst:has(a) li a[href$=doc]::after,
body.error404 main .container .page_body .is-style-linklst:has(a) li a[href$=docx]::after,
body.error404 main .container .page_body .is-style-linklst:has(a) li a[href$=xls]::after,
body.error404 main .container .page_body .is-style-linklst:has(a) li a[href$=xlsx]::after,
body.error404 main .container .page_body .is-style-linklst:has(a) li a[href$=ppt]::after,
body.error404 main .container .page_body .is-style-linklst:has(a) li a[href$=pptx]::after {
  width: 30px;
  height: 30px;
  border: none;
  rotate: 0deg;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
body.page main .container .page_body .is-style-linklst:has(a) li a[href$=pdf]::after,
body.archive main .container .page_body .is-style-linklst:has(a) li a[href$=pdf]::after,
body.single main .container .page_body .is-style-linklst:has(a) li a[href$=pdf]::after,
body.error404 main .container .page_body .is-style-linklst:has(a) li a[href$=pdf]::after {
  background-image: url(img/icon_PDF.png);
}
body.page main .container .page_body .is-style-linklst:has(a) li a[href$=doc]::after, body.page main .container .page_body .is-style-linklst:has(a) li a[href$=docx]::after,
body.archive main .container .page_body .is-style-linklst:has(a) li a[href$=doc]::after,
body.archive main .container .page_body .is-style-linklst:has(a) li a[href$=docx]::after,
body.single main .container .page_body .is-style-linklst:has(a) li a[href$=doc]::after,
body.single main .container .page_body .is-style-linklst:has(a) li a[href$=docx]::after,
body.error404 main .container .page_body .is-style-linklst:has(a) li a[href$=doc]::after,
body.error404 main .container .page_body .is-style-linklst:has(a) li a[href$=docx]::after {
  background-image: url(img/icon_Word.png);
}
body.page main .container .page_body .is-style-linklst:has(a) li a[href$=xls]::after, body.page main .container .page_body .is-style-linklst:has(a) li a[href$=xlsx]::after,
body.archive main .container .page_body .is-style-linklst:has(a) li a[href$=xls]::after,
body.archive main .container .page_body .is-style-linklst:has(a) li a[href$=xlsx]::after,
body.single main .container .page_body .is-style-linklst:has(a) li a[href$=xls]::after,
body.single main .container .page_body .is-style-linklst:has(a) li a[href$=xlsx]::after,
body.error404 main .container .page_body .is-style-linklst:has(a) li a[href$=xls]::after,
body.error404 main .container .page_body .is-style-linklst:has(a) li a[href$=xlsx]::after {
  background-image: url(img/icon_Excel.png);
}
body.page main .container .page_body .is-style-linklst:has(a) li a[href$=ppt]::after, body.page main .container .page_body .is-style-linklst:has(a) li a[href$=pptx]::after,
body.archive main .container .page_body .is-style-linklst:has(a) li a[href$=ppt]::after,
body.archive main .container .page_body .is-style-linklst:has(a) li a[href$=pptx]::after,
body.single main .container .page_body .is-style-linklst:has(a) li a[href$=ppt]::after,
body.single main .container .page_body .is-style-linklst:has(a) li a[href$=pptx]::after,
body.error404 main .container .page_body .is-style-linklst:has(a) li a[href$=ppt]::after,
body.error404 main .container .page_body .is-style-linklst:has(a) li a[href$=pptx]::after {
  background-image: url(img/icon_Powerpoint.png);
}
body.page main .container .page_body .is-style-mapcode,
body.archive main .container .page_body .is-style-mapcode,
body.single main .container .page_body .is-style-mapcode,
body.error404 main .container .page_body .is-style-mapcode {
  position: relative;
  height: 400px;
}
body.page main .container .page_body .is-style-mapcode iframe,
body.archive main .container .page_body .is-style-mapcode iframe,
body.single main .container .page_body .is-style-mapcode iframe,
body.error404 main .container .page_body .is-style-mapcode iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.page main .container .page_body .post_archive,
body.archive main .container .page_body .post_archive,
body.single main .container .page_body .post_archive,
body.error404 main .container .page_body .post_archive {
  border-top: solid 1px #ccc;
}
body.page main .container .page_body .post_archive .post_single,
body.archive main .container .page_body .post_archive .post_single,
body.single main .container .page_body .post_archive .post_single,
body.error404 main .container .page_body .post_archive .post_single {
  border-bottom: solid 1px #ccc;
}
body.page main .container .page_body .post_archive .post_single a,
body.archive main .container .page_body .post_archive .post_single a,
body.single main .container .page_body .post_archive .post_single a,
body.error404 main .container .page_body .post_archive .post_single a {
  display: block;
  color: #333;
  padding: 1em;
  text-decoration: none;
}
body.page main .container .page_body .post_archive .post_single a:hover,
body.archive main .container .page_body .post_archive .post_single a:hover,
body.single main .container .page_body .post_archive .post_single a:hover,
body.error404 main .container .page_body .post_archive .post_single a:hover {
  background: #e3f1ee;
}
body.page main .container .page_body .post_archive .post_single .post_data,
body.archive main .container .page_body .post_archive .post_single .post_data,
body.single main .container .page_body .post_archive .post_single .post_data,
body.error404 main .container .page_body .post_archive .post_single .post_data {
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: nowrap;
}
body.page main .container .page_body .post_archive .post_single .post_data .date,
body.archive main .container .page_body .post_archive .post_single .post_data .date,
body.single main .container .page_body .post_archive .post_single .post_data .date,
body.error404 main .container .page_body .post_archive .post_single .post_data .date {
  color: #00967a;
  flex-basis: 8em;
  flex-shrink: 0;
  flex-grow: 0;
}
body.page main .container .page_body .post_archive .post_single .post_data .text,
body.archive main .container .page_body .post_archive .post_single .post_data .text,
body.single main .container .page_body .post_archive .post_single .post_data .text,
body.error404 main .container .page_body .post_archive .post_single .post_data .text {
  flex-basis: calc(100% - 8em);
  flex-shrink: 0;
  flex-grow: 0;
}
body.page main .container .page_body .post_archive .post_single .post_data .text h3,
body.archive main .container .page_body .post_archive .post_single .post_data .text h3,
body.single main .container .page_body .post_archive .post_single .post_data .text h3,
body.error404 main .container .page_body .post_archive .post_single .post_data .text h3 {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: 400;
  background: none;
  font-size: 1.6rem;
  line-height: 1.5;
}
body.page main .container .page_body .list_terms,
body.archive main .container .page_body .list_terms,
body.single main .container .page_body .list_terms,
body.error404 main .container .page_body .list_terms {
  margin: 3.125em 0 5.75em;
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: wrap;
  gap: 0.8%;
}
body.page main .container .page_body .list_terms .term,
body.archive main .container .page_body .list_terms .term,
body.single main .container .page_body .list_terms .term,
body.error404 main .container .page_body .list_terms .term {
  flex-basis: 16%;
  flex-shrink: 0;
  flex-grow: 0;
  font-size: 1.8rem;
  line-height: 1.5;
}
body.page main .container .page_body .list_terms .term a,
body.archive main .container .page_body .list_terms .term a,
body.single main .container .page_body .list_terms .term a,
body.error404 main .container .page_body .list_terms .term a {
  background: #e4f7f3;
  padding: 1em;
  text-align: center;
  color: #333;
  text-decoration: none;
  display: block;
  position: relative;
}
body.page main .container .page_body .list_terms .term a::after,
body.archive main .container .page_body .list_terms .term a::after,
body.single main .container .page_body .list_terms .term a::after,
body.error404 main .container .page_body .list_terms .term a::after {
  content: "↓";
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 1.2em;
  height: 1.2em;
  background: #00967a;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
body.page main .container .page_body .list_terms .term a:hover,
body.archive main .container .page_body .list_terms .term a:hover,
body.single main .container .page_body .list_terms .term a:hover,
body.error404 main .container .page_body .list_terms .term a:hover {
  background: #00967a;
  color: #fff;
}
body.page main .container .page_body .research_result_table p,
body.archive main .container .page_body .research_result_table p,
body.single main .container .page_body .research_result_table p,
body.error404 main .container .page_body .research_result_table p {
  margin: 0;
}
body.page main .container .page_body .research_result_table th,
body.archive main .container .page_body .research_result_table th,
body.single main .container .page_body .research_result_table th,
body.error404 main .container .page_body .research_result_table th {
  width: 9em;
  vertical-align: middle;
  text-align: center;
}
body.page main .container .page_body .research_result_table td,
body.archive main .container .page_body .research_result_table td,
body.single main .container .page_body .research_result_table td,
body.error404 main .container .page_body .research_result_table td {
  vertical-align: middle;
}
body.page main .container .page_body .navilinks,
body.archive main .container .page_body .navilinks,
body.single main .container .page_body .navilinks,
body.error404 main .container .page_body .navilinks {
  display: flex;
  justify-content: center;
  align-items: initial;
  flex-wrap: nowrap;
  gap: 10%;
  margin-top: 6em;
}
body.page main .container .page_body .navilinks .prev a,
body.page main .container .page_body .navilinks .back a,
body.page main .container .page_body .navilinks .next a,
body.archive main .container .page_body .navilinks .prev a,
body.archive main .container .page_body .navilinks .back a,
body.archive main .container .page_body .navilinks .next a,
body.single main .container .page_body .navilinks .prev a,
body.single main .container .page_body .navilinks .back a,
body.single main .container .page_body .navilinks .next a,
body.error404 main .container .page_body .navilinks .prev a,
body.error404 main .container .page_body .navilinks .back a,
body.error404 main .container .page_body .navilinks .next a {
  display: inline-block;
  padding: 0.5em 2em;
  border: solid 1px #00967a;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
}
body.page main .container .page_body .navilinks .prev a:hover,
body.page main .container .page_body .navilinks .back a:hover,
body.page main .container .page_body .navilinks .next a:hover,
body.archive main .container .page_body .navilinks .prev a:hover,
body.archive main .container .page_body .navilinks .back a:hover,
body.archive main .container .page_body .navilinks .next a:hover,
body.single main .container .page_body .navilinks .prev a:hover,
body.single main .container .page_body .navilinks .back a:hover,
body.single main .container .page_body .navilinks .next a:hover,
body.error404 main .container .page_body .navilinks .prev a:hover,
body.error404 main .container .page_body .navilinks .back a:hover,
body.error404 main .container .page_body .navilinks .next a:hover {
  color: #fff;
  background: #00967a;
}
body.page main .container .page_body:has(.wpcf7),
body.archive main .container .page_body:has(.wpcf7),
body.single main .container .page_body:has(.wpcf7),
body.error404 main .container .page_body:has(.wpcf7) {
  max-width: 780px;
}
body.page main .container .page_body .wpcf7,
body.archive main .container .page_body .wpcf7,
body.single main .container .page_body .wpcf7,
body.error404 main .container .page_body .wpcf7 {
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 600;
  margin: 6em 0 0;
}
body.page main .container .page_body .wpcf7 input[type=text],
body.page main .container .page_body .wpcf7 input[type=email],
body.page main .container .page_body .wpcf7 input[type=tel],
body.page main .container .page_body .wpcf7 textarea,
body.archive main .container .page_body .wpcf7 input[type=text],
body.archive main .container .page_body .wpcf7 input[type=email],
body.archive main .container .page_body .wpcf7 input[type=tel],
body.archive main .container .page_body .wpcf7 textarea,
body.single main .container .page_body .wpcf7 input[type=text],
body.single main .container .page_body .wpcf7 input[type=email],
body.single main .container .page_body .wpcf7 input[type=tel],
body.single main .container .page_body .wpcf7 textarea,
body.error404 main .container .page_body .wpcf7 input[type=text],
body.error404 main .container .page_body .wpcf7 input[type=email],
body.error404 main .container .page_body .wpcf7 input[type=tel],
body.error404 main .container .page_body .wpcf7 textarea {
  width: 100%;
  padding: 0.5em;
  border: solid 1px #ccc;
  font-weight: 400;
  margin-top: 0.5em;
}
body.page main .container .page_body .wpcf7 .form-action,
body.archive main .container .page_body .wpcf7 .form-action,
body.single main .container .page_body .wpcf7 .form-action,
body.error404 main .container .page_body .wpcf7 .form-action {
  text-align: center;
  margin-top: 4em;
}
body.page main .container .page_body .wpcf7 .form-action .button,
body.archive main .container .page_body .wpcf7 .form-action .button,
body.single main .container .page_body .wpcf7 .form-action .button,
body.error404 main .container .page_body .wpcf7 .form-action .button {
  display: inline-block;
  position: relative;
}
body.page main .container .page_body .wpcf7 .form-action .button input[type=submit],
body.archive main .container .page_body .wpcf7 .form-action .button input[type=submit],
body.single main .container .page_body .wpcf7 .form-action .button input[type=submit],
body.error404 main .container .page_body .wpcf7 .form-action .button input[type=submit] {
  background: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 1em 5em;
  border: solid 1px #00967a;
  cursor: pointer;
  transition: 0.2s;
  font-weight: 400;
}
body.page main .container .page_body .wpcf7 .form-action .button::before,
body.archive main .container .page_body .wpcf7 .form-action .button::before,
body.single main .container .page_body .wpcf7 .form-action .button::before,
body.error404 main .container .page_body .wpcf7 .form-action .button::before {
  content: "";
  display: block;
  width: 16%;
  height: 1px;
  background: #00967a;
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 60px;
  translate: 50% 0;
  transition: 0.2s;
}
body.page main .container .page_body .wpcf7 .form-action .button:hover input[type=submit],
body.archive main .container .page_body .wpcf7 .form-action .button:hover input[type=submit],
body.single main .container .page_body .wpcf7 .form-action .button:hover input[type=submit],
body.error404 main .container .page_body .wpcf7 .form-action .button:hover input[type=submit] {
  background: #00967a;
  color: #fff;
}
body.page main .container .page_body .wpcf7 .form-action .button:hover::before,
body.archive main .container .page_body .wpcf7 .form-action .button:hover::before,
body.single main .container .page_body .wpcf7 .form-action .button:hover::before,
body.error404 main .container .page_body .wpcf7 .form-action .button:hover::before {
  background: #fff;
}
body.page main .container .page_body .wpcf7 .form-action .wpcf7-spinner,
body.archive main .container .page_body .wpcf7 .form-action .wpcf7-spinner,
body.single main .container .page_body .wpcf7 .form-action .wpcf7-spinner,
body.error404 main .container .page_body .wpcf7 .form-action .wpcf7-spinner {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: -30px;
  translate: -50% 0;
}
body.page main .container .page_body .wpcf7 .required,
body.archive main .container .page_body .wpcf7 .required,
body.single main .container .page_body .wpcf7 .required,
body.error404 main .container .page_body .wpcf7 .required {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #c1272d;
  border: solid 1px #c1272d;
  padding: 0.1em 0.5em 0.1em 0.5em;
  margin-left: 1em;
}

body.single main .container .page_body .date {
  text-align: right;
  margin-bottom: 2em;
}

body.post-type-archive-important .pankuzu .inner > span > a,
body.single-important .pankuzu .inner > span > a {
  border-bottom-color: #c1272d;
}
body.post-type-archive-important .pankuzu .inner > span > a:hover,
body.single-important .pankuzu .inner > span > a:hover {
  color: #c1272d;
}
body.post-type-archive-important main .container .page_header__inner .sub,
body.single-important main .container .page_header__inner .sub {
  color: #c1272d;
}
body.post-type-archive-important main .container .page_body .post_archive .post_single .post_data .date,
body.single-important main .container .page_body .post_archive .post_single .post_data .date {
  color: #c1272d;
}
body.post-type-archive-important main .container .page_body h1::after,
body.single-important main .container .page_body h1::after {
  background: #c1272d;
}
body.post-type-archive-important main .container .page_body h2,
body.single-important main .container .page_body h2 {
  border-bottom-color: #ffebec;
}
body.post-type-archive-important main .container .page_body h2::before,
body.single-important main .container .page_body h2::before {
  background: #c1272d;
}
body.post-type-archive-important main .container .page_body h3,
body.single-important main .container .page_body h3 {
  border-left-color: #c1272d;
  background-color: #ffebec;
}
body.post-type-archive-important main .container .page_body h4,
body.single-important main .container .page_body h4 {
  color: #c1272d;
}
body.post-type-archive-important main .container .page_body h4::before,
body.single-important main .container .page_body h4::before {
  background: #c1272d;
}
body.post-type-archive-important main .container .page_body ul li::marker,
body.single-important main .container .page_body ul li::marker {
  color: #c1272d;
}
body.post-type-archive-important main .container .page_body .wp-block-flexible-table-block-table table tr th,
body.single-important main .container .page_body .wp-block-flexible-table-block-table table tr th {
  background: #ffebec;
}
body.post-type-archive-important main .container .page_body .is-style-linkbtn a,
body.single-important main .container .page_body .is-style-linkbtn a {
  border-color: #c1272d;
}
body.post-type-archive-important main .container .page_body .is-style-linkbtn a::before,
body.single-important main .container .page_body .is-style-linkbtn a::before {
  background: #c1272d;
}
body.post-type-archive-important main .container .page_body .is-style-linkbtn a:hover,
body.single-important main .container .page_body .is-style-linkbtn a:hover {
  background: #c1272d;
}
body.post-type-archive-important main .container .page_body .is-style-linkbtn a[target=_blank]::before,
body.single-important main .container .page_body .is-style-linkbtn a[target=_blank]::before {
  background-image: url(img/icon_blank_red.png);
}
body.post-type-archive-important main .container .page_body .is-style-inlinelinkbtn a,
body.single-important main .container .page_body .is-style-inlinelinkbtn a {
  border: solid 1px #c1272d;
}
body.post-type-archive-important main .container .page_body .is-style-inlinelinkbtn a::before,
body.single-important main .container .page_body .is-style-inlinelinkbtn a::before {
  background: #c1272d;
}
body.post-type-archive-important main .container .page_body .is-style-inlinelinkbtn a:hover,
body.single-important main .container .page_body .is-style-inlinelinkbtn a:hover {
  background: #c1272d;
}
body.post-type-archive-important main .container .page_body .is-style-inlinelinkbtn a:hover::before,
body.single-important main .container .page_body .is-style-inlinelinkbtn a:hover::before {
  background: #fff;
}
body.post-type-archive-important main .container .page_body .is-style-inlinelinkbtn a[target=_blank]::before,
body.single-important main .container .page_body .is-style-inlinelinkbtn a[target=_blank]::before {
  background: none;
  background-image: url(img/icon_blank_red.png);
  background-size: contain;
}
body.post-type-archive-important main .container .page_body .is-style-inlinelinkbtn a[target=_blank]:hover::before,
body.single-important main .container .page_body .is-style-inlinelinkbtn a[target=_blank]:hover::before {
  background-image: url(img/icon_blank_white.png);
}
body.post-type-archive-important .pagination .nav-links .page-numbers,
body.single-important .pagination .nav-links .page-numbers {
  border-color: #c1272d;
}
body.post-type-archive-important .pagination .nav-links .page-numbers.current,
body.single-important .pagination .nav-links .page-numbers.current {
  background: #c1272d;
}
body.post-type-archive-important .pagination .nav-links .page-numbers:hover,
body.single-important .pagination .nav-links .page-numbers:hover {
  background: #c1272d;
}

@media screen and (max-width: 768px) {
  body.page main .container .page_header,
  body.archive main .container .page_header,
  body.single main .container .page_header,
  body.error404 main .container .page_header {
    position: relative;
    height: 30vw;
  }
  body.page main .container .page_header__bg,
  body.archive main .container .page_header__bg,
  body.single main .container .page_header__bg,
  body.error404 main .container .page_header__bg {
    height: 100%;
  }
  body.page main .container .page_header__bg img,
  body.archive main .container .page_header__bg img,
  body.single main .container .page_header__bg img,
  body.error404 main .container .page_header__bg img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  body.page main .container .page_header__inner,
  body.archive main .container .page_header__inner,
  body.single main .container .page_header__inner,
  body.error404 main .container .page_header__inner {
    max-width: initlal;
    margin: 0 6.25vw;
  }
  body.page main .container .page_header__inner .sub,
  body.archive main .container .page_header__inner .sub,
  body.single main .container .page_header__inner .sub,
  body.error404 main .container .page_header__inner .sub {
    font-size: 4.0625vw;
    line-height: 1.5;
  }
  body.page main .container .page_header__inner .title,
  body.archive main .container .page_header__inner .title,
  body.single main .container .page_header__inner .title,
  body.error404 main .container .page_header__inner .title {
    font-size: 5.625vw;
    line-height: 1.5;
  }
  body.page main .container .page_body,
  body.archive main .container .page_body,
  body.single main .container .page_body,
  body.error404 main .container .page_body {
    max-width: initial;
    margin: 2em 6.25vw 4em;
  }
  body.page main .container .page_body h1,
  body.archive main .container .page_body h1,
  body.single main .container .page_body h1,
  body.error404 main .container .page_body h1 {
    font-size: 6.25vw;
    line-height: 1.5;
  }
  body.page main .container .page_body h1::after,
  body.archive main .container .page_body h1::after,
  body.single main .container .page_body h1::after,
  body.error404 main .container .page_body h1::after {
    width: 2em;
    height: 2px;
    margin-left: -1em;
  }
  body.page main .container .page_body h2,
  body.archive main .container .page_body h2,
  body.single main .container .page_body h2,
  body.error404 main .container .page_body h2 {
    font-size: 5.625vw;
    line-height: 1.5;
    padding-bottom: 0.5em;
    border-bottom: solid 2px #e5f4f2;
  }
  body.page main .container .page_body h2::before,
  body.archive main .container .page_body h2::before,
  body.single main .container .page_body h2::before,
  body.error404 main .container .page_body h2::before {
    width: 3em;
    height: 2px;
    bottom: -2px;
  }
  body.page main .container .page_body h3,
  body.archive main .container .page_body h3,
  body.single main .container .page_body h3,
  body.error404 main .container .page_body h3 {
    font-size: 5vw;
    line-height: 1.5;
    border-left: solid 2px #00967a;
  }
  body.page main .container .page_body h4,
  body.archive main .container .page_body h4,
  body.single main .container .page_body h4,
  body.error404 main .container .page_body h4 {
    font-size: 4.375vw;
    line-height: 1.5;
  }
  body.page main .container .page_body h4::before,
  body.archive main .container .page_body h4::before,
  body.single main .container .page_body h4::before,
  body.error404 main .container .page_body h4::before {
    height: 2px;
  }
  body.page main .container .page_body .wp-block-image:first-child,
  body.archive main .container .page_body .wp-block-image:first-child,
  body.single main .container .page_body .wp-block-image:first-child,
  body.error404 main .container .page_body .wp-block-image:first-child {
    margin-top: 0;
  }
  body.page main .container .page_body .wp-block-image:last-child,
  body.archive main .container .page_body .wp-block-image:last-child,
  body.single main .container .page_body .wp-block-image:last-child,
  body.error404 main .container .page_body .wp-block-image:last-child {
    margin-bottom: 0;
  }
  body.page main .container .page_body .wp-block-gallery,
  body.archive main .container .page_body .wp-block-gallery,
  body.single main .container .page_body .wp-block-gallery,
  body.error404 main .container .page_body .wp-block-gallery {
    flex-wrap: wrap;
    gap: 1em;
  }
  body.page main .container .page_body .is-style-boxborder,
  body.archive main .container .page_body .is-style-boxborder,
  body.single main .container .page_body .is-style-boxborder,
  body.error404 main .container .page_body .is-style-boxborder {
    display: inline-block;
    padding: 0.5em 1em;
    border: solid 1px #ccc;
    margin: 0;
  }
  body.page main .container .page_body .is-style-linkbtn a,
  body.archive main .container .page_body .is-style-linkbtn a,
  body.single main .container .page_body .is-style-linkbtn a,
  body.error404 main .container .page_body .is-style-linkbtn a {
    padding: 0.5em;
  }
  body.page main .container .page_body .is-style-linkbtn a::before,
  body.archive main .container .page_body .is-style-linkbtn a::before,
  body.single main .container .page_body .is-style-linkbtn a::before,
  body.error404 main .container .page_body .is-style-linkbtn a::before {
    width: 8%;
    max-width: 40px;
  }
  body.page main .container .page_body .is-style-inlinelinkbtn a,
  body.archive main .container .page_body .is-style-inlinelinkbtn a,
  body.single main .container .page_body .is-style-inlinelinkbtn a,
  body.error404 main .container .page_body .is-style-inlinelinkbtn a {
    padding: 0.5em;
    display: block;
  }
  body.page main .container .page_body .is-style-inlinelinkbtn a::before,
  body.archive main .container .page_body .is-style-inlinelinkbtn a::before,
  body.single main .container .page_body .is-style-inlinelinkbtn a::before,
  body.error404 main .container .page_body .is-style-inlinelinkbtn a::before {
    width: 8%;
    max-width: 40px;
  }
  body.page main .container .page_body .is-style-linklst:has(a) li a,
  body.archive main .container .page_body .is-style-linklst:has(a) li a,
  body.single main .container .page_body .is-style-linklst:has(a) li a,
  body.error404 main .container .page_body .is-style-linklst:has(a) li a {
    padding: 0.5em 1em 0.5em 0.5em;
  }
  body.page main .container .page_body .is-style-linklst:has(a) li a::after,
  body.archive main .container .page_body .is-style-linklst:has(a) li a::after,
  body.single main .container .page_body .is-style-linklst:has(a) li a::after,
  body.error404 main .container .page_body .is-style-linklst:has(a) li a::after {
    right: 0.5em;
  }
  body.page main .container .page_body .is-style-mapcode,
  body.archive main .container .page_body .is-style-mapcode,
  body.single main .container .page_body .is-style-mapcode,
  body.error404 main .container .page_body .is-style-mapcode {
    height: 60vw;
  }
  body.page main .container .page_body .post_archive .post_single a,
  body.archive main .container .page_body .post_archive .post_single a,
  body.single main .container .page_body .post_archive .post_single a,
  body.error404 main .container .page_body .post_archive .post_single a {
    padding: 1em 0;
  }
  body.page main .container .page_body .post_archive .post_single .post_data,
  body.archive main .container .page_body .post_archive .post_single .post_data,
  body.single main .container .page_body .post_archive .post_single .post_data,
  body.error404 main .container .page_body .post_archive .post_single .post_data {
    display: block;
  }
  body.page main .container .page_body .post_archive .post_single .post_data .text h3,
  body.archive main .container .page_body .post_archive .post_single .post_data .text h3,
  body.single main .container .page_body .post_archive .post_single .post_data .text h3,
  body.error404 main .container .page_body .post_archive .post_single .post_data .text h3 {
    font-size: 4.375vw;
    line-height: 1.5;
  }
  body.page main .container .page_body .list_terms,
  body.archive main .container .page_body .list_terms,
  body.single main .container .page_body .list_terms,
  body.error404 main .container .page_body .list_terms {
    margin: 3.125em 0 5.75em;
    display: block;
  }
  body.page main .container .page_body .list_terms .term,
  body.archive main .container .page_body .list_terms .term,
  body.single main .container .page_body .list_terms .term,
  body.error404 main .container .page_body .list_terms .term {
    font-size: 4.375vw;
    line-height: 1.5;
  }
  body.page main .container .page_body .list_terms .term + .term,
  body.archive main .container .page_body .list_terms .term + .term,
  body.single main .container .page_body .list_terms .term + .term,
  body.error404 main .container .page_body .list_terms .term + .term {
    margin-top: 1em;
  }
  body.page main .container .page_body .list_terms .term a,
  body.archive main .container .page_body .list_terms .term a,
  body.single main .container .page_body .list_terms .term a,
  body.error404 main .container .page_body .list_terms .term a {
    padding: 1em;
  }
  body.page main .container .page_body .list_terms .term a::after,
  body.archive main .container .page_body .list_terms .term a::after,
  body.single main .container .page_body .list_terms .term a::after,
  body.error404 main .container .page_body .list_terms .term a::after {
    content: "↓";
    font-size: 3.75vw;
    line-height: 1;
    width: 1.2em;
    height: 1.2em;
  }
  body.page main .container .page_body .research_result_table p,
  body.archive main .container .page_body .research_result_table p,
  body.single main .container .page_body .research_result_table p,
  body.error404 main .container .page_body .research_result_table p {
    margin: 0;
  }
  body.page main .container .page_body .research_result_table th,
  body.archive main .container .page_body .research_result_table th,
  body.single main .container .page_body .research_result_table th,
  body.error404 main .container .page_body .research_result_table th {
    width: 3em;
  }
  body.page main .container .page_body .navilinks,
  body.archive main .container .page_body .navilinks,
  body.single main .container .page_body .navilinks,
  body.error404 main .container .page_body .navilinks {
    margin-top: 3em;
  }
  body.page main .container .page_body .navilinks .prev a,
  body.page main .container .page_body .navilinks .back a,
  body.page main .container .page_body .navilinks .next a,
  body.archive main .container .page_body .navilinks .prev a,
  body.archive main .container .page_body .navilinks .back a,
  body.archive main .container .page_body .navilinks .next a,
  body.single main .container .page_body .navilinks .prev a,
  body.single main .container .page_body .navilinks .back a,
  body.single main .container .page_body .navilinks .next a,
  body.error404 main .container .page_body .navilinks .prev a,
  body.error404 main .container .page_body .navilinks .back a,
  body.error404 main .container .page_body .navilinks .next a {
    padding: 0.5em 1em;
  }
  body.page main .container .page_body:has(.wpcf7),
  body.archive main .container .page_body:has(.wpcf7),
  body.single main .container .page_body:has(.wpcf7),
  body.error404 main .container .page_body:has(.wpcf7) {
    max-width: initial;
  }
  body.page main .container .page_body .wpcf7,
  body.archive main .container .page_body .wpcf7,
  body.single main .container .page_body .wpcf7,
  body.error404 main .container .page_body .wpcf7 {
    font-size: 4.375vw;
    line-height: 1.5;
    margin: 3em 0 0;
  }
  body.page main .container .page_body .wpcf7 .form-action,
  body.archive main .container .page_body .wpcf7 .form-action,
  body.single main .container .page_body .wpcf7 .form-action,
  body.error404 main .container .page_body .wpcf7 .form-action {
    margin-top: 2em;
  }
  body.page main .container .page_body .wpcf7 .form-action .button input[type=submit],
  body.archive main .container .page_body .wpcf7 .form-action .button input[type=submit],
  body.single main .container .page_body .wpcf7 .form-action .button input[type=submit],
  body.error404 main .container .page_body .wpcf7 .form-action .button input[type=submit] {
    font-size: 4.375vw;
    line-height: 1.5;
    padding: 1em 2em;
  }
  body.page main .container .page_body .wpcf7 .form-action .button::before,
  body.archive main .container .page_body .wpcf7 .form-action .button::before,
  body.single main .container .page_body .wpcf7 .form-action .button::before,
  body.error404 main .container .page_body .wpcf7 .form-action .button::before {
    width: 8%;
    max-width: 40px;
  }
  body.page main .container .page_body .wpcf7 .required,
  body.archive main .container .page_body .wpcf7 .required,
  body.single main .container .page_body .wpcf7 .required,
  body.error404 main .container .page_body .wpcf7 .required {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.1em 0.5em 0.1em 0.5em;
    margin-left: 1em;
  }
}
.has-xs-font-size {
  font-size: 1.2rem;
  line-height: 1.75;
}

.has-s-font-size {
  font-size: 1.4rem;
  line-height: 1.75;
}

.has-m-font-size {
  font-size: 1.6rem;
  line-height: 1.75;
}

.has-l-font-size {
  font-size: 2.2rem;
  line-height: 1.75;
}

.has-xl-font-size {
  font-size: 2.8rem;
  line-height: 1.75;
}

.has-xxl-font-size {
  font-size: 3.4rem;
  line-height: 1.75;
}

.has-black-color-color {
  color: #000000;
}

.has-cyan-bluish-gray-color-color {
  color: #abb8c3;
}

.has-white-color-color {
  color: #ffffff;
}

.has-pale-pink-color-color {
  color: #f78da7;
}

.has-vivid-red-color-color {
  color: #c1272d;
}

.has-luminous-vivid-orange-color-color {
  color: #ff6900;
}

.has-luminous-vivid-amber-color-color {
  color: #fcb900;
}

.has-light-green-cyan-color-color {
  color: #e3f1ee;
}

.has-vivid-green-cyan-color-color {
  color: #00967a;
}

.has-pale-cyan-blue-color-color {
  color: #8ed1fc;
}

.has-vivid-cyan-blue-color-color {
  color: #0693e3;
}

.has-vivid-purple-color-color {
  color: #9b51e0;
}

.has-black-color-background-color {
  background-color: #000000;
}

.has-cyan-bluish-gray-color-background-color {
  background-color: #abb8c3;
}

.has-white-color-background-color {
  background-color: #ffffff;
}

.has-pale-pink-color-background-color {
  background-color: #f78da7;
}

.has-vivid-red-color-background-color {
  background-color: #c1272d;
}

.has-luminous-vivid-orange-color-background-color {
  background-color: #ff6900;
}

.has-luminous-vivid-amber-color-background-color {
  background-color: #fcb900;
}

.has-light-green-cyan-color-background-color {
  background-color: #e3f1ee;
}

.has-vivid-green-cyan-color-background-color {
  background-color: #00967a;
}

.has-pale-cyan-blue-color-background-color {
  background-color: #8ed1fc;
}

.has-vivid-cyan-blue-color-background-color {
  background-color: #0693e3;
}

.has-vivid-purple-color-background-color {
  background-color: #9b51e0;
}

:root :where(.wp-block-list.is-style-sme-list-arrow) :where(li):before {
  top: calc(var(--_half-leading) * 1rem + 12px);
}
:root :where(.wp-block-list.is-style-sme-list-arrow) :where(li):after {
  top: calc(var(--_half-leading) * 1rem + 14px);
}
:root :where(.wp-block-list.is-style-sme-list-check) :where(li):before {
  top: calc(var(--_half-leading) * 1rem + 11px);
}
:root :where(.wp-block-list.is-style-sme-list-times) :where(li):after, :root :where(.wp-block-list.is-style-sme-list-times) :where(li):before {
  top: calc(var(--_half-leading) * 1rem + 14px);
}
:root :where(.wp-block-list.is-style-sme-ordered-list-circle) {
  padding-left: 1.5em;
}
:root :where(.wp-block-list.is-style-sme-ordered-list-circle) :where(li):before {
  top: calc(var(--_half-leading) * 1rem / 2 + 6px);
  left: calc(-1.8em - 2px);
}
:root :where(.wp-block-list.is-style-sme-ordered-list-square) {
  padding-left: 1.5em;
}
:root :where(.wp-block-list.is-style-sme-ordered-list-square) :where(li):before {
  top: calc(var(--_half-leading) * 1rem / 2 + 6px);
  left: calc(-1.8em - 2px);
}

.pagination {
  padding: 50px 0 50px;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.pagination .nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border: solid 1px #00967a;
  color: #333;
  margin: 0 0.5em 1em;
  text-decoration: none !important;
}
.pagination .nav-links .page-numbers:hover {
  background: #00967a;
  color: #fff;
}
.pagination .nav-links .page-numbers.current {
  background: #00967a;
  color: #fff;
}
.pagination .nav-links .page-numbers.dots {
  background: transparent;
  border: none;
}
.pagination .nav-links .page-numbers.dots:hover {
  color: #333;
}

.pankuzu {
  margin: 40px 0;
}
.pankuzu .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.pankuzu .inner a {
  color: #333;
}
.pankuzu .inner a:hover {
  color: #00967a;
}
.pankuzu .inner > span > a, .pankuzu .inner > span span {
  padding: 0 0 3px;
}
.pankuzu .inner > span > a {
  border-bottom: solid 1px #00967a;
}
.pankuzu .inner > span:not(:first-child)::before {
  content: ">";
  margin: 0 5px 0 10px;
}

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

@media screen and (max-width: 768px) {
  .has-xs-font-size {
    font-size: 1rem;
    line-height: 1.75;
  }
  .has-s-font-size {
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .has-m-font-size {
    font-size: 1.3rem;
    line-height: 1.75;
  }
  .has-l-font-size {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .has-xl-font-size {
    font-size: 1.8rem;
    line-height: 1.75;
  }
  .has-xxl-font-size {
    font-size: 2rem;
    line-height: 1.75;
  }
  :root :where(.wp-block-list.is-style-sme-list-arrow) :where(li):before {
    top: calc(var(--_half-leading) * 1rem + 6px);
  }
  :root :where(.wp-block-list.is-style-sme-list-arrow) :where(li):after {
    top: calc(var(--_half-leading) * 1rem + 8px);
  }
  :root :where(.wp-block-list.is-style-sme-list-check) :where(li):before {
    top: calc(var(--_half-leading) * 1rem + 4px);
  }
  :root :where(.wp-block-list.is-style-sme-list-times) :where(li):after, :root :where(.wp-block-list.is-style-sme-list-times) :where(li):before {
    top: calc(var(--_half-leading) * 1rem + 8px);
  }
  :root :where(.wp-block-list.is-style-sme-ordered-list-circle) {
    padding-left: 1.5em;
  }
  :root :where(.wp-block-list.is-style-sme-ordered-list-circle) :where(li):before {
    top: calc(var(--_half-leading) * 1rem / 2);
    left: -1.8em;
  }
  :root :where(.wp-block-list.is-style-sme-ordered-list-square) {
    padding-left: 1.5em;
  }
  :root :where(.wp-block-list.is-style-sme-ordered-list-square) :where(li):before {
    top: calc(var(--_half-leading) * 1rem / 2);
    left: -1.8em;
  }
  :root :where(p.has-background) {
    padding: 1em;
  }
  .pagination {
    margin: 0;
    margin-right: 10px;
    padding: 40px 0 30px;
    max-width: initial;
    border-left-width: 6px;
  }
  .pagination .nav-links .page-numbers {
    width: 36px;
    height: 36px;
  }
  .pankuzu {
    margin: 1em 0;
  }
  .pankuzu .inner {
    max-width: initial;
    margin: 0 6.25vw;
    font-size: 3.75vw;
    line-height: 1.5;
  }
  .pankuzu .inner > span:not(:first-child)::before {
    content: ">";
    margin: 0 0.2em 0 0.5em;
    vertical-align: middle;
  }
  :where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
  }
}
@media screen and (max-width: 768px) {
  .is-scroll-on-mobile {
    overflow-y: hidden !important;
  }
  .is-scroll-on-mobile table tr th {
    white-space: nowrap;
  }
  .is-scroll-on-mobile table tr td {
    white-space: nowrap;
  }
}/*# sourceMappingURL=style.css.map */