@charset "UTF-8";
@import url("../librarys/bootstrap/dist/css/bootstrap.min.css");
@import url("../fonts/fontawesome-free-5.15.1-web/css/all.min.css");
@import url("https://unpkg.com/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 .c-card-simple-thumbnail::before {
  background: rgba(245, 138, 45, 0.5);
}
.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;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
.c-card-simple-thumbnail::before {
  transition: all 0.5s;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.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: 1rem !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: 767.98px) {
  .c-card-simple-text {
    display: none;
    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: "";
}
.c-card-simple-label {
  background: #f58a2d;
  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: #f58a2d;
}
.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 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-slider-slide::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.c-slider-slide::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  transition: all 8s ease-in-out;
}
@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 .swiper-slide-active::after {
  transform: scale(1.2);
}

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

@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: #f58a2d;
  color: #ffffff;
  padding: 2rem 0 !important;
  display: flex;
  align-items: center;
  margin-left: 0;
  height: 70vh;
}
@media (min-width: 1200px) {
  .c-page_title {
    margin-left: 25vw;
  }
}
@media (max-width: 991.98px) {
  .c-page_title {
    padding-top: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .c-page_title > .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.c-page_title a {
  color: #ffffff;
}
.c-page_title--title {
  font-size: 1.8rem !important;
  font-weight: 500;
  line-height: 1.2;
  margin: 1rem 0 !important;
}
@media (max-width: 991.98px) {
  .c-page_title--title {
    font-size: 1.5rem !important;
    margin-bottom: 1rem !important;
  }
}
.c-page_title--subtitle {
  display: block;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
  margin-left: -0.4rem;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-style: italic;
  letter-spacing: 0.8rem;
}
@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: 1rem 0 !important;
}
@media (max-width: 991.98px) {
  .c-page_title--text {
    font-size: 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;
  }
}
@media (max-width: 767.98px) {
  .c-list-news__list {
    padding: 1rem 0;
  }
}
.c-list-news__list__date {
  margin-right: 2rem;
}
.c-list-news__list__date .year,
.c-list-news__list__date .day {
  display: block;
  text-align: center;
  font-weight: 300;
  font-family: Lato, Arial, Helvetica, sans-serif;
  line-height: 1;
}
.c-list-news__list__date .year {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.c-list-news__list__date .day {
  font-size: 2.4rem;
  font-style: italic;
}
@media (max-width: 767.98px) {
  .c-list-news__list__date .day {
    font-size: 2.2rem !important;
  }
}
.c-list-news__list__title {
  display: block;
  padding: 0;
  color: #000;
  font-size: 1rem !important;
  line-height: 1.8 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .c-list-news__list__title {
    font-size: 0.9rem !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: #f58a2d;
  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: "";
}

.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: "";
}
.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: #f58a2d;
  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: "";
}
.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;
}

.c-box {
  position: relative;
  z-index: 1;
  background: #fff;
}
@media (min-width: 1200px) {
  .c-box__right {
    margin-right: -15rem !important;
  }
}
@media (min-width: 1200px) {
  .c-box__right-2 {
    margin-right: -25rem !important;
  }
}
@media (min-width: 1200px) {
  .c-box__bottom {
    margin-bottom: -5rem !important;
  }
}

a {
  color: #f58a2d;
}

a:hover {
  color: #f47f1a;
}

.btn-primary {
  border: none;
  color: #212529;
  background-color: #f58a2d;
  border-color: #f0760b;
}
.btn-primary:hover {
  color: #fff;
  background-color: #e4700b;
  border-color: #f69845;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #e4700b;
  border-color: #f69845;
  box-shadow: 0 0 0 0.2rem rgba(209, 106, 16, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #f58a2d;
  border-color: #f0760b;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #f7a55e;
  border-color: #b35809;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 106, 16, 0.5);
}

.btn-outline-primary {
  color: #f58a2d;
  border-color: #f58a2d;
}
.btn-outline-primary:hover {
  color: #f47f1a;
  background-color: #f69845;
  border-color: #f58a2d;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 138, 45, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #f58a2d;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #f69845;
  border-color: #f58a2d;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 138, 45, 0.5);
}

.btn-outline-primary:hover {
  color: #fff;
}

.badge-primary {
  background-color: #f58a2d;
}

a.badge-primary:focus, a.badge-primary:hover {
  background-color: #f47f1a;
}

.btn {
  border: 2px solid;
}

.text-primary {
  color: #f58a2d !important;
}

/*********************************
* badge outline
*********************************/
.badge {
  display: inline-block;
  font-size: 0.7em;
  font-weight: 600;
  padding: 4px 6px;
  border: 1px solid transparent;
  min-width: 0.9em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
}

.badge.badge-outlined {
  background-color: transparent;
}

.badge.badge-outlined.badge-primary {
  border-color: #f58a2d;
  color: #f58a2d;
}

* {
  font-family: "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 {
  color: #495057;
}
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;
  font-weight: 400;
}
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.135rem;
  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.47rem;
  margin-bottom: 4rem;
}
@media (max-width: 1199.98px) {
  main#main .h2,
main#main h2 {
    font-size: 1.9rem;
  }
}
@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.71rem;
}
@media (max-width: 991.98px) {
  main#main .h3,
main#main h3 {
    font-size: 1.3rem;
  }
}
main#main .h4,
main#main h4 {
  font-size: 1.235rem;
  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.045rem;
}
@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: 3.8rem;
  }
}
@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: 2.85rem;
  }
}
@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: #f58a2d;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.wp-pagenavi span.current {
  color: #f58a2d;
  background: #ccc;
}
.wp-pagenavi a:hover {
  background: #e4700b;
}

#header {
  position: fixed;
  min-height: 90px;
  background: transparent !important;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.5s;
  color: #fff;
}
@media (min-width: 1200px) {
  #header {
    position: absolute;
    background: #fff !important;
    width: 25vw;
    height: 70vh;
  }
}
@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;
}
@media (min-width: 1200px) {
  #header > .container {
    flex-direction: column;
  }
}
body.-is-scroll #header {
  background: rgba(255, 255, 255, 0.959) !important;
  color: #000;
}
body.-is-scroll #header .navbar-brand {
  color: #000;
}
body.-is-scroll #header .navbar-brand img.white {
  display: none;
}
body.-is-scroll #header .navbar-brand img.color {
  display: block;
}
body.-is-scroll #header .mobile-menu-button span {
  background: #000;
}
body.-is-scroll #header .header-menu-sns .nav-link {
  color: #000 !important;
}

#header .navbar-brand {
  color: #ffffff;
  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 (min-width: 1200px) {
  #header .navbar-brand {
    color: #000;
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
@media (max-width: 991.98px) {
  #header .navbar-brand {
    font-size: 1.5rem;
  }
}
#header .navbar-brand:hover {
  opacity: 0.6;
}
#header .navbar-brand img.logo {
  display: none;
}
@media (min-width: 1200px) {
  #header .navbar-brand img.logo {
    display: block;
    width: auto;
    height: 110px;
    max-height: none;
  }
}
#header .navbar-brand img.logo-yoko {
  width: auto;
  height: 28px;
}
@media (min-width: 992px) {
  #header .navbar-brand img.logo-yoko {
    height: 35px;
  }
}
@media (min-width: 1200px) {
  #header .navbar-brand img.logo-yoko {
    display: none;
  }
}
#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;
    flex-direction: column;
  }
}
@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;
  }
}
@media (min-width: 1200px) {
  #header #header-menu .header-menu-global {
    margin-bottom: 3rem;
  }
}
#header #header-menu .header-menu-global ul.menu {
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
@media (min-width: 1200px) {
  #header #header-menu .header-menu-global ul.menu {
    align-items: flex-start;
  }
}
@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;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  #header #header-menu .header-menu-global ul.menu > li > a {
    color: #343a40;
    writing-mode: vertical-rl;
    padding: 0.5vw;
  }
}
@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;
  }
}
@media (min-width: 1200px) {
  #header #header-menu .header-menu-global ul.menu > li > a:hover {
    color: #f58a2d;
  }
}
#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 #f58a2d;
}
#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% - .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: #f58a2d !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: 1200px) {
  #header #header-menu .header-menu-sns {
    margin-bottom: 3rem;
  }
  #header #header-menu .header-menu-sns .nav-link {
    color: #000 !important;
  }
}
@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 {
  border-radius: 100px;
  padding: 0.6rem 2rem;
}
@media (min-width: 992px) {
  #header #header-menu .header-menu-cta {
    border: solid 2px;
  }
}
@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: #fff;
    transition: all 0.5s ease-in-out;
  }
}

#footer {
  letter-spacing: 0.1rem;
  background: #e9ecef;
  padding-top: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0;
}
#footer > .container {
  max-width: none;
}
#footer .footer-logo {
  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;
}
@media (max-width: 767.98px) {
  #footer .footer-sub-text {
    font-size: 0.8rem;
  }
}
#footer .footer-sns {
  margin-left: -1rem;
}
@media (max-width: 991.98px) {
  #footer .footer-sns {
    margin-bottom: 1rem;
  }
}
#footer .footer-sns a {
  font-size: 1.2rem;
}
#footer .footer-sns a:hover {
  color: #f58a2d !important;
}
@media (max-width: 991.98px) {
  #footer .footer-sitemap {
    margin-top: 2rem;
  }
}
#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: #343a40;
  font-size: 0.9rem;
  padding: 0.5rem;
}
@media (max-width: 991.98px) {
  #footer .footer-sitemap a {
    font-size: 0.8rem;
  }
}
#footer .footer-sitemap a:hover {
  color: #f58a2d !important;
}
#footer .footer-copyright {
  background: #adb5bd;
  text-align: center;
  font-size: 0.8rem;
  padding: 0.6rem 0;
  margin: 4rem -1rem 0 -1rem;
  color: #495057;
}
#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: #f58a2d;
  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 {
  margin-left: 0;
}
@media (min-width: 1200px) {
  #home #slide-01 {
    margin-left: 25vw;
    height: 100vh;
  }
}
#home #slide-01 .c-slider-slide {
  min-height: 50vh;
}
@media (min-width: 768px) {
  #home #slide-01 .c-slider-slide {
    min-height: 75vh;
  }
}
#home #slide-01 .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;
}
#home #slide-01 .c-slider-copy-sub {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
  #home #slide-01 .c-slider-copy-sub {
    font-size: 5vw;
  }
}
#home #slide-01 .c-slider-copy-main {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  #home #slide-01 .c-slider-copy-main {
    font-size: 1rem;
  }
}
#home #slide-01 .-slide01::after {
  background-image: url(../images/HASPALI0028.jpg);
}
#home #slide-01 .-slide02::after {
  background-image: url(../images/HASPALI0047.jpg);
}
#home #slide-01 .-slide03::after {
  background-image: url(../images/HASPALI0009.jpg);
}
#home #slide-01 .-slide04::after {
  background-image: url(../images/HASPALI0071.jpg);
}
#home #slide-01 .-slide05::after {
  background-image: url(../images/HASPALI0117.jpg);
}
#home .contents-lists {
  display: flex;
  flex-wrap: wrap;
}
#home .contents-lists__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10rem 2rem;
  background-size: cover;
  position: relative;
}
@media (max-width: 991.98px) {
  #home .contents-lists__list {
    padding: 5rem 1rem;
  }
}
#home .contents-lists__list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
#home .contents-lists__list:nth-child(1) {
  width: 100%;
  background-image: url(../images/HASPALI0063.jpg);
  background-position: center;
}
#home .contents-lists__list:nth-child(2) {
  background-image: url(../images/HASPALI0114.jpg);
}
#home .contents-lists__list:nth-child(3) {
  background-image: url(../images/HASPALI0027.jpg);
}
#home .contents-lists__list:nth-child(2), #home .contents-lists__list:nth-child(3) {
  width: 50%;
}
@media (max-width: 767.98px) {
  #home .contents-lists__list:nth-child(2), #home .contents-lists__list:nth-child(3) {
    width: 100%;
  }
}
#home .contents-lists__list .c-title {
  position: relative;
}
#home .contents-lists__list .c-title__main {
  color: #fff;
}
#home .contents-lists__list .btn {
  position: relative;
}

#company .box {
  background: #fff;
  padding: 3rem;
  color: #f58a2d;
  display: flex;
  justify-content: center;
}
@media (max-width: 991.98px) {
  #company .box {
    padding: 2rem;
  }
}
#company .box ul li {
  list-style: none;
  position: relative;
  padding: 1rem 0 1rem 4rem;
  line-height: 1.5;
}
#company .box ul li::before {
  position: absolute;
  left: 0;
  top: calc(50% - 1.25rem);
  content: "";
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: rgba(245, 138, 45, 0.3);
  color: #f58a2d;
  font-weight: 500;
  font-size: 1.2rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
}
#company .box ul li:nth-child(1)::before {
  content: "1";
}
#company .box ul li:nth-child(2)::before {
  content: "2";
}
#company .box ul li:nth-child(3)::before {
  content: "3";
}
#company .box ul li:nth-child(4)::before {
  content: "4";
}

#recruit .hukidashi {
  margin: 0 auto;
  column-count: 3;
  column-gap: 0;
}
@media (max-width: 991.98px) {
  #recruit .hukidashi {
    column-count: 2;
  }
}
@media (max-width: 767.98px) {
  #recruit .hukidashi {
    column-count: 1;
  }
}
#recruit .hukidashi div.photo {
  margin: 1rem;
  margin-bottom: 3rem;
  border-radius: 2rem;
  overflow: hidden;
  display: inline-block;
}
@media (max-width: 767.98px) {
  #recruit .hukidashi div.photo {
    margin-bottom: 0;
  }
}
#recruit .hukidashi div:not(.photo) {
  margin: 1rem;
  margin-bottom: 3rem;
  break-inside: avoid;
  padding: 2.5rem;
  border: solid 3px #f58a2d;
  display: inline-block;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  border-radius: 2rem;
  color: #f58a2d;
  position: relative;
}
@media (max-width: 767.98px) {
  #recruit .hukidashi div:not(.photo) {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
#recruit .hukidashi div:not(.photo):before {
  content: "";
  position: absolute;
  top: 100%;
  left: 30%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-top: 20px solid #f58a2d;
}
#recruit .hukidashi div:not(.photo):nth-child(1) {
  font-size: 1.6rem;
}
@media (max-width: 767.98px) {
  #recruit .hukidashi div:not(.photo):nth-child(1) {
    font-size: 1.2rem;
  }
}
#recruit .hukidashi div:not(.photo):nth-child(2) {
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  #recruit .hukidashi div:not(.photo):nth-child(2) {
    font-size: 1.5rem;
  }
}
#recruit .hukidashi div:not(.photo):nth-child(3) {
  font-size: 1.9rem;
}
@media (max-width: 767.98px) {
  #recruit .hukidashi div:not(.photo):nth-child(3) {
    font-size: 1.5rem;
  }
}
#recruit .hukidashi div:not(.photo):nth-child(4) {
  font-size: 1.4rem;
}
@media (max-width: 767.98px) {
  #recruit .hukidashi div:not(.photo):nth-child(4) {
    font-size: 1.2rem;
  }
}
#recruit .hukidashi div:not(.photo):nth-child(5) {
  font-size: 1.8rem;
}
@media (max-width: 767.98px) {
  #recruit .hukidashi div:not(.photo):nth-child(5) {
    font-size: 1.4rem;
  }
}
#recruit .hukidashi div:not(.photo):nth-child(6) {
  font-size: 2.2rem;
}
@media (max-width: 767.98px) {
  #recruit .hukidashi div:not(.photo):nth-child(6) {
    font-size: 1.5rem;
  }
}
#recruit .hukidashi div:not(.photo):nth-child(7) {
  font-size: 2.3rem;
}
@media (max-width: 767.98px) {
  #recruit .hukidashi div:not(.photo):nth-child(7) {
    font-size: 1.7rem;
  }
}
#recruit .hukidashi div:not(.photo):nth-child(8) {
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  #recruit .hukidashi div:not(.photo):nth-child(8) {
    font-size: 1.5rem;
  }
}
#recruit .hukidashi div:not(.photo):nth-child(9) {
  font-size: 2.2rem;
}
@media (max-width: 767.98px) {
  #recruit .hukidashi div:not(.photo):nth-child(9) {
    font-size: 1.4rem;
  }
}
#recruit .hukidashi div:not(.photo):nth-child(10) {
  font-size: 1.8rem;
}
@media (max-width: 767.98px) {
  #recruit .hukidashi div:not(.photo):nth-child(10) {
    font-size: 1rem;
  }
}
#recruit .hukidashi div:not(.photo):nth-child(11) {
  font-size: 1.4rem;
}
@media (max-width: 767.98px) {
  #recruit .hukidashi div:not(.photo):nth-child(11) {
    font-size: 1.2rem;
  }
}
#recruit .hukidashi div:not(.photo):nth-child(12) {
  font-size: 2.2rem;
}
@media (max-width: 767.98px) {
  #recruit .hukidashi div:not(.photo):nth-child(12) {
    font-size: 1.5rem;
  }
}
#recruit .hukidashi div:not(.photo):nth-child(2), #recruit .hukidashi div:not(.photo):nth-child(5), #recruit .hukidashi div:not(.photo):nth-child(7), #recruit .hukidashi div:not(.photo):nth-child(8), #recruit .hukidashi div:not(.photo):nth-child(10) {
  background: #f58a2d;
  color: #fff;
}
#recruit #mieruka table {
  table-layout: fixed;
  border: solid 1px #ccc;
  margin-bottom: 5rem;
}
#recruit #mieruka table tr {
  border: solid 1px #ccc;
}
#recruit #mieruka table th {
  text-align: center;
  background: rgba(245, 138, 45, 0.2);
}
#recruit #mieruka table th:first-child {
  border-right: solid 1px #ccc;
}
#recruit #mieruka table th, #recruit #mieruka table td {
  padding: 1.3rem;
  width: 50%;
}
@media (max-width: 767.98px) {
  #recruit #mieruka table th, #recruit #mieruka table td {
    padding: 0.3rem;
    font-size: 0.8rem;
  }
}
#recruit #mieruka table td {
  vertical-align: top;
}
#recruit #mieruka table td:first-child {
  border-right: solid 1px #ccc;
}
/*# sourceMappingURL=style.css.map */