html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
th,
td {
  padding: 0;
  margin: 0;
}

address,
caption,
th {
  font-style: normal;
}

table {
  font-size: inherit;
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

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

object,
embed {
  vertical-align: top;
}

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

img {
  line-height: 0;
  vertical-align: bottom;
  border: 0;
}

li {
  list-style-type: none;
}

article,
footer,
header,
nav,
section {
  display: block;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}
*::before, *::after {
  box-sizing: inherit;
}

:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

b,
strong {
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", "Yu Gothic Bold", "Yu Gothic", "YuGothic", verdana, "Meiryo", sans-serif;
  font-weight: bold;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  color: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input {
  overflow: visible;
  line-height: normal;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

body {
  background-color: #fff;
}

body {
  min-width: 1140px;
}
body.is-scrollFix {
  position: fixed;
  width: 100%;
}
a {
  color: #000;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
  outline: 0;
}

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

@font-face {
  font-family: "ffYuGothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "ffYuGothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "ffYuGothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "ffYuGothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "ffYuGothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
.site-header {
  box-shadow: none;
}

.site-footer {
  border-top: 0;
}
.global-nav .menu .menu-item a {
  padding-left: 26px;
}
.global-nav .menu .menu-item a::before {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/icn_arrow03.svg) no-repeat 50% 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hNav__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.hNav__item:not(:first-child) {
  margin-left: 30px;
}
.hNav__item a {
  transition: opacity 0.2s linear;
  position: relative;
  padding-left: 13px;
}
.hNav__item a:hover, .hNav__item a:focus {
  opacity: 0.7;
}
.hNav__item a:link, .hNav__item a:visited, .hNav__item a:hover, .hNav__item a:active, .hNav__item a:focus {
  text-decoration: none;
}
.hNav__item a:link, .hNav__item a:visited, .hNav__item a:hover, .hNav__item a:active, .hNav__item a:focus {
  color: #000;
}
.hNav__item a::before {
  position: absolute;
  bottom: 50%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #0068b7;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  transform: translateY(50%);
}

.fNav--type01 {
  width: 100%;
  height: 52px;
  margin-bottom: 40px;
  background-color: #3C609E;
  position: relative;
  z-index: 10;
}
.fNav--type01 .fNav__container {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0;
  height: 100%;
  box-sizing: border-box;
}
.fNav--type01 li {
  margin: 0 7.5px;
  margin-bottom: 0;
  list-style: none;
}

.fxNav {
  position: fixed;
  top: 160px;
  right: 0;
  z-index: 100;
  width: 40px;
}
.fxNav li {
  position: absolute;
  left: 0;
}
.fxNav li a {
  transition: opacity 0.2s linear;
  display: block;
  width: 40px;
  height: 156px;
  transition: opacity 0.2s linear;
}
.fxNav li a:hover, .fxNav li a:focus {
  opacity: 0.7;
}
.fxNav__item a {
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", "Yu Gothic Bold", "Yu Gothic", "YuGothic", verdana, "Meiryo", sans-serif;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-right: 0;
  writing-mode: vertical-rl;
}
.fxNav__item a:link, .fxNav__item a:visited, .fxNav__item a:hover, .fxNav__item a:active, .fxNav__item a:focus {
  text-decoration: none;
}
.fxNav__item--type01 {
  top: 0;
}
.fxNav__item--type01 a {
  background-color: #d9c72f;
}
.fxNav__item--type02 {
  top: 170px;
}
.fxNav__item--type02 a {
  background-color: #77c021;
}

.vk-mobile-nav-menu-btn {
  display: none;
}

.vk-mobile-nav {
  background-color: #FFF8F0;
}
.vk-mobile-nav nav ul {
  border: 0;
}
.vk-mobile-nav nav ul li a {
  border: 0;
  padding: 16px 0;
  font-size: 24px;
  font-weight: bold;
}
.vk-mobile-nav nav ul li a:link, .vk-mobile-nav nav ul li a:visited {
  text-decoration: underline;
}
.vk-mobile-nav nav ul li a:hover, .vk-mobile-nav nav ul li a:active, .vk-mobile-nav nav ul li a:focus {
  text-decoration: none;
}
.vk-mobile-nav nav ul li a:link, .vk-mobile-nav nav ul li a:visited, .vk-mobile-nav nav ul li a:hover, .vk-mobile-nav nav ul li a:active, .vk-mobile-nav nav ul li a:focus {
  color: #FF2997;
}

.c-onav__wrap--type01 {
  margin-top: 200px;
}
.c-onav__wrap--type01 .c-onav__head--type02 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px dotted #000;
  padding-bottom: 19px;
  margin-bottom: 30px;
}
.c-onav__wrap--type01 .text--type01 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.c-onav__wrap--type01 .text--type02 {
  display: inline-block;
  text-align: left;
  margin-bottom: 12px;
}
.c-onav__wrap--type01 .text--type03 a:link, .c-onav__wrap--type01 .text--type03 a:visited, .c-onav__wrap--type01 .text--type03 a:hover, .c-onav__wrap--type01 .text--type03 a:active, .c-onav__wrap--type01 .text--type03 a:focus {
  color: #333;
}
.c-onav__wrap--type01 .text--type03 a:link, .c-onav__wrap--type01 .text--type03 a:visited {
  text-decoration: underline;
}
.c-onav__wrap--type01 .text--type03 a:hover, .c-onav__wrap--type01 .text--type03 a:active, .c-onav__wrap--type01 .text--type03 a:focus {
  text-decoration: none;
}

.page_top_btn {
  background-color: #000;
  border-radius: 50%;
  border: 0;
  box-shadow: none;
  width: 60px;
  height: 60px;
}

.c-head--base01 {
  font-weight: normal;
}

.c-head--type01 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}
h2.wp-block-heading {
  font-size: 46px;
  font-weight: bold;
  margin-top: 96px;
  margin-bottom: 31px;
}
h2.wp-block-heading:first-child {
  margin-top: 0;
}

.c-notes--type01 {
  position: relative;
  padding-left: 2.25em;
}
.c-notes--type01 span {
  position: absolute;
  top: 0;
  left: 0;
}

.c-notes--type02 {
  color: #e62121;
}

.c-color--red01 {
  color: #e62121;
}

.c-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
.c-wrap--type01 {
  padding-right: calc((100% - 1140px) / 2);
  padding-left: calc((100% - 1140px) / 2);
}
.c-wrap--type03 {
  padding-top: 80px;
  padding-bottom: 10px;
}
.c-wrap .c-wrap__inner {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.c-section {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
}
.c-section + .c-section {
  margin-top: 60px;
}
.c-section .c-section {
  margin-bottom: 40px;
}

.c-index--type01 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-top: -30px;
}
.c-index--type01::after {
  display: block;
  content: "";
  width: calc(100% / 3 - 30px * (3 - 1) / 3);
}
.c-index--type01 .c-index__item {
  width: calc(100% / 3 - 30px * (3 - 1) / 3);
  position: relative;
  margin-top: 30px;
}
.c-index--type01 .c-index__textWrap:link, .c-index--type01 .c-index__textWrap:visited, .c-index--type01 .c-index__textWrap:hover, .c-index--type01 .c-index__textWrap:active, .c-index--type01 .c-index__textWrap:focus {
  color: #fff;
}
.c-index--type01 .c-index__textWrap:link, .c-index--type01 .c-index__textWrap:visited, .c-index--type01 .c-index__textWrap:hover, .c-index--type01 .c-index__textWrap:active, .c-index--type01 .c-index__textWrap:focus {
  text-decoration: none;
}
.c-index--type01 .c-index__textWrap::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  transition: background-color 0.2s linear;
}
.c-index--type01 .c-index__textWrap:hover::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.c-index--type01 .c-index__text {
  position: relative;
  display: block;
  width: 100%;
  height: 3.75em;
  padding: 22px 42px 22px 10px;
  line-height: 1.25;
  background: #fff url("../img/icn_arrow01.svg") no-repeat right 12px center;
  background-color: #fff;
  background-size: 14px auto;
}
.c-index--type01 .c-index__text span {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: calc(100% - 10px - 36px);
  transform: translateY(-50%);
}
.c-index--type01 .c-index__picture {
  width: 100%;
  height: auto;
}

.c-index--sitemap .c-index__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-top: -30px;
}
.c-index--sitemap .c-index__container .c-index__item {
  margin-top: 30px;
}
.c-index--sitemap .c-index__container .c-index__item.c-index__item--lv01 {
  width: calc(33.3333333333% - 16px);
}
.c-index--sitemap .c-index__container .c-index__item.c-index__item--lv02 {
  margin-top: 15px;
}
.c-index--sitemap .c-index__container .c-index__link {
  transition: opacity 0.2s linear;
  display: block;
}
.c-index--sitemap .c-index__container .c-index__link:hover, .c-index--sitemap .c-index__container .c-index__link:focus {
  opacity: 0.7;
}
.c-index--sitemap .c-index__container .c-index__link:link, .c-index--sitemap .c-index__container .c-index__link:visited, .c-index--sitemap .c-index__container .c-index__link:hover, .c-index--sitemap .c-index__container .c-index__link:active, .c-index--sitemap .c-index__container .c-index__link:focus {
  text-decoration: none;
}
.c-index--sitemap .c-index__container .c-index__link.c-index__link--lv01 {
  padding: 24px;
  font-size: 17px;
  font-weight: bold;
  background: #0068b7 url("../img/icn_arrow02.svg") no-repeat center right 18px;
}
.c-index--sitemap .c-index__container .c-index__link.c-index__link--lv01:link, .c-index--sitemap .c-index__container .c-index__link.c-index__link--lv01:visited, .c-index--sitemap .c-index__container .c-index__link.c-index__link--lv01:hover, .c-index--sitemap .c-index__container .c-index__link.c-index__link--lv01:active, .c-index--sitemap .c-index__container .c-index__link.c-index__link--lv01:focus {
  color: #fff;
}
.c-index--sitemap .c-index__container .c-index__link.c-index__link--lv02 {
  position: relative;
  padding: 15px;
  font-size: 16px;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #0068b7;
}
.c-index--sitemap .c-index__container .c-index__link.c-index__link--lv02:link, .c-index--sitemap .c-index__container .c-index__link.c-index__link--lv02:visited, .c-index--sitemap .c-index__container .c-index__link.c-index__link--lv02:hover, .c-index--sitemap .c-index__container .c-index__link.c-index__link--lv02:active, .c-index--sitemap .c-index__container .c-index__link.c-index__link--lv02:focus {
  color: #0068b7;
}
.c-index--sitemap .c-index__container .c-index__link.c-index__link--lv02::before {
  position: absolute;
  bottom: 50%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #0068b7;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  transform: translateY(50%);
}

.c-pager__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin-top: -10px;
}
.c-pager__item {
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
}
.c-pager__item a,
.c-pager__item span {
  display: block;
  padding: 8px 10px;
  line-height: 1;
  color: #fff;
  background-color: #0068b7;
  border: 1px solid #0068b7;
}
.c-pager__item a {
  transition: background-color 0.2s linear, color 0.2s linear;
}
.c-pager__item a:link, .c-pager__item a:visited, .c-pager__item a:hover, .c-pager__item a:active, .c-pager__item a:focus {
  text-decoration: none;
}
.c-pager__item a:hover, .c-pager__item a:focus {
  color: #0068b7;
  background-color: #fff;
}
.c-pager__item .is-current span {
  color: #0068b7;
  background-color: #dcf0ff;
}
.c-pager__item--prev .c-pager__link, .c-pager__item--next .c-pager__link {
  color: #0068b7;
  background-color: #fff;
}
.c-pager__item--prev .c-pager__link:hover, .c-pager__item--next .c-pager__link:hover {
  color: #fff;
  background-color: #0068b7;
}
.c-pager__item--prev .c-pager__inner, .c-pager__item--next .c-pager__inner {
  color: #0081cc;
  background-color: #fff;
  border-color: #0081cc;
}
.c-pager__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.c-pager__number {
  margin-right: 5px;
  margin-left: 5px;
}
.c-pager__number:first-child {
  margin-left: 0;
}
.c-pager__number:last-child {
  margin-right: 0;
}
.c-pager__number--current span {
  color: #0068b7;
  background-color: #dcf0ff;
}
.c-pager__abbr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.c-pager__abbr span {
  color: #0068b7;
  background-color: #fff;
  border-color: #fff;
}

.c-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.c-columns .c-col__item--center {
  align-self: center;
}

.c-col1--type01 {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.c-col1--type01 img {
  flex-shrink: 0;
  width: 100%;
  height: auto;
}

.c-col2--type01 .c-columns__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.c-col2--type01 .c-columns__item {
  width: 50%;
}
.c-col2--type01 .c-columns__item a {
  transition: opacity 0.2s linear;
}
.c-col2--type01 .c-columns__item a:hover, .c-col2--type01 .c-columns__item a:focus {
  opacity: 0.7;
}

.c-col3--type01 {
  margin-bottom: 60px;
}
.c-col3--type01 .c-columns__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-top: -30px;
}
.c-col3--type01 .c-columns__container::after {
  display: block;
  width: calc(33.3333333333% - 20px);
  content: "";
}
.c-col3--type01 .c-columns__item {
  width: calc(33.3333333333% - 20px);
  margin-top: 30px;
}
.c-col3--type01 .c-columns__item a {
  transition: opacity 0.2s linear;
}
.c-col3--type01 .c-columns__item a:hover, .c-col3--type01 .c-columns__item a:focus {
  opacity: 0.7;
}

.c-col4--type01 {
  margin-top: -20px;
}
.c-col4--type01::before, .c-col4--type01::after {
  display: block;
  content: "";
  width: calc(100% / 4 - 15px * (4 - 1) / 4);
}
.c-col4--type01::before {
  order: 1;
}
.c-col4--type01 .c-columns__item {
  width: calc(100% / 4 - 15px * (4 - 1) / 4);
  margin-top: 20px;
}
.c-col4--type01 .c-columns__text {
  margin-top: 5px;
  text-align: center;
}
.c-pic-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.c-pic-text .c-col__item--center {
  align-self: center;
}
.c-pic-text__picture {
  order: 1;
  text-align: center;
}
.c-pic-text__picture--type01 {
  width: 350px;
}
.c-pic-text__picture--type02 {
  width: 260px;
}
.c-pic-text__picture--type03 {
  width: 500px;
}
.c-pic-text__text {
  order: 2;
}
.c-pic-text__text--type01 {
  width: calc(100% - 350px - 30px);
  margin-top: -0.5em;
  line-height: 2;
}
.c-pic-text__text--type02 {
  width: calc(100% - 260px - 30px);
}
.c-pic-text__text--type03 {
  width: calc(100% - 500px - 30px);
}

.c-pic-text--picLeft01 .c-pic-text__picture {
  order: 1;
  margin-right: 30px;
}
.c-pic-text--picLeft01 .c-pic-text__text {
  order: 2;
}

.c-pic-text--picRight01 .c-pic-text__picture {
  order: 2;
  margin-left: 30px;
}
.c-pic-text--picRight01 .c-pic-text__text {
  order: 1;
}
.c-pic-text--picRight01 .c-pic-text__text p:not(:first-child) {
  margin-top: 1.61em;
}

.c-ul--type01 li {
  position: relative;
  padding-left: 23px;
  font-weight: bold;
  font-size: 16px;
  list-style-type: none;
}
.c-ul--type01 li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: #97BEE5;
  border-radius: 50%;
}
.c-ul--type01 li + li {
  margin-top: 16px;
}

.c-dl--type01 dd:not(:last-child) {
  margin-bottom: 1em;
}

.link-icn a[target=_blank]:link, .link-icn a[target=_blank]:visited, .link-icn a[target=_blank]:hover, .link-icn a[target=_blank]:active, .link-icn a[target=_blank]:focus {
  color: #333;
}
.link-icn a[target=_blank]:link, .link-icn a[target=_blank]:visited {
  text-decoration: underline;
}
.link-icn a[target=_blank]:hover, .link-icn a[target=_blank]:active, .link-icn a[target=_blank]:focus {
  text-decoration: none;
}
.link-icn a[target=_blank]::after {
  display: inline-block;
  width: 17px;
  height: 21px;
  margin: 0 4px 0;
  vertical-align: sub;
  content: "";
  background-image: url(../img/icn_link02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.link-icn a[href*=".pdf"]::after {
  display: inline-block;
  width: 17px;
  height: 21px;
  margin: 0 4px 0;
  vertical-align: sub;
  content: "";
  background-image: url(../img/icn_pdf01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.c-link--type03 a {
  transition: opacity 0.2s linear;
  display: block;
  width: 250px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 24px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.25;
  text-align: center;
  background-color: #000;
  border-radius: 22px;
  color: #fff;
  font-size: 18px;
}
.c-link--type03 a:link, .c-link--type03 a:visited, .c-link--type03 a:hover, .c-link--type03 a:active, .c-link--type03 a:focus {
  text-decoration: none;
}
.c-link--type03 a:hover, .c-link--type03 a:focus {
  opacity: 0.7;
}
.c-link--type03 a::before {
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-right: 18px;
  vertical-align: middle;
  content: "";
  background: url("../img/icn_arrow01.svg") no-repeat 0 0;
  background-size: 100% auto;
}

.c-link__resultback {
  margin: 50px auto 30px;
}
.c-link__resultback::before {
  display: inline-block;
  width: 7.67px;
  height: 7.19px;
  margin-right: 0.8em;
  vertical-align: middle;
  content: "";
  background: url("../img/icn_arrow02.svg") no-repeat 0 0;
  background-size: 100% auto;
}
.c-link__resultback a:link, .c-link__resultback a:visited {
  text-decoration: underline;
}
.c-link__resultback a:hover, .c-link__resultback a:active, .c-link__resultback a:focus {
  text-decoration: none;
}

.c-linkWrap--type01 {
  margin-top: 60px;
  text-align: center;
}

table:not([class]) {
  width: 100%;
}
table:not([class]) th,
table:not([class]) td {
  padding: 5px 8px;
  border: 1px solid #8c8c8c;
}
table:not([class]) th {
  font-weight: bold;
}

.c-table--type01 {
  width: 100%;
  margin-bottom: 46px;
  border-top: solid 1px #ccc;
  border-right: 0;
}
.c-table--type01 th,
.c-table--type01 td {
  border-left: 0;
  border-right: 0;
  border-bottom: solid 1px #ccc;
  vertical-align: middle;
  font-size: 18px;
}
.c-table--type01 th {
  width: 250px;
  padding: 0.65em 1.6em;
  background-color: #f2f2f2;
  font-weight: normal;
}
.c-table--type01 td {
  padding: 0.65em 0.8em;
}

.c-table--type02 {
  width: 100%;
}
.c-table--type02 tr:nth-child(even) {
  background-color: #8c8c8c;
}
.c-table--type02 th,
.c-table--type02 td {
  padding-top: 50px;
  padding-bottom: 50px;
  vertical-align: middle;
}
.c-table--type02 th {
  font-weight: bold;
  color: #0068b7;
}
.c-table--type02 th div {
  width: 230px;
  white-space: nowrap;
}
.c-table--type02 td {
  padding-left: 20px;
}

.c-th--type01 th {
  width: 160px;
}

.c-cell--fixed {
  table-layout: fixed;
}

.c-form input[type=text],
.c-form textarea {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #8c8c8c;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
}

.c-form__table {
  width: 100%;
}
.c-form__table th {
  font-weight: normal;
}

.c-input--type01 {
  width: 100%;
}

.c-input--type02 {
  width: 75%;
}

.c-input--type03 {
  width: 10em;
}

.c-input--type04 {
  width: 4em;
}

.c-input--type05 {
  width: 2em;
}

.c-textarea--type01 {
  width: 100%;
}

.c-select--type01 {
  width: 100%;
}
.c-select--type02 {
  width: auto;
}

.c-form__agree {
  padding: 80px;
  margin-top: 30px;
  text-align: center;
  background-color: #efefef;
}

.c-form__consentCheck {
  margin-bottom: 20px;
}
.c-form__consentCheck input {
  margin-right: 10px;
}

.c-form__consentText {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 14px;
}

.c-form__submit {
  transition: background-color 0.2s linear;
  border: 0;
}
.c-form__submit:disabled {
  color: #efefef;
  background-color: #ccc;
}
.c-form__submit--type01 {
  width: 320px;
  padding: 16px;
  color: #fff;
  background-color: #fff;
}
.c-form__submit--type02 {
  width: 320px;
  padding: 16px;
  color: #fff;
  background-color: #8c8c8c;
}

.c-inputText--type01 {
  font-size: 22px;
}

.c-bg--type01 {
  background: url("../img/bg_pattern01.png") repeat 50% 50%;
}

.c-carousel--type01 {
  position: relative;
  width: calc(1140px + 10px * 2 + 20px * 2);
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.c-carousel--type01 a {
  display: block;
}
.c-carousel--type01 .c-carousel__wrap {
  position: relative;
  width: 1140px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.c-carousel--type01 .c-carousel__container {
  position: relative;
  width: 1200px;
  height: 100%;
}
.c-carousel--type01 .c-carousel__item {
  float: left;
  width: 240px;
  height: 100%;
  margin-right: 20px;
}
.c-carousel--type01 .c-carousel__item a {
  transition: opacity 0.2s linear;
  display: block;
}
.c-carousel--type01 .c-carousel__item a:hover, .c-carousel--type01 .c-carousel__item a:focus {
  opacity: 0.7;
}
.c-carousel--type01 .c-carousel__controls {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 0;
  transform: translateX(-50%);
}
.c-carousel--type01 .c-carousel__controls button {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 40px;
  width: 10px;
  height: 22px;
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2244%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.17%2021l-10-10%2010-10M1%2023l10%2010L1%2043%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 12px auto;
  border: 0;
  transform: translateY(-50%);
}
.c-carousel--type01 .c-carousel__controls button:hover, .c-carousel--type01 .c-carousel__controls button:focus {
  opacity: 0.7;
}
.c-carousel--type01 .c-carousel__controls .c-carousel__controls--prev {
  left: 0;
  background-position: 50% 0;
}
.c-carousel--type01 .c-carousel__controls .c-carousel__controls--next {
  right: 0;
  background-position: 50% 100%;
}

.c-mainVisual {
  position: relative;
  z-index: 1;
  padding-right: calc((100% - 1140px) / 2);
  padding-left: calc((100% - 1140px) / 2);
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
  background: url(../img/bg_pattern02.png);
}
.c-mainVisual .image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}

.page-header {
  min-height: inherit;
  background-color: #f2f2f2;
}
.page-header .container {
  margin-top: 0;
  margin-bottom: 0;
}
.page-header .container .page-header-title__wrap .page-header-title {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  padding: 33px 0;
  color: #000;
}

.c-pageHead {
  padding-top: 100px;
  margin-bottom: 60px;
  text-align: center;
}
.c-pageHead__title {
  font-family: -apple-system, "BlinkMacSystemFont", "YakuHanJP", "Noto Sans CJK JP", "Noto Sans JP", "ffYuGothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-weight: normal;
  position: relative;
  padding-bottom: 24px;
  line-height: 1.25;
}
.c-pageHead__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100px;
  height: 5px;
  content: "";
  background-repeat: repeat-x;
  background-position: 0 0;
  transform: translateX(-50%);
}
.c-pageHead__lead {
  font-size: 18px;
}
.c-pageHead--type01 .c-pageHead__title {
  font-size: 38px;
}
.c-pageHead--type01 .c-pageHead__lead {
  margin-top: 40px;
}

.breadcrumb {
  display: none;
}

/* ====================================================
 *
 *
 *   Object:searchBox
 *
 *
==================================================== */
.search-box {
  margin-top: 64px;
  margin-bottom: 0;
}
.wp-block-vk-blocks-accordion .search-box {
  margin-top: 20px;
}
.search-box .search-box__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.search-box .search-box__container .search-box__inner {
  width: calc(50% - 10px);
  margin-bottom: 30px;
}
.search-box .search-box__container .search-box__inner h3 {
  margin-bottom: 10px;
  margin-top: 40px;
  padding: 0 10px 0 0;
  font-size: 21px;
  font-weight: normal;
  border: 0;
}
.search-box .search-box__container .search-box__inner h3::before {
  content: none;
}
.search-box .search-box__container .search-box__inner h3::after {
  content: none;
}
.search-box .search-box__container .search-box__inner h3:first-child {
  margin-top: 0;
}
.search-box input[type=text],
.search-box select {
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  border-color: #ccc;
  font-size: 18px;
}
.search-box input[type=text].c-input--type01,
.search-box select.c-input--type01 {
  max-width: 100%;
}
.search-box .search-box__wrap {
  max-width: 450px;
}
.search-box .search-box__wrap label {
  display: block;
  margin: 10px 0 24px;
  white-space: nowrap;
  font-size: 16px;
}
.search-box .search-box__wrap label input[type=checkbox] {
  width: 30px;
  height: 30px;
  margin-right: 0.3em;
  border-radius: 0;
  vertical-align: middle;
}
.search-box .search-item__submit {
  margin: 50px 0;
  text-align: center;
}
.search-box .search-item__submit #submit {
  width: 250px;
  height: 44px;
  margin: 0 auto;
  background-color: #000;
  border: 0;
  border-radius: 22px;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
}

p.result--count {
  margin-top: 25px;
}

.c-contactInfo {
  width: 100%;
  padding: 18px 50px 35px;
  background-color: #00c957;
}
.c-contactInfo .c-contactInfo__head {
  width: 100%;
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.c-contactInfo .c-contactInfo__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.c-contactInfo .c-contactInfo__container .c-contactInfo__item.c-contactInfo__item--type01 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.c-contactInfo .c-contactInfo__telHead {
  width: 161px;
}
.c-contactInfo .c-contactInfo__telList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: 16px;
}
.c-contactInfo li {
  margin-left: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #fff;
}
.c-contactInfo .location {
  display: inline-block;
  width: 70px;
  margin-right: 10px;
  font-size: 11px;
  color: #00c957;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
}
.c-contactInfo .number {
  letter-spacing: 0.05em;
}

.vk_posts-mainSection {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: 0;
}

.p-post__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 10px;
  border-bottom: 1px solid #ccc;
}
.p-post__container:nth-child(2n) {
  padding-left: 10px;
  padding-right: 0;
}
.p-post__container .p-post__img {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  margin-right: 15px;
  padding: 4px;
  border: 1px solid #ccc;
}
.p-post__container .p-post__img a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.p-post__container .p-post__img a img {
  max-height: 100%;
}
.p-post__container .p-post__body {
  width: calc(100% - 150px - 15px);
  font-size: 18px;
}
.p-post__container .p-post__body .head {
  margin-bottom: 0.5em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.c-qa--type01 .c-qa__item {
  position: relative;
  padding: 18px;
  overflow: hidden;
  border: 2px solid #8c8c8c;
  transition: height 0.4s ease;
}
.c-qa--type01 .c-qa__item + .c-qa__item {
  margin-top: 30px;
}
.c-qa--type01 .c-qa__item.is-active .c-qa__button {
  transform: rotateX(180deg);
}
.c-qa--type01 .c-qa__head {
  font-family: -apple-system, "BlinkMacSystemFont", "YakuHanJP", "Noto Sans CJK JP", "Noto Sans JP", "ffYuGothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-weight: normal;
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
}
.c-qa--type01 .c-qa__body {
  position: relative;
  padding-top: 20px;
  padding-left: 50px;
  margin-top: 20px;
  border-top: 1px dotted #8c8c8c;
}
.c-qa--type01 .c-qa__icon--question,
.c-qa--type01 .c-qa__icon--answer {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.2;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
}
.c-qa--type01 .c-qa__icon--question {
  top: 0;
  font-family: "SourceHanSerifJP", serif;
  font-size: 22px;
  color: #fff;
  background-color: #fff;
}
.c-qa--type01 .c-qa__icon--answer {
  top: 20px;
  font-family: "SourceHanSerifJP", serif;
  font-size: 22px;
  color: #fff;
}
.c-qa--type01 .c-qa__button {
  position: absolute;
  top: 12px;
  right: 18px;
  width: 30px;
  height: 30px;
  padding: 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2010%22%3E%3Cpath%20d%3D%22M1%201.5l9%207%209-7%22%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  border: 0;
  transition: transform 0.2s linear;
}

.c-googleMap {
  height: 580px;
}
.c-googleMap iframe {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.c-calendar--type01 .c-calender__wrap {
  margin: 2.0833% auto;
}
.c-calendar--type01 iframe {
  max-width: 100%;
}

.gsc-control-cse table {
  font-size: 100%;
}
.gsc-control-cse th,
.gsc-control-cse td {
  border: none;
}
.gsc-control-cse tr:nth-child(1) th, .gsc-control-cse tr:nth-child(1) td {
  border-top: none;
}
.gsc-control-cse .gsc-result {
  font-size: 100%;
}
.gsc-control-cse .gsc-result .gs-title {
  height: auto;
}
.gsc-control-cse .gsc-result .gsc-table-result {
  font-size: 100%;
}

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

.c-label {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  color: #fff;
}
.p-information--detail01 .c-label {
  font-size: 22px;
}
.c-label--cat01 {
  background-color: #00b515;
}
.c-label--cat01::after {
  border-color: #00b515 transparent transparent;
}
.c-label--cat02 {
  background-color: #0081cc;
}
.c-label--cat02::after {
  border-color: #0081cc transparent transparent;
}
.c-label--cat03 {
  background-color: #a300bf;
}
.c-label--cat03::after {
  border-color: #a300bf transparent transparent;
}
.c-label--cat04 {
  background-color: #e62121;
}
.c-label--cat04::after {
  border-color: #e62121 transparent transparent;
}
.c-label--cat05 {
  background-color: #cc8f00;
}
.c-label--cat05::after {
  border-color: #cc8f00 transparent transparent;
}
.c-label--committee {
  margin-right: 0;
  background-color: #00b515;
}
.c-label--committee::after {
  border-color: #00b515 transparent transparent;
}

.c-picture--type01 {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1) inset;
}

.c-icon--commonBase::after, .c-icon--link::after, .c-icon--excel::after, .c-icon--word::after, .c-icon--pdf::after, .c-icon--mail::after {
  display: inline-block;
  margin-left: 6px;
}

.c-icon--mail::after {
  content: url("../img/icn_mail01.svg");
}

.c-icon--pdf::after {
  content: url("../img/icn_pdf01.svg");
}

.c-icon--word::after {
  content: url("../img/icn_word01.svg");
}

.c-icon--excel::after {
  content: url("../img/icn_excel01.svg");
}

.c-icon--link::after {
  content: url("../img/icn_link01.svg");
}

.c-banner--recruit {
  margin-bottom: 36px;
  text-align: center;
}

.editor-styles-wrapper {
  font-family: -apple-system, "BlinkMacSystemFont", "YakuHanJP", "Noto Sans CJK JP", "Noto Sans JP", "ffYuGothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji" !important;
}

.editor-post-title__block .editor-post-title__input {
  font-family: -apple-system, "BlinkMacSystemFont", "YakuHanJP", "Noto Sans CJK JP", "Noto Sans JP", "ffYuGothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji" !important;
}

@keyframes loading--type01 {
  0% {
    background-color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  0.5% {
    background-color: #fff;
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    background-color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes loading--type02 {
  0% {
    background-color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  0.5% {
    background-color: #fff;
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    background-color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
.p-president__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.p-president__picture {
  order: 2;
  width: 350px;
}
.p-president__text {
  order: 1;
  width: calc(100% - 350px - 44px);
}
.p-president__text p {
  margin-bottom: 1em;
  line-height: 2;
}
.p-history__item {
  padding-top: 45px;
  padding-bottom: 45px;
}

.single-collected-item .l-content {
  padding-top: 10px;
}
.single-collected-item .post_content {
  padding: 0;
}
.single-collected-item .post_content .p-data__head {
  margin: 44px 0 15px;
  padding: 0 0 0 0.5em;
  background-color: inherit;
  border-left: 1px solid #000;
  font-size: 28px;
  color: #000;
}
.single-collected-item .post_content .p-data__head::before {
  content: none;
}

.p-data__img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 780px;
  padding: 9px;
  border: 1px solid #ccc;
}
.p-data__img img {
  max-height: 100%;
}

.p-data__head {
  font-size: 28px;
  font-weight: bold;
  margin: 30px 0;
  border: 0;
}
.p-data__head .kana {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

.p-post-page__text--type01 {
  text-align: center;
  margin-bottom: 80px;
}
.p-post-page__text--type01 a:link, .p-post-page__text--type01 a:visited {
  text-decoration: underline;
}
.p-post-page__text--type01 a:hover, .p-post-page__text--type01 a:active, .p-post-page__text--type01 a:focus {
  text-decoration: none;
}

.p-post-page__text--type02 {
  text-align: center;
  margin-top: 80px;
  font-size: 13px;
}
.p-post-page__text--type02 a:link, .p-post-page__text--type02 a:visited {
  text-decoration: underline;
}
.p-post-page__text--type02 a:hover, .p-post-page__text--type02 a:active, .p-post-page__text--type02 a:focus {
  text-decoration: none;
}

.entry-footer {
  display: none;
}

.p-news--home01 {
  position: relative;
  max-height: 418px;
  padding-right: 5px;
  overflow: auto;
}

.p-newsDetail h2,
.p-newsDetail h3,
.p-newsDetail h4,
.p-newsDetail h5,
.p-newsDetail h6,
.p-newsDetail p {
  margin-top: 2em;
}
.p-newsDetail .wp-block-column h2:first-child,
.p-newsDetail .wp-block-column h3:first-child,
.p-newsDetail .wp-block-column h4:first-child,
.p-newsDetail .wp-block-column h5:first-child,
.p-newsDetail .wp-block-column h6:first-child,
.p-newsDetail .wp-block-column p:first-child,
.p-newsDetail .wp-block-column figure:first-child {
  margin-top: 0;
}
.p-newsDetail h2,
.p-newsDetail h3,
.p-newsDetail h4,
.p-newsDetail h5,
.p-newsDetail h6 {
  margin-bottom: 1em;
}
.p-newsDetail h2 {
  font-size: 26px;
}
.p-newsDetail h3 {
  font-size: 24px;
}
.p-newsDetail h4 {
  font-size: 22px;
}
.p-newsDetail h5 {
  font-size: 18px;
}
.p-newsDetail h6 {
  font-size: 16px;
}
.p-newsDetail p {
  margin-bottom: 2em;
}
.p-newsDetail .wp-block-image .alignright {
  float: right;
  margin-left: 2em;
}
.p-newsDetail .wp-block-image .alignleft {
  float: left;
  margin-right: 2em;
}
.p-newsDetail figcaption {
  font-size: 0.75em;
  text-align: center;
}
.p-newsDetail .wp-block-table table th {
  font-weight: bold;
  text-align: center;
}
.p-newsDetail .wp-block-table.is-style-stripes thead {
  border-bottom: 3px solid;
}
.p-newsDetail .wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
  background-color: #eee;
}
.p-newsDetail .wp-block-table.is-style-stripes td {
  border: 0;
}

.fll {
  float: left !important;
}

img.fll {
  margin: 0 10px 10px 0 !important;
}

.flr {
  float: right !important;
}

img.flr {
  margin: 0 0 10px 10px !important;
}

.clb {
  clear: both !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

.bold,
.fwb {
  font-weight: bold !important;
}

.fwn {
  font-weight: normal !important;
}

.ti,
.ti p {
  text-indent: 1em !important;
}

.ttu {
  text-transform: uppercase !important;
}

.ttl {
  text-transform: lowercase !important;
}

.whsnw {
  white-space: nowrap !important;
}

.whsn {
  white-space: normal !important;
}

.ti1em {
  text-indent: 1em !important;
}

.vam {
  vertical-align: middle !important;
}

.lh2 {
  line-height: 2 !important;
}

.lh24 {
  line-height: 2.4 !important;
}

.tlf {
  table-layout: fixed !important;
}

.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz21 {
  font-size: 21px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz23 {
  font-size: 23px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz25 {
  font-size: 25px !important;
}

.fz26 {
  font-size: 26px !important;
}

.fz27 {
  font-size: 27px !important;
}

.fz28 {
  font-size: 28px !important;
}

.fz29 {
  font-size: 29px !important;
}

.fz30 {
  font-size: 30px !important;
}

.fz42 {
  font-size: 42px !important;
}

.fz46 {
  font-size: 46px !important;
}

.fz50 {
  font-size: 50px !important;
}

.fz52 {
  font-size: 52px !important;
}

.c-b--type01 {
  font-weight: normal;
  color: #e62121;
}

.c-color--type01 {
  color: #fff;
}

.c-br--small {
  display: none;
}

.c-br--medium {
  display: none;
}

.brTab {
  display: none;
}

.brSp {
  display: none;
}
.brSp.brPc {
  display: inline-block;
}

.mt01,
.mt55 {
  margin-top: 55px !important;
}

.mb01,
.mb55 {
  margin-bottom: 55px !important;
}

.mt02,
.mt30 {
  margin-top: 30px !important;
}

.mb02,
.mb30 {
  margin-bottom: 30px !important;
}

.mt03,
.mt120 {
  margin-top: 120px !important;
}

.mb03,
.mb120 {
  margin-bottom: 120px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.pt01,
.pt30 {
  padding-top: 30px !important;
}

.pb01,
.pb30 {
  padding-bottom: 30px !important;
}

.pt02,
.pt60 {
  padding-top: 60px !important;
}

.pb02,
.pb60 {
  padding-bottom: 60px !important;
}

.pt03,
.pt120 {
  padding-top: 120px !important;
}

.pb03,
.pb120 {
  padding-bottom: 120px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.ro {
  display: inline-block;
  transition: opacity 0.2s linear;
}
.ro:hover {
  opacity: 0.8;
}

.ro:hover img {
  opacity: 0.8;
}

.rot {
  display: inline-block;
  transition: opacity 0.2s linear;
}
.rot:hover, .rot:focus {
  opacity: 0.7;
}

.cf::before,
.cf::after {
  display: table;
  content: " ";
}

.cf::after {
  clear: both;
}

.cf {
  *zoom: 1;
}

@media screen and (min-width: 601px) and (max-width: 960px) {
  .c-br--medium {
    display: inline-block;
  }
  .brTab {
    display: inline-block;
  }
}

@media screen and (max-width: 1246pxpx) {
  .c-carousel--type01 .c-carousel__wrap {
    width: calc(240px * 3 + 20px * 2);
  }
  .c-carousel--type01 .c-carousel__controls {
    width: calc(240px * 3 + 20px * 2 + 10px * 2 + 23px * 2);
  }
}

@media screen and (max-width: 1140px) {
  .fNav--type01 .fNav__container {
    width: calc(100% - 15px * 2);
  }
  .fxNav {
    display: none;
  }
  .c-wrap--type01 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-wrap .c-wrap__inner {
    width: calc(100% - 15px * 2);
  }
  .c-section {
    width: calc(100% - 15px * 2);
  }
  .c-mainVisual {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 1090px) {
  .c-carousel--type01 {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  body {
    min-width: 100%;
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .site-header .site-header-container {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

@media (max-width: 991.98px) {
  .global-nav {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .fNav--type01 .fNav__container {
    width: 100%;
  }
  .c-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .c-index--sitemap .c-index__container .c-index__item.c-index__item--lv01 {
    width: calc(50% - 12px);
  }
  .c-pic-text__picture--type03 {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .c-pic-text__text--type03 {
    width: 100%;
  }
  .c-pic-text--picLeft01 .c-pic-text__picture.c-pic-text__picture--type03 {
    margin-right: auto;
  }
  .c-form__table th,
  .c-form__table td {
    display: block;
  }
  .c-form__table th {
    width: 100%;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .c-form__table td {
    padding-top: 10px;
  }
  .c-input--type01 {
    width: 100%;
  }
  .c-input--type02 {
    width: 100%;
  }
  .c-input--type03 {
    width: 100%;
  }
  .c-select--type01 {
    width: 100%;
  }
  .c-select--type02 {
    width: 100%;
  }
  .c-pageHead {
    padding-top: 50px;
    margin-bottom: 32px;
  }
  .c-pageHead__title {
    padding-bottom: 18px;
    font-size: 32px;
  }
  .c-pageHead__lead {
    font-size: 16px;
  }
  .c-pageHead--type01 .c-pageHead__title {
    font-size: 32px;
  }
  .c-pageHead--type01 .c-pageHead__lead {
    margin-top: 32px;
  }
  .c-contactInfo {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-contactInfo .c-contactInfo__telList {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-left: 20px;
  }
  .c-contactInfo li {
    width: auto;
    margin-left: 0;
  }
}

@media screen and (max-width: 826pxpx) {
  .c-carousel--type01 .c-carousel__wrap {
    width: calc(240px * 2 + 20px * 1);
  }
  .c-carousel--type01 .c-carousel__controls {
    width: calc(240px * 2 + 20px * 1 + 10px * 2 + 23px * 2);
  }
}

@media screen and (max-width: 768px) {
  .p-post__container .p-post__body {
    width: 100%;
  }
}

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

@media screen and (max-width: 720px) {
  .c-contactInfo .c-contactInfo__container {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .fNav--type01 {
    width: 100%;
  }
  .fNav--type01 .fNav__container {
    justify-content: center;
  }
  h2.wp-block-heading {
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 15px;
  }
  .c-section + .c-section {
    margin-top: 60px;
  }
  .c-index--type01 .c-index__item {
    width: calc(100% / 2 - 30px * (2 - 1) / 2);
  }
  .c-index--sitemap .c-index__container .c-index__item.c-index__item--lv01 {
    width: 100%;
  }
  .c-pager__item {
    margin-right: 2px;
    margin-left: 2px;
  }
  .c-pager__item a,
  .c-pager__item span {
    padding: 6px 8px;
  }
  .c-pager__item--page {
    width: 100%;
  }
  .c-pager__item--prev, .c-pager__item--next {
    text-align: center;
  }
  .c-pager__item--prev {
    order: 2;
    width: 60px;
    margin-right: 5px;
  }
  .c-pager__item--next {
    order: 3;
    width: 60px;
    margin-left: 5px;
  }
  .c-pager__list {
    justify-content: center;
  }
  .c-pager__number {
    margin-right: 4px;
    margin-left: 4px;
  }
  .c-pager__abbr span {
    margin-right: 2px;
    margin-left: 2px;
  }
  .c-col1--type01 {
    width: 100%;
    max-width: 100%;
  }
  .c-col4--type01 .c-columns__item {
    width: calc(50% - 10px);
    margin-top: 20px;
  }
  .c-pic-text {
    flex-direction: column;
    width: 100%;
  }
  .c-pic-text__picture {
    margin-top: 20px;
    text-align: center;
  }
  .c-pic-text__picture--type01 {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-pic-text__picture--type02 {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-pic-text__picture--type03 {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-pic-text__text--type01 {
    width: 100%;
  }
  .c-pic-text__text--type02 {
    width: 100%;
  }
  .c-pic-text__text--type03 {
    width: 100%;
  }
  .c-pic-text--picLeft01 .c-pic-text__picture {
    order: 2;
    margin-right: auto;
  }
  .c-pic-text--picLeft01 .c-pic-text__picture.c-pic-text__picture--type03 {
    order: 1;
    margin-right: auto;
  }
  .c-pic-text--picLeft01 .c-pic-text__text {
    order: 1;
  }
  .c-pic-text--picRight01 .c-pic-text__picture {
    margin-left: auto;
  }
  .c-linkWrap--type01 {
    margin-top: 30px;
  }
  .c-table--type01 th, .c-table--type01 td {
    padding: 10px;
    font-size: 16px;
  }
  .c-table--type01 th {
    width: 100px;
  }
  .c-tableWrap--type01 {
    width: 100%;
    overflow: auto;
  }
  .c-tableWrap--type01 table {
    width: 1000px;
  }
  .c-tableWrap--type02 {
    width: 100%;
    overflow: auto;
  }
  .c-tableWrap--type02 table {
    width: 700px;
  }
  .c-form__agree {
    padding: 30px 10px;
  }
  .c-form__submit--type01 {
    width: 100%;
  }
  .c-form__submit--type02 {
    width: 100%;
  }
  .page-header .container .page-header-title__wrap .page-header-title {
    font-size: 18px;
    padding: 24px 0;
  }
  .c-pageHead__title {
    font-size: 28px;
  }
  .c-pageHead--type01 .c-pageHead__title {
    font-size: 28px;
  }
  .search-box .search-box__container .search-box__inner {
    width: 100%;
  }
  .search-box .search-box__container .search-box__inner h3 {
    font-size: 18px;
  }
  .search-box input[type=text],
  .search-box select {
    font-size: 16px;
  }
  .search-box .search-box__wrap label {
    font-size: 16px;
  }
  .search-box .search-box__wrap label input[type=checkbox] {
    width: 24px;
    height: 24px;
  }
  .c-contactInfo .c-contactInfo__container .c-contactInfo__item.c-contactInfo__item--type01 {
    flex-direction: column;
  }
  .c-contactInfo .c-contactInfo__telList {
    align-items: center;
    margin-top: 15px;
  }
  .c-contactInfo li:not(:first-child) {
    margin-top: 10px;
  }
  .p-post__container {
    width: 100%;
    padding: 30px 0;
  }
  .p-post__container:nth-child(2n) {
    padding-left: 0;
  }
  .p-post__container .p-post__img {
    width: 90px;
    height: 90px;
    padding: 2px;
  }
  .p-post__container .p-post__img img {
    max-height: 84px;
  }
  .p-post__container .p-post__body {
    width: calc(100% - 90px - 15px);
    font-size: 16px;
  }
  .p-post__container .p-post__body .head {
    font-size: 18px;
  }
  .c-googleMap {
    height: 196px;
  }
  .c-anchor--type01 {
    padding-top: 54px;
    margin-top: -54px;
  }
  .c-label {
    margin-right: 8px;
  }
  .c-banner--recruit {
    margin-bottom: 30px;
  }
  .p-president__container {
    flex-direction: column;
  }
  .p-president__picture {
    order: 1;
    width: 60%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .p-president__text {
    order: 2;
    width: 100%;
  }
  .p-history__item {
    display: table-cell;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .single-collected-item .post_content .p-data__head {
    font-size: 24px;
  }
  .single-collected-item .post_content .p-data__head--sub {
    font-size: 14px;
  }
  .p-data__img {
    height: 430px;
  }
  .p-newsDetail h2 {
    font-size: 21px;
  }
  .p-newsDetail h3 {
    font-size: 18px;
  }
  .p-newsDetail h4 {
    font-size: 16px;
  }
  .p-newsDetail h5 {
    font-size: 15px;
  }
  .p-newsDetail h6 {
    font-size: 13px;
  }
  .tacs {
    text-align: center !important;
  }
  .tars {
    text-align: right !important;
  }
  .tals {
    text-align: left !important;
  }
  .c-br--small {
    display: inline-block;
  }
  .brTab {
    display: none;
  }
  .brTab.brPc {
    display: none;
  }
  .brTab.brSp {
    display: inline-block;
  }
  .brSp {
    display: inline-block;
  }
}

@media screen and (max-width: 586pxpx) {
  .c-carousel--type01 .c-carousel__wrap {
    width: 240px;
  }
  .c-carousel--type01 .c-carousel__controls {
    width: calc(240px + 10px * 2 + 23px * 2);
  }
}

@media screen and (max-width: 480px) {
  .c-index--type01 .c-index__item {
    width: 100%;
  }
  .c-pic-text__picture--type01 {
    width: 100%;
  }
  .c-pic-text__picture--type02 {
    width: 100%;
  }
  .c-pic-text__picture--type03 {
    width: 100%;
  }
  .c-pageHead__title {
    font-size: 26px;
  }
  .c-pageHead--type01 .c-pageHead__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 346pxpx) {
  .c-carousel--type01 .c-carousel__wrap {
    width: 200px;
  }
  .c-carousel--type01 .c-carousel__controls {
    width: calc(200px + 10px * 2 + 23px * 2);
  }
}

@media print {
  .post-type-post .site-body-container.container {
    max-width: none;
  }
  .post-type-post .wp-block-vk-blocks-accordion.p-post__search-form {
    display: none;
  }
  .post-type-post .vk_posts {
    justify-content: center;
  }
  .post-type-post .p-post__container .p-post__body {
    width: calc(100% - 310px - 30px);
  }
  .post-type-post .p-post__container .p-post__body .wrap--type01 .link {
    display: none;
  }
  .c-bnr__container {
    display: none;
  }
}
/*# sourceMappingURL=base.css.map */
