body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; }

.alignLeft {
  text-align: left; }

.alignCenter {
  text-align: center; }
  .alignCenter > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em; }

.alignRight {
  text-align: right; }

@media only screen and (max-width: 767px) {
  .alignLeft_sp {
    text-align: left; }

  .alignCenter_sp {
    text-align: center; }

  .alignRight_sp {
    text-align: right; } }
.caution {
  color: #ff3300; }

.notice {
  color: #2e8b55; }

.clear {
  clear: both; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

iframe {
  width: 100%;
  border: none;
  position: relative; }

@media only screen and (min-width: 768px) {
  .pc_none {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .sp_none {
    display: none !important; } }

.root {
  min-width: 1200px;
  overflow: hidden;
  background: #fff;
  width: 100%;
  position: relative;
  line-height: 1.8;
  color: #222222; }
  @media only screen and (max-width: 767px) {
    .root {
      min-width: 320px;
      line-height: 1.8; } }
  @media only print {
    .root {
      overflow: auto; } }

a {
  word-wrap: break-word;
  outline: none;
  transition: 0.3s all cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  a:link {
    color: #00bb00;
    border-bottom: 1px solid #00bb00;
    text-decoration: none; }
  a:visited {
    color: #00bb00;
    border-bottom: 1px solid #00bb00;
    text-decoration: none; }
  a:hover {
    color: #8dd860;
    border-bottom: none; }
  a:active {
    color: #8dd860;
    border-bottom: none; }
  a.disable {
    cursor: default; }
  a.gnav_link:link {
    color: #000;
    text-decoration: none; }
  a.gnav_link:visited {
    color: #000;
    text-decoration: none; }
  a.gnav_link:hover {
    color: #555555;
    text-decoration: none; }
  a.gnav_link:active {
    color: #555555;
    text-decoration: none; }

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    cursor: text;
    text-decoration: none;
    color: inherit;
    pointer-events: none; } }

.wp-block-image a {
  transition: 0.3s all cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .wp-block-image a img:hover, .wp-block-image a img:active {
    opacity: 0.7; }
.wp-block-image a[href^="tel:"] {
  border-bottom: none; }
.wp-block-image.bordered_img img {
  border: solid 1px #ccc; }

img {
  max-width: 100%;
  vertical-align: middle; }
  img.img_max {
    width: 100%; }

hr {
  border: 0;
  border-top: 1px solid #cccccc;
  border-collapse: collapse; }

h2 {
  color: #0f1b35;
  position: relative;
  margin-top: 2.8em;
  margin-bottom: 1em;
  padding-bottom: 0.6em;
  font-family: "Noto Sans JP", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 32px;
  text-align: center;
  background-image: url(../img/h2_circle.webp), url(../img/h2_circle.webp);
  background-position: 0% 96%, 100% 96%;
  background-size: 18px, 18px;
  background-repeat: no-repeat, no-repeat; }
  h2::before {
    content: '';
    position: absolute;
    margin: 0 auto;
    width: 95%;
    height: 2px;
    bottom: 2px;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: #dee2e3;
    display: block; }
  h2::after {
    content: '';
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: #4c546f;
    display: block; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 24px;
      margin-top: 1.5em; }
      h2::before {
        content: '';
        width: 92%; } }

h3 {
  color: #0f1b35;
  position: relative;
  margin: 1.5em 0 1em;
  padding: 0.2em 0 0.2em 1.2em;
  font-family: "Noto Sans JP", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 26px;
  background-color: #f5f5f6; }
  h3::before {
    position: absolute;
    content: " ";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 8px solid #dee2e3;
    pointer-events: none; }
  h3::after {
    position: absolute;
    content: " ";
    display: block;
    top: 0;
    left: 8px;
    width: 100%;
    height: 100%;
    border-left: 3px solid #fff;
    pointer-events: none; }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 22px; } }

h4 {
  color: #0f1b35;
  font-size: 24px;
  font-family: "Noto Sans JP", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: 500;
  margin: 1.5em 0 1em;
  padding: 0.5em 0;
  line-height: 1.4;
  border-bottom: solid 2px #c2e97c;
  position: relative; }
  @media only screen and (max-width: 767px) {
    h4 {
      font-size: 22px;
      margin-left: 0;
      margin-right: 0;
      padding: 0.5em 0 0.2em 0; } }

h5 {
  color: #0f1b35;
  position: relative;
  padding: 0 0 0 1.3em;
  margin: 1.5em 0 0.5em;
  font-family: "Noto Sans JP", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.5px;
  position: relative; }
  h5::before {
    position: absolute;
    content: " ";
    display: block;
    background: #00bb00;
    border-radius: 5px;
    top: 6px;
    left: 0;
    width: 20px;
    height: 20px; }
  @media only screen and (max-width: 767px) {
    h5 {
      font-size: 20px;
      margin-left: 0;
      margin-right: 0;
      margin: 1em 0 0.5em; } }

h6 {
  color: #4c546f;
  font-family: "Noto Sans JP", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: 700;
  margin: 1em 0 0.5em;
  padding: 0;
  font-size: 20px;
  letter-spacing: 0.1ex; }
  @media only screen and (max-width: 767px) {
    h6 {
      margin-left: 0;
      margin-right: 0; } }

p {
  margin: 1ex 25px 2ex; }
  @media only screen and (max-width: 767px) {
    p {
      margin-left: 5px;
      margin-right: 5px; } }

figure {
  margin: 2em 15px;
  padding: 0;
  text-align: center; }
  figure figcaption {
    margin: 1ex auto;
    text-align: center;
    line-height: 1.5;
    font-size: 90%; }
  figure img {
    vertical-align: middle; }
  @media only screen and (max-width: 767px) {
    figure {
      margin-left: 5px;
      margin-right: 5px; } }

ul {
  padding-left: 1em; }
  ul li {
    list-style-type: none;
    position: relative;
    padding-left: 1.4em;
    line-height: 2em; }
    ul li::before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 13px;
      left: 0px;
      width: 15px;
      height: 8px;
      background-color: #4bbc07;
      border-radius: 50%; }
  ul.link_list {
    padding-left: 0.8em; }
    ul.link_list li {
      padding-left: 1.9em;
      line-height: 2.6; }
      ul.link_list li::before {
        content: none; }
      ul.link_list li a {
        border-bottom: none;
        font-weight: 500; }
        ul.link_list li a:hover {
          color: #8dd860; }
          ul.link_list li a:hover::before {
            transform: translate(2px, 0px); }
        ul.link_list li a::before {
          content: "";
          position: absolute;
          left: 0px;
          top: 3px;
          padding-top: 14px;
          display: inline-block;
          width: 23px;
          height: 23px;
          background: url(../img/icon_arrow_link.webp) 50% 50%/23px 23px no-repeat;
          vertical-align: 3%;
          margin-right: 0ex;
          transition: 0.3s all; }

ol {
  padding-left: 1em;
  counter-reset: count 0; }
  ol li {
    list-style-type: none;
    position: relative;
    padding-left: 1.5em;
    line-height: 2em; }
    ol li::before {
      content: counter(count) ".";
      counter-increment: count 1;
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      font-weight: 900;
      display: inline-block;
      position: absolute;
      top: 2px;
      left: 0px;
      color: #4bbc07;
      border-radius: 50%; }

@media only screen and (max-width: 767px) {
  ul:not([class]), ol:not([class]) {
    padding-left: 0.5em; } }

dl, dt, dd {
  margin: 0;
  padding: 0; }

dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

dt {
  color: #3a405a;
  font-weight: bold;
  padding: 10px;
  min-width: 20%;
  box-sizing: border-box;
  border-bottom: 1px solid #dee2e3; }

dd {
  padding: 10px;
  width: 80%;
  box-sizing: border-box;
  border-bottom: 1px solid #dee2e3; }

a.btn {
  display: inline-block;
  position: relative;
  padding: 0.5em 3em 0.5em 2em;
  margin: 5px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.2s all;
  font-weight: 500;
  font-family: "Noto Sans JP", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  letter-spacing: 0.1ex;
  background: #4bbc07;
  line-height: 1.8;
  box-sizing: border-box;
  border-radius: 50px;
  border: none;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    a.btn {
      padding: 0.5em 3em 0.5em 1.5em; } }
  a.btn::after {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url(../img/icon_yazirushi.webp) 50% 50%/contain no-repeat;
    margin-left: 1ex; }
  a.btn.btn_large {
    font-size: 125%;
    padding: 1ex 3em;
    letter-spacing: 0.3ex; }
    @media only screen and (max-width: 767px) {
      a.btn.btn_large {
        font-size: 115%;
        padding: 1ex 1em;
        letter-spacing: 0.1ex; } }
  a.btn:link, a.btn:visited {
    color: #ffffff;
    text-decoration: none; }
  a.btn:hover, a.btn:active, a:hover a.btn, a:active a.btn {
    background-color: #8dd860;
    color: #ffffff; }
  a.btn.ext::after {
    width: 14px;
    height: 17px;
    background-image: url(../img/icon_ext_white.webp); }
  a.btn.pdf::after {
    width: 13px;
    height: 15px;
    background-image: url(../img/icon_pdf_white.webp); }
  a.btn > span {
    display: inline-block;
    transform: rotate(0.05deg); }

/*** table ***/
table {
  border-collapse: separate !important;
  overflow: hidden;
  border-spacing: 0;
  border-radius: 10px;
  border: 1px solid #e5e7f1;
  margin: 1em 0 2em;
  box-sizing: border-box;
  max-width: 100%; }
  table * {
    box-sizing: border-box; }
  table th, table td {
    padding: 0.5em;
    vertical-align: middle;
    border-right: 1px solid #e5e7f1 !important;
    border-bottom: 1px solid #e5e7f1 !important; }
    table th:last-child, table td:last-child {
      border-right: none !important; }
  table th {
    background: #868b9e;
    color: #fff;
    vertical-align: middle;
    line-height: 1.4;
    width: auto; }
    table th a:link, table th a:visited {
      text-decoration: none;
      color: #ffffff;
      border-bottom-color: #fff; }
    table th a:hover, table th a:active {
      border-bottom: none;
      opacity: 0.5; }
  table td {
    background: #fff;
    width: auto; }
  table thead th {
    background: #3a405a; }
  table tbody tr:last-child th, table tbody tr:last-child td {
    border-bottom: none !important; }

.simple table tbody th {
  width: 45%; }
@media only screen and (max-width: 767px) {
  .simple table {
    width: auto; }
    .simple table tbody th {
      width: auto; } }

.standard table tbody th {
  width: 30%; }
@media only screen and (max-width: 767px) {
  .standard table {
    width: auto; }
    .standard table tbody th {
      width: auto; } }

.narrow table {
  width: 70% !important; }
  @media only screen and (max-width: 767px) {
    .narrow table {
      width: 100% !important; } }

@media only screen and (max-width: 767px) {
  .recolumn table {
    display: block;
    box-sizing: border-box;
    border-collapse: collapse;
    border-bottom: none;
    border-radius: 0; }
    .recolumn table > tbody:first-child > tr:first-child > *,
    .recolumn table > thead:first-child > tr:first-child > *,
    .recolumn table > tr:first-child > * {
      border-top: 1px solid #e5e7f1; }
      .recolumn table > tbody:first-child > tr:first-child > *:first-child,
      .recolumn table > thead:first-child > tr:first-child > *:first-child,
      .recolumn table > tr:first-child > *:first-child {
        border-top: none; }
    .recolumn table thead,
    .recolumn table tbody,
    .recolumn table tr {
      display: block;
      width: 100%; }
    .recolumn table th,
    .recolumn table td {
      display: block;
      box-sizing: border-box;
      width: 100%;
      white-space: normal;
      border: 1px solid #e5e7f1;
      border-left: none;
      border-right: none;
      border-bottom: none; }
    .recolumn table .simple th,
    .recolumn table .standard th {
      width: 100%; } }

@media only screen and (max-width: 767px) {
  .fixed_table {
    overflow: hidden;
    position: relative; }
    .fixed_table > * {
      min-width: 1200px; }
    .fixed_table::after {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6) url(../img/swipe.png) 50% 50%/128px 128px no-repeat;
      cursor: pointer;
      transition: 0.3s all cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .fixed_table.touched {
      overflow: auto; }
      .fixed_table.touched::after {
        opacity: 0;
        pointer-events: none; }

  body#tinymce .fixed_table::after {
    display: none; }
  body#tinymce .fixed_table .bordered_table {
    width: 100%; } }
.wp-block-table td, .wp-block-table th {
  border: none !important;
  border-right: 1px solid #e5e7f1 !important;
  border-bottom: 1px solid #e5e7f1 !important; }
  .wp-block-table td:last-child, .wp-block-table th:last-child {
    border-right: none !important; }

.wp-block-table tbody tr:last-child th, .wp-block-table tbody tr:last-child td {
  border-bottom: none !important; }

/*** header ***/
header {
  margin: 0;
  padding: 0;
  height: 60px;
  position: relative;
  z-index: 200;
  background: #ffffff;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    header {
      background: transparent;
      min-height: 0;
      min-width: 320px;
      width: 100%;
      position: fixed;
      top: 50px; } }
  header:after {
    content: "";
    display: block;
    clear: both; }
  header .sp_header {
    background: #2e8b57;
    height: 50px; }
    header .sp_header .text {
      display: block;
      padding: 6px 0 0 20px;
      line-height: 1.4;
      color: #fff; }
  header .header_left {
    width: 307px;
    height: 94px;
    padding: 0 0 0;
    font-size: 100%;
    line-height: 1;
    float: left;
    z-index: 200;
    position: absolute;
    transition: 0.5s top;
    top: 0;
    margin: 20px; }
    header .header_left.scrolled {
      position: fixed;
      top: -150px;
      margin-top: 0px; }
      header .header_left.scrolled.fixed {
        margin-top: 0px;
        top: -5px; }
        header .header_left.scrolled.fixed a {
          border-radius: 0 0 20px 20px; }
      header .header_left.scrolled a {
        padding: 0;
        border-radius: 0 0 20px 20px; }
    @media only screen and (max-width: 767px) {
      header .header_left {
        text-align: center; } }
    header .header_left > span {
      position: absolute;
      display: block; }
    header .header_left a {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      border-bottom: none;
      background: #ffffff;
      border-radius: 20px;
      box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px; }
      @media only screen and (max-width: 767px) {
        header .header_left a {
          padding: 5px 0 5px 10px; } }
    header .header_left img.header_logo {
      display: block;
      height: 94px;
      box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
      border-radius: 20px; }
      @media only screen and (max-width: 767px) {
        header .header_left img.header_logo {
          height: 74px; } }
    header .header_left img.header_logo {
      display: block;
      height: 94px;
      border-radius: 20px; }
      @media only screen and (max-width: 767px) {
        header .header_left img.header_logo {
          height: 74px; } }
  header ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    header ul li {
      margin: 0;
      padding: 0; }

.hmenu {
  background-color: #00bb00;
  height: 60px;
  z-index: 100;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .hmenu {
      display: none; } }
  .hmenu .header_body {
    width: 1400px;
    padding: 0;
    margin: auto;
    position: relative; }
  .hmenu .header_right {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    font-size: 14px;
    max-width: 1050px;
    position: absolute;
    right: 0; }
    @media screen and (max-width: 1400px) {
      .hmenu .header_right {
        right: 60px; } }
    @media screen and (max-width: 1360px) {
      .hmenu .header_right {
        right: 140px; } }
    @media screen and (max-width: 1280px) {
      .hmenu .header_right {
        right: 210px; } }
  .hmenu .hnav {
    display: flex; }
    .hmenu .hnav li {
      list-style-type: none;
      list-style-image: none;
      margin: 15px 38px 0px 0px; }
      @media screen and (max-width: 1400px) {
        .hmenu .hnav li {
          margin: 15px 30px 0px 0px; } }
      .hmenu .hnav li:last-child {
        margin: 15px 15px 0px 0px; }
      .hmenu .hnav li::before {
        content: none; }
    .hmenu .hnav a {
      color: #fff;
      white-space: nowrap;
      text-decoration: none;
      border-bottom: none;
      font-size: 14px;
      font-weight: 700;
      transition: 0.3s all cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      .hmenu .hnav a:hover {
        opacity: 0.6; }

.header_search_form {
  overflow: hidden;
  margin-left: 20px;
  margin-top: 12px;
  margin-right: 0px; }
  .header_search_form > div {
    display: flex;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    border-radius: 18px; }
  .header_search_form .searchBtn {
    height: 18px;
    width: 18px;
    margin: 1px 10px 1px 5px; }
  .header_search_form .searchBox {
    border: none;
    padding: 4px 0 0 20px;
    background: transparent;
    display: block;
    width: 196px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    outline: none;
    box-sizing: border-box;
    border-radius: 18px 0px 0px 18px; }
    .header_search_form .searchBox::placeholder {
      color: #8d8d8d; }

.header_fontsize {
  margin-left: 15px;
  display: flex;
  line-height: 36px;
  font-weight: 400;
  color: #888888;
  align-items: flex-end; }
  .header_fontsize > div {
    line-height: 1.5; }
  .header_fontsize > ul {
    display: flex;
    margin: 0 0 0 0;
    padding: 0;
    overflow: hidden;
    align-items: flex-end; }
    .header_fontsize > ul > li {
      margin: 0 0 0 4px;
      padding: 0;
      border-radius: 50%; }
      .header_fontsize > ul > li:nth-child(1) a {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 90%;
        font-size: 14px; }
      .header_fontsize > ul > li:nth-child(2) a {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 16px; }
      .header_fontsize > ul > li:nth-child(3) a {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 110%;
        font-size: 18px; }
      .header_fontsize > ul > li a {
        display: block;
        padding: 0;
        box-sizing: border-box;
        text-align: center;
        font-family: "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
        font-weight: 700;
        border-radius: 50%;
        background: #b0b0b0;
        transition: 0.3s all;
        color: #ffffff; }
        .header_fontsize > ul > li a > span {
          display: block;
          transform: rotate(0.05deg); }
        .header_fontsize > ul > li a:link, .header_fontsize > ul > li a:visited {
          text-decoration: none;
          color: #ffffff; }
        .header_fontsize > ul > li a:hover, .header_fontsize > ul > li a:active {
          background: #ff7800; }

.hmenu_sp {
  display: none; }
  @media only screen and (max-width: 767px) {
    .hmenu_sp {
      display: block;
      position: fixed;
      top: 0;
      width: 100%;
      height: 50px;
      background: #fff;
      box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px; }
      .hmenu_sp a {
        border-bottom: none; }
      .hmenu_sp .header_logo_sp {
        width: 180px;
        padding: 7px 0 0 10px; } }

#header_menubtn {
  display: none; }
  @media only screen and (max-width: 767px) {
    #header_menubtn {
      display: block;
      width: 20px;
      height: 24px;
      position: absolute;
      right: 0;
      top: 0;
      padding: 13px 15px; }
      #header_menubtn > span {
        transition: all .4s;
        box-sizing: border-box;
        display: block;
        width: 20px;
        height: 24px;
        margin-top: 5px;
        position: relative; }
        #header_menubtn > span span {
          display: inline-block;
          transition: all .4s;
          box-sizing: border-box;
          position: absolute;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #00bb00;
          border-radius: 2px; }
      #header_menubtn > span span:nth-of-type(1) {
        top: 0; }
      #header_menubtn > span span:nth-of-type(2) {
        top: 6px; }
      #header_menubtn > span span:nth-of-type(3) {
        top: 12px; }
      #header_menubtn:hover > span span, #header_menubtn:active > span span {
        background-color: #00bb00; }
      #header_menubtn:hover > span span:nth-of-type(1), #header_menubtn:active > span span:nth-of-type(1) {
        transform: translate3d(5px, 2px, 0) rotate(45deg) scale(0.7, 1); }
      #header_menubtn:hover > span span:nth-of-type(2), #header_menubtn:active > span span:nth-of-type(2) {
        transform: none; }
      #header_menubtn:hover > span span:nth-of-type(3), #header_menubtn:active > span span:nth-of-type(3) {
        transform: translate3d(5px, -2px, 0) rotate(-45deg) scale(0.7, 1); } }

.sp_header {
  transition: 0.2s all;
  position: fixed;
  width: 100%;
  min-width: 320px;
  top: 0;
  background: #ffffff;
  z-index: 100; }
  @media only screen and (min-width: 768px) {
    .sp_header {
      display: none; } }
  .sp_header .sp_header_title {
    transition: 0.2s all;
    display: block;
    position: relative;
    margin: 5px auto 5px 5px;
    padding: 0;
    width: 250px;
    box-sizing: border-box;
    z-index: 3; }
    .sp_header .sp_header_title a {
      transition: 0.2s all;
      display: block;
      height: 60px;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 200%;
      /*
      background: url(../img/header_logo.png) 50% 50% no-repeat;
      background-size: contain;
      */ }
  .sp_header a.header_menu_btn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    padding: 35px 35px;
    background-size: contain;
    background: #ffffff;
    transition: 0.2s all; }
    .sp_header a.header_menu_btn > span {
      transition: all .4s;
      box-sizing: border-box;
      display: block;
      width: 20px;
      position: relative; }
      .sp_header a.header_menu_btn > span span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        left: -10px;
        width: 100%;
        height: 2px;
        background-color: #222222; }
    .sp_header a.header_menu_btn > span span:nth-of-type(1) {
      top: -6px; }
    .sp_header a.header_menu_btn > span span:nth-of-type(2) {
      top: -1px; }
    .sp_header a.header_menu_btn > span span:nth-of-type(3) {
      top: 4px; }
    .sp_header a.header_menu_btn:hover > span span:nth-of-type(1), .sp_header a.header_menu_btn:active > span span:nth-of-type(1) {
      transform: translate3d(1px, -1px, 0) rotate(45deg) scale(0.6, 1); }
    .sp_header a.header_menu_btn:hover > span span:nth-of-type(2), .sp_header a.header_menu_btn:active > span span:nth-of-type(2) {
      transform: translate3d(1px, 1px, 0) rotate(135deg) scale(0.6, 1); }
    .sp_header a.header_menu_btn:hover > span span:nth-of-type(3), .sp_header a.header_menu_btn:active > span span:nth-of-type(3) {
      transform: translate3d(1px, -11px, 0) rotate(225deg) scale(0.6, 1); }
  .sp_header.active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
    .sp_header.active .sp_header_title {
      width: 180px; }
      .sp_header.active .sp_header_title a {
        height: 50px; }
    .sp_header.active a.header_menu_btn {
      padding: 30px; }

.mm-menu {
  z-index: 100; }
  .mm-menu .mm-breadcrumbs {
    text-align: center; }
  .mm-menu a {
    text-decoration: none; }

.gnav {
  position: absolute;
  right: 0;
  width: calc(((100vw - 1200px) / 2) + 710px);
  width: auto;
  min-height: 90px;
  height: auto;
  border-bottom-left-radius: 20px;
  font-family: "Noto Sans JP", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 22px;
  font-weight: 500;
  transition: 0.5s top;
  margin-top: 60px;
  top: 0px; }
  @media only screen and (max-width: 767px) {
    .gnav {
      display: none;
      width: auto; } }
  .gnav.scrolled {
    margin-top: 0px;
    position: fixed;
    top: -120px; }
    .gnav.scrolled.fixed {
      top: 0;
      margin-top: 0; }
    .gnav.scrolled .subnav {
      top: 0px; }
  .gnav > div {
    border-bottom-left-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    width: 100%;
    height: 100%;
    padding-right: calc(((100vw - 1200px) / 2) - 70px);
    position: relative;
    background: #fff; }
    .gnav > div > ul {
      display: flex;
      justify-content: start;
      flex-wrap: nowrap;
      max-width: 1050px;
      margin: 0 0 0 40px;
      padding: 20px 10px 20px 0px;
      list-style-type: none;
      transition: 0.5s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .gnav > div > ul {
          width: auto; } }
      .gnav > div > ul > li {
        margin: 0 25px 0 0;
        padding: 0;
        transition: 0.5s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
        display: flex;
        white-space: wrap;
        min-width: 3em; }
        @media screen and (max-width: 1280px) {
          .gnav > div > ul > li {
            font-size: 20px;
            margin: 0 10px 0 0; } }
        .gnav > div > ul > li:last-child {
          margin-right: 0; }
        .gnav > div > ul > li::before {
          content: none; }
        .gnav > div > ul > li.active {
          border-bottom: 2px solid #00bb00; }
        .gnav > div > ul > li > a {
          transition: 0.3s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
          display: block;
          border-bottom: none;
          position: relative;
          text-align: center;
          line-height: 1.0;
          padding: 3px 0px 3px 25px;
          margin: 10px auto;
          width: 100%;
          box-sizing: border-box; }
          @media screen and (max-width: 1280px) {
            .gnav > div > ul > li > a {
              padding: 3px 10px 3px 20px; } }
          .gnav > div > ul > li > a::before {
            content: "";
            position: absolute;
            display: inline-block;
            background: url(../img/icon_gnav.webp) 50% 50%/contain no-repeat;
            width: 20px;
            height: 20px;
            top: 6px;
            left: 0;
            transition: 0.3s all cubic-bezier(0.455, 0.03, 0.515, 0.955); }
            @media screen and (max-width: 1280px) {
              .gnav > div > ul > li > a::before {
                width: 18px;
                height: 18px;
                top: 4px; } }
          .gnav > div > ul > li > a:link, .gnav > div > ul > li > a:visited {
            color: #222; }
          .gnav > div > ul > li > a:hover, .gnav > div > ul > li > a:active {
            color: #00bb00; }
        .gnav > div > ul > li.hover .subnav {
          transform: perspective(2000px) rotateX(0deg) scale(1);
          opacity: 1; }
  .gnav .subnav {
    position: fixed;
    top: 60px;
    width: 100vw;
    left: 0;
    z-index: -10;
    transform-origin: top center;
    transform: perspective(2000px) rotateX(89.9deg);
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), top 0.5s;
    background: rgba(221, 252, 195, 0.95); }
    @media only print {
      .gnav .subnav {
        display: none; } }
    .gnav .subnav > div {
      display: flex;
      width: 1200px;
      position: relative;
      margin: 0 auto 0;
      padding: 160px 0 2em 0;
      align-items: center;
      z-index: -1; }
      .gnav .subnav > div > *:first-child {
        width: 30%;
        position: relative;
        text-align: center;
        font-size: 120%;
        border-bottom: none; }
        .gnav .subnav > div > *:first-child .subnav_title {
          color: #222; }
      .gnav .subnav > div > *:last-child {
        width: 70%;
        display: flex;
        box-sizing: border-box;
        padding-left: 30px;
        border-left: 2px solid #71748d;
        font-size: 75%; }
        .gnav .subnav > div > *:last-child > * {
          min-width: 33.3%; }
      .gnav .subnav > div > ul {
        position: relative;
        list-style-type: none;
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
        padding: 0; }
        .gnav .subnav > div > ul li {
          margin: 0;
          padding: 0;
          box-sizing: border-box;
          position: relative;
          min-width: 33%; }
          .gnav .subnav > div > ul li.wide {
            width: 100%; }
            .gnav .subnav > div > ul li.wide > ul {
              display: flex;
              flex-wrap: wrap; }
          .gnav .subnav > div > ul li::before {
            content: none; }
          .gnav .subnav > div > ul li a {
            text-decoration: none;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 1.1ex 10px 1.1ex 40px;
            box-sizing: border-box;
            width: 100%;
            line-height: 1.5;
            color: #333333;
            background: url(../img/icon_arrow_nav_off.webp) 12px 50%/17px 17px no-repeat;
            transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
            font-family: "Noto Sans JP", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
            border-radius: 5px;
            border-bottom: none; }
            .gnav .subnav > div > ul li a:hover, .gnav .subnav > div > ul li a:active {
              color: #ffffff;
              background-image: url(../img/icon_arrow_nav_on.webp);
              background-color: #00bb00; }
            .gnav .subnav > div > ul li a span {
              display: inline-block;
              transform: rotate(0.1deg); }
          .gnav .subnav > div > ul li ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
            position: relative; }
            .gnav .subnav > div > ul li ul::before, .gnav .subnav > div > ul li ul::after {
              content: "";
              display: block;
              position: absolute;
              height: 1px;
              width: 90%;
              left: 5%; }
            .gnav .subnav > div > ul li ul a {
              padding: 0.3ex 10px 0.3ex 45px;
              background-image: url(../img/icon_arrow_subnav2.webp);
              background-position: 27px 50%;
              font-size: 85%; }
              .gnav .subnav > div > ul li ul a:hover, .gnav .subnav > div > ul li ul a:active {
                background-image: url(../img/icon_arrow_subnav2_white.webp); }
            .gnav .subnav > div > ul li ul ul a {
              padding: 0.3ex 10px 0.3ex 60px;
              background-position: 42px 50%; }
  .gnav .hidden_nav {
    display: none; }

.gnav_sp {
  display: none;
  margin: 0 10px 5px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .gnav_sp {
      display: block; } }
  .gnav_sp ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    width: 100%; }
    .gnav_sp ul li {
      text-align: center;
      display: flex;
      flex-grow: 1;
      justify-content: stretch;
      align-items: stretch;
      border-right: 1px solid #cccccc; }
      .gnav_sp ul li:last-child {
        border-right: 0; }
      .gnav_sp ul li:nth-child(n+4):not(:last-child) {
        display: none; }
      .gnav_sp ul li a {
        flex-grow: 1;
        display: block;
        text-decoration: none;
        padding: 5px;
        line-height: 120%;
        color: #444444;
        transition: 0.2s all; }
        .gnav_sp ul li a i {
          display: block;
          text-align: center;
          font-size: 180%;
          line-height: 120%;
          margin-bottom: 5px; }
        .gnav_sp ul li a:hover, .gnav_sp ul li a:active {
          color: #ffffff;
          background: #222222; }

.mm-menu.mm-offcanvas {
  z-index: 10; }

.mm-menu {
  background: #fff; }

.mm-navbar.mm-hasbtns {
  border-bottom: 1px solid #ccc; }

@media only screen and (max-width: 767px) {
  #sp_nav_close {
    display: block;
    width: 20px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px; }
    #sp_nav_close > span {
      transition: all 0.4s;
      box-sizing: border-box;
      display: block;
      width: 20px;
      height: 24px;
      margin-top: 5px;
      position: relative; }
      #sp_nav_close > span span {
        display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #88ab23;
        border-radius: 2px; }
    #sp_nav_close > span span:nth-of-type(1) {
      top: 0;
      transform: translate3d(3px, 3px, 0) rotate(-45deg) scale(0.55, 1); }
    #sp_nav_close > span span:nth-of-type(2) {
      top: 6px;
      transform: rotate(45deg); }
    #sp_nav_close > span span:nth-of-type(3) {
      top: 12px;
      transform: translate3d(-3px, -3px, 0) rotate(-45deg) scale(0.55, 1); }
    #sp_nav_close:hover, #sp_nav_close:active {
      background: transparent !important; }
      #sp_nav_close:hover > span span, #sp_nav_close:active > span span {
        background-color: #e57613; } }

.sp_search_container {
  text-align: center;
  padding: 20px 0 24px 0 !important;
  margin-bottom: 5px; }
  .sp_search_container .header_search_form {
    margin: auto;
    background-color: transparent;
    display: inline-block;
    width: 260px;
    vertical-align: middle; }
    .sp_search_container .header_search_form > div {
      width: 260px;
      background: #eee; }
    .sp_search_container .header_search_form .searchBox {
      margin-right: 0;
      line-height: 30px;
      height: 36px;
      width: 220px; }
    .sp_search_container .header_search_form .searchBtn {
      width: 18px;
      height: 18px; }
    .sp_search_container .header_search_form > div {
      margin: auto; }

.sp_nav_main {
  background: #fff;
  color: #333333;
  /* > a:not(.mm-next) {
  	box-sizing: border-box;
  	height: 60px !important;
  }
  > a {
  	padding: 20px 10px 5px 20px !important;
  } */ }
  .sp_nav_main > a {
    font-weight: 500; }

.mm-next {
  height: 50px !important; }
  .mm-next:after {
    top: 41% !important; }

.mm-listview .mm-next + a {
  height: 50px !important;
  box-sizing: border-box;
  padding: 10px 10px 6px 20px; }

.mm-breadcrumbs {
  color: #555555 !important;
  /* font-weight: bold; */ }

/* .mm-navbar {
	height: 60px !important;
} */
/* .mm-panels {
	top: 60px !important;
} */
.mm-btn.mm-close {
  border-bottom: none;
  top: 0px !important; }

.link {
  position: relative;
  padding-left: 25px;
  display: inline-block; }
  .link:before {
    display: block;
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background: url(../img/icon_arrow_nav_off.webp) no-repeat;
    background-size: contain;
    top: 8px;
    left: 0; }

.sp-nav-link-list {
  padding: 10px 15px 10px 25px !important; }
  .sp-nav-link-list p {
    margin-bottom: 0; }
    .sp-nav-link-list p:last-child {
      margin-bottom: 0.8em; }

#hmenu_overlay {
  display: none; }
  @media only screen and (max-width: 767px) {
    #hmenu_overlay {
      position: fixed;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      top: 0;
      left: 0;
      display: none;
      z-index: 4000;
      /* nappa */ } }

#sp_nav {
  position: fixed; }
  #sp_nav .hidden_nav {
    display: none; }
  #sp_nav li {
    color: #222;
    font-family: "Noto Sans JP", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    font-size: 16px;
    padding: 0;
    border-color: #ccc; }
    #sp_nav li::before {
      content: none; }
    #sp_nav li a {
      border-bottom: none; }

@media only screen and (max-width: 767px) {
  .subnav_title {
    display: none; } }

.mm-breadcrumbs {
  color: #555555 !important;
  font-weight: bold; }

/*** main ***/
main {
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px; }
  @media only screen and (max-width: 767px) {
    main {
      width: 100%;
      padding-top: 10px; } }

.main_content {
  padding: 0px 0px 50px;
  min-height: 600px; }
  @media only screen and (max-width: 767px) {
    .main_content {
      padding: 0px 15px 40px; } }

.breadcrumbs {
  width: 1200px;
  margin: 0 auto 0;
  padding: 1em 0 0.5em 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .breadcrumbs {
      margin: 1ex auto;
      padding: 0 10px;
      width: auto; } }
  .breadcrumbs li {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    color: #5c606e;
    font-weight: 500; }
    .breadcrumbs li::before {
      content: none; }
    .breadcrumbs li:not(:last-child)::after {
      content: "";
      width: 18px;
      height: 28px;
      background: url(../img/icon_breadcrumbs.webp) 50% 50%/contain no-repeat;
      display: inline-block;
      vertical-align: -20%;
      padding-left: 10px; }
    .breadcrumbs li a {
      color: #00bb00;
      border-bottom: 1px solid #00bb00;
      text-decoration: none;
      margin-right: 0.5em; }
      .breadcrumbs li a:hover {
        color: #8dd860;
        border-bottom: none;
        text-decoration: none; }
  .breadcrumbs + h2 {
    margin-top: 1em; }
    @media only screen and (max-width: 767px) {
      .breadcrumbs + h2 {
        margin-top: 1.5em;
        margin-bottom: 1em; } }

.index_image {
  width: 100%;
  height: auto;
  min-height: 315px;
  background-color: #eee;
  position: relative;
  -webkit-mask-image: url("../img/bg_index_image.svg");
  mask-image: url("../img/bg_index_image.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top;
  mask-position: top;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto; }
  @media screen and (max-width: 1600px) {
    .index_image {
      width: 1600px;
      mask-size: 1600px 315px;
      -webkit-mask-size: 1600px 315px;
      min-height: auto;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%); } }
  @media only screen and (max-width: 767px) {
    .index_image {
      position: relative;
      height: 200px;
      mask-size: auto 200px;
      -webkit-mask-size: auto 200px;
      margin-top: 20px; } }
  .index_image img {
    width: 100%; }
    @media screen and (max-width: 1600px) {
      .index_image img {
        width: 1600px;
        height: 330px;
        padding-top: 0px; } }
    @media only screen and (max-width: 767px) {
      .index_image img {
        max-width: 1000px;
        height: auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%); } }
  .index_image h1 {
    position: absolute;
    color: #fff;
    font-size: 38px;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%); }
    @media only screen and (max-width: 767px) {
      .index_image h1 {
        width: 95%;
        text-align: center;
        font-size: 24px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); } }
    @media screen and (min-width: 1750px) {
      .index_image h1 {
        top: 57%;
        left: 50%;
        transform: translate(-50%, -57%);
        -webkit-transform: translate(-50%, -57%);
        -ms-transform: translate(-50%, -57%); } }
  @media only screen and (max-width: 767px) {
    .index_image {
      width: 100%; } }

/*** footer ***/
footer .footer_top {
  width: 1200px;
  margin: 60px auto 0; }
  @media only screen and (max-width: 767px) {
    footer .footer_top {
      margin: 50px auto 0;
      width: 100%; } }
footer .footer_logo {
  width: 300px;
  transition: 0.5s all; }
  footer .footer_logo:hover {
    opacity: 0.6; }
  footer .footer_logo img {
    width: 100%; }
  footer .footer_logo a {
    border-bottom: none; }
  @media only screen and (max-width: 767px) {
    footer .footer_logo {
      display: none; } }
footer .footer_banner_area {
  width: 1200px;
  margin: auto;
  padding: 1px 0 30px; }
  @media only screen and (max-width: 767px) {
    footer .footer_banner_area {
      width: auto;
      padding: 1px 5px 30px; } }
footer .footer_list_area {
  display: flex;
  justify-content: space-between; }
footer .footer_bottom {
  width: 100%;
  height: 260px;
  margin: 28px auto 0;
  background-image: url(../img/bg_footer.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 767px) {
    footer .footer_bottom {
      margin: 50px auto 0; } }
footer .footer_main {
  width: 1200px;
  margin: auto;
  padding: 1px 0 30px; }
  @media only screen and (max-width: 767px) {
    footer .footer_main {
      width: auto; } }
footer .footer_body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 30px auto;
  padding-top: 100px; }
  @media only screen and (max-width: 767px) {
    footer .footer_body {
      text-align: center;
      padding-top: 70px; } }
  footer .footer_body .janame {
    margin: 0 auto;
    font-size: 26px;
    color: #fff; }
  footer .footer_body .address {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    color: #fff; }
    footer .footer_body .address span {
      margin: 5px 25px; }
    @media only screen and (max-width: 767px) {
      footer .footer_body .address {
        justify-content: center; } }
footer .fnav {
  width: 1200px;
  margin: 0 auto 0;
  padding: 1em 0 0.5em 1em;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    footer .fnav {
      width: 100%;
      margin: 1em auto 1em;
      padding: 0 10px;
      flex-direction: column; } }
  footer .fnav li {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    color: #5c606e;
    font-weight: 500; }
    @media only screen and (max-width: 767px) {
      footer .fnav li {
        display: block;
        line-height: 3;
        border-bottom: 1px solid #eee; } }
    footer .fnav li::before {
      content: none; }
    footer .fnav li:first-child::before {
      content: "";
      position: absolute;
      top: 2px;
      left: -38px;
      width: 40px;
      height: 30px;
      background: url(../img/icon_breadcrumbs.webp) 50% 50%/contain no-repeat;
      display: inline-block;
      vertical-align: -20%;
      padding-left: 10px; }
      @media only screen and (max-width: 767px) {
        footer .fnav li:first-child::before {
          display: none; } }
    @media only screen and (max-width: 767px) {
      footer .fnav li:first-child {
        border-top: 1px solid #eee; } }
    footer .fnav li::after {
      content: "";
      width: 18px;
      height: 28px;
      background: url(../img/icon_breadcrumbs.webp) 50% 50%/contain no-repeat;
      display: inline-block;
      vertical-align: -20%;
      padding-left: 10px; }
      @media only screen and (max-width: 767px) {
        footer .fnav li::after {
          display: none; } }
    footer .fnav li a {
      color: #5c606e;
      border-bottom: none;
      text-decoration: none;
      margin-right: 0.5em;
      margin-left: 0.5em; }
      footer .fnav li a:hover {
        color: #8dd860;
        border-bottom: none;
        text-decoration: none; }

.totop {
  z-index: 100;
  position: relative;
  padding: 0 0;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .totop {
      width: auto;
      height: 0px; } }
  @media print {
    .totop {
      display: none; } }
  .totop > div {
    width: 142px;
    margin: 0 20px 0 auto; }
    @media only screen and (max-width: 767px) {
      .totop > div {
        width: 110px;
        margin: 0 auto; } }
  .totop a {
    display: block;
    position: fixed;
    bottom: 0px;
    margin: 0 0 0 auto;
    width: 142px;
    height: 142px;
    transition: 0.5s all;
    border-bottom: none; }
    @media only screen and (max-width: 767px) {
      .totop a {
        margin: 0 auto;
        width: 110px;
        height: 110px; } }
    .totop a.finished {
      position: absolute;
      bottom: -160px !important; }
      @media only screen and (max-width: 767px) {
        .totop a.finished {
          bottom: -80px !important; } }
    .totop a img {
      width: 100%;
      display: block;
      margin: auto; }
    .totop a.active {
      bottom: 20px; }
    .totop a.finished {
      position: absolute; }
    .totop a:hover, .totop a:active {
      opacity: 0.6; }

.bnr_list_slide {
  padding: 2em 15px 2em -15px;
  margin: 0;
  list-style-type: none;
  max-width: 1050px; }
  @media only screen and (max-width: 767px) {
    .bnr_list_slide {
      width: 100%;
      margin: 10px auto;
      padding: 0px; } }
  .bnr_list_slide ul {
    width: 1200px;
    padding: 14px 150px;
    border-radius: 20px;
    background-color: #e8e8f1;
    margin: 0;
    list-style-type: none;
    display: flex;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .bnr_list_slide ul {
        width: 100%;
        margin: 0px;
        padding: 10px 75px; } }
  .bnr_list_slide .slick-track {
    display: flex;
    align-items: center; }
  .bnr_list_slide li {
    margin: 0 4px;
    padding: 0;
    list-style-type: none;
    vertical-align: middle; }
    .bnr_list_slide li::before {
      content: none; }
    .bnr_list_slide li img {
      display: block;
      margin: auto;
      height: 93px;
      width: auto;
      border-radius: 10px; }
      @media only screen and (max-width: 767px) {
        .bnr_list_slide li img {
          height: 70px; } }
  .bnr_list_slide .slick-prev,
  .bnr_list_slide .slick-next {
    height: 100%;
    width: 70px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    transition: 0.3s all cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .bnr_list_slide .slick-prev::before,
    .bnr_list_slide .slick-next::before {
      content: none; }
  .bnr_list_slide .slick-prev {
    background: url(../img/icon_arrow_footer_l.webp) 50% 50%/42px 42px no-repeat;
    left: 50px; }
    .bnr_list_slide .slick-prev:hover {
      opacity: 0.7; }
    @media only screen and (max-width: 767px) {
      .bnr_list_slide .slick-prev {
        width: 50px;
        margin: 0px;
        background: url(../img/icon_arrow_footer_l.webp) 50% 50%/32px 32px no-repeat;
        left: 10px; } }
  .bnr_list_slide .slick-next {
    background: url(../img/icon_arrow_footer_r.webp) 50% 50%/42px 42px no-repeat;
    right: 50px; }
    .bnr_list_slide .slick-next:hover {
      opacity: 0.6; }
    @media only screen and (max-width: 767px) {
      .bnr_list_slide .slick-next {
        width: 50px;
        margin: 0px;
        background: url(../img/icon_arrow_footer_r.webp) 50% 50%/32px 32px no-repeat;
        right: 10px; } }

.footer_bnr {
  transition: 0.3s all cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .footer_bnr:hover {
    opacity: 0.6; }

.footer_copy {
  text-align: center;
  font-size: 100%;
  color: #222;
  padding: 20px 0; }
  @media only screen and (max-width: 767px) {
    .footer_copy {
      font-size: 85%;
      margin-top: 0;
      padding: 10px 0; } }

/*** column ***/
.floatImgR, .floatImgL, .floatColumnR, .floatColumnL {
  max-width: 320px;
  display: block; }
  .mini_column.floatImgR, .mini_column.floatImgL, .mini_column.floatColumnR, .mini_column.floatColumnL {
    max-width: 200px; }

.floatImgR {
  margin: 0 0 15px 15px;
  float: right;
  text-align: center; }
  .floatImgR img {
    display: block; }

.floatImgL {
  margin: 0 15px 15px 0px;
  float: left;
  text-align: center; }
  .floatImgL img {
    display: block; }

.floatColumnR {
  margin: 0 0 15px 15px;
  float: right; }
  .floatColumnR img {
    display: block; }

.floatColumnL {
  margin: 0 15px 15px 0px;
  float: left; }
  .floatColumnL img {
    display: block; }

@media only screen and (max-width: 767px) {
  .floatImgR,
  .floatImgL,
  .floatColumnR,
  .floatColumnL {
    max-width: 100%;
    float: none;
    margin: 1ex auto; } }
/*** misc ***/
.ext::after,
.word::after,
.excel::after,
.download::after,
.pdf::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  margin-left: 0.5ex; }

.ext::after {
  width: 14px;
  height: 17px;
  background: url(../img/icon_ext.webp) 50% 50% no-repeat;
  background-size: contain; }

.pdf::after {
  width: 13px;
  height: 15px;
  background: url(../img/icon_pdf.webp) 50% 50% no-repeat;
  background-size: contain; }

.word::after {
  width: 24px;
  height: 24px;
  background: url(../img/icon_word.png) 50% 50% no-repeat;
  background-size: contain; }

.excel::after {
  width: 24px;
  height: 24px;
  background: url(../img/icon_excel.png) 50% 50% no-repeat;
  background-size: contain; }

.download::after {
  width: 24px;
  height: 24px;
  background: url(../img/icon_download.png) 50% 50% no-repeat;
  background-size: contain; }

.anchor_link {
  position: relative;
  margin: 0 auto 2em;
  max-width: 1200px; }
  .anchor_link > ul {
    margin: 1em 0.5em;
    padding: 0.8em 8em;
    list-style-type: none;
    text-align: center;
    border-radius: 10px;
    background-color: #f1f2f9;
    box-shadow: 5px 7px 0px 0px #ced0d5;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    flex-wrap: wrap;
    line-height: 1.6; }
    @media only screen and (max-width: 767px) {
      .anchor_link > ul {
        padding: 0.8em 0.5em 0.8em 0.5em;
        margin: 1em 0.2em 3em 0.2em;
        flex-direction: column;
        justify-content: flex-start; } }
    .anchor_link > ul::before {
      content: "";
      position: absolute;
      left: 32px;
      bottom: -20px;
      display: block;
      width: 94px;
      height: 66px;
      background: url(../img/anchor_tree_left.webp) 50% 50%/94px 66px no-repeat; }
      @media only screen and (max-width: 767px) {
        .anchor_link > ul::before {
          content: none; } }
    .anchor_link > ul::after {
      content: "";
      position: absolute;
      right: 21px;
      bottom: -20px;
      display: block;
      width: 49px;
      height: 64px;
      background: url(../img/anchor_tree_right.webp) 50% 50%/49px 64px no-repeat; }
      @media only screen and (max-width: 767px) {
        .anchor_link > ul::after {
          content: none; } }
    .anchor_link > ul li {
      list-style-type: none;
      margin: 5px 20px;
      padding-left: 0.8em;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      transition: 0.3s all; }
      @media only screen and (max-width: 767px) {
        .anchor_link > ul li {
          display: block;
          padding: 0 0.5em 0 0.6em;
          margin: 5px 5px; } }
      .anchor_link > ul li::before {
        content: none; }
      .anchor_link > ul li a {
        color: #222;
        transition: 0.3s all;
        display: block;
        width: 100%;
        text-align: left;
        border-bottom: none;
        text-decoration: none;
        padding-left: 20px; }
        .anchor_link > ul li a:hover {
          color: #00bb00; }
          .anchor_link > ul li a:hover::before {
            transform: translate(0px, 2px); }
        .anchor_link > ul li a::before {
          content: "";
          position: absolute;
          left: 5px;
          top: 0;
          padding-top: 10px;
          display: inline-block;
          width: 23px;
          height: 23px;
          background: url(../img/icon_arrow_anchor.webp) 50% 50%/23px 23px no-repeat;
          vertical-align: 3%;
          margin-right: 0ex;
          transition: 0.3s all; }
          @media only screen and (max-width: 767px) {
            .anchor_link > ul li a::before {
              left: 0;
              top: -2px; } }
        @media only screen and (max-width: 767px) {
          .anchor_link > ul li a {
            padding-left: 18px;
            line-height: 1.5; } }

.columned {
  display: flex;
  margin: 0 0px;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }
  .columned.shrink {
    margin: 0 15px; }
    @media only screen and (max-width: 767px) {
      .columned.shrink {
        margin: 0; } }
  .columned.row_reverse {
    flex-direction: row-reverse; }
  .columned.column_reverse {
    flex-direction: column-reverse; }
  .columned > * {
    margin: 0 0 1em;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    position: relative;
    list-style-image: none; }
    .columned > * > p {
      margin-left: 0;
      margin-right: 0; }

.pc_column1,
.pc_column2,
.pc_column3,
.pc_column4,
.pc_column5,
.pc_column6 {
  flex-wrap: wrap; }

.pc_column2 > * {
  width: 50%; }

.pc_column3 > * {
  width: 33.33%; }

.pc_column4 > * {
  width: 25.00%; }

.pc_column5 > * {
  width: 20.00%; }

.pc_column6 > * {
  width: 16.66%; }

@media only screen and (max-width: 767px) {
  .sp_column1,
  .sp_column2,
  .sp_column3 {
    flex-wrap: wrap; }

  .sp_column1 > * {
    width: 100%; }

  .sp_column2 > * {
    width: 50%; }

  .sp_column3 > * {
    width: 33.33%; }

  .sp_column4 > * {
    width: 25.00%; }

  .sp_column5 > * {
    width: 20.00%; } }
.index_wrapper {
  display: flex;
  margin: 0 0px;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  flex-wrap: wrap; }
  .index_wrapper .index_box {
    width: 33.33%;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .index_wrapper .index_box {
        width: 100%;
        margin-bottom: 10px; } }
    .index_wrapper .index_box .inner {
      padding: 10px 0 20px 0;
      margin: 0 20px; }
    .index_wrapper .index_box .card {
      width: 100%;
      height: 230px;
      position: relative;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 5px 10px 0px;
      border-radius: 10px;
      max-height: 230px;
      transition: 0.2s all cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      .index_wrapper .index_box .card:hover, .index_wrapper .index_box .card:active {
        cursor: pointer; }
        .index_wrapper .index_box .card:hover .card_textbox, .index_wrapper .index_box .card:active .card_textbox {
          color: #00bb00; }
        .index_wrapper .index_box .card:hover .index_img, .index_wrapper .index_box .card:active .index_img {
          overflow: hidden;
          transform: scale(1.1); }
        .index_wrapper .index_box .card:hover .card_textbox::after, .index_wrapper .index_box .card:active .card_textbox::after {
          transform: translate(2px, 0px); }
      .index_wrapper .index_box .card a {
        border-bottom: none; }
      .index_wrapper .index_box .card .card_imgframe {
        width: 100%;
        height: 172px;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
        position: relative;
        display: block;
        aspect-ratio: 3 / 2; }
        .index_wrapper .index_box .card .card_imgframe .index_img {
          width: 100% !important;
          height: 100%;
          border-radius: 10px 10px 0 0;
          transition: 0.2s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
          position: absolute;
          display: block;
          object-fit: cover; }
      .index_wrapper .index_box .card .card_textbox {
        width: 100%;
        min-height: 58px;
        padding: 1em 2.5em 1em 1em;
        position: absolute;
        bottom: 0;
        background: #ffffff;
        box-sizing: border-box;
        border-radius: 0 0 20px 20px;
        font-size: 20px;
        line-height: 125%;
        transition: 0.2s all cubic-bezier(0.455, 0.03, 0.515, 0.955); }
        @media only screen and (max-width: 767px) {
          .index_wrapper .index_box .card .card_textbox {
            padding: 1em 2.5em 1em 1em;
            font-size: 18px; } }
        .index_wrapper .index_box .card .card_textbox::after {
          content: "";
          position: absolute;
          right: 10px;
          bottom: 10px;
          padding-top: 14px;
          display: inline-block;
          width: 30px;
          height: 30px;
          background: url(../img/icon_arrow_card.webp) 50% 50%/30px 30px no-repeat;
          vertical-align: 3%;
          margin-right: 0ex;
          transition: 0.3s all; }
          @media only screen and (max-width: 767px) {
            .index_wrapper .index_box .card .card_textbox::after {
              right: 10px;
              bottom: 5px; } }
        .index_wrapper .index_box .card .card_textbox .card_titletext.ext::after {
          content: "";
          display: inline-block;
          width: 14px;
          height: 17px;
          background-image: url(../img/icon_ext.webp); }
        .index_wrapper .index_box .card .card_textbox .card_titletext.pdf::after {
          content: "";
          display: inline-block;
          width: 13px;
          height: 15px;
          background-image: url(../img/icon_pdf.webp); }

.columned.pickup_list {
  margin: 1em 15px 2em;
  padding: 0;
  list-style-type: none;
  align-items: stretch; }
  @media only screen and (max-width: 767px) {
    .columned.pickup_list {
      margin: 1ex 0; } }
  .columned.pickup_list li {
    margin: 0 0 2em;
    padding: 10px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .columned.pickup_list li {
        margin: 0 0 1ex; } }

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px; }
  .sliderArea.w300 {
    max-width: 300px; }

.slider_thumb > div {
  text-align: center; }

.slick-slide {
  margin: 0 5px; }
  .slick-slide img {
    width: 100%;
    height: auto; }

.slick-prev, .slick-next {
  z-index: 1; }
  .slick-prev::before, .slick-next::before {
    color: #ccc; }

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2; }

.slick-active {
  opacity: 1; }

.slick-current {
  opacity: 1; }

.thumb {
  margin: 20px 0 0; }
  .thumb.slick-slide {
    cursor: pointer; }
    .thumb.slick-slide:hover {
      opacity: .7; }

.topics_list {
  display: flex;
  flex-direction: column;
  padding-left: 0; }
  .topics_list > li {
    line-height: 1.7;
    border-bottom: 1px solid #dee2e3;
    padding: 8px 8px 8px 12px; }
    @media only screen and (max-width: 767px) {
      .topics_list > li {
        padding: 8px; } }
    .topics_list > li a {
      border-bottom: none;
      display: flex;
      justify-content: start; }
    .topics_list > li::before {
      content: none; }
    .topics_list > li::after {
      content: "";
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translate(0, -50%);
      display: inline-block;
      width: 30px;
      height: 30px;
      background: url(../img/icon_arrow_card.webp) 50% 50%/30px 30px no-repeat;
      margin-right: 0ex;
      transition: 0.3s all; }
      @media only screen and (max-width: 767px) {
        .topics_list > li::after {
          display: none; } }
    .topics_list > li:hover, .topics_list > li:active {
      background: #f5f5f6; }
      .topics_list > li:hover::after, .topics_list > li:active::after {
        transform: translate(2px, -50%); }
      .topics_list > li:hover .topics_list_title, .topics_list > li:active .topics_list_title {
        color: #00bb00; }
    .topics_list > li .topics_list_img {
      position: relative;
      box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
      border-radius: 10px;
      width: 100%;
      max-width: 9%;
      height: 100%;
      display: block;
      aspect-ratio: 13 / 9.63; }
      @media only screen and (max-width: 767px) {
        .topics_list > li .topics_list_img {
          min-width: 15%;
          max-width: 20%; } }
    .topics_list > li img {
      border-radius: 10px;
      transition: 0.5s all;
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .topics_list > li .topics_list_body {
      padding-left: 2em;
      padding-top: 10px; }
      @media only screen and (max-width: 767px) {
        .topics_list > li .topics_list_body {
          padding-top: 5px;
          max-width: 78%;
          padding-left: 10px; } }
    .topics_list > li .topics_list_attr {
      display: flex;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .topics_list > li .topics_list_attr {
          padding: 0; } }
      .topics_list > li .topics_list_attr .attr_head {
        display: flex; }
    .topics_list > li .topics_list_date {
      color: #222;
      font-weight: 500;
      white-space: nowrap;
      margin-right: 1em; }
    .topics_list > li .topics_list_new .label {
      min-width: 100px; }
    .topics_list > li .topics_list_new .label_new {
      padding: 0 0.8em;
      margin: 3px;
      border: 1px solid #222;
      color: #222;
      font-size: 13px;
      background: #fff;
      white-space: nowrap;
      line-height: 0; }
      .topics_list > li .topics_list_new .label_new.label_update {
        background: #eb1d61;
        color: #fff;
        border: 1px solid #eb1d61; }
    @media only screen and (max-width: 767px) {
      .topics_list > li .topics_list_cat {
        padding-bottom: 0px; } }
    .topics_list > li .topics_list_cat .label {
      min-width: 100px; }
    .topics_list > li .topics_list_cat .label_cat {
      padding: 0 0.8em;
      margin: 3px;
      border: 1px solid #222;
      color: #222;
      font-size: 13px;
      background: #fff;
      white-space: nowrap;
      line-height: 0; }
      .topics_list > li .topics_list_cat .label_cat.label_update {
        background: #eb1d61;
        color: #fff;
        border: 1px solid #eb1d61; }
    .topics_list > li .topics_list_title {
      color: #222;
      padding-bottom: 0.4em;
      transition: 0.5s all; }
      @media only screen and (max-width: 767px) {
        .topics_list > li .topics_list_title {
          padding-top: 0px;
          padding-bottom: 0px; } }

.topics_year_selecter {
  width: 30%;
  background: #4c546f;
  border-radius: 20px;
  display: flex;
  color: #fff;
  justify-content: center;
  padding: 6px 0;
  margin: 40px auto 0; }
  .topics_year_selecter select {
    padding: 2px 5px;
    font-size: 15px; }
  @media only screen and (max-width: 767px) {
    .topics_year_selecter {
      width: 100%; } }

.pdf_list {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin: 1em -20px;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .pdf_list {
      flex-direction: column;
      margin: 1em 0px; } }
  .pdf_list > li {
    width: 25%;
    padding: 20px;
    line-height: 1.7;
    margin: 0;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .pdf_list > li {
        width: 100%;
        border-bottom: 1px solid #dee2e3;
        padding: 10px 0 15px 0; }
        .pdf_list > li a {
          border-bottom: none;
          display: flex;
          justify-content: start; } }
    .pdf_list > li::before {
      content: none; }
    .pdf_list > li:hover .topics_list_title, .pdf_list > li:active .topics_list_title {
      color: #00bb00; }
    .pdf_list > li:hover .topics_list_img img, .pdf_list > li:active .topics_list_img img {
      opacity: 0.8; }
    .pdf_list > li:hover .topics_list_img::after, .pdf_list > li:active .topics_list_img::after {
      transform: translate(2px, 0px); }
    .pdf_list > li .topics_list_img {
      position: relative;
      box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
      border-radius: 10px;
      display: block;
      aspect-ratio: 1 / 1.414; }
      @media only screen and (max-width: 767px) {
        .pdf_list > li .topics_list_img {
          width: 100%;
          max-width: 32%;
          height: 100%; } }
      .pdf_list > li .topics_list_img::after {
        content: "";
        position: absolute;
        right: 15px;
        bottom: 10px;
        padding-top: 14px;
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(../../common/img/icon_arrow_card.webp) 50% 50%/30px 30px no-repeat;
        vertical-align: 3%;
        margin-right: 0ex;
        transition: 0.3s all; }
        @media only screen and (max-width: 767px) {
          .pdf_list > li .topics_list_img::after {
            display: none; } }
    .pdf_list > li img {
      border-radius: 10px;
      transition: 0.5s all;
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media only screen and (max-width: 767px) {
      .pdf_list > li .topics_list_body {
        max-width: 68%;
        padding-left: 10px; } }
    .pdf_list > li .topics_list_attr {
      border-bottom: 1px solid #222;
      padding: 25px 0 15px 0; }
      @media only screen and (max-width: 767px) {
        .pdf_list > li .topics_list_attr {
          padding: 0; } }
      .pdf_list > li .topics_list_attr .attr_head {
        display: flex;
        flex-wrap: wrap; }
    .pdf_list > li .topics_list_date {
      color: #222;
      font-weight: 500;
      white-space: nowrap;
      margin-right: 1em;
      display: inline-block; }
    .pdf_list > li .topics_list_new {
      display: inline-block; }
      .pdf_list > li .topics_list_new .label {
        min-width: 100px; }
      .pdf_list > li .topics_list_new .label_new {
        padding: 0 0.8em;
        margin: 3px;
        border: 1px solid #222;
        color: #222;
        font-size: 13px;
        background: #fff;
        white-space: nowrap;
        line-height: 0; }
        .pdf_list > li .topics_list_new .label_new.label_update {
          background: #eb1d61;
          color: #fff;
          border: 1px solid #eb1d61; }
    .pdf_list > li .topics_list_cat {
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .pdf_list > li .topics_list_cat {
          padding-bottom: 10px; } }
      .pdf_list > li .topics_list_cat .label {
        min-width: 100px; }
      .pdf_list > li .topics_list_cat .label_cat {
        padding: 0 0.8em;
        margin: 3px;
        border: 1px solid #222;
        color: #222;
        font-size: 13px;
        background: #fff;
        white-space: nowrap;
        line-height: 0; }
        .pdf_list > li .topics_list_cat .label_cat.label_update {
          background: #eb1d61;
          color: #fff;
          border: 1px solid #eb1d61; }
    .pdf_list > li .topics_list_title {
      color: #222;
      padding-top: 15px;
      padding-bottom: 30px;
      transition: 0.5s all; }
      @media only screen and (max-width: 767px) {
        .pdf_list > li .topics_list_title {
          padding-top: 8px;
          padding-bottom: 0px; } }

/*# sourceMappingURL=common.css.map */
