@keyframes loop_slide_right {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/*========= headline ===============*/
/*========= link ===============*/
.el_link_type01 {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 600;
  padding-right: 90px;
  height: 60px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .el_link_type01 {
    font-size: 17px;
    font-size: 4.5333333333vw;
    padding-right: 78px;
    padding-right: 20.8vw;
    height: 50px;
    height: 13.3333333333vw;
  }
}
.el_link_type01::before, .el_link_type01::after {
  display: block;
  position: absolute;
  transition: 0.2s ease-in-out;
}
.el_link_type01::before {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background: #f2780a;
}
@media screen and (max-width: 749px) {
  .el_link_type01::before {
    width: 48px;
    width: 12.8vw;
    height: 48px;
    height: 12.8vw;
  }
}
.el_link_type01::after {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: url(../../img/common/icon_arr_wh.svg);
  line-height: 0;
}
@media screen and (max-width: 749px) {
  .el_link_type01::after {
    right: 18px;
    right: 4.8vw;
  }
}
.el_link_type01:hover {
  opacity: 1;
}
.el_link_type01:hover::before {
  transform: translateY(-50%) scale(1.1);
  transform-origin: center;
}
/*========= button ===============*/
.el_button_contact_type01,
.el_button_contact_type02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 100vh;
  background: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 749px) {
  .el_button_contact_type01,
  .el_button_contact_type02 {
    gap: 14px;
    gap: 3.7333333333vw;
    font-size: 22px;
    font-size: 5.8666666667vw;
  }
}
.el_button_contact_type01::before,
.el_button_contact_type02::before {
  display: block;
  content: url(../../img/common/icon_mail_or.svg);
  position: relative;
  top: -1px;
}
.el_button_contact_type01 {
  color: #f2780a;
  padding: 18px 55px;
}
@media screen and (max-width: 749px) {
  .el_button_contact_type01 {
    padding: 17px;
    padding: 4.5333333333vw;
  }
}

.el_button_contact_type02 {
  padding: 15px 30px;
}
@media screen and (max-width: 749px) {
  .el_button_contact_type02 {
    gap: 6px;
    gap: 1.6vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .el_button_contact_type02::before {
    top: 0;
  }
}

.el_button_type01 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0;
  background: #f2780a;
  border-radius: 100vh;
  width: 100%;
  height: 146px;
}
@media screen and (max-width: 749px) {
  .el_button_type01 {
    gap: 16px;
    gap: 4.2666666667vw;
    font-size: 20px;
    font-size: 5.3333333333vw;
    height: 68px;
    height: 18.1333333333vw;
  }
}
.el_button_type01::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background: #fff;
  background-image: url(../../img/common/icon_arr_or.svg);
  background-repeat: no-repeat;
  background-position: calc(50% + 1px) calc(50% + 1px);
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 749px) {
  .el_button_type01::after {
    width: 30px;
    width: 8vw;
    height: 30px;
    height: 8vw;
    background-position: center;
    background-size: 20% auto;
  }
}
.el_button_type01:hover {
  opacity: 0.9;
}
.el_button_type01:hover::after {
  margin: 0 -8px 0 8px;
}
/*========= banner ===============*/
/*========= topics ===============*/
.el_topics_listItem a {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 1.6rem;
}
@media screen and (max-width: 749px) {
  .el_topics_listItem a {
    gap: 15px;
    gap: 4vw;
    font-size: 15px;
    font-size: 4vw;
  }
}
.el_topics_listItem a .__thumb {
  display: block;
  background: #fff;
  background-image: url(../../img/common/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 345/255;
  position: relative;
}
.el_topics_listItem a .__thumb::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ece9e2;
  transition: 0.2s ease-in-out;
}
.el_topics_listItem a .__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 345/255;
}
.el_topics_listItem a .__date {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 749px) {
  .el_topics_listItem a .__date {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.el_topics_listItem a .__date::after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background: #c7c7c7;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}
.el_topics_listItem a .__date span {
  display: inline-block;
  background: #f5f5f2;
  padding-right: 0.5em;
}
.el_topics_listItem a .__ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  transition: 0.2s ease-in-out;
}
.el_topics_listItem a:hover {
  opacity: 1;
}
.el_topics_listItem a:hover .__thumb::before {
  border: 3px solid #f49940;
}
.el_topics_listItem a:hover .__ttl {
  color: #f49940;
}/*# sourceMappingURL=module.css.map */