@charset "UTF-8";
/* CSS Document */
.newsList .Img img, .newsList .item, .newsTopList .Img img, .newsTopList .item {
  transition: all 0.5s;
}

.contentBox .leftBox {
  padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}
.contentBox .rightBox {
  padding: 0;
}

.newsTopBox {
  position: relative;
  margin: 0 -20px 65px;
}
@media (max-width: 390px) {
  .newsTopBox {
    margin: 0 -10px 45px;
  }
}

.newsTopList:not(.slick-slider) .newsItem:not(:first-child) {
  display: none;
}
.newsTopList .item {
  display: flex;
  padding: 30px 45px;
  margin: 0 20px;
  border-radius: 25px;
  background: #2b455c;
}
@media (max-width: 1280px) {
  .newsTopList .item {
    flex-direction: column;
    padding: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 390px) {
  .newsTopList .item {
    margin: 0 10px;
  }
}
@media (min-width: 1201px) {
  .newsTopList .item:hover {
    background-color: #1b2b39;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  }
  .newsTopList .item:hover .Img img {
    transform: scale(1.2);
  }
  .newsTopList .item:hover .btn_cookie {
    border-color: #436c90;
    background-color: #1b2b39;
  }
}
.newsTopList .Img {
  max-width: 700px;
  flex: 1;
  border: 3px solid #f3b751;
  border-radius: 18px;
  overflow: clip;
}
.newsTopList .Img img {
  width: 100%;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 1280px) {
  .newsTopList .Img {
    max-width: initial;
    width: 100%;
    flex: auto;
  }
}
.newsTopList .Txt {
  position: relative;
  padding: 30px 20px;
  max-width: 530px;
  margin-left: auto;
}
@media (max-width: 1366px) {
  .newsTopList .Txt {
    max-width: 480px;
  }
}
@media (max-width: 1280px) {
  .newsTopList .Txt {
    margin-left: 0;
    max-width: initial;
    width: 100%;
  }
}
.newsTopList .Txt .newsInfoBox {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  color: #fff;
}
.newsTopList .Txt .newsInfoBox .dateBox, .newsTopList .Txt .newsInfoBox .classTitle {
  padding: 5px 0;
}
@media (max-width: 480px) {
  .newsTopList .Txt .newsInfoBox .dateBox, .newsTopList .Txt .newsInfoBox .classTitle {
    padding: 0;
  }
}
.newsTopList .Txt .newsInfoBox .dateBox {
  padding-right: 10px;
}
.newsTopList .Txt .newsInfoBox .dateBox .day {
  line-height: 1;
  font-size: 50px;
}
@media (max-width: 480px) {
  .newsTopList .Txt .newsInfoBox .dateBox .day {
    font-size: 37px;
  }
}
.newsTopList .Txt .newsInfoBox .dateRightBox {
  font-size: 16px;
}
@media (max-width: 480px) {
  .newsTopList .Txt .newsInfoBox .dateRightBox {
    font-size: 14px;
  }
}
.newsTopList .Txt .newsInfoBox .dateRightBox .year {
  padding: 5px;
  letter-spacing: 2px;
}
@media (max-width: 480px) {
  .newsTopList .Txt .newsInfoBox .dateRightBox .year {
    padding: 0 5px;
  }
}
.newsTopList .Txt .newsInfoBox .dateRightBox .classTitle {
  line-height: 1;
  letter-spacing: 2px;
}
.newsTopList .Txt .newsInfoBox .dateRightBox .classTitle::before {
  content: "【";
  margin-right: 3px;
}
.newsTopList .Txt .newsInfoBox .dateRightBox .classTitle::after {
  content: "】";
  margin-left: 3px;
}
.newsTopList .Txt .title {
  position: relative;
  font-size: 26px;
  color: #ffffff;
  font-weight: 400;
  padding-bottom: 8px;
}
@media (max-width: 480px) {
  .newsTopList .Txt .title {
    font-size: 22px;
  }
}
.newsTopList .Txt .title a {
  position: relative;
  color: #ffffff;
  display: block;
  padding-bottom: 15px;
  line-height: 1.2;
}
.newsTopList .Txt .title a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  bottom: -8px;
  left: 0;
  opacity: 0.3;
  background: url(../images/index-feature/line.png);
  background-repeat: repeat-x;
  background-position: 0 80%;
}
.newsTopList .Txt .text {
  height: 120px;
  padding-bottom: 20px;
  color: #666;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .newsTopList .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .newsTopList .Txt .btn {
    margin: 0 auto;
  }
}

.featureBox {
  display: flex;
  align-items: center;
  width: 50%;
  max-width: 330px;
  margin-top: 15px;
  margin-left: auto;
}
@media (max-width: 1180px) {
  .featureBox {
    justify-content: flex-end;
    margin-right: 20px;
  }
}
.featureBox .arrowBox {
  display: flex;
  flex-wrap: wrap;
  width: 120px;
}
.featureBox .arrowBox .arrow {
  position: relative;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  padding-top: 15px;
  background: #d69f42;
  cursor: pointer;
}
.featureBox .arrowBox .arrowPrev img {
  transform: scaleX(-1);
}
@media (max-width: 1440px) {
  .featureBox .arrowBox .arrowPrev {
    transform: rotate(0);
  }
}
.featureBox .arrowBox .arrowNext {
  margin-left: auto;
}
.featureBox .arrowBox .arrow::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #d69f42;
}
@media (min-width: 1201px) {
  .featureBox .arrowBox .arrow:hover::after {
    transform: translate(-50%, -50%);
    animation: scale 1.5s ease-in-out infinite;
  }
}
@keyframes scale {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.3;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}
.featureBox .arrowBox img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 10px;
  margin: 0 auto;
}
.featureBox .numberBox {
  font-size: 18px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #2f2f2f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  margin-left: auto;
}
@media (max-width: 1180px) {
  .featureBox .numberBox {
    display: none;
    margin-left: 0;
  }
}
.featureBox .numberBox .slidePage {
  padding: 15px;
}
.featureBox .numberBox .current {
  padding-right: 0;
}
.featureBox .numberBox .current::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 1px;
  background-color: #2f2f2f;
  margin: 0 15px;
  pointer-events: none;
}
.featureBox .numberBox .total {
  padding-left: 0;
}

.newsList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.newsList .newsItem {
  width: 33.3333333333%;
  padding: 0 30px 30px;
}
@media (max-width: 1180px) {
  .newsList .newsItem {
    width: 50%;
    padding: 0 15px 30px;
  }
}
@media (max-width: 640px) {
  .newsList .newsItem {
    width: 100%;
    padding: 0 0 30px;
  }
}
.newsList .item {
  padding: 0px;
  margin-bottom: 0px;
  border-radius: 25px;
  background: #2b455c;
}
@media (min-width: 1201px) {
  .newsList .item:hover {
    background-color: #1b2b39;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  }
  .newsList .item:hover .Img img {
    transform: scale(1.2);
  }
  .newsList .item:hover .btn_cookie {
    border-color: #436c90;
    background-color: #1b2b39;
  }
}
.newsList .Img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border: 3px solid #f3b751;
  border-radius: 18px;
  overflow: clip;
}
.newsList .Img img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsList .Txt {
  position: relative;
  padding: 30px 20px;
  max-width: 530px;
}
@media (max-width: 1366px) {
  .newsList .Txt {
    max-width: 480px;
  }
}
@media (max-width: 1280px) {
  .newsList .Txt {
    margin-left: 0;
    max-width: initial;
    width: 100%;
  }
}
.newsList .Txt .newsInfoBox {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 25px;
  color: #fff;
}
@media (max-width: 480px) {
  .newsList .Txt .newsInfoBox .dateBox, .newsList .Txt .newsInfoBox .classTitle {
    padding: 0;
  }
}
.newsList .Txt .newsInfoBox .dateBox {
  padding-right: 10px;
}
.newsList .Txt .newsInfoBox .dateBox .day {
  line-height: 1;
  font-size: 40px;
}
@media (max-width: 480px) {
  .newsList .Txt .newsInfoBox .dateBox .day {
    font-size: 37px;
  }
}
.newsList .Txt .newsInfoBox .dateRightBox {
  font-size: 16px;
}
@media (max-width: 480px) {
  .newsList .Txt .newsInfoBox .dateRightBox {
    font-size: 14px;
  }
}
.newsList .Txt .newsInfoBox .dateRightBox .year {
  padding: 0 5px;
  letter-spacing: 2px;
}
@media (max-width: 480px) {
  .newsList .Txt .newsInfoBox .dateRightBox .year {
    padding: 0 5px;
  }
}
.newsList .Txt .newsInfoBox .dateRightBox .classTitle {
  line-height: 1;
  letter-spacing: 2px;
}
.newsList .Txt .newsInfoBox .dateRightBox .classTitle::before {
  content: "【";
  margin-right: 3px;
}
.newsList .Txt .newsInfoBox .dateRightBox .classTitle::after {
  content: "】";
  margin-left: 3px;
}
.newsList .Txt .title {
  position: relative;
  font-size: 26px;
  color: #ffffff;
  font-weight: 400;
  padding-bottom: 8px;
}
@media (max-width: 480px) {
  .newsList .Txt .title {
    font-size: 22px;
  }
}
.newsList .Txt .title a {
  position: relative;
  color: #ffffff;
  display: block;
  padding-bottom: 15px;
  line-height: 1.2;
}
.newsList .Txt .title a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  bottom: -8px;
  left: 0;
  opacity: 0.3;
  background: url(../images/index-feature/line.png);
  background-repeat: repeat-x;
  background-position: 0 80%;
}
.newsList .Txt .text {
  height: 120px;
  padding-bottom: 20px;
  color: #666;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .newsList .Txt .text {
    font-size: 14px;
  }
}
.newsList .Txt .btn {
  padding: 15px 25px;
}
@media (max-width: 420px) {
  .newsList .Txt .btn {
    margin: 0 auto;
  }
}

.newsInsInfoBox {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 25px;
  color: #2f2f2f;
}
@media (max-width: 480px) {
  .newsInsInfoBox .dateBox, .newsInsInfoBox .classTitle {
    padding: 0;
  }
}
.newsInsInfoBox .dateBox {
  padding-right: 10px;
}
.newsInsInfoBox .dateBox .day {
  line-height: 1;
  font-size: 40px;
}
@media (max-width: 480px) {
  .newsInsInfoBox .dateBox .day {
    font-size: 37px;
  }
}
.newsInsInfoBox .dateBox .year {
  padding: 0 5px;
  letter-spacing: 2px;
}
@media (max-width: 480px) {
  .newsInsInfoBox .dateBox .year {
    padding: 0 5px;
  }
}
.newsInsInfoBox .classTitle {
  line-height: 1;
  letter-spacing: 2px;
  margin-left: auto;
  font-size: 16px;
}
.newsInsInfoBox .classTitle::before {
  content: "【";
  margin-right: 3px;
}
.newsInsInfoBox .classTitle::after {
  content: "】";
  margin-left: 3px;
}

.shareBox {
  float: right;
}
.shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.shareBox .back {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: rgb(174, 66, 51);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
.shareBox .back:hover {
  background: #398cb1;
}