@charset "UTF-8";
@media screen and (min-width: 601px) {
  #main .page_title.left {
    margin-bottom: 32px;
  }
}
#main .news {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  #main .news {
    margin-top: 25px;
  }
}
#main .news img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#main .news_list li {
  border-radius: 4px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
@media screen and (min-width: 601px) {
  #main .news_list li {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
  }
}
@media screen and (max-width: 600px) {
  #main .news_list li {
    padding: 16px;
  }
}
#main .news_list li + li {
  margin-top: 24px;
}
#main .news_list li a {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: border 0.2s;
}
#main .news_list li a[href="javascript:void(0);"] {
  pointer-events: none;
}
#main .news_list li a:hover {
  border-color: #3D79FC;
}
#main .news_list li dl {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: calc(100% - 162px);
  height: 100%;
  margin: 0;
  padding: 23px 25px 24px 24px;
}
@media screen and (max-width: 600px) {
  #main .news_list li dl {
    width: 100%;
    padding: 0;
  }
}
#main .news_list_date {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: 0;
  border-right: solid 1px #efeff1;
  flex-shrink: 0;
  text-align: center;
  width: 162px;
}
@media screen and (min-width: 601px) {
  #main .news_list_date {
    height: 70px;
  }
}
@media screen and (max-width: 600px) {
  #main .news_list_date {
    width: 100%;
    margin-bottom: 8px;
    padding: 0 0 8px;
    border-right: none;
    border-bottom: solid 1px #efeff1;
    text-align: left;
  }
}
#main .news_list_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.48;
  letter-spacing: 0;
  color: #3D79FC;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 600px) {
  #main .news_list_title {
    -webkit-line-clamp: 2;
  }
}
#main .news_list_desc {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 600px) {
  #main .news_list_desc {
    -webkit-line-clamp: 3;
  }
}
#main .news .pagination_wrap {
  margin-top: 40px;
}
#main .news_detail {
  margin-top: 32px;
}
@media screen and (max-width: 600px) {
  #main .news_detail {
    margin-top: 24px;
  }
}
#main .news_detail p:not([class]) {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
}
#main .news_detail p:not([class]) + p:not([class]) {
  margin-top: 20px;
}
#main .news_detail p:not([class]) a {
  text-decoration: underline;
}
@media screen and (min-width: 601px) {
  #main .news_detail p:not([class]) a[href^="tel:"] {
    text-decoration: none;
  }
}
#main .news_detail_title {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.48;
  letter-spacing: 0;
}
#main .news_detail_update {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  margin-top: 0;
}
#main .news_detail_dl {
  display: flex;
  flex-flow: row wrap;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
  border-top: solid 1px #efeff1;
}
#main .news_detail_dl dt, #main .news_detail_dl dd {
  padding: 16px 0;
  border-bottom: solid 1px #efeff1;
}
#main .news_detail_dl dt {
  width: 18.6%;
  font-weight: 700;
}
#main .news_detail_dl dd {
  width: 81.4%;
  margin: 0;
}
#main .news_detail table {
  width: 100% !important;
  margin: 30px 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
  border-collapse: collapse;
  border: none;
  border-top: solid 1px #efeff1;
}
@media screen and (max-width: 600px) {
  #main .news_detail table {
    table-layout: fixed;
  }
}
#main .news_detail table tr {
  border-bottom: solid 1px #efeff1;
}
#main .news_detail table th, #main .news_detail table td {
  padding: 16px 0;
  border: none;
}
#main .news_detail table th {
  width: 18.6%;
  font-weight: 700;
  vertical-align: top;
}
#main .news_detail table th[scope="row"] {
  text-align: left;
}
@media screen and (max-width: 600px) {
  #main .news_detail table th[scope="row"] {
    width: 32%;
  }
}
@media screen and (max-width: 600px) {
  #main .news_detail table td {
    width: 68%;
  }
}
#main .news_detail table td ul:not([class]) {
  margin: 0;
}
#main .news_detail ul:not([class]) {
  margin: 18px 0;
}
#main .news_detail ul:not([class]) > li {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
}
#main .news_detail ul:not([class]) > li:before {
  content: "・";
  margin-right: 3px;
  font-weight: 900;
}
#main .news_detail .info_award {
  background: #f9f9f9;
  margin-top: 48px;
  margin-bottom: 30px;
  padding: 24px;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  #main .news_detail .info_award {
    flex-wrap: wrap;
    gap: 20px;
  }
}
#main .news_detail .info_award_outline {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: 0;
}
#main .news_detail .info_award_outline .color-primary {
  color: #3D79FC;
}
#main .news_detail .info_award_image {
  flex-shrink: 0;
}
#main .news_detail .bg_gray {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  gap: 40px;
  background: #f9f9f9;
  margin-top: 48px;
  margin-bottom: 34px;
  padding: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .news_detail .bg_gray {
    display: flex;
    align-items: center;
    flex-flow: column-reverse nowrap;
  }
}
#main .news_detail .bg_gray p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .news_detail .bg_gray img {
    max-height: 194px;
  }
}
#main .news_detail .sec_title {
  margin-top: 84px;
  margin-bottom: 48px;
}
#main .news_detail .news_detail_update + .sec_title {
  margin-top: 50px;
}
#main .news_detail .bg_gray + .sec_title {
  margin-top: 34px;
}
#main .news_detail .sec_title_sub {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: 0;
  margin: 40px 0 16px;
}
#main .news_detail .photo {
  display: flex;
  flex-flow: row wrap;
  gap: 40px;
  margin-top: 32px;
}
#main .news_detail .photo li {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 600px) {
  #main .news_detail .photo li {
    width: 100%;
  }
}
#main .news_detail .photo li:before {
  content: none;
}
#main .news_detail .photo li img {
  width: 100% !important;
  height: auto !important;
}
#main .news_detail .photo_caption {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
  margin-top: 12px;
}
#main .news_detail .inquiries {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.48;
  letter-spacing: 0;
}
#main .news_detail .inquiries .mailaddr::after {
  content: "";
  display: inline-block;
  background: url(../media/images/news/mailaddr.svg) no-repeat;
  background-size: contain;
  width: 160px;
  height: 15px;
  position: relative;
  top: 3px;
  left: 3px;
}
#main .news_detail section > section {
  border: none;
  padding-bottom: 0;
}
#main .news_detail section > section .ul {
  margin: 16px 0;
}
#main .news_detail section > section .ul li {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
}
#main .news_detail section > section .ul li::before {
  content: "・";
}
#main .news_detail .button_wrap {
  width: 272px;
  height: 54px;
  margin-top: 24px;
}
#main .news_detail .button_wrap a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  border-radius: 40px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.448;
  letter-spacing: 0;
  transition: background-color 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  position: relative;
  z-index: 0;
}
#main .news_detail .button_wrap a::before, #main .news_detail .button_wrap a::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 40px;
}
#main .news_detail .button_wrap a::before {
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #7220D2, #545CFC, #2FA5FD, #8EE9FC, #CCA2DF, #EB5FC7);
}
#main .news_detail .button_wrap a::after {
  inset: 3px;
  z-index: -1;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: #fff;
  transition: background-color 0.2s;
}
#main .news_detail .button_wrap a:hover {
  background-color: #F9F9F9;
}
#main .news_detail .button_wrap a:hover::after {
  background-color: #F9F9F9;
}
#main .news_detail .button_wrap a.disabled {
  background: #B4B4B4;
  color: #fff;
}
#main .news_detail .button_wrap a.disabled::before, #main .news_detail .button_wrap a.disabled::after {
  content: none;
}
/*# sourceMappingURL=./news_2025.css.map */