@charset "UTF-8";
/*
Theme Name: O-Theme_child
Template: O-Theme
Author: 株式会社IKEL
Author URI: https://ikel.co.jp/
*/
/*
このファイルは分割されたSCSSファイルをインポートしてくるだけのファイルです。
※基本的に、このファイル内にスタイルを直書きしないでください。
*/
/*

O-Themeの変数を定義するBase SCSSです。

※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

// $inner--width: 1200px;
$inner--width: 1440px; // Change:2021-04-01 wada

*/
/*

O-Themeのリセットスタイルを定義するBase SCSSです。

※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

.inner {
    display: block;
    margin: 0px auto;
    // max-width: $inner--width;
    max-width: 1200px; // Change:2021-04-01 wada
}

*/
/***********************************************************
 *  IKEL Reset CSS
 *
 *  Base: Eric Meyer's Reset CSS 2.0
 *  License: none（Public domain）
 *  Createdate: 2020/03/13
 *  LastUpdate: 2020/03/13
 ***********************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup,
var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  background: transparent;
  border: 0;
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*---iOS用リセットCSS---*/
input[type=submit],
input[type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

/*

O-Themeのタグ(要素)自体の基本スタイルを定義するBase SCSSです。

※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

.inner {
    display: block;
    margin: 0px auto;
    // max-width: $inner--width;
    max-width: 1200px; // Change:2021-04-01 wada
}

*/
body {
  font-size: 0px;
  color: #333333;
}
body * {
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, h1, h2, h3, h4, h5, h6, p, span, a, li, th, td, small, label, pre, code,
div, article, section, aside {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Roboto", "Noto Sans JP", "Arial", "Meiryo", メイリオ, sans-serif;
  line-height: 180%;
}

a {
  text-decoration: none;
  color: #333333;
}
a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
  color: #333333;
}

.anchor {
  margin-top: -100px;
  padding-top: 100px;
}

/*

O-Themeの全サイズ共通Layout SCSSです。

※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

.inner {
    display: block;
    margin: 0px auto;
    // max-width: $inner--width;
    max-width: 1200px; // Change:2021-04-01 wada
}

*/
body {
  width: 100%;
  word-break: break-all;
}
body .inner {
  display: block;
  margin: 0px auto;
  max-width: 1200px;
}
body .inner--1500 {
  width: 100%;
  max-width: 1500px;
}

.header {
  position: fixed;
  margin: 0px;
  padding: 0px;
  width: 100%;
  z-index: 100;
  background: white;
}
.header__inner {
  display: block;
  margin: 0px;
  padding: 0px 0px 0px 20px;
  width: 100%;
  height: 80px;
  position: relative;
  color: #333;
}
.header .custom-logo-link {
  display: inline-block;
  margin-top: 15px;
  color: #333;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 28px;
  font-weight: bold;
}
.header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 70px;
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: clip;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #03a864;
  border-bottom-left-radius: 10px;
}
.header nav #globalmenu {
  font-size: 0px;
}
.header nav #globalmenu > .menu-item {
  display: inline-block;
  font-size: 1rem;
  border-right: 1px solid #65c49d;
}
.header nav #globalmenu > .menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  padding: 17px 15px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.header nav #globalmenu > .menu-item > a::before {
  display: block;
  width: 36px;
  height: 36px;
  content: "";
  background-position: center center;
  background-size: contain;
}
.header nav #globalmenu > .menu-item > a::after {
  display: block;
  margin: 5px;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header nav #globalmenu > .menu-item > a:hover {
  background: #007d4a;
}
.header nav #globalmenu > .menu-item:nth-of-type(1) > a::before {
  background-image: url("./images/header/menu_icon01.svg");
}
.header nav #globalmenu > .menu-item:nth-of-type(2) > a::before {
  background-image: url("./images/header/menu_icon02.svg");
}
.header nav #globalmenu > .menu-item:nth-of-type(3) > a::before {
  background-image: url("./images/header/menu_icon03.svg");
}
.header nav #globalmenu > .menu-item:nth-of-type(4) > a::before {
  background-image: url("./images/header/menu_icon04.svg");
}
.header nav .menu__search_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 15px;
  width: 70px;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
  background: #03a864;
  border: none;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.header nav .menu__search_button > .fa-solid {
  font-size: 20px;
}
.header nav .menu__search_button:hover {
  background: #007d4a;
}

.translated-ltr header {
  top: 39px;
}

.translated-ltr .slider {
  padding-top: 119px;
}

.header__hamburger {
  display: none;
}

.header_menu {
  background-color: #f6f6f6;
  border-bottom: 1px solid #c9d5d0;
}
.header_menu nav {
  position: initial;
  display: inline;
}
.header_menu nav > ul#globalmenu {
  display: table;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.header_menu nav > ul#globalmenu > li.menu-item {
  display: table-cell;
  width: auto;
  position: relative;
  border-left: 1px solid #dcdcdc;
}
.header_menu nav > ul#globalmenu > li.menu-item > a {
  display: block;
}
.header_menu nav > ul#globalmenu > li.menu-item > a .global_menu--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 30px;
  height: 100px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_menu nav > ul#globalmenu > li.menu-item > a .global_menu--block.has-child {
  padding: 5px 30px;
}
.header_menu nav > ul#globalmenu > li.menu-item > a .global_menu--block.has-child::after {
  position: absolute;
  right: 30px;
  content: "\f078";
  color: #333;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1.5;
}
.header_menu nav > ul#globalmenu > li.menu-item > a .global_menu--block--icon {
  display: block;
  margin-right: 10px;
  width: 45px;
  height: 45px;
  opacity: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.header_menu nav > ul#globalmenu > li.menu-item > a .global_menu--block--caption {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.header_menu nav > ul#globalmenu > li.menu-item:last-child {
  border-right: 1px solid #dcdcdc;
}
.header_menu nav > ul#globalmenu > li.menu-item > ul.sub-menu {
  display: none;
  padding: 30px 20px;
  width: 840px;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 5;
  font-size: 0px;
  background: #c6e6cc;
}
.header_menu nav > ul#globalmenu > li.menu-item > ul.sub-menu > .menu-item {
  display: inline-block;
  width: 50%;
}
.header_menu nav > ul#globalmenu > li.menu-item > ul.sub-menu > .menu-item > a {
  display: inline-block;
  width: 400px;
  color: #333;
  font-size: 16px;
}
.header_menu nav > ul#globalmenu > li.menu-item > ul.sub-menu > .menu-item > a::before {
  display: inline-block;
  margin-right: 4px;
  content: "-";
  color: #333;
}
.header_menu nav > ul#globalmenu > li.menu-item > ul.sub-menu > .menu-item > a:hover {
  color: #888;
}
.header_menu nav > ul#globalmenu > li.menu-item > ul.sub-menu > .menu-item > a:hover::before {
  color: #888;
}
@media all and (min-width: 1080px) {
  .header_menu nav > ul#globalmenu > li.menu-item:hover > a {
    background: #c6e6cc;
  }
  .header_menu nav > ul#globalmenu > li.menu-item:hover > ul.sub-menu {
    display: block;
  }
}

.slider {
  padding-top: 80px;
  overflow-x: clip;
}
.slider .inner {
  padding: 0px;
}
.slider img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slider img:hover {
  opacity: 0.7;
}
.slider--list {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.slider--list::before {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1200/550;
  content: "";
}
.slider--list--item {
  padding: 0px 10px;
  width: 100%;
  height: auto;
  aspect-ratio: 1200/550;
  position: absolute;
  top: 0%;
  left: 0%;
}
.slider--button {
  display: block;
  width: 64px;
  height: 64px;
  background: white;
  border: 1px solid #dee3e5;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.slider--button:hover {
  background: #dedede;
}
.slider--button-prev {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slider--button-prev::before {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
}
.slider--button-next {
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slider--button-next::before {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
          transform: translate(-75%, -50%) rotate(45deg);
}
.slider--thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  width: 720px;
  height: 64px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slider--thumbnail--item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 64px;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease;
}
.slider--thumbnail--item.is-active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.eyecatch {
  display: block;
  padding-top: 80px;
  width: 100%;
  height: 280px;
  position: relative;
  background: #d9ecf5;
}
.eyecatch--title {
  display: inline-block;
  margin: 0px;
  padding: 15px 15px 0px 15px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #333;
  font-family: "Roboto", "Noto Sans JP", "Arial", "Meiryo", メイリオ, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 180%;
  -webkit-transform: translateY(40px) translate(-50%, -50%);
          transform: translateY(40px) translate(-50%, -50%);
}
.eyecatch--title::before {
  display: block;
  width: 36px;
  height: 6px;
  position: absolute;
  top: 0px;
  left: 50%;
  content: "";
  background: #03a864;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.breadcrumb {
  padding: 10px 0px;
  line-height: 100%;
  background: white;
}
.breadcrumb > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 14px;
  line-height: 100%;
}
.breadcrumb > .inner a {
  color: #333;
  font-size: 14px;
  line-height: 100%;
}
.breadcrumb .bread-arrow {
  display: inline-block;
  width: 25px;
  height: 1.8em;
  position: relative;
}
.breadcrumb .bread-arrow::before {
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.search_screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 11111;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(134, 207, 177, 0.8);
}
.search_screen .close__searchform {
  display: block;
  padding: 10px 15px;
  position: absolute;
  top: 50px;
  right: 50px;
  line-height: 100%;
  background: white;
}
.search_screen .close__searchform > * {
  color: #03a864;
  font-size: 36px;
  line-height: 100%;
}
.search_screen #searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 450px;
  max-width: 90%;
}
.search_screen #searchform input[type^=text] {
  display: inline-block;
  padding: 10px 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  border: 1px solid #ccc;
}
.search_screen #searchform button {
  display: inline-block;
  padding: 10px 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #eee;
  border: 1px solid #ccc;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.search_screen #searchform button:hover {
  background: #ccb;
}

.footer .external_sites {
  padding: 80px 0px 40px 0px;
  overflow-x: clip;
  background: #f6f6f6;
}
.footer .external_sites-toppage {
  background: white;
}
.footer .external_sites--title {
  display: block;
  margin: 0px 0px 30px 0px;
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}
.footer .external_sites--list {
  display: block;
  margin: 10px -10px;
  width: calc(100% + 20px);
  position: relative;
  line-height: 100%;
}
.footer .external_sites--list > .external_widget {
  display: inline-block;
  padding: 6px 10px;
  width: 20%;
}
.footer .external_sites--list > .external_widget img {
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.footer .external_sites--list > .external_widget img:hover {
  opacity: 0.5;
}
.footer .external_sites .carousel--button_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0px auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .external_sites .carousel--button_group--prev {
  display: block;
  margin: 0px 15px;
  width: 50px;
  height: 50px;
  position: relative;
  background: white;
  border: 1px solid #ccc;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.footer .external_sites .carousel--button_group--prev::before {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
}
.footer .external_sites .carousel--button_group--prev:hover {
  background: #ccc;
}
.footer .external_sites .carousel--button_group--button {
  display: block;
  margin: 0px 5px;
  width: 12px;
  height: 12px;
  background: #cccfd1;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.footer .external_sites .carousel--button_group--button.is-active {
  background: #03a864;
}
.footer .external_sites .carousel--button_group--next {
  display: block;
  margin: 0px 15px;
  width: 50px;
  height: 50px;
  position: relative;
  background: white;
  border: 1px solid #ccc;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.footer .external_sites .carousel--button_group--next::before {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
          transform: translate(-75%, -50%) rotate(45deg);
}
.footer .external_sites .carousel--button_group--next:hover {
  background: #ccc;
}
.footer .ad_banner_links {
  padding: 60px 0px;
  background: #f6f6f6;
}
.footer .ad_banner_links--title {
  display: block;
  margin: 0px 0px 30px 0px;
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}
.footer .ad_banner_links--list {
  display: block;
  margin: 0px -7px;
  padding: 0px;
  font-size: 0px;
}
.footer .ad_banner_links--list > .ad_banner_widget {
  display: inline-block;
  padding: 5px 7px;
  width: 25%;
}
.footer .ad_banner_links--list > .ad_banner_widget img {
  display: block;
  width: 100%;
}
.footer .ad_banner_links--exp {
  display: inline-block;
  padding: 0px 30px 0px 0px;
  position: relative;
  color: #333;
  font-size: 16px;
}
.footer .ad_banner_links--exp::before {
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.footer ul#footermenu {
  display: block;
  margin-top: 60px;
  font-size: 0px;
}
.footer ul#footermenu > li.menu-item {
  display: inline-block;
  padding-bottom: 60px;
  width: 25%;
  vertical-align: top;
}
.footer ul#footermenu > li.menu-item > a {
  display: block;
  margin-bottom: 20px;
  color: #03a864;
  font-size: 18px;
}
.footer ul#footermenu > li.menu-item > .sub-menu > li.menu-item {
  display: block;
  padding-right: 20px;
}
.footer ul#footermenu > li.menu-item > .sub-menu > li.menu-item > a {
  display: block;
  padding-left: 8px;
  position: relative;
  opacity: 1;
  color: #333;
  font-size: 16px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.footer ul#footermenu > li.menu-item > .sub-menu > li.menu-item > a::before {
  display: inline-block;
  margin-right: 4px;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "-";
  color: inherit;
}
.footer ul#footermenu > li.menu-item > .sub-menu > li.menu-item > a:hover {
  opacity: 0.7;
}
.footer--logo {
  margin-top: 10px;
  margin-bottom: 5px;
}
.footer--social_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer--social_icons a {
  display: block;
  margin-right: 15px;
}
.footer--social_icons a > img, .footer--social_icons a > svg {
  display: block;
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer--copyright {
  margin-top: 20px;
  color: #03a864;
  font-size: 14px;
}
.footer--bottom_line {
  display: block;
  margin-top: 50px;
  width: 100%;
  height: 27px;
  background: #03a864;
}

.footer_widget {
  padding: 30px;
}

.sp_footer_area {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0px;
  padding: 0px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0px;
  background: #03a864;
}
.sp_footer_area > li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 33%;
}
.sp_footer_area > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0px 2px 0px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: white;
  font-size: 13px;
  line-height: 180%;
  border-left: 1px solid white;
}
.sp_footer_area > li > a:hover {
  background: #59bb8b;
}
.sp_footer_area > li > a.sp_footer_button::before {
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background-position: center center;
  background-size: contain;
}
.sp_footer_area > li > a.sp_footer_button--nyukai::before {
  background-image: url("./images/header/menu_icon02.svg");
}
.sp_footer_area > li > a.sp_footer_button--shisetsu::before {
  background-image: url("./images/header/menu_icon03.svg");
}
.sp_footer_area > li > a.sp_footer_button--contact::before {
  background-image: url("./images/header/menu_icon04.svg");
}
.sp_footer_area > li:first-child > a {
  border: none;
}

#home section {
  padding: 100px 0px 80px 0px;
  position: relative;
  background: #fff;
}
#home section.news {
  padding-top: 40px;
  background: #ecf6f2;
}
#home section.news .box {
  margin-top: 20px;
  padding: 30px 40px 40px 40px;
  background-color: #fff;
}
#home section.news .box .news_ttl {
  color: #ea3838;
  text-align: center;
}
#home section.news .box ul.news_list li {
  border-bottom: 1px solid #e0e0e0;
}
#home section.event {
  padding: 40px 0px 80px 0px;
}
#home section.event .purpose_selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  margin: 30px auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#home section.event .purpose_selector--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #ccc;
}
#home section.event .purpose_selector--container--label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  background: #ceefe1;
}
#home section.event .purpose_selector--container--select {
  padding: 14px 15px;
  width: 600px;
  max-width: 600px;
  background: #f8f8f8;
  accent-color: #b8bcbe;
}
#home section.event .purpose_selector--button {
  display: block;
  padding: 0px 15px;
  color: white;
  font-size: 16px;
  font-weight: 400;
  background: #03a864;
  border: none;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#home section.event .purpose_selector--button::before {
  margin-right: 5px;
  content: "\f002";
  color: white;
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  font-weight: 700;
}
#home section.event .purpose_selector--button:hover {
  background: #007d4a;
}
#home section.event .tab--selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  margin: 30px 0px;
  width: 100%;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home section.event .tab--selector::before {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 1;
  content: "";
  background: #ccc;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#home section.event .tab--selector--item {
  display: block;
  padding: 5px 0px;
  width: 275px;
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  font-size: 22px;
  background: #5f6663;
  border: 1px solid #ccc;
}
#home section.event .tab--selector--item.is-selected {
  color: #03a864;
  background: white;
  border-bottom: 1px solid white;
}
#home section.event .tab--content {
  display: none;
}
#home section.event .tab--content.is-selected {
  display: block;
}
#home section.event .event_list ul.col > li {
  padding: 10px 15px;
}
#home section.mokuteki {
  padding-top: 40px;
  background: #d9ecf5;
}
#home section.mokuteki a.btn_mokuteki {
  position: relative;
  background-color: #fff;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px;
  margin: 0 10px 15px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#home section.mokuteki a.btn_mokuteki img {
  padding-right: 15px;
  width: 65px;
}
#home section.mokuteki a.btn_mokuteki::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  right: 25px;
  font-weight: 900;
  line-height: 1.5;
}
#home section.mokuteki a.btn_mokuteki:hover {
  color: #03a864;
  text-decoration: underline;
}
#home section.mokuteki a.btn_mokuteki:hover::after {
  color: #03a864;
}
#home section.service h2.ttl {
  display: block;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 20px;
  left: 0px;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 3px;
  -webkit-transform: translateX(-20%) rotate(90deg);
          transform: translateX(-20%) rotate(90deg);
}
#home section.service .service_list {
  padding-left: 150px;
}
#home section.service .service_list div.col > * {
  padding: 10px;
}
#home section.service .service_list div.col > *:nth-of-type(3n+2) {
  padding-top: 30px;
}
#home section.service .service_list div.col > *:nth-of-type(3n) {
  padding-top: 50px;
}
#home section.service .service_list div.col > * .service_ttl {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  border-bottom: 2px solid #666;
}
#home section.kaiin {
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  overflow-x: clip;
}
#home section.kaiin .member_introduction--list {
  display: block;
  margin: 10px -10px;
  width: calc(100% + 20px);
  position: relative;
}
#home section.kaiin .member_introduction--list::before {
  display: block;
  padding: 0px 15px;
  width: 25%;
  height: calc(17.9vw + 180px);
  content: "";
}
#home section.kaiin .member_introduction--list--item {
  display: inline-block;
  padding: 0px 15px;
  width: 25%;
  position: absolute;
  top: 0px;
  left: 0%;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
#home section.kaiin .carousel--button_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0px auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home section.kaiin .carousel--button_group--prev {
  display: block;
  margin: 0px 15px;
  width: 50px;
  height: 50px;
  position: relative;
  background: white;
  border: 1px solid #ccc;
  border-radius: 50%;
}
#home section.kaiin .carousel--button_group--prev::before {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
}
#home section.kaiin .carousel--button_group--prev:hover {
  background: #dedede;
}
#home section.kaiin .carousel--button_group--button {
  display: block;
  margin: 0px 5px;
  width: 12px;
  height: 12px;
  background: #cccfd1;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#home section.kaiin .carousel--button_group--button.is-active {
  background: #03a864;
}
#home section.kaiin .carousel--button_group--next {
  display: block;
  margin: 0px 15px;
  width: 50px;
  height: 50px;
  position: relative;
  background: white;
  border: 1px solid #ccc;
  border-radius: 50%;
}
#home section.kaiin .carousel--button_group--next::before {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
          transform: translate(-75%, -50%) rotate(45deg);
}
#home section.kaiin .carousel--button_group--next:hover {
  background: #dedede;
}
#home section.press {
  padding-top: 40px;
  background: #f6f6f6;
}
#home section.press .press--list {
  list-style-type: none;
}
#home section.press .press--list--item {
  padding: 5px 0px;
}
#home section.join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0px;
  background: #d9ecf5;
}
#home section.join .join--item {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0px;
}
#home section.join img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home section.join .join--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 15px 30px 60px;
  max-width: 600px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#home section.join .join--title {
  display: block;
  margin-bottom: 15px;
  color: #03a864;
  font-size: 22px;
  font-weight: 500;
}

#page .children--list,
#search .children--list {
  display: block;
  margin: 50px -10px;
  font-size: 0px;
}
#page .children--list .children--item,
#search .children--list .children--item {
  display: inline-block;
  margin: 0px;
  padding: 5px 10px;
  width: 33%;
  font-size: 1rem;
}
#page .children--list .children--item .page_child--block,
#search .children--list .children--item .page_child--block {
  padding: 0px;
  background: #f6f6f6;
}
#page .children--list .children--item .page_child--block--link,
#search .children--list .children--item .page_child--block--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 64px 0px 20px;
  height: 80px;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#page .children--list .children--item .page_child--block--link::after,
#search .children--list .children--item .page_child--block--link::after {
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 35px;
  content: "";
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}
#page .children--list .children--item .page_child--block--link:hover,
#search .children--list .children--item .page_child--block--link:hover {
  color: #03a864;
}
#page .children--list .children--item .page_child--block--link:hover::after,
#search .children--list .children--item .page_child--block--link:hover::after {
  border-color: #03a864;
}
#page .children--list .children--item .page_child--block--excerpt,
#search .children--list .children--item .page_child--block--excerpt {
  display: block;
  padding: 20px;
  height: calc(10.8em + 40px);
  overflow: hidden;
  color: #333;
  font-size: 16px;
  line-height: 180%;
}

#page.nyukai h3.wp-block-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.nyukai h3.wp-block-heading .merit_circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  background: #8a8a8a;
  border-radius: 50%;
}
#page.nyukai h3.wp-block-heading .merit_circle::before {
  content: "メリット";
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}
#page.nyukai .merit_icon {
  margin: 0px 50px;
  float: right;
}
#page.nyukai .purpose_pages--container {
  padding: 0px;
}
#page.nyukai .purpose_pages--container .children--list {
  margin-top: 10px;
  margin-bottom: 10px;
}
#page.nyukai .join_steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 50px 0px;
}
#page.nyukai .join_steps .join_step--block {
  display: block;
  padding: 20px 30px 0px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  background: #f1f1f1;
}
#page.nyukai .join_steps .join_step--block--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  background: #f3a833;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#page.nyukai .join_steps .join_step--block--icon::before {
  content: "STEP";
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}
#page.nyukai .join_steps .join_step--block .heading {
  display: block;
  margin: 10px 0px;
  color: #666666;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}
#page.nyukai .join_steps .join_step--block p {
  line-height: 150%;
}
#page.nyukai .join_steps .join_step--block p > span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
#page.nyukai .join_steps .join_step--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.nyukai .price {
  display: block;
  margin: 30px 0px;
  padding: 20px 30px;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  background: #f1f1f1;
}
#page.nyukai .price .price_tag {
  color: #cc1212;
  font-size: 20px;
  font-weight: inherit;
}

#page .purpose_list {
  display: block;
  padding-top: 30px;
}
#page .purpose_list ul.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 15px 5px;
  margin-bottom: 80px;
}
#page .purpose_list ul.col > li {
  position: relative;
  width: 24.5%;
  border: 2px solid #5479c2;
  /*&::before {
      position: absolute;
      top: 17px;
      right: 13px;
      content: "\f078";
      color: #5479c2;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      line-height: 1.5;
  }*/
}
#page .purpose_list ul.col > li a {
  display: block;
  padding: 10px 40px 10px 20px;
  line-height: 1.2;
  color: #5479c2;
}
#page .purpose_list ul.col > li.current_page_item, #page .purpose_list ul.col > li:hover {
  background-color: #5479c2;
}
#page .purpose_list ul.col > li.current_page_item a, #page .purpose_list ul.col > li:hover a {
  color: #fff;
}
#page .purpose_list ul.col > li.current_page_item::before, #page .purpose_list ul.col > li:hover::before {
  color: #fff;
}

#archive,
#categories {
  padding: 30px 0px;
}
#archive.news,
#categories.news {
  background: #ecf6f2;
}
#archive h2,
#categories h2 {
  display: block;
  margin: 30px;
  color: #333;
  text-align: center;
  font-family: "Roboto", "Noto Sans JP", "Arial", "Meiryo", メイリオ, sans-serif;
  font-size: 28px;
  font-weight: bold;
}
#archive .news--list,
#categories .news--list {
  margin: 30px 0px;
  padding: 15px 30px;
  background: white;
}
#archive .news--list > li,
#categories .news--list > li {
  border-bottom: 1px solid #e0e0e0;
}
#archive .post_block,
#categories .post_block {
  display: block;
  margin: 10px 0px;
  padding: 15px;
}
#archive .post_block::after,
#categories .post_block::after {
  display: block;
  clear: both;
  content: "";
}
#archive .post_block > h2,
#categories .post_block > h2 {
  display: block;
  margin: 0px;
  padding: 0px;
  color: #333;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  background: transparent;
  border-bottom: 1px solid #333;
}
#archive .post_block > h2 > a,
#categories .post_block > h2 > a {
  position: relative;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  background: inherit;
}
#archive .post_block > h2 > a::before,
#categories .post_block > h2 > a::before {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #03a864;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#archive .post_block .post-cat,
#categories .post_block .post-cat {
  display: block;
}
#archive .post_block .post-cat > a,
#categories .post_block .post-cat > a {
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  color: white;
  font-size: 14px;
  line-height: 100%;
  background: #aaa;
}
#archive .post_block .post-date,
#categories .post_block .post-date {
  display: block;
  color: #333;
  text-align: right;
  font-size: 14px;
}
#archive .post_block img,
#categories .post_block img {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}

#single {
  padding: 30px 0px;
}
#single .single_thumbnail--container {
  margin-bottom: 50px;
}
#single .single_thumbnail--container .single_thumbnail--text {
  display: block;
  margin: 20px auto;
  padding-left: 40px;
  font-size: 18px;
}
#single .single_thumbnail--container .single_thumbnail--text > p {
  margin-bottom: 1em;
  font-size: inherit;
}
#single .single_thumbnail--container .single_thumbnail--image {
  display: block;
  margin: 20px auto;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 900/560;
  -o-object-fit: contain;
     object-fit: contain;
}
#single .event_about {
  margin: 40px 0px;
}
#single .event_about table a {
  word-wrap: wrap;
  word-break: break-all;
}

.parent_contents--container .post-cat,
.single_contents--container .post-cat {
  display: block;
}
.parent_contents--container .post-cat > a,
.single_contents--container .post-cat > a {
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  color: white;
  font-size: 14px;
  line-height: 100%;
  background: #aaa;
}
.parent_contents--container .post-date,
.single_contents--container .post-date {
  display: block;
  color: #333;
  text-align: right;
  font-size: 14px;
}
.parent_contents--container h2.wp-block-heading,
.single_contents--container h2.wp-block-heading {
  display: block;
  margin: 70px 0px 30px 0px;
  padding: 15px 25px;
  color: #03a864;
  font-family: "Roboto", "Noto Sans JP", "Arial", "Meiryo", メイリオ, sans-serif;
  font-size: 28px;
  font-weight: 500;
  background: #e3f4ea;
}
.parent_contents--container h2.wp-block-heading.is-center,
.single_contents--container h2.wp-block-heading.is-center {
  text-align: center;
}
.parent_contents--container h2.wp-block-heading.is-gray,
.single_contents--container h2.wp-block-heading.is-gray {
  color: #333;
  background: #e3e3e3;
}
.parent_contents--container h2.wp-block-heading > a,
.single_contents--container h2.wp-block-heading > a {
  position: relative;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  background: inherit;
}
.parent_contents--container h2.wp-block-heading > a::before,
.single_contents--container h2.wp-block-heading > a::before {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #03a864;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.parent_contents--container h3.wp-block-heading,
.single_contents--container h3.wp-block-heading {
  display: block;
  margin: 70px 0px 30px 0px;
  padding: 5px 10px;
  color: #03a864;
  font-family: "Roboto", "Noto Sans JP", "Arial", "Meiryo", メイリオ, sans-serif;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 2px solid #03a864;
}
.parent_contents--container h3.wp-block-heading > a,
.single_contents--container h3.wp-block-heading > a {
  position: relative;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  background: inherit;
}
.parent_contents--container h3.wp-block-heading > a::before,
.single_contents--container h3.wp-block-heading > a::before {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #03a864;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.parent_contents--container h4.wp-block-heading,
.parent_contents--container h5.wp-block-heading,
.parent_contents--container h6.wp-block-heading,
.single_contents--container h4.wp-block-heading,
.single_contents--container h5.wp-block-heading,
.single_contents--container h6.wp-block-heading {
  display: block;
  margin: 50px 0px 20px 0px;
  padding: 0px 10px;
  color: #333;
  font-family: "Roboto", "Noto Sans JP", "Arial", "Meiryo", メイリオ, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  border-left: 6px solid #bdecd0;
}
.parent_contents--container h4.wp-block-heading > a,
.parent_contents--container h5.wp-block-heading > a,
.parent_contents--container h6.wp-block-heading > a,
.single_contents--container h4.wp-block-heading > a,
.single_contents--container h5.wp-block-heading > a,
.single_contents--container h6.wp-block-heading > a {
  position: relative;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  background: inherit;
}
.parent_contents--container h4.wp-block-heading > a::before,
.parent_contents--container h5.wp-block-heading > a::before,
.parent_contents--container h6.wp-block-heading > a::before,
.single_contents--container h4.wp-block-heading > a::before,
.single_contents--container h5.wp-block-heading > a::before,
.single_contents--container h6.wp-block-heading > a::before {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #03a864;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.parent_contents--container p,
.single_contents--container p {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 400;
}
.parent_contents--container p a,
.single_contents--container p a {
  position: relative;
  color: #03a864;
  font-size: inherit;
  font-weight: 500;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.parent_contents--container p a::before,
.single_contents--container p a::before {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #03a864;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.parent_contents--container p a:hover,
.single_contents--container p a:hover {
  color: #59bb8b;
}
.parent_contents--container p a:hover::before,
.single_contents--container p a:hover::before {
  background: #59bb8b;
}
.parent_contents--container strong,
.single_contents--container strong {
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
}
.parent_contents--container strong > *,
.single_contents--container strong > * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.parent_contents--container ul:not([class]),
.single_contents--container ul:not([class]) {
  list-style: none;
}
.parent_contents--container ul:not([class]) > li,
.single_contents--container ul:not([class]) > li {
  padding: 2px 0px 5px 20px;
  position: relative;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}
.parent_contents--container ul:not([class]) > li::before,
.single_contents--container ul:not([class]) > li::before {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(0.9em + 2px);
  left: 5px;
  content: "";
  background: #03a864;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.parent_contents--container ul:not([class]) > li a,
.single_contents--container ul:not([class]) > li a {
  position: relative;
  color: #03a864;
  font-size: inherit;
  font-weight: 500;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.parent_contents--container ul:not([class]) > li a::before,
.single_contents--container ul:not([class]) > li a::before {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #03a864;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.parent_contents--container ul:not([class]) > li a:hover,
.single_contents--container ul:not([class]) > li a:hover {
  color: #59bb8b;
}
.parent_contents--container ul:not([class]) > li a:hover::before,
.single_contents--container ul:not([class]) > li a:hover::before {
  background: #59bb8b;
}
.parent_contents--container ol:not([class]),
.single_contents--container ol:not([class]) {
  list-style: none;
  counter-reset: item;
}
.parent_contents--container ol:not([class]) > li,
.single_contents--container ol:not([class]) > li {
  padding: 2px 0px 5px 35px;
  position: relative;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}
.parent_contents--container ol:not([class]) > li::before,
.single_contents--container ol:not([class]) > li::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  position: absolute;
  top: calc(0.9em + 2px);
  left: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: item;
  content: counter(item);
  color: white;
  font-size: 15px;
  font-weight: 500;
  background: #03a864;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.parent_contents--container ol:not([class]) > li a,
.single_contents--container ol:not([class]) > li a {
  position: relative;
  color: #03a864;
  font-size: inherit;
  font-weight: 500;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.parent_contents--container ol:not([class]) > li a::before,
.single_contents--container ol:not([class]) > li a::before {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #03a864;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.parent_contents--container ol:not([class]) > li a:hover,
.single_contents--container ol:not([class]) > li a:hover {
  color: #59bb8b;
}
.parent_contents--container ol:not([class]) > li a:hover::before,
.single_contents--container ol:not([class]) > li a:hover::before {
  background: #59bb8b;
}
.parent_contents--container figure.wp-block-table,
.single_contents--container figure.wp-block-table {
  display: block !important;
  margin-bottom: 30px;
  width: 100%;
  max-width: 100%;
}
.parent_contents--container figure.wp-block-table table,
.single_contents--container figure.wp-block-table table {
  width: 100%;
}
.parent_contents--container figure.wp-block-table table thead,
.single_contents--container figure.wp-block-table table thead {
  border-bottom: unset;
}
.parent_contents--container figure.wp-block-table table thead th, .parent_contents--container figure.wp-block-table table thead td,
.single_contents--container figure.wp-block-table table thead th,
.single_contents--container figure.wp-block-table table thead td {
  padding: 10px 20px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  background: #f4f4f4;
  border: 1px solid #c8c8c8;
}
.parent_contents--container figure.wp-block-table table thead th.has-text-align-left, .parent_contents--container figure.wp-block-table table thead td.has-text-align-left,
.single_contents--container figure.wp-block-table table thead th.has-text-align-left,
.single_contents--container figure.wp-block-table table thead td.has-text-align-left {
  text-align: left;
}
.parent_contents--container figure.wp-block-table table thead th.has-text-align-center, .parent_contents--container figure.wp-block-table table thead td.has-text-align-center,
.single_contents--container figure.wp-block-table table thead th.has-text-align-center,
.single_contents--container figure.wp-block-table table thead td.has-text-align-center {
  text-align: center;
}
.parent_contents--container figure.wp-block-table table thead th.has-text-align-right, .parent_contents--container figure.wp-block-table table thead td.has-text-align-right,
.single_contents--container figure.wp-block-table table thead th.has-text-align-right,
.single_contents--container figure.wp-block-table table thead td.has-text-align-right {
  text-align: right;
}
.parent_contents--container figure.wp-block-table table thead th a, .parent_contents--container figure.wp-block-table table thead td a,
.single_contents--container figure.wp-block-table table thead th a,
.single_contents--container figure.wp-block-table table thead td a {
  position: relative;
  color: #03a864;
  font-size: inherit;
  font-weight: 500;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.parent_contents--container figure.wp-block-table table thead th a::before, .parent_contents--container figure.wp-block-table table thead td a::before,
.single_contents--container figure.wp-block-table table thead th a::before,
.single_contents--container figure.wp-block-table table thead td a::before {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #03a864;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.parent_contents--container figure.wp-block-table table thead th a:hover, .parent_contents--container figure.wp-block-table table thead td a:hover,
.single_contents--container figure.wp-block-table table thead th a:hover,
.single_contents--container figure.wp-block-table table thead td a:hover {
  color: #59bb8b;
}
.parent_contents--container figure.wp-block-table table thead th a:hover::before, .parent_contents--container figure.wp-block-table table thead td a:hover::before,
.single_contents--container figure.wp-block-table table thead th a:hover::before,
.single_contents--container figure.wp-block-table table thead td a:hover::before {
  background: #59bb8b;
}
.parent_contents--container figure.wp-block-table table tbody th, .parent_contents--container figure.wp-block-table table tbody td,
.single_contents--container figure.wp-block-table table tbody th,
.single_contents--container figure.wp-block-table table tbody td {
  padding: 10px 20px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: left;
  font-size: 18px;
  border: 1px solid #c8c8c8;
}
.parent_contents--container figure.wp-block-table table tbody th.has-text-align-left, .parent_contents--container figure.wp-block-table table tbody td.has-text-align-left,
.single_contents--container figure.wp-block-table table tbody th.has-text-align-left,
.single_contents--container figure.wp-block-table table tbody td.has-text-align-left {
  text-align: left;
}
.parent_contents--container figure.wp-block-table table tbody th.has-text-align-center, .parent_contents--container figure.wp-block-table table tbody td.has-text-align-center,
.single_contents--container figure.wp-block-table table tbody th.has-text-align-center,
.single_contents--container figure.wp-block-table table tbody td.has-text-align-center {
  text-align: center;
}
.parent_contents--container figure.wp-block-table table tbody th.has-text-align-right, .parent_contents--container figure.wp-block-table table tbody td.has-text-align-right,
.single_contents--container figure.wp-block-table table tbody th.has-text-align-right,
.single_contents--container figure.wp-block-table table tbody td.has-text-align-right {
  text-align: right;
}
.parent_contents--container figure.wp-block-table table tbody th a, .parent_contents--container figure.wp-block-table table tbody td a,
.single_contents--container figure.wp-block-table table tbody th a,
.single_contents--container figure.wp-block-table table tbody td a {
  position: relative;
  color: #03a864;
  font-size: inherit;
  font-weight: 500;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.parent_contents--container figure.wp-block-table table tbody th a::before, .parent_contents--container figure.wp-block-table table tbody td a::before,
.single_contents--container figure.wp-block-table table tbody th a::before,
.single_contents--container figure.wp-block-table table tbody td a::before {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #03a864;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.parent_contents--container figure.wp-block-table table tbody th a:hover, .parent_contents--container figure.wp-block-table table tbody td a:hover,
.single_contents--container figure.wp-block-table table tbody th a:hover,
.single_contents--container figure.wp-block-table table tbody td a:hover {
  color: #59bb8b;
}
.parent_contents--container figure.wp-block-table table tbody th a:hover::before, .parent_contents--container figure.wp-block-table table tbody td a:hover::before,
.single_contents--container figure.wp-block-table table tbody th a:hover::before,
.single_contents--container figure.wp-block-table table tbody td a:hover::before {
  background: #59bb8b;
}
.parent_contents--container figure.wp-block-table table tbody th,
.single_contents--container figure.wp-block-table table tbody th {
  background: #f4f4f4;
}
@media all and (max-width: 781px) {
  .parent_contents--container figure.wp-block-table.responsive-table-block__table table th, .parent_contents--container figure.wp-block-table.responsive-table-block__table table td,
  .single_contents--container figure.wp-block-table.responsive-table-block__table table th,
  .single_contents--container figure.wp-block-table.responsive-table-block__table table td {
    border: none;
  }
  .parent_contents--container figure.wp-block-table.responsive-table-block__table table th:first-child, .parent_contents--container figure.wp-block-table.responsive-table-block__table table td:first-child,
  .single_contents--container figure.wp-block-table.responsive-table-block__table table th:first-child,
  .single_contents--container figure.wp-block-table.responsive-table-block__table table td:first-child {
    border-bottom: 1px solid #333;
  }
}
.parent_contents--container figure.wp-block-table.event-about,
.single_contents--container figure.wp-block-table.event-about {
  padding-right: 20px;
}
.parent_contents--container figure.wp-block-table.event-about th,
.single_contents--container figure.wp-block-table.event-about th {
  min-width: 240px;
  text-align: center;
}
.parent_contents--container .wp-block-button > a.wp-block-button__link,
.single_contents--container .wp-block-button > a.wp-block-button__link {
  padding: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 280px;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  background: #03a864;
  border: 2px solid #03a864;
  border-radius: 30px;
  -webkit-transition: color 0.5s ease, background-color 0.5s ease;
  transition: color 0.5s ease, background-color 0.5s ease;
}
.parent_contents--container .wp-block-button > a.wp-block-button__link:hover,
.single_contents--container .wp-block-button > a.wp-block-button__link:hover {
  color: #03a864;
  background: white;
}
.parent_contents--container .wp-block-button.is-style-outline > a.wp-block-button__link,
.single_contents--container .wp-block-button.is-style-outline > a.wp-block-button__link {
  padding: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 280px;
  color: #03a864;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  background: white;
  border: 2px solid #03a864;
  border-radius: 30px;
  -webkit-transition: color 0.5s ease, background-color 0.5s ease;
  transition: color 0.5s ease, background-color 0.5s ease;
}
.parent_contents--container .wp-block-button.is-style-outline > a.wp-block-button__link:hover,
.single_contents--container .wp-block-button.is-style-outline > a.wp-block-button__link:hover {
  color: white;
  background: #03a864;
}
.parent_contents--container .contact_form table,
.single_contents--container .contact_form table {
  width: 100%;
}
.parent_contents--container .contact_form table th, .parent_contents--container .contact_form table td,
.single_contents--container .contact_form table th,
.single_contents--container .contact_form table td {
  padding: 10px 5px;
  position: relative;
  vertical-align: middle;
  font-size: 18px;
  border-bottom: 1px solid #e6e6e6;
}
.parent_contents--container .contact_form table th.必須::before, .parent_contents--container .contact_form table td.必須::before,
.single_contents--container .contact_form table th.必須::before,
.single_contents--container .contact_form table td.必須::before {
  display: block;
  padding: 7px 13px;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  content: "必須";
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  background: #f34e4e;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.parent_contents--container .contact_form table th p, .parent_contents--container .contact_form table td p,
.single_contents--container .contact_form table th p,
.single_contents--container .contact_form table td p {
  margin-bottom: 0px;
}
.parent_contents--container .contact_form table th,
.single_contents--container .contact_form table th {
  min-width: 160px;
}
.parent_contents--container .contact_form input[type^=text], .parent_contents--container .contact_form input[type^=tel], .parent_contents--container .contact_form input[type^=email], .parent_contents--container .contact_form input[type^=date],
.single_contents--container .contact_form input[type^=text],
.single_contents--container .contact_form input[type^=tel],
.single_contents--container .contact_form input[type^=email],
.single_contents--container .contact_form input[type^=date] {
  padding: 5px 10px;
  width: 100%;
  font-size: 18px;
  border: 1px solid #ccc;
  height: 40px;
}
.parent_contents--container .contact_form textarea,
.single_contents--container .contact_form textarea {
  padding: 5px 10px;
  width: 100%;
  font-size: 18px;
  border: 1px solid #ccc;
}
.parent_contents--container .contact_form input[type^=submit],
.single_contents--container .contact_form input[type^=submit] {
  display: block;
  margin: 30px auto;
  padding: 15px 10px;
  width: 100%;
  max-width: 430px;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  background: #f34e4e;
  border-radius: 30px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.parent_contents--container .contact_form input[type^=submit]:hover,
.single_contents--container .contact_form input[type^=submit]:hover {
  background: #d22d2d;
}
.parent_contents--container .contact_form .wpcf7-list-item,
.single_contents--container .contact_form .wpcf7-list-item {
  display: block;
}
.parent_contents--container .apply_mail_magazine,
.single_contents--container .apply_mail_magazine {
  display: block;
  margin: 30px 0px;
  padding: 30px 80px;
  background: #f6f6f6;
  border-radius: 5px;
}
.parent_contents--container .apply_mail_magazine .input_bundle,
.single_contents--container .apply_mail_magazine .input_bundle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.parent_contents--container .apply_mail_magazine .input_bundle input[type^=text],
.single_contents--container .apply_mail_magazine .input_bundle input[type^=text] {
  display: inline-block;
  padding: 5px 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  font-size: 16px;
  background: white;
  border: 1px solid #aaa;
  border-radius: 5px;
}
.parent_contents--container .apply_mail_magazine .input_bundle input[type^=submit],
.single_contents--container .apply_mail_magazine .input_bundle input[type^=submit] {
  display: inline-block;
  padding: 5px 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #333;
  font-size: 16px;
  background: #ccc;
  border: none;
  border-radius: 5px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.parent_contents--container .apply_mail_magazine .input_bundle input[type^=submit]:hover,
.single_contents--container .apply_mail_magazine .input_bundle input[type^=submit]:hover {
  background: #999;
}

article#taxonomies,
article#post_type {
  padding: 50px 0px;
}
article#taxonomies.press_release,
article#post_type.press_release {
  background: #f6f6f6;
}
article#taxonomies.events .purpose_selector, article#taxonomies.events-cat .purpose_selector,
article#post_type.events .purpose_selector,
article#post_type.events-cat .purpose_selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  margin: 0px auto 30px auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
article#taxonomies.events .purpose_selector--container, article#taxonomies.events-cat .purpose_selector--container,
article#post_type.events .purpose_selector--container,
article#post_type.events-cat .purpose_selector--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #ccc;
}
article#taxonomies.events .purpose_selector--container--label, article#taxonomies.events-cat .purpose_selector--container--label,
article#post_type.events .purpose_selector--container--label,
article#post_type.events-cat .purpose_selector--container--label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  background: #ceefe1;
}
article#taxonomies.events .purpose_selector--container--select, article#taxonomies.events-cat .purpose_selector--container--select,
article#post_type.events .purpose_selector--container--select,
article#post_type.events-cat .purpose_selector--container--select {
  padding: 14px 15px;
  width: 600px;
  max-width: 600px;
  background: #f8f8f8;
  accent-color: #b8bcbe;
}
article#taxonomies.events .purpose_selector--button, article#taxonomies.events-cat .purpose_selector--button,
article#post_type.events .purpose_selector--button,
article#post_type.events-cat .purpose_selector--button {
  display: block;
  padding: 0px 15px;
  color: white;
  font-size: 16px;
  font-weight: 400;
  background: #03a864;
  border: none;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
article#taxonomies.events .purpose_selector--button::before, article#taxonomies.events-cat .purpose_selector--button::before,
article#post_type.events .purpose_selector--button::before,
article#post_type.events-cat .purpose_selector--button::before {
  margin-right: 5px;
  content: "\f002";
  color: white;
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  font-weight: 700;
}
article#taxonomies.events .purpose_selector--button:hover, article#taxonomies.events-cat .purpose_selector--button:hover,
article#post_type.events .purpose_selector--button:hover,
article#post_type.events-cat .purpose_selector--button:hover {
  background: #007d4a;
}
article#taxonomies.events .tab--selector, article#taxonomies.events-cat .tab--selector,
article#post_type.events .tab--selector,
article#post_type.events-cat .tab--selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  margin: 30px auto;
  width: 100%;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
article#taxonomies.events .tab--selector::before, article#taxonomies.events-cat .tab--selector::before,
article#post_type.events .tab--selector::before,
article#post_type.events-cat .tab--selector::before {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 1;
  content: "";
  background: #ccc;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
article#taxonomies.events .tab--selector--item, article#taxonomies.events-cat .tab--selector--item,
article#post_type.events .tab--selector--item,
article#post_type.events-cat .tab--selector--item {
  display: block;
  padding: 5px 0px;
  width: 275px;
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  font-size: 22px;
  background: #5f6663;
  border: 1px solid #ccc;
}
article#taxonomies.events .tab--selector--item.is-selected, article#taxonomies.events-cat .tab--selector--item.is-selected,
article#post_type.events .tab--selector--item.is-selected,
article#post_type.events-cat .tab--selector--item.is-selected {
  color: #03a864;
  background: white;
  border-bottom: 1px solid white;
}
article#taxonomies.events .tab--content, article#taxonomies.events-cat .tab--content,
article#post_type.events .tab--content,
article#post_type.events-cat .tab--content {
  display: none;
}
article#taxonomies.events .tab--content.is-selected, article#taxonomies.events-cat .tab--content.is-selected,
article#post_type.events .tab--content.is-selected,
article#post_type.events-cat .tab--content.is-selected {
  display: block;
}
article#taxonomies.events ul.col > li, article#taxonomies.events-cat ul.col > li,
article#post_type.events ul.col > li,
article#post_type.events-cat ul.col > li {
  padding: 10px 15px;
}
article#taxonomies .member_introduction--text > p,
article#post_type .member_introduction--text > p {
  margin-bottom: 1.8em;
  font-size: 18px;
}
article#taxonomies h2.wp-block-heading,
article#post_type h2.wp-block-heading {
  display: block;
  margin: 50px 0px 20px 0px;
  padding: 15px 25px;
  color: #03a864;
  font-family: "Roboto", "Noto Sans JP", "Arial", "Meiryo", メイリオ, sans-serif;
  font-size: 28px;
  font-weight: 500;
  background: #e3f4ea;
}
article#taxonomies .member_introduction--list,
article#post_type .member_introduction--list {
  margin: 0px -5px;
}
article#taxonomies .member_introduction--list > li,
article#post_type .member_introduction--list > li {
  padding: 10px 5px;
}
article#taxonomies .member_introduction--block,
article#post_type .member_introduction--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #ccc;
}
article#taxonomies .member_introduction--block > img,
article#post_type .member_introduction--block > img {
  display: block;
  width: auto;
  height: 240px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
article#taxonomies .member_introduction--block--text,
article#post_type .member_introduction--block--text {
  padding: 15px 20px;
}
article#taxonomies .member_introduction--block--title,
article#post_type .member_introduction--block--title {
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
article#taxonomies .member_introduction--block--name,
article#post_type .member_introduction--block--name {
  color: #808080;
  font-size: 16px;
  font-weight: 500;
}
article#taxonomies .member_introduction--block--date,
article#post_type .member_introduction--block--date {
  color: #333;
  font-size: 14px;
}
article#taxonomies .member_introduction--block--new_label,
article#post_type .member_introduction--block--new_label {
  display: inline-block;
  margin-left: 5px;
  color: #e73c3c;
  font-size: 14px;
}
article#taxonomies .press_release--list,
article#post_type .press_release--list {
  display: block;
}
article#taxonomies .press_release--list--item,
article#post_type .press_release--list--item {
  display: block;
  padding: 7px 0px;
}
article#taxonomies .press_release--block,
article#post_type .press_release--block {
  display: block;
  padding: 20px 80px 20px 30px;
  position: relative;
  background: white;
}
article#taxonomies .press_release--block::before,
article#post_type .press_release--block::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  content: "\f1c1";
  color: #333;
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 400;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
article#taxonomies .press_release--block--date,
article#post_type .press_release--block--date {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
article#taxonomies .press_release--block--new_label,
article#post_type .press_release--block--new_label {
  display: inline-block;
  margin-left: 10px;
  color: #e73c3c;
  font-size: 14px;
}
article#taxonomies .press_release--block--title,
article#post_type .press_release--block--title {
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 18px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#03a864), to(#03a864));
  background-image: linear-gradient(#03a864, #03a864);
  background-size: 0% 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: color 0.5s ease, background-size 0.5s ease;
  transition: color 0.5s ease, background-size 0.5s ease;
}
article#taxonomies .press_release--block:hover::before,
article#post_type .press_release--block:hover::before {
  color: #03a864;
}
article#taxonomies .press_release--block:hover .press_release--block--title,
article#post_type .press_release--block:hover .press_release--block--title {
  color: #03a864;
  background-size: 100% 1px;
  background-position: 0% 100%;
}

@media screen and (max-width: 1079px) and (min-width: 769px) {
  /*

  O-ThemeのタブレットサイズのLayout SCSSです。

  ※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
  　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
  　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

  .inner {
      display: block;
      margin: 0px auto;
      // max-width: $inner--width;
      max-width: 1200px; // Change:2021-04-01 wada
  }

  */
  body .inner {
    margin: 0px auto;
    padding: 0px 30px;
  }
  .header {
    top: 0px;
    left: 0px;
  }
  .header__inner {
    padding: 0px 30px;
    height: 50px;
    position: relative;
  }
  .header a.site-ttl {
    position: absolute;
    top: 50%;
    left: 30px;
    font-size: 22px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__hamburger {
    display: block;
    padding: 5px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 100%;
    background: transparent;
    border: none;
  }
  .header__hamburger > .line {
    display: block;
    margin: 7px auto;
    width: 32px;
    height: 3px;
    background: #ccc;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .header__hamburger > .caption {
    color: black;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 10px;
    font-weight: 500;
    background: none;
    border: none;
  }
  .header__hamburger.open_hamburger .line:nth-of-type(1) {
    -webkit-transform: translate(-1px, 3px) rotate(-45deg);
            transform: translate(-1px, 3px) rotate(-45deg);
  }
  .header__hamburger.open_hamburger .line:nth-of-type(2) {
    -webkit-transform: translate(-1px, -8px) rotate(45deg);
            transform: translate(-1px, -8px) rotate(45deg);
  }
  .header nav {
    display: none;
  }
  .header_menu {
    display: none;
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0px;
    z-index: 101;
    background-color: #f6f6f6;
    border-bottom: 1px solid #c9d5d0;
  }
  .header_menu .inner {
    padding: 0px;
  }
  .header_menu nav {
    position: initial;
    display: inline;
  }
  .header_menu nav > ul#globalmenu {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .header_menu nav > ul#globalmenu > li.menu-item {
    display: block;
    width: auto;
    position: relative;
    border-right: 1px solid #dcdcdc;
  }
  .header_menu nav > ul#globalmenu > li.menu-item > a {
    display: block;
  }
  .header_menu nav > ul#globalmenu > li.menu-item > a .global_menu--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 15px 5px 55px;
    height: 60px;
    position: relative;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_menu nav > ul#globalmenu > li.menu-item > a .global_menu--block.has-child {
    padding: 5px 50px 5px 55px;
  }
  .header_menu nav > ul#globalmenu > li.menu-item > a .global_menu--block.has-child::after {
    position: absolute;
    right: 20px;
    content: "\f078";
    color: #333;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1.5;
  }
  .header_menu nav > ul#globalmenu > li.menu-item > a .global_menu--block--icon {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 15px;
    opacity: 1;
    z-index: 1;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header_menu nav > ul#globalmenu > li.menu-item > a .global_menu--block--icon.is-hover {
    opacity: 0;
    z-index: 2;
  }
  .header_menu nav > ul#globalmenu > li.menu-item > a .global_menu--block--caption {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333;
    font-size: 16px;
    font-weight: 500;
  }
  .header_menu nav > ul#globalmenu > li.menu-item > a .global_menu--block:hover .global_menu--block--caption {
    color: #333;
  }
  .header_menu nav > ul#globalmenu > li.menu-item > a .global_menu--block:hover .global_menu--block--icon {
    opacity: 1;
  }
  .header_menu nav > ul#globalmenu > li.menu-item > a .global_menu--block:hover .global_menu--block--icon.is-hover {
    opacity: 0;
  }
  .header_menu nav > ul#globalmenu > li.menu-item > a .global_menu--block.has-child:hover::after {
    color: #333;
  }
  .header_menu nav > ul#globalmenu > li.menu-item:last-child {
    border-right: 0;
  }
  .header_menu nav > ul#globalmenu > li.menu-item > ul.sub-menu {
    display: none;
    padding: 10px 15px;
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
    z-index: 5;
    font-size: 0px;
    background-color: #e9e8e8;
  }
  .header_menu nav > ul#globalmenu > li.menu-item > ul.sub-menu > .menu-item {
    display: block;
    width: 100%;
  }
  .header_menu nav > ul#globalmenu > li.menu-item > ul.sub-menu > .menu-item > a {
    display: inline-block;
    width: 100%;
    color: #333;
    font-size: 16px;
  }
  .header_menu nav > ul#globalmenu > li.menu-item > ul.sub-menu > .menu-item > a::before {
    display: inline-block;
    margin-right: 4px;
    content: "-";
    color: #333;
  }
  .footer__inner {
    margin: 0px 30px;
  }
  #page .purpose_list ul.col > li {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  /*

  O-ThemeのスマートフォンサイズのLayout SCSSです。

  ※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
  　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
  　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

  .inner {
      display: block;
      margin: 0px auto;
      // max-width: $inner--width;
      max-width: 1200px; // Change:2021-04-01 wada
  }

  */
  .header {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
  }
  .header__inner {
    padding: 0px 15px;
    height: 50px;
    position: relative;
  }
  .header a.site-ttl {
    position: absolute;
    top: 50%;
    left: 15px;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .custom-logo-link {
    margin-top: 5px;
    height: 40px;
  }
  .header .custom-logo-link img {
    height: 100%;
  }
  .header__hamburger {
    display: block;
    padding: 5px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 100%;
    background: transparent;
    border: none;
  }
  .header__hamburger > .line {
    display: block;
    margin: 6px auto;
    width: 26px;
    height: 2px;
    background: #a0a3a5;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .header__hamburger > .caption {
    color: black;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 10px;
    font-weight: 500;
    background: none;
    border: none;
  }
  .header__hamburger.open_hamburger .line:nth-of-type(1) {
    -webkit-transform: translate(-1px, 8px) rotate(-45deg);
            transform: translate(-1px, 8px) rotate(-45deg);
  }
  .header__hamburger.open_hamburger .line:nth-of-type(2) {
    opacity: 0;
  }
  .header__hamburger.open_hamburger .line:nth-of-type(3) {
    -webkit-transform: translate(-1px, -8px) rotate(45deg);
            transform: translate(-1px, -8px) rotate(45deg);
  }
  .header .menu__search_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
    background: #e9e8e8;
    border: none;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  .header .menu__search_button > svg {
    color: #a0a3a5;
    font-size: 22px;
    font-weight: 700;
  }
  .header nav {
    display: none;
  }
  .translated-ltr .slider {
    padding-top: 89px;
  }
  .header_menu {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50px;
    left: 0px;
    z-index: 101;
    background-color: #f6f6f6;
    border-bottom: 1px solid #c9d5d0;
  }
  .header_menu .inner {
    padding: 0px;
  }
  .header_menu nav.menu-main_menu2-container {
    position: initial;
    display: inline;
  }
  .header_menu nav.menu-main_menu2-container > ul#globalmenu {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .header_menu nav.menu-main_menu2-container > ul#globalmenu > li.menu-item {
    display: block;
    width: auto;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
  }
  .header_menu nav.menu-main_menu2-container > ul#globalmenu > li.menu-item > a {
    display: block;
  }
  .header_menu nav.menu-main_menu2-container > ul#globalmenu > li.menu-item > a .global_menu--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 15px 5px 55px;
    height: 60px;
    position: relative;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_menu nav.menu-main_menu2-container > ul#globalmenu > li.menu-item > a .global_menu--block.has-child {
    padding: 5px 50px 5px 55px;
  }
  .header_menu nav.menu-main_menu2-container > ul#globalmenu > li.menu-item > a .global_menu--block.has-child::after {
    position: absolute;
    right: 20px;
    content: "\f078";
    color: #333;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1.5;
  }
  .header_menu nav.menu-main_menu2-container > ul#globalmenu > li.menu-item > a .global_menu--block--icon {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 15px;
    opacity: 1;
    z-index: 1;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header_menu nav.menu-main_menu2-container > ul#globalmenu > li.menu-item > a .global_menu--block--icon.is-hover {
    opacity: 0;
    z-index: 2;
  }
  .header_menu nav.menu-main_menu2-container > ul#globalmenu > li.menu-item > a .global_menu--block--caption {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333;
    font-size: 16px;
    font-weight: 500;
  }
  .header_menu nav.menu-main_menu2-container > ul#globalmenu > li.menu-item > a .global_menu--block:hover .global_menu--block--caption {
    color: #333;
  }
  .header_menu nav.menu-main_menu2-container > ul#globalmenu > li.menu-item > a .global_menu--block:hover .global_menu--block--icon {
    opacity: 1;
  }
  .header_menu nav.menu-main_menu2-container > ul#globalmenu > li.menu-item > a .global_menu--block:hover .global_menu--block--icon.is-hover {
    opacity: 0;
  }
  .header_menu nav.menu-main_menu2-container > ul#globalmenu > li.menu-item > a .global_menu--block.has-child:hover::after {
    color: #333;
  }
  .header_menu nav.menu-main_menu2-container > ul#globalmenu > li.menu-item:last-child {
    border-right: 0;
  }
  .header_menu nav.menu-main_menu2-container > ul#globalmenu > li.menu-item > ul.sub-menu {
    display: none;
    padding: 10px 15px;
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
    z-index: 5;
    font-size: 0px;
    background-color: #e9e8e8;
  }
  .header_menu nav.menu-main_menu2-container > ul#globalmenu > li.menu-item > ul.sub-menu > .menu-item {
    display: block;
    width: 100%;
  }
  .header_menu nav.menu-main_menu2-container > ul#globalmenu > li.menu-item > ul.sub-menu > .menu-item > a {
    display: inline-block;
    width: 100%;
    color: #333;
    font-size: 16px;
    line-height: 220%;
  }
  .header_menu nav.menu-main_menu2-container > ul#globalmenu > li.menu-item > ul.sub-menu > .menu-item > a::before {
    display: inline-block;
    margin-right: 4px;
    content: "-";
    color: #333;
  }
  .header_menu nav.menu-main_menu-container {
    display: block;
    padding: 10px;
  }
  .header_menu nav.menu-main_menu-container ul#globalmenu {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
  }
  .header_menu nav.menu-main_menu-container ul#globalmenu > li.menu-item {
    display: inline-block;
    padding: 5px;
    width: 50%;
  }
  .header_menu nav.menu-main_menu-container ul#globalmenu > li.menu-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    padding: 10px 15px;
    height: 64px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    background: #03a864;
  }
  .header_menu nav.menu-main_menu-container ul#globalmenu > li.menu-item > a::before {
    display: block;
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
  }
  .header_menu nav.menu-main_menu-container ul#globalmenu > li.menu-item:nth-of-type(1) > a::before {
    background-image: url("./images/header/menu_icon01.svg");
  }
  .header_menu nav.menu-main_menu-container ul#globalmenu > li.menu-item:nth-of-type(2) > a::before {
    background-image: url("./images/header/menu_icon02.svg");
  }
  .header_menu nav.menu-main_menu-container ul#globalmenu > li.menu-item:nth-of-type(3) > a::before {
    background-image: url("./images/header/menu_icon03.svg");
  }
  .header_menu nav.menu-main_menu-container ul#globalmenu > li.menu-item:nth-of-type(4) > a::before {
    background-image: url("./images/header/menu_icon04.svg");
  }
  .slider {
    padding-top: 50px;
  }
  .slider .inner {
    padding: 0px;
  }
  .slider--list--item {
    padding: 0px;
  }
  .slider--button {
    width: 30px;
    height: 30px;
  }
  .slider--button-prev {
    left: 5%;
  }
  .slider--button-prev::before {
    width: 6px;
    height: 6px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
  }
  .slider--button-next {
    left: 95%;
  }
  .slider--button-next::before {
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }
  .slider--thumbnail {
    gap: 5px;
    width: auto;
    height: auto;
    bottom: 10px;
  }
  .slider--thumbnail--item {
    width: 6px;
    height: 6px;
    opacity: 0.6;
    background: white;
    border: none;
    border-radius: 50%;
  }
  .slider--thumbnail--item img {
    display: none;
  }
  .slider--thumbnail--item.is-active {
    opacity: 0.9;
    border: none;
  }
  .eyecatch {
    margin-top: 50px;
    padding-top: 0px;
    height: 130px;
  }
  .eyecatch--title {
    display: -webkit-box;
    height: calc(3.6em + 15px);
    overflow: hidden;
    font-size: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-transform: translateY(10px) translate(-50%, -50%);
            transform: translateY(10px) translate(-50%, -50%);
  }
  .breadcrumb > .inner {
    display: block;
    font-size: 14px;
    line-height: 180%;
  }
  .breadcrumb > .inner a {
    line-height: 180%;
  }
  .breadcrumb .bread-arrow {
    width: 20px;
    height: 0.6em;
  }
  .search_screen .close__searchform {
    top: 20px;
    right: 20px;
  }
  .footer__inner {
    margin: 0px 15px;
  }
  .footer .external_sites .carousel--container {
    padding: 0px 30px;
  }
  .footer .external_sites--list {
    margin: 10px 0px;
    width: 100%;
  }
  .footer .external_sites--list > .external_widget {
    width: 50%;
  }
  .footer .external_sites .carousel--button_group--button {
    margin: 0px 2px;
    width: 10px;
    height: 10px;
  }
  .footer .ad_banner_links--list > .ad_banner_widget {
    width: 50%;
  }
  .footer ul#footermenu > li.menu-item {
    padding-bottom: 30px;
    width: 50%;
  }
  .footer ul#footermenu > li.menu-item:nth-child(odd) {
    padding-right: 8px;
  }
  .footer ul#footermenu > li.menu-item:nth-child(even) {
    padding-left: 8px;
  }
  .footer ul#footermenu > li.menu-item > a {
    font-size: 16px;
  }
  .footer ul#footermenu > li.menu-item > .sub-menu > li.menu-item {
    padding: 0px;
  }
  .footer ul#footermenu > li.menu-item > .sub-menu > li.menu-item > a {
    font-size: 15px;
  }
  .footer iframe {
    width: 100%;
  }
  .footer--logo {
    display: block;
    margin: 0px auto 10px auto;
  }
  .footer--social_icons {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 260px;
  }
  .footer .default_btn {
    margin: 0px auto 10px auto;
  }
  .footer--copyright {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 30px;
    font-size: 11px;
    text-align: center;
  }
  .footer--bottom_line {
    margin-top: 5px;
    height: 18px;
  }
  .sp_footer_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 102;
  }
  #home section {
    padding: 50px 0px;
  }
  #home section.news {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #home section.news .box {
    margin-top: 0px;
    padding: 15px 10px 30px 10px;
  }
  #home section.news .box ul.news_list li {
    display: block;
  }
  #home section.news .box ul.news_list li .news_date {
    display: inline-block;
    width: 80px;
  }
  #home section.news .box ul.news_list li .news_cat {
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #home section.news .box ul.news_list li .news_cat > a {
    padding: 0px 10px;
    font-size: 14px;
  }
  #home section.news .box ul.news_list li .news_ttl {
    display: block;
    text-align: left;
    font-size: 16px;
  }
  #home section.event {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #home section.event .inner {
    padding: 0px 5px;
  }
  #home section.event .purpose_selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin: 10px auto 30px auto;
    width: auto;
  }
  #home section.event .purpose_selector--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: 1px solid #f8f8f8;
  }
  #home section.event .purpose_selector--container--label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    background: #ceefe1;
  }
  #home section.event .purpose_selector--container--select {
    padding: 16px 5px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    max-width: auto;
    font-size: 13px;
    background: #f8f8f8;
  }
  #home section.event .purpose_selector--button {
    display: block;
    margin: 0px auto;
    padding: 15px 30px;
    width: 100%;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    background: #03a864;
    border: none;
  }
  #home section.event .purpose_selector--button::before {
    margin-right: 5px;
    content: "\f002";
    color: white;
    font-family: "Font Awesome 6 Free";
    font-size: inherit;
    font-weight: 700;
  }
  #home section.event .tab--selector {
    gap: 10px;
  }
  #home section.event .tab--selector--item {
    padding: 10px 0px;
    width: 150px;
    font-size: 17px;
  }
  #home section.event .event_list ul.col > li {
    padding: 10px 5px;
  }
  #home section.event .event_list .seminor--link_block {
    border: none;
  }
  #home section.event .event_list .seminor--link_block--text_area {
    padding: 6px 0px;
  }
  #home section.event .event_list .seminor--link_block--category_label {
    font-size: 13px;
  }
  #home section.event .event_list .seminor--link_block--publish_date {
    font-size: 14px;
  }
  #home section.event .event_list .seminor--link_block--title {
    font-size: 16px;
  }
  #home section.mokuteki {
    padding-top: 30px;
    padding-bottom: 60px;
    background: #d9ecf5;
  }
  #home section.mokuteki .inner {
    padding: 0px;
  }
  #home section.mokuteki a.btn_mokuteki {
    height: 60px;
    padding: 10px;
    font-size: 15px;
    line-height: 150%;
  }
  #home section.mokuteki a.btn_mokuteki::after {
    right: 10px;
    font-size: 11px;
  }
  #home section.mokuteki a.btn_mokuteki img {
    width: 55px;
  }
  #home section.kaiin {
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
  }
  #home section.kaiin .member_introduction--list::before {
    height: 400px;
  }
  #home section.kaiin .member_introduction--list--item {
    padding: 0px 10px;
    width: 100%;
  }
  #home section.kaiin .member_introduction--block {
    border: none;
  }
  #home section.kaiin .member_introduction--block--text {
    padding: 10px 0px;
  }
  #home section.kaiin .member_introduction--block--name {
    font-size: 18px;
  }
  #home section.kaiin .member_introduction--block--term {
    font-size: 13px;
    border: 1px solid #e10000;
  }
  #home section.kaiin .member_introduction--block--field_title {
    width: 72px;
    font-size: 14px;
  }
  #home section.kaiin .member_introduction--block--field_contents {
    font-size: 14px;
  }
  #home section.kaiin .carousel--button_group {
    padding: 0px 30px;
    width: 100%;
    position: relative;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  #home section.kaiin .carousel--button_group--prev {
    margin: 0px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #home section.kaiin .carousel--button_group--button {
    margin: 0px 2px;
    width: 12px;
    height: 12px;
  }
  #home section.kaiin .carousel--button_group--next {
    margin: 0px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #home section.press {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #home section.press .press--block {
    padding: 10px 40px 10px 15px;
  }
  #home section.press .press--block::after {
    right: 0px;
  }
  #home section.press .press--block--published {
    font-size: 13px;
  }
  #home section.press .press--block--new_label {
    font-size: 13px;
  }
  #home section.press .press--block--title {
    text-overflow: inherit;
    white-space: break-spaces;
    font-size: 15px;
  }
  #home section.join {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #home section.join .join--text {
    padding: 30px 15px;
  }
  #home section.join .default_btn {
    margin-left: auto;
    margin-right: auto;
  }
  #purpose .purpose_pages--container--item {
    width: 100%;
  }
  #purpose .purpose_pages--block--excerpt {
    height: auto;
  }
  #page .purpose_list {
    display: none;
  }
  #page .purpose_list ul.col > li {
    width: 49%;
  }
  #page {
    /*入会ナビ*/
  }
  #page .children--list {
    margin: 20px -10px;
  }
  #page .children--list .children--item {
    display: block;
    margin: 0px;
    padding: 10px 5px;
    width: 100%;
    font-size: 1rem;
  }
  #page .children--list .children--item .page_child--block {
    padding: 0px;
    background: #f6f6f6;
  }
  #page .children--list .children--item .page_child--block--link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 64px 0px 20px;
    height: 80px;
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  #page .children--list .children--item .page_child--block--link::after {
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 35px;
    content: "";
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
  }
  #page .children--list .children--item .page_child--block--link:hover {
    color: #03a864;
  }
  #page .children--list .children--item .page_child--block--link:hover::after {
    border-color: #03a864;
  }
  #page .children--list .children--item .page_child--block--excerpt {
    display: block;
    padding: 20px;
    height: calc(10.8em + 40px);
    overflow: hidden;
    color: #333;
    font-size: 16px;
    line-height: 180%;
  }
  #page.nyukai .join_steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px 10px;
  }
  #page.nyukai .join_steps .join_step--arrow {
    width: 100%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #single .single_thumbnail--container .single_thumbnail--text {
    padding-left: 0px;
  }
  .parent_contents--container figure.wp-block-table table,
  .single_contents--container figure.wp-block-table table {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .parent_contents--container figure.wp-block-table.event-about,
  .single_contents--container figure.wp-block-table.event-about {
    padding-right: 0px;
  }
  .parent_contents--container figure.wp-block-table.event-about table,
  .single_contents--container figure.wp-block-table.event-about table {
    width: 100%;
    min-width: 100%;
  }
  .parent_contents--container figure.wp-block-table.event-about table th, .parent_contents--container figure.wp-block-table.event-about table td,
  .single_contents--container figure.wp-block-table.event-about table th,
  .single_contents--container figure.wp-block-table.event-about table td {
    display: block;
    min-width: auto !important;
  }
  .parent_contents--container figure.wp-block-table.event-about table td,
  .single_contents--container figure.wp-block-table.event-about table td {
    font-size: 15px;
  }
  .parent_contents--container .wp-block-ikel-resposive-table-block figure.responsive-table-block__table > table,
  .single_contents--container .wp-block-ikel-resposive-table-block figure.responsive-table-block__table > table {
    max-width: 100% !important;
    min-width: auto !important;
  }
  .parent_contents--container .wp-block-ikel-resposive-table-block figure.responsive-table-block__table > table th, .parent_contents--container .wp-block-ikel-resposive-table-block figure.responsive-table-block__table > table td,
  .single_contents--container .wp-block-ikel-resposive-table-block figure.responsive-table-block__table > table th,
  .single_contents--container .wp-block-ikel-resposive-table-block figure.responsive-table-block__table > table td {
    max-width: 100% !important;
    min-width: auto !important;
    word-break: break-all !important;
  }
  .parent_contents--container .wp-block-button > a.wp-block-button__link,
  .single_contents--container .wp-block-button > a.wp-block-button__link {
    width: 100%;
  }
  .parent_contents--container .wp-block-button.is-style-outline > a.wp-block-button__link,
  .single_contents--container .wp-block-button.is-style-outline > a.wp-block-button__link {
    width: 100%;
  }
  .parent_contents--container .contact_form table th, .parent_contents--container .contact_form table td,
  .single_contents--container .contact_form table th,
  .single_contents--container .contact_form table td {
    display: block;
    text-align: left;
  }
  .parent_contents--container .apply_mail_magazine,
  .single_contents--container .apply_mail_magazine {
    padding: 20px;
    font-size: 14px;
  }
  .parent_contents--container .apply_mail_magazine .input_bundle input[type^=text],
  .single_contents--container .apply_mail_magazine .input_bundle input[type^=text] {
    width: calc(100% - 72px);
  }
  .parent_contents--container .apply_mail_magazine .input_bundle input[type^=submit],
  .single_contents--container .apply_mail_magazine .input_bundle input[type^=submit] {
    padding: 5px 15px;
  }
  article#taxonomies.press_release,
  article#post_type.press_release {
    background: #f6f6f6;
  }
  article#taxonomies.events .purpose_selector, article#taxonomies.events-cat .purpose_selector,
  article#post_type.events .purpose_selector,
  article#post_type.events-cat .purpose_selector {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10px auto;
    width: 90%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  article#taxonomies.events .purpose_selector--container, article#taxonomies.events-cat .purpose_selector--container,
  article#post_type.events .purpose_selector--container,
  article#post_type.events-cat .purpose_selector--container {
    width: 100%;
  }
  article#taxonomies.events .purpose_selector--container--label, article#taxonomies.events-cat .purpose_selector--container--label,
  article#post_type.events .purpose_selector--container--label,
  article#post_type.events-cat .purpose_selector--container--label {
    width: 50px;
    min-width: 50px;
    font-size: 14px;
  }
  article#taxonomies.events .purpose_selector--container--select, article#taxonomies.events-cat .purpose_selector--container--select,
  article#post_type.events .purpose_selector--container--select,
  article#post_type.events-cat .purpose_selector--container--select {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 7px 5px;
    width: auto;
    font-size: 14px;
  }
  article#taxonomies.events .purpose_selector--button, article#taxonomies.events-cat .purpose_selector--button,
  article#post_type.events .purpose_selector--button,
  article#post_type.events-cat .purpose_selector--button {
    padding: 5px 15px;
    width: 40%;
    font-size: 15px;
  }
  article#taxonomies.events .purpose_selector--button::before, article#taxonomies.events-cat .purpose_selector--button::before,
  article#post_type.events .purpose_selector--button::before,
  article#post_type.events-cat .purpose_selector--button::before {
    font-size: 15px;
  }
  article#taxonomies.events .tab--selector, article#taxonomies.events-cat .tab--selector,
  article#post_type.events .tab--selector,
  article#post_type.events-cat .tab--selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    margin: 30px auto 15px auto;
    width: 100%;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  article#taxonomies.events .tab--selector::before, article#taxonomies.events-cat .tab--selector::before,
  article#post_type.events .tab--selector::before,
  article#post_type.events-cat .tab--selector::before {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 1;
    content: "";
    background: #ccc;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  article#taxonomies.events .tab--selector--item, article#taxonomies.events-cat .tab--selector--item,
  article#post_type.events .tab--selector--item,
  article#post_type.events-cat .tab--selector--item {
    display: block;
    padding: 5px 0px;
    width: 140px;
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    font-size: 16px;
    background: #5f6663;
    border: 1px solid #ccc;
  }
  article#taxonomies.events .tab--selector--item.is-selected, article#taxonomies.events-cat .tab--selector--item.is-selected,
  article#post_type.events .tab--selector--item.is-selected,
  article#post_type.events-cat .tab--selector--item.is-selected {
    color: #03a864;
    background: white;
    border-bottom: 1px solid white;
  }
  article#taxonomies.events .tab--content, article#taxonomies.events-cat .tab--content,
  article#post_type.events .tab--content,
  article#post_type.events-cat .tab--content {
    display: none;
  }
  article#taxonomies.events .tab--content.is-selected, article#taxonomies.events-cat .tab--content.is-selected,
  article#post_type.events .tab--content.is-selected,
  article#post_type.events-cat .tab--content.is-selected {
    display: block;
  }
  article#taxonomies.events ul.col, article#taxonomies.events-cat ul.col,
  article#post_type.events ul.col,
  article#post_type.events-cat ul.col {
    margin: 0px -5px;
  }
  article#taxonomies.events ul.col > li, article#taxonomies.events-cat ul.col > li,
  article#post_type.events ul.col > li,
  article#post_type.events-cat ul.col > li {
    padding: 5px;
  }
  article#taxonomies .member_introduction--text > p,
  article#post_type .member_introduction--text > p {
    margin-bottom: 1.8em;
  }
  article#taxonomies h2.wp-block-heading,
  article#post_type h2.wp-block-heading {
    display: block;
    margin: 50px 0px 20px 0px;
    padding: 15px 25px;
    color: #03a864;
    font-family: "Roboto", "Noto Sans JP", "Arial", "Meiryo", メイリオ, sans-serif;
    font-size: 28px;
    font-weight: 500;
    background: #e3f4ea;
  }
  article#taxonomies .member_introduction--list > li:nth-of-type(odd),
  article#post_type .member_introduction--list > li:nth-of-type(odd) {
    padding: 20px 10px 20px 0px;
  }
  article#taxonomies .member_introduction--list > li:nth-of-type(even),
  article#post_type .member_introduction--list > li:nth-of-type(even) {
    padding: 20px 0px 20px 10px;
  }
  article#taxonomies .member_introduction--block,
  article#post_type .member_introduction--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: 1px solid #ccc;
  }
  article#taxonomies .member_introduction--block > img,
  article#post_type .member_introduction--block > img {
    display: block;
    width: auto;
    height: 240px;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  article#taxonomies .member_introduction--block--text,
  article#post_type .member_introduction--block--text {
    padding: 15px 20px;
  }
  article#taxonomies .member_introduction--block--title,
  article#post_type .member_introduction--block--title {
    color: #333;
    font-size: 18px;
    font-weight: 500;
  }
  article#taxonomies .member_introduction--block--name,
  article#post_type .member_introduction--block--name {
    color: #808080;
    font-size: 16px;
    font-weight: 500;
  }
  article#taxonomies .member_introduction--block--date,
  article#post_type .member_introduction--block--date {
    color: #333;
    font-size: 14px;
  }
  article#taxonomies .member_introduction--block--new_label,
  article#post_type .member_introduction--block--new_label {
    display: inline-block;
    margin-left: 5px;
    color: #e73c3c;
    font-size: 14px;
  }
  article#taxonomies .press_release--list,
  article#post_type .press_release--list {
    display: block;
  }
  article#taxonomies .press_release--list--item,
  article#post_type .press_release--list--item {
    display: block;
    padding: 7px 0px;
  }
  article#taxonomies .press_release--block,
  article#post_type .press_release--block {
    display: block;
    padding: 20px 80px 20px 30px;
    position: relative;
    background: white;
  }
  article#taxonomies .press_release--block::before,
  article#post_type .press_release--block::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    content: "\f1c1";
    color: #333;
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 400;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  article#taxonomies .press_release--block--date,
  article#post_type .press_release--block--date {
    color: #333;
    font-size: 14px;
    font-weight: 500;
  }
  article#taxonomies .press_release--block--new_label,
  article#post_type .press_release--block--new_label {
    display: inline-block;
    margin-left: 10px;
    color: #e73c3c;
    font-size: 14px;
  }
  article#taxonomies .press_release--block--title,
  article#post_type .press_release--block--title {
    display: block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 18px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#03a864), to(#03a864));
    background-image: linear-gradient(#03a864, #03a864);
    background-size: 0% 1px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: color 0.5s ease, background-size 0.5s ease;
    transition: color 0.5s ease, background-size 0.5s ease;
  }
  article#taxonomies .press_release--block:hover::before,
  article#post_type .press_release--block:hover::before {
    color: #03a864;
  }
  article#taxonomies .press_release--block:hover .press_release--block--title,
  article#post_type .press_release--block:hover .press_release--block--title {
    color: #03a864;
    background-size: 100% 1px;
    background-position: 0% 100%;
  }
}
/*

O-Themeの全サイズ共通のModule SCSSです。
サイズに依存しないスタイルを定義するSCSSです。
サイズに依存する場合は、module_pc.scss / module_tab.scss / module_sp.scss に書き分けてください。

※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

.inner {
    display: block;
    margin: 0px auto;
    // max-width: $inner--width;
    max-width: 1200px; // Change:2021-04-01 wada
}

*/
.f_10 {
  font-size: 10px;
}

.f_11 {
  font-size: 11px;
}

.f_12 {
  font-size: 12px;
}

.f_13 {
  font-size: 13px;
}

.f_14 {
  font-size: 14px;
}

.f_15 {
  font-size: 15px;
}

.f_16 {
  font-size: 16px;
}

.f_18 {
  font-size: 18px;
}

.f_20 {
  font-size: 20px;
}

.f_22 {
  font-size: 22px;
}

.f_24 {
  font-size: 24px;
}

.f_26 {
  font-size: 26px;
}

.f_28 {
  font-size: 28px;
}

.f_30 {
  font-size: 30px;
}

.f_32 {
  font-size: 32px;
}

.f_36 {
  font-size: 36px;
}

.f_40 {
  font-size: 40px;
}

.f_44 {
  font-size: 44px;
}

.f_48 {
  font-size: 48px;
}

.f_52 {
  font-size: 52px;
}

.f_56 {
  font-size: 56px;
}

.f_60 {
  font-size: 60px;
}

.f_64 {
  font-size: 64px;
}

.underline {
  display: inline;
  border-bottom: 1px solid #333333;
}
.underline--dot {
  border-bottom: 2px dotted #333333;
}
.underline--dash {
  border-bottom: 1px dashed #333333;
}
.underline--double {
  border-bottom: 4px double #333333;
}
.underline--wave {
  border-bottom: none;
  -webkit-text-decoration: underline wavy #333333;
          text-decoration: underline wavy #333333;
}

.marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 255, 0, 0.6196078431)));
  background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.6196078431) 60%);
}
.marker--red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 100, 100, 0.5)));
  background: linear-gradient(transparent 60%, rgba(255, 100, 100, 0.5) 60%);
}
.marker--green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(100, 255, 100, 0.5)));
  background: linear-gradient(transparent 60%, rgba(100, 255, 100, 0.5) 60%);
}
.marker--blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(100, 100, 255, 0.5)));
  background: linear-gradient(transparent 60%, rgba(100, 100, 255, 0.5) 60%);
}
.marker--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 255, 100, 0.5)));
  background: linear-gradient(transparent 60%, rgba(255, 255, 100, 0.5) 60%);
}
.marker--cyan {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(100, 255, 255, 0.5)));
  background: linear-gradient(transparent 60%, rgba(100, 255, 255, 0.5) 60%);
}
.marker--purple {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 100, 255, 0.5)));
  background: linear-gradient(transparent 60%, rgba(255, 100, 255, 0.5) 60%);
}
.marker--gray {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(100, 100, 100, 0.5)));
  background: linear-gradient(transparent 60%, rgba(100, 100, 100, 0.5) 60%);
}

.align_left {
  text-align: left;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.valign_top {
  vertical-align: top;
}

.valign_middle {
  vertical-align: middle;
}

.valign_bottom {
  vertical-align: bottom;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  margin-right: 20px;
  float: left;
}

img.right {
  margin-left: 20px;
  float: right;
}

.no-margin-top {
  margin: 0px !important;
}

.no-margin-top {
  margin-top: 0px !important;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.clear {
  clear: both;
}

.anchor {
  margin-top: -100px;
  padding-top: 100px;
}

.bg--white {
  background: white;
}

.bg--whitesmoke {
  background: whitesmoke;
}

.bg--ghostwhite {
  background: ghostwhite;
}

.bg--aliceblue {
  background: aliceblue;
}

.bg--lavender {
  background: lavender;
}

.bg--azure {
  background: azure;
}

.bg--lightcyan {
  background: lightcyan;
}

.bg--mintcream {
  background: mintcream;
}

.bg--honeydew {
  background: honeydew;
}

.bg--ivory {
  background: ivory;
}

.bg--beige {
  background: beige;
}

.bg--lightyellow {
  background: lightyellow;
}

.bg--lightgoldenrodyellow {
  background: lightgoldenrodyellow;
}

.bg--lemonchiffon {
  background: lemonchiffon;
}

.bg--floralwhite {
  background: floralwhite;
}

.bg--oldlace {
  background: oldlace;
}

.bg--cornsilk {
  background: cornsilk;
}

.bg--blanchedalmond {
  background: blanchedalmond;
}

.bg--bisque {
  background: bisque;
}

.bg--snow {
  background: snow;
}

.bg--linen {
  background: linen;
}

.bg--antiquewhite {
  background: antiquewhite;
}

.bg--seashell {
  background: seashell;
}

.bg--lavenderblush {
  background: lavenderblush;
}

.bg--mistyrose {
  background: mistyrose;
}

.bg--gainsboro {
  background: gainsboro;
}

.bg--lightgray {
  background: lightgray;
}

.bg--lightsteelblue {
  background: lightsteelblue;
}

.bg--lightblue {
  background: lightblue;
}

.bg--lightskyblue {
  background: lightskyblue;
}

.bg--powderblue {
  background: powderblue;
}

.bg--paleturquoise {
  background: paleturquoise;
}

.bg--skyblue {
  background: skyblue;
}

.bg--mediumaquamarine {
  background: mediumaquamarine;
}

.bg--aquamarine {
  background: aquamarine;
}

.bg--palegreen {
  background: palegreen;
}

.bg--lightgreen {
  background: lightgreen;
}

.bg--khaki {
  background: khaki;
}

.bg--palegoldenrod {
  background: palegoldenrod;
}

.bg--moccasin {
  background: moccasin;
}

.bg--navajowhite {
  background: navajowhite;
}

.bg--peachpuff {
  background: peachpuff;
}

.bg--wheat {
  background: wheat;
}

.bg--pink {
  background: pink;
}

.bg--lightpink {
  background: lightpink;
}

.bg--thistle {
  background: thistle;
}

.bg--plum {
  background: plum;
}

.bg--silver {
  background: silver;
}

.bg--darkgray {
  background: darkgray;
}

.bg--lightslategray {
  background: lightslategray;
}

.bg--slategray {
  background: slategray;
}

.bg--slateblue {
  background: slateblue;
}

.bg--steelblue {
  background: steelblue;
}

.bg--mediumslateblue {
  background: mediumslateblue;
}

.bg--royalblue {
  background: royalblue;
}

.bg--blue {
  background: blue;
}

.bg--dodgerblue {
  background: dodgerblue;
}

.bg--cornflowerblue {
  background: cornflowerblue;
}

.bg--deepskyblue {
  background: deepskyblue;
}

.bg--cyan {
  background: cyan;
}

.bg--aqua {
  background: aqua;
}

.bg--turquoise {
  background: turquoise;
}

.bg--mediumturquoise {
  background: mediumturquoise;
}

.bg--darkturquoise {
  background: darkturquoise;
}

.bg--lightseagreen {
  background: lightseagreen;
}

.bg--mediumspringgreen {
  background: mediumspringgreen;
}

.bg--springgreen {
  background: springgreen;
}

.bg--lime {
  background: lime;
}

.bg--limegreen {
  background: limegreen;
}

.bg--yellowgreen {
  background: yellowgreen;
}

.bg--lawngreen {
  background: lawngreen;
}

.bg--chartreuse {
  background: chartreuse;
}

.bg--greenyellow {
  background: greenyellow;
}

.bg--yellow {
  background: yellow;
}

.bg--gold {
  background: gold;
}

.bg--orange {
  background: orange;
}

.bg--darkorange {
  background: darkorange;
}

.bg--goldenrod {
  background: goldenrod;
}

.bg--burlywood {
  background: burlywood;
}

.bg--tan {
  background: tan;
}

.bg--sandybrown {
  background: sandybrown;
}

.bg--darksalmon {
  background: darksalmon;
}

.bg--lightcoral {
  background: lightcoral;
}

.bg--salmon {
  background: salmon;
}

.bg--lightsalmon {
  background: lightsalmon;
}

.bg--coral {
  background: coral;
}

.bg--tomato {
  background: tomato;
}

.bg--orangered {
  background: orangered;
}

.bg--red {
  background: red;
}

.bg--deeppink {
  background: deeppink;
}

.bg--hotpink {
  background: hotpink;
}

.bg--palevioletred {
  background: palevioletred;
}

.bg--violet {
  background: violet;
}

.bg--orchid {
  background: orchid;
}

.bg--magenta {
  background: magenta;
}

.bg--fuchsia {
  background: fuchsia;
}

.bg--mediumorchid {
  background: mediumorchid;
}

.bg--darkorchid {
  background: darkorchid;
}

.bg--darkviolet {
  background: darkviolet;
}

.bg--blueviolet {
  background: blueviolet;
}

.bg--mediumpurple {
  background: mediumpurple;
}

.bg--gray {
  background: gray;
}

.bg--mediumblue {
  background: mediumblue;
}

.bg--darkcyan {
  background: darkcyan;
}

.bg--cadetblue {
  background: cadetblue;
}

.bg--darkseagreen {
  background: darkseagreen;
}

.bg--mediumseagreen {
  background: mediumseagreen;
}

.bg--teal {
  background: teal;
}

.bg--forestgreen {
  background: forestgreen;
}

.bg--seagreen {
  background: seagreen;
}

.bg--darkkhaki {
  background: darkkhaki;
}

.bg--peru {
  background: peru;
}

.bg--crimson {
  background: crimson;
}

.bg--indianred {
  background: indianred;
}

.bg--rosybrown {
  background: rosybrown;
}

.bg--mediumvioletred {
  background: mediumvioletred;
}

.bg--dimgray {
  background: dimgray;
}

.bg--black {
  background: black;
}

.bg--midnightblue {
  background: midnightblue;
}

.bg--darkslateblue {
  background: darkslateblue;
}

.bg--darkblue {
  background: darkblue;
}

.bg--navy {
  background: navy;
}

.bg--darkslategray {
  background: darkslategray;
}

.bg--green {
  background: green;
}

.bg--darkgreen {
  background: darkgreen;
}

.bg--darkolivegreen {
  background: darkolivegreen;
}

.bg--olivedrab {
  background: olivedrab;
}

.bg--olive {
  background: olive;
}

.bg--darkgoldenrod {
  background: darkgoldenrod;
}

.bg--chocolate {
  background: chocolate;
}

.bg--sienna {
  background: sienna;
}

.bg--saddlebrown {
  background: saddlebrown;
}

.bg--firebrick {
  background: firebrick;
}

.bg--brown {
  background: brown;
}

.bg--maroon {
  background: maroon;
}

.bg--darkred {
  background: darkred;
}

.bg--darkmagenta {
  background: darkmagenta;
}

.bg--purple {
  background: purple;
}

.bg--indigo {
  background: indigo;
}

@media screen and (min-width: 1080px) {
  /*

  O-ThemeのPCサイズのModule SCSSです。

  ※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
  　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
  　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

  .inner {
      display: block;
      margin: 0px auto;
      // max-width: $inner--width;
      max-width: 1200px; // Change:2021-04-01 wada
  }

  */
  .inner {
    padding: 0px 15px;
    width: 100%;
    max-width: 1230px;
    position: relative;
  }
  h1 {
    display: block;
    margin: 80px 0px 50px 0px;
    position: relative;
    color: #333333;
    text-align: center;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 32px;
    font-weight: bold;
  }
  h2.ttl {
    display: block;
    margin: 40px 0px 10px 0px;
    padding: 15px;
    position: relative;
    color: #333333;
    text-align: center;
    font-family: "Roboto", "Noto Sans JP", "Arial", "Meiryo", メイリオ, sans-serif;
    font-size: 28px;
    font-weight: 500;
  }
  h2.ttl::before {
    width: 36px;
    position: absolute;
    top: 0;
    left: calc(50% - 18px);
    content: "";
    border-top: 6px solid #03a864;
  }
  h3.ttl {
    display: block;
    margin: 50px 0px 30px 0px;
    padding: 5px;
    position: relative;
    color: #333333;
    text-align: center;
    font-size: 22px;
  }
  div, p, span, li, th, td {
    color: #333333;
  }
  .box {
    padding: 30px 40px;
  }
  a[href*="tel:"] {
    color: inherit;
    pointer-events: none;
  }
  a.default_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0px 0px 0px;
    padding: 15px 50px 15px 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 280px;
    height: 60px;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    background-color: #03a864;
    border: 2px solid #03a864;
    border-radius: 30px;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  a.default_btn::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 700;
    line-height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  a.default_btn:hover {
    color: #03a864;
    background-color: #fff;
  }
  a.default_btn.is-center {
    margin: 30px auto 0px auto;
  }
  .pc_off {
    display: none !important;
  }
  ul.col, div.col {
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0px;
  }
  ul.col > li, ul.col > div, div.col > li, div.col > div {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    font-size: 16px;
    vertical-align: top;
  }
  ul.col > li.pc_5, ul.col > div.pc_5, div.col > li.pc_5, div.col > div.pc_5 {
    width: 5%;
  }
  ul.col > li.pc_10, ul.col > div.pc_10, div.col > li.pc_10, div.col > div.pc_10 {
    width: 10%;
  }
  ul.col > li.pc_15, ul.col > div.pc_15, div.col > li.pc_15, div.col > div.pc_15 {
    width: 15%;
  }
  ul.col > li.pc_20, ul.col > div.pc_20, div.col > li.pc_20, div.col > div.pc_20 {
    width: 20%;
  }
  ul.col > li.pc_25, ul.col > div.pc_25, div.col > li.pc_25, div.col > div.pc_25 {
    width: 25%;
  }
  ul.col > li.pc_30, ul.col > div.pc_30, div.col > li.pc_30, div.col > div.pc_30 {
    width: 30%;
  }
  ul.col > li.pc_33, ul.col > div.pc_33, div.col > li.pc_33, div.col > div.pc_33 {
    width: 33.333%;
  }
  ul.col > li.pc_35, ul.col > div.pc_35, div.col > li.pc_35, div.col > div.pc_35 {
    width: 35%;
  }
  ul.col > li.pc_40, ul.col > div.pc_40, div.col > li.pc_40, div.col > div.pc_40 {
    width: 40%;
  }
  ul.col > li.pc_45, ul.col > div.pc_45, div.col > li.pc_45, div.col > div.pc_45 {
    width: 45%;
  }
  ul.col > li.pc_50, ul.col > div.pc_50, div.col > li.pc_50, div.col > div.pc_50 {
    width: 50%;
  }
  ul.col > li.pc_55, ul.col > div.pc_55, div.col > li.pc_55, div.col > div.pc_55 {
    width: 55%;
  }
  ul.col > li.pc_60, ul.col > div.pc_60, div.col > li.pc_60, div.col > div.pc_60 {
    width: 60%;
  }
  ul.col > li.pc_65, ul.col > div.pc_65, div.col > li.pc_65, div.col > div.pc_65 {
    width: 65%;
  }
  ul.col > li.pc_66, ul.col > div.pc_66, div.col > li.pc_66, div.col > div.pc_66 {
    width: 66.666%;
  }
  ul.col > li.pc_70, ul.col > div.pc_70, div.col > li.pc_70, div.col > div.pc_70 {
    width: 70%;
  }
  ul.col > li.pc_75, ul.col > div.pc_75, div.col > li.pc_75, div.col > div.pc_75 {
    width: 75%;
  }
  ul.col > li.pc_80, ul.col > div.pc_80, div.col > li.pc_80, div.col > div.pc_80 {
    width: 80%;
  }
  ul.col > li.pc_85, ul.col > div.pc_85, div.col > li.pc_85, div.col > div.pc_85 {
    width: 85%;
  }
  ul.col > li.pc_90, ul.col > div.pc_90, div.col > li.pc_90, div.col > div.pc_90 {
    width: 90%;
  }
  ul.col > li.pc_95, ul.col > div.pc_95, div.col > li.pc_95, div.col > div.pc_95 {
    width: 95%;
  }
  ul.col > li.pc_100, ul.col > div.pc_100, div.col > li.pc_100, div.col > div.pc_100 {
    width: 100%;
  }
  ul.col > li.pc_left, ul.col > div.pc_left, div.col > li.pc_left, div.col > div.pc_left {
    float: left;
  }
  ul.col > li.pc_right, ul.col > div.pc_right, div.col > li.pc_right, div.col > div.pc_right {
    float: right;
  }
  ul.col > li.p_2, ul.col > div.p_2, div.col > li.p_2, div.col > div.p_2 {
    padding: 2px;
  }
  ul.col > li.p_10, ul.col > div.p_10, div.col > li.p_10, div.col > div.p_10 {
    padding: 10px;
  }
  ul.col::after, div.col::after {
    display: block;
    content: "";
    clear: both;
  }
  aside {
    padding: 60px 0px 0px 0px;
  }
  aside h2.wp-block-heading, aside h2.ttl {
    margin: 80px 0px 20px 0px;
  }
  aside hr {
    margin: 60px 0px;
  }
  .purpose_pages--container {
    display: block;
    padding: 40px 0px;
    font-size: 0px;
  }
  .purpose_pages--container--item {
    display: inline-block;
    margin: 0px;
    padding: 20px 0px;
    width: 100%;
    vertical-align: top;
  }
  .purpose_pages--block {
    padding: 0px;
    color: #333;
    background: #f6f6f6;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  .purpose_pages--block--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 64px 0px 20px;
    height: 80px;
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .purpose_pages--block--title::after {
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 35px;
    content: "";
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
  }
  .purpose_pages--block--text {
    display: block;
    padding: 20px;
    color: inherit;
    font-size: 16px;
    line-height: 200%;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .purpose_pages--block--excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    height: 12em;
    overflow: hidden;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
  .purpose_pages--block--excerpt > a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
  .purpose_pages--block:hover {
    color: white;
    background: #03a864;
  }
  .purpose_pages--block:hover .purpose_pages--block--title {
    color: white;
  }
  .purpose_pages--block:hover .purpose_pages--block--title::after {
    border-color: white;
  }
  .purpose_pages--block:hover .purpose_pages--block--text {
    color: white;
  }
  #related_pages {
    padding: 0px 0px 30px 0px;
    position: relative;
    z-index: 1;
  }
  #related_pages .related_pages--container {
    padding: 0px;
  }
  #related_pages .related_pages--container ul.related_pages--list {
    position: relative;
    overflow-x: clip;
  }
  #related_pages .related_pages--container ul.related_pages--list::before {
    display: block;
    width: 25%;
    max-width: 350px;
    height: auto;
    aspect-ratio: 1/1.15;
    content: "";
  }
  #related_pages .related_pages--container ul.related_pages--list > li {
    padding: 0px 5px;
    width: 25%;
    position: absolute;
    top: 0px;
    -webkit-transition: left 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: left 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: left 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
    transition: left 0.5s ease, opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  #related_pages .related_pages--container ul.related_pages--list > li.related_pages--list_item1 {
    left: 0%;
    opacity: 1;
  }
  #related_pages .related_pages--container ul.related_pages--list > li.related_pages--list_item2 {
    left: 25%;
    opacity: 1;
  }
  #related_pages .related_pages--container ul.related_pages--list > li.related_pages--list_item3 {
    left: 50%;
    opacity: 1;
  }
  #related_pages .related_pages--container ul.related_pages--list > li.related_pages--list_item4 {
    left: 75%;
    opacity: 1;
  }
  #related_pages .related_pages--container ul.related_pages--list > li.related_pages--list_item5 {
    left: 100%;
    opacity: 1;
  }
  #related_pages .related_pages--container ul.related_pages--list > li.related_pages--list_item6 {
    left: 125%;
    opacity: 0;
  }
  #related_pages .related_pages--container ul.related_pages--list > li.related_pages--list_item7 {
    left: 150%;
    opacity: 0;
  }
  #related_pages .related_pages--container ul.related_pages--list > li.related_pages--list_item8 {
    left: -75%;
    opacity: 0;
  }
  #related_pages .related_pages--container ul.related_pages--list > li.related_pages--list_item9 {
    left: -50%;
    opacity: 0;
  }
  #related_pages .related_pages--container ul.related_pages--list > li.related_pages--list_item10 {
    left: -25%;
    opacity: 1;
  }
  #related_pages .related_pages--container .related_pages--slide_controler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
    margin: 20px 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #related_pages .related_pages--container .related_pages--slide_controler .related_pages--slide_controler--prev {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #related_pages .related_pages--container .related_pages--slide_controler .related_pages--slide_controler--prev::before {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    border-left: 3px solid #333;
    border-bottom: 3px solid #333;
    -webkit-transform: translate(-25%, -50%) rotate(45deg);
            transform: translate(-25%, -50%) rotate(45deg);
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
  }
  #related_pages .related_pages--container .related_pages--slide_controler .related_pages--slide_controler--prev:hover {
    background: #ccc;
  }
  #related_pages .related_pages--container .related_pages--slide_controler .related_pages--slide_controler--prev:hover::before {
    border-left: 3px solid white;
    border-bottom: 3px solid white;
  }
  #related_pages .related_pages--container .related_pages--slide_controler .related_pages--slide_controler--next {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #related_pages .related_pages--container .related_pages--slide_controler .related_pages--slide_controler--next::before {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    -webkit-transform: translate(-75%, -50%) rotate(45deg);
            transform: translate(-75%, -50%) rotate(45deg);
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
  }
  #related_pages .related_pages--container .related_pages--slide_controler .related_pages--slide_controler--next:hover {
    background: #ccc;
  }
  #related_pages .related_pages--container .related_pages--slide_controler .related_pages--slide_controler--next:hover::before {
    border-top: 3px solid white;
    border-right: 3px solid white;
  }
  #related_pages .related_pages--container .related_pages--slide_controler .related_pages--slide_controler--items {
    line-height: 100%;
  }
  #related_pages .related_pages--container .related_pages--slide_controler .related_pages--slide_controler--items .related_pages--slide_controler--item {
    display: inline-block;
    margin: 3px;
    width: 12px;
    height: 12px;
    background: #cccfd1;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #related_pages .related_pages--container .related_pages--slide_controler .related_pages--slide_controler--items .related_pages--slide_controler--item.is-active {
    background: #03a864;
  }
  .post_block-news--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
  }
  .post_block-news--block--date {
    width: 90px;
    font-size: inherit;
  }
  .post_block-news--block--cats {
    width: 120px;
    text-align: center;
    padding-right: 15px;
  }
  .post_block-news--block--cats a {
    display: block;
    margin: 2px 0px;
    font-size: 13px;
    background-color: #b8f097;
  }
  .post_block-news--block--cats a.cat-8 {
    background: #f7bebe;
  }
  .post_block-news--block--cats a.cat-9 {
    background: #f1cbf1;
  }
  .post_block-news--block--title {
    font-size: 18px;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .post_block-news--block--new {
    color: #d55353;
    font-size: 14px;
    font-weight: 500;
  }
  .post_block-news--block:hover .post_block-news--block--title {
    color: #03a864;
  }
  .post_block-events--block {
    display: block;
    border: 1px solid #c9c9c9;
  }
  .post_block-events--block--image {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .post_block-events--block--text_area {
    display: block;
    padding: 15px 15px 30px 15px;
    position: relative;
  }
  .post_block-events--block--category_label {
    display: inline-block;
    padding: 5px 10px;
    color: #333;
    font-size: 14px;
    line-height: 100%;
  }
  .post_block-events--block--category_label-event {
    background: #f0da97;
  }
  .post_block-events--block--category_label-seminor {
    background: #97c9f0;
  }
  .post_block-events--block--category_label-exchange {
    background: #84cee1;
  }
  .post_block-events--block--category_label-consultation {
    background: #c5bdf0;
  }
  .post_block-events--block--start_date {
    display: block;
    margin-top: 10px;
    color: #03a864;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
  }
  .post_block-events--block--start_date > span {
    color: inherit;
    font-weight: inherit;
  }
  .post_block-events--block--start_date .fa-calendar-days {
    margin-right: 5px;
    color: #03a864;
    font-size: 17px;
  }
  .post_block-events--block--title {
    display: -webkit-box;
    margin-top: 10px;
    height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
  }
  .post_block-events--block--publish_date {
    display: block;
    color: #a0a0a0;
    font-size: 13px;
  }
  .post_block-events--block--warning {
    display: block;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    font-size: 14px;
    background: #ffeeee;
  }
  .post_block-events--block:hover .post_block-events--block--image {
    opacity: 0.7;
  }
  .post_block-member_introduction--block {
    display: block;
    border: 1px solid #ccc;
  }
  .post_block-member_introduction--block--image {
    display: block;
    width: 100%;
    aspect-ratio: 440/315;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .post_block-member_introduction--block--text {
    padding: 10px 20px;
    height: 180px;
  }
  .post_block-member_introduction--block--text.rasinban {
    height: 100px;
  }
  .post_block-member_introduction--block--title {
    color: #333;
    font-size: 20px;
    font-weight: 500;
  }
  .post_block-member_introduction--block--name {
    color: #888;
    font-size: 16px;
    font-weight: 500;
  }
  .post_block-member_introduction--block--date {
    color: #888;
    font-size: 14px;
  }
  .post_block-member_introduction--block:hover .post_block-member_introduction--block--image {
    opacity: 0.7;
  }
  .post_block-press--block {
    display: block;
    padding: 15px 100px 20px 35px;
    position: relative;
    background: white;
  }
  .post_block-press--block::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    content: "\f1c1";
    color: #333;
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 400;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .post_block-press--block--published {
    font-size: 14px;
    font-weight: 500;
  }
  .post_block-press--block--new_label {
    margin-left: 5px;
    color: #e10000;
    font-size: 14px;
  }
  .post_block-press--block--title {
    display: block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#03a864), to(#03a864));
    background-image: linear-gradient(#03a864, #03a864);
    background-size: 0% 1px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: color 0.5s ease, background-size 0.5s ease;
    transition: color 0.5s ease, background-size 0.5s ease;
  }
  .post_block-press--block:hover::after {
    color: #03a864;
  }
  .post_block-press--block:hover .post_block-press--block--title {
    color: #03a864;
    background-size: 100% 1px;
    background-position: 0% 100%;
  }
  #latest_news {
    padding: 0px 0px 30px 0px;
  }
  #latest_news .latest_news--container {
    display: block;
    padding: 30px;
    background: white;
  }
  #latest_news .latest_news--container ul.latest_news--list > li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  #latest_news .latest_news--container .latest_news--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5px;
    padding: 15px 10px;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--date {
    display: inline-block;
    width: 80px;
    color: #333333;
    text-align: center;
    font-size: 14px;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--category {
    display: inline-block;
    width: 113px;
    color: #333333;
    text-align: center;
    font-size: 14px;
    background: #ccc;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--category.is-news-important {
    background: #f7bebe;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--category.is-news-result {
    background: #f1cbf1;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--category.is-news-news {
    background: #b8f097;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--title {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0px 15px;
    color: #333333;
    font-size: 15px;
  }
  #related_seminor {
    padding: 0px 0px 30px 0px;
    position: relative;
    z-index: 1;
  }
  #related_seminor .related_seminor--container {
    padding: 0px;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list {
    position: relative;
    overflow-x: clip;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list::before {
    display: block;
    width: 25%;
    max-width: 350px;
    height: auto;
    aspect-ratio: 1/1.45;
    content: "";
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li {
    padding: 0px 5px;
    width: 25%;
    position: absolute;
    top: 0px;
    -webkit-transition: left 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: left 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: left 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
    transition: left 0.5s ease, opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item1 {
    left: 0%;
    opacity: 1;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item2 {
    left: 25%;
    opacity: 1;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item3 {
    left: 50%;
    opacity: 1;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item4 {
    left: 75%;
    opacity: 1;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item5 {
    left: 100%;
    opacity: 1;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item6 {
    left: 125%;
    opacity: 0;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item7 {
    left: 150%;
    opacity: 0;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item8 {
    left: -75%;
    opacity: 0;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item9 {
    left: -50%;
    opacity: 0;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item10 {
    left: -25%;
    opacity: 1;
  }
  #related_seminor .related_seminor--container .related_seminor--item {
    display: block;
    width: 100%;
    max-width: 350px;
    position: relative;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #related_seminor .related_seminor--container .related_seminor--item .related_seminor--item--thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 330/250;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #related_seminor .related_seminor--container .related_seminor--item .related_seminor--item--text_block .related_seminor--item--event_date {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 220%;
  }
  #related_seminor .related_seminor--container .related_seminor--item .related_seminor--item--text_block .related_seminor--item--event_title {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
  }
  #related_seminor .related_seminor--container .related_seminor--item .related_seminor--item--text_block .related_seminor--item--categories .related_seminor--item--category {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    background: #a4d3e9;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--prev {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--prev::before {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    border-left: 3px solid #333;
    border-bottom: 3px solid #333;
    -webkit-transform: translate(-25%, -50%) rotate(45deg);
            transform: translate(-25%, -50%) rotate(45deg);
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--prev:hover {
    background: #ccc;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--prev:hover::before {
    border-left: 3px solid white;
    border-bottom: 3px solid white;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--next {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--next::before {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    -webkit-transform: translate(-75%, -50%) rotate(45deg);
            transform: translate(-75%, -50%) rotate(45deg);
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--next:hover {
    background: #ccc;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--next:hover::before {
    border-top: 3px solid white;
    border-right: 3px solid white;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--items {
    line-height: 100%;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--items .related_seminor--slide_controler--item {
    display: inline-block;
    margin: 3px;
    width: 12px;
    height: 12px;
    background: #cccfd1;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--items .related_seminor--slide_controler--item.is-active {
    background: #03a864;
  }
  .pagetop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0px 20px 0px;
    width: 63px;
    height: 63px;
    position: fixed;
    bottom: 27px;
    right: 0px;
    z-index: 100;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    font-size: 16px;
    background: #03a864;
  }
  .pagetop::before {
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    border-top: 2px solid white;
    border-left: 2px solid white;
    -webkit-transform: translate(-50%, 75%) rotate(45deg);
            transform: translate(-50%, 75%) rotate(45deg);
  }
  .pagetop:hover, .pagetop:focus, .pagetop:active, .pagetop:visited {
    color: white;
  }
}
@media screen and (max-width: 1079px) and (min-width: 769px) {
  /*

  O-ThemeのタブレットサイズのModule SCSSです。

  ※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
  　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
  　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

  .inner {
      display: block;
      margin: 0px auto;
      // max-width: $inner--width;
      max-width: 1200px; // Change:2021-04-01 wada
  }

  */
  .inner {
    padding: 0px 15px;
    width: 100%;
    max-width: 1230px;
    position: relative;
  }
  h1 {
    display: block;
    margin: 80px 0px 50px 0px;
    position: relative;
    color: #333333;
    text-align: center;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 26px;
    font-weight: bold;
  }
  h2.ttl {
    display: block;
    margin: 40px 0px 40px 0px;
    padding: 10px 10px;
    position: relative;
    color: #333333;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
  }
  h3.ttl {
    display: block;
    margin: 50px 0px 30px 0px;
    padding: 5px;
    position: relative;
    color: #333333;
    text-align: center;
    font-size: 18px;
  }
  div, p, span, li, th, td {
    color: #333333;
    font-size: 15px;
  }
  .box {
    padding: 30px 40px;
  }
  a[href*="tel:"] {
    color: inherit;
    pointer-events: unset;
  }
  a.default_btn {
    display: block;
    margin: 30px 0px 0px 0px;
    padding: 15px 50px 15px 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 280px;
    height: 60px;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    background-color: #03a864;
    border: 2px solid #03a864;
    border-radius: 30px;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  a.default_btn::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 700;
    line-height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  a.default_btn:hover {
    color: #03a864;
    background-color: #fff;
  }
  a.default_btn.is-center {
    margin: 30px auto 0px auto;
  }
  .tab_off {
    display: none !important;
  }
  ul.col, div.col {
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0px;
  }
  ul.col > li, ul.col > div, div.col > li, div.col > div {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    font-size: 15px;
    vertical-align: top;
  }
  ul.col > li.tab_5, ul.col > div.tab_5, div.col > li.tab_5, div.col > div.tab_5 {
    width: 5%;
  }
  ul.col > li.tab_10, ul.col > div.tab_10, div.col > li.tab_10, div.col > div.tab_10 {
    width: 10%;
  }
  ul.col > li.tab_15, ul.col > div.tab_15, div.col > li.tab_15, div.col > div.tab_15 {
    width: 15%;
  }
  ul.col > li.tab_20, ul.col > div.tab_20, div.col > li.tab_20, div.col > div.tab_20 {
    width: 20%;
  }
  ul.col > li.tab_25, ul.col > div.tab_25, div.col > li.tab_25, div.col > div.tab_25 {
    width: 25%;
  }
  ul.col > li.tab_30, ul.col > div.tab_30, div.col > li.tab_30, div.col > div.tab_30 {
    width: 30%;
  }
  ul.col > li.tab_33, ul.col > div.tab_33, div.col > li.tab_33, div.col > div.tab_33 {
    width: 33.333%;
  }
  ul.col > li.tab_35, ul.col > div.tab_35, div.col > li.tab_35, div.col > div.tab_35 {
    width: 35%;
  }
  ul.col > li.tab_40, ul.col > div.tab_40, div.col > li.tab_40, div.col > div.tab_40 {
    width: 40%;
  }
  ul.col > li.tab_45, ul.col > div.tab_45, div.col > li.tab_45, div.col > div.tab_45 {
    width: 45%;
  }
  ul.col > li.tab_50, ul.col > div.tab_50, div.col > li.tab_50, div.col > div.tab_50 {
    width: 50%;
  }
  ul.col > li.tab_55, ul.col > div.tab_55, div.col > li.tab_55, div.col > div.tab_55 {
    width: 55%;
  }
  ul.col > li.tab_60, ul.col > div.tab_60, div.col > li.tab_60, div.col > div.tab_60 {
    width: 60%;
  }
  ul.col > li.tab_65, ul.col > div.tab_65, div.col > li.tab_65, div.col > div.tab_65 {
    width: 65%;
  }
  ul.col > li.tab_66, ul.col > div.tab_66, div.col > li.tab_66, div.col > div.tab_66 {
    width: 66.666%;
  }
  ul.col > li.tab_70, ul.col > div.tab_70, div.col > li.tab_70, div.col > div.tab_70 {
    width: 70%;
  }
  ul.col > li.tab_75, ul.col > div.tab_75, div.col > li.tab_75, div.col > div.tab_75 {
    width: 75%;
  }
  ul.col > li.tab_80, ul.col > div.tab_80, div.col > li.tab_80, div.col > div.tab_80 {
    width: 80%;
  }
  ul.col > li.tab_85, ul.col > div.tab_85, div.col > li.tab_85, div.col > div.tab_85 {
    width: 85%;
  }
  ul.col > li.tab_90, ul.col > div.tab_90, div.col > li.tab_90, div.col > div.tab_90 {
    width: 90%;
  }
  ul.col > li.tab_95, ul.col > div.tab_95, div.col > li.tab_95, div.col > div.tab_95 {
    width: 95%;
  }
  ul.col > li.tab_100, ul.col > div.tab_100, div.col > li.tab_100, div.col > div.tab_100 {
    width: 100%;
  }
  ul.col > li.tab_left, ul.col > div.tab_left, div.col > li.tab_left, div.col > div.tab_left {
    float: left;
  }
  ul.col > li.tab_right, ul.col > div.tab_right, div.col > li.tab_right, div.col > div.tab_right {
    float: right;
  }
  ul.col > li.p_10, ul.col > div.p_10, div.col > li.p_10, div.col > div.p_10 {
    padding: 10px;
  }
  ul.col::after, div.col::after {
    display: block;
    content: "";
    clear: both;
  }
  aside {
    padding: 60px 0px 0px 0px;
  }
  aside h2.wp-block-heading {
    display: block;
    margin: 50px 0px 20px 0px;
    padding: 15px 25px;
    color: #03a864;
    font-family: "Roboto", "Noto Sans JP", "Arial", "Meiryo", メイリオ, sans-serif;
    font-size: 28px;
    font-weight: 500;
    background: #e3f4ea;
  }
  aside h2.wp-block-heading.is-center {
    text-align: center;
  }
  aside h2.wp-block-heading.is-gray {
    color: #333;
    background: #e3e3e3;
  }
  .purpose_pages--container {
    display: block;
    padding: 40px 0px;
    font-size: 0px;
  }
  .purpose_pages--container--item {
    display: inline-block;
    margin: 0px;
    padding: 20px 0px;
    width: 100%;
    vertical-align: top;
  }
  .purpose_pages--block {
    padding: 0px;
    background: #f6f6f6;
  }
  .purpose_pages--block--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 64px 0px 20px;
    height: 80px;
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .purpose_pages--block--title::after {
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 35px;
    content: "";
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
  }
  .purpose_pages--block--title:hover {
    color: #03a864;
  }
  .purpose_pages--block--title:hover::after {
    border-color: #03a864;
  }
  .purpose_pages--block--text {
    display: block;
    padding: 20px;
    height: calc(10.8em + 40px);
    font-size: 16px;
    line-height: 180%;
  }
  .purpose_pages--block--excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    height: 10.8em;
    overflow: hidden;
    color: #333;
    font-size: 16px;
    line-height: 180%;
  }
  .post_block-news--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ede0dc;
    padding: 15px 5px;
    font-size: 14px;
    padding-right: 20px;
  }
  .post_block-news--block--date {
    width: 90px;
    font-size: inherit;
  }
  .post_block-news--block--cats {
    width: 125px;
    text-align: center;
    padding-right: 15px;
  }
  .post_block-news--block--cats a {
    display: block;
    background-color: #b8f097;
  }
  .post_block-news--block--cats a.cat-8 {
    background: #f7bebe;
  }
  .post_block-news--block--cats a.cat-9 {
    background: #f1cbf1;
  }
  .post_block-news--block--title {
    font-size: 14px;
  }
  .post_block-news--block--title:hover {
    text-decoration: underline;
  }
  .post_block-events--block {
    display: block;
    border: 1px solid #c9c9c9;
  }
  .post_block-events--block--image {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .post_block-events--block--text_area {
    display: block;
    padding: 10px 15px 30px 15px;
    position: relative;
  }
  .post_block-events--block--category_label {
    display: inline-block;
    padding: 5px 10px;
    color: #333;
    font-size: 14px;
    line-height: 100%;
  }
  .post_block-events--block--category_label-event {
    background: #f0da97;
  }
  .post_block-events--block--category_label-seminor {
    background: #97c9f0;
  }
  .post_block-events--block--category_label-exchange {
    background: #84cee1;
  }
  .post_block-events--block--category_label-consultation {
    background: #c5bdf0;
  }
  .post_block-events--block--start_date {
    display: block;
    color: #03a864;
    font-size: 20px;
    font-weight: 400;
  }
  .post_block-events--block--start_date .fa-calendar-days {
    margin-right: 5px;
    color: #03a864;
    font-size: 18px;
  }
  .post_block-events--block--title {
    display: -webkit-box;
    height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
  }
  .post_block-events--block--publish_date {
    display: block;
    color: #a0a0a0;
    font-size: 13px;
  }
  .post_block-events--block--warning {
    display: block;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    font-size: 14px;
    background: #ffeeee;
  }
  .post_block-member_introduction--block {
    display: block;
    border: 1px solid #ccc;
  }
  .post_block-member_introduction--block--image {
    display: block;
    width: 100%;
    aspect-ratio: 440/315;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .post_block-member_introduction--block--text {
    padding: 10px 20px;
    height: 150px;
  }
  .post_block-member_introduction--block--title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 20px;
    font-weight: 500;
  }
  .post_block-member_introduction--block--name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500;
  }
  .post_block-member_introduction--block--date {
    font-size: 14px;
  }
  .post_block-press--block {
    display: block;
    padding: 15px 100px 20px 35px;
    position: relative;
    background: white;
  }
  .post_block-press--block::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    content: "\f1c1";
    color: #333;
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 400;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .post_block-press--block--published {
    font-size: 14px;
    font-weight: 500;
  }
  .post_block-press--block--new_label {
    margin-left: 5px;
    color: #e10000;
    font-size: 14px;
  }
  .post_block-press--block--title {
    display: block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#03a864), to(#03a864));
    background-image: linear-gradient(#03a864, #03a864);
    background-size: 0% 1px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: color 0.5s ease, background-size 0.5s ease;
    transition: color 0.5s ease, background-size 0.5s ease;
  }
  .post_block-press--block:hover::after {
    color: #03a864;
  }
  .post_block-press--block:hover .press--block--title {
    color: #03a864;
    background-size: 100% 1px;
    background-position: 0% 100%;
  }
  #latest_news {
    padding: 0px 0px 30px 0px;
  }
  #latest_news .latest_news--container {
    display: block;
    padding: 30px;
    background: white;
  }
  #latest_news .latest_news--container ul.latest_news--list > li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  #latest_news .latest_news--container .latest_news--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5px;
    padding: 15px 10px;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--date {
    display: inline-block;
    width: 80px;
    color: #333333;
    text-align: center;
    font-size: 14px;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--category {
    display: inline-block;
    width: 113px;
    color: #333333;
    text-align: center;
    font-size: 14px;
    background: #ccc;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--category.is-news-important {
    background: #f7bebe;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--category.is-news-result {
    background: #f1cbf1;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--category.is-news-news {
    background: #b8f097;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--title {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0px 15px;
    color: #333333;
    font-size: 15px;
  }
  #related_seminor {
    padding: 0px 0px 30px 0px;
    position: relative;
    z-index: 1;
  }
  #related_seminor::before, #related_seminor::after {
    display: block;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 2;
    content: "";
  }
  #related_seminor::before {
    left: 0px;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, white), to(transparent));
    background: linear-gradient(90deg, white 10%, transparent 100%);
  }
  #related_seminor::after {
    right: 0px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(90%, white));
    background: linear-gradient(90deg, transparent 0%, white 90%);
  }
  #related_seminor .related_seminor--container {
    padding: 0px;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list {
    position: relative;
    overflow-x: clip;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list::before {
    display: block;
    width: 25%;
    max-width: 350px;
    height: auto;
    aspect-ratio: 1/1.3;
    content: "";
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li {
    padding: 0px 5px;
    width: 25%;
    position: absolute;
    top: 0px;
    -webkit-transition: left 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: left 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: left 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
    transition: left 0.5s ease, opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item1 {
    left: 0%;
    opacity: 1;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item2 {
    left: 25%;
    opacity: 1;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item3 {
    left: 50%;
    opacity: 1;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item4 {
    left: 75%;
    opacity: 1;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item5 {
    left: 100%;
    opacity: 1;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item6 {
    left: 125%;
    opacity: 0;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item7 {
    left: 150%;
    opacity: 0;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item8 {
    left: -75%;
    opacity: 0;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item9 {
    left: -50%;
    opacity: 0;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item10 {
    left: -25%;
    opacity: 1;
  }
  #related_seminor .related_seminor--container .related_seminor--item {
    display: block;
    width: 100%;
    max-width: 350px;
    position: relative;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #related_seminor .related_seminor--container .related_seminor--item .related_seminor--item--thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 330/250;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #related_seminor .related_seminor--container .related_seminor--item .related_seminor--item--text_block .related_seminor--item--event_date {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 220%;
  }
  #related_seminor .related_seminor--container .related_seminor--item .related_seminor--item--text_block .related_seminor--item--event_title {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
  }
  #related_seminor .related_seminor--container .related_seminor--item .related_seminor--item--text_block .related_seminor--item--categories .related_seminor--item--category {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    background: #a4d3e9;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--prev {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--prev::before {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    border-left: 3px solid #333;
    border-bottom: 3px solid #333;
    -webkit-transform: translate(-25%, -50%) rotate(45deg);
            transform: translate(-25%, -50%) rotate(45deg);
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--prev:hover {
    background: #ccc;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--prev:hover::before {
    border-left: 3px solid white;
    border-bottom: 3px solid white;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--next {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--next::before {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    -webkit-transform: translate(-75%, -50%) rotate(45deg);
            transform: translate(-75%, -50%) rotate(45deg);
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--next:hover {
    background: #ccc;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--next:hover::before {
    border-top: 3px solid white;
    border-right: 3px solid white;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--items {
    line-height: 100%;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--items .related_seminor--slide_controler--item {
    display: inline-block;
    margin: 3px;
    width: 12px;
    height: 12px;
    background: #cccfd1;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--items .related_seminor--slide_controler--item.is-active {
    background: #03a864;
  }
  .pagetop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0px 20px 0px;
    width: 63px;
    height: 63px;
    position: fixed;
    bottom: 27px;
    right: 0px;
    z-index: 100;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    font-size: 16px;
    background: #03a864;
  }
  .pagetop::before {
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    border-top: 2px solid white;
    border-left: 2px solid white;
    -webkit-transform: translate(-50%, 75%) rotate(45deg);
            transform: translate(-50%, 75%) rotate(45deg);
  }
  .pagetop:hover, .pagetop:focus, .pagetop:active, .pagetop:visited {
    color: white;
  }
}
@media screen and (max-width: 768px) {
  /*

  O-ThemeのスマホサイズのModule SCSSです。

  ※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
  　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
  　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

  .inner {
      display: block;
      margin: 0px auto;
      // max-width: $inner--width;
      max-width: 1200px; // Change:2021-04-01 wada
  }

  */
  .inner {
    padding: 0px 15px;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  h1 {
    display: block;
    margin: 80px 0px 50px 0px;
    position: relative;
    color: #333333;
    text-align: center;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 22px;
    font-weight: bold;
  }
  h2.ttl {
    display: block;
    margin: 30px 0px 10px 0px;
    padding: 15px 0px;
    position: relative;
    color: #333333;
    text-align: center;
    font-family: "Roboto", "Noto Sans JP", "Arial", "Meiryo", メイリオ, sans-serif;
    font-size: 25px;
    font-weight: 500;
  }
  h2.ttl::before {
    width: 36px;
    position: absolute;
    top: 0;
    left: calc(50% - 18px);
    content: "";
    border-top: 6px solid #03a864;
  }
  h3.ttl {
    display: block;
    margin: 50px 0px 30px 0px;
    padding: 5px;
    position: relative;
    color: #333333;
    text-align: center;
    font-size: 16px;
  }
  div, p, span, li, th, td {
    color: #333333;
  }
  .box {
    padding: 30px 40px;
  }
  a[href*="tel:"] {
    color: inherit;
    pointer-events: unset;
  }
  a.default_btn {
    display: block;
    margin: 30px 0px 0px 0px;
    padding: 15px 50px 15px 30px;
    width: 100%;
    min-width: 230px;
    height: auto;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    background-color: #03a864;
    border: 2px solid #03a864;
    border-radius: 30px;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  a.default_btn::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  a.default_btn:hover {
    color: #03a864;
    background-color: #fff;
  }
  a.default_btn.is-center {
    margin: 30px auto 0px auto;
  }
  .sp_off {
    display: none !important;
  }
  ul.col, div.col {
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0px;
  }
  ul.col > li, ul.col > div, div.col > li, div.col > div {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    font-size: 13px;
    vertical-align: top;
  }
  ul.col > li.sp_5, ul.col > div.sp_5, div.col > li.sp_5, div.col > div.sp_5 {
    width: 5%;
  }
  ul.col > li.sp_10, ul.col > div.sp_10, div.col > li.sp_10, div.col > div.sp_10 {
    width: 10%;
  }
  ul.col > li.sp_15, ul.col > div.sp_15, div.col > li.sp_15, div.col > div.sp_15 {
    width: 15%;
  }
  ul.col > li.sp_20, ul.col > div.sp_20, div.col > li.sp_20, div.col > div.sp_20 {
    width: 20%;
  }
  ul.col > li.sp_25, ul.col > div.sp_25, div.col > li.sp_25, div.col > div.sp_25 {
    width: 25%;
  }
  ul.col > li.sp_30, ul.col > div.sp_30, div.col > li.sp_30, div.col > div.sp_30 {
    width: 30%;
  }
  ul.col > li.sp_33, ul.col > div.sp_33, div.col > li.sp_33, div.col > div.sp_33 {
    width: 33.333%;
  }
  ul.col > li.sp_35, ul.col > div.sp_35, div.col > li.sp_35, div.col > div.sp_35 {
    width: 35%;
  }
  ul.col > li.sp_40, ul.col > div.sp_40, div.col > li.sp_40, div.col > div.sp_40 {
    width: 40%;
  }
  ul.col > li.sp_45, ul.col > div.sp_45, div.col > li.sp_45, div.col > div.sp_45 {
    width: 45%;
  }
  ul.col > li.sp_50, ul.col > div.sp_50, div.col > li.sp_50, div.col > div.sp_50 {
    width: 50%;
  }
  ul.col > li.sp_55, ul.col > div.sp_55, div.col > li.sp_55, div.col > div.sp_55 {
    width: 55%;
  }
  ul.col > li.sp_60, ul.col > div.sp_60, div.col > li.sp_60, div.col > div.sp_60 {
    width: 60%;
  }
  ul.col > li.sp_65, ul.col > div.sp_65, div.col > li.sp_65, div.col > div.sp_65 {
    width: 65%;
  }
  ul.col > li.sp_66, ul.col > div.sp_66, div.col > li.sp_66, div.col > div.sp_66 {
    width: 66.666%;
  }
  ul.col > li.sp_70, ul.col > div.sp_70, div.col > li.sp_70, div.col > div.sp_70 {
    width: 70%;
  }
  ul.col > li.sp_75, ul.col > div.sp_75, div.col > li.sp_75, div.col > div.sp_75 {
    width: 75%;
  }
  ul.col > li.sp_80, ul.col > div.sp_80, div.col > li.sp_80, div.col > div.sp_80 {
    width: 80%;
  }
  ul.col > li.sp_85, ul.col > div.sp_85, div.col > li.sp_85, div.col > div.sp_85 {
    width: 85%;
  }
  ul.col > li.sp_90, ul.col > div.sp_90, div.col > li.sp_90, div.col > div.sp_90 {
    width: 90%;
  }
  ul.col > li.sp_95, ul.col > div.sp_95, div.col > li.sp_95, div.col > div.sp_95 {
    width: 95%;
  }
  ul.col > li.sp_100, ul.col > div.sp_100, div.col > li.sp_100, div.col > div.sp_100 {
    width: 100%;
  }
  ul.col > li.sp_left, ul.col > div.sp_left, div.col > li.sp_left, div.col > div.sp_left {
    float: left;
  }
  ul.col > li.sp_right, ul.col > div.sp_right, div.col > li.sp_right, div.col > div.sp_right {
    float: right;
  }
  ul.col::after, div.col::after {
    display: block;
    content: "";
    clear: both;
  }
  aside {
    padding: 60px 0px 0px 0px;
  }
  aside h2.wp-block-heading {
    display: block;
    margin: 50px 0px 20px 0px;
    padding: 15px 25px;
    color: #03a864;
    font-family: "Roboto", "Noto Sans JP", "Arial", "Meiryo", メイリオ, sans-serif;
    font-size: 28px;
    font-weight: 500;
    background: #e3f4ea;
  }
  aside h2.wp-block-heading.is-center {
    text-align: center;
  }
  aside h2.wp-block-heading.is-gray {
    color: #333;
    background: #e3e3e3;
  }
  .purpose_pages--container {
    display: block;
    padding: 0px;
    font-size: 0px;
  }
  .purpose_pages--container--item {
    display: inline-block;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px 0px;
    width: 100%;
    vertical-align: top;
  }
  .purpose_pages--block {
    padding: 0px;
    background: #f6f6f6;
  }
  .purpose_pages--block--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 25px 0px 10px;
    height: 65px;
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .purpose_pages--block--title::after {
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
  }
  .purpose_pages--block--title:hover {
    color: #03a864;
  }
  .purpose_pages--block--title:hover::after {
    border-color: #03a864;
  }
  .purpose_pages--block--text {
    display: block;
    padding: 10px;
    height: calc(9em + 20px);
    font-size: 12px;
    line-height: 180%;
  }
  .purpose_pages--block--excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    height: 9em;
    overflow: hidden;
    color: #333;
    font-size: 13px;
    line-height: 180%;
  }
  .purpose_pages--block--excerpt > a {
    color: #333;
    font-size: 13px;
    line-height: 180%;
  }
  .post_block-news--block {
    display: block;
    border-bottom: 1px solid #ede0dc;
    padding: 15px 5px;
    font-size: 14px;
  }
  .post_block-news--block--date {
    display: inline-block;
    width: 85px;
    font-size: inherit;
  }
  .post_block-news--block--cats {
    display: inline-block;
    padding-right: 15px;
    width: 110px;
    text-align: center;
    font-size: 14px;
  }
  .post_block-news--block--cats a {
    display: block;
    font-size: inherit;
    background-color: #b8f097;
  }
  .post_block-news--block--cats a.cat-8 {
    background: #f7bebe;
  }
  .post_block-news--block--cats a.cat-9 {
    background: #f1cbf1;
  }
  .post_block-news--block--title {
    display: block;
    font-size: 14px;
  }
  .post_block-news--block--title:hover {
    text-decoration: underline;
  }
  .post_block-events--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: 1px solid #c9c9c9;
  }
  .post_block-events--block > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .post_block-events--block--image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .post_block-events--block--text_area {
    display: block;
    padding: 10px 10px 30px 10px;
    position: relative;
  }
  .post_block-events--block--category_label {
    display: inline-block;
    padding: 3px 5px;
    color: #333;
    font-size: 12px;
    line-height: 100%;
  }
  .post_block-events--block--category_label-event {
    background: #f0da97;
  }
  .post_block-events--block--category_label-seminor {
    background: #97c9f0;
  }
  .post_block-events--block--category_label-exchange {
    background: #84cee1;
  }
  .post_block-events--block--category_label-consultation {
    background: #c5bdf0;
  }
  .post_block-events--block--start_date {
    display: block;
    color: #03a864;
    font-size: 14px;
    font-weight: 400;
  }
  .post_block-events--block--start_date .fa-calendar-days {
    margin-right: 5px;
    color: #03a864;
    font-size: 18px;
  }
  .post_block-events--block--title {
    display: -webkit-box;
    height: 4.5em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
  }
  .post_block-events--block--publish_date {
    display: block;
    color: #a0a0a0;
    font-size: 12px;
  }
  .post_block-events--block--warning {
    display: block;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    font-size: 12px;
    background: #ffeeee;
  }
  .post_block-member_introduction--block {
    display: block;
    border: 1px solid #ccc;
  }
  .post_block-member_introduction--block--image {
    display: block;
    width: 100%;
    aspect-ratio: 440/315;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .post_block-member_introduction--block--text {
    padding: 10px 20px;
    height: 150px;
  }
  .post_block-member_introduction--block--title {
    margin-bottom: 10px;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
  }
  .post_block-member_introduction--block--name {
    color: #888;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
  }
  .post_block-member_introduction--block--date {
    color: #888;
    font-size: 14px;
    line-height: 130%;
  }
  .post_block-press--block {
    display: block;
    padding: 15px 50px 15px 15px;
    position: relative;
    background: white;
  }
  .post_block-press--block::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    content: "\f1c1";
    color: #333;
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 400;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .post_block-press--block--published {
    font-size: 14px;
    font-weight: 500;
  }
  .post_block-press--block--new_label {
    margin-left: 5px;
    color: #e10000;
    font-size: 14px;
  }
  .post_block-press--block--title {
    display: -webkit-box;
    height: 3.4em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
    font-size: 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#03a864), to(#03a864));
    background-image: linear-gradient(#03a864, #03a864);
    background-size: 0% 1px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: color 0.5s ease, background-size 0.5s ease;
    transition: color 0.5s ease, background-size 0.5s ease;
  }
  .post_block-press--block:hover::after {
    color: #03a864;
  }
  .post_block-press--block:hover .press--block--title {
    color: #03a864;
    background-size: 100% 1px;
    background-position: 0% 100%;
  }
  #latest_news {
    padding: 0px 0px 30px 0px;
  }
  #latest_news .latest_news--container {
    display: block;
    padding: 15px 0px;
    background: white;
  }
  #latest_news .latest_news--container ul.latest_news--list > li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  #latest_news .latest_news--container .latest_news--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5px;
    padding: 15px 10px;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--date {
    display: inline-block;
    width: 80px;
    color: #333333;
    text-align: center;
    font-size: 14px;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--category {
    display: inline-block;
    width: 113px;
    color: #333333;
    text-align: center;
    font-size: 14px;
    background: #ccc;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--category.is-news-important {
    background: #f7bebe;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--category.is-news-result {
    background: #f1cbf1;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--category.is-news-news {
    background: #b8f097;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--title {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0px 15px;
    color: #333333;
    font-size: 15px;
  }
  #related_seminor {
    padding: 0px 0px 30px 0px;
    position: relative;
    z-index: 1;
  }
  #related_seminor .related_seminor--container {
    padding: 0px;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list {
    position: relative;
    overflow-x: clip;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li {
    margin-bottom: 15px;
    padding: 0px 5px;
    width: 100%;
    top: 0px;
  }
  #related_seminor .related_seminor--container .related_seminor--item {
    display: block;
    width: 100%;
    max-width: 350px;
    position: relative;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #related_seminor .related_seminor--container .related_seminor--item .related_seminor--item--thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 330/250;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #related_seminor .related_seminor--container .related_seminor--item .related_seminor--item--text_block .related_seminor--item--event_date {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 220%;
  }
  #related_seminor .related_seminor--container .related_seminor--item .related_seminor--item--text_block .related_seminor--item--event_title {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
  }
  #related_seminor .related_seminor--container .related_seminor--item .related_seminor--item--text_block .related_seminor--item--categories .related_seminor--item--category {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    background: #a4d3e9;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--prev {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--prev::before {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    border-left: 3px solid #333;
    border-bottom: 3px solid #333;
    -webkit-transform: translate(-25%, -50%) rotate(45deg);
            transform: translate(-25%, -50%) rotate(45deg);
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--prev:hover {
    background: #ccc;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--prev:hover::before {
    border-left: 3px solid white;
    border-bottom: 3px solid white;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--next {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--next::before {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    -webkit-transform: translate(-75%, -50%) rotate(45deg);
            transform: translate(-75%, -50%) rotate(45deg);
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--next:hover {
    background: #ccc;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--next:hover::before {
    border-top: 3px solid white;
    border-right: 3px solid white;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--items {
    line-height: 100%;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--items .related_seminor--slide_controler--item {
    display: inline-block;
    margin: 3px;
    width: 12px;
    height: 12px;
    background: #cccfd1;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--items .related_seminor--slide_controler--item.is-active {
    background: #03a864;
  }
  .pagetop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0px 20px 0px;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 65px;
    right: 0px;
    z-index: 100;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    font-size: 12px;
    background: #03a864;
  }
  .pagetop::before {
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    border-top: 1px solid white;
    border-left: 1px solid white;
    -webkit-transform: translate(-50%, 75%) rotate(45deg);
            transform: translate(-50%, 75%) rotate(45deg);
  }
  .pagetop:hover, .pagetop:focus, .pagetop:active, .pagetop:visited {
    color: white;
  }
}
@media print {
  /*

  O-ThemeのPCサイズのModule SCSSです。

  ※このファイルは親テーマのバージョンアップと共に上書きされていくため、なるべく編集しないでください。
  　邪魔なスタイルがある場合は、書き換えても良いけど、バージョンアップする際は十分に注意してください。
  　もし、書き換える場合は以下のように何をどう書き換えたのか残して置いてください。

  .inner {
      display: block;
      margin: 0px auto;
      // max-width: $inner--width;
      max-width: 1200px; // Change:2021-04-01 wada
  }

  */
  .inner {
    padding: 0px 15px;
    width: 100%;
    max-width: 1230px;
    position: relative;
  }
  h1 {
    display: block;
    margin: 80px 0px 50px 0px;
    position: relative;
    color: #333333;
    text-align: center;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 32px;
    font-weight: bold;
  }
  h2.ttl {
    display: block;
    margin: 40px 0px 10px 0px;
    padding: 15px;
    position: relative;
    color: #333333;
    text-align: center;
    font-family: "Roboto", "Noto Sans JP", "Arial", "Meiryo", メイリオ, sans-serif;
    font-size: 28px;
    font-weight: 500;
  }
  h2.ttl::before {
    width: 36px;
    position: absolute;
    top: 0;
    left: calc(50% - 18px);
    content: "";
    border-top: 6px solid #03a864;
  }
  h3.ttl {
    display: block;
    margin: 50px 0px 30px 0px;
    padding: 5px;
    position: relative;
    color: #333333;
    text-align: center;
    font-size: 22px;
  }
  div, p, span, li, th, td {
    color: #333333;
  }
  .box {
    padding: 30px 40px;
  }
  a[href*="tel:"] {
    color: inherit;
    pointer-events: none;
  }
  a.default_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0px 0px 0px;
    padding: 15px 50px 15px 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 280px;
    height: 60px;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    background-color: #03a864;
    border: 2px solid #03a864;
    border-radius: 30px;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  a.default_btn::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 700;
    line-height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  a.default_btn:hover {
    color: #03a864;
    background-color: #fff;
  }
  a.default_btn.is-center {
    margin: 30px auto 0px auto;
  }
  .pc_off {
    display: none !important;
  }
  ul.col, div.col {
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0px;
  }
  ul.col > li, ul.col > div, div.col > li, div.col > div {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    font-size: 16px;
    vertical-align: top;
  }
  ul.col > li.pc_5, ul.col > div.pc_5, div.col > li.pc_5, div.col > div.pc_5 {
    width: 5%;
  }
  ul.col > li.pc_10, ul.col > div.pc_10, div.col > li.pc_10, div.col > div.pc_10 {
    width: 10%;
  }
  ul.col > li.pc_15, ul.col > div.pc_15, div.col > li.pc_15, div.col > div.pc_15 {
    width: 15%;
  }
  ul.col > li.pc_20, ul.col > div.pc_20, div.col > li.pc_20, div.col > div.pc_20 {
    width: 20%;
  }
  ul.col > li.pc_25, ul.col > div.pc_25, div.col > li.pc_25, div.col > div.pc_25 {
    width: 25%;
  }
  ul.col > li.pc_30, ul.col > div.pc_30, div.col > li.pc_30, div.col > div.pc_30 {
    width: 30%;
  }
  ul.col > li.pc_33, ul.col > div.pc_33, div.col > li.pc_33, div.col > div.pc_33 {
    width: 33.333%;
  }
  ul.col > li.pc_35, ul.col > div.pc_35, div.col > li.pc_35, div.col > div.pc_35 {
    width: 35%;
  }
  ul.col > li.pc_40, ul.col > div.pc_40, div.col > li.pc_40, div.col > div.pc_40 {
    width: 40%;
  }
  ul.col > li.pc_45, ul.col > div.pc_45, div.col > li.pc_45, div.col > div.pc_45 {
    width: 45%;
  }
  ul.col > li.pc_50, ul.col > div.pc_50, div.col > li.pc_50, div.col > div.pc_50 {
    width: 50%;
  }
  ul.col > li.pc_55, ul.col > div.pc_55, div.col > li.pc_55, div.col > div.pc_55 {
    width: 55%;
  }
  ul.col > li.pc_60, ul.col > div.pc_60, div.col > li.pc_60, div.col > div.pc_60 {
    width: 60%;
  }
  ul.col > li.pc_65, ul.col > div.pc_65, div.col > li.pc_65, div.col > div.pc_65 {
    width: 65%;
  }
  ul.col > li.pc_66, ul.col > div.pc_66, div.col > li.pc_66, div.col > div.pc_66 {
    width: 66.666%;
  }
  ul.col > li.pc_70, ul.col > div.pc_70, div.col > li.pc_70, div.col > div.pc_70 {
    width: 70%;
  }
  ul.col > li.pc_75, ul.col > div.pc_75, div.col > li.pc_75, div.col > div.pc_75 {
    width: 75%;
  }
  ul.col > li.pc_80, ul.col > div.pc_80, div.col > li.pc_80, div.col > div.pc_80 {
    width: 80%;
  }
  ul.col > li.pc_85, ul.col > div.pc_85, div.col > li.pc_85, div.col > div.pc_85 {
    width: 85%;
  }
  ul.col > li.pc_90, ul.col > div.pc_90, div.col > li.pc_90, div.col > div.pc_90 {
    width: 90%;
  }
  ul.col > li.pc_95, ul.col > div.pc_95, div.col > li.pc_95, div.col > div.pc_95 {
    width: 95%;
  }
  ul.col > li.pc_100, ul.col > div.pc_100, div.col > li.pc_100, div.col > div.pc_100 {
    width: 100%;
  }
  ul.col > li.pc_left, ul.col > div.pc_left, div.col > li.pc_left, div.col > div.pc_left {
    float: left;
  }
  ul.col > li.pc_right, ul.col > div.pc_right, div.col > li.pc_right, div.col > div.pc_right {
    float: right;
  }
  ul.col > li.p_2, ul.col > div.p_2, div.col > li.p_2, div.col > div.p_2 {
    padding: 2px;
  }
  ul.col > li.p_10, ul.col > div.p_10, div.col > li.p_10, div.col > div.p_10 {
    padding: 10px;
  }
  ul.col::after, div.col::after {
    display: block;
    content: "";
    clear: both;
  }
  aside {
    padding: 60px 0px 0px 0px;
  }
  aside h2.wp-block-heading, aside h2.ttl {
    margin: 80px 0px 20px 0px;
  }
  aside hr {
    margin: 60px 0px;
  }
  .purpose_pages--container {
    display: block;
    padding: 40px 0px;
    font-size: 0px;
  }
  .purpose_pages--container--item {
    display: inline-block;
    margin: 0px;
    padding: 20px 0px;
    width: 100%;
    vertical-align: top;
  }
  .purpose_pages--block {
    padding: 0px;
    color: #333;
    background: #f6f6f6;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  .purpose_pages--block--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 64px 0px 20px;
    height: 80px;
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .purpose_pages--block--title::after {
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 35px;
    content: "";
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
  }
  .purpose_pages--block--text {
    display: block;
    padding: 20px;
    color: inherit;
    font-size: 16px;
    line-height: 200%;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .purpose_pages--block--excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    height: 12em;
    overflow: hidden;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
  .purpose_pages--block--excerpt > a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
  .purpose_pages--block:hover {
    color: white;
    background: #03a864;
  }
  .purpose_pages--block:hover .purpose_pages--block--title {
    color: white;
  }
  .purpose_pages--block:hover .purpose_pages--block--title::after {
    border-color: white;
  }
  .purpose_pages--block:hover .purpose_pages--block--text {
    color: white;
  }
  #related_pages {
    padding: 0px 0px 30px 0px;
    position: relative;
    z-index: 1;
  }
  #related_pages .related_pages--container {
    padding: 0px;
  }
  #related_pages .related_pages--container ul.related_pages--list {
    position: relative;
    overflow-x: clip;
  }
  #related_pages .related_pages--container ul.related_pages--list::before {
    display: block;
    width: 25%;
    max-width: 350px;
    height: auto;
    aspect-ratio: 1/1.15;
    content: "";
  }
  #related_pages .related_pages--container ul.related_pages--list > li {
    padding: 0px 5px;
    width: 25%;
    position: absolute;
    top: 0px;
    -webkit-transition: left 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: left 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: left 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
    transition: left 0.5s ease, opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  #related_pages .related_pages--container ul.related_pages--list > li.related_pages--list_item1 {
    left: 0%;
    opacity: 1;
  }
  #related_pages .related_pages--container ul.related_pages--list > li.related_pages--list_item2 {
    left: 25%;
    opacity: 1;
  }
  #related_pages .related_pages--container ul.related_pages--list > li.related_pages--list_item3 {
    left: 50%;
    opacity: 1;
  }
  #related_pages .related_pages--container ul.related_pages--list > li.related_pages--list_item4 {
    left: 75%;
    opacity: 1;
  }
  #related_pages .related_pages--container ul.related_pages--list > li.related_pages--list_item5 {
    left: 100%;
    opacity: 1;
  }
  #related_pages .related_pages--container ul.related_pages--list > li.related_pages--list_item6 {
    left: 125%;
    opacity: 0;
  }
  #related_pages .related_pages--container ul.related_pages--list > li.related_pages--list_item7 {
    left: 150%;
    opacity: 0;
  }
  #related_pages .related_pages--container ul.related_pages--list > li.related_pages--list_item8 {
    left: -75%;
    opacity: 0;
  }
  #related_pages .related_pages--container ul.related_pages--list > li.related_pages--list_item9 {
    left: -50%;
    opacity: 0;
  }
  #related_pages .related_pages--container ul.related_pages--list > li.related_pages--list_item10 {
    left: -25%;
    opacity: 1;
  }
  #related_pages .related_pages--container .related_pages--slide_controler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
    margin: 20px 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #related_pages .related_pages--container .related_pages--slide_controler .related_pages--slide_controler--prev {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #related_pages .related_pages--container .related_pages--slide_controler .related_pages--slide_controler--prev::before {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    border-left: 3px solid #333;
    border-bottom: 3px solid #333;
    -webkit-transform: translate(-25%, -50%) rotate(45deg);
            transform: translate(-25%, -50%) rotate(45deg);
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
  }
  #related_pages .related_pages--container .related_pages--slide_controler .related_pages--slide_controler--prev:hover {
    background: #ccc;
  }
  #related_pages .related_pages--container .related_pages--slide_controler .related_pages--slide_controler--prev:hover::before {
    border-left: 3px solid white;
    border-bottom: 3px solid white;
  }
  #related_pages .related_pages--container .related_pages--slide_controler .related_pages--slide_controler--next {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #related_pages .related_pages--container .related_pages--slide_controler .related_pages--slide_controler--next::before {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    -webkit-transform: translate(-75%, -50%) rotate(45deg);
            transform: translate(-75%, -50%) rotate(45deg);
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
  }
  #related_pages .related_pages--container .related_pages--slide_controler .related_pages--slide_controler--next:hover {
    background: #ccc;
  }
  #related_pages .related_pages--container .related_pages--slide_controler .related_pages--slide_controler--next:hover::before {
    border-top: 3px solid white;
    border-right: 3px solid white;
  }
  #related_pages .related_pages--container .related_pages--slide_controler .related_pages--slide_controler--items {
    line-height: 100%;
  }
  #related_pages .related_pages--container .related_pages--slide_controler .related_pages--slide_controler--items .related_pages--slide_controler--item {
    display: inline-block;
    margin: 3px;
    width: 12px;
    height: 12px;
    background: #cccfd1;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #related_pages .related_pages--container .related_pages--slide_controler .related_pages--slide_controler--items .related_pages--slide_controler--item.is-active {
    background: #03a864;
  }
  .post_block-news--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
  }
  .post_block-news--block--date {
    width: 90px;
    font-size: inherit;
  }
  .post_block-news--block--cats {
    width: 120px;
    text-align: center;
    padding-right: 15px;
  }
  .post_block-news--block--cats a {
    display: block;
    margin: 2px 0px;
    font-size: 13px;
    background-color: #b8f097;
  }
  .post_block-news--block--cats a.cat-8 {
    background: #f7bebe;
  }
  .post_block-news--block--cats a.cat-9 {
    background: #f1cbf1;
  }
  .post_block-news--block--title {
    font-size: 18px;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .post_block-news--block--new {
    color: #d55353;
    font-size: 14px;
    font-weight: 500;
  }
  .post_block-news--block:hover .post_block-news--block--title {
    color: #03a864;
  }
  .post_block-events--block {
    display: block;
    border: 1px solid #c9c9c9;
  }
  .post_block-events--block--image {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .post_block-events--block--text_area {
    display: block;
    padding: 15px 15px 30px 15px;
    position: relative;
  }
  .post_block-events--block--category_label {
    display: inline-block;
    padding: 5px 10px;
    color: #333;
    font-size: 14px;
    line-height: 100%;
  }
  .post_block-events--block--category_label-event {
    background: #f0da97;
  }
  .post_block-events--block--category_label-seminor {
    background: #97c9f0;
  }
  .post_block-events--block--category_label-exchange {
    background: #84cee1;
  }
  .post_block-events--block--category_label-consultation {
    background: #c5bdf0;
  }
  .post_block-events--block--start_date {
    display: block;
    margin-top: 10px;
    color: #03a864;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
  }
  .post_block-events--block--start_date > span {
    color: inherit;
    font-weight: inherit;
  }
  .post_block-events--block--start_date .fa-calendar-days {
    margin-right: 5px;
    color: #03a864;
    font-size: 17px;
  }
  .post_block-events--block--title {
    display: -webkit-box;
    margin-top: 10px;
    height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
  }
  .post_block-events--block--publish_date {
    display: block;
    color: #a0a0a0;
    font-size: 13px;
  }
  .post_block-events--block--warning {
    display: block;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    font-size: 14px;
    background: #ffeeee;
  }
  .post_block-events--block:hover .post_block-events--block--image {
    opacity: 0.7;
  }
  .post_block-member_introduction--block {
    display: block;
    border: 1px solid #ccc;
  }
  .post_block-member_introduction--block--image {
    display: block;
    width: 100%;
    aspect-ratio: 440/315;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .post_block-member_introduction--block--text {
    padding: 10px 20px;
    height: 180px;
  }
  .post_block-member_introduction--block--text.rasinban {
    height: 100px;
  }
  .post_block-member_introduction--block--title {
    color: #333;
    font-size: 20px;
    font-weight: 500;
  }
  .post_block-member_introduction--block--name {
    color: #888;
    font-size: 16px;
    font-weight: 500;
  }
  .post_block-member_introduction--block--date {
    color: #888;
    font-size: 14px;
  }
  .post_block-member_introduction--block:hover .post_block-member_introduction--block--image {
    opacity: 0.7;
  }
  .post_block-press--block {
    display: block;
    padding: 15px 100px 20px 35px;
    position: relative;
    background: white;
  }
  .post_block-press--block::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    content: "\f1c1";
    color: #333;
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 400;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .post_block-press--block--published {
    font-size: 14px;
    font-weight: 500;
  }
  .post_block-press--block--new_label {
    margin-left: 5px;
    color: #e10000;
    font-size: 14px;
  }
  .post_block-press--block--title {
    display: block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#03a864), to(#03a864));
    background-image: linear-gradient(#03a864, #03a864);
    background-size: 0% 1px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: color 0.5s ease, background-size 0.5s ease;
    transition: color 0.5s ease, background-size 0.5s ease;
  }
  .post_block-press--block:hover::after {
    color: #03a864;
  }
  .post_block-press--block:hover .post_block-press--block--title {
    color: #03a864;
    background-size: 100% 1px;
    background-position: 0% 100%;
  }
  #latest_news {
    padding: 0px 0px 30px 0px;
  }
  #latest_news .latest_news--container {
    display: block;
    padding: 30px;
    background: white;
  }
  #latest_news .latest_news--container ul.latest_news--list > li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  #latest_news .latest_news--container .latest_news--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5px;
    padding: 15px 10px;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--date {
    display: inline-block;
    width: 80px;
    color: #333333;
    text-align: center;
    font-size: 14px;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--category {
    display: inline-block;
    width: 113px;
    color: #333333;
    text-align: center;
    font-size: 14px;
    background: #ccc;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--category.is-news-important {
    background: #f7bebe;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--category.is-news-result {
    background: #f1cbf1;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--category.is-news-news {
    background: #b8f097;
  }
  #latest_news .latest_news--container .latest_news--item .latest_news--title {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0px 15px;
    color: #333333;
    font-size: 15px;
  }
  #related_seminor {
    padding: 0px 0px 30px 0px;
    position: relative;
    z-index: 1;
  }
  #related_seminor .related_seminor--container {
    padding: 0px;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list {
    position: relative;
    overflow-x: clip;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list::before {
    display: block;
    width: 25%;
    max-width: 350px;
    height: auto;
    aspect-ratio: 1/1.45;
    content: "";
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li {
    padding: 0px 5px;
    width: 25%;
    position: absolute;
    top: 0px;
    -webkit-transition: left 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: left 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: left 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
    transition: left 0.5s ease, opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item1 {
    left: 0%;
    opacity: 1;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item2 {
    left: 25%;
    opacity: 1;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item3 {
    left: 50%;
    opacity: 1;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item4 {
    left: 75%;
    opacity: 1;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item5 {
    left: 100%;
    opacity: 1;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item6 {
    left: 125%;
    opacity: 0;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item7 {
    left: 150%;
    opacity: 0;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item8 {
    left: -75%;
    opacity: 0;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item9 {
    left: -50%;
    opacity: 0;
  }
  #related_seminor .related_seminor--container ul.related_seminor--list > li.related_seminor--list_item10 {
    left: -25%;
    opacity: 1;
  }
  #related_seminor .related_seminor--container .related_seminor--item {
    display: block;
    width: 100%;
    max-width: 350px;
    position: relative;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #related_seminor .related_seminor--container .related_seminor--item .related_seminor--item--thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 330/250;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #related_seminor .related_seminor--container .related_seminor--item .related_seminor--item--text_block .related_seminor--item--event_date {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 220%;
  }
  #related_seminor .related_seminor--container .related_seminor--item .related_seminor--item--text_block .related_seminor--item--event_title {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
  }
  #related_seminor .related_seminor--container .related_seminor--item .related_seminor--item--text_block .related_seminor--item--categories .related_seminor--item--category {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    background: #a4d3e9;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--prev {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--prev::before {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    border-left: 3px solid #333;
    border-bottom: 3px solid #333;
    -webkit-transform: translate(-25%, -50%) rotate(45deg);
            transform: translate(-25%, -50%) rotate(45deg);
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--prev:hover {
    background: #ccc;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--prev:hover::before {
    border-left: 3px solid white;
    border-bottom: 3px solid white;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--next {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--next::before {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    -webkit-transform: translate(-75%, -50%) rotate(45deg);
            transform: translate(-75%, -50%) rotate(45deg);
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--next:hover {
    background: #ccc;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--next:hover::before {
    border-top: 3px solid white;
    border-right: 3px solid white;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--items {
    line-height: 100%;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--items .related_seminor--slide_controler--item {
    display: inline-block;
    margin: 3px;
    width: 12px;
    height: 12px;
    background: #cccfd1;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #related_seminor .related_seminor--container .related_seminor--slide_controler .related_seminor--slide_controler--items .related_seminor--slide_controler--item.is-active {
    background: #03a864;
  }
  .pagetop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0px 20px 0px;
    width: 63px;
    height: 63px;
    position: fixed;
    bottom: 27px;
    right: 0px;
    z-index: 100;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    font-size: 16px;
    background: #03a864;
  }
  .pagetop::before {
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    border-top: 2px solid white;
    border-left: 2px solid white;
    -webkit-transform: translate(-50%, 75%) rotate(45deg);
            transform: translate(-50%, 75%) rotate(45deg);
  }
  .pagetop:hover, .pagetop:focus, .pagetop:active, .pagetop:visited {
    color: white;
  }
  .header nav {
    display: none;
  }
}