@charset "UTF-8";
main {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0vw;
}

#wrapper {
  overflow: hidden;
}

section {
  padding: 0 4.8vw;
}
section .inner {
  margin: 0 auto;
}

.inner {
  width: 100%;
  margin: 0 auto;
}

/*-----------------------------------------------------------------
xxx
-----------------------------------------------------------------*/
#fv {
  width: 100%;
  position: relative;
  margin-left: -4.8vw;
  margin-right: -4.8vw;
}
#fv .main-image {
  position: relative;
  display: flex;
  width: 100vw;
  height: 64vw;
}
#fv .main-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像をはみ出させて全体にフィット＆トリミング */
  object-position: center center; /* 位置を調整（デフォルト中央） */
}

.section-title {
  position: relative;
  font-size: 6.9333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
  display: flex;
  align-items: center;
  gap: 2.6666666667vw;
  width: 100%;
  padding-top: 12vw;
}

#news .inner {
  position: relative;
  padding-bottom: 8vw;
}
#news .contents {
  margin-top: 8vw;
}
#news .contents .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#news .contents .list .boxes {
  width: 100%;
}
#news .contents .list .boxes .box {
  display: flex;
  gap: 2.6666666667vw;
}
#news .contents .list .boxes .box + .box {
  margin-top: 4vw;
}
#news .contents .list .boxes .box .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 27.3333333333vw;
}
#news .contents .list .boxes .box .img a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 27.3333333333vw;
}
#news .contents .list .boxes .box .text {
  width: 50%;
}
#news .contents .list .boxes .box .text .title {
  font-size: 3.2vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
}
#news .contents .list .boxes .box .text .title a {
  color: #333;
  text-decoration: none;
}
#news .contents .list .boxes .box .text .info {
  margin-top: 2.6666666667vw;
  font-size: 2.4vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #aaa;
  display: flex;
}
#news .contents .list .boxes .box .text .info a {
  color: #aaa;
  text-decoration: none;
}
#news .contents .list .boxes .box .text .info .categories + .date:before {
  content: "|";
  display: inline-block;
  margin: 0 0.5em;
  font-size: 2.4vw;
  color: #aaa;
}
#news .contents .link {
  display: flex;
  justify-content: center;
  margin-top: 8.9333333333vw;
}
#news .contents .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 71.3333333333vw;
  height: 11.4666666667vw;
  border-radius: 5.7333333333vw;
  background-color: #fff;
  font-size: 3.7333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
}
#news .contents .link a:hover {
  opacity: 1;
  color: #333;
  background-color: #ffe000;
  border-color: #ffe000;
}
