.clock {
  position: relative;
  width: 66px;
  height: 66px;
  border: 2px solid #ec0101;
  border-radius: 50%;
  background: #fff;
}
.clock::after {
  content: "";
  width: 3px;
  height: 3px;
  background: #ffffff;
  left: calc(50% + 1px);
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50vh;
}

.clock .hand {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform-origin: bottom center;
  transform: translateX(-50%) rotate(var(--rotation));
  border-radius: 50vh;
}

.clock .hand.hour {
  width: 2px;
  height: 16px;
  background: #616161;
}

.clock .hand.minute {
  width: 2px;
  height: 24px;
  background: #616161;
}

.clock .face {
  position: absolute;
  inset: 0;
}

.clock .face .mark {
  position: absolute;
  top: 1px;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #ec0101;
  transform: translateX(-50%);
  transform-origin: bottom center;
}

.clock .face .mark:nth-child(1) {
  transform: translateX(calc(-50% + 1px)) rotate(0deg);
}

.clock .face .mark:nth-child(2) {
  transform: translateX(-50%) rotate(30deg);
}

.clock .face .mark:nth-child(3) {
  transform: translateX(-50%) rotate(60deg);
}

.clock .face .mark:nth-child(4) {
  transform: translateX(-50%) rotate(90deg);
}

.clock .face .mark:nth-child(5) {
  transform: translateX(-50%) rotate(120deg);
}

.clock .face .mark:nth-child(6) {
  transform: translateX(-50%) rotate(150deg);
}

.clock .face .mark:nth-child(7) {
  transform: translateX(-50%) rotate(180deg);
}

.clock .face .mark:nth-child(8) {
  transform: translateX(-50%) rotate(210deg);
}

.clock .face .mark:nth-child(9) {
  transform: translateX(-50%) rotate(240deg);
}

.clock .face .mark:nth-child(10) {
  transform: translateX(-50%) rotate(270deg);
}

.clock .face .mark:nth-child(11) {
  transform: translateX(-50%) rotate(300deg);
}

.clock .face .mark:nth-child(12) {
  transform: translateX(-50%) rotate(330deg);
}

.clock .face::after {
  content: "";
  width: 54px;
  height: 54px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50vh;
}

.hour0 {
  --base-rotation: 0deg;
}

.hour1 {
  --base-rotation: 30deg;
}

.hour2 {
  --base-rotation: 60deg;
}

.hour3 {
  --base-rotation: 90deg;
}

.hour4 {
  --base-rotation: 120deg;
}

.hour5 {
  --base-rotation: 150deg;
}

.hour6 {
  --base-rotation: 180deg;
}

.hour7 {
  --base-rotation: 210deg;
}

.hour8 {
  --base-rotation: 240deg;
}

.hour9 {
  --base-rotation: 270deg;
}

.hour10 {
  --base-rotation: 300deg;
}

.hour11 {
  --base-rotation: 330deg;
}

.hour12 {
  --base-rotation: 0deg;
}

.hour13 {
  --base-rotation: 30deg;
}

.hour14 {
  --base-rotation: 60deg;
}

.hour15 {
  --base-rotation: 90deg;
}

.hour16 {
  --base-rotation: 120deg;
}

.hour17 {
  --base-rotation: 150deg;
}

.hour18 {
  --base-rotation: 180deg;
}

.hour19 {
  --base-rotation: 210deg;
}

.hour20 {
  --base-rotation: 240deg;
}

.hour21 {
  --base-rotation: 270deg;
}

.hour22 {
  --base-rotation: 300deg;
}

.hour23 {
  --base-rotation: 330deg;
}

.clock.minute30 .hand.hour {
  --offset-rotation: 7.5deg;
}

.clock.minute30 .hand.hour {
  --offset-rotation: 15deg;
}

.clock.minute45 .hand.hour {
  --offset-rotation: 22.5deg;
}

.clock.minute50 .hand.hour {
  --offset-rotation: 25deg;
}

.hand.hour {
  transform: rotate(calc(var(--base-rotation) + var(--offset-rotation, 0deg)));
}

.minute.minute0 {
  --rotation: 0deg;
}

.minute.minute15 {
  --rotation: 90deg;
}

.minute.minute30 {
  --rotation: 180deg;
}

.minute.minute45 {
  --rotation: 270deg;
}

.minute.minute50 {
  --rotation: 300deg;
}

.clock.minute30:has(.hand.hour.hour12):has(.hand.minute.minute30) .hand {
  left: calc(50% + 1px);
  bottom: calc(50% + 1px);
}

div.sec1,
.sec2,
.sec3,
.sec4,
.sec5 {
  margin-bottom: 9rem;
}
@media ( max-width: 767.98px) {
  div.sec1,
  .sec2,
  .sec3,
  .sec4,
  .sec5 {
    margin-bottom: 5rem;
  }
}
div.sec1 h2,
.sec2 h2,
.sec3 h2,
.sec4 h2,
.sec5 h2 {
  font-size: 36px;
}
@media (max-width:991.98px) {
  div.sec1 h2,
  .sec2 h2,
  .sec3 h2,
  .sec4 h2,
  .sec5 h2 {
    font-size: 34px;
  }
}
@media ( max-width: 767.98px) {
  div.sec1 h2,
  .sec2 h2,
  .sec3 h2,
  .sec4 h2,
  .sec5 h2 {
    font-size: 32px;
  }
}
@media (max-width:575.98px) {
  div.sec1 h2,
  .sec2 h2,
  .sec3 h2,
  .sec4 h2,
  .sec5 h2 {
    font-size: 24px;
  }
}
div.sec1 h2 span,
.sec2 h2 span,
.sec3 h2 span,
.sec4 h2 span,
.sec5 h2 span {
  color: #ec0101;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.68em;
  display: block;
}
div.sec1 img,
.sec2 img,
.sec3 img,
.sec4 img,
.sec5 img {
  border-radius: 5px;
}
div.sec1 h2{
  font-size: clamp(34px, 4.5vw, 60px);
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 500;
    margin-bottom: 6rem;
}
@media ( max-width: 767.98px) {
  div.sec1 h2{
    margin-bottom: 2rem;
}
}
.sec2 .row {
  position: relative;
  margin-top: 4rem;
}
.sec2 .row .col-md-6:first-child img {
  padding-bottom: 6rem;
  border-radius: 0;
}
@media ( max-width: 767.98px) {
  .sec2 .row .col-md-6:first-child img {
    padding-bottom: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: none;
  }
}
.sec2 .row .col-md-6:last-child {
  position: absolute;
  right: 0;
  width: 60%;
  max-width: none;
  bottom: 0;
}
@media ( max-width: 767.98px) {
  .sec2 .row .col-md-6:last-child {
    position: relative;
    width: 100%;
    margin-top: -4rem;
  }
}
.sec2 ul {
  background: #f4f4f4;
  padding: 2rem 3rem;
  margin-bottom: 0;
}
@media (max-width:991.98px) {
  .sec2 ul {
    padding: 1rem 2rem;
  }
}
@media ( max-width: 767.98px) {
  .sec2 ul {
    padding: 15px 15px;
  }
}
.sec2 ul li {
  position: relative;
  padding-left: 35px;
  list-style: none;
  border-bottom: 1px dashed #ec0101;
  padding: 10px 0 10px 35px;
}
.sec2 ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 8px;
  transform: rotate(50deg);
  width: 10px;
  height: 20px;
  border-right: 2px solid #ec0101;
  border-bottom: 2px solid #ec0101;
}
.sec2 ul li:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ec0101;
  border-radius: 2px;
}

.sec3 {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  background: #f4f4f4;
  padding: 6rem 15px;
}

.schedule {
  background: #fff;
  padding: 4em;
  border-radius: 10px;
}
@media ( max-width: 767.98px) {
  .schedule {
    padding: 3em 15px;
  }
}
.schedule .schedule_item {
  display: flex;
  padding-bottom: 4rem;
  position: relative;
}
@media ( max-width: 767.98px) {
  .schedule .schedule_item {
    padding-bottom: 2rem;
  }
}
.schedule .schedule_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 32px;
  width: 2px;
  height: 100%;
  background-color: #ec0101;
}
.schedule .schedule_item:last-child {
  padding-bottom: 0;
}
.schedule .schedule_item:last-child::before {
  content: none;
}
.schedule .schedule_item .clock {
  margin-right: 15px;
}
.schedule .schedule_item .text_wrap {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.schedule .schedule_item .text_wrap .time {
  flex: 0 0 100px;
}
@media (max-width:991.98px) {
  .schedule .schedule_item .text_wrap .time {
    flex: 0 0 100%;
  }
}
.schedule .schedule_item .text_wrap .time .big {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 14px;
  color: #ec0101;
  line-height: var(--vk-line-height-low);
}
@media (max-width:991.98px) {
  .schedule .schedule_item .text_wrap .time .big {
    margin-bottom: 0;
  }
}
.schedule .schedule_item .text_wrap .text {
  flex: 1;
  margin-top: 14px;
}
.schedule .schedule_item .text_wrap .img {
  flex: 0 0 200px;
  padding-left: 15px;
}
@media (max-width:991.98px) {
  .schedule .schedule_item .text_wrap .img {
    flex: 0 0 150px;
  }
}
@media ( max-width: 767.98px) {
  .schedule .schedule_item .text_wrap .img {
    flex: 0 0 100%;
    padding-left: 0;
  }
}

.sec4 .card {
  border: none;
  border-radius: 0;
}
.sec4 .card h2 {
  background: #00336d;
  color: #fff;
  font-size: 24px;
  padding: 15px;
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
}
@media ( max-width: 767.98px) {
  .sec4 .card h2 {
    font-size: 18px;
  }
}
.sec4 .card .card_body {
  border: 2px solid #00336d;
  padding: 2rem;
  border-radius: 0 0 5px 5px;
}
@media ( max-width: 767.98px) {
  .sec4 .card .card_body {
    padding: 2rem 15px;
  }
}
.sec4 .card .card_body a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media ( max-width: 767.98px) {
  .sec4 .card .card_body a {
    align-items: flex-start;
  }
}
.sec4 .card .card_body a img {
  width: 25%;
  margin-right: 5%;
  height: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media ( max-width: 767.98px) {
  .sec4 .card .card_body a img {
    width: 40%;
  }
}
.sec4 .card .card_body a .text {
  width: 70%;
}
@media ( max-width: 767.98px) {
  .sec4 .card .card_body a .text {
    width: 55%;
  }
  .sec4 .card .card_body a .text h3 {
    font-size: 18px;
  }
}
.sec4 .card .card_body a .text .ttl {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0;
}
@media ( max-width: 767.98px) {
  .sec4 .card .card_body a .text .ttl {
    font-size: 18px;
  }
}

.main-section > div.sec5 {
  margin-bottom: 9rem;
}
@media ( max-width: 767.98px) {
  .main-section > div.sec5 {
    margin-bottom: 5rem;
  }
}

.post-list {
  padding: 0 15px;
  margin-left: -1px;
  margin-right: -1px;
  display: flex;
  flex-wrap: wrap;
}
.post-list .work_item {
  width: 25%;
  padding: 1px;
  display: block;
  position: relative;
}
@media (max-width: 767.98px) {
  .post-list .work_item {
    width: 50%;
  }
}
.post-list .work_item img {
  display: block;
  filter: brightness(0.5) grayscale(1);
  transition: all 0.3s;
  aspect-ratio: 1;
  max-width: none;
  width: 100%;
  border-radius: 0;
}
.post-list .work_item div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
}
.post-list .work_item div p,
.post-list .work_item div span {
  color: #fff;
  text-shadow: 0 0 rgba(0.0.0.0);
}
.post-list .work_item div span {
  font-size: 0.7em;
  line-height: 1.2;
  display: block;
}
.post-list .work_item div p {
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.5;
}
.post-list .work_item div p .small {
  font-size: 0.7em;
  display: block;
}
.post-list .work_item div{
filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.8));
}
.post-list .work_item:hover img {
    filter: brightness(0.8);
}

.archive .post-list {
  padding: 0;
}

.sec5 .post-list {
  padding: 0;
}

/*fqa*/
.is-style-vk_faq-normal .vk_faq_title:before {
  color: #e50000;
}

.is-style-vk_faq-normal .vk_faq_content:before {
  color: #337ab7;
}

.is-style-vk_faq-bgfill-circle .vk_faq_title:before,
.is-style-vk_faq-bgfill-square .vk_faq_title:before,
.is-style-vk_faq-bgfill-rounded .vk_faq_title:before {
  background-color: #e50000;
  color: #fff !important;
}

.is-style-vk_faq-bgfill-circle .vk_faq_content:before,
.is-style-vk_faq-bgfill-square .vk_faq_content:before,
.is-style-vk_faq-bgfill-rounded .vk_faq_content:before {
  background-color: #337ab7;
  color: #fff !important;
}

.is-style-vk_faq-bgfill-circle .vk_faq_title:before,
.is-style-vk_faq-bgfill-circle .vk_faq_content:before,
.is-style-vk_faq-border-circle .vk_faq_title:before,
.is-style-vk_faq-border-circle .vk_faq_content:before {
  border-radius: 50%;
}

.is-style-vk_faq-bgfill-rounded .vk_faq_title:before,
.is-style-vk_faq-bgfill-rounded .vk_faq_content:before,
.is-style-vk_faq-border-rounded .vk_faq_title:before,
.is-style-vk_faq-border-rounded .vk_faq_content:before {
  border-radius: 4px;
}

.is-style-vk_faq-border-circle .vk_faq_title:before,
.is-style-vk_faq-border-square .vk_faq_title:before,
.is-style-vk_faq-border-rounded .vk_faq_title:before {
  border: 1px solid #e50000;
  color: #e50000;
}

.is-style-vk_faq-border-circle .vk_faq_content:before,
.is-style-vk_faq-border-square .vk_faq_content:before,
.is-style-vk_faq-border-rounded .vk_faq_content:before {
  border: 1px solid #337ab7;
  color: #337ab7;
}

.vk_faq {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid var(--vk-color-border);
  padding: 0px 0px 1rem;
  margin: 0 auto 1rem auto;
  width: 100%;
  position: relative;
}

.vk_faq .vk_faq_title {
  border: none;
  padding: 0.8rem 0.8rem 0.8rem 3rem;
  margin: 0;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px dotted var(--vk-color-border);
}

.vk_faq .vk_faq_title:before {
  position: absolute;
  left: 0;
  top: 0.7rem;
  font-weight: 500;
  font-size: 22px;
  line-height: 105%;
  width: 2.1rem;
  height: 2.1rem;
  line-height: 2.1rem;
  text-align: center;
  position: absolute;
  font-family: "Arial", sans-serif;
}

.vk_faq .vk_faq_title p:first-of-type {
  margin-top: 0;
}

.vk_faq .vk_faq_title p:last-child {
  margin-bottom: 0;
}

.vk_faq .vk_faq_title:before {
  content: "Q";
  color: #e50000;
  font-weight: 500;
}

.vk_faq .vk_faq_title p {
  line-height: 1.7;
}

@media (min-width: 768px) {
  .vk_faq .vk_faq_title {
    font-size: 18px;
  }
}
.vk_faq .vk_faq_content {
  border: none;
  padding: 0.8rem 0.8rem 0.8rem 3rem;
  margin: 0;
  position: relative;
  font-weight: normal;
  transition: 0.25s;
}

.vk_faq .vk_faq_content:before {
  position: absolute;
  left: 0;
  top: 0.7rem;
  font-weight: 500;
  font-size: 22px;
  line-height: 105%;
  width: 2.1rem;
  height: 2.1rem;
  line-height: 2.1rem;
  text-align: center;
  position: absolute;
  font-family: "Arial", sans-serif;
}

.vk_faq .vk_faq_content p:first-of-type {
  margin-top: 0;
}

.vk_faq .vk_faq_content p:last-child {
  margin-bottom: 0;
}

.vk_faq .vk_faq_content:before {
  content: "A";
  color: #337ab7;
}

.vk_faq.vk_faq-accordion-close,
.vk_faq.vk_faq-accordion-open {
  padding-bottom: 0;
  margin-bottom: 0;
}

.vk_faq.vk_faq-accordion-close .vk_faq-body,
.vk_faq.vk_faq-accordion-open .vk_faq-body {
  margin-top: 0;
  margin-bottom: 0;
}

.vk_faq.vk_faq-accordion-close .vk_faq_title,
.vk_faq.vk_faq-accordion-open .vk_faq_title {
  padding-right: 2rem;
}

@media (min-width: 768px) {
  .vk_faq.vk_faq-accordion-close .vk_faq_title,
  .vk_faq.vk_faq-accordion-open .vk_faq_title {
    padding-right: 2.5rem;
  }
}
.vk_faq.vk_faq-accordion-close .vk_faq_title::after,
.vk_faq.vk_faq-accordion-open .vk_faq_title::after {
  position: absolute;
  top: 50%;
  right: unset;
  right: 2.5rem;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  transition: border-color 0.3s ease, transform 0.6s ease;
}

.vk_faq.vk_faq-accordion-close .vk_faq_title {
  border-bottom: none;
}

.vk_faq.vk_faq-accordion-close .vk_faq_title::after {
  transform: translate(32px, -5px) rotate(135deg);
}

.vk_faq.vk_faq-accordion-open .vk_faq_title::after {
  transform: translate(32px, -2px) rotate(-45deg);
}

.vk_faq.vk_faq-accordion .vk_faq_title {
  cursor: pointer;
}

.vk_faq .vk_faq_content-accordion-open {
  height: auto;
  overflow: hidden;
  opacity: 1;
  transition: 0.25s;
  margin-bottom: 10px;
}

.vk_faq .vk_faq_content-accordion-close {
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.about h2 {
  font-size: 36px;
  margin: 0;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .about h2 {
    font-size: 34px;
    width: 240px;
  }
}
@media (max-width: 767.98px) {
  .about h2 {
    font-size: 32px;
    margin-bottom: 1em;
  }
}
@media (max-width: 575.98px) {
  .about h2 {
    font-size: 24px;
    text-align: center;
    width: 100%;
  }
}
.about h2 span {
  color: #ec0101;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.68em;
  display: block;
}
.about .plant-list {
  margin-bottom: 9rem;
}
@media ( max-width: 767.98px) {
  .about .plant-list {
    margin-bottom: 5rem;
  }
}
.about .plant-list .tab-area {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
.about .plant-list .tab-area .tab {
  width: calc(25% - 10px);
  border: 2px solid #f4f4f4;
  text-align: center;
  padding: 8px 5px;
  cursor: pointer;
  margin: 0 5px 5px;
  background: #f4f4f4;
  z-index: 1;
  color: #313131;
}
.about .plant-list .tab-area .tab.active {
  color: #fff;
  background: #ec0101;
  border-color: #ec0101;
}
.about .plant-list .content-area {
  margin-top: 4rem;
}
@media ( max-width: 767.98px) {
  .about .plant-list .content-area {
    margin-top: 2rem;
  }
}
.about .plant-list .content-area .content {
  /* display: none; */
  margin-bottom: 4rem;
}
.about .plant-list .content-area .content h3 {
  padding-bottom: 10px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.about .plant-list .content-area .content h3::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #ec0101;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about .plant-list .content-area .content table {
  margin-bottom: 2rem;
}
@media ( max-width: 767.98px) {
  .about .plant-list .content-area .content table {
    margin-bottom: 2rem;
  }
}
.about .plant-list .content-area .content table th {
  background: var(--wp--preset--color--bg-secondary, rgba(0, 0, 0, 0.05));
  width: 25%;
}
.about .plant-list .content-area .content table td,
.about .plant-list .content-area .content table th {
  padding: 1em;
  border: 1px solid var(--wp--preset--color--bg-secondary, rgba(0, 0, 0, 0.05));
}
@media ( max-width: 767.98px) {
  .about .plant-list .content-area .content table td,
  .about .plant-list .content-area .content table th {
    width: 100%;
    display: block;
  }
}
.about .plant-list .content-area .content img {
  max-width: none;
  width: 100%;
}
.about .plant-list .content-area .content.show {
  display: block;
}
@media (max-width: 768px) {
  .about .plant-list .tab-area .tab {
    width: calc(33.3333333333% - 2px);
    margin: 1px;
  }
  .about .plant-list .tab-area .tab:first-child {
    width: calc(100% - 2px);
  }
}

.culture .full-wide {
  background: #f4f4f4;
  padding: 6rem 15px;
  position: relative;
}
.culture .full-wide .container {
  margin: 30px auto 0;
  padding: 0 15px;
}
.culture .full-wide::after {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  height: 6em;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: #fff;
}
.culture .en.h2 {
  color: #ec0101;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 56px;
  margin-bottom: 0;
}
.culture .en.h2 span {
  font-family: "Roboto Condensed", sans-serif;
}
.culture .full-wide h2 {
  font-size: 25px;
  color: #313131;
  font-weight: bold;
  margin-bottom: 45px;
  margin-top: 0;
  text-align: left;
}
.culture .company-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 870px;
  margin: 0 auto 9rem;
}
.culture .stat-card {
  border: 2px solid #ec0101;
  border-radius: 5px;
  padding: 20px 15px;
  text-align: center;
  background: #fff;
  width: calc(33.3333333333% - 5px);
  margin-bottom: 10px;
  aspect-ratio: 2/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}
@media (max-width:991.98px) {
  .culture .stat-card {
    padding: 20px 15px 5px;
    width: calc(50% - 4px);
    margin-bottom: 10px;
  }
}
.culture .stat-card .flex {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
@media ( max-width: 767.98px) {
  .culture .stat-card .flex {
    flex-direction: column;
  }
}
.culture .stat-card img {
  display: block;
  margin: 0 15px 0 0;
  width: 35%;
}
@media ( max-width: 767.98px) {
  .culture .stat-card img {
    margin: 0 auto;
    width: 60%;
  }
}
.culture .stat-card__header {
  display: inline-block;
  background-color: #ec0101;
  color: #fff;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1;
}
@media ( max-width: 767.98px) {
  .culture .stat-card__header {
    padding: 4px 13px;
  }
}
.culture .text {
  flex: 1;
}
.culture .stat-card__value {
  color: #ec0101;
  line-height: 1;
  font-weight: bold;
  flex: 1;
  font-size: 20px;
}
.culture .stat-card__value .big {
  font-size: 3em;
  font-family: "Roboto Condensed", sans-serif;
}
.culture .stat-card__value .middle {
  font-size: 2em;
  font-family: "Roboto Condensed", sans-serif;
}
.culture .stat-card__gender {
  display: flex;
  justify-content: space-around;
  font-size: 14px;
  color: #ec0101;
  margin-bottom: -10px;
}
.culture h3 {
  padding-bottom: 10px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.culture h3::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #ec0101;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.culture table {
  margin-bottom: 2rem;
}
@media ( max-width: 767.98px) {
  .culture table {
    margin-bottom: 2rem;
  }
}
.culture table th {
  background: var(--wp--preset--color--bg-secondary, rgba(0, 0, 0, 0.05));
  width: 25%;
}
.culture table td,
.culture table th {
  padding: 1em;
  border: 1px solid var(--wp--preset--color--bg-secondary, rgba(0, 0, 0, 0.05));
}
@media ( max-width: 767.98px) {
  .culture table td,
  .culture table th {
    width: 100%;
    display: block;
  }
}
.culture h2 {
  font-size: 36px;
  width: 270px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .culture h2 {
    font-size: 34px;
    width: 240px;
  }
}
@media (max-width: 767.98px) {
  .culture h2 {
    font-size: 32px;
    margin-bottom: 1em;
  }
}
@media (max-width: 575.98px) {
  .culture h2 {
    font-size: 24px;
    text-align: center;
    width: 100%;
  }
}
.culture h2 span {
  color: #ec0101;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.68em;
  display: block;
}

.message .catch {
  margin-bottom: 2rem;
}

.message .catch h2 {
  font-size: 36px;
  margin: 0;
}
.message .catch h2 span {
  color: #313131;
}
@media (max-width: 991.98px) {
  .message .catch h2 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .message .catch h2 {
    font-size: 32px;
    margin-bottom: 1em;
  }
}
@media (max-width: 575.98px) {
  .message .catch h2 {
    font-size: 24px;
    text-align: center;
    width: 100%;
  }
}
.message .catch span.en {
  font-size: 1.53rem;
  display: block;
  font-weight: bold;
}
.message img {
  border-radius: 20px;
}
.message .text .text-right .big {
  display: block;
  font-size: 2em;
  font-weight: bold;
}

.company h2 {
  font-size: 36px;
  margin: 0;
}
.company h2 span {
  color: #ec0101;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.68em;
  display: block;
}
@media (max-width: 991.98px) {
  .company h2 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .company h2 {
    font-size: 32px;
    margin-bottom: 1em;
  }
}
@media (max-width: 575.98px) {
  .company h2 {
    font-size: 24px;
    text-align: center;
    width: 100%;
  }
}
.accordion{
  text-align: left;
}
.accordion-content {
  display: none;
  padding: 12px 20px;
}
.accordion-header {
  background-color: #FFF;
  padding: 12px 45px 10px 15px;
  margin: 10px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}
.accordion-header.active{
      background: #ec0101;
    color: #fff;
}
.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#151E2F;
}
.accordion-header.active::before,
.accordion-header.active::after,
.accordion-header:hover::before,
.accordion-header:hover::after{
 background: #fff;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
    background-color: #FFF;
    padding: 2rem 15px;
}

.accordion-header span,
.accordion-content p{
  /* padding-left: 25px; */
  position: relative;
}


/* hover */
.accordion-header:hover {
  background-color: #ec0101;
  color: #fff;
}
.accordion-content .wp-block-table{
margin-bottom: 0;
}

.page-id-32 #breadcrumb {
    margin-bottom: -80px;
}
.page-id-32 .site-body{
  padding-top: 0;
}
.job-description h3{
padding-bottom: 10px;
    position: relative;
    -webkit-font-smoothing: antialiased;
}
.job-description h3::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #ec0101;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.job-description .full-wide {
  background: #f4f4f4;
  padding: 6rem 0;
  position: relative;
margin: 6rem calc(50% - 50vw);
}
@media (max-width: 767.98px) {
  .job-description .full-wide {
  padding:4rem 0;
margin: 4rem calc(50% - 50vw);
}
}
.job-description .full-wide .container {
  margin: 30px auto 0;
  padding: 0 15px;
}
.job-description table th {
  background: var(--wp--preset--color--bg-secondary, rgba(0, 0, 0, 0.05));
  width: 25%;
}
.job-description table td,
.job-description table th {
  padding: 1em;
  border: 1px solid var(--wp--preset--color--bg-secondary, rgba(0, 0, 0, 0.05));
}
@media ( max-width: 767.98px) {
  .job-description table td,
  .job-description table th {
    width: 100%;
    display: block;
  }
}
input[type=button], input[type=submit] {
    -webkit-box-sizing: border-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    font-size: 1.3rem;
    border: 1px solid var(--vk-color-primary-dark);
    background-color: var(--vk-color-primary);
    color: #fff;
    padding: .5em 2em;
    border-radius: var(--vk-size-radius);
    display: block;
    width: 100%;
    margin-top: 2em;
}
#contact .row {
  align-items: center;
  font-size: 14px;
  margin: 0;
  border-bottom: 1px solid rgba(97, 97, 97, 0.6);
}
@media (max-width: 767.98px) {
  #contact .row {
    padding: 20px 0;
  }
}
#contact .row .col-12,
#contact .row .col-6,
#contact .row .col-4,
#contact .row .col-5,
#contact .row .col-3 {
  padding: 20px 0;
}
@media (max-width: 767.98px) {
  #contact .row .col-12,
  #contact .row .col-6,
  #contact .row .col-4,
  #contact .row .col-5,
  #contact .row .col-3,
  #contact .row .col-2 {
    padding: 5px 0;
  }
}
#contact .row .col-12 .row,
#contact .row .col-6 .row,
#contact .row .col-4 .row,
#contact .row .col-5 .row,
#contact .row .col-3 .row {
  margin: 0;
  border: none;
}
@media (max-width: 767.98px) {
  #contact .row .col-12 .row,
  #contact .row .col-6 .row,
  #contact .row .col-4 .row,
  #contact .row .col-5 .row,
  #contact .row .col-3 .row {
    padding: 0;
  }
}
#contact .row .col-12 .row .col-12,
#contact .row .col-6 .row .col-12,
#contact .row .col-4 .row .col-12,
#contact .row .col-5 .row .col-12,
#contact .row .col-3 .row .col-12 {
  padding: 0;
}
@media (max-width: 767.98px) {
  #contact .row .col-12 .row .col-12,
  #contact .row .col-6 .row .col-12,
  #contact .row .col-4 .row .col-12,
  #contact .row .col-5 .row .col-12,
  #contact .row .col-3 .row .col-12 {
    padding: 5px 0;
  }
}
#contact .row .col-12 .row .text-md-right,
#contact .row .col-6 .row .text-md-right,
#contact .row .col-4 .row .text-md-right,
#contact .row .col-5 .row .text-md-right,
#contact .row .col-3 .row .text-md-right {
  padding-right: 20px;
}
#contact .row .required {
  display: inline-block;
  background: #666;
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 12px;
}
#contact input[type=date],
#contact input[type=email],
#contact input[type=number],
#contact input[type=password],
#contact input[type=tel],
#contact input[type=text],
#contact input[type=url],
#contact select,
#contact textarea {
  margin-bottom: 0;
  border: none;
  background: #ececec;
}
#contact input[type=submit] {
  padding: 1em 3em;
  display: block;
  margin: 3em auto 2em;
color: #ffffff;
    border: 2px solid;
    background: #ec0101;
  border-radius: 50vh;
  transition: all 0.3s;
}
#contact input[type=submit]:not(:disabled):hover {
  color: #333;
  cursor: pointer;
  background-color: #fff;
}
#contact .contact-wrap {
  padding: 20px 50px;
  border: 1px solid rgba(97, 97, 97, 0.6);
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  #contact .contact-wrap {
    padding: 20px 20px;
  }
}
#contact input.confirm_button {
  padding: 1em 3em;
  display: block;
  margin: 3em auto 2em;
    border: 2px solid;
    background: #ec0101;
  border-radius: 50vh;
  transition: all 0.3s;
  border-radius: 50vh;
  transition: all 0.3s;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
#contact input.confirm_button:disabled {
  opacity: 0.7;
}
#contact input.confirm_button:not(:disabled):hover {
  color: #333;
  cursor: pointer;
  background-color: #fff;
}
input[type=button]{
  max-width: 720px;
  margin: 0 auto;
  border-radius: 50vh;
  background-color: #00336d;
}
input[type=button]:not(:disabled):hover {
    color: #333;
    cursor: pointer;
    background-color: #fff;
}