@charset "UTF-8";
/* _setting CSS */
#inner_wrapper {
  margin-top: -85px;
}
@media screen and (max-width: 1000px) {
  #inner_wrapper {
    margin-top: -13.3333333333vw;
  }
}

#mv {
  padding: 152px 0 75px 3px;
  background: url("../images/news/mv_bg1.jpg") repeat-x center 0/auto 200px;
}
#mv .bg {
  display: none;
}
#mv::after {
  display: none;
}
@media screen and (max-width: 1000px) {
  #mv {
    padding: 27.7333333333vw 0 5.3333333333vw;
    background-size: auto 21.3333333333vw;
  }
  #mv .hd {
    padding: 0 34.1333333333vw;
  }
}

.categories {
  margin: 0 0 61px;
}
@media screen and (max-width: 1000px) {
  .categories {
    margin: 0 0 8vw;
  }
}
.categories h3 {
  margin: 0 0 36px;
  color: #5032af;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .categories h3 {
    margin: 0 0 5.8666666667vw;
    padding: 0 32vw;
  }
}
.categories ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 520px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .categories ul {
    justify-content: space-between;
    width: 100%;
    padding: 0 4vw;
  }
}
.categories ul li {
  margin: 0 7px 14px;
}
@media screen and (max-width: 1000px) {
  .categories ul li {
    margin: 0 0 2.2666666667vw;
  }
}
.categories ul li a {
  display: block;
  min-width: 120px;
  padding: 5px 26px;
  border: 1px solid #5032af;
  border-radius: 100px;
  background: #fff;
  color: #5032af;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .categories ul li a {
    width: 44vw;
    min-width: 0;
    padding: 1.3333333333vw 0 1.0666666667vw;
    font-size: 2.8rem;
  }
}
.categories ul .current a {
  background: #5032af;
  color: #fff;
}

.news_list {
  display: grid;
  grid-auto-flow: dense;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 0 130px;
}
@media all and (max-width: 1040px) {
  .news_list {
    padding: 0 20px 130px;
  }
}
@media all and (min-width: 1001px) {
  .news_list {
    grid-template-columns: repeat(3, 1fr);
    /* 3列のグリッド */
    gap: 3.845%;
    /* 要素間の余白 */
    row-gap: 40px;
  }
}
@media print {
  .news_list {
    grid-template-columns: repeat(3, 1fr);
    /* 3列のグリッド */
    gap: 3.845%;
    /* 要素間の余白 */
    row-gap: 40px;
  }
  .news_list li .img {
    height: 140px;
  }
}
@media screen and (max-width: 1000px) {
  .news_list {
    grid-template-columns: repeat(2, 1fr);
    /* 2列のグリッド */
    gap: 4.6%;
    /* 要素間の余白を5%に設定 */
    row-gap: 4vw;
    /* 各行の間の垂直余白を40pxに設定 */
    width: 100%;
    padding: 0 4vw 0vw;
  }
}
.news_list::after {
  content: "";
  width: 30.77%;
}
@media screen and (max-width: 1000px) {
  .news_list::after {
    display: none;
  }
}
.news_list li {
  break-inside: avoid;
}
@media all and (min-width: 1001px) {
  .news_list li {
    grid-column: span 1;
  }
}
@media all and (min-width: 1001px) {
  .news_list li.size_l {
    grid-column: span 2;
    min-height: 345px;
  }
  .news_list li.size_l a {
    display: flex;
    justify-content: space-between;
    padding: 18px;
  }
  .news_list li.size_l a .img {
    flex: 1;
    height: auto;
    margin: 0;
  }
  .news_list li.size_l a .img img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
  .news_list li.size_l a .text_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    width: 185px;
    margin: 0 0 0 30px;
    padding: 0 0 38px;
  }
  .news_list li.size_l a .text_wrap .date {
    position: absolute;
    top: 0;
    right: 0;
  }
  .news_list li.size_l a .brn {
    bottom: 2px;
  }
}
@media screen and (max-width: 1000px) {
  .news_list li.size_l a .img {
    height: 43.2vw;
  }
}
@media screen and (max-width: 1000px) {
  .news_list li {
    grid-column: span 1;
  }
  .news_list li.size_l {
    grid-column: span 2;
  }
}
.news_list li a {
  display: block;
  position: relative;
  height: 100%;
  padding: 18px 18px 56px;
  border-radius: 18px;
  border: 1px solid #5032af;
}
@media all and (min-width: 751px) {
  .news_list li a:hover {
    opacity: 1;
    box-shadow: 6px 10px 16px rgba(53, 42, 111, 0.15);
  }
}
@media screen and (max-width: 1000px) {
  .news_list li a {
    padding: 2.6666666667vw 2.6666666667vw 13.3333333333vw;
    border-radius: 3.3333333333vw;
  }
}
.news_list li a .img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 186px;
  margin: 0 0 6px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .news_list li a .img {
    height: 25.3333333333vw;
    margin: 0 0 0.4vw;
  }
}
.news_list li a .img img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
.news_list li a .date_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3px 1px;
}
@media screen and (max-width: 1000px) {
  .news_list li a .date_wrap {
    padding: 0 0.9333333333vw 0.4vw;
  }
}
.news_list li a .date_wrap .cat {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1000px) {
  .news_list li a .date_wrap .cat {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.news_list li a .date_wrap .cat::before {
  content: "●";
  margin: 0 7px 0 0;
}
@media screen and (max-width: 1000px) {
  .news_list li a .date_wrap .cat::before {
    margin: 0 0.1333333333vw 0 0;
  }
}
.news_list li a .text {
  margin: 0 0 18px;
  line-height: 1.8;
  padding: 0 5px;
  font-size: 1.7rem;
}
@media screen and (max-width: 1000px) {
  .news_list li a .text {
    line-height: 1.65;
    margin: 0 0 1.3333333333vw;
    font-size: 2.4rem;
  }
}
.news_list li a .date {
  color: #8728f5;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1000px) {
  .news_list li a .date {
    margin: 0 0 2.2666666667vw;
    font-size: 2rem;
  }
}
.news_list li a > .date {
  padding: 0 0 0 0.6666666667vw;
}
.news_list li a .brn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 140px;
  height: 36px;
  margin: 0 auto;
  padding: 0 11px;
  margin: 0 auto;
  border-radius: 1000px;
  background: #5032af;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.12rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .news_list li a .brn {
    width: 34.6666666667vw;
    height: 8.5333333333vw;
    padding: 0 1.3333333333vw 0 0;
    line-height: 1.8;
    font-size: 2.3rem;
  }
}
.news_list li a .brn::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1000px) {
  .news_list li a .brn::after {
    right: 4vw;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}
.news_list li a[target=_blank] .brn::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 14px;
  width: 13px;
  height: 12px;
  border: none;
  background: url("../images/common/blank_w.svg") no-repeat center/100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .news_list li a[target=_blank] .brn::after {
    right: 3.7333333333vw;
    width: 3.0666666667vw;
    height: 3.0666666667vw;
  }
}
.news_list .zerobox {
  display: none;
  width: 100%;
  padding: 40px 0 100px;
  font-size: 2.1rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  .news_list .zerobox {
    padding: 8vw 0 13.3333333333vw;
    font-size: 3.4rem;
  }
}
.news_list .new {
  position: relative;
}
.news_list .new::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: url("../images/common/new.png") no-repeat 0/100%;
}
@media screen and (max-width: 1000px) {
  .news_list .new::after {
    top: -1px;
    width: 10.1333333333vw;
    height: 10.1333333333vw;
  }
}

.bottom_link {
  background: #ebf0f0;
}
@media screen and (max-width: 1000px) {
  .bottom_link {
    background: none;
  }
}

.detail_wrap {
  padding: 65px 0 50px;
}
@media screen and (max-width: 1000px) {
  .detail_wrap {
    padding: 15.3333333333vw 0 0;
  }
}
.detail_wrap.non_img {
  padding: 125px 0 50px;
}
@media screen and (max-width: 1000px) {
  .detail_wrap.non_img {
    padding: 16.6666666667vw 0 0;
  }
}
.detail_wrap .main_img {
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .detail_wrap .main_img {
    margin: 0 0 0.8vw;
  }
}
@media all and (min-width: 751px) {
  .detail_wrap .main_img img {
    max-width: 100%;
    max-height: 500px;
  }
}
.detail_wrap > .date_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 23px;
}
@media screen and (max-width: 1000px) {
  .detail_wrap > .date_wrap {
    margin: 0 0 2.6666666667vw;
    padding: 0;
  }
}
.detail_wrap > .date_wrap .date {
  padding: 0 3px 0 0;
  color: #828a8a;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .detail_wrap > .date_wrap .date {
    font-size: 2.2rem;
  }
}
.detail_wrap > .date_wrap .cat {
  font-size: 1.8rem;
}
@media screen and (max-width: 1000px) {
  .detail_wrap > .date_wrap .cat {
    font-size: 2.2rem;
  }
}
.detail_wrap > .date_wrap .cat::before {
  content: "●";
  margin: 0 2px 0 0;
}
@media screen and (max-width: 1000px) {
  .detail_wrap > .date_wrap .cat::before {
    margin: 0 1.0666666667vw 0 0;
  }
}
.detail_wrap h2 {
  line-height: 2;
  font-size: 2.7rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  .detail_wrap h2 {
    line-height: 1.85;
    font-size: 2.8rem;
  }
}
.detail_wrap .open_date {
  display: flex;
  align-items: center;
  line-height: 2;
  margin-top: 35px;
  font-size: 1.6rem;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 1000px) {
  .detail_wrap .open_date {
    line-height: 1.8;
    margin-top: 6vw;
    font-size: 2.6rem;
    letter-spacing: 0.13em;
  }
}
.detail_wrap .open_date .hd {
  padding: 0 15px;
  margin: 0 15px 0 0;
  border-radius: 100px;
  background: #3cc8eb;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1000px) {
  .detail_wrap .open_date .hd {
    padding: 0 2vw;
    margin: 0 2vw 0 0;
    font-size: 2.4rem;
  }
}
.detail_wrap .body {
  line-height: 2.58;
  margin-top: 65px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .detail_wrap .body {
    line-height: 2.3;
    margin-top: 8vw;
    font-size: 2.6rem;
  }
}
.detail_wrap .body table {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-left: none;
  border-right: none;
}
.detail_wrap .body table tr th,
.detail_wrap .body table tr td {
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  .detail_wrap .body table tr th,
.detail_wrap .body table tr td {
    font-size: 2.6rem;
  }
}
.detail_wrap .body table tr th {
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  border-right: 1px solid #dcdcdc;
  width: 140px;
  padding: 10px;
  font-weight: 500;
  vertical-align: middle;
}
.detail_wrap .body table tr td {
  padding: 10px 20px;
  background: #f5f5f5;
}
.detail_wrap .body table tr:last-child {
  border-bottom: none;
}
.detail_wrap .body table tr:last-child th {
  border-bottom: 1px solid #dcdcdc;
}
.detail_wrap .body table tr:nth-child(even) td {
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .detail_wrap .body table {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .detail_wrap .body table tr th {
    width: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .detail_wrap .body table.reverse tr th:first-child {
    width: 80px;
  }
}
.detail_wrap .body * {
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}
@media screen and (max-width: 1000px) {
  .detail_wrap .body .caption,
.detail_wrap .body figcaption {
    display: block;
    text-align: left;
  }
}
.detail_wrap .body ul,
.detail_wrap .body ol {
  padding-bottom: 1em;
}
.detail_wrap .body ul {
  padding-left: 1.5em;
}
.detail_wrap .body ul li {
  list-style-type: disc;
}
.detail_wrap .body .news_list {
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
}
.detail_wrap .body .news_list li {
  list-style-type: none;
}
.detail_wrap .body .news_list li a {
  padding-bottom: 74px;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .detail_wrap .body .news_list li a {
    padding: 2.6666666667vw 2.6666666667vw 13.3333333333vw;
  }
}
.detail_wrap .body .news_list li .img {
  padding: 0;
}
@media all and (min-width: 1001px) {
  .detail_wrap .body .news_list li .img {
    height: 120px;
  }
}
@media print {
  .detail_wrap .body .news_list li .img {
    height: 120px;
  }
}
.detail_wrap .body .news_list li .img img {
  margin: 0 !important;
}
.detail_wrap .body .news_list li .date_wrap {
  margin: 0;
  justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .detail_wrap .body .news_list li .date {
    margin: 0;
  }
}
.detail_wrap .body .news_list li .text {
  margin: 0;
}
.detail_wrap .body .news_list li .text2 {
  margin: 10px 0 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .detail_wrap .body .news_list li .text2 {
    font-size: 2.2rem;
  }
}
.detail_wrap .body .news_list li .btn {
  margin: 18px 0 0;
}
.detail_wrap .body ol {
  padding-left: 1.5em;
}
.detail_wrap .body ol li {
  list-style-type: numlic;
}
.detail_wrap .body p {
  padding-bottom: 1em;
}
.detail_wrap .body img {
  margin-bottom: 0.5em !important;
}
.detail_wrap .body a {
  text-decoration: underline;
}
.detail_wrap .body a.txt {
  padding-left: 18px;
  background: url(/ja/assets/images/icon_arw_p.svg) no-repeat 3px center/8px;
}
@media screen and (max-width: 1000px) {
  .detail_wrap .body a.txt {
    padding-left: 4.8vw;
    background-size: 2.1333333333vw;
  }
}
.detail_wrap .body a.txt[target=_blank] {
  padding-left: 18px;
  background: url(/ja/assets/images/icon_blank_p.svg) no-repeat 0 center/12px;
}
@media screen and (max-width: 1000px) {
  .detail_wrap .body a.txt[target=_blank] {
    padding-left: 4.8vw;
    background-size: 3.2vw;
  }
}
.detail_wrap .body a.txt.download {
  padding-left: 16px;
  background: url(/ja/assets/images/icon_download.svg) no-repeat 0 calc(50% + 1px)/10px;
}
@media screen and (max-width: 1000px) {
  .detail_wrap .body a.txt.download {
    padding-left: 4.2666666667vw;
    background-size: 2.6666666667vw;
  }
}

/*# sourceMappingURL=news.css.map */
