@charset "utf-8";
/* ========================================================
	top.css => トップページ用CSS
======================================================== */
/* top_mainvisual
------------------------------------------------------------- */
.top_mainvisual img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;'
}
/*背景（画面幅いっぱい）
----------------------------------------------------------*/
.bg_max_w {
  background: #fff;
  padding: 2em 0 3em 0;
}
/*btn
------------------------------------------------------------*/
a.archive_btn {
  position: relative;
  background: #fff5e6;
  border: 2px solid #f28c38;
  border-radius: 50px;
  color: #222;
  padding: 0.5em 2em 0.5em 1em;
  margin-top: 2em;
  text-align: right;
  display: inline-block;
}
a.btn-arrow-right::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 13px;
  height: 13px;
  margin: auto;
  border-top: 2px solid #f28c38;
  border-right: 2px solid #f28c38;
  transform: rotate(45deg);
  box-sizing: border-box;
}
a.archive_btn:hover {
  background: #f28c38;
  color: #fff;
  border: 2px solid #f28c38;
}
a.btn-arrow-right:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
/*
---------------------------------------------------------------*/