@charset "UTF-8";
::-moz-placeholder {
  color: #cccccc;
}
::placeholder {
  color: #cccccc;
}

.page-head {
  display: grid;
  place-content: center;
  place-items: center;
  min-height: 11.25em;
  color: #fff;
  text-align: center;
  background: linear-gradient(to right ,#EF7F11,#F4BE5A);
}
.page-head hgroup h1 {
  font-size: 1.75em;
  font-weight: bold;
}
.page-head hgroup p {
  margin-top: 0.5em;
  font-family: 'Outfit';
  letter-spacing: 0;
}

.breadcrumb {
  width: 100%;
  max-width: 1260px;
  padding: 0.25em 20px;
  color: #777;
  font-size: 0.85em;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb ul > li:has(a) {
  display: flex;
  align-items: center;
}
.breadcrumb ul > li:has(a):after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.3em;
  height: 0.3em;
  margin: 0.25em 0.75em 0 0.5em;
  border-top: 1px solid #a9b0b7;
  border-right: 1px solid #a9b0b7;
  rotate: 45deg;
}
.breadcrumb ul > li > * {
  line-height: 1em;
}
.breadcrumb ul > li a {
  transition: color 0.1s;
}
.breadcrumb ul > li a:hover {
  color: #333;
}

.contactIntroduction {
  background-color: #fff;
}
.contactIntroduction__tel > p {
  font-size: 0.9375em;
}
.contactIntroduction__tel .tel {
  font-size: 2em;
}
.contactIntroduction__tel dl {
  font-size: 0.8125em;
}
.contactIntroduction__link {
  flex-grow: 1;
}
.contactIntroduction__link li a {
  gap: 1em;
  width: 100%;
  height: 100%;
  min-height: 11rem;
  padding: 1em 1em 1em 2.5em;
  border: 1px solid #EF7F11;
}

.pagination {
  margin-top: 4.5em;
  padding-top: 3em;
  border-top: 1px solid #e1e6ea;
}
.pagination ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
  justify-content: center;
  font-family: 'Outfit';
  font-size: 1.25em;
}
.pagination ul > li > * {
  display: grid;
  place-content: center;
  place-items: center;
  width: 1.5em;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.pagination ul > li .current {
  color: #EF7F11;
}
.pagination ul > li .prev,
.pagination ul > li .next {
  background: #333;
}
.pagination ul > li .prev::before,
.pagination ul > li .next::before {
  content: "";
  display: block;
  width: 0.3em;
  rotate: 45deg;
  aspect-ratio: 1/1;
}
.pagination ul > li .prev {
  margin-right: 1.25em;
}
.pagination ul > li .prev:before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  translate: 25% 0;
}
.pagination ul > li .next {
  margin-left: 1.25em;
}
.pagination ul > li .next:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  translate: -25% 0;
}

.page-introduction {
  line-height: 2.5em;
}

.article__search {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 1020px) {
  .article__search .search-keyword form {
    align-items: stretch;
    flex-direction: column;
  }
}
.article__search .search-keyword label {
  display: flex;
  justify-content: flex-start;
  gap: 0.5em;
  margin-right: 1em;
  text-align: left;
}
.article__search .search-keyword label svg {
  flex-shrink: 0;
}
.article__search .search-tag {
  margin-top: 2em;
  font-size: 0.875em;
}
@media (min-width: 1020.1px) {
  .article__search .search-tag {
    padding-left: 9em;
  }
}
.article__list {
  align-items: flex-start;
}
.article__list .newsStl01 {
  padding-bottom: 2em;
}

body:has(aside) {
  display: flex;
  flex-wrap: wrap;
  gap: 2em 4%;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1020px) {
  body:has(aside) {
    flex-direction: column;
  }
}
@media (min-width: 1020.1px) {
  body:has(aside) > main {
    flex-basis: 870px;
    max-width: 67%;
  }
}
@media (max-width: 1020px) {
  body:has(aside) > main {
    width: 100%;
  }
}
body:has(aside) > main .breadcrumb {
  padding: 0.25em 0;
}
@media (max-width: 1020px) {
  body:has(aside) > main .breadcrumb {
    padding: 0.25em 2em;
  }
}
@media (min-width: 1020.1px) {
  body:has(aside) > aside {
    flex-basis: 250;
    max-width: 19.4%;
  }
}
@media (max-width: 1020px) {
  body:has(aside) > aside {
    width: 100%;
  }
}
body:has(aside) footer {
  width: 100%;
}

article:has(.post) .news-date {
  font-size: 1.125em;
}
@media (max-width: 1020px) {
  article:has(.post) {
    padding: 3em 2em;
  }
}
article .post a {
  color: #EF7F11;
}
article .post a:not(:hover) {
  text-decoration: underline;
}

.articleLink {
  display: grid;
  align-items: center;
  grid-template-columns: 10.5em 1fr 10.5em;
  border-top: 1px solid #e1e6ea;
  border-bottom: 1px solid #e1e6ea;
}
@media (max-width: 1020px) {
  .articleLink {
    gap: 2em 1em;
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    padding: 2em 1em;
  }
}
.articleLinkprev .arrow::before {
  border-top: none;
  border-right: none;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  translate: 10% 0;
}
.articleLink__next {
  grid-column: 3;
}
@media (max-width: 1020px) {
  .articleLink__next {
    grid-column: 2;
  }
}
.articleLink__list {
  grid-row: 1;
  grid-column: 2;
  margin-inline: auto;
}
@media (max-width: 1020px) {
  .articleLink__list {
    grid-column: 1/-1;
    grid-row: 2;
  }
}

@media (max-width: 1020px) {
  aside {
    padding: 0 2em;
  }
}
aside .search-keyword {
  margin-bottom: 1.5em;
}
aside .search-keyword form {
  align-items: flex-start;
  flex-direction: column;
  gap: 0.5em;
}
aside .search-keyword form label {
  display: flex;
  align-items: center;
}

.aside__link li + li {
  margin-top: 0.5em;
}
.aside__ranking dt {
  font-size: 1.25em;
}
.aside__ranking dt a {
  padding: 0.75em 0;
  gap: 0.5em;
}
.aside__ranking dt a svg {
  flex-shrink: 0;
  fill: #EF7F11;
}
.aside__ranking dt a .jp {
  font-size: 0.6em;
}
.aside__ranking dt a .arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  margin-left: auto;
  flex-shrink: 0;
  background: currentColor;
  border-radius: 50%;
}
.aside__ranking dt a .arrow::before {
  content: "";
  display: block;
  width: 22%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  aspect-ratio: 1/1;
  rotate: 45deg;
  translate: -25% 0;
  transition: border-color 0.3s;
}
.aside__ranking dd .article__list {
  counter-reset: asideRanking;
}
.aside__ranking dd .article__list > li {
  position: relative;
  display: grid;
  grid-template-columns: 42.36% 51%;
  grid-template-rows: auto 1fr auto;
  justify-content: space-between;
  padding: 1em 0;
  font-size: 0.875em;
  border-top: 1px solid #ddd;
}
.aside__ranking dd .article__list > li:last-of-type {
  border-bottom: 1px solid #ddd;
}
.aside__ranking dd .article__list > li::before {
  content: counter(asideRanking);
  position: absolute;
  top: 0.5em;
  left: 0;
  z-index: 1;
  display: grid;
  place-content: center;
  width: 1.75em;
  height: 1.75em;
  color: #fff;
  font-family: 'Outfit';
  font-weight: bold;
  counter-increment: asideRanking;
  background: #8c7351;
  border-radius: 50%;
  pointer-events: none;
}
.aside__ranking dd .article__list > li:first-of-type::before {
  background: #9b9461;
}
.aside__ranking dd .article__list > li:nth-of-type(2)::before {
  background: #a3afae;
}
.aside__ranking dd .article__list > li .news-thumbnail {
  grid-row: 1/3;
  margin-left: 0.5em;
}
.aside__ranking dd .article__list > li .news-tag {
  gap: 0.25em;
  font-size: 0.7857em;
}
.aside__ranking dd .article__list > li .news-tag li a {
  padding: 0.3em 0.75em;
}
.aside__ranking dd .article__list > li .news-title {
  grid-column: 1/-1;
  margin-top: 1em;
  padding-right: 2em;
}
.aside__ranking dd .article__list > li .arrow {
  right: 0.5em;
  bottom: 1em;
}

.contact-page__address {
  display: grid;
  align-items: center;
  grid-template-columns: 30% 1fr;
  min-height: 140px;
  border: 1px solid #ddd;
}
@media (max-width: 1020px) {
  .contact-page__address {
    grid-template-columns: 100%;
  }
}
.contact-page__address > p {
  height: 100%;
  padding: 1em;
}
@media (min-width: 1020.1px) {
  .contact-page__address > p {
    border-right: 1px solid #ddd;
  }
}
@media (max-width: 1020px) {
  .contact-page__address > p {
    border-bottom: 1px solid #ddd;
  }
}
.contact-page__address address {
  padding: 1.5em 1em;
}
.contact-page__address address a {
  font-size: 2.5em;
}
@media (max-width: 1020px) {
  .contact-page__address address a {
    font-size: 1.7em;
  }
}
.contact-page__address address dl {
  font-size: 0.8em;
}

.contactForm {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 12em 1fr;
}
@media (min-width: 1020.1px) {
  .contactForm {
    gap: 1.25em;
  }
}
@media (max-width: 1020px) {
  .contactForm {
    grid-template-columns: 100%;
  }
}
.contactForm dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  font-weight: normal;
}
.contactForm dt.required::after {
  content: "必須";
  display: block;
  padding: 0.35em 0.35em;
  color: #fff;
  font-size: 0.8125em;
  line-height: 1em;
  background: #EF7F11;
}
.contactForm dd input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  min-height: 50px;
  border-radius: 5px;
}
@media (max-width: 1020px) {
  .contactForm dd:not(:last-of-type) {
    margin-bottom: 1em;
  }
}

.fc_wht .contactForm .required::after {
  background: #333;
}
.fc_wht input[type=checkbox]:checked + span:before {
  background: #fff;
}
.fc_wht input[type=checkbox]:checked + span::after {
  border-color: #EF7F11;
}

.mailmagazineForm {
  margin-bottom: -1px;
  background: linear-gradient(#fff 50%, #eff2f4 50%);
}
.mailmagazineForm input:not([type=submit]) {
  color: #333;
}
.mailmagazineForm .bk_gld {
  padding-right: 1em;
  padding-left: 1em;
}
@media (max-width: 1020px) {
  .mailmagazineBacknumber__list {
    font-size: 0.8em;
  }
}
.mailmagazineBacknumber__list li:not(:first-of-type) {
  margin-top: 1.2em;
}
.mailmagazineBacknumber__list li dl {
  display: grid;
  gap: 1em;
  grid-template-columns: 4em 9em 1fr;
}
@media (max-width: 1020px) {
  .mailmagazineBacknumber__list li dl {
    gap: 0.5em;
    grid-template-columns: 3.5em 6em 1fr;
  }
}
.mailmagazineBacknumber__list li dl dt {
  font-weight: normal;
}
.mailmagazineBacknumber__list li dl dd p + p {
  margin-top: 1.2em;
}

.about-page__introduction__image {
  max-width: 50%;
  flex-shrink: 0;
}
@media (max-width: 1020px) {
  .about-page__introduction__image {
    max-width: 100%;
  }
}
.about-page__point {
  counter-reset: about;
}
.about-page__point > * {
  padding: 2.5em 2em;
  background: #fff;
  border-radius: 1rem;
}
.about-page__point__title {
  display: flex;
  align-items: center;
  gap: 1.2em;
  margin-bottom: 1.85em;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.9em;
}
.about-page__point__title::before {
  content: counter(about, decimal-leading-zero);
  font-family: 'Outfit';
  font-size: 2.3809em;
  font-weight: normal;
  line-height: 1em;
  counter-increment: about;
  background: linear-gradient(to right ,#EF7F11,#F4BE5A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-page__point__image {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}
.about-page__point__details {
  margin-top: 2.5em;
  line-height: 2em;
}

.makerList__logo {
  display: grid;
  gap: 1.75em 1.25em;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  text-align: center;
}
.makerList__logo li * {
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
}
.makerList__logo li * img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.aboutComments__title {
  position: relative;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.75em;
}
.aboutComments__title:after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  place-items: center;
  color: #fff;
  font-size: 1.5em;
}
.aboutComments__title span {
  position: relative;
  z-index: 1;
}
.aboutComments__text p {
  line-height: 2.625em;
}
.aboutComments__text p em {
  font-style: 1.25em;
}
.aboutComments__text p + p {
  margin-top: 2.625em;
}

@media (min-width: 1020.1px) {
  .informationStl01 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 3.75em;
         column-gap: 3.75em;
  }
}
.informationStl01 > div {
  display: grid;
  padding: 1.2em 0 1em;
  grid-template-columns: 8em 1fr;
  border-bottom: 1px solid #ddd;
}
.informationStl01 > div > * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.informationStl01 > div > dd > dl dd + dt {
  margin-top: 1.5em;
}

.catalog__companyName {
  margin-bottom: 2.25em;
  padding: 0.75em 1.25em;
  font-weight: bold;
  background: #eff2f4;
}
@media (max-width: 1020px) {
  .catalog__list {
    font-size: 0.85em;
  }
}
.catalog__list > li a {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  border-bottom: 1px solid #ddd;
}
.catalog__list > li a > span {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 1em 1.5em 1em 0;
  font-weight: bold;
}
.catalog__list > li a > span:not(.notPdf) {
  background: url(../images/ico_acrobat.svg) no-repeat center right/1em;
}
.catalog__list > li a > span .arrow {
  display: grid;
  flex-shrink: 0;
  place-content: center;
  place-items: center;
  width: 1em;
  background: #333;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.catalog__list > li a > span .arrow::before {
  content: "";
  display: block;
  width: 0.25em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  aspect-ratio: 1/1;
  rotate: 45deg;
  translate: -20% 0;
}/*# sourceMappingURL=lower.css.map */