/* reset
----------------------------------------------- */
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, 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;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #000000;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  font-size: 62.5%;
}

@media screen and (max-width: 1200px) {
  html, body {
    font-size: 60%;
  }
}

@media screen and (max-width: 768px) {
  html, body {
    font-size: 57.5%;
  }
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

span {
  font-size: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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;
}

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

a:active {
  color: inherit;
}

a {
  color: inherit;
}

img {
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

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

input, select {
  vertical-align: middle;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* base
----------------------------------------------- */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.cf {
  overflow: hidden;
}

.txt-cap {
  padding-left: 1em;
  text-indent: -1em;
}

.cursor, label {
  cursor: pointer;
}

input[type="search"], input[type="text"], input[type="password"], input[type="email"],
input[type="tel"], select, textarea {
  width: 100%;
  padding: 0.5rem 0.8rem;
  -webkit-box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
  border: none;
  background-color: #ffffff;
  color: #000000;
  border-radius: 0.5rem;
  line-height: 1.5;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="submit"] {
  width: 100%;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  cursor: pointer;
}

/* layout
----------------------------------------------- */
html {
  overflow-x: hidden;
}

body {
  text-align: justify;
  overflow-x: hidden;
}

#wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#wrapper.--open {
  position: relative;
}

#wrapper.--open::before {
  visibility: visible;
  opacity: 1;
}

.l-main {
  margin-top: 107px;
}

@media screen and (max-width: 1200px) {
  .l-main {
    margin-top: 105px;
  }
}

@media screen and (max-width: 900px) {
  .l-main {
    margin-top: 60px;
  }
}

@media screen and (max-width: 425px) {
  .l-main {
    margin-top: 50px;
  }
}

.l-article {
  border-bottom: 1px solid #dddddd;
}

/* header
----------------------------------------------- */
.l-header {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #dddddd;
}

.l-header.--hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media screen and (max-width: 425px) {
  .l-header {
    height: 5.5rem;
  }
}

.l-header__subNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: auto;
  padding: 10px 20px;
  position: relative;
  border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 900px) {
  .l-header__subNav {
    display: none;
  }
}

.p-header__copy {
  font-size: 1.5rem;
}

.p-header__subNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__subNav__item {
  margin-left: 2rem;
}

.p-header__subNav__item a {
  font-size: 1.4rem;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 20px;
  position: relative;
}

@media screen and (max-width: 425px) {
  .l-header__inner {
    padding: 0 15px;
  }
}

.p-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo img {
  vertical-align: middle;
}

.p-header__logo.--sp {
  display: none;
}

@media screen and (max-width: 900px) {
  .p-header__logo {
    display: none;
    padding: 15px 0;
  }
  .p-header__logo.--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  .p-header__logo img {
    height: 30px;
  }
}

@media screen and (max-width: 425px) {
  .p-header__logo img {
    height: 25px;
  }
}

.p-header__gNav__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 3rem;
}

@media screen and (max-width: 900px) {
  .p-header__gNav__list {
    display: none;
  }
}

.p-header__gNav__item {
  width: 25%;
  border-left: 1px solid #dddddd;
}

.p-header__gNav__item:last-child {
  border-right: 1px solid #dddddd;
}

.p-header__gNav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__gNav__item a span {
  padding: 20px 0;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__gNav__item a i {
  margin-right: 0.3em;
  font-size: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  vertical-align: middle;
}

.p-header__gNav__item a.navi i {
  color: #2ABBDA;
}

.p-header__gNav__item a.circle i {
  color: #28A98F;
}

.p-header__gNav__item a.local i {
  color: #F87D84;
}

.p-header__gNav__item a.arbeit i {
  color: orange;
}

@media screen and (min-width: 901px) {
  .p-header__gNav__item a:hover span, .p-header__gNav__item a:hover i {
    color: #ffffff;
  }
  .p-header__gNav__item a:hover.navi {
    background-color: #2ABBDA;
  }
  .p-header__gNav__item a:hover.circle {
    background-color: #28A98F;
  }
  .p-header__gNav__item a:hover.local {
    background-color: #F87D84;
  }
  .p-header__gNav__item a:hover.arbeit {
    background-color: orange;
  }
}

.p-header__sp__menu {
  display: none;
  width: 40px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .p-header__sp__menu {
    display: block;
  }
}

@media screen and (max-width: 425px) {
  .p-header__sp__menu {
    width: 32px;
    height: 30px;
    right: 15px;
  }
}

.p-header__sp__menu.--open .p-bar__1 {
  top: calc(50% - 1.5px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-header__sp__menu.--open .p-bar__2 {
  top: calc(50% - 1.5px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-header__sp__menu.--open .p-bar__text {
  opacity: 0;
}

.p-bar__wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.p-bar {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  background-color: #00a048;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 600px) {
  .p-bar {
    height: 3.2px;
  }
}

.p-bar__1 {
  top: 0;
}

.p-bar__2 {
  top: 32%;
}

.p-bar__text {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 1;
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 425px) {
  .p-bar__text {
    font-size: 1.2rem;
  }
}

.p-header__menu {
  max-width: 425px;
  height: 100%;
  margin: 0 auto !important;
  padding-top: 60px;
  padding-bottom: 5rem;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 98;
  overflow-y: auto;
  border-bottom: 1px solid #dddddd;
  background-color: #f2f2f2;
}

@media screen and (max-width: 425px) {
  .p-header__menu {
    padding-top: 50px;
  }
}

.p-header__menu.--open {
  right: 0;
}

.p-mainMenu__btn {
  border-bottom: 1px solid #dddddd;
}

.p-mainMenu__btn a {
  display: block;
  padding: 2rem 20px;
  font-size: 1.5rem;
}

@media screen and (max-width: 425px) {
  .p-mainMenu__btn a {
    padding: 1.5rem 20px;
  }
}

.p-mainMenu__btn i {
  margin-right: 0.5em;
  font-size: 1em;
}

.p-mainBtn__mainMenu:first-child {
  margin-top: 0 !important;
}

@media screen and (max-width: 425px) {
  .p-mainBtn__mainMenu:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}

.p-header__textBtn {
  display: block;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .p-header__textBtn {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 425px) {
  .p-header__textBtn {
    font-size: 1.6rem;
  }
}

.p-search__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6rem;
  text-align: center;
  border-right: 1px solid #dddddd;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-search__btn i {
  font-size: 2rem;
}

.p-search__btn:hover {
  background-color: #00a048;
}

.p-search__btn:hover i {
  color: #ffffff;
}

.p-search__btn.open {
  background-color: #00a048;
}

.p-search__btn.open i {
  color: #ffffff;
}

@media screen and (max-width: 900px) {
  .p-search__btn {
    display: none;
  }
}

.p-header__search {
  display: none;
}

@media screen and (max-width: 900px) {
  .p-header__search {
    display: none !important;
  }
}

.p-menu__search .c-content__inner {
  padding: 1rem 20px !important;
}

.p-btnMenu {
  padding: 2rem 20px;
}

.p-mainMenu__item {
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
}

.p-mainMenu__item a {
  display: block;
  padding: 2rem 20px;
}

@media screen and (max-width: 425px) {
  .p-mainMenu__item a {
    padding: 1.5rem 20px;
  }
}

.p-mainMenu__item a::before {
  display: none;
}

.p-mainMenu__item a.navi i {
  color: #2ABBDA;
}

.p-mainMenu__item a.circle i {
  color: #28A98F;
}

.p-mainMenu__item a.local i {
  color: #F87D84;
}

.p-mainMenu__item a.arbeit i {
  color: orange;
}

.p-mainMenu__item span {
  font-size: 1.8rem;
  text-align: center;
}

.p-mainMenu__item span i {
  width: 1.5em;
  margin-right: 0.5em;
  font-size: 1em;
}

/* footer
----------------------------------------------- */
.p-footerNav {
  padding: 2rem 20px;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
}

@media screen and (max-width: 425px) {
  .p-footerNav {
    text-align: left;
  }
}

.p-footerNav a {
  color: #ffffff;
}

.p-copyright {
  padding: 1rem 20px;
  text-align: center;
}

.p-pagetop {
  display: none;
  position: fixed;
  right: 3rem;
  bottom: 4.1rem;
  z-index: 9;
}

@media screen and (max-width: 425px) {
  .p-pagetop {
    bottom: 4.2rem;
    right: 2rem;
  }
}

.p-pagetop span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background-color: #000000;
  text-align: center;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 425px) {
  .p-pagetop span {
    width: 5.5rem;
    height: 5.5rem;
  }
}

.p-pagetop span i {
  color: #ffffff;
  font-size: 1.8rem;
}

.c-content__wrap {
  width: 100%;
  margin: 8rem auto;
}

@media screen and (max-width: 425px) {
  .c-content__wrap {
    margin: 5rem auto;
  }
}

.c-content__wrap .c-content__inner {
  padding: 8rem 30px;
}

@media screen and (max-width: 425px) {
  .c-content__wrap .c-content__inner {
    margin: 5rem auto;
    padding: 5rem 20px;
  }
}

.c-content__inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 5rem 4rem;
}

.c-content__inner.--full {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}

.c-content__inner.--high {
  padding-top: 0;
  padding-bottom: 0;
}

.c-content__inner.--w600 {
  max-width: 600px;
}

.c-content__inner.--w425 {
  max-width: 425px;
}

.c-content__inner.--sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-h2 {
  font-size: 1.7rem;
  margin-bottom: 6rem;
  text-align: center;
  color: #00a048;
}

.c-h2.--circle {
  color: #28A98F;
}

.c-h2.--local {
  color: #F87D84;
}

.c-h2.--arbeit {
  color: orange;
}

.c-h2.--navi {
  color: #2ABBDA;
}

@media screen and (max-width: 425px) {
  .c-h2 {
    margin-bottom: 4rem;
  }
}

.c-h2 span {
  display: block;
  margin-bottom: 1.5rem;
  padding-left: 0.05em;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 425px) {
  .c-h2 span {
    font-size: 4rem;
  }
}

.c-h3,
.p-post__content__editor h2 {
  margin-top: 7rem;
  margin-bottom: 3rem;
  padding-bottom: 0.3em;
  position: relative;
  border-bottom: 0.2em solid #dddddd;
  font-size: 2.6rem;
}

.c-h3::after,
.p-post__content__editor h2::after {
  position: absolute;
  bottom: -0.2em;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 0.2em;
  background-color: #00a048;
}

@media screen and (max-width: 425px) {
  .c-h3,
  .p-post__content__editor h2 {
    margin-top: 4rem;
    font-size: 2.2rem;
  }
}

.c-h3.--img,
.p-post__content__editor h2.--img {
  margin-top: 5rem;
  padding-top: 0.2em;
  padding-left: 2.2em;
  padding-bottom: 0.5em;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 1.7em;
  overflow: visible;
}

.c-h3.--circle::after,
.p-post__content__editor h2.--circle::after {
  background-color: #28A98F;
}

.c-h3.--arbeit::after,
.p-post__content__editor h2.--arbeit::after {
  background-color: orange;
}

.c-h3.--local::after,
.p-post__content__editor h2.--local::after {
  background-color: #F87D84;
}

.c-h3.--navi::after,
.p-post__content__editor h2.--navi::after {
  background-color: #2ABBDA;
}

.p-post__content__editor h2 {
  margin-bottom: 0;
}

.c-h4,
.p-post__content__editor h3 {
  margin-top: 5rem;
  margin-bottom: 3rem;
  padding-bottom: 0.3em;
  font-size: 2.2rem;
  border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 425px) {
  .c-h4,
  .p-post__content__editor h3 {
    margin-top: 4rem;
    font-size: 2rem;
  }
}

.c-h4 i,
.p-post__content__editor h3 i {
  font-size: 1em;
  margin-right: 0.3em;
}

.c-h4 i.--circle,
.p-post__content__editor h3 i.--circle {
  color: #28A98F;
}

.c-h4 i.--local,
.p-post__content__editor h3 i.--local {
  color: #F87D84;
}

.c-h4 i.--arbeit,
.p-post__content__editor h3 i.--arbeit {
  color: orange;
}

.c-h4 i.--navi,
.p-post__content__editor h3 i.--navi {
  color: #2ABBDA;
}

.c-h5,
.p-post__content__editor h4 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 2rem;
}

@media screen and (max-width: 425px) {
  .c-h5,
  .p-post__content__editor h4 {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}

.c-item__category a, .c-item__category p {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.8rem;
  padding: 0.2rem 0.5rem;
  color: #ffffff;
  border-radius: 0.3rem;
  background-color: #000000;
}

.c-item__category i {
  margin-right: 0.4em;
  color: #ffffff;
}

.c-item__tag {
  display: inline-block;
}

.c-item__tag a, .c-item__tag p, .c-item__tag i {
  font-size: 1.4rem;
}

.c-item__tag i {
  margin-right: 0.3em;
}

.c-item__tag.--list a, .c-item__tag.--list p, .c-item__tag.--list i {
  font-size: 1.3rem !important;
}

.wp-block-buttons .is-style-mainBtn {
  display: block;
  margin: 0;
}

.c-mainBtn,
.is-style-mainBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 2rem auto 0;
  padding: 1rem;
  border-radius: 0.3rem;
  text-align: center;
  position: relative;
  background-color: #000000;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 425px) {
  .c-mainBtn,
  .is-style-mainBtn a {
    font-size: 1.6rem;
  }
}

.c-mainBtn span,
.is-style-mainBtn a span {
  text-align: center;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 425px) {
  .c-mainBtn span,
  .is-style-mainBtn a span {
    font-size: 1.6rem;
  }
}

.c-mainBtn::after,
.is-style-mainBtn a::after {
  content: '\f054';
  position: absolute;
  top: 50%;
  right: 1.2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1em;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-mainBtn.--min,
.is-style-mainBtn a.--min {
  max-width: 320px;
}

@media screen and (max-width: 425px) {
  .c-mainBtn.--min,
  .is-style-mainBtn a.--min {
    max-width: 220px;
  }
}

.c-mainBtn.--menu span,
.is-style-mainBtn a.--menu span {
  font-size: 1.6rem;
}

.c-mainBtn.--navi,
.is-style-mainBtn a.--navi {
  background-color: #2ABBDA;
}

.c-mainBtn.--green,
.is-style-mainBtn a.--green {
  background-color: #00a048;
}

.c-mainBtn.--orange, .c-mainBtn.--arbeit,
.is-style-mainBtn a.--orange,
.is-style-mainBtn a.--arbeit {
  background-color: orange;
}

.c-mainBtn.--circle,
.is-style-mainBtn a.--circle {
  background-color: #28A98F;
}

.c-mainBtn.--pink, .c-mainBtn.--local,
.is-style-mainBtn a.--pink,
.is-style-mainBtn a.--local {
  background-color: #F87D84;
}

.c-mainBtn.--back,
.is-style-mainBtn a.--back {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.c-mainBtn.--back::after,
.is-style-mainBtn a.--back::after {
  content: '\f053';
  right: initial;
  left: 1.2em;
}

@media screen and (min-width: 769px) {
  .c-mainBtn.--back:hover::after,
  .is-style-mainBtn a.--back:hover::after {
    right: initial;
    left: 0.8em;
  }
}

@media screen and (min-width: 769px) {
  .c-mainBtn:hover::after,
  .is-style-mainBtn a:hover::after {
    right: 0.8em;
  }
}

/* common
---------------------------------------- */
.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

.p-noContent {
  font-size: 1.5rem;
}

.p-mainBtn__request {
  margin-top: 5rem;
}

.p-calendar__wrap {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 600px) {
  .p-calendar__wrap iframe {
    width: 560px;
  }
}

.p-sidebar {
  width: 300px;
}

@media screen and (max-width: 900px) {
  .p-sidebar {
    width: 100%;
    border-top: 1px solid #dddddd;
  }
}

@media screen and (max-width: 900px) {
  .p-relative__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-relative__item {
  margin-top: 3rem;
}

.p-relative__item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 900px) {
  .p-relative__item {
    width: calc((100% - 6rem) / 3);
    margin-top: 3rem;
    margin-right: 3rem;
  }
  .p-relative__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .p-relative__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .p-relative__item {
    width: calc((100% - 3rem) / 2);
    margin-top: 3rem !important;
    margin-right: 3rem !important;
  }
  .p-relative__item:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .p-relative__item:nth-child(2n) {
    margin-right: 0 !important;
  }
}

.p-relative__item a {
  display: block;
}

.p-relative__img {
  border: 1px solid #dddddd;
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-relative__title {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
}

/* breadcrumb
---------------------------------------- */
.p-breadcrumb {
  margin: 0 auto;
  background-color: #f2f2f2;
}

.p-breadcrumb .c-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  padding: 1rem 20px 1.5rem !important;
}

@media screen and (max-width: 425px) {
  .p-breadcrumb .c-content__inner {
    margin: 0 auto !important;
  }
}

.p-breadcrumb__item {
  margin-top: 0.5rem;
  margin-right: 0.8em;
  padding-left: 1.3em;
  position: relative;
}

.p-breadcrumb__item:first-child {
  padding-left: 0;
}

.p-breadcrumb__item:first-child::after {
  display: none;
}

.p-breadcrumb__item::after {
  content: '\f054';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.p-breadcrumb__item a {
  font-weight: bold;
}

.p-breadcrumb__item span {
  font-size: 1.4rem;
}

/* pagenation
---------------------------------------- */
.p-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 4rem 0;
}

.p-page__numbers {
  display: block;
  width: 4rem;
  height: 4.5rem;
  margin: 0 0.4rem;
  line-height: 4.5rem;
  text-align: center;
  font-weight: bold;
  color: #F87D84;
  border: solid 1px #F87D84;
  border-radius: 0.5rem;
}

.p-page__numbers.--dots {
  width: auto;
  border: none;
}

.p-page__numbers.--current {
  border: solid 1px #F87D84;
  background-color: #F87D84;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .p-pagination a:hover {
    background-color: #F87D84;
    color: #ffffff;
  }
}

/* searchForm
---------------------------------------- */
.p-searchForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
}

.p-searchForm.--select {
  position: relative;
}

.p-searchForm.--select::after {
  content: '\f0d7';
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  color: #000000;
  line-height: 1.5;
}

.p-form__formTitle {
  padding: 0.5rem 0.5rem 0 0;
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1.5;
}

.p-form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
}

.p-form__select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
}

.p-searchForm__submit {
  width: 60px !important;
  margin-left: 0.5rem;
  background-color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  border-radius: 0.5rem !important;
  -webkit-box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
}

/* advertisement
---------------------------------------- */
.p-advertisement {
  text-align: center;
}

.p-content__inner--advertisement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 600px) {
  .p-content__inner--advertisement {
    display: block;
  }
}

.p-advertisement__item {
  max-width: 300px;
  margin: 0;
  position: relative;
}

@media screen and (max-width: 600px) {
  .p-advertisement__item {
    margin: auto;
  }
}

.p-advertisement__item:last-child {
  margin-left: 5rem;
}

@media screen and (max-width: 600px) {
  .p-advertisement__item:last-child {
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-advertisement__item a, .p-advertisement__item img {
  max-width: 100%;
  vertical-align: bottom;
  margin-bottom: 0;
}

/* archive
---------------------------------------- */
.p-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}

.p-archive .c-content__inner {
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .p-archive {
    display: block;
  }
}

.p-archive.--noSidebar {
  max-width: 900px;
}

.p-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .p-item__list.--top .p-mainItem:nth-child(n+3) {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .p-item__list.--top .p-mainItem:nth-child(n+3) {
    display: none;
  }
}

.p-mainItem {
  width: calc((100% - 6rem) / 3);
  margin-right: 3rem;
  margin-top: 4rem;
}

.p-mainItem:nth-child(-n+3) {
  margin-top: 0;
}

.p-mainItem:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .p-mainItem {
    width: calc((100% - 3rem) / 2);
    margin-top: 4rem !important;
  }
  .p-mainItem:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .p-mainItem:nth-child(3n) {
    margin-right: 3rem;
  }
  .p-mainItem:nth-child(2n) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .p-mainItem {
    width: 100%;
    margin-right: 0 !important;
  }
  .p-mainItem:nth-child(-n+2) {
    margin-top: 4rem !important;
  }
  .p-mainItem:first-child {
    margin-top: 0 !important;
  }
}

.p-mainItem > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .p-mainItem > a:hover {
    -webkit-box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.4);
  }
}

.p-mainItem.--full {
  width: 100%;
}

.p-item__content {
  padding: 2rem;
  border-top: 1px solid #dddddd;
}

.p-item__category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 2rem;
}

.p-item__category__list.--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-item__category__list.--wrap > .p-item__category {
  margin-top: 0;
}

.p-item__category__list.--noWrap {
  display: block;
}

.p-item__category__list.--noWrap .p-item__category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-item__category__list.--single {
  margin-top: 0;
}

.p-item__category__list.--single .p-item__tag {
  margin-right: 0 !important;
  margin-left: 1rem;
}

.p-item__category.--parent {
  margin-top: 2rem;
}

.p-item__category.--simple {
  margin-top: 0.3em;
  padding: 0;
  background-color: transparent;
  color: #888888;
}

.p-item__category.--simple i {
  color: #888888;
}

.p-archive__note {
  margin-top: 4rem;
  padding: 1.5rem;
  background-color: #f2f2f2;
  border: 1px solid #dddddd;
}

.p-mainItem.--tax {
  margin-top: 4rem !important;
}

/* single
---------------------------------------- */
.p-single {
  margin-top: 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.p-post__copy {
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .p-post__copy {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 425px) {
  .p-post__copy {
    font-size: 1.6rem;
  }
}

.p-post__name {
  margin-top: 0.5rem;
  margin-bottom: 3rem;
  padding-bottom: 0.3em;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 0.1em solid #dddddd;
}

@media screen and (max-width: 768px) {
  .p-post__name {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 425px) {
  .p-post__name {
    font-size: 2.8rem;
  }
}

.p-post__mainImg {
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  border: 1px solid #dddddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-post__tag__wrap {
  margin-top: 3rem;
  padding: 1.7rem 1.5rem 0.8rem;
  border: 1px solid #dddddd;
}

.p-post__content {
  margin: 7rem 0;
}

@media screen and (max-width: 425px) {
  .p-post__content {
    margin: 5rem 0;
  }
}

.p-post__content__info.--arbeit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-post__content__info.--arbeit {
    display: block;
  }
}

.p-post__content__info.--arbeit .p-item__info__wrap.--single {
  width: 32%;
}

@media screen and (max-width: 768px) {
  .p-post__content__info.--arbeit .p-item__info__wrap.--single {
    width: 100%;
  }
  .p-post__content__info.--arbeit .p-item__info__wrap.--single:nth-child(n+2) {
    margin-top: 2rem !important;
  }
}

.p-post__content__info.--arbeit .p-item__info__name {
  background-color: orange;
}

.p-post__content__info.--arbeit .p-item__info__text {
  font-size: 1.6rem;
}

.p-post__content__info.--local .p-item__info__wrap.--single {
  width: 100%;
  margin-top: 2rem !important;
}

.p-post__content__info.--local .p-item__info__name {
  background-color: #F87D84;
}

.p-post__content__info.--local .p-item__info__text {
  font-size: 2rem !important;
  font-weight: bold;
  color: #F87D84;
}

.p-post__content__info.--local .p-item__info__terms {
  margin-top: 0.5rem;
}

.p-item__info__wrap.--single {
  display: block;
  margin-top: 0 !important;
  padding: 1.5rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}

.p-item__info__wrap.--single .p-item__info__name {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.2em 1em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  border-radius: 0.5rem;
}

.p-item__info__wrap.--single .p-item__info__name i {
  margin-right: 0.2em;
  color: #ffffff;
  font-size: 1em;
}

.p-item__info__wrap.--single .p-item__info__text {
  padding-left: 0;
}

.p-post__content__editor {
  margin-top: 0;
}

.p-post__content__editor p {
  margin: 3rem 0 0;
  line-height: 1.8;
  font-size: 1.6rem;
}

.p-post__content__editor p a {
  font-weight: bold;
  color: #2ABBDA;
}

.p-post__content__editor ul, .p-post__content__editor ol {
  margin: 3rem 0 0;
  padding-left: 3rem;
}

.p-post__content__editor ul li, .p-post__content__editor ol li {
  margin: 2rem 0 0;
  font-size: 1.6rem;
}

.p-post__content__editor ul {
  list-style: disc;
}

.p-post__content__editor .wp-block-media-text {
  margin-top: 7rem;
}

@media screen and (max-width: 425px) {
  .p-post__content__editor .wp-block-media-text {
    margin: 5rem 0;
  }
}

.p-post__content__editor .wp-block-media-text h3, .p-post__content__editor .wp-block-media-text h4, .p-post__content__editor .wp-block-media-text p {
  margin-top: 0;
}

.p-post__content__editor .pdfemb-viewer {
  margin-top: 7rem;
}

@media screen and (max-width: 425px) {
  .p-post__content__editor .pdfemb-viewer {
    margin: 5rem 0;
  }
}

.p-post__content__editor .p-mainCopy {
  margin-top: 8rem;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  color: #F87D84;
}

@media screen and (max-width: 600px) {
  .p-post__content__editor .p-mainCopy {
    margin-top: 5rem;
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 425px) {
  .p-post__content__editor .p-mainCopy {
    font-size: 3rem;
  }
}

.p-post__content__editor .p-subCopy {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .p-post__content__editor .p-subCopy {
    font-size: 1.8rem;
  }
}

.p-post__content__editor .p-info__wrap {
  max-width: 700px;
  margin: 5rem auto 0;
  padding: 0 4rem 5rem;
  background-color: rgba(255, 250, 204, 0.75);
  border-radius: 1rem;
  border: 2px solid #000000;
}

@media screen and (max-width: 600px) {
  .p-post__content__editor .p-info__wrap {
    padding: 1px 3rem 5rem;
  }
}

@media screen and (max-width: 425px) {
  .p-post__content__editor .p-info__wrap {
    padding: 1px 2rem 4rem;
  }
}

.p-post__content__editor .wp-block-image {
  margin-top: 3rem;
}

.p-post__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-gallery__item {
  width: calc(100% / 3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 600px) {
  .p-gallery__item {
    width: calc(100% / 2);
  }
}

.p-movie__wrap__wrap {
  margin: 0 -9999px;
  padding: 5rem 9999px;
  background-color: #9ae3fd;
}

.p-movie__wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.p-movie__wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-single__map {
  border: 1px solid #dddddd;
  border-bottom: none;
}

.p-info__table {
  width: 100%;
  margin: 3rem 0 0;
}

@media screen and (max-width: 425px) {
  .p-info__table tbody {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
}

.p-info__table th, .p-info__table td {
  padding: 1.5rem;
  border: 1px solid #dddddd;
  vertical-align: middle;
  font-size: 1.5rem;
  word-break: break-all;
}

@media screen and (max-width: 425px) {
  .p-info__table th, .p-info__table td {
    display: block;
    width: 100% !important;
    border-top: none;
    border-bottom: none;
  }
}

.p-info__table th {
  width: 9em;
  text-align: center;
  font-weight: bold;
  background-color: #f2f2f2;
}

@media screen and (max-width: 425px) {
  .p-info__table th {
    padding: 1rem 1.5rem;
    border-bottom: none;
  }
  .p-info__table th br {
    display: none;
  }
}

.p-info__table td {
  width: calc(100% - 9em);
}

@media screen and (max-width: 425px) {
  .p-timeTable th, .p-timeTable td {
    display: table-cell;
    border: 1px solid #dddddd !important;
  }
}

.p-timeTable th {
  width: 20%;
}

@media screen and (max-width: 425px) {
  .p-timeTable th {
    width: 26% !important;
  }
}

.p-timeTable td {
  width: 40%;
}

@media screen and (max-width: 425px) {
  .p-timeTable td {
    width: 37% !important;
  }
}

.p-info__message {
  font-weight: bold;
  font-size: 1.5rem;
  word-break: break-all;
}

.p-single__footer {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #f2f2f2;
}

.p-single__footer .c-content__inner {
  margin-top: 0;
  margin-bottom: 0;
}

.p-post__wrap.--circle .p-post__name {
  color: #28A98F;
}

.p-post__wrap.--circle .p-item__category a, .p-post__wrap.--circle .p-item__category p {
  background-color: #28A98F;
  border: 1px solid #28A98F;
}

.p-post__wrap.--circle .p-item__category.--sub a, .p-post__wrap.--circle .p-item__category.--sub p {
  background-color: #ffffff;
  color: #28A98F;
  border: 1px solid #28A98F;
}

.p-post__wrap.--circle .p-item__category.--sub i {
  color: #28A98F;
}

.p-post__wrap.--circle .p-post__content__title,
.p-post__wrap.--circle .p-post__content__editor h2 {
  color: #28A98F;
}

.p-post__wrap.--circle .p-post__content__title::after,
.p-post__wrap.--circle .p-post__content__editor h2::after {
  background-color: #28A98F;
}

.p-post__wrap.--circle .p-post__content__editor h3 {
  color: #28A98F;
}

.p-post__wrap.--circle .p-post__content__editor p a {
  color: #28A98F;
}

.p-post__wrap.--circle .p-info__table th {
  background-color: rgba(40, 169, 143, 0.2);
}

.p-post__wrap.--circle .p-info__table td > a {
  font-weight: bold;
  color: #28A98F;
}

.p-post__wrap.--circle .p-info__table td > a i {
  margin-left: 0.3em;
  color: #28A98F;
}

.p-post__wrap.--circle .p-info__message {
  color: #28A98F;
}

.p-post__wrap.--arbeit .p-post__name {
  color: orange;
}

.p-post__wrap.--arbeit .p-item__category a, .p-post__wrap.--arbeit .p-item__category p {
  background-color: orange;
  border: 1px solid orange;
}

.p-post__wrap.--arbeit .p-item__category.--sub a, .p-post__wrap.--arbeit .p-item__category.--sub p {
  background-color: #ffffff;
  color: orange;
  border: 1px solid orange;
}

.p-post__wrap.--arbeit .p-item__category.--sub i {
  color: orange;
}

.p-post__wrap.--arbeit .p-post__content__title,
.p-post__wrap.--arbeit .p-post__content__editor h2 {
  color: orange;
}

.p-post__wrap.--arbeit .p-post__content__title::after,
.p-post__wrap.--arbeit .p-post__content__editor h2::after {
  background-color: orange;
}

.p-post__wrap.--arbeit .p-post__content__editor h3 {
  color: orange;
}

.p-post__wrap.--arbeit .p-post__content__editor p a {
  color: orange;
}

.p-post__wrap.--arbeit .p-info__table th {
  background-color: rgba(255, 165, 0, 0.2);
}

.p-post__wrap.--arbeit .p-info__table td > a {
  font-weight: bold;
  color: orange;
}

.p-post__wrap.--arbeit .p-info__table td > a i {
  margin-left: 0.3em;
  color: orange;
}

.p-post__wrap.--arbeit .p-info__message {
  color: orange;
}

.p-post__wrap.--local .p-post__name {
  color: #F87D84;
}

.p-post__wrap.--local .p-item__category a, .p-post__wrap.--local .p-item__category p {
  background-color: #F87D84;
  border: 1px solid #F87D84;
}

.p-post__wrap.--local .p-item__category.--sub a, .p-post__wrap.--local .p-item__category.--sub p {
  background-color: #ffffff;
  color: #F87D84;
  border: 1px solid #F87D84;
}

.p-post__wrap.--local .p-item__category.--sub i {
  color: #F87D84;
}

.p-post__wrap.--local .p-post__content__title,
.p-post__wrap.--local .p-post__content__editor h2 {
  color: #F87D84;
}

.p-post__wrap.--local .p-post__content__title::after,
.p-post__wrap.--local .p-post__content__editor h2::after {
  background-color: #F87D84;
}

.p-post__wrap.--local .p-post__content__editor h3 {
  color: #F87D84;
}

.p-post__wrap.--local .p-post__content__editor p a {
  color: #F87D84;
}

.p-post__wrap.--local .p-info__table th {
  background-color: rgba(248, 125, 132, 0.2);
}

.p-post__wrap.--local .p-info__table td > a {
  font-weight: bold;
  color: #F87D84;
}

.p-post__wrap.--local .p-info__table td > a i {
  margin-left: 0.3em;
  color: #F87D84;
}

.p-post__wrap.--local .p-info__message {
  color: #F87D84;
}

.p-post__wrap.--navi .p-post__name {
  color: #2ABBDA;
}

.p-post__wrap.--navi .p-item__category a, .p-post__wrap.--navi .p-item__category p {
  background-color: #2ABBDA;
  border: 1px solid #2ABBDA;
}

.p-post__wrap.--navi .p-item__category.--sub a, .p-post__wrap.--navi .p-item__category.--sub p {
  background-color: #ffffff;
  color: #2ABBDA;
  border: 1px solid #2ABBDA;
}

.p-post__wrap.--navi .p-item__category.--sub i {
  color: #2ABBDA;
}

.p-post__wrap.--navi .p-post__content__title,
.p-post__wrap.--navi .p-post__content__editor h2 {
  color: #2ABBDA;
}

.p-post__wrap.--navi .p-post__content__title::after,
.p-post__wrap.--navi .p-post__content__editor h2::after {
  background-color: #2ABBDA;
}

.p-post__wrap.--navi .p-post__content__editor h3 {
  color: #2ABBDA;
}

.p-post__wrap.--navi .p-post__content__editor p a {
  color: #2ABBDA;
}

.p-post__wrap.--navi .p-info__table th {
  background-color: rgba(42, 187, 218, 0.2);
}

.p-post__wrap.--navi .p-info__table td > a {
  font-weight: bold;
  color: #2ABBDA;
}

.p-post__wrap.--navi .p-info__table td > a i {
  margin-left: 0.3em;
  color: #2ABBDA;
}

.p-post__wrap.--navi .p-info__message {
  color: #2ABBDA;
}

/* top-mainVisual
---------------------------------------- */
.p-top__mainVisual {
  height: 500px;
  margin-top: 0;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .p-top__mainVisual {
    height: 60vw;
  }
}

@media screen and (max-width: 425px) {
  .p-top__mainVisual {
    height: 70vw;
  }
}

.p-mainVisual__item {
  position: relative;
}

.p-mainVisual__item__img {
  display: block;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-mainVisual__item__img {
    height: 60vw;
  }
}

@media screen and (max-width: 425px) {
  .p-mainVisual__item__img {
    height: 70vw;
  }
}

.p-message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto !important;
  padding: 0 !important;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-message .p-message__text {
  text-align: center;
}

.p-message .p-message__text span {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.6;
  text-shadow: 0 0 0.8rem black;
}

@media screen and (max-width: 768px) {
  .p-message .p-message__text span {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 600px) {
  .p-message .p-message__text span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 425px) {
  .p-message .p-message__text span {
    font-size: 2rem;
  }
}

.p-message .p-message__logo {
  width: 100%;
}

.p-message .p-message__logo img {
  margin: 2rem auto 0;
}

@media screen and (max-width: 768px) {
  .p-message .p-message__logo img {
    height: 45px;
  }
}

@media screen and (max-width: 600px) {
  .p-message .p-message__logo img {
    height: 40px;
  }
}

@media screen and (max-width: 425px) {
  .p-message .p-message__logo img {
    font-size: 35px;
  }
}

/* top-search
---------------------------------------- */
.p-search {
  margin: 0 auto !important;
  background-color: #00a048;
}

.p-search .c-content__inner {
  padding: 2rem 20px;
}

@media screen and (max-width: 425px) {
  .p-search .c-content__inner {
    padding: 2rem 20px;
  }
}

.p-top__searchFrom {
  max-width: 400px;
  margin: 0 auto;
}

.p-top__searchFrom .p-searchForm {
  margin: 1rem 0;
}

/* top-banner
---------------------------------------- */
.p-banner {
  margin: 0 auto !important;
}

.p-banner .c-content__inner {
  padding: 5rem 20px;
}

@media screen and (max-width: 425px) {
  .p-banner .c-content__inner {
    margin: 0 auto !important;
    padding: 3rem 20px;
  }
}

.p-banner .c-content__inner a {
  display: block;
  text-align: center;
}

.p-banner .c-content__inner img {
  margin: auto;
}

.p-content__inner--banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-banner__item {
  width: 47%;
  margin-right: 3%;
}

.p-banner__item:last-child {
  margin-right: 0;
}

.p-banner__item a, .p-banner__item p {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* top-news
---------------------------------------- */
.p-news {
  margin: 0 auto;
  background-color: #00a048;
}

.p-news .c-content__inner {
  padding: 5rem 20px;
}

@media screen and (max-width: 425px) {
  .p-news .c-content__inner {
    margin: 0 auto !important;
    padding: 3rem 20px;
  }
}

.p-news .c-h2 {
  color: #ffffff;
}

.p-news .c-h2 span {
  color: #ffffff;
}

.p-news__list {
  padding: 0 3rem;
}

@media screen and (max-width: 600px) {
  .p-news__list {
    padding: 0;
  }
}

.p-news__item {
  margin: 0 1.2rem;
}

.p-news__img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0.5rem;
  background-color: #ffffff;
}

.p-news__tag {
  margin-top: 1rem;
  color: #ffffff;
}

.p-news__tag i {
  color: #ffffff;
}

.p-news__name {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.4;
  text-align: left;
}

@media screen and (max-width: 600px) {
  .p-news__name {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 425px) {
  .p-news__name {
    font-size: 1.6rem;
  }
}

/* top-pickUp
---------------------------------------- */
.p-pickUp {
  margin: 0 auto;
  background-color: #f2f2f2;
}

@media screen and (max-width: 425px) {
  .p-pickUp .c-content__inner {
    margin: 0 auto !important;
  }
}

.p-pickUp__content {
  position: relative;
}

.p-pickUp__content .c-h3.--navi {
  margin-top: 0;
}

.p-moreBtn.--pickUp {
  padding-right: 1.7rem;
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-moreBtn.--pickUp::after {
  content: '\f054';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.p-pickUp__list {
  margin-top: -1rem;
  padding: 0 3rem;
  position: relative;
}

@media screen and (max-width: 600px) {
  .p-pickUp__list {
    padding: 0;
  }
}

.p-pickUp__list .slick-list {
  padding: 1rem 0;
}

@media screen and (max-width: 600px) {
  .p-pickUp__list .slick-list {
    margin: 0 -1rem;
  }
}

.p-mainItem.--top {
  margin: 0 1.5rem !important;
}

@media screen and (max-width: 600px) {
  .p-mainItem.--top {
    margin: 0 1rem !important;
  }
}

.p-item__head {
  margin-top: 0.5rem;
}

.p-item__copy {
  font-size: 1.5rem;
  line-height: 1.4;
}

.p-item__name {
  margin-top: 0.5rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}

.p-item__name.--list {
  margin-top: 0;
  margin-bottom: 2rem;
}

.p-item__name.--list:nth-of-type(n+2) {
  margin-top: 4rem;
}

.p-item__name.--list::after {
  display: none;
}

.p-item__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1.5rem;
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .p-item__middle {
    display: block;
  }
}

@media screen and (max-width: 425px) {
  .p-item__middle {
    display: block;
  }
}

.p-item__img {
  width: 100%;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}

.p-item__tag__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 1rem;
  margin-left: 2rem;
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .p-item__tag__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
  }
}

@media screen and (max-width: 425px) {
  .p-item__tag__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
  }
}

.p-item__tag__list.--list, .p-item__tag__list.--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0;
}

.p-item__tag__list.--list .p-item__tag, .p-item__tag__list.--single .p-item__tag {
  margin-right: 1.5rem;
}

.p-item__tag {
  display: block;
}

.p-item__tag p, .p-item__tag a {
  line-height: 1.8;
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .p-item__tag {
    margin-right: 1.5rem;
  }
}

@media screen and (max-width: 425px) {
  .p-item__tag {
    margin-right: 1.5rem;
  }
}

.p-item__local {
  margin-top: auto;
  padding: 0.8em 0.5em;
  text-align: center;
  color: #ffffff;
  background-color: #F87D84;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 0 0 0.5rem 0.5rem;
  background-image: url(../images/common/dot_01.png);
  background-repeat: repeat-x;
  background-position: top -4px center;
  background-size: 16px 8px;
}

.p-item__local i {
  margin-right: 0.2em;
  font-size: 1em;
  color: #ffffff;
}

.p-item__local__text {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #F87D84;
}

@media screen and (max-width: 425px) {
  .p-item__local__text {
    font-size: 2rem;
  }
}

.p-item__local__note {
  margin-top: 0.5rem;
  font-size: 1rem;
}

.p-item__description {
  margin-top: 1.5em;
  line-height: 1.8;
  font-size: 1.4rem;
}

.p-item__info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-item__info__wrap:nth-child(n+2) {
  margin-top: 1.2rem;
}

.p-item__info__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  padding: 0.8rem 0.8rem 0.8rem 0;
  text-align: center;
}

.p-item__info__name i {
  font-size: 2.3rem;
}

.p-item__info__name i.fa-yen-sign {
  font-size: 2.5rem;
}

.p-item__info__name i.fa-school {
  font-size: 2rem;
}

.p-item__info__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.2rem;
}

.p-item__info__text span, .p-item__info__text p {
  font-size: 1.4rem;
}

.p-mainItem.--circle .p-item__category a, .p-mainItem.--circle .p-item__category p {
  background-color: #28A98F;
  border: 1px solid #28A98F;
}

.p-mainItem.--circle .p-item__category.--sub a, .p-mainItem.--circle .p-item__category.--sub p {
  background-color: #ffffff;
  color: #28A98F;
  border: 1px solid #28A98F;
}

.p-mainItem.--circle .p-item__category.--sub i {
  color: #28A98F;
}

.p-mainItem.--circle .p-item__name {
  color: #28A98F;
}

.p-mainItem.--circle .p-item__info__name i {
  color: #28A98F;
}

.p-mainItem.--circle .p-item__info__name {
  border-right: 1px solid #28A98F;
}

.p-mainItem.--circle .c-mainBtn {
  background-color: #28A98F;
}

.p-mainItem.--arbeit .p-item__category a, .p-mainItem.--arbeit .p-item__category p {
  background-color: orange;
  border: 1px solid orange;
}

.p-mainItem.--arbeit .p-item__category.--sub a, .p-mainItem.--arbeit .p-item__category.--sub p {
  background-color: #ffffff;
  color: orange;
  border: 1px solid orange;
}

.p-mainItem.--arbeit .p-item__category.--sub i {
  color: orange;
}

.p-mainItem.--arbeit .p-item__name {
  color: orange;
}

.p-mainItem.--arbeit .p-item__info__name i {
  color: orange;
}

.p-mainItem.--arbeit .p-item__info__name {
  border-right: 1px solid orange;
}

.p-mainItem.--arbeit .c-mainBtn {
  background-color: orange;
}

.p-mainItem.--local .p-item__category a, .p-mainItem.--local .p-item__category p {
  background-color: #F87D84;
  border: 1px solid #F87D84;
}

.p-mainItem.--local .p-item__category.--sub a, .p-mainItem.--local .p-item__category.--sub p {
  background-color: #ffffff;
  color: #F87D84;
  border: 1px solid #F87D84;
}

.p-mainItem.--local .p-item__category.--sub i {
  color: #F87D84;
}

.p-mainItem.--local .p-item__name {
  color: #F87D84;
}

.p-mainItem.--local .p-item__info__name i {
  color: #F87D84;
}

.p-mainItem.--local .p-item__info__name {
  border-right: 1px solid #F87D84;
}

.p-mainItem.--local .c-mainBtn {
  background-color: #F87D84;
}

.p-mainItem.--navi .p-item__category a, .p-mainItem.--navi .p-item__category p {
  background-color: #2ABBDA;
  border: 1px solid #2ABBDA;
}

.p-mainItem.--navi .p-item__category.--sub a, .p-mainItem.--navi .p-item__category.--sub p {
  background-color: #ffffff;
  color: #2ABBDA;
  border: 1px solid #2ABBDA;
}

.p-mainItem.--navi .p-item__category.--sub i {
  color: #2ABBDA;
}

.p-mainItem.--navi .p-item__name {
  color: #2ABBDA;
}

.p-mainItem.--navi .p-item__info__name i {
  color: #2ABBDA;
}

.p-mainItem.--navi .p-item__info__name {
  border-right: 1px solid #2ABBDA;
}

.p-mainItem.--navi .c-mainBtn {
  background-color: #2ABBDA;
}

/* top-about
---------------------------------------- */
.p-about {
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.p-about::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.p-about__h2 {
  padding-right: 0.05em;
  text-align: center;
  font-size: 9rem;
  color: #ffffff;
  position: relative;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-about__h2 {
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 425px) {
  .p-about__h2 {
    font-size: 6rem;
  }
}

.p-about__text {
  margin-top: 3.5rem;
  margin-bottom: 4rem;
  text-align: center;
  line-height: 2;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}

@media screen and (max-width: 425px) {
  .p-about__text {
    font-size: 1.6rem;
  }
}

/* top-sponsor
---------------------------------------- */
.p-sponsor {
  margin: 0 auto;
  background-color: rgba(255, 255, 0, 0.5);
  text-align: center;
}

.p-sponsor__copy {
  display: inline-block;
  padding: 0.2em 1em;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #000000;
}

@media screen and (max-width: 600px) {
  .p-sponsor__copy {
    font-size: 1.6rem;
  }
}

.p-sponsor__title {
  margin-top: 3rem;
  font-size: 4rem;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .p-sponsor__title {
    margin-top: 2.5rem;
    font-size: 2.8rem;
  }
}

.p-sponsor__description {
  margin: 3rem auto 0;
  font-size: 1.8rem;
  text-align: justify;
  line-height: 1.8;
}

@media screen and (max-width: 600px) {
  .p-sponsor__description {
    margin-top: 2.5rem;
    font-size: 1.5rem;
  }
}

.p-sponsor__appeal {
  margin: 3rem auto 0;
}

.p-appeal__item {
  margin-top: 1rem;
  padding: 0.5em 0.8em 0.5em 3em;
  background-color: #ffffff;
  border: 2px solid #000000;
  text-align: left;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 600px) {
  .p-appeal__item {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 425px) {
  .p-appeal__item {
    font-size: 1.6rem;
  }
}

.p-appeal__item span {
  color: #F87D84;
}

.p-appeal__item::after {
  content: '\f058';
  position: absolute;
  top: 50%;
  left: 0.8em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.4em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #F87D84;
}

.p-mainBtn__sponsor {
  margin-top: 5rem;
}

@media screen and (max-width: 425px) {
  .p-mainBtn__sponsor {
    margin-top: 4rem;
  }
}

/* top-twitter
---------------------------------------- */
/* top-information
---------------------------------------- */
.p-information {
  background-color: #f2f2f2;
  margin: 0 auto;
}

@media screen and (max-width: 425px) {
  .p-information .c-content__inner {
    margin-bottom: 0 !important;
  }
}

.p-information__list {
  padding: 3rem 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

@media screen and (max-width: 600px) {
  .p-information__list {
    padding: 1rem 20px;
  }
}

@media screen and (min-width: 769px) {
  .p-information__item > a:hover {
    background-color: #f2f2f2;
  }
}

.p-information__item .p-information__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0;
  border-top: 1px solid #dddddd;
}

@media screen and (max-width: 600px) {
  .p-information__item .p-information__inner {
    display: block;
  }
}

.p-information__item:first-child .p-information__inner {
  border-top: none;
}

.p-information__item.--event .p-information__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 600px) {
  .p-information__item.--event .p-information__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 425px) {
  .p-information__item.--event .p-information__inner {
    display: block;
  }
}

.p-information__item.--event .p-information__img {
  width: 200px;
  margin-right: 2rem;
  border-radius: 0.5rem;
  border: 1px solid #dddddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 600px) {
  .p-information__item.--event .p-information__img {
    width: 120px;
  }
}

@media screen and (max-width: 425px) {
  .p-information__item.--event .p-information__img {
    width: 100%;
  }
}

.p-information__item.--event .p-information__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-information__item.--event .p-information__text.--detail {
  position: relative;
}

.p-information__item.--event .p-information__text.--detail .p-detailBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.p-information__item.--event .p-information__text.--detail .p-detailBtn i {
  font-weight: 900;
  font-size: 3rem;
  color: #dddddd;
}

.p-information__item.--event .p-information__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .p-information__item.--event .p-information__head {
    display: block;
  }
}

@media screen and (max-width: 425px) {
  .p-information__item.--event .p-information__head {
    margin-top: 2rem;
  }
}

.p-information__item.--event .p-information__date {
  margin-left: 1em;
}

@media screen and (max-width: 600px) {
  .p-information__item.--event .p-information__date {
    margin-top: 0.5rem;
    margin-left: 0;
  }
}

.p-information__item.--event .p-information__date span {
  display: inline-block;
  margin-left: 0.2em;
  font-weight: bold;
}

.p-information__item.--event .p-information__title {
  margin-top: 1rem;
}

.p-information__item.--event .p-information__place {
  margin-top: 1rem;
}

.p-information__item.--event .p-information__content {
  display: none;
  word-break: break-all;
}

.p-information__item.--event .p-information__content a {
  color: #F87D84;
}

@media screen and (min-width: 769px) {
  .p-information__item.--event .p-information__content a:hover {
    opacity: 0.7;
  }
}

.p-information__head {
  width: 150px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .p-information__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-align: left;
  }
}

.p-information__category {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.2em 0.5em;
  background-color: #000000;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .p-information__category {
    margin-bottom: 0;
  }
}

.p-information__date {
  font-size: 1.8rem;
  letter-spacing: 0;
}

@media screen and (max-width: 600px) {
  .p-information__date {
    margin-left: 1.5rem;
  }
}

.p-information__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
}

@media screen and (max-width: 600px) {
  .p-information__title {
    margin-top: 1rem;
  }
}

.p-mainBtn__information {
  margin-top: 5rem;
}

@media screen and (max-width: 425px) {
  .p-mainBtn__information {
    margin-top: 4rem;
  }
}

/* contact
---------------------------------------- */
.p-contact .p-post__content__wrap {
  margin-top: 7rem;
}

@media screen and (max-width: 425px) {
  .p-contact .p-post__content__wrap {
    margin-top: 5rem;
  }
}

.p-contact .mw_wp_form_confirm .p-formItem {
  border-bottom: 1px solid #dddddd;
}

.p-contact .mw_wp_form {
  margin-top: 3rem;
  padding: 5rem 4rem;
  background-color: #f2f2f2;
}

@media screen and (max-width: 425px) {
  .p-contact .mw_wp_form {
    padding: 3rem 2rem;
  }
}

.p-contact .mw_wp_form p {
  margin-top: 0;
}

.p-formItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
}

@media screen and (max-width: 768px) {
  .p-formItem {
    display: block;
  }
}

.p-formItem:first-child {
  padding-top: 0;
}

.p-formItem.--submit {
  display: block;
  padding-bottom: 0;
  border-bottom: none !important;
}

.p-formItem__head {
  width: 200px;
  margin-right: 2rem;
}

@media screen and (max-width: 768px) {
  .p-formItem__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 1rem;
  }
}

.p-formItem__title {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-formItem__require {
  font-size: 1.4rem !important;
  color: #F87D84;
}

@media screen and (max-width: 768px) {
  .p-formItem__require {
    margin-left: 1rem !important;
  }
}

.p-formItem__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
}

.p-formItem__input input:nth-child(n+2) {
  margin-top: 1.5rem;
}

.p-submit {
  cursor: pointer;
}

.mw_wp_form .error {
  margin-top: 0.5rem;
}

.p-ctf {
  padding: 1.5rem;
  border: 1px solid #dddddd;
  border-radius: 1rem;
}

.p-calendar__head {
  margin-bottom: 4rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #000000;
  position: relative;
}

.p-calendar__title {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .p-calendar__title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 520px) {
  .p-calendar__title {
    font-size: 2rem;
  }
}

.p-calendar__pager {
  position: absolute;
  bottom: 1.5rem;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .p-calendar__pager {
    font-size: 2rem;
  }
}

@media screen and (max-width: 520px) {
  .p-calendar__pager {
    font-size: 1.8rem;
  }
}

.p-calendar__pager i {
  font-size: 1em;
}

.p-calendar__pager.-prev {
  left: 0;
}

.p-calendar__pager.-prev i {
  margin-right: 0.3em;
}

.p-calendar__pager.-next {
  right: 0;
}

.p-calendar__pager.-next i {
  margin-left: 0.3em;
}

.p-calendar__wrap {
  display: none;
  margin-bottom: 3rem;
}

.p-calendar__wrap.-show {
  display: block;
}

.p-calendar__inner {
  overflow: auto;
  white-space: nowrap;
}

.p-event__calendar {
  width: 100%;
  min-width: 710px;
}

.p-event__calendar td, .p-event__calendar th {
  width: calc(100% / 7);
  border: 1px solid #dddddd;
  white-space: initial;
}

.p-event__calendar th {
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  background-color: #888888;
  color: #ffffff;
}

.p-event__calendar th.w0 {
  background-color: #F87D84;
}

.p-event__calendar th.w6 {
  background-color: #2ABBDA;
}

.p-event__calendar td.w0 .date {
  background-color: rgba(248, 125, 132, 0.3);
}

.p-event__calendar td.w6 .date {
  background-color: rgba(42, 187, 218, 0.3);
}

.p-event__calendar .date {
  display: block;
  padding: 0.3rem 1rem;
  background-color: #f2f2f2;
  font-size: 1.4rem;
  text-align: right;
}

.p-event__calendar td.today {
  background-color: rgba(255, 165, 0, 0.2);
}

.p-event__calendar td.today .date {
  font-weight: bold;
}

.p-calendar__list {
  min-height: 50px;
}

.p-calendar__item:nth-child(n+2) {
  margin-top: 0.5rem;
}

.p-calendar__item a {
  display: block;
}

.p-calendar__img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.p-calendar__info {
  padding: 0.2em 0.3em;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #28A98F;
  color: #ffffff;
}

.p-calendar__name {
  padding: 0.5rem;
  font-size: 1.1rem;
}

.p-noMargin__top {
  margin-top: 0 !important;
}

/* font
---------------------------------------- */
.u-ff__ministry {
  font-family: ministry, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}

/* slick
---------------------------------------- */
.slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-list .slick-track .slick-slide {
  height: auto;
}

/* layout
---------------------------------------- */
* {
  min-height: 0;
  min-width: 0;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .u-hover--opacity:hover {
    opacity: 0.7;
  }
}

.u-fullContent.-lightBlue {
  background-color: #ddf0df;
}

.u-fullContent.-lightGray {
  background-color: #f2f2f2;
}

.u-asp__1by1::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.u-asp__4by3::before {
  content: '';
  display: block;
  padding-top: 75%;
}

.u-asp__3by2::before {
  content: '';
  display: block;
  padding-top: 66.666%;
}

.u-asp__16by9::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.u-asp__thumbnail::before {
  content: '';
  display: block;
  padding-top: 52.5%;
}

.u-asp__cinema::before {
  content: '';
  display: block;
  padding-top: 42.6%;
}

.u-item901 {
  display: block;
}

@media screen and (max-width: 900px) {
  .u-item901 {
    display: none;
  }
}

.u-item900 {
  display: none;
}

@media screen and (max-width: 900px) {
  .u-item900 {
    display: block;
  }
}

.u-item768 {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-item768 {
    display: block;
  }
}

.u-item601 {
  display: block;
}

@media screen and (max-width: 600px) {
  .u-item601 {
    display: none;
  }
}

.u-item600 {
  display: none;
}

@media screen and (max-width: 600px) {
  .u-item600 {
    display: block;
  }
}

.u-item426 {
  display: block;
}

@media screen and (max-width: 425px) {
  .u-item426 {
    display: none;
  }
}

.u-item425 {
  display: none;
}

@media screen and (max-width: 425px) {
  .u-item425 {
    display: block;
  }
}

.u-red {
  color: red;
}

.u-editor__noMargin--top {
  margin-top: 3rem !important;
}

.u-editor__noMargin--bottom {
  margin-bottom: 0 !important;
}

.wp-block-media-text__content {
  padding-right: 0 !important;
}

@media screen and (max-width: 600px) {
  .wp-block-media-text__content {
    margin-top: 3rem;
    padding: 0 !important;
  }
}

.wp-block-columns.--member .wp-block-media-text__content h4 {
  margin-bottom: 1rem;
}

@media (max-width: 781px) {
  .wp-block-columns.--member .wp-block-column {
    -ms-flex-preferred-size: calc(50% - 16px) !important;
        flex-basis: calc(50% - 16px) !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .wp-block-columns.--member .wp-block-column:nth-child(2n) {
    margin-left: 32px;
  }
}

@media (max-width: 600px) {
  .wp-block-columns.--member .wp-block-column {
    text-align: center;
  }
}

@media (max-width: 425px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }
}

.post-password-form {
  margin-top: 5rem;
}

.post-password-form p {
  font-size: 1.6rem;
}

.post-password-form p label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
  font-size: 1.6rem;
}

.post-password-form p label input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 300px;
  margin-left: 1rem;
  padding: 1rem;
}

.post-password-form p > input {
  display: block;
  width: 200px;
  margin-top: 2rem;
  padding: 1rem;
  font-size: 1.6rem;
}

#infscr-loading {
  margin-top: 3rem;
  text-align: center;
}

#infscr-loading img {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: auto;
}

.pdfemb-zoom {
  display: none;
}
/*# sourceMappingURL=app.css.map */