@charset "UTF-8";
.blockparts ul.wp-block-list li::before {
  display: block;
  content: "";
  position: absolute;
}

.breadcrumb {
  padding-block: 8px;
  background-color: #F4F4F4;
}
.breadcrumb ol {
  display: flex;
  align-items: center;
  overflow: auto;
}
.breadcrumb ol li {
  min-width: auto;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.breadcrumb ol li:not(:last-child)::after {
  content: "/";
  font-size: 1.2rem;
  color: #666;
  display: inline-block;
  margin: 0 4px;
}
.breadcrumb ol a,
.breadcrumb ol span {
  font-size: 1.3rem;
  color: #666;
  line-height: 1;
  display: block;
  transition: color 0.3s;
}
.breadcrumb ol a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (hover: hover) {
  .breadcrumb ol a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #B82C2C;
  }
  .breadcrumb ol a:where(:any-link, :enabled, summary, span, dt, div):hover span {
    color: #B82C2C;
  }
}
.breadcrumb ol li:first-child a {
  padding-left: 20px;
  background: url(../img/common/icon_breadcrumb_top.svg) no-repeat left center;
  background-size: 15px auto;
}

.underlayer-title {
  padding-block: 40px;
  margin-bottom: 60px;
  background: #B82C2C url(../img/common/underlayer_title_logo.png) no-repeat right 22px top 37%;
  background-size: 267px auto;
  background-position: right -15px top 37%;
}
@media print, screen and (min-width: 768px) {
  .underlayer-title {
    padding-block: 48px;
    margin-bottom: 80px;
    background-size: 313px auto;
    background-position: right 15px top 37%;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer-title {
    padding-block: 53px;
    margin-bottom: 100px;
    background-size: 350px auto;
    background-position: right 20px top 37%;
  }
}
@media print, screen and (min-width: 1280px) {
  .underlayer-title {
    padding-block: 58px;
    margin-bottom: 120px;
    background-size: 389px auto;
    background-position: right 22px top 37%;
  }
}
.underlayer-title .underlayer-title_eng,
.underlayer-title .underlayer-title_ja {
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.underlayer-title .underlayer-title_eng {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .underlayer-title .underlayer-title_eng {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer-title .underlayer-title_eng {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .underlayer-title .underlayer-title_eng {
    font-size: 2rem;
  }
}
.underlayer-title .underlayer-title_ja {
  font-size: 3.5rem;
}
@media print, screen and (min-width: 768px) {
  .underlayer-title .underlayer-title_ja {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer-title .underlayer-title_ja {
    font-size: 4.5rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .underlayer-title .underlayer-title_ja {
    font-size: 5rem;
  }
}

.underlayer-contents {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .underlayer-contents {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer-contents {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1280px) {
  .underlayer-contents {
    margin-bottom: 120px;
  }
}

.underlayer-contents-lead {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .underlayer-contents-lead {
    margin-bottom: 47px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer-contents-lead {
    margin-bottom: 54px;
  }
}
@media print, screen and (min-width: 1280px) {
  .underlayer-contents-lead {
    margin-bottom: 60px;
  }
}

.underlayer-contents-block:not(:last-child) {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .underlayer-contents-block:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer-contents-block:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1280px) {
  .underlayer-contents-block:not(:last-child) {
    margin-bottom: 120px;
  }
}

.underlayer-heading1 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.4;
  letter-spacing: 0.06em;
  padding: 10px 15px;
  margin-bottom: 30px;
  background-color: #B82C2C;
}
@media print, screen and (min-width: 768px) {
  .underlayer-heading1 {
    font-size: 2.4rem;
    margin-bottom: 34px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer-heading1 {
    font-size: 2.6rem;
    margin-bottom: 37px;
  }
}
@media print, screen and (min-width: 1280px) {
  .underlayer-heading1 {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}

.underlayer-heading2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 3px 15px;
  margin-bottom: 20px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .underlayer-heading2 {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer-heading2 {
    font-size: 2.2rem;
    margin-bottom: 27px;
  }
}
@media print, screen and (min-width: 1280px) {
  .underlayer-heading2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.underlayer-heading2::before {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  background-color: #BC9850;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 1000px) {
  .underlayer-heading2::before {
    width: 5px;
  }
}

.underlayer-block-lead {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .underlayer-block-lead {
    margin-bottom: 47px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer-block-lead {
    margin-bottom: 54px;
  }
}
@media print, screen and (min-width: 1280px) {
  .underlayer-block-lead {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer-block-lead.text_center {
    text-align: center;
  }
}
.underlayer-block-lead p:not(:last-child) {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .underlayer-block-lead p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer-block-lead p:not(:last-child) {
    margin-bottom: 27px;
  }
}
@media print, screen and (min-width: 1280px) {
  .underlayer-block-lead p:not(:last-child) {
    margin-bottom: 30px;
  }
}

.underlayer-pagenavi {
  margin-bottom: 70px;
}
@media print, screen and (min-width: 768px) {
  .underlayer-pagenavi {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer-pagenavi {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1280px) {
  .underlayer-pagenavi {
    margin-bottom: 100px;
  }
}
.underlayer-pagenavi ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
@media print, screen and (min-width: 768px) {
  .underlayer-pagenavi ul {
    gap: 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer-pagenavi ul {
    gap: 25px;
  }
}
@media print, screen and (min-width: 1280px) {
  .underlayer-pagenavi ul {
    gap: 30px;
  }
}
.underlayer-pagenavi li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .underlayer-pagenavi li {
    width: auto;
  }
}
.underlayer-pagenavi a {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  padding: 0 30px 8px 10px;
  border-bottom: 1px solid #BC9850;
  position: relative;
  transition: color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .underlayer-pagenavi a {
    padding: 0 30px 11px 10px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer-pagenavi a {
    font-size: 1.5rem;
    padding: 0 30px 12px 10px;
  }
}
@media print, screen and (min-width: 1280px) {
  .underlayer-pagenavi a {
    padding: 0 30px 13px 10px;
  }
}
.underlayer-pagenavi a::after {
  content: "";
  width: 10px;
  height: 8px;
  display: block;
  background-color: #BC9850;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  top: 6px;
  right: 10px;
  z-index: 1;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 1000px) {
  .underlayer-pagenavi a::after {
    top: 7px;
  }
}
@media (hover: hover) {
  .underlayer-pagenavi a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #BC9850;
  }
  .underlayer-pagenavi a:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    transform: translateY(2px);
  }
}

.underlayer-table {
  width: 100%;
}
.underlayer-table th,
.underlayer-table td {
  line-height: 1.68;
}
.underlayer-table th {
  font-weight: bold;
  width: 95px;
  padding: 15px 10px;
  border-bottom: 1px solid #BC9850;
}
@media print, screen and (min-width: 768px) {
  .underlayer-table th {
    width: 110px;
    padding: 16px 14px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer-table th {
    width: 150px;
    padding: 17px 17px;
  }
}
@media print, screen and (min-width: 1280px) {
  .underlayer-table th {
    width: 150px;
    padding: 18px 20px;
  }
}
.underlayer-table td {
  padding: 15px 10px 15px 20px;
  border-bottom: 1px solid #D9D9D9;
}
@media print, screen and (min-width: 768px) {
  .underlayer-table td {
    padding: 16px 14px 16px 27px;
  }
}
@media print, screen and (min-width: 1000px) {
  .underlayer-table td {
    padding: 17px 17px 17px 34px;
  }
}
@media print, screen and (min-width: 1280px) {
  .underlayer-table td {
    padding: 18px 20px 18px 40px;
  }
}

/*-----------------------------------
company
-----------------------------------*/
.page-company .greeting_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
@media print, screen and (min-width: 768px) {
  .page-company .greeting_grid {
    grid-template-columns: 21.48% 1fr;
    gap: 30px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-company .greeting_grid {
    gap: 35px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-company .greeting_grid {
    gap: 40px;
  }
}
.page-company .greeting-president {
  display: block;
}
.page-company .greeting-president img {
  width: 100%;
}
.page-company .greeting-text p {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .page-company .greeting-text p {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-company .greeting-text p {
    margin-bottom: 27px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-company .greeting-text p {
    margin-bottom: 30px;
  }
}
.page-company .greeting-text dl {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .page-company .greeting-text dl {
    gap: 17px;
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-company .greeting-text dl {
    gap: 19px;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-company .greeting-text dl {
    gap: 20px;
    margin-top: 45px;
  }
}
.page-company .greeting-text dt {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .page-company .greeting-text dt {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-company .greeting-text dt {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-company .greeting-text dt {
    font-size: 1.8rem;
  }
}
.page-company .greeting-text dd img {
  width: 98px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .page-company .greeting-text dd img {
    width: 108px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-company .greeting-text dd img {
    width: 118px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-company .greeting-text dd img {
    width: 128px;
  }
}
.page-company .interval_img {
  display: block;
}
.page-company .interval_img img {
  width: 100%;
}
.page-company .about-company .lineup {
  font-size: 1.3rem;
  display: block;
  margin-top: 1em;
}
@media print, screen and (min-width: 768px) {
  .page-company .about-company .lineup {
    font-size: 1.4rem;
  }
}
.page-company .access-address {
  margin-bottom: 12px;
}
.page-company .access-telfax {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.page-company .access-telfax dl {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media print, screen and (min-width: 768px) {
  .page-company .access-telfax dl {
    width: auto;
  }
}
.page-company .access-telfax dl:not(:last-child) {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .page-company .access-telfax dl:not(:last-child) {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.page-company .access-telfax dt,
.page-company .access-telfax dd {
  line-height: 1;
}
.page-company .access-telfax dt {
  font-weight: normal;
  margin-bottom: 4px;
}
.page-company .access-telfax dt::after {
  content: "：";
}
.page-company .access-telfax dd {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) {
  .page-company .access-telfax dd {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-company .access-telfax dd {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-company .access-telfax dd {
    font-size: 3.4rem;
  }
}
.page-company .access-route {
  padding-left: 15px;
  margin-bottom: 35px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .page-company .access-route {
    margin-bottom: 42px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-company .access-route {
    margin-bottom: 49px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-company .access-route {
    margin-bottom: 55px;
  }
}
.page-company .access-route::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background-color: #BC9850;
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .page-company .access-route::before {
    top: 12px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-company .access-route::before {
    top: 13px;
  }
}
.page-company .map_frame {
  height: 300px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .page-company .map_frame {
    height: 360px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-company .map_frame {
    height: 420px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-company .map_frame {
    height: 480px;
  }
}
.page-company .access-map-link {
  display: flex;
  justify-content: flex-end;
}
.page-company .access-map-link a {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-decoration: underline;
  transition: color 0.3s;
}
@media print, screen and (min-width: 1000px) {
  .page-company .access-map-link a {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .page-company .access-map-link a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #B82C2C;
  }
}

/*-----------------------------------
news
-----------------------------------*/
.page-newsarchive .news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 70px;
}
@media print, screen and (min-width: 880px) {
  .page-newsarchive .news-grid {
    grid-template-columns: 1fr 230px;
    gap: 30px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-newsarchive .news-grid {
    grid-template-columns: 1fr 270px;
    gap: 45px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-newsarchive .news-grid {
    grid-template-columns: 1fr 310px;
    gap: 60px;
  }
}
.page-newsarchive .news-category_list .category_list-title {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .page-newsarchive .news-category_list .category_list-title {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-newsarchive .news-category_list .category_list-title {
    margin-bottom: 27px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-newsarchive .news-category_list .category_list-title {
    margin-bottom: 30px;
  }
}
.page-newsarchive .news-category_list .category_list-title .eng {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2px;
}
@media print, screen and (min-width: 768px) {
  .page-newsarchive .news-category_list .category_list-title .eng {
    font-size: 2.9rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-newsarchive .news-category_list .category_list-title .eng {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-newsarchive .news-category_list .category_list-title .eng {
    font-size: 3.5rem;
  }
}
.page-newsarchive .news-category_list .category_list-title .eng span {
  font-size: 4.1rem;
  color: #B82C2C;
}
@media print, screen and (min-width: 768px) {
  .page-newsarchive .news-category_list .category_list-title .eng span {
    font-size: 4.6rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-newsarchive .news-category_list .category_list-title .eng span {
    font-size: 5.1rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-newsarchive .news-category_list .category_list-title .eng span {
    font-size: 5.6rem;
  }
}
.page-newsarchive .news-category_list .category_list-title h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #BC9850;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 768px) {
  .page-newsarchive .news-category_list .category_list-title h3 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-newsarchive .news-category_list .category_list-title h3 {
    font-size: 1.6rem;
  }
}
.page-newsarchive .news-category_list ul li:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}
.page-newsarchive .news-category_list ul a {
  font-weight: bold;
  line-height: 1.4;
  display: block;
  padding: 16px 30px 16px 15px;
  position: relative;
  transition: color 0.3s, background-color 0.3s;
}
.page-newsarchive .news-category_list ul a::after {
  content: "";
  width: 8px;
  height: 10px;
  background-color: #333;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}
.page-newsarchive .news-category_list ul a.is-active {
  color: #FFF;
  background-color: #B82C2C;
}
.page-newsarchive .news-category_list ul a.is-active::after {
  background-color: #FFF;
}
@media (hover: hover) {
  .page-newsarchive .news-category_list ul a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #FFF;
    background-color: #B82C2C;
  }
  .page-newsarchive .news-category_list ul a:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    background-color: #FFF;
  }
}
.page-newsarchive .pagination {
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  .page-newsarchive .pagination {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-newsarchive .pagination {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-newsarchive .pagination {
    margin-top: 80px;
  }
}
.page-newsarchive .pagination_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.page-newsarchive .pagination_wrap a,
.page-newsarchive .pagination_wrap span {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 4px;
}
@media print, screen and (min-width: 768px) {
  .page-newsarchive .pagination_wrap a,
  .page-newsarchive .pagination_wrap span {
    width: 35px;
    height: 35px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-newsarchive .pagination_wrap a,
  .page-newsarchive .pagination_wrap span {
    font-size: 1.4rem;
    width: 38px;
    height: 38px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-newsarchive .pagination_wrap a,
  .page-newsarchive .pagination_wrap span {
    width: 40px;
    height: 40px;
  }
}
.page-newsarchive .pagination_wrap a {
  border: 2px solid #D9D9D9;
  transition: color 0.3s, border 0.3s, background-color 0.3s;
}
@media (hover: hover) {
  .page-newsarchive .pagination_wrap a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #FFF;
    border: 2px solid #B82C2C;
    background-color: #B82C2C;
  }
}
.page-newsarchive .pagination_wrap .current {
  color: #FFF;
  border: 2px solid #B82C2C;
  background-color: #B82C2C;
}
.page-newsarchive .pagination_wrap .dots {
  width: 20px;
}
@media print, screen and (min-width: 1000px) {
  .page-newsarchive .pagination_wrap .dots {
    width: 25px;
  }
}
.page-newsarchive .pagination_wrap .prev,
.page-newsarchive .pagination_wrap .next {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 1000px) {
  .page-newsarchive .pagination_wrap .prev,
  .page-newsarchive .pagination_wrap .next {
    width: 140px;
  }
}
.page-newsarchive .pagination_wrap .prev::after,
.page-newsarchive .pagination_wrap .next::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 0.7rem;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
}
@media print, screen and (min-width: 1000px) {
  .page-newsarchive .pagination_wrap .prev::after,
  .page-newsarchive .pagination_wrap .next::after {
    font-size: 0.8rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-newsarchive .pagination_wrap .prev {
    padding-left: 25px;
  }
}
.page-newsarchive .pagination_wrap .prev::after {
  left: 10px;
  transform: translateY(-50%) rotate(180deg);
}
@media print, screen and (min-width: 1000px) {
  .page-newsarchive .pagination_wrap .next {
    padding-right: 25px;
  }
}
.page-newsarchive .pagination_wrap .next::after {
  right: 10px;
  transform: translateY(-50%);
}

.page-newspost .newspost-head {
  padding-bottom: 15px;
  margin-bottom: 50px;
  border-bottom: 1px solid #D9D9D9;
}
@media print, screen and (min-width: 768px) {
  .page-newspost .newspost-head {
    padding-bottom: 18px;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-newspost .newspost-head {
    padding-bottom: 22px;
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-newspost .newspost-head {
    padding-bottom: 25px;
    margin-bottom: 80px;
  }
}
.page-newspost .newspost-head .date_category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1000px) {
  .page-newspost .newspost-head .date_category {
    gap: 20px;
  }
}
.page-newspost .newspost-head .date {
  font-size: 1.4rem;
  font-weight: 500;
  color: #999;
  line-height: 1.4;
}
@media print, screen and (min-width: 1000px) {
  .page-newspost .newspost-head .date {
    font-size: 1.5rem;
  }
}
.page-newspost .newspost-head .category {
  font-size: 1.3rem;
  font-weight: 500;
  color: #FFF;
  line-height: 1.4;
  padding: 3px 10px 3px 10px;
  background-color: #BC9850;
}
@media print, screen and (min-width: 768px) {
  .page-newspost .newspost-head .category {
    padding: 3px 14px 3px 14px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-newspost .newspost-head .category {
    font-size: 1.4rem;
    padding: 3px 18px 3px 18px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-newspost .newspost-head .category {
    padding: 3px 22px 2px 22px;
  }
}
.page-newspost .newspost-head h1 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .page-newspost .newspost-head h1 {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-newspost .newspost-head h1 {
    font-size: 3.1rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-newspost .newspost-head h1 {
    font-size: 3.4rem;
  }
}
.page-newspost .newspost-content {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .page-newspost .newspost-content {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-newspost .newspost-content {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-newspost .newspost-content {
    margin-bottom: 80px;
  }
}

.blockparts h2.wp-block-heading {
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.4;
  letter-spacing: 0.06em;
  padding: 10px 15px 11px 15px;
  margin-bottom: 30px;
  background-color: #B82C2C;
}
@media print, screen and (min-width: 768px) {
  .blockparts h2.wp-block-heading {
    font-size: 2.4rem;
    margin-bottom: 34px;
  }
}
@media print, screen and (min-width: 1000px) {
  .blockparts h2.wp-block-heading {
    font-size: 2.6rem;
    margin-bottom: 37px;
  }
}
@media print, screen and (min-width: 1280px) {
  .blockparts h2.wp-block-heading {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
.blockparts h3.wp-block-heading {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 15px;
  padding-bottom: 2px;
  margin-bottom: 20px;
  border-left: 4px solid #BC9850;
}
@media print, screen and (min-width: 768px) {
  .blockparts h3.wp-block-heading {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1000px) {
  .blockparts h3.wp-block-heading {
    font-size: 2.2rem;
    margin-bottom: 27px;
    border-left: 5px solid #BC9850;
  }
}
@media print, screen and (min-width: 1280px) {
  .blockparts h3.wp-block-heading {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.blockparts h2.wp-block-heading,
.blockparts h3.wp-block-heading {
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  .blockparts h2.wp-block-heading,
  .blockparts h3.wp-block-heading {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1000px) {
  .blockparts h2.wp-block-heading,
  .blockparts h3.wp-block-heading {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1280px) {
  .blockparts h2.wp-block-heading,
  .blockparts h3.wp-block-heading {
    margin-top: 70px;
  }
}
.blockparts h2.wp-block-heading:first-child,
.blockparts h3.wp-block-heading:first-child {
  margin-top: 0;
}
.blockparts h2.wp-block-heading + h2.wp-block-heading,
.blockparts h2.wp-block-heading + h3.wp-block-heading,
.blockparts h3.wp-block-heading + h2.wp-block-heading,
.blockparts h3.wp-block-heading + h3.wp-block-heading {
  margin-top: 0;
}
.blockparts p {
  margin-block: 30px;
}
@media print, screen and (min-width: 768px) {
  .blockparts p {
    margin-block: 34px;
  }
}
@media print, screen and (min-width: 1000px) {
  .blockparts p {
    margin-block: 37px;
  }
}
@media print, screen and (min-width: 1280px) {
  .blockparts p {
    margin-block: 40px;
  }
}
.blockparts p:first-child {
  margin-top: 0;
}
.blockparts p:last-child {
  margin-bottom: 0;
}
.blockparts p a {
  color: #2347FF;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.3s;
}
@media (hover: hover) {
  .blockparts p a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #B82C2C;
  }
}
.blockparts .wp-block-list {
  margin-block: 30px;
}
@media print, screen and (min-width: 768px) {
  .blockparts .wp-block-list {
    margin-block: 34px;
  }
}
@media print, screen and (min-width: 1000px) {
  .blockparts .wp-block-list {
    margin-block: 37px;
  }
}
@media print, screen and (min-width: 1280px) {
  .blockparts .wp-block-list {
    margin-block: 40px;
  }
}
.blockparts .wp-block-list:first-child {
  margin-top: 0;
}
.blockparts .wp-block-list:last-child {
  margin-bottom: 0;
}
.blockparts .wp-block-list li {
  line-height: 1.8;
  padding-left: 30px;
  position: relative;
}
.blockparts .wp-block-list li:not(:last-child) {
  margin-bottom: 10px;
}
.blockparts ul.wp-block-list li::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #BC9850;
  top: 9px;
  left: 10px;
}
@media print, screen and (min-width: 768px) {
  .blockparts ul.wp-block-list li::before {
    top: 10px;
  }
}
@media print, screen and (min-width: 1000px) {
  .blockparts ul.wp-block-list li::before {
    top: 11px;
  }
}
.blockparts ol.wp-block-list {
  counter-reset: cnt;
}
.blockparts ol.wp-block-list li::before {
  counter-increment: cnt;
  content: counter(cnt) ".";
  font-weight: bold;
  color: #BC9850;
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
}
.blockparts .wp-block-list ul.wp-block-list li::before {
  content: "";
  border: 1px solid #B3B5B9;
  background-color: transparent;
  top: 9px;
}
@media print, screen and (min-width: 1280px) {
  .blockparts .wp-block-list ul.wp-block-list li::before {
    top: 10px;
  }
}
.blockparts .wp-block-list ol.wp-block-list li::before {
  counter-increment: cnt;
  content: "(" counter(cnt) ")";
  font-weight: normal;
}
.blockparts .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
  margin-block: 30px;
}
@media print, screen and (min-width: 768px) {
  .blockparts .wp-block-columns {
    margin-block: 34px;
  }
}
@media print, screen and (min-width: 1000px) {
  .blockparts .wp-block-columns {
    margin-block: 37px;
  }
}
@media print, screen and (min-width: 1280px) {
  .blockparts .wp-block-columns {
    margin-block: 40px;
  }
}
.blockparts .wp-block-columns:first-child {
  margin-top: 0;
}
.blockparts .wp-block-columns:last-child {
  margin-bottom: 0;
}
.blockparts .wp-block-columns .wp-block-column {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .blockparts .wp-block-columns .wp-block-column {
    flex: 1;
  }
}
.blockparts .wp-block-columns .wp-block-column h2.wp-block-heading,
.blockparts .wp-block-columns .wp-block-column h3.wp-block-heading,
.blockparts .wp-block-columns .wp-block-column h4.wp-block-heading,
.blockparts .wp-block-columns .wp-block-column h5.wp-block-heading,
.blockparts .wp-block-columns .wp-block-column h6.wp-block-heading {
  margin-top: 20px;
}
.blockparts .wp-block-columns .wp-block-column *:first-child {
  margin-top: 0;
}
.blockparts .wp-block-columns .wp-block-column *:last-child {
  margin-bottom: 0;
}
.blockparts .wp-block-columns .wp-block-buttons .wp-block-button {
  width: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .blockparts .wp-block-columns .wp-block-buttons .wp-block-button {
    width: auto;
  }
}
.blockparts .wp-block-columns .wp-block-image {
  margin-block: 20px;
}
.blockparts .wp-block-columns .wp-block-image:first-child {
  margin-top: 0;
}
.blockparts .wp-block-columns .wp-block-image:last-child {
  margin-bottom: 0;
}
.blockparts .wp-block-columns .wp-block-image img {
  width: 100%;
}
.blockparts .wp-block-columns:not(.is-not-stacked-on-mobile, .crosstalk_menber_column, .block-editor-block-list__block) > .wp-block-column:not(:first-child) {
  margin-left: 0 !important;
}
.blockparts .wp-block-image {
  margin-block: 30px;
}
@media print, screen and (min-width: 768px) {
  .blockparts .wp-block-image {
    margin-block: 34px;
  }
}
@media print, screen and (min-width: 1000px) {
  .blockparts .wp-block-image {
    margin-block: 37px;
  }
}
@media print, screen and (min-width: 1280px) {
  .blockparts .wp-block-image {
    margin-block: 40px;
  }
}
.blockparts .wp-block-image:first-child {
  margin-top: 0;
}
.blockparts .wp-block-image:last-child {
  margin-bottom: 0;
}
.blockparts .wp-block-image img {
  display: block;
}
.blockparts .wp-block-image img:not(:last-child) {
  margin-bottom: 10px;
}
.blockparts .wp-block-image figcaption {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 1000px) {
  .blockparts .wp-block-image figcaption {
    font-size: 1.3rem;
  }
}
.blockparts .wp-block-buttons {
  gap: 20px;
  margin-block: 30px;
}
@media print, screen and (min-width: 768px) {
  .blockparts .wp-block-buttons {
    gap: 24px;
    margin-block: 34px;
  }
}
@media print, screen and (min-width: 1000px) {
  .blockparts .wp-block-buttons {
    gap: 27px;
    margin-block: 37px;
  }
}
@media print, screen and (min-width: 1280px) {
  .blockparts .wp-block-buttons {
    gap: 30px;
    margin-block: 40px;
  }
}
.blockparts .wp-block-buttons:first-child {
  margin-top: 0;
}
.blockparts .wp-block-buttons:last-child {
  margin-bottom: 0;
}
.blockparts .wp-block-button__link {
  text-align: left;
  border-radius: 0px;
}
.blockparts .clm_linkbtn_box .wp-block-button {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .blockparts .clm_linkbtn_box .wp-block-button {
    max-width: 255px;
  }
}
@media print, screen and (min-width: 1000px) {
  .blockparts .clm_linkbtn_box .wp-block-button {
    max-width: 285px;
  }
}
@media print, screen and (min-width: 1280px) {
  .blockparts .clm_linkbtn_box .wp-block-button {
    max-width: 315px;
  }
}
.blockparts .clm_linkbtn_box .wp-block-button__link {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.4;
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: 4px 35px 4px 15px;
  border: 2px solid #B82C2C;
  border-radius: 4px;
  background-color: #B82C2C;
  background-image: linear-gradient(#FFF, #FFF);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 100%;
  position: relative;
  transition: color 0.3s, background-size 0.3s;
}
@media print, screen and (min-width: 768px) {
  .blockparts .clm_linkbtn_box .wp-block-button__link {
    font-size: 1.5rem;
    min-height: 54px;
    padding: 4px 37px 4px 15px;
  }
}
@media print, screen and (min-width: 1280px) {
  .blockparts .clm_linkbtn_box .wp-block-button__link {
    font-size: 1.6rem;
    min-height: 56px;
    padding: 4px 40px 4px 15px;
  }
}
.blockparts .clm_linkbtn_box .wp-block-button__link::after {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  font-weight: normal;
  color: #FFF;
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  transform: translateY(-50%);
  transition: color 0.3s, transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .blockparts .clm_linkbtn_box .wp-block-button__link::after {
    right: 13px;
  }
}
@media print, screen and (min-width: 1280px) {
  .blockparts .clm_linkbtn_box .wp-block-button__link::after {
    right: 15px;
  }
}
@media (hover: hover) {
  .blockparts .clm_linkbtn_box .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #B82C2C;
    background-position: bottom left;
    background-size: 100% 100%;
  }
  .blockparts .clm_linkbtn_box .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    color: #B82C2C;
    transform: translateY(-50%) translateX(3px);
  }
}
.blockparts .clm_linkbtn_arrow .wp-block-button__link {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  display: flex;
  align-items: center;
  padding: 10px 47px 10px 0;
  background-color: transparent;
  position: relative;
  transition: color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .blockparts .clm_linkbtn_arrow .wp-block-button__link {
    font-size: 1.6rem;
    padding: 10px 50px 10px 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .blockparts .clm_linkbtn_arrow .wp-block-button__link {
    font-size: 1.6rem;
    padding: 10px 53px 10px 0;
  }
}
.blockparts .clm_linkbtn_arrow .wp-block-button__link::before, .blockparts .clm_linkbtn_arrow .wp-block-button__link::after {
  width: 34px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .blockparts .clm_linkbtn_arrow .wp-block-button__link::before, .blockparts .clm_linkbtn_arrow .wp-block-button__link::after {
    width: 37px;
  }
}
@media print, screen and (min-width: 1280px) {
  .blockparts .clm_linkbtn_arrow .wp-block-button__link::before, .blockparts .clm_linkbtn_arrow .wp-block-button__link::after {
    width: 40px;
  }
}
.blockparts .clm_linkbtn_arrow .wp-block-button__link::before {
  content: "";
  height: 34px;
  border: 2px solid #B82C2C;
  border-radius: 50%;
  z-index: 1;
  transition: background-color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .blockparts .clm_linkbtn_arrow .wp-block-button__link::before {
    height: 37px;
  }
}
@media print, screen and (min-width: 1280px) {
  .blockparts .clm_linkbtn_arrow .wp-block-button__link::before {
    height: 40px;
  }
}
.blockparts .clm_linkbtn_arrow .wp-block-button__link::after {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.7rem;
  font-weight: 500;
  color: #B82C2C;
  text-align: center;
  margin: 0;
  z-index: 2;
  transition: color 0.3s, transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .blockparts .clm_linkbtn_arrow .wp-block-button__link::after {
    font-size: 0.8rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .blockparts .clm_linkbtn_arrow .wp-block-button__link::after {
    font-size: 0.9rem;
  }
}
@media (hover: hover) {
  .blockparts .clm_linkbtn_arrow .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #B82C2C;
  }
  .blockparts .clm_linkbtn_arrow .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div):hover::before {
    background-color: #B82C2C;
  }
  .blockparts .clm_linkbtn_arrow .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    color: #FFF;
    transform: translateY(-50%) translateX(3px);
  }
}

/*-----------------------------------
policy
-----------------------------------*/
.page-policy .policy-list {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .page-policy .policy-list {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-policy .policy-list {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-policy .policy-list {
    margin-bottom: 80px;
  }
}
.page-policy .policy-list > li:not(:last-child) {
  margin-bottom: 45px;
}
@media print, screen and (min-width: 768px) {
  .page-policy .policy-list > li:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-policy .policy-list > li:not(:last-child) {
    margin-bottom: 55px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-policy .policy-list > li:not(:last-child) {
    margin-bottom: 60px;
  }
}
.page-policy .policy-list > li .underlayer-heading2 {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .page-policy .policy-list > li .underlayer-heading2 {
    margin-bottom: 18px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-policy .policy-list > li .underlayer-heading2 {
    margin-bottom: 22px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-policy .policy-list > li .underlayer-heading2 {
    margin-bottom: 25px;
  }
}
.page-policy .policy-list > li p {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .page-policy .policy-list > li p {
    font-size: 1.5rem;
  }
}
.page-policy .policy-list > li p:not(:last-child) {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .page-policy .policy-list > li p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-policy .policy-list > li p:not(:last-child) {
    margin-bottom: 27px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-policy .policy-list > li p:not(:last-child) {
    margin-bottom: 30px;
  }
}
.page-policy .policy-list > li .cmn_list li {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .page-policy .policy-list > li .cmn_list li {
    font-size: 1.5rem;
  }
}
.page-policy .policy-enactment {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .page-policy .policy-enactment {
    margin-bottom: 18px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-policy .policy-enactment {
    margin-bottom: 22px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-policy .policy-enactment {
    margin-bottom: 25px;
  }
}
.page-policy .policy-enactment dl {
  display: flex;
  justify-content: flex-end;
}
.page-policy .policy-enactment dt {
  font-weight: normal;
}
.page-policy .policy-enactment dt::after {
  content: "：";
}
.page-policy .policy-signature {
  text-align: right;
}

/*-----------------------------------
contact
-----------------------------------*/
.page-contact .contact-tel {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .page-contact .contact-tel {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-contact .contact-tel {
    margin-bottom: 85px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-contact .contact-tel {
    margin-bottom: 100px;
  }
}
.page-contact .contact-tel .contact-tel_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media print, screen and (min-width: 768px) {
  .page-contact .contact-tel .contact-tel_flex {
    gap: 24px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-contact .contact-tel .contact-tel_flex {
    gap: 27px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-contact .contact-tel .contact-tel_flex {
    gap: 30px;
  }
}
.page-contact .contact-tel .contact-tel-number {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 27px;
  background: url(../img/contact/icon_tel.svg) no-repeat left top 5px;
  background-size: 21px auto;
}
@media print, screen and (min-width: 768px) {
  .page-contact .contact-tel .contact-tel-number {
    font-size: 4rem;
    padding-left: 29px;
    background-position: left top 6px;
    background-size: 23px auto;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-contact .contact-tel .contact-tel-number {
    font-size: 4.4rem;
    padding-left: 31px;
    background-position: left top 7px;
    background-size: 25px auto;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-contact .contact-tel .contact-tel-number {
    font-size: 4.8rem;
    padding-left: 33px;
    background-position: left top 8px;
    background-size: 27px auto;
  }
}
.page-contact .contact-tel .contact-tel-info p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.68;
}
@media print, screen and (min-width: 1000px) {
  .page-contact .contact-tel .contact-tel-info p {
    font-size: 1.5rem;
  }
}
.page-contact .contact-mail .contact-mail-lead {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .page-contact .contact-mail .contact-mail-lead {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-contact .contact-mail .contact-mail-lead {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-contact .contact-mail .contact-mail-lead {
    margin-bottom: 60px;
  }
}

/*-----------------------------------
meat
-----------------------------------*/
.page-meat .meat_item {
  overflow: hidden;
}
.page-meat .meat_item .underlayer-heading1 {
  margin-bottom: 45px;
}
@media print, screen and (min-width: 768px) {
  .page-meat .meat_item .underlayer-heading1 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-meat .meat_item .underlayer-heading1 {
    margin-bottom: 55px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-meat .meat_item .underlayer-heading1 {
    margin-bottom: 60px;
  }
}
.page-meat .meat_item .item_block {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 25px;
  margin-bottom: 45px;
}
@media print, screen and (min-width: 768px) {
  .page-meat .meat_item .item_block {
    grid-template-columns: 53.9% 1fr;
    gap: 30px;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-meat .meat_item .item_block {
    gap: 40px;
    margin-bottom: 55px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-meat .meat_item .item_block {
    gap: 50px;
    margin-bottom: 60px;
  }
}
.page-meat .meat_item .item_block-photo {
  /*height: 400px;
  @include sp {
      height: 400px;
  }
  @include tab {
      height: 400px;
  }
  @include pc {
      height: 400px;
  }*/
}
.page-meat .meat_item .item_block-photo img {
  width: 100%;
  max-width: initial;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .page-meat .meat_item .item_block-photo img {
    width: 115.9%;
    border-radius: 8px;
    left: -15.9%;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-meat .meat_item .item_block-photo img {
    border-radius: 10px;
  }
}
.page-meat .meat_item .underlayer-heading2 {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .page-meat .meat_item .underlayer-heading2 {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-meat .meat_item .underlayer-heading2 {
    margin-bottom: 27px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-meat .meat_item .underlayer-heading2 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .page-meat .meat_item .item_block__reverse.item_block {
    grid-template-columns: 1fr 53.9%;
  }
}
@media print, screen and (min-width: 768px) {
  .page-meat .meat_item .item_block__reverse .item_block-photo {
    order: 1;
  }
}
.page-meat .meat_item .item_block__reverse .item_block-photo img {
  left: 0;
}
.page-meat .meat_item .linkBtn {
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  .page-meat .meat_item .linkBtn {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-meat .meat_item .linkBtn {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-meat .meat_item .linkBtn {
    margin-top: 80px;
  }
}
.page-meat .meat_safe_secure ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media print, screen and (min-width: 768px) {
  .page-meat .meat_safe_secure ul {
    gap: 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-meat .meat_safe_secure ul {
    gap: 30px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-meat .meat_safe_secure ul {
    gap: 40px;
  }
}
.page-meat .meat_safe_secure ul img {
  width: 100%;
  border-radius: 6px;
}
@media print, screen and (min-width: 768px) {
  .page-meat .meat_safe_secure ul img {
    border-radius: 8px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-meat .meat_safe_secure ul img {
    border-radius: 10px;
  }
}

/*-----------------------------------
web
-----------------------------------*/
.page-web .web_about p:not(:last-child) {
  margin-bottom: 1.5em;
}
.page-web .web_about .underlayer-heading2 {
  margin-top: 2.5em;
}
.page-web .works_list {
  width: calc(100% - 40px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 20px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page-web .works_list {
    width: calc(100% - 60px);
    grid-template-columns: repeat(2, 1fr);
    gap: 47px 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-web .works_list {
    gap: 54px 30px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-web .works_list {
    width: calc(100% - 80px);
    gap: 60px 40px;
  }
}
.page-web .works_list img {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  border-radius: 6px;
}
@media print, screen and (min-width: 768px) {
  .page-web .works_list img {
    margin-bottom: 20px;
    border-radius: 8px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-web .works_list img {
    border-radius: 10px;
  }
}
.page-web .works_list .works_list__text {
  padding-inline: 10px;
}
@media print, screen and (min-width: 768px) {
  .page-web .works_list .works_list__text {
    padding-inline: 20px;
  }
}
.page-web .works_list .works_list__category {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #7D7D7D;
}
@media print, screen and (min-width: 1000px) {
  .page-web .works_list .works_list__category {
    font-size: 1.4rem;
  }
}
.page-web .works_list .underlayer-heading2 {
  margin-bottom: 10px;
}
.page-web .web_flow__list {
  position: relative;
}
.page-web .web_flow__list::after {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  background-color: #B82C2C;
  position: absolute;
  top: 0;
  left: 26px;
}
@media print, screen and (min-width: 768px) {
  .page-web .web_flow__list::after {
    left: 28px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-web .web_flow__list::after {
    left: 31px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-web .web_flow__list::after {
    left: 33px;
  }
}
.page-web .web_flow__list li {
  padding-block: 30px;
  margin-left: 70px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .page-web .web_flow__list li {
    padding-block: 34px;
    margin-left: 86px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-web .web_flow__list li {
    padding-block: 37px;
    margin-left: 93px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-web .web_flow__list li {
    padding-block: 40px;
    margin-left: 100px;
  }
}
.page-web .web_flow__list li:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}
.page-web .web_flow__list li:first-child {
  padding-top: 0;
}
.page-web .web_flow__list li:last-child {
  padding-bottom: 0;
}
.page-web .web_flow__list .web_flow__step {
  font-size: 1.2rem;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  line-height: 1;
  width: 55px;
  height: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  padding-top: 2px;
  border-radius: 50%;
  background-color: #B82C2C;
  position: absolute;
  top: 16px;
  left: -70px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .page-web .web_flow__list .web_flow__step {
    width: 60px;
    height: 60px;
    gap: 2px;
    top: 18px;
    left: -86px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-web .web_flow__list .web_flow__step {
    font-size: 1.3rem;
    width: 65px;
    height: 65px;
    gap: 3px;
    top: 20px;
    left: -93px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-web .web_flow__list .web_flow__step {
    width: 70px;
    height: 70px;
    top: 22px;
    left: -100px;
  }
}
.page-web .web_flow__list .web_flow__step .num {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .page-web .web_flow__list .web_flow__step .num {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-web .web_flow__list .web_flow__step .num {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-web .web_flow__list .web_flow__step .num {
    font-size: 2.4rem;
  }
}
.page-web .web_flow__list li:first-child .web_flow__step {
  top: -16px;
}
@media print, screen and (min-width: 768px) {
  .page-web .web_flow__list li:first-child .web_flow__step {
    top: -18px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-web .web_flow__list li:first-child .web_flow__step {
    top: -20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-web .web_flow__list li:first-child .web_flow__step {
    top: -22px;
  }
}
.page-web .web_flow__list h3 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #B82C2C;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .page-web .web_flow__list h3 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-web .web_flow__list h3 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-web .web_flow__list h3 {
    font-size: 2rem;
  }
}
.page-web .web_flow__list .web_flow__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
@media print, screen and (min-width: 768px) {
  .page-web .web_flow__list .web_flow__flex {
    gap: 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-web .web_flow__list .web_flow__flex {
    gap: 30px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-web .web_flow__list .web_flow__flex {
    gap: 40px;
  }
}
.page-web .web_flow__list .web_flow__flex img {
  display: none;
  width: 50px;
}
@media print, screen and (min-width: 768px) {
  .page-web .web_flow__list .web_flow__flex img {
    display: block;
    width: 60px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-web .web_flow__list .web_flow__flex img {
    width: 70px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-web .web_flow__list .web_flow__flex img {
    width: 80px;
  }
}
.page-web .web_flow__list .web_flow__text {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .page-web .web_flow__list .web_flow__text {
    flex: 1;
  }
}
.page-web .web_flow__list .web_flow__text .font_small {
  font-size: 1.3rem;
  margin-top: 3px;
}
@media print, screen and (min-width: 1000px) {
  .page-web .web_flow__list .web_flow__text .font_small {
    font-size: 1.4rem;
  }
}
.page-web .web_faq__list {
  border-top: 1px solid #D9D9D9;
}
.page-web .web_faq__list li {
  border-bottom: 1px solid #D9D9D9;
}
.page-web .web_faq__list dt {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
  display: flex;
  align-items: center;
  padding: 20px 0 20px 52px;
  position: relative;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .page-web .web_faq__list dt {
    font-size: 1.6rem;
    padding: 22px 0 22px 62px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-web .web_faq__list dt {
    font-size: 1.7rem;
    padding: 24px 0 24px 66px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-web .web_faq__list dt {
    font-size: 1.8rem;
    padding: 25px 0 25px 70px;
  }
}
.page-web .web_faq__list dt::before {
  content: "Q.";
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #B82C2C;
  line-height: 1;
  letter-spacing: 0.06em;
  display: block;
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .page-web .web_faq__list dt::before {
    font-size: 2.8rem;
    top: 21px;
    left: 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-web .web_faq__list dt::before {
    font-size: 3.1rem;
    top: 22px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-web .web_faq__list dt::before {
    font-size: 3.4rem;
    top: 23px;
  }
}
.page-web .web_faq__list dt span {
  width: 100%;
  display: block;
  padding-right: 50px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .page-web .web_faq__list dt span {
    padding-right: 50px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-web .web_faq__list dt span {
    padding-right: 50px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-web .web_faq__list dt span {
    padding-right: 50px;
  }
}
.page-web .web_faq__list dt span::before, .page-web .web_faq__list dt span::after {
  content: "";
  width: 18px;
  height: 2px;
  display: block;
  background-color: #B82C2C;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .page-web .web_faq__list dt span::before, .page-web .web_faq__list dt span::after {
    right: 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-web .web_faq__list dt span::before, .page-web .web_faq__list dt span::after {
    width: 20px;
  }
}
.page-web .web_faq__list dt span::before {
  transform: translateY(-50%);
}
.page-web .web_faq__list dt span::after {
  transform: translateY(-50%) rotate(90deg);
}
.page-web .web_faq__list dt.is-active span::before {
  transform: translateY(-50%) rotate(-180deg);
}
.page-web .web_faq__list dt.is-active span::after {
  transform: translateY(-50%) rotate(180deg);
}
.page-web .web_faq__list dd {
  display: none;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .page-web .web_faq__list dd {
    padding-bottom: 34px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-web .web_faq__list dd {
    padding-bottom: 37px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-web .web_faq__list dd {
    padding-bottom: 40px;
  }
}
.page-web .web_faq__list .web_faq__answer {
  padding: 30px 15px 30px 52px;
  border-radius: 6px;
  background-color: #F4F4F4;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .page-web .web_faq__list .web_faq__answer {
    padding: 32px 20px 32px 62px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-web .web_faq__list .web_faq__answer {
    padding: 34px 20px 34px 66px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-web .web_faq__list .web_faq__answer {
    padding: 35px 20px 35px 70px;
  }
}
.page-web .web_faq__list .web_faq__answer::before {
  content: "A.";
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #BC9850;
  line-height: 1;
  letter-spacing: 0.06em;
  position: absolute;
  top: 29px;
  left: 15px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .page-web .web_faq__list .web_faq__answer::before {
    font-size: 2.8rem;
    top: 28px;
    left: 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-web .web_faq__list .web_faq__answer::before {
    font-size: 3.1rem;
    top: 30px;
  }
}
@media print, screen and (min-width: 1280px) {
  .page-web .web_faq__list .web_faq__answer::before {
    font-size: 3.4rem;
    top: 28px;
  }
}
.page-web .web_faq__list .web_faq__answer p {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 1000px) {
  .page-web .web_faq__list .web_faq__answer p {
    font-size: 1.5rem;
  }
}

/*-----------------------------------
recruit
-----------------------------------*/
.page-recruit .no_recruitment {
  text-align: center;
  padding-block: 30px 0;
}

.notfound .underlayer-contents {
  padding-block: 70px;
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .notfound .underlayer-contents {
    padding-block: 100px;
  }
}
@media print, screen and (min-width: 1000px) {
  .notfound .underlayer-contents {
    padding-block: 125px;
  }
}
@media print, screen and (min-width: 1280px) {
  .notfound .underlayer-contents {
    padding-block: 150px;
  }
}
.notfound .notfound-title {
  font-size: 2.7rem;
  font-weight: bold;
  color: #B82C2C;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .notfound .notfound-title {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .notfound .notfound-title {
    font-size: 3.3rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .notfound .notfound-title {
    font-size: 3.6rem;
  }
}
.notfound .notfound-text {
  text-align: center;
}

.grecaptcha-badge {
  display: none !important;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  font-size: 1.5rem;
  line-height: 1.92;
  letter-spacing: 0.04em;
  width: 100%;
  display: block;
  padding: 10px 15px;
  appearance: none;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background-color: #F4F4F4;
  transition: background-color 0.3s;
}
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 textarea:focus {
  background-color: transparent;
}
.wpcf7 textarea {
  height: 200px;
  resize: vertical;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #B4B4B4;
}
.wpcf7 .form-line {
  padding-block: 20px;
  border-top: 1px solid #D9D9D9;
}
@media print, screen and (min-width: 768px) {
  .wpcf7 .form-line {
    padding-block: 24px;
  }
}
@media print, screen and (min-width: 1000px) {
  .wpcf7 .form-line {
    padding-block: 27px;
  }
}
@media print, screen and (min-width: 1280px) {
  .wpcf7 .form-line {
    padding-block: 30px;
  }
}
.wpcf7 .form-item {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 15px;
}
@media print, screen and (min-width: 768px) {
  .wpcf7 .form-item {
    grid-template-columns: 215px 1fr;
    gap: 0;
  }
}
@media print, screen and (min-width: 1000px) {
  .wpcf7 .form-item {
    grid-template-columns: 220px 1fr;
  }
}
@media print, screen and (min-width: 1280px) {
  .wpcf7 .form-item {
    grid-template-columns: 225px 1fr;
  }
}
.wpcf7 .form-item dt {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .wpcf7 .form-item dt {
    padding-top: 14px;
  }
}
.wpcf7 .form-item label {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .wpcf7 .form-item label {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .wpcf7 .form-item label {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .wpcf7 .form-item label {
    font-size: 1.8rem;
  }
}
.wpcf7 .form-item .required,
.wpcf7 .form-item .optional {
  font-size: 1.1rem;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  line-height: 1;
  width: 45px;
  padding: 5px 5px 6px 5px;
  border-radius: 50px;
}
@media print, screen and (min-width: 768px) {
  .wpcf7 .form-item .required,
  .wpcf7 .form-item .optional {
    font-size: 1.3rem;
    width: 55px;
    margin-left: auto;
  }
}
.wpcf7 .form-item .required {
  background-color: #B82C2C;
}
.wpcf7 .form-item .optional {
  background-color: #BC9850;
}
@media print, screen and (min-width: 768px) {
  .wpcf7 .form-item dd {
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 1000px) {
  .wpcf7 .form-item dd {
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 1280px) {
  .wpcf7 .form-item dd {
    padding-left: 78px;
  }
}
.wpcf7 .form-item-annotation {
  font-size: 1.3rem;
  font-weight: 500;
  color: #999;
  line-height: 1.5;
  margin-top: 7px;
}
@media print, screen and (min-width: 1000px) {
  .wpcf7 .form-item-annotation {
    font-size: 1.4rem;
  }
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 1.3rem;
  font-weight: bold;
  color: #B82C2C;
  line-height: 1.5;
  margin-top: 7px;
}
@media print, screen and (min-width: 1000px) {
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 1.4rem;
  }
}
.wpcf7 .select .select-wrap {
  width: 100%;
  display: block;
  padding-right: 30px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .wpcf7 .select .select-wrap {
    max-width: 265px;
  }
}
.wpcf7 .select .select-wrap::after {
  content: "";
  width: 12px;
  height: 10.4px;
  display: block;
  background-color: #333;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transform: translateY(-50%);
}
.wpcf7 .select select {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.92;
  width: 100%;
  display: block;
  padding: 10px 15px;
  appearance: none;
  border: none;
  background-color: transparent;
}
.wpcf7 .policycheck {
  padding: 30px 20px;
  margin-top: 35px;
  background-color: #F4F4F4;
}
@media print, screen and (min-width: 768px) {
  .wpcf7 .policycheck {
    padding: 35px 20px;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1000px) {
  .wpcf7 .policycheck {
    padding: 40px 20px;
    margin-top: 45px;
  }
}
@media print, screen and (min-width: 1280px) {
  .wpcf7 .policycheck {
    padding: 45px 20px;
    margin-top: 50px;
  }
}
.wpcf7 .policycheck p {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1000px) {
  .wpcf7 .policycheck p {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 25px;
  }
}
.wpcf7 .policycheck label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wpcf7 .policycheck label span {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 40px;
  position: relative;
}
@media print, screen and (min-width: 1000px) {
  .wpcf7 .policycheck label span {
    font-size: 1.6rem;
    padding-left: 43px;
  }
}
.wpcf7 .policycheck label span::before, .wpcf7 .policycheck label span::after {
  content: "";
  display: block;
  position: absolute;
}
.wpcf7 .policycheck label span::before {
  width: 26px;
  height: 26px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background-color: #FFF;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 1000px) {
  .wpcf7 .policycheck label span::before {
    width: 28px;
    height: 28px;
  }
}
.wpcf7 .policycheck label span::after {
  width: 16px;
  height: 9px;
  border-left: 4px solid #B82C2C;
  border-bottom: 4px solid #B82C2C;
  top: 41%;
  left: 5px;
  z-index: 2;
  transform: translateY(-50%) rotate(-90deg);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}
@media print, screen and (min-width: 1000px) {
  .wpcf7 .policycheck label span::after {
    width: 18px;
    height: 10px;
  }
}
.wpcf7 .policycheck label input {
  display: none;
}
.wpcf7 .policycheck label input:checked + span::after {
  opacity: 1;
  transform: translateY(-50%) rotate(-45deg);
}
.wpcf7 .policycheck .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .policycheck .wpcf7-form-control-wrap .wpcf7-acceptance {
  display: block;
}
.wpcf7 .policycheck .wpcf7-form-control-wrap .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.wpcf7 .form-button {
  width: 80%;
  margin: 40px auto 0 auto;
}
@media print, screen and (min-width: 768px) {
  .wpcf7 .form-button {
    width: 100%;
    max-width: 290px;
    margin: 47px auto 0 auto;
  }
}
@media print, screen and (min-width: 1000px) {
  .wpcf7 .form-button {
    margin: 54px auto 0 auto;
  }
}
@media print, screen and (min-width: 1280px) {
  .wpcf7 .form-button {
    margin: 60px auto 0 auto;
  }
}
.wpcf7 .form-button button {
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.4;
  letter-spacing: 0.04em;
  width: 100%;
  padding: 15px;
  appearance: none;
  border: 2px solid #B82C2C;
  border-radius: 4px;
  background-color: #B82C2C;
  background-image: linear-gradient(#FFF, #FFF);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 100%;
  position: relative;
  transition: color 0.3s, background-size 0.3s, opacity 0.3s;
}
@media print, screen and (min-width: 768px) {
  .wpcf7 .form-button button {
    font-size: 1.8rem;
    padding: 18px;
  }
}
@media print, screen and (min-width: 1280px) {
  .wpcf7 .form-button button {
    font-size: 2rem;
    padding: 20px;
  }
}
.wpcf7 .form-button button:disabled {
  opacity: 0.3;
}
.wpcf7 .form-button button::after {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  font-weight: normal;
  color: #FFF;
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  transform: translateY(-50%);
  transition: color 0.3s, transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .wpcf7 .form-button button::after {
    font-size: 1.1rem;
    right: 13px;
  }
}
@media print, screen and (min-width: 1280px) {
  .wpcf7 .form-button button::after {
    font-size: 1.2rem;
    right: 15px;
  }
}
@media (hover: hover) {
  .wpcf7 .form-button button:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #B82C2C;
    background-position: bottom left;
    background-size: 100% 100%;
  }
  .wpcf7 .form-button button:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    color: #B82C2C;
    transform: translateY(-50%) translateX(3px);
  }
}
.wpcf7 .form-button .wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-response-output {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  padding: 0 !important;
  margin: 40px 0 0 0 !important;
  border: none !important;
}
@media print, screen and (min-width: 768px) {
  .wpcf7 .wpcf7-response-output {
    font-size: 1.7rem;
    margin: 47px 0 0 0 !important;
  }
}
@media print, screen and (min-width: 1000px) {
  .wpcf7 .wpcf7-response-output {
    margin: 54px 0 0 0 !important;
  }
}
@media print, screen and (min-width: 1280px) {
  .wpcf7 .wpcf7-response-output {
    font-size: 1.8rem;
    margin: 60px 0 0 0 !important;
  }
}