@import url("../librarys/bootstrap/dist/css/bootstrap.min.css");
@import url("../fonts/fontawesome-free-5.15.1-web/css/all.min.css");
@import url("../librarys/swiper/swiper-bundle.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.c-card-link > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
}
.c-card-link > a:hover {
  background: rgba(0, 0, 0, 0.3);
}
.c-card-simple-image {
  margin-bottom: 2rem;
  position: relative;
}
@media (max-width: 575.98px) {
  .c-card-simple-image {
    margin-bottom: 1rem;
  }
}
.c-card-simple-image > a {
  display: block;
  color: #000;
  text-decoration: none;
}
.c-card-simple-image > a:hover {
  opacity: 0.7;
}
.c-card-simple-image img {
  border-radius: 0.5rem;
  margin: 0 0 0.5rem 0;
}
.c-card-simple-image-category {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.c-card-simple-image-category > .badge {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.c-card-simple-thumbnail {
  background-position: center;
  background-size: cover;
}
.c-card-simple-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0.5rem 0;
}
.c-card-simple-date {
  font-size: 0.9rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #6c757d;
  margin: 0.5rem 0 0.2rem 0 !important;
}
.c-card-simple-title {
  font-size: 1.2rem !important;
  margin: 0 0 0.5rem 0 !important;
  line-height: 1.5;
}
@media (max-width: 575.98px) {
  .c-card-simple-title {
    font-size: 0.9rem !important;
    margin-bottom: 0.5rem !important;
  }
}
.c-card-simple-text {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.8;
  margin: 0 0 1rem 0 !important;
}
@media (max-width: 575.98px) {
  .c-card-simple-text {
    font-size: 0.8rem;
    line-height: 1.8;
  }
}
.c-card-simple-author {
  font-size: 0.9rem;
  color: #6c757d;
  margin: 0 !important;
}
.c-card-simple-author::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px;
  content: "\f007";
}
.c-card-simple-label {
  background: #388ae3;
  display: inline-block;
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 1;
  padding: 0.6rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 0.3rem;
}
.c-card-simple-label:hover {
  color: #ffffff;
  opacity: 0.8;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .c-card-simple-label {
    padding: 0.3rem 0.5rem 0.4rem;
  }
}
.c-card-simple-label.sale {
  background: #388ae3;
}
.c-card-simple-label.rental {
  background: #28a745;
}
.c-card-simple-label.parking {
  background: #17a2b8;
}
.c-card-bg-image-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.c-card-bg-image-cover::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.55);
}
.c-card-bg-image .card-body {
  position: relative;
}
.c-card-bg-image > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
}
.c-card-bg-image > a:hover {
  background: rgba(0, 0, 0, 0.3);
}

.c-slider {
  position: relative;
}
.c-slider-slide {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  position: relative;
}
.c-slider-slide::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 991.98px) {
  .c-slider-button-prev, .c-slider-button-next {
    display: none;
  }
}
.c-slider-button-prev {
  left: 3rem;
}
.c-slider-button-next {
  right: 3rem;
}
.c-slider-copy {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  z-index: 9;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.c-slider-copy-sub {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
  .c-slider-copy-sub {
    font-size: 5vw;
  }
}
.c-slider-copy-main {
  font-family: "Lato";
  font-weight: 300;
  font-size: 7.5rem;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .c-slider-copy-main {
    font-size: 8vw;
    line-height: 1.7;
  }
}

.c-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-bg-triangle-1 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAxOTIwIDEwODAiPjxkZWZzPjxzdHlsZT4uY2xzLTEsLmNscy0ye29wYWNpdHk6MC4wNTt9LmNscy0xe2ZpbGw6dXJsKCPlkI3np7DmnKroqK3lrprjgrDjg6njg4fjg7zjgrfjg6fjg7NfNDMpO30uY2xzLTJ7ZmlsbDp1cmwoI+WQjeensOacquioreWumuOCsOODqeODh+ODvOOCt+ODp+ODs180My0yKTt9PC9zdHlsZT48bGluZWFyR3JhZGllbnQgaWQ9IuWQjeensOacquioreWumuOCsOODqeODh+ODvOOCt+ODp+ODs180MyIgeDE9Ii0zNDQuMTMiIHkxPSI2MC4zOCIgeDI9IjYxOS4xMSIgeTI9IjYwLjM4IiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDY1LjczIDE2Ny40NCkgcm90YXRlKDE0LjczKSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzYzNjM2MyIvPjxzdG9wIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSLlkI3np7DmnKroqK3lrprjgrDjg6njg4fjg7zjgrfjg6fjg7NfNDMtMiIgeDE9Ijk1Mi45NiIgeTE9Ijc4Ni4wNyIgeDI9IjE5MTYuMiIgeTI9Ijc4Ni4wNyIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgtMS4wNiwgMC4zMSwgLTAuMzEsIC0xLjA4LCAzNDIwLjIxLCA3MTkuMTMpIiB4bGluazpocmVmPSIj5ZCN56ew5pyq6Kit5a6a44Kw44Op44OH44O844K344On44OzXzQzIi8+PC9kZWZzPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSItOTQuMDQgLTU3OC40OCAtNDg2Ljk4IDkxNi41NSA4NTMuNjkgLTM5NC45OSAtOTQuMDQgLTU3OC40OCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIyMzk1LjkxIDk2NC44MiAxOTExLjY3IC02OTkuMTMgMTM5NC42NiAxMzMwLjI5IDIzOTUuOTEgOTY0LjgyIi8+PC9zdmc+");
}

.c-img-effect {
  position: relative;
}
.c-img-effect > img {
  position: relative;
  z-index: 1;
}
.c-img-effect-dotted {
  padding: 10% 15%;
}
.c-img-effect-dotted::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtvcGFjaXR5OjAuMTt9Cjwvc3R5bGU+CjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjUwIiBjeT0iNTAiIHI9IjE1Ii8+Cjwvc3ZnPgo=");
  background-size: 0.5rem;
}
.c-img-effect-dotted-top_right::before {
  top: 0;
  right: 0;
  bottom: 50%;
  left: 50%;
}
.c-img-effect-dotted-top_left::before {
  top: 0;
  right: 50%;
  bottom: 50%;
  left: 0;
}

.c-items {
  display: flex;
  margin-bottom: 1rem;
}
.c-items a {
  text-decoration: none;
  color: #000;
}
.c-items a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.8;
}
.c-items__thumb {
  width: 40%;
}
.c-items__body {
  width: 60%;
  padding: 0 0 0 1rem;
}
.c-items__body__title a:hover {
  text-decoration: underline;
}
.c-items__body__price__price {
  font-size: 1.8rem;
  color: #b12704;
}
.c-items__body__price__savingrate {
  padding: 0 0 0 1rem;
  font-weight: bold;
  font-size: 1.3rem;
}
.c-items__body__price__basis {
  display: block;
  font-size: 0.9rem;
  color: #666;
}
.c-items__body__price__basis span {
  text-decoration: line-through;
}
.c-items__body a.btn {
  background: #ffd812;
  color: #000;
  padding: 0.5rem 3rem;
  margin-top: 1rem;
}

@media (max-width: 767.98px) {
  .c-table__sm-block tr {
    display: block;
  }
  .c-table__sm-block th, .c-table__sm-block td {
    display: block;
  }
  .c-table__sm-block td {
    border-top: none;
    padding-top: 0.75rem !important;
  }
  .c-table__sm-block th {
    padding-bottom: 0.75rem !important;
  }
}

.c-page_title {
  background: #388ae3;
  color: #ffffff;
  padding-top: 10rem !important;
  padding-bottom: 8rem !important;
  min-height: 60vh;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .c-page_title {
    padding-top: 5rem !important;
  }
}
.c-page_title a {
  color: #ffffff;
}
.c-page_title--title {
  font-size: 2rem !important;
  font-weight: 500;
  margin-bottom: 0 !important;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .c-page_title--title {
    font-size: 1.5rem !important;
    margin-top: 3rem;
    margin-bottom: 1rem !important;
  }
}
.c-page_title--subtitle {
  display: block;
  font-size: 8rem;
  font-weight: 300;
  line-height: 1.2;
  margin-left: -0.3rem;
}
@media (max-width: 991.98px) {
  .c-page_title--subtitle {
    font-size: 3.5rem;
    margin-left: -0.1rem;
  }
}
.c-page_title--text {
  font-size: 1.2rem;
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .c-page_title--text {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 991.98px) {
  .c-page_title--text br {
    display: none;
  }
}
.c-page_title--bgphoto {
  background-size: cover;
  position: relative;
  background-position: center;
}
.c-page_title--bgphoto::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.c-page_title--bgphoto > * {
  position: relative;
}
.c-page_title.-type_mini {
  padding-top: 1rem !important;
  padding-bottom: 2rem !important;
}
@media (max-width: 991.98px) {
  .c-page_title.-type_mini {
    padding-top: 5rem !important;
  }
}
.c-page_title.-type_mini .c-page_title--subtitle {
  font-size: 5rem;
}
@media (max-width: 991.98px) {
  .c-page_title.-type_mini .c-page_title--subtitle {
    font-size: 3.5rem;
    margin-left: -0.1rem;
  }
}

.c-breadcrumb {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.c-list-news__list:not(:last-child) {
  border-bottom: solid 1px #ddd;
}
.c-list-news__list {
  display: flex;
  align-items: flex-start;
  padding: 2rem 0;
}
@media (max-width: 991.98px) {
  .c-list-news__list {
    padding: 2rem 0 1rem;
  }
}
.c-list-news__list__date {
  margin-right: 3rem;
}
.c-list-news__list__date .year,
.c-list-news__list__date .day {
  display: block;
  text-align: center;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
}
.c-list-news__list__date .year {
  font-size: 0.75rem;
  margin-bottom: 0.3rem;
}
.c-list-news__list__date .day {
  font-size: 2.4rem;
}
.c-list-news__list__category {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.c-list-news__list__title {
  display: block;
  padding: 0.8rem 0;
  color: #000;
  font-size: 1.2rem !important;
  line-height: 1.8 !important;
  margin-bottom: 0 !important;
}

.c-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.c-title__center {
  align-items: center;
}
.c-title__sub-top {
  flex-direction: column-reverse;
}
.c-title__main {
  margin-bottom: 0 !important;
}
.c-title__sub {
  font-size: 0.9rem;
  font-weight: 500;
  color: #388ae3;
  letter-spacing: 0.2rem;
}
@media (max-width: 991.98px) {
  .c-title__sub {
    font-size: 0.7rem;
  }
}
.c-title-blog__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-title-blog__date {
  font-family: Arial, Helvetica, sans-serif;
  color: #495057;
  display: inline-block;
}
.c-title-blog__title h1 {
  margin-bottom: 3rem !important;
}
.c-title-blog__category {
  display: inline-block;
}
.c-title-blog__category .badge {
  margin-left: 0.5rem;
}
.c-title-blog__author {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.2rem;
  color: #495057;
}
.c-title-blog__author a {
  color: #000;
}
.c-title-blog__author::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px;
  content: "\f007";
}

.c-form-wrap {
  display: flex;
  flex-wrap: wrap;
}
.c-form-text__input, .c-form-text__conf, .c-form-text__comp {
  display: none;
}
.mw_wp_form_input .c-form-text__input {
  display: block;
}

.mw_wp_form_confirm .c-form-text__conf {
  display: block;
}

.mw_wp_form_complete .c-form-text__comp {
  display: block;
}

@media (max-width: 1199.98px) {
  .c-form-label, .c-form-body {
    width: 100% !important;
  }
}
.c-form-label {
  width: 15rem;
  font-weight: bold;
  padding: 1.5rem 0;
}
@media (max-width: 1199.98px) {
  .c-form-label {
    padding-bottom: 0;
  }
}
.c-form-body {
  padding: 1rem 0;
  width: calc(100% - 15rem);
}
@media (max-width: 1199.98px) {
  .c-form-body {
    padding: 0.5rem 0;
  }
}
.c-form-body p {
  padding: 0 !important;
  margin: 0 !important;
}
.c-form-btns {
  display: flex;
  justify-content: center;
}
.c-form-btns button {
  margin: 0.5rem;
  width: 15rem;
}
.c-form input[type=text],
.c-form input[type=email],
.c-form textarea {
  width: 100%;
  padding: 0.5rem;
  border: solid 1px #bbb;
}
.c-form textarea {
  min-height: 15rem;
}

.c-wordpress__header__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-wordpress__header__head__date {
  font-family: Arial, Helvetica, sans-serif;
  color: #495057;
  display: inline-block;
  margin-right: 0.5rem;
}
.c-wordpress__header__head__category {
  display: inline-block;
}
.c-wordpress__header__head__category .badge {
  margin-right: 0.5rem;
}
.c-wordpress__header__head__author {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.2rem;
  color: #495057;
}
.c-wordpress__header__head__author a {
  color: #000;
}
.c-wordpress__header__head__author::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px;
  content: "\f007";
}
.c-wordpress__header__title h1 {
  margin-bottom: 3rem !important;
}
@media (max-width: 767.98px) {
  .c-wordpress__eyecatch {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.c-wordpress__eyecatch > img {
  width: 100%;
}
.c-wordpress__content h1 {
  margin: 4rem 0 2rem !important;
}
.c-wordpress__content h2 {
  margin: 4rem 0 2rem !important;
}
.c-wordpress__content h3 {
  margin: 3rem 0 1.5rem !important;
}
.c-wordpress__content h4 {
  margin: 3rem 0 1.5rem !important;
}
.c-wordpress__content h5 {
  margin: 3rem 0 1.5rem !important;
}
.c-wordpress__content h6 {
  margin: 3rem 0 1.5rem !important;
}
.c-wordpress__content p {
  margin: 1rem 0 !important;
}
.c-wordpress__content ul:not(.blocks-gallery-grid) {
  margin: 1rem 0 2rem !important;
  padding: 0 0 0 2rem;
}
.c-wordpress__content ol:not(.blocks-gallery-grid) {
  margin: 1rem 0 2rem !important;
  padding: 0 0 0 1.2rem;
}
.c-wordpress__content .wp-block-image {
  padding: 1rem 0;
}
.c-wordpress__content .wp-block-image.size-large img {
  width: 100%;
}
.c-wordpress__content .wp-block-image figcaption {
  font-size: 0.9em;
  opacity: 0.8;
  display: flex;
  justify-content: center;
}
.c-wordpress__content .blocks-gallery-grid .blocks-gallery-image figure,
.c-wordpress__content .blocks-gallery-grid .blocks-gallery-item figure,
.c-wordpress__content .wp-block-gallery .blocks-gallery-image figure,
.c-wordpress__content .wp-block-gallery .blocks-gallery-item figure {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.c-wordpress__content .blocks-gallery-grid .blocks-gallery-image figure,
.c-wordpress__content .blocks-gallery-grid .blocks-gallery-item figure,
.c-wordpress__content .wp-block-gallery .blocks-gallery-image figure,
.c-wordpress__content .wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}
.c-wordpress__content .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.c-wordpress__content .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.c-wordpress__content .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.c-wordpress__content .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.c-wordpress__content .wp-block-gallery.is-cropped .blocks-gallery-image a,
.c-wordpress__content .wp-block-gallery.is-cropped .blocks-gallery-image img,
.c-wordpress__content .wp-block-gallery.is-cropped .blocks-gallery-item a,
.c-wordpress__content .wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: 100% !important;
  flex: 1;
  object-fit: cover;
}
.c-wordpress__content .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.c-wordpress__content .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.c-wordpress__content .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.c-wordpress__content .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.c-wordpress__content .wp-block-gallery.is-cropped .blocks-gallery-image a,
.c-wordpress__content .wp-block-gallery.is-cropped .blocks-gallery-image img,
.c-wordpress__content .wp-block-gallery.is-cropped .blocks-gallery-item a,
.c-wordpress__content .wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}
.c-wordpress__content .blocks-gallery-grid .blocks-gallery-image img,
.c-wordpress__content .blocks-gallery-grid .blocks-gallery-item img,
.c-wordpress__content .wp-block-gallery .blocks-gallery-image img,
.c-wordpress__content .wp-block-gallery .blocks-gallery-item img {
  width: auto;
}
.c-wordpress__content .blocks-gallery-grid .blocks-gallery-image img,
.c-wordpress__content .blocks-gallery-grid .blocks-gallery-item img,
.c-wordpress__content .wp-block-gallery .blocks-gallery-image img,
.c-wordpress__content .wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.c-wordpress__postuser {
  border: solid 5px #eee;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
.c-wordpress__postuser__avatar {
  width: 80px;
  height: 80px;
  border-radius: 200px;
  overflow: hidden;
  border: solid 1px #eee;
}
.c-wordpress__postuser__body {
  width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-wordpress__postuser__title {
  font-size: 0.8rem;
  color: #6c757d;
}
.c-wordpress__postuser__name {
  font-size: 1.3rem;
}
.c-wordpress__postuser__info {
  line-height: 1.6;
  font-size: 0.85rem;
}
.c-wordpress__pager {
  display: flex;
  margin-top: 5rem;
}
.c-wordpress__pager a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.c-wordpress__pager__prev, .c-wordpress__pager__next {
  width: 45%;
}
.c-wordpress__pager__next {
  margin-left: auto;
}
.c-wordpress__pager__next .c-wordpress__pager__label {
  text-align: right;
}
.c-wordpress__pager__next .c-wordpress__pager__box {
  flex-direction: row-reverse;
}
.c-wordpress__pager__label {
  font-size: 0.9rem;
  margin: 0 0 0.5rem !important;
}
.c-wordpress__pager__box {
  display: flex;
  align-items: center;
  border: solid 1px #eee;
}
.c-wordpress__pager__box figure {
  margin: 0;
  width: 80px;
}
.c-wordpress__pager__box span {
  width: calc(100% - 80px);
  padding: 0 1rem;
  line-height: 1.5;
  font-size: 0.9rem;
}
.c-wordpress__recommend {
  margin-top: 5rem;
}
.c-wordpress__recommend .c-card-simple-title {
  font-size: 0.9rem !important;
}
.c-wordpress__recommend .c-card-simple-date,
.c-wordpress__recommend .c-card-simple-author {
  font-size: 0.8rem !important;
}

.c-sidemenu + .c-sidemenu {
  margin-top: 2rem;
}
.c-sidemenu__title {
  background: #388ae3;
  padding: 0.8rem 1rem;
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
}
.c-sidemenu__body {
  background: #fff;
  padding: 0.5rem;
  font-size: 0.9rem;
}
.c-sidemenu select {
  width: 100%;
  padding: 0.5rem;
  border: none;
}
.c-sidemenu__categories ul.children li {
  font-weight: normal;
}
.c-sidemenu__categories ul.children a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px;
  color: #ced4da;
  content: "\f105";
}
.c-sidemenu__categories ul {
  padding-left: 0 !important;
}
.c-sidemenu__categories ul li {
  list-style-type: none;
  font-weight: bold;
}
.c-sidemenu__categories a {
  color: #000;
  display: block;
  padding: 0.5rem;
  text-decoration: none;
}
.c-sidemenu__categories a:hover {
  background: #e9ecef;
}

* {
  font-family: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 2;
}

body {
  background-color: #fff;
}

main#main a {
  transition: all 0.3s ease;
}
main#main img {
  max-width: 100%;
  height: auto;
}
main#main p {
  margin-bottom: 2rem;
}
main#main table td, main#main table th {
  padding: 1.5rem;
}
main#main table tr:first-child td, main#main table tr:first-child th {
  border-top: none;
}
main#main ul:not(.blocks-gallery-grid) {
  padding-left: 1.5rem;
}
main#main .h1,
main#main h1,
main#main .h2,
main#main h2,
main#main .h3,
main#main h3,
main#main .h4,
main#main h4,
main#main .h5,
main#main h5,
main#main .h6,
main#main h6 {
  margin-bottom: 2rem;
  line-height: 1.6;
  letter-spacing: 0.15rem;
}
main#main .h1 .sub,
main#main h1 .sub,
main#main .h2 .sub,
main#main h2 .sub,
main#main .h3 .sub,
main#main h3 .sub,
main#main .h4 .sub,
main#main h4 .sub,
main#main .h5 .sub,
main#main h5 .sub,
main#main .h6 .sub,
main#main h6 .sub {
  display: block;
  font-size: 1rem;
  color: #666666;
}
main#main .h1,
main#main h1 {
  font-size: 3.3rem;
  margin-bottom: 6rem;
}
@media (max-width: 991.98px) {
  main#main .h1,
  main#main h1 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}
main#main .h2,
main#main h2 {
  font-size: 2.6rem;
  margin-bottom: 4rem;
}
@media (max-width: 1199.98px) {
  main#main .h2,
  main#main h2 {
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) {
  main#main .h2,
  main#main h2 {
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
  }
}
main#main .h3,
main#main h3 {
  font-size: 1.8rem;
}
@media (max-width: 991.98px) {
  main#main .h3,
  main#main h3 {
    font-size: 1.3rem;
  }
}
main#main .h4,
main#main h4 {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  main#main .h4,
  main#main h4 {
    font-size: 1.1rem;
  }
}
main#main .h5,
main#main h5 {
  font-size: 1.1rem;
}
@media (max-width: 991.98px) {
  main#main .h5,
  main#main h5 {
    font-size: 1rem;
  }
}
@media (max-width: 1199.98px) {
  main#main .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 991.98px) {
  main#main .display-1 {
    font-size: 3rem;
  }
}
main#main .display-3 {
  line-height: 1.5;
}
@media (max-width: 1199.98px) {
  main#main .display-3 {
    font-size: 3rem;
  }
}
@media (max-width: 991.98px) {
  main#main .display-3 {
    font-size: 2rem;
  }
}
main#main .btn {
  padding: 0.75rem 3rem;
  border-radius: 100rem;
}
main#main .badge {
  font-weight: normal;
  padding: 0.4em 0.5em 0.5em;
}
main#main .section {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}
@media (max-width: 991.98px) {
  main#main .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
main#main .section .container {
  position: relative;
}

.card-body {
  padding: 3rem 2.5rem;
}
.card-title {
  margin-bottom: 1.5rem;
}

.btn {
  letter-spacing: 0.1rem;
}

.breadcrumb {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
.breadcrumb.-dark .breadcrumb-item a {
  color: #fff;
}
.breadcrumb.-dark .breadcrumb-item.active {
  color: #ced4da;
}
.breadcrumb.-dark .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
}

.wp-pagenavi {
  padding: 1rem;
  display: flex;
  justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  line-height: 1;
  margin: 0 0.5rem;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  background: #388ae3;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.wp-pagenavi span.current {
  color: #388ae3;
  background: #ccc;
}
.wp-pagenavi a:hover {
  background: #1d70cb;
}

#header {
  min-height: 90px;
  background: #fff !important;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.5s;
  color: #000;
}
@media (max-width: 991.98px) {
  #header {
    bottom: auto;
    right: 0;
    width: 100%;
    height: 60px;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    border-right: none;
    align-items: flex-start;
    align-items: center;
  }
}
#header > .container {
  max-width: none;
}
#header .navbar-brand {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  line-height: 1.3;
  transition: all 0.5s;
}
@media (max-width: 991.98px) {
  #header .navbar-brand {
    font-size: 1.5rem;
  }
}
#header .navbar-brand:hover {
  opacity: 0.6;
}
#header .navbar-brand img {
  height: 40px;
  width: auto;
  max-height: 50px;
}
@media (max-width: 991.98px) {
  #header .navbar-brand img {
    max-height: 28px;
  }
}
#header .navbar-brand img.white {
  display: block;
}
#header .navbar-brand img.color {
  display: none;
}
#header .navbar-brand span {
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 991.98px) {
  #header .navbar-brand span {
    font-size: 0.65rem;
  }
}
@media (min-width: 1200px) {
  #header #header-menu {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1199.98px) {
  #header #header-menu {
    padding: 5rem 3rem;
    font-size: 1.2rem;
    min-width: 300px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow: auto;
    border-left: solid 1px #efefef;
  }
}
@media (max-width: 767.98px) {
  #header #header-menu {
    left: 0;
  }
}
#header #header-menu .header-menu-global ul.menu {
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 1199.98px) {
  #header #header-menu .header-menu-global ul.menu {
    flex-direction: column;
    align-items: flex-start;
  }
}
#header #header-menu .header-menu-global ul.menu li {
  list-style-type: none;
  position: relative;
}
#header #header-menu .header-menu-global ul.menu li:hover > ul.sub-menu {
  display: block;
}
#header #header-menu .header-menu-global ul.menu > li > a {
  color: #fff;
  letter-spacing: 0.2rem;
  font-weight: bold;
  padding: 1rem;
  font-size: 0.9rem;
  position: relative;
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  #header #header-menu .header-menu-global ul.menu > li > a {
    padding: 0.5rem 0;
    font-size: 1rem;
    display: block;
    color: #000000;
  }
}
#header #header-menu .header-menu-global ul.menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1199.98px) {
  #header #header-menu .header-menu-global ul.menu > li > a::before {
    display: none;
  }
}
#header #header-menu .header-menu-global ul.menu > li > a:hover::before {
  width: calc(100% - 2rem);
}
@media (max-width: 1199.98px) {
  #header #header-menu .header-menu-global ul.menu > li > a:hover::before {
    display: none;
  }
}
#header #header-menu .header-menu-global ul.menu > li.menu-item-has-children > a:hover::before {
  display: none;
}
#header #header-menu .header-menu-global ul.menu > li.current-menu-item > a::before,
#header #header-menu .header-menu-global ul.menu > li.current-menu-parent > a::before {
  width: calc(100% - 2rem);
}
#header #header-menu .header-menu-global ul.sub-menu {
  margin: 0 0 0.8rem 0.8rem;
  padding-left: 0;
  font-size: 0.9rem;
  font-weight: normal;
}
@media (min-width: 1200px) {
  #header #header-menu .header-menu-global ul.sub-menu {
    display: none;
    position: absolute;
    margin-top: 0.5rem;
    margin-left: 1rem;
    margin-bottom: 0;
    padding-left: 0;
    background: #fff;
    font-size: 0.8rem;
    box-shadow: 2px 4px 8px -4px rgba(0, 0, 0, 0.44);
  }
}
@media (min-width: 1200px) {
  #header #header-menu .header-menu-global ul.sub-menu ul.sub-menu {
    margin: 0;
    left: calc(100% + 2px);
    top: 0;
  }
}
#header #header-menu .header-menu-global ul.sub-menu a {
  text-decoration: none;
  display: block;
  color: #000;
  opacity: 0.8;
  padding: 0.3rem 0;
}
@media (min-width: 1200px) {
  #header #header-menu .header-menu-global ul.sub-menu a {
    word-break: keep-all;
    color: #000;
    padding: 0.3rem 1rem;
  }
  #header #header-menu .header-menu-global ul.sub-menu a:hover {
    background: #efefef;
  }
}
#header #header-menu .header-menu-global .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
#header #header-menu .header-menu-global .nav-item .dropdown-menu {
  border-radius: 0;
  font-size: 0.9rem;
  border-top: solid 3px #388ae3;
}
#header #header-menu .header-menu-global .nav-item .dropdown-item {
  position: relative;
  padding-right: 2.5rem;
}
#header #header-menu .header-menu-global .nav-item .dropdown-item::after {
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 0.5rem;
  display: block;
  opacity: 0.5;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: rotate(-90deg);
}
#header #header-menu .header-menu-global .nav-item > .nav-link {
  position: relative;
  letter-spacing: 0.2rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  #header #header-menu .header-menu-global .nav-item > .nav-link {
    font-size: 0.9rem;
    color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 1199.98px) {
  #header #header-menu .header-menu-global .nav-item > .nav-link {
    font-size: 1.2rem;
    color: #000;
  }
}
#header #header-menu .header-menu-global .nav-item > .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
#header #header-menu .header-menu-global .nav-item > .nav-link::before {
  left: 1rem;
}
#header #header-menu .header-menu-global .nav-item > .nav-link:hover::before {
  width: calc(100% - 2rem);
}
@media (max-width: 1199.98px) {
  #header #header-menu .header-menu-global .nav-item > .nav-link:hover::before {
    display: none;
  }
}
#header #header-menu .header-menu-global .nav-item > .nav-link.active {
  color: #388ae3 !important;
}
@media (max-width: 1199.98px) {
  #header #header-menu .header-menu-global .nav-item .dropdown-menu {
    border: none;
    padding: 0 0 1.5rem;
  }
  #header #header-menu .header-menu-global .nav-item .dropdown-menu a {
    padding: 0.2rem 0.5rem;
  }
}
#header #header-menu .header-menu-sns {
  font-size: 1rem;
}
@media (min-width: 768px) {
  #header #header-menu .header-menu-sns {
    margin-left: 1.2rem;
  }
  #header #header-menu .header-menu-sns .nav-link {
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  #header #header-menu .header-menu-sns {
    margin-top: 2rem;
    flex-direction: row;
    font-size: 1.5rem;
    margin-left: -0.8rem;
  }
  #header #header-menu .header-menu-sns .nav-link {
    padding: 0.8rem;
    color: #000;
  }
}
#header #header-menu .header-menu-cta {
  margin-left: 2rem;
  border-radius: 100px;
  padding: 0.6rem 2rem;
}
@media (max-width: 1199.98px) {
  #header #header-menu .header-menu-cta {
    margin-top: 2rem;
    margin-left: 0;
    width: 100%;
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  #header .mobile-menu-button {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  #header .mobile-menu-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    width: 40px;
    height: 60px;
    padding: 0;
    z-index: 999;
  }
  #header .mobile-menu-button[aria-expanded=true] span {
    background: #000;
  }
  #header .mobile-menu-button[aria-expanded=true] span:first-child {
    transform: rotate(45deg);
    top: 10px;
  }
  #header .mobile-menu-button[aria-expanded=true] span:nth-child(2) {
    width: 0;
  }
  #header .mobile-menu-button[aria-expanded=true] span:nth-child(3) {
    transform: rotate(-45deg);
    top: -10px;
  }
  #header .mobile-menu-button:focus {
    outline: none;
  }
  #header .mobile-menu-button span {
    position: relative;
    width: 30px;
    height: 2px;
    margin: 4px 0;
    background: #000;
    transition: all 0.5s ease-in-out;
  }
}

#footer {
  letter-spacing: 0.1rem;
  background: #111111;
  padding-top: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0;
}
#footer > .container {
  max-width: none;
}
#footer .footer-logo {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  display: flex;
  margin-bottom: 1rem;
  flex-direction: column-reverse;
  line-height: 1.3;
}
#footer .footer-logo img {
  height: 2rem;
}
#footer .footer-logo span {
  font-size: 0.65rem;
}
#footer .footer-sub-text {
  font-size: 0.9rem;
  padding-bottom: 0;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-sns {
  margin-left: -1rem;
}
@media (max-width: 991.98px) {
  #footer .footer-sns {
    margin-bottom: 1rem;
  }
}
#footer .footer-sns a {
  color: #ffffff;
  font-size: 1.2rem;
}
#footer .footer-sns a:hover {
  color: #388ae3 !important;
}
#footer .footer-sitemap ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  #footer .footer-sitemap ul.menu {
    justify-content: flex-start;
    margin-left: -0.5rem;
  }
}
#footer .footer-sitemap ul.menu li {
  list-style-type: none;
}
#footer .footer-sitemap a {
  color: #ffffff;
  font-size: 0.9rem;
  padding: 0.5rem;
}
@media (max-width: 991.98px) {
  #footer .footer-sitemap a {
    font-size: 0.7rem;
  }
}
#footer .footer-sitemap a:hover {
  color: #388ae3 !important;
}
#footer .footer-copyright {
  background: #000000;
  text-align: center;
  font-size: 0.8rem;
  padding: 0.6rem 0;
  margin: 4rem -1rem 0 -1rem;
  color: rgba(255, 255, 255, 0.5);
}
#footer a.btn_page-top {
  position: fixed;
  z-index: 99;
  right: 3rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10rem;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  color: #343a40;
  opacity: 0;
  transition: all 0.5s;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  #footer a.btn_page-top {
    width: 3rem;
    height: 3rem;
    right: 1rem;
    bottom: 1rem;
    font-size: 1.5rem;
  }
}
body.-is-scroll #footer a.btn_page-top {
  opacity: 1;
}

#home #slide-01 .-slide01 {
  background-image: url(../images/pexels-pixabay-269077.jpg);
}
#home #slide-01 .-slide02 {
  background-image: url(../images/pexels-negative-space-34092.jpg);
}
#home #slide-01 .-slide03 {
  background-image: url(../images/pexels-matheus-bertelli-2467506.jpg);
}
#home #slide-01 .-slide04 {
  background-image: url(../images/top/keyvisual4.jpg);
}
#home-pattern2 section#keyvisual {
  padding-top: 10rem;
}
@media (max-width: 991.98px) {
  #home-pattern2 section#keyvisual {
    padding-top: 8rem;
  }
}
#home-pattern2 section#keyvisual .image {
  max-width: 100%;
  max-height: 700px;
  margin: 0 auto;
  display: block;
}
#home-pattern2 section#keyvisual .title {
  font-size: 5vw;
  line-height: 1.2;
  font-weight: bold;
  word-wrap: break-word;
}
@media (max-width: 991.98px) {
  #home-pattern2 section#keyvisual .title {
    font-size: 2.3rem;
  }
}
#home-pattern2 section#keyvisual .title span {
  padding-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  #home-pattern2 section#keyvisual .title span {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */