@charset "UTF-8";
@media screen and (min-width: 768px) {
.link_area .inner {
   max-width: 800px;
}
 .link_btn_rd {
      height: 90px;
 }
}

.fs-18 {
    font-size: 18px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.tc {
    text-align: center !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.bold {
  font-weight: 700;
}
.link_area .link_area_inner {
    width: 75%;
    margin: 0 auto;
}
.link_btn_rd {
    display: grid;
    place-content: center;
    place-items: center;
    grid-auto-flow: column;
    gap: 20px;
    height: 110px;
    background-color: #e86939;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: ease-out 0.3s;
}
.link_btn_rd span {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 0.1em;
}
.link_btn_rd:first-child {
    margin-bottom: 24px;
}
.link_btn_rd .arrow {
    position: relative;
    display: grid;
    place-content: center;
    width: 48px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #fff;
}
.link_btn_rd .arrow img {
    position: absolute;
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.link_btn_rd * {
    transition: ease-out 0.3s;
}
{
    font-size: 24px;
    margin: 40px 0 20px;
    text-align: center;
}
.newsList_wrap .inner {
    display: grid !important;
}
.link_btn_rd:hover {
    opacity: 1;
    background-color: #e86939;
    transform: translateY(6px);
}
.newsList_wrap .news_details {
    width: auto;
    max-width: 100%;
    margin-right: 0;
}
.news_details a:hover {
    text-decoration: none !important;
}
.news_details .ttl {
    color: #E76938;
}

.news_details .ttl {
    color: #E76938;
}

.news_details ul li {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
}
.news_details ul li span{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.8;
}
.news_details .bfr {
    display: inline-block;
    width: 96px;
    margin: 14px 14px 14px 0;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px solid #999;
    background-color: #999;
    border-radius: 50px;
    color: #fff;
    line-height: 1;
    text-align: center;
}
.news_details .aft {
    display: inline-block;
    width: 96px;
    margin: 14px 14px 14px 0;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px solid #E76938;
    background-color: #E76938;
    border-radius: 50px;
    color: #fff;
    line-height: 1;
    text-align: center;
}
.intro-arrow{
  display: inline-block;
  width: 43.8px;
  height: 32px;
  background: #e76938;
  clip-path: polygon(0 31.5%, 24.9% 31.5%, 24.9% 0, 75.1% 0, 75.1% 31.5%, 100% 31.5%, 50% 100%);
}
.text-gray-400 {
  color: #000;
}



@media screen and (max-width: 767px) {
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
.fs-14-sp {
    font-size: 14px !important;
}
.fs-16-sp {
    font-size: 16px !important;
}
.fs-18-sp {
    font-size: 18px !important;
}
.link_btn_rd span {
    font-size: 22px;
 }
.link_area .link_area_inner {
    width: 85%;
}
.news_details ul li {
    font-size: 14px;
}
.link_btn_rd .arrow {
    width: 36px;
}
.news_details .bfr {
    margin: 14px 14px 0 0;
}
.news_details .aft {
    margin: 14px 14px 0 0;
}
}