@charset "UTF-8";
/* foundation */
/* mixin */
/****************************************************************/
/* editor / CMS 用 */
/****************************************************************/
/****************************************************************/
/* clearfix */
/****************************************************************/
/****************************************************************/
/* letter-spacing */
/****************************************************************/
/****************************************************************/
/* icon font */
/****************************************************************/
/****************************************************************/
/* font family */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅を保って背景全画面 */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅を保って左寄せ */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅を保って右寄せ */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅 */
/****************************************************************/
/****************************************************************/
/* 画面幅いっぱいに表示 */
/****************************************************************/
/****************************************************************/
/* hover effect */
/****************************************************************/
/****************************************************************/
/* margin-responsive */
/****************************************************************/
/****************************************************************/
/* padding-responsive */
/****************************************************************/
/****************************************************************/
/* theme-color */
/****************************************************************/
/****************************************************************/
/* font-size */
/****************************************************************/
/* project */
/* media-parts */
:where(.p-media-parts + .p-media-parts) {
  margin-top: 50px;
}
@media screen and (max-width: 767.8px) {
  :where(.p-media-parts + .p-media-parts) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 575.8px) {
  :where(.p-media-parts + .p-media-parts) {
    margin-top: 25px;
  }
}
.p-media-parts--margin-lg {
  margin-top: 80px;
}
@media screen and (max-width: 767.8px) {
  .p-media-parts--margin-lg {
    margin-top: 56px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts--margin-lg {
    margin-top: 40px;
  }
}
.p-media-parts a {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration: none;
}
.p-media-parts__img {
  width: 100%;
}
.p-media-parts__img img {
  width: 100%;
}
.p-media-parts__txt {
  font-weight: 500;
}
.p-media-parts__toc {
  background-color: #F4ECE0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 767.8px) {
  .p-media-parts__toc {
    padding-top: 21px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__toc {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-media-parts__toc {
    padding-bottom: 21px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__toc {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-media-parts__toc {
    padding-left: 21px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__toc {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-media-parts__toc {
    padding-right: 21px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__toc {
    padding-right: 15px;
  }
}
.p-media-parts__toc-inside {
  border-left: 5px solid #EA5522;
  padding-left: 20px;
}
.p-media-parts__toc-head {
  font-size: 1.25rem;
  font-weight: bold;
}
.p-media-parts__toc-list {
  margin-top: 15px;
  padding-left: 25px;
}
.p-media-parts__toc-list__item + .p-media-parts__toc-list__item {
  margin-top: 10px;
}
@media screen and (max-width: 767.8px) {
  .p-media-parts__toc-list__item + .p-media-parts__toc-list__item {
    margin-top: 7px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__toc-list__item + .p-media-parts__toc-list__item {
    margin-top: 5px;
  }
}
.p-media-parts__toc-list__item::marker {
  font-weight: 700;
}
.p-media-parts__toc-list__item a {
  color: inherit;
  text-decoration: none !important;
}
.p-media-parts__toc-list__item a:hover {
  opacity: 0.7;
  text-decoration: underline !important;
}
.p-media-parts__h2 {
  font-size: 1.75rem;
  font-weight: bold;
  position: relative;
  border-top: 4px solid #6c757d;
  border-bottom: 1px solid #dddddd;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__h2 {
    font-size: 1.5rem;
  }
}
.p-media-parts__h2::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: #EA5522;
  left: 0;
  top: -4px;
}
.p-media-parts__h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #EA5522;
}
.p-media-parts__h3--black {
  color: #6A3906;
}
.p-media-parts__h4 {
  font-size: 1.25rem;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
.p-media-parts__h4::before {
  content: "";
  height: calc(100% - 5px);
  width: 3px;
  background-color: #EA5522;
  position: absolute;
  top: 0;
  left: 0;
}
.p-media-parts__h4::after {
  content: "";
  height: calc(100% - 5px);
  width: 3px;
  background-color: #e9ecef;
  position: absolute;
  bottom: 0;
  left: 3px;
}
.p-media-parts__h5 {
  font-size: 1.25rem;
  color: #EA5522;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.p-media-parts__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.p-media-parts__box--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__box--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.p-media-parts__box--reverse .p-media-parts__box-str {
  margin-right: 0;
  margin-left: 30px;
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__box--reverse .p-media-parts__box-str {
    margin-left: 0;
  }
}
.p-media-parts__box-str {
  width: 60%;
  margin-right: 30px;
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__box-str {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
}
.p-media-parts__box-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__box-img {
    width: 100%;
  }
}
.p-media-parts__box-img img {
  max-width: 100%;
  height: auto;
}
.p-media-parts__box-txt {
  margin-top: 15px;
}
@media screen and (max-width: 767.8px) {
  .p-media-parts__box-txt {
    margin-top: 10.5px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__box-txt {
    margin-top: 7.5px;
  }
}
.p-media-parts__box-link {
  display: block;
  margin-top: 25px;
}
@media screen and (max-width: 767.8px) {
  .p-media-parts__box-link {
    margin-top: 17.5px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__box-link {
    margin-top: 12.5px;
  }
}
.p-media-parts__box-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.p-media-parts__box-link::before {
  content: "＞";
  margin-right: 5px;
}
.p-media-parts__quote {
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 45px;
  padding-right: 20px;
  background-color: rgba(234, 85, 34, 0.1);
  width: 100%;
  position: relative;
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__quote {
    padding: 30px;
  }
}
.p-media-parts__quote-icon {
  width: 25px;
  height: auto;
  display: block;
  position: absolute;
  left: 5px;
  top: 20px;
}
.p-media-parts__quote * {
  font-size: 0.875rem;
  margin: 10px;
}
.p-media-parts__quote cite {
  margin: 0;
}
.p-media-parts__quote cite a {
  margin: 0;
}
.p-media-parts__source {
  margin-bottom: 0;
}
.p-media-parts__source a {
  color: #EA5522;
  text-decoration: underline;
}
.p-media-parts__source a:hover {
  opacity: 0.7;
}
.p-media-parts__list {
  padding-left: 20px;
  list-style-type: disc;
}
.p-media-parts__list-item + .p-media-parts__list-item {
  margin-top: 8px;
}
.p-media-parts__list--num {
  list-style-type: decimal !important;
}
.p-media-parts__table {
  width: 100%;
}
.p-media-parts__table th,
.p-media-parts__table td {
  padding: 10px;
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__table th,
.p-media-parts__table td {
    width: 100%;
    display: block;
  }
}
.p-media-parts__table th {
  background-color: #EA5522;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  font-weight: 700;
}
.p-media-parts__table th.bg-color-body {
  background-color: #6A3906;
}
.p-media-parts__table tr:nth-child(odd) td {
  background-color: #f8f9fa;
}
.p-media-parts__table td {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.p-media-parts__table--multi {
  width: auto;
  min-width: 100%;
  white-space: nowrap;
}
.p-media-parts__table--multi th,
.p-media-parts__table--multi td {
  display: table-cell;
}
.p-media-parts__table--multi th + th {
  border-left: 1px solid #ffffff;
}
.p-media-parts__scroll {
  overflow-x: auto;
}
.p-media-parts__btn {
  width: 100%;
  max-width: 360px;
  border-radius: 100vh;
  background: #EA5522;
  border: 1px solid #EA5522;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-decoration: none !important;
}
.p-media-parts__btn:hover {
  background: #ffffff;
  color: #EA5522;
  text-decoration: none;
}
.p-media-parts__btn--left {
  margin-left: 0;
}
.p-media-parts__btn--right {
  margin-right: 0;
}
.p-media-parts__btn + .p-media-parts__btn {
  margin-top: 15px;
}
.p-media-parts__video {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}
.p-media-parts__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-media-parts__videos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__videos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-media-parts__video-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__video-wrap {
    width: 100%;
  }
}
.p-media-parts__video-wrap + .p-media-parts__video-wrap {
  margin-left: 25px;
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__video-wrap + .p-media-parts__video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.p-media-parts__item {
  width: 100%;
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__item + .p-media-parts__item {
    margin-top: 15px;
  }
}
.p-media-parts__item img {
  max-width: 100%;
  height: auto;
}
.p-media-parts__item-txt {
  margin-top: 15px;
}
@media screen and (max-width: 767.8px) {
  .p-media-parts__item-txt {
    margin-top: 10.5px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__item-txt {
    margin-top: 7.5px;
  }
}
.p-media-parts__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -25px;
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-left: 0;
  }
}
.p-media-parts__items .p-media-parts__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 25px;
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__items .p-media-parts__item {
    margin-left: 0;
    width: 100%;
  }
}
.p-media-parts__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 45px;
  padding-right: 45px;
  background-color: #F4ECE0;
}
@media screen and (max-width: 767.8px) {
  .p-media-parts__card {
    padding-top: 31.5px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__card {
    padding-top: 22.5px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-media-parts__card {
    padding-bottom: 31.5px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__card {
    padding-bottom: 22.5px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-media-parts__card {
    padding-left: 31.5px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__card {
    padding-left: 22.5px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-media-parts__card {
    padding-right: 31.5px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__card {
    padding-right: 22.5px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.p-media-parts__card-txt {
  margin-top: 15px;
}
@media screen and (max-width: 767.8px) {
  .p-media-parts__card-txt {
    margin-top: 10.5px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__card-txt {
    margin-top: 7.5px;
  }
}
.p-media-parts__card-str {
  width: 55%;
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__card-str {
    width: 100%;
    margin-top: 10px;
  }
}
.p-media-parts__card-img {
  margin-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__card-img {
    width: 100%;
    margin-left: 0;
  }
}
.p-media-parts__card-img img {
  width: 100%;
  height: auto;
}
.p-media-parts__cv {
  background-color: #f8f9fa;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.8px) {
  .p-media-parts__cv {
    padding-top: 17.5px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__cv {
    padding-top: 12.5px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-media-parts__cv {
    padding-bottom: 17.5px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__cv {
    padding-bottom: 12.5px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-media-parts__cv {
    padding-left: 17.5px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__cv {
    padding-left: 12.5px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-media-parts__cv {
    padding-right: 17.5px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__cv {
    padding-right: 12.5px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__cv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-media-parts__cv-img {
  width: 150px;
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__cv-img {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-media-parts__cv-img img {
  width: 100%;
  height: auto;
}
.p-media-parts__cv-str {
  margin-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__cv-str {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.p-media-parts__cv-head {
  font-size: 1.5rem;
  font-weight: 700;
  color: #EA5522 !important;
}
.p-media-parts__cv-txt {
  margin-top: 15px;
}
@media screen and (max-width: 767.8px) {
  .p-media-parts__cv-txt {
    margin-top: 10.5px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__cv-txt {
    margin-top: 7.5px;
  }
}
.p-media-parts__cv-btn {
  margin-top: 15px;
}
@media screen and (max-width: 767.8px) {
  .p-media-parts__cv-btn {
    margin-top: 10.5px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__cv-btn {
    margin-top: 7.5px;
  }
}
.p-media-parts__company {
  border: 8px solid #f8f9fa;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.8px) {
  .p-media-parts__company {
    padding-top: 14px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__company {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-media-parts__company {
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__company {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-media-parts__company {
    padding-left: 14px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__company {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-media-parts__company {
    padding-right: 14px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-media-parts__company {
    padding-right: 10px;
  }
}
.p-media-parts__company-name {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
}
.p-media-parts__company-link {
  font-size: 0.9rem;
  display: block;
  margin-top: 10px;
}
.p-media-parts__company-link:hover {
  opacity: 0.7;
}
.p-media-parts__company-table {
  margin-top: 20px;
}
.p-media-parts__list {
  list-style: disc;
}
.p-media-parts__list-item {
  margin-top: 8px;
}

.bs_footer-04 .btn.bs_text-link {
  display: block;
  width: 100%;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .bs_footer-04 .btn.bs_text-link {
    margin-bottom: 10px;
  }
}
.bs_footer-04 .btn.bs_text-link a {
  color: #6A3906;
  padding: 0 0 0 15px;
  text-indent: 0;
  position: relative;
}
.bs_footer-04 .btn.bs_text-link a::before {
  border: none;
  width: 6px;
  height: 6px;
  border-radius: 100vh;
  background-color: #EA5522;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}
@media screen and (min-width: 768px) {
  .bs_footer-04 .btn.bs_text-link + .btn {
    margin-top: 30px;
  }
}
.bs_footer-04 .list-unstyled {
  padding-left: 0 !important;
}
.bs_footer-04 .list-unstyled li .btn.bs_text-link a::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .bs_footer-04 .list-unstyled + .btn {
    margin-top: 30px;
  }
}

.p-cta {
  width: calc(100% - 20px);
  border-radius: 20px;
  margin: auto;
  background-color: #F4ECE0;
  background-color: #EA5522;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .p-cta {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1200px) {
  .p-cta {
    padding: 80px 0;
  }
}
.p-cta-tel {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 25px 15px;
}
.p-cta-num {
  display: inline-block;
  padding-left: 20px;
  background: url(/dcms_media/image/common/telephone-fill-white.png) no-repeat 0 center;
  background-size: 16px auto;
  font-weight: bold;
  font-size: 28px;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) and (max-width: 991.8px) {
  .p-cta-num {
    font-size: 32px;
    background-size: 18px auto;
    padding-left: 25px;
  }
}
.p-cta-num a {
  color: #fff !important;
}
.p-cta-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991.8px) {
  .p-cta-inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (max-width: 575.8px) {
  .p-cta-inner {
    gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-cta-inner {
    gap: 40px;
  }
}
.p-cta-item {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-cta-item {
    max-width: 360px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.8px) {
  .p-cta-item {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.8px) {
  .p-cta-item {
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .p-cta-item {
    width: 34%;
  }
}
.p-cta-item .btn {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.p-cta-item .btn a {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 991.8px) {
  .p-cta-item1 {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .p-cta-item1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.8px) {
  .p-cta-item1 {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .p-cta-item1 {
    margin-right: 20px;
  }
}

.img-fluid-max img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.p-titleen {
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.25em;
  margin-bottom: 10px;
  line-height: 1;
}

.rss_paging_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.rss_paging_container span {
  display: block;
  margin: 0 5px;
  text-align: right;
}
.rss_paging_container span.rss_paging_button {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.rss_paging_container span.js-rss_paging_text {
  width: 100%;
  margin-bottom: 10px;
}

.rss_paging_button_current_page,
.rss_paging_container span:not(.rss_paging_button_unclickable).rss_paging_button:hover {
  color: #fff !important;
  background-color: #EA5522;
}

.rss_title a:hover {
  text-decoration: underline !important;
}

.dlb_contents_column .row {
  border-radius: 20px;
}
.dlb_contents_column .row img {
  border-radius: 0 0 20px 20px;
}
@media screen and (min-width: 992px) {
  .dlb_contents_column .row img {
    border-radius: 0 20px 20px 0;
  }
}

h3.p-title-dot {
  position: relative;
  padding-left: 20px;
}
h3.p-title-dot::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #EA5522;
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 10vh;
}
@media screen and (min-width: 992px) {
  h3.p-title-dot::before {
    top: 13px;
  }
}

.tel a {
  color: #6A3906;
}

.p-flow-2 {
  overflow: visible;
}
.p-flow-2 .dlb_flow-item {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-flow-2 .dlb_flow-item .dlb_flow-title {
  height: auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-flow-2 .dlb_flow-item .dlb_flow-title {
    height: 110px;
    width: 110px;
    max-width: 110px;
  }
}
@media screen and (min-width: 992px) {
  .p-flow-2 .dlb_flow-item .dlb_flow-title {
    height: 150px;
    width: 150px;
    max-width: 150px;
  }
}
.p-flow-2 .dlb_flow-item .dlb_flow-title > div {
  height: 100%;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767.8px) {
  .p-flow-2 .dlb_flow-item .dlb_flow-title > div {
    border-radius: 5px !important;
    padding: 0 !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-flow-2 .dlb_flow-item .dlb_flow-title > div .num {
    padding-left: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .p-flow-2 .dlb_flow-item .dlb_flow-title > div .num {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-flow-2 .dlb_flow-data {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-flow-2 + .p-flow-2 {
  margin-top: 80px;
  position: relative;
}
.p-flow-2 + .p-flow-2::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  display: block;
  width: 0px;
  height: 0px;
  margin-left: -25px;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #FDCE00 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.dlb_btn_card_column-3 .shadow {
  border-radius: 10px;
}
.dlb_btn_card_column-3 img {
  border-radius: 10px 10px 0 0;
}

.dlb_contact_column .dlb_contact-tel {
  font-weight: normal !important;
}

.dlb_contact_column .container > div {
  border-radius: 20px;
}
.dlb_contact_column .container > div .dlb_contact-tel a {
  color: #fff !important;
}

.p-title-h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-title-h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-title-h2 {
    font-size: 2.25rem;
  }
}

.btn.__arr {
  position: relative;
  padding-right: 15px;
}
.btn.__arr::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn.__arr:hover::after {
  border-color: #EA5522;
}

.p-carestation-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #F4ECE0;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-carestation-inner {
    border-radius: 40px;
  }
}
.p-carestation-txt {
  padding: 35px 25px 35px 25px;
}
@media screen and (max-width: 767.8px) {
  .p-carestation-txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-carestation-txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 40px 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 992px) {
  .p-carestation-txt {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-carestation-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-carestation-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 41%;
  }
}
.p-carestation-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 768px) {
  .p-carestation-img img {
    border-radius: 40px;
  }
}

.p-other {
  overflow: hidden;
}
.p-other .container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-other .container {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.p-other .container::before {
  content: "";
  width: 300px;
  height: 256px;
  background: url(/dcms_media/image/top-bg-dot-left.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: -100px;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 991.8px) {
  .p-other .container::before {
    left: -150px;
  }
}
@media screen and (min-width: 992px) {
  .p-other .container::before {
    width: 468px;
    height: 400px;
    left: -300px;
  }
}
.p-other .container::after {
  content: "";
  width: 320px;
  height: 274px;
  background: url(/dcms_media/image/top-bg-dot-right.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: -100px;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 991.8px) {
  .p-other .container::after {
    right: -150px;
  }
}
@media screen and (min-width: 992px) {
  .p-other .container::after {
    right: -300px;
    width: 480px;
    height: 410px;
  }
}
.p-other .container > .row {
  position: relative;
  z-index: 1;
}
.p-other-item {
  border-radius: 40px;
  background-color: #F4ECE0;
}
@media screen and (max-width: 1199.8px) {
  .p-other-item {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-other-item-inner {
  padding: 30px;
}
@media screen and (max-width: 1199.8px) {
  .p-other-item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
  }
}
.p-other-item img {
  border-radius: 40px 40px 0 0;
  width: 100%;
  height: auto;
}

.p-media .swiper-slide img,
.p-case .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

body#tinymce .swiper-wrapper, .is-dcmsadm .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.p-media {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-media-wrap {
  background-color: #F4ECE0;
  position: relative;
  z-index: 1;
}
.p-media-wrap-in {
  border-radius: 50px 50px 0 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-media-wrap-in {
    border-radius: 100px 100px 0 0;
  }
}
.p-media-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-media-items {
  overflow: hidden;
}
.p-media-items .__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-media-items .__buttons .swiper-button-prev, .p-media-items .__buttons .swiper-button-next, .p-media-items .__buttons .swiper-pagination {
  position: static;
  width: auto;
}
.p-media-items .__buttons .swiper-button-prev, .p-media-items .__buttons .swiper-button-next {
  width: auto;
  height: auto;
  position: static;
  margin: 0 15px;
}
.p-media-items .__buttons .swiper-button-prev::after, .p-media-items .__buttons .swiper-button-next::after {
  font-size: 1.2rem;
  font-weight: bold;
  color: #EA5522;
}
.p-media-items .__buttons .swiper-button-prev:hover, .p-media-items .__buttons .swiper-button-next:hover {
  opacity: 0.5;
}
.p-media-items .__buttons .swiper-pagination-bullet {
  background-color: #cccccc;
  opacity: 1;
  margin: 0 8px;
  width: 10px;
  height: 10px;
}
.p-media-items .__buttons .swiper-pagination-bullet-active {
  background-color: #EA5522;
  -webkit-box-shadow: 0 0 0 5px rgba(234, 85, 34, 0.3);
          box-shadow: 0 0 0 5px rgba(234, 85, 34, 0.3);
}
.p-media .p-item .__imgA {
  height: 160px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
}
.p-media .p-item .__imgA img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.p-media .p-item .__txtA {
  position: relative;
}
.p-media .p-item .__txtA .__cate {
  position: absolute;
  top: -45px;
  right: 0;
  color: #fff !important;
  background-color: #F39700;
  border-radius: 10px 0 10px 0;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 0.75rem;
}
.p-media .p-item .__txtA .__tag {
  display: none;
}
.p-media .p-item .__txtA .__title {
  font-size: 1.25rem;
  color: #6A3906;
}
.p-media .p-item .__txtA .__txt {
  margin-bottom: 10px;
}
.p-media .p-item:hover {
  text-decoration: none;
}
.p-media .p-item:hover .__imgA img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-case {
  background-color: #F4ECE0;
  padding: 80px 0 50px;
  margin-top: -30px;
}
@media screen and (min-width: 768px) {
  .p-case {
    padding: 100px 0 60px;
    margin-top: -50px;
  }
}
@media screen and (min-width: 992px) {
  .p-case {
    padding: 130px 0 80px;
  }
}
@media screen and (min-width: 1200px) {
  .p-case {
    padding: 140px 0 80px;
  }
}
.p-case-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-case-items {
  overflow: hidden;
}
.p-case-items .__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-case-items .__buttons .swiper-button-prev, .p-case-items .__buttons .swiper-button-next, .p-case-items .__buttons .swiper-pagination {
  position: static;
  width: auto;
}
.p-case-items .__buttons .swiper-button-prev, .p-case-items .__buttons .swiper-button-next {
  width: auto;
  height: auto;
  position: static;
  margin: 0 15px;
}
.p-case-items .__buttons .swiper-button-prev::after, .p-case-items .__buttons .swiper-button-next::after {
  font-size: 1.2rem;
  font-weight: bold;
  color: #EA5522;
}
.p-case-items .__buttons .swiper-button-prev:hover, .p-case-items .__buttons .swiper-button-next:hover {
  opacity: 0.5;
}
.p-case-items .__buttons .swiper-pagination-bullet {
  background-color: #cccccc;
  opacity: 1;
  margin: 0 8px;
  width: 10px;
  height: 10px;
}
.p-case-items .__buttons .swiper-pagination-bullet-active {
  background-color: #EA5522;
  -webkit-box-shadow: 0 0 0 5px rgba(234, 85, 34, 0.3);
          box-shadow: 0 0 0 5px rgba(234, 85, 34, 0.3);
}
.p-case .p-item {
  padding: 25px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-case .p-item {
    padding: 30px;
  }
}
.p-case .p-item .__imgA {
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-case .p-item .__imgA {
    border-radius: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-case .p-item .__imgA {
    height: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .p-case .p-item .__imgA {
    height: 350px;
  }
}
.p-case .p-item .__imgA img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .p-case .p-item .__imgA img {
    border-radius: 20px;
  }
}
.p-case .p-item .__txtA .__cate {
  color: #fff !important;
  background-color: #F39700;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 0;
  display: inline-block;
}
.p-case .p-item .__txtA .__tag {
  margin-top: 10px;
  margin-bottom: 5px;
}
.p-case .p-item .__txtA .__tag span {
  color: #F39700 !important;
  font-size: 0.875rem;
}
.p-case .p-item .__txtA .__tag spanspan {
  margin-left: 5px;
}
.p-case .p-item .__txtA .__title {
  font-size: 1.25rem;
  color: #6A3906;
  margin-bottom: 0;
}
.p-case .p-item .__txtA .__txt, .p-case .p-item .__txtA time {
  display: none;
}
.p-case .p-item:hover {
  text-decoration: none;
}
.p-case .p-item:hover .__imgA img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-step {
  background-color: #F39700;
  border-radius: 20px;
  position: relative;
  overflow: visible;
  z-index: 2;
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .p-step {
    padding: 50px 0;
  }
}
@media screen and (min-width: 992px) {
  .p-step {
    border-radius: 50px;
  }
}
@media (min-width: 1300px) {
  .p-step {
    padding: 80px 0;
  }
}
.p-step h2, .p-step p {
  color: #fff !important;
}
.p-step-inner {
  position: relative;
}
@media screen and (max-width: 767.8px) {
  .p-step-inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-step-inner {
    padding-right: 280px;
  }
}
@media (min-width: 1024px) {
  .p-step-inner {
    padding-right: 340px;
  }
}
@media (min-width: 1300px) {
  .p-step-inner {
    padding-right: 360px;
  }
}
.p-step-img {
  position: absolute;
}
@media screen and (max-width: 767.8px) {
  .p-step-img {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-step-img {
    right: -20px;
    top: calc(50% - 190px);
    width: 260px;
  }
}
@media (min-width: 1024px) {
  .p-step-img {
    right: 0;
    top: calc(50% - 215px);
    width: 260px;
  }
}
@media (min-width: 1300px) {
  .p-step-img {
    right: 0;
    top: calc(50% - 275px);
    width: 300px;
  }
}
.p-step-img img {
  width: 100%;
  height: auto;
}
.p-step .btn {
  border: 1px solid #fff;
}
@media screen and (max-width: 767.8px) {
  .p-step .btn {
    display: block;
  }
}

.p-reasons {
  overflow: visible;
}
.p-reasons .col {
  padding-left: 35px;
}
@media screen and (min-width: 768px) {
  .p-reasons .col {
    padding-left: 45px;
  }
}
.p-reasons-item {
  position: relative;
  background-color: #F4ECE0;
  border-radius: 20px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1.5px solid #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.p-reasons-item::before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: -30px;
  left: -30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-reasons-item::before {
    width: 80px;
    height: 80px;
  }
}
.p-reasons-item-inner {
  position: relative;
  padding: 30px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-reasons-item-inner {
    padding: 40px;
  }
}
@media screen and (min-width: 992px) {
  .p-reasons-item-inner {
    padding: 50px;
  }
}
.p-reasons-item-inner::before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 20px 0 20px 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-reasons-item-inner::after {
  content: "";
  position: absolute;
  bottom: 18px;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #EA5522;
  border-right: 2px solid #EA5522;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-reasons-item.__frozen::before {
  background-image: url(/dcms_media/other/icon-frozen_food.svg);
}
.p-reasons-item.__flow::before {
  background-image: url(/dcms_media/other/icon-flow.svg);
}
.p-reasons-item:hover {
  text-decoration: none;
  border-color: #EA5522;
}
.p-reasons-item:hover > * {
  text-decoration: none;
}

.p-service {
  border-radius: 0 50px 0 0;
  background-color: #fff;
  margin-top: -50px;
}
@media screen and (min-width: 768px) {
  .p-service {
    margin-top: -100px;
    border-radius: 0 100px 0 0;
  }
}
.p-service-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-service-img {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  border: 1.5px solid #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.p-service-img::before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 15px 0 15px 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-service-img::after {
  content: "";
  position: absolute;
  bottom: 18px;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #EA5522;
  border-right: 2px solid #EA5522;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-service-img img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}
.p-service h3 {
  color: #6A3906 !important;
}
.p-service-item:hover {
  text-decoration: none;
}
.p-service-item:hover .p-service-img {
  border-color: #EA5522;
}
.p-service-item:hover h3 {
  color: #EA5522 !important;
}

.p-reason {
  border-radius: 50px 0 0 0;
  background-color: #F4ECE0;
  padding: 0 0 100px;
}
@media screen and (min-width: 576px) {
  .p-reason {
    padding: 0 0 150px;
  }
}
@media screen and (min-width: 992px) {
  .p-reason {
    padding: 100px 0 200px;
    border-radius: 100px 0 0 0;
  }
}
.p-reason-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 991.8px) {
  .p-reason-inner-l {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 720px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767.8px) {
  .p-reason-inner-l {
    max-width: 540px;
  }
}
@media screen and (min-width: 992px) {
  .p-reason-inner-l {
    margin-left: calc((100% - 960px) / 2 + 15px);
    width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .p-reason-inner-l {
    margin-left: calc((100% - 1120px) / 2);
    max-width: 520px;
  }
}
@media screen and (max-width: 991.8px) {
  .p-reason-inner-r {
    width: 100%;
    margin: 0 auto 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 992px) {
  .p-reason-inner-r {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-reason-inner-r img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991.8px) {
  .p-reason-inner-r img {
    border-radius: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-reason-inner-r img {
    border-radius: 50px 0 0 50px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-reason-inner .btn {
    display: block;
  }
}

.p-news-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 991.8px) {
  .p-news-inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .p-news-inner > div {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.8px) {
  .p-news-inner-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .p-news-inner-title {
    width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .p-news-inner-rss {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-news-inner-rss dl {
  padding: 17px 2.5em 15px;
  border-radius: 100vh;
  background-color: #F4ECE0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-news-inner-rss dl {
    padding: 17px 3em 15px;
  }
}
.p-news-inner-rss dl + dl {
  margin-top: 10px;
}
.p-news-inner-rss .rss_date {
  float: none;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: "Outfit", sans-serif;
  font-weight: normal;
}
.p-news-inner-rss .rss_title {
  float: none;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 10px;
  position: relative;
  width: 100%;
}
.p-news-inner-rss .rss_title a {
  color: #6A3906;
}
.p-news-inner-rss .rss_title a:hover {
  color: #EA5522;
}
.p-news-inner-rss .rss_title .rss_new {
  position: absolute;
  top: -37px;
  left: 105px;
  font-family: "Outfit", sans-serif;
  background-color: #F39700;
  color: #fff;
  border-radius: 100vh;
  padding-left: 15px;
  padding-right: 15px;
}
.p-news-inner-rss .rss_contents {
  display: none;
}

.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.js-fadein.is-visible {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.css-fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: fadeInUp 1s ease-in-out forwards;
          animation: fadeInUp 1s ease-in-out forwards;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body.dcms_editor .js-fadein, body.dcms_editor .css-fadein,
body#tinymce .js-fadein,
body#tinymce .css-fadein,
html.is-dcmsadm .js-fadein,
html.is-dcmsadm .css-fadein {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.swiper-start.swiper-disabled {
  cursor: none;
  pointer-events: none;
}

.swiper-start {
  margin-right: 10px;
  margin-left: 0px;
}

.swiper-pagination-bullet {
  background-color: #cccccc;
  opacity: 1;
  margin: 0 6px;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background-color: #EA5522;
  -webkit-box-shadow: 0 0 0 5px rgba(234, 85, 34, 0.3);
          box-shadow: 0 0 0 5px rgba(234, 85, 34, 0.3);
}

.swiper-pause,
.swiper-start {
  width: 15px;
  height: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  margin-left: 5px;
  cursor: pointer;
}

.swiper-disabled.swiper-start:before {
  border-left-color: rgba(234, 85, 34, 0.3);
}

.swiper-start:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 8px 0 8px 12px;
  border-left-color: #EA5522;
  border-radius: unset;
  width: 0;
  height: 0;
  display: block;
  margin-left: 2px;
}

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

.swiper-pause:after,
.swiper-pause:before {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  background-color: #EA5522;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.swiper-pause:before {
  left: 7px;
}

.swiper-pause.swiper-disabled::after, .swiper-pause.swiper-disabled::before {
  background-color: rgba(234, 85, 34, 0.3);
}

.p-popup2 {
  position: fixed;
  z-index: 1000;
  width: 100%;
  display: none;
}
@media screen and (max-width: 767.8px) {
  .p-popup2 {
    max-width: 100%;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-popup2 {
    right: 0;
    bottom: 75vh;
  }
}
.p-popup2 > * {
  color: #fff !important;
}
.p-popup2-inner {
  position: absolute;
  padding: 0;
  border: 10px solid #fff;
  background-color: #F07A0D;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767.8px) {
  .p-popup2-inner {
    left: 0;
    bottom: -150px;
    width: 100%;
    height: 200px;
    border-radius: 15px 15px 0 0;
    border-bottom: 0;
    border-width: 5px;
  }
}
@media screen and (min-width: 768px) {
  .p-popup2-inner {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    border-radius: 20px 0 0 20px;
    top: 0;
    right: -300px;
    width: 380px;
    height: 270px;
    border-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767.8px) {
  .p-popup2-inner.show {
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-popup2-inner.show {
    right: 0;
  }
}
.p-popup2 .__title {
  font-size: 1.125rem;
  cursor: pointer;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.8px) {
  .p-popup2 .__title {
    text-align: center;
    margin: 0;
    padding: 11px;
  }
}
@media screen and (min-width: 768px) {
  .p-popup2 .__title {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    text-orientation: upright;
    width: 70px;
    padding-left: 20px;
    margin: auto;
  }
}
.p-popup2-txt {
  position: relative;
}
@media screen and (max-width: 767.8px) {
  .p-popup2-txt {
    border-top: 2px solid #fff;
    padding: 15px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-popup2-txt {
    border-left: 2px solid #fff;
    padding: 0 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-popup2-txt::before {
  content: "";
  position: absolute;
  background-color: #F07A0D;
}
@media screen and (min-width: 768px) {
  .p-popup2-txt::before {
    top: calc(50% - 7px);
    left: -8px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media screen and (max-width: 767.8px) {
  .p-popup2 .__txt {
    margin-bottom: 5px;
  }
}
.p-popup2 a.__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 30px;
  border-radius: 100vh;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  color: #EA5522 !important;
}
@media screen and (max-width: 767.8px) {
  .p-popup2 a.__btn {
    padding: 10px 35px;
    font-size: 0.875rem;
  }
}
.p-popup2 a.__btn::before {
  content: "";
  background: url(/dcms_media/other/icon-tasting-orange.svg) 0 0 no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.p-popup2 a.__btn:hover {
  background-color: #EA5522;
  text-decoration: none;
  color: #fff !important;
}
.p-popup2 a.__btn:hover::before {
  background-image: url(/dcms_media/other/icon-tasting-white.svg);
}

@media screen and (max-width: 767.8px) {
  body.top #footer-01 {
    margin-bottom: 50px;
  }
}

body.dcms_editor .p-popup2, body.dcms_editor .js-close, body.dcms_editor .p-popup2-inner,
body#tinymce .p-popup2,
body#tinymce .js-close,
body#tinymce .p-popup2-inner,
html.is-dcmsadm .p-popup2,
html.is-dcmsadm .js-close,
html.is-dcmsadm .p-popup2-inner {
  display: block !important;
  position: static;
}
body.dcms_editor .p-popup2 .__title, body.dcms_editor .js-close .__title, body.dcms_editor .p-popup2-inner .__title,
body#tinymce .p-popup2 .__title,
body#tinymce .js-close .__title,
body#tinymce .p-popup2-inner .__title,
html.is-dcmsadm .p-popup2 .__title,
html.is-dcmsadm .js-close .__title,
html.is-dcmsadm .p-popup2-inner .__title {
  width: 100%;
  -webkit-writing-mode: unset;
      -ms-writing-mode: unset;
          writing-mode: unset;
}