@charset "utf-8";
/*-- Images --*/
.u_img,
.u_img_def {
  display: block;
  line-height: 0;
}
.u_img * {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.u_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u_sp {
    display: block;
  }
}

.l_section__item_orange .m_bup_about__heading {
  border-left: 10px solid #e66406;
}
.l_section__item_orange .m_bup_about__heading::after {
  background: #e66406;
}
.m_bup_ct_btn {
  width: fit-content;
  margin-left: auto;
}
.m_bup_ct_btn a {
  position: relative;
  width: 143px;
  height: 24px;
  text-align: right;
  font: normal normal normal 16px/24px Noto Sans JP;
  letter-spacing: 0px;
  color: #008cce;
  padding-left: 17px;
  transition: 0.2s;
}
.m_bup_ct_btn a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin-block: auto;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 10px solid #008cce;
  border-right: 0;
  transition: transform 0.2s ease;
}
.m_bup_ct_btn02 {
  margin-top: 15px;
  width: 370px;
  background: #008cce 0% 0% no-repeat padding-box;
  border: 1px solid #008cce;
  border-radius: 163px;
  opacity: 1;
  margin-inline: auto;
  transition: 0.2s;
}
.m_bup_ct_btn02 a {
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  font: normal normal bold 16px/24px Noto Sans JP;
  letter-spacing: 0px;
  color: #f9f9f9;
}
.m_bup_ct_box {
  padding: 22px;
  border: 18px solid #7fc5e6;
}
.m_bup_ct_title {
  font: normal normal bold 16px/24px Noto Sans JP;
  text-align: center;
}
.m_bup_ct_text {
  text-align: center;
  margin-top: 15px;
}
.m_bup_ct_lst {
  display: grid;
}
.m_bup_ct_lst.m_bup_ct_lst__2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.m_bup_ct_lst.m_bup_ct_lst__2col .m_bup_ct_itm {
  display: contents;
}
.m_bup_ct_lst.m_bup_ct_lst__2col .m_bup_ct_itm a {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  gap: 0;
  align-items: center;
  transition: 0.2s;
}
.m_bup_ct_lst.m_bup_ct_lst__2col .m_bup_ct_itm_title {
  margin-bottom: 10px;
}
.m_bup_ct_lst.m_bup_ct_lst__2col .m_bup_ct_itm_img img {
  height: 107px;
  object-fit: cover;
}
.m_bup_ct_lst.m_bup_ct_lst__2col .m_bup_ct_itm_img.m_bup_ct_itm_img__lg img {
  height: 140px;
}
.m_bup_ct_lst.m_bup_ct_lst__3col {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.m_bup_ct_itm_text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  font: normal normal normal 16px/24px Noto Sans JP;
  overflow: hidden;
}

.m_bup_ct_lst.m_bup_ct_lst__3col .m_bup_ct_itm {
  border: 1px solid #008cce;
}
.m_bup_ct_lst.m_bup_ct_lst__3col .m_bup_ct_itm a {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 13px 0 32px;
  transition: 0.2s;
}
.m_bup_ct_lst.m_bup_ct_lst__3col .m_bup_ct_itm_img {
  display: flex;
  align-items: center;
  height: 55px;
}
.m_bup_ct_lst.m_bup_ct_lst__3col .m_bup_ct_itm a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: solid 4px #008cce;
  border-right: solid 4px #008cce;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  bottom: 12px;
  margin-inline: auto;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.m_bup_ct_lst.m_bup_ct_lst__3col .m_bup_ct_itm_title {
  text-align: center;
  font: normal normal bold 17px Noto Sans JP;
  color: #333333;
  margin-bottom: 9px;
}
.m_bup_ct_lst.m_bup_ct_lst__3col .m_bup_ct_itm_title.m_bup_ct_itm_title__ls {
  letter-spacing: -1px;
}

@media (any-hover: hover) {
  .m_bup_ct_btn a:hover::before {
    transform: translateX(5px);
  }
  .m_bup_ct_btn02:hover {
    background-color: #f9f9f9;
  }
  .m_bup_ct_btn02:hover a {
    color: #008cce;
  }
  .m_bup_ct_lst.m_bup_ct_lst__2col .m_bup_ct_itm a:hover {
    opacity: 0.7;
  }
  .m_bup_ct_lst.m_bup_ct_lst__3col .m_bup_ct_itm a:hover::after {
    bottom: 6px;
  }
}

@media screen and (max-width: 768px) {
  .m_bup_ct_btn02 {
    width: 100%;
  }
  .m_bup_ct_btn02 a {
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    font: normal normal bold 16px/24px Noto Sans JP;
    letter-spacing: 0px;
    color: #f9f9f9;
  }
  .m_bup_ct_lst.m_bup_ct_lst__2col {
    grid-template-columns: repeat(1, 1fr);
  }
  .m_bup_ct_lst.m_bup_ct_lst__2col .m_bup_ct_itm_img img {
    height: 100%;
  }
  .m_bup_ct_lst.m_bup_ct_lst__3col {
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
  }
  .m_bup_ct_lst.m_bup_ct_lst__3col .m_bup_ct_itm a {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 10px;
  }
  .m_bup_ct_lst.m_bup_ct_lst__3col .m_bup_ct_itm_title {
    font: normal normal bold 14px Noto Sans JP;
  }
}
