/* media query */
.contentsArea {
  background: color-mix(in srgb, #a58a4c 20%, #fff 80%);
}
.contentsArea .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .contentsArea .inner {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .contentsArea .inner {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.contentsArea .lead_txt {
  text-align: center;
  font-size: 1.1em;
  line-height: 260%;
  margin: 40px 0;
}
@media screen and (max-width: 668px) {
  .contentsArea .lead_txt {
    text-align: left;
    line-height: 220%;
    margin: 30px 0;
  }
}
.contentsArea .lead_btn a {
  position: relative;
  display: block;
  margin-inline: auto;
  padding: 15px 5px;
  background: #a58a4c;
  border: solid 1px #a58a4c;
  color: #fff;
  text-align: center;
  max-width: 700px;
  font-size: 1.5em;
  line-height: 160%;
}
@media (width <= 480px) {
  .contentsArea .lead_btn a {
    font-size: 1.2em;
  }
}
.contentsArea .lead_btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.239%22%20height%3D%225%22%20viewBox%3D%220%200%208.239%205%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(45.896%20-27.494)%20rotate(90)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 36px;
  filter: brightness(0) invert(1);
}
@media (width <= 480px) {
  .contentsArea .lead_btn a::after {
    right: 10px;
    background-size: 10px;
    width: 10px;
    height: 18px;
  }
}
.contentsArea .lead_btn a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.5s;
}
.contentsArea .cardlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 30px;
  padding-bottom: 100px;
  max-width: 900px;
  margin: 50px auto 0;
}
@media (width <= 480px) {
  .contentsArea .cardlist {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 60px;
    margin: 25px auto 0;
  }
}
.contentsArea .cardlist .card {
  display: flex;
  flex-direction: column;
}
.contentsArea .cardlist .card .img {
  aspect-ratio: 1.48/1;
  overflow: hidden;
  background: #fff;
}
.contentsArea .cardlist .card .img a {
  display: block;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contentsArea .cardlist .card .img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.contentsArea .cardlist .card .img a:hover {
  transform: scale(1.05);
}
.contentsArea .cardlist .card .textbox {
  padding: 15px 20px 20px;
  background: #fff;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contentsArea .cardlist .card .textbox h2 {
  font-size: 1.2em;
  margin-bottom: 15px;
  line-height: 170%;
}
.contentsArea .cardlist .card .textbox p.link {
  text-align: center;
  margin-top: 10px;
}
.contentsArea .cardlist .card .textbox p.link a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
}
.contentsArea .cardlist .card .textbox p.link a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
.contentsArea .cardlist .card .textbox p.link a {
  color: #222;
}
.contentsArea .cardlist .card .textbox p.link a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
.contentsArea .cardlist .card .textbox p.link a {
  padding: 15px 40px 15px 25px;
}
@media screen and (max-width: 960px) {
  .contentsArea .cardlist .card .textbox p.link a {
    padding: 10px 35px 10px 15px;
  }
}
.contentsArea .cardlist .card .textbox p.link a:hover::after {
  right: 15px;
}
.contentsArea .cardlist .card .textbox p.link a {
  background: #fff;
  width: 100%;
}

.fixedbanner {
  display: none;
}

.footerMenu {
  display: none;
}