@charset "UTF-8";
.breadcrumb .inner > span span:last-of-type a::after {
  content: "";
}

.mw_wp_form_confirm .required {
  display: none !important;
}

.mw_wp_form_confirm .request-block__check {
  display: none;
}

.careers-show {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.about-list__box,
.about-list__option {
  margin-bottom: 80px;
}

.about-list__team-list {
  font-size: 1.6rem;
  line-height: 1.5;
}

.normal-ttl {
  margin-bottom: 20px;
}
h3.normal-ttl {
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
}
h4.normal-ttl {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
}
.page-terms .text-block {
  margin-bottom: 20px;
}
.page-terms .text-block p {
    font-size: 1.6rem;
    line-height: 1.6;
}
.page-terms .inner > * + h3 {
  margin-top: 60px;
}
.normal-list li {
  font-size: 1.6rem;
  line-height: 1.6;
}
ol.normal-list li {
  position: relative;
  counter-increment: item;
  margin: .5em 0;
  padding-left: 40px;
}
ol.normal-list  li::before {
  content: counters(item, ".") ".";
  position: absolute;
  left: 0;
  width: 1.5em;
  text-align: right;
}
ol > li > ol.child {
  counter-reset: item;   /* ネストごとに item をリセット */
  margin-top: .5em;
}

ul.normal-list li {
  position: relative;
  counter-increment: item;
  margin: .5em 0;
  padding-left: 1em;
}
ul.normal-list  li::before {
  content: '・';
  position: absolute;
  left: 0;
  width: 1em;
}

.sec-resources .product-library {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec-resources .product-library .product-library__item {
    width: calc(100% - 310px);
    max-width: 860px;
}
.sec-resources .product-library .product-library__item .news-list--02 a p {
    padding-left: 31px;
    width: calc(100% - 118px);
}
.btns-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.btns-wrap a {
  margin: 0;
}
.btns-wrap a + a {
  margin-left: 40px;
}

.img-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width:834px) {
  .about-list__box,
  .about-list__option {
    margin-bottom: 40px;
  }  
  .sec-resources .product-library .product-library__item {
    width: 100%;
    max-width: 100%;
  }
}

.country-selector.weglot-default {
  z-index: 9999;
  background-color: #fff;
  position: fixed;
  inset: auto 2% 2% auto;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 1.5rem;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.country-selector.weglot-inline.weglot-default {
  bottom: 20px;
}
.country-selector.weglot-inline ul {
  margin-left: 10px;
}
.country-selector a {
  font-size: 1.5rem;
}