.c-hero {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-hero {
    max-width: 1190px;
  }
}
@media screen and (min-width: 768px) {
  .c-hero--full {
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .c-hero--full picture {
    max-width: none !important;
    width: 100% !important;
  }
  .c-hero--full picture img {
    max-width: none !important;
    width: 100% !important;
  }
}
.c-hero picture {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-hero picture {
    width: auto;
    max-width: 100%;
  }
}
.c-hero picture img {
  inline-size: 100%;
  block-size: auto;
}.l-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
}.c-lead {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-lead p {
  font-size: 12px;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-lead p {
    font-size: 16px;
    line-height: 2;
  }
}
.c-lead picture {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-lead picture {
    width: auto;
    max-width: 100%;
  }
}.l-lead {
  display: flex;
  flex-direction: column;
  align-items: center;
}.c-allbtn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-allbtn__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 310px;
  max-width: calc(100% - 20px);
}
@media screen and (min-width: 768px) {
  .c-allbtn__link {
    min-width: 380px;
    max-width: 560px;
  }
  .c-allbtn__link:hover {
    text-decoration: none;
    opacity: 0.6;
  }
}
.c-allbtn__label {
  display: inline-grid;
  grid-template-columns: 1fr;
  min-width: 320px;
  max-width: 100%;
  min-height: 48px;
  padding: 10px 20px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .c-allbtn__label {
    min-height: 64px;
    transition: 0.2s;
  }
}
.c-allbtn__txt {
  color: #111;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 1.4px;
}
.c-allbtn picture {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-allbtn picture {
    width: auto;
    max-width: 100%;
  }
}.c-anchor {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-anchor:not([class*=is-]), .c-anchor.is-active {
    transition: opacity 0.4s;
  }
  .c-anchor:hover img {
    opacity: 0.7;
    cursor: pointer;
  }
}
.c-anchor__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .c-anchor__link {
    transition: 0.2s;
  }
  .c-anchor__link:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.c-anchor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-anchor__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 12px;
  line-height: 1.4;
}.l-anchor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 12px;
  padding-inline: 18px;
}
@media screen and (min-width: 768px) {
  .l-anchor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .l-anchor > .c-anchor {
    flex: 0 0 190px;
  }
}.c-smart-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-smart-ttl p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .c-smart-ttl p {
    font-size: 28px;
    font-weight: 500;
    line-height: 2;
  }
}
.c-smart-ttl img {
  width: 100%;
  height: auto;
}.c-smart-img {
  width: 100%;
}
.c-smart-img picture {
  display: block;
  width: 100%;
}
.c-smart-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.c-smart-img .list_search-result {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-smart-img .list_search-result .block_item {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .c-smart-img .list_search-result .block_item {
    width: 460px;
  }
  .c-smart-img .list_search-result .block_item .search-result__item--photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}.c-smart-lead {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-smart-lead p {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-smart-lead p {
    font-size: 18px;
  }
}
.c-smart-lead img {
  width: 100%;
  height: auto;
}.l-smart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  inline-size: 100%;
  overflow: hidden;
}
.l-smart + .l-smart {
  margin-block-start: 80px;
}
@media screen and (min-width: 768px) {
  .l-smart + .l-smart {
    margin-block-start: 150px;
  }
}
.l-smart.is-bg {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .l-smart.is-bg {
    padding: 80px 0;
  }
}
.l-smart.is-bg + .l-smart.is-bg {
  margin-block-start: 0;
}
.l-smart__ttl {
  padding-inline: 3%;
  box-sizing: border-box;
}
.l-smart__lead {
  padding-inline: 3%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .l-smart__items .list_search-result {
    width: 1225px;
  }
}.t-smart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  inline-size: 100%;
}
@media screen and (min-width: 768px) {
  .t-smart {
    gap: 50px;
  }
}
.t-smart__hero {
  inline-size: 100%;
}
.t-smart__lead {
  padding-inline: 3%;
  box-sizing: border-box;
}
.t-smart__anchor {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.t-smart__cnt {
  margin-block-start: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  inline-size: 100%;
}
@media screen and (min-width: 768px) {
  .t-smart__cnt {
    margin-block-start: 50px;
  }
}.l-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  inline-size: 100%;
  overflow: hidden;
}
.l-product.is-bg {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .l-product.is-bg {
    padding: 80px 0;
  }
}
.l-product__items {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-product__items .list_search-result {
    inline-size: auto;
    max-inline-size: 1190px;
    margin: 0;
    display: grid;
    gap: 20px;
    justify-self: center;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .l-product__items .list_search-result .block_item {
    inline-size: auto;
    max-inline-size: 210px;
    margin: 0;
  }
}.contents-area {
  padding-bottom: 80px;
}

.t-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  inline-size: 100%;
}
@media screen and (min-width: 768px) {
  .t-product {
    gap: 90px;
  }
}
.t-product__hero {
  inline-size: 100%;
}
.t-product__lead {
  padding-inline: 3%;
  box-sizing: border-box;
}
.t-product__cnt {
  margin-block-start: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  inline-size: 100%;
}
@media screen and (min-width: 768px) {
  .t-product__cnt {
    margin-block-start: 0;
    gap: 100px;
  }
}.c-free-img {
  width: var(--sp-width, 100%);
}
@media screen and (min-width: 768px) {
  .c-free-img {
    width: var(--pc-width, 100%);
  }
}
.c-free-img picture {
  display: block;
  width: 100%;
}
.c-free-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}.c-free-mv {
  width: var(--sp-width, 100%);
}
@media screen and (min-width: 768px) {
  .c-free-mv {
    width: var(--pc-width, 100%);
  }
}
.c-free-mv__inner {
  width: 100%;
}
.c-free-mv__inner iframe {
  display: block;
  width: 100%;
}
.c-free-mv.is-h .c-free-mv__inner iframe {
  aspect-ratio: 16/9;
  height: auto;
}
.c-free-mv.is-v .c-free-mv__inner iframe {
  aspect-ratio: 9/16;
  height: auto;
}.t-free {
  display: flex;
  flex-direction: column;
  align-items: center;
  inline-size: 100%;
}
.t-free__item {
  margin-block-start: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  inline-size: 100%;
}
.t-free__item.is-item {
  margin-block-start: 40px;
}.l-news {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-inline: 15px;
  margin-block-start: 15px;
}
@media screen and (min-width: 768px) {
  .l-news {
    display: grid;
    grid-template-columns: 1fr minmax(0, 850px) 70px 270px 1fr;
    gap: 0;
  }
}
.l-news__cnt {
  flex: 1;
  min-inline-size: 0;
}
@media screen and (min-width: 768px) {
  .l-news__cnt {
    grid-column: 2/3;
    grid-row: 1;
  }
}
@media screen and (min-width: 768px) {
  .l-news__archive {
    flex-shrink: 0;
    inline-size: 250px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-news__archive {
    grid-column: 4/5;
  }
}.news-cnt__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .news-cnt__title {
    font-size: 24px;
  }
}
.news-cnt__date {
  margin-block-start: 10px;
  font-size: 13px;
  color: #999;
}
.news-cnt__body {
  margin-block-start: 20px;
}
@media screen and (min-width: 768px) {
  .news-cnt__body {
    margin-block-start: 40px;
    border-top: 1px solid #ddd;
    padding-block-start: 40px;
  }
}

.news-body {
  line-height: 1.8;
  word-wrap: break-word;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .news-body {
    font-size: 15px;
  }
}
.news-body h1, .news-body h2, .news-body h3, .news-body h4, .news-body h5, .news-body h6 {
  font-weight: bold;
  line-height: 1.4;
  margin-block: 1.5em 0.5em;
}
.news-body h1:first-child, .news-body h2:first-child, .news-body h3:first-child, .news-body h4:first-child, .news-body h5:first-child, .news-body h6:first-child {
  margin-block-start: 0;
}
.news-body h1 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .news-body h1 {
    font-size: 24px;
  }
}
.news-body h2 {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .news-body h2 {
    font-size: 22px;
  }
}
.news-body h3 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .news-body h3 {
    font-size: 20px;
  }
}
.news-body h4 {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .news-body h4 {
    font-size: 18px;
  }
}
.news-body h5 {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .news-body h5 {
    font-size: 16px;
  }
}
.news-body h6 {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .news-body h6 {
    font-size: 15px;
  }
}
.news-body p {
  margin-block: 0;
}
.news-body p:empty {
  block-size: 22px;
  display: block;
}
@media screen and (min-width: 768px) {
  .news-body p:empty {
    block-size: 35px;
  }
}
.news-body ul, .news-body ol {
  margin-block: 0.8em;
  padding-inline-start: 1.5em;
}
.news-body ul {
  list-style-type: disc;
}
.news-body ul ul {
  list-style-type: circle;
}
.news-body ul ul ul {
  list-style-type: square;
}
.news-body ol {
  list-style-type: decimal;
}
.news-body li {
  margin-block: 0.3em;
  line-height: 1.6;
}
.news-body dl {
  margin-block: 0.8em;
}
.news-body dt {
  font-weight: bold;
}
.news-body dd {
  margin-inline-start: 1.5em;
  margin-block-end: 0.5em;
}
.news-body img {
  max-inline-size: 100%;
  block-size: auto;
}
.news-body table {
  border-collapse: collapse;
  inline-size: 100%;
  margin-block: 0.8em;
}
.news-body th, .news-body td {
  border: 1px solid #ddd;
  padding: 0.5em 0.8em;
  text-align: start;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .news-body th, .news-body td {
    font-size: 14px;
  }
}
.news-body th {
  font-weight: bold;
  background-color: #f5f5f5;
}
.news-body a {
  text-decoration: underline;
}
.news-body strong, .news-body b {
  font-weight: bold;
}
.news-body em, .news-body i {
  font-style: italic;
}
.news-body hr {
  border: none;
  border-block-start: 1px solid #ddd;
  margin-block: 1.5em;
}
.news-body blockquote {
  margin-block: 0.8em;
  padding: 0.8em 1em;
  border-inline-start: 3px solid #ddd;
  color: #666;
}
.news-body pre, .news-body code {
  font-family: monospace;
  font-size: 13px;
}
.news-body pre {
  margin-block: 0.8em;
  padding: 1em;
  background-color: #f5f5f5;
  overflow-x: auto;
}

.news-archive__title {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .news-archive__title {
    font-size: 16px;
  }
}
.news-archive a {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  padding-block: 1em;
}
.news-archive a + a {
  border-top: 1px solid #ddd;
}.l-archive {
  margin-block-start: 30px;
  margin-inline: auto;
  max-inline-size: 1190px;
}
.l-archive__cnt {
  inline-size: 100%;
}.archive-cnt__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .archive-cnt__title {
    font-size: 28px;
  }
}
.archive-cnt__list {
  margin-block-start: 20px;
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .archive-cnt__list {
    margin-block-start: 30px;
    padding-inline: 0;
  }
}
.archive-cnt__pager {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.archive-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 15px;
}
@media screen and (min-width: 768px) {
  .archive-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 30px;
    margin-block-start: 30px;
  }
}

.archive-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .archive-card {
    transition: 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .archive-card:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
.archive-card__img {
  aspect-ratio: 750/565;
  overflow: hidden;
  background-color: #f5f5f5;
}
.archive-card__img img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  display: block;
}
.archive-card__date {
  margin-block-start: 10px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .archive-card__date {
    font-size: 12px;
  }
}
.archive-card__title {
  margin-block-start: 5px;
  font-size: 12px;
  line-height: 2.3333333333;
}
@media screen and (min-width: 768px) {
  .archive-card__title {
    font-size: 12px;
  }
}.contents-area {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .contents-area .list_search-result {
    margin-block-end: 0;
  }
}

.popup-box {
  display: none !important;
}

img {
  max-width: 100%;
}