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

#wrapper {
  width: 100%;
  overflow: hidden;
}

section {
  margin: 0 auto;
}
section .inner {
  width: 1000px;
  margin: 0 auto;
}

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

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

#news .inner {
  position: relative;
}
#news .contents {
  margin-top: 24px;
  position: relative;
}
#news .contents .list {
  display: flex;
  flex-wrap: wrap;
}
#news .contents .list .boxes {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#news .contents .list .boxes .box {
  display: flex;
  gap: 40px;
}
#news .contents .list .boxes .box .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
#news .contents .list .boxes .box .img a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  height: 270px;
}
#news .contents .list .boxes .box .img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news .contents .list .boxes .box .text {
  width: 480px;
}
#news .contents .list .boxes .box .text .title {
  font-size: 3rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  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 {
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  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: 1.6rem;
  color: #aaa;
}
#news .contents .link {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}
#news .contents .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 247px;
  height: 45px;
  border-radius: 25px;
  background-color: #fff;
  font-size: 1.6rem;
  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;
}
