@charset "UTF-8";
/* color import setting
------------------------------------*/
/* ========================================
   color setting
   ======================================== */
/* ----------------------------------------
   1. 基本色（黒・白・グレー）
   ---------------------------------------- */
/* ----------------------------------------
   2. カラー（赤・青・緑・黄）
   ---------------------------------------- */
/* ----------------------------------------
   3. 背景色
   ---------------------------------------- */
/* フォームエラー時の入力欄背景（薄いピンク） */
/* ----------------------------------------
   4. 透明度付き色
   ---------------------------------------- */
/* common setting
------------------------------------*/
body {
  background: none;
}

main {
  padding: 0;
}

/* mainVisual setting
------------------------------------*/
#mainVisual {
  position: relative;
  width: 100%;
  height: 516px;
  background-image: url("../../img/top/bg_main-top_pc.webp");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
#mainVisual .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  width: 845px;
  height: 100%;
}
#mainVisual .inner h1 {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  padding: 0;
  width: auto;
  font-weight: 700;
  font-size: 36px;
  color: #333d42;
  opacity: 0;
  filter: blur(10px);
  will-change: opacity, filter;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity 1.5s ease-out, filter 1.5s ease-out;
}
#mainVisual .inner h1.fadeIn {
  opacity: 1;
  filter: blur(0);
  will-change: auto;
}
#mainVisual .inner h1 img {
  display: block;
  margin: 0 12px 0 0;
  width: 71.5px;
  height: auto;
  max-width: 100%;
}
#mainVisual .inner p {
  width: 540px;
  text-align: center;
  line-height: 2.0;
  font-weight: 600;
  font-size: 15px;
  color: #182227;
  opacity: 0;
  filter: blur(10px);
  will-change: opacity, filter;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity 1.5s ease-out, filter 1.5s ease-out;
}
#mainVisual .inner p.fadeIn {
  opacity: 1;
  filter: blur(0);
  will-change: auto;
}
#mainVisual .inner figure {
  position: absolute;
  top: 126px;
  right: 0;
  display: block;
  opacity: 0;
  filter: blur(10px);
  will-change: opacity, filter;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity 1.5s ease-out, filter 1.5s ease-out;
}
#mainVisual .inner figure.fadeIn {
  opacity: 1;
  filter: blur(0);
  will-change: auto;
}
#mainVisual .inner figure img {
  width: 205px;
  height: auto;
}

/* topIntro setting
------------------------------------*/
#topIntro {
  padding: 20px 0 80px;
}
#topIntro .inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
#topIntro .inner h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 50px;
  text-align: center;
  font-size: 20px;
}
#topIntro .inner h2 span {
  font-size: 11px;
}
#topIntro .inner h2 small {
  display: block;
  margin: 5px 0 0;
  width: 100%;
  font-size: 12px;
  color: #0087ac;
}
#topIntro .inner p {
  text-align: center;
  line-height: 1.85;
  font-size: 14px;
}
#topIntro .inner p small {
  font-size: 11px;
}

/* aboutBusiness setting
------------------------------------*/
#aboutBusiness {
  padding: 80px 0;
  background: url("../../img/top/bg_business_pc.webp") center/cover no-repeat;
}
#aboutBusiness .inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  text-align: center;
}
#aboutBusiness .inner h2 {
  margin: 0 0 50px;
  font-weight: 600;
  font-size: 20px;
}
#aboutBusiness .inner h2 small {
  display: block;
  margin: 5px 0 0;
  width: 100%;
  font-size: 12px;
  color: #0087ac;
}
#aboutBusiness .inner > p {
  margin: 0 0 50px;
  line-height: 1.85;
  font-size: 14px;
}
#aboutBusiness .inner ol {
  list-style: none;
  margin: 0 auto 50px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 97.5%;
  max-width: 1045px;
}
#aboutBusiness .inner ol li {
  position: relative;
  box-sizing: border-box;
  padding: 55px 0 20px;
  width: 23.925%;
  background: #fff;
  border-radius: 20px 0 20px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  opacity: 0;
  filter: blur(10px);
  will-change: opacity, filter;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity 1.5s ease-out, filter 1.5s ease-out, box-shadow 0.3s ease, transform 0.3s ease;
}
#aboutBusiness .inner ol li.fadeIn {
  opacity: 1;
  filter: blur(0);
  will-change: auto;
}
#aboutBusiness .inner ol li:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
#aboutBusiness .inner ol li::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: url("../../img/common/logo-ci.svg") no-repeat center/contain;
}
#aboutBusiness .inner ol li::before {
  content: counter(list-item);
  position: absolute;
  left: 50%;
  top: -15px;
  display: block;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  color: #0087ac;
  z-index: 1;
}
#aboutBusiness .inner ol li h3 {
  font-weight: 600;
  font-size: 16px;
}
#aboutBusiness .inner ol li h3 small {
  letter-spacing: -0.1em;
  font-size: 11px;
}
#aboutBusiness .inner ol li figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
#aboutBusiness .inner ol li figure img {
  width: auto;
  height: 34px;
}
#aboutBusiness .inner ol li p {
  padding: 0 6%;
  line-height: 2.0;
  text-align: left;
  font-size: 12px;
  color: #333344;
}
#aboutBusiness .inner > a.btnPrimary {
  position: relative;
  display: block;
  box-sizing: border-box;
  background: #0087ac;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  width: 415px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  line-height: 80px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  transition: opacity 0.6s ease;
}
#aboutBusiness .inner > a.btnPrimary::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin: -5px 0 0;
  width: 8px;
  height: 8px;
  transition: all 0.3s;
}
#aboutBusiness .inner > a.btnPrimary:hover {
  opacity: 0.8;
}

/* handledBrands setting
------------------------------------*/
#handledBrands {
  position: relative;
  padding: 80px 0;
  background: url("../../img/top/bg_brands.webp") center/cover no-repeat;
}
#handledBrands::before, #handledBrands::after {
  content: '';
  position: absolute;
  top: -33.5px;
  left: 0;
  display: block;
  width: 50%;
  height: 33.5px;
  background: url("../../img/common/img_line.webp") center/100% 100% no-repeat;
}
#handledBrands::after {
  top: auto;
  bottom: -33.5px;
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
#handledBrands .inner {
  margin: 0 auto;
  width: 80%;
  max-width: 1000px;
  text-align: center;
}
#handledBrands .inner h2 {
  margin: 0 0 50px;
  font-weight: 600;
  font-size: 20px;
}
#handledBrands .inner h2 small {
  display: block;
  margin: 5px 0 0;
  width: 100%;
  font-size: 12px;
  color: #0087ac;
}
#handledBrands .inner p {
  margin: 0 0 50px;
  line-height: 1.85;
  font-size: 14px;
}
#handledBrands .inner ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
#handledBrands .inner ul::after {
  content: '※五十音順';
  position: absolute;
  bottom: -40px;
  right: 30px;
  font-size: 10px;
}
#handledBrands .inner ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  opacity: 0;
  filter: blur(10px);
  will-change: opacity, filter;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity 1.5s ease-out, filter 1.5s ease-out, box-shadow 0.3s ease;
}
#handledBrands .inner ul li.fadeIn {
  opacity: 1;
  filter: blur(0);
  will-change: auto;
}
#handledBrands .inner ul li img {
  width: auto;
  height: 25px;
  max-width: 175px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

/* latestNews and businessCalendar (2 column layout)
------------------------------------*/
#latestNewsCalendar {
  padding: 100px 0;
}
#latestNewsCalendar .inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
  max-width: 980px;
}
#latestNewsCalendar .inner #latestNews {
  margin: 17.5px 0 0;
  width: 45%;
  text-align: center;
}
#latestNewsCalendar .inner #latestNews h2 {
  margin: 0 0 30px;
  font-size: 20px;
}
#latestNewsCalendar .inner #latestNews h2 span {
  display: block;
  margin: 0 0 10px;
  font-size: 15px;
}
#latestNewsCalendar .inner #latestNews h2 small {
  display: block;
  margin: 10px 0 0;
  width: 100%;
  font-size: 12px;
  color: #0087ac;
}
#latestNewsCalendar .inner #latestNews .newsList {
  margin: 0 0 30px;
}
#latestNewsCalendar .inner #latestNews .newsList li {
  border-bottom: 1px solid #e3e3e3;
}
#latestNewsCalendar .inner #latestNews .newsList li > a {
  display: flex;
  align-items: center;
  padding: 15px 0;
  gap: 5%;
  text-decoration: none;
  transition: opacity 0.3s ease;
  text-align: left;
}
#latestNewsCalendar .inner #latestNews .newsList li > a:hover {
  opacity: 0.8;
}
#latestNewsCalendar .inner #latestNews .newsList li > a:hover .newsThumbnail img {
  transform: scale(1.1);
}
#latestNewsCalendar .inner #latestNews .newsList li > a:hover .newsContent span {
  color: #222;
  text-decoration: underline;
}
#latestNewsCalendar .inner #latestNews .newsList li .newsThumbnail {
  border-radius: 5px;
  flex-shrink: 0;
  margin: 0;
  width: 110px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
#latestNewsCalendar .inner #latestNews .newsList li .newsThumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
#latestNewsCalendar .inner #latestNews .newsList li .newsContent {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 12px;
}
#latestNewsCalendar .inner #latestNews .newsList li .newsContent .newsContentMeta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
#latestNewsCalendar .inner #latestNews .newsList li .newsContent .newsContentMeta time {
  position: relative;
  min-width: auto;
}
#latestNewsCalendar .inner #latestNews .newsList li .newsContent .newsContentMeta time::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-2.5px);
  left: -10px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #7fa329;
  display: block;
  width: 6px;
  height: 6px;
}
#latestNewsCalendar .inner #latestNews .newsList li .newsContent .newsContentMeta .newsCategory {
  display: inline-block;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  background: #333344;
  border-radius: 3px;
  text-decoration: none;
  font-size: 10px;
  color: #fff;
}
#latestNewsCalendar .inner #latestNews .newsList li .newsContent span {
  line-height: 1.75;
  text-decoration: underline;
  color: #0087ac;
  transition: color 0.3s ease;
}
#latestNewsCalendar .inner #latestNews > a {
  position: relative;
  display: block;
  background: #0087ac;
  margin: 15px auto 0;
  width: 72.72%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  transition: opacity 0.6s ease;
}
#latestNewsCalendar .inner #latestNews > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin: -5px 0 0;
  width: 8px;
  height: 8px;
  transition: all 0.3s;
}
#latestNewsCalendar .inner #latestNews > a:hover {
  opacity: 0.8;
}
#latestNewsCalendar .inner #businessCalendar {
  position: relative;
  border-radius: 20px 0 20px 0;
  background: #f9f9f9;
  padding: 50px 20px 0;
  width: 45%;
  text-align: center;
}
#latestNewsCalendar .inner #businessCalendar::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: url("../../img/common/logo-ci.svg") no-repeat center/contain;
}
#latestNewsCalendar .inner #businessCalendar h2 {
  margin: 0 0 20px;
  font-size: 20px;
}
#latestNewsCalendar .inner #businessCalendar h2 small {
  display: block;
  margin: 10px 0 0;
  width: 100%;
  font-size: 12px;
  color: #0087ac;
}
#latestNewsCalendar .inner #businessCalendar .businessCalendar {
  position: relative;
  background: #fff;
  padding: 25px 0 5px;
}
#latestNewsCalendar .inner #businessCalendar .businessCalendar h3 {
  margin: 0 0 15px;
  text-align: center;
  font-size: 22px;
}
#latestNewsCalendar .inner #businessCalendar .businessCalendar h3 small {
  font-weight: 600;
  font-size: 12px;
}
#latestNewsCalendar .inner #businessCalendar .businessCalendar button {
  position: absolute;
  top: 150px;
  left: 0;
  transform: translateX(-70%);
  display: block;
  border: none;
  border-radius: 50%;
  background: #0087ac;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s;
}
#latestNewsCalendar .inner #businessCalendar .businessCalendar button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
  margin: -5px 0 0;
  width: 8px;
  height: 8px;
  transition: all 0.3s;
}
#latestNewsCalendar .inner #businessCalendar .businessCalendar button.btnNext {
  left: auto;
  right: 0;
  transform: translateX(70%);
}
#latestNewsCalendar .inner #businessCalendar .businessCalendar button.btnNext::after {
  right: auto;
  left: 20px;
  transform: rotate(45deg);
}
#latestNewsCalendar .inner #businessCalendar .businessCalendar button:hover {
  background: #005f79;
}
#latestNewsCalendar .inner #businessCalendar .businessCalendar button:disabled {
  background: #bbb;
  cursor: not-allowed;
}
#latestNewsCalendar .inner #businessCalendar .businessCalendar .calendarLegend .legendItem {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
#latestNewsCalendar .inner #businessCalendar .businessCalendar .calendarLegend .legendColor {
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 14px;
}
#latestNewsCalendar .inner #businessCalendar .businessCalendar .calendarLegend .legendColor.holiday {
  background: #eb0c0c;
}
#latestNewsCalendar .inner #businessCalendar .businessCalendar .calendarTable {
  margin: 0 auto 20px;
  width: 75%;
  border-collapse: separate;
  border-spacing: 6px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
#latestNewsCalendar .inner #businessCalendar .businessCalendar .calendarTable th {
  box-sizing: border-box;
  width: 14%;
  padding: 10px 0;
  height: 35px;
}
#latestNewsCalendar .inner #businessCalendar .businessCalendar .calendarTable th.sunday {
  color: #eb0c0c;
}
#latestNewsCalendar .inner #businessCalendar .businessCalendar .calendarTable th.saturday {
  color: #0087ac;
}
#latestNewsCalendar .inner #businessCalendar .businessCalendar .calendarTable td {
  box-sizing: border-box;
  width: 14.285714285714286%;
  vertical-align: middle;
  height: 35px;
}
#latestNewsCalendar .inner #businessCalendar .businessCalendar .calendarTable td.empty {
  background: #fff;
}
#latestNewsCalendar .inner #businessCalendar .businessCalendar .calendarTable td.sunday, #latestNewsCalendar .inner #businessCalendar .businessCalendar .calendarTable td.saturday {
  color: #0087ac;
  background: #f0f8ff;
}
#latestNewsCalendar .inner #businessCalendar .businessCalendar .calendarTable td.holiday {
  background: #eb0c0c;
  color: #fff;
  font-weight: bold;
}
#latestNewsCalendar .inner #businessCalendar .businessCalendar .calendarTable td.today {
  border: 4px solid #ffd700;
}
#latestNewsCalendar .inner #businessCalendar .calendarInfo {
  display: flex;
  justify-content: center;
  gap: 2%;
}
#latestNewsCalendar .inner #businessCalendar .calendarInfo .infoBox {
  width: 45.5%;
  padding: 20px 0;
  font-size: 13px;
}
#latestNewsCalendar .inner #businessCalendar .calendarInfo .infoBox h4 {
  border-radius: 5px;
  background: #666;
  margin: 0 0 5px;
  padding: 3px;
  color: #fff;
}
#latestNewsCalendar .inner #businessCalendar .calendarNote {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin: 0 auto -20px;
  width: 340px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}

/* ------------------------------------------------------------------------
	Ajustment For Small PC Window 
------------------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  /* aboutBusiness setting
  ------------------------------------*/
  #aboutBusiness .inner ol li h3 {
    font-size: 14px;
  }
  #aboutBusiness .inner ol li h3 small {
    font-size: 10px;
  }
}
/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* mainVisual setting
  ------------------------------------*/
  #mainVisual {
    width: 100%;
    height: 139.467vw;
    background-image: url("../../img/top/bg_main-top_sp.webp");
  }
  #mainVisual .inner {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  #mainVisual .inner h1 {
    margin: 24vw 0 5.7333vw;
    font-size: 5.3333333vw;
    filter: blur(2.66667vw);
  }
  #mainVisual .inner h1 img {
    margin: 0 3.2vw 0 0;
    width: 14.2666667vw;
  }
  #mainVisual .inner p {
    width: 100%;
    line-height: 1.8;
    font-size: 3.466667vw;
    filter: blur(2.66667vw);
  }
  #mainVisual .inner figure {
    top: 58.4vw;
    right: 50%;
    transform: translateX(50%);
    filter: blur(2.66667vw);
  }
  #mainVisual .inner figure img {
    width: 38.933333vw;
  }

  /* topIntro setting
  ------------------------------------*/
  #topIntro {
    padding: 6.6666667vw 0 12vw;
  }
  #topIntro .inner h2 {
    margin: 0 0 4.8vw;
    font-size: 5.3333333vw;
  }
  #topIntro .inner h2 span {
    font-size: 3.733333vw;
  }
  #topIntro .inner h2 small {
    margin: 2.666667vw 0 0;
    font-size: 3.2vw;
  }
  #topIntro .inner p {
    text-align: left;
    font-size: 3.733333vw;
  }
  #topIntro .inner p small {
    font-size: 3.2vw;
  }

  /* aboutBusiness setting
  ------------------------------------*/
  #aboutBusiness {
    padding: 12vw 0;
    background: url("../../img/top/bg_business_sp.webp") center/cover no-repeat;
  }
  #aboutBusiness .inner {
    width: 92vw;
  }
  #aboutBusiness .inner h2 {
    margin: 0 0 4.8vw;
    font-size: 5.3333333vw;
  }
  #aboutBusiness .inner h2 small {
    margin: 2.666667vw 0 0;
    font-size: 3.2vw;
  }
  #aboutBusiness .inner > p {
    text-align: left;
    font-size: 3.733333vw;
  }
  #aboutBusiness .inner ol {
    margin: 0 auto 8vw;
    width: 100%;
  }
  #aboutBusiness .inner ol li {
    border-radius: 5.3333333vw 0 5.3333333vw 0;
    box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.15);
    margin: 0 0 4.73333vw;
    padding: 10vw 0 4vw;
    width: 48.5%;
    opacity: 0;
    filter: blur(2.66667vw);
  }
  #aboutBusiness .inner ol li.fadeIn {
    opacity: 1;
    filter: blur(0);
    will-change: auto;
  }
  #aboutBusiness .inner ol li:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
  }
  #aboutBusiness .inner ol li::after {
    width: 10.666667vw;
    height: 10.666667vw;
  }
  #aboutBusiness .inner ol li::before {
    font-size: 2.666667vw;
  }
  #aboutBusiness .inner ol li h3 {
    line-height: 1.3;
    font-size: 3.7333333vw;
  }
  #aboutBusiness .inner ol li h3 small {
    letter-spacing: -0.1em;
    font-size: 3.2vw;
  }
  #aboutBusiness .inner ol li figure {
    height: 14.4vw;
  }
  #aboutBusiness .inner ol li figure img {
    height: 8vw;
  }
  #aboutBusiness .inner ol li p {
    padding: 0 2.4vw;
    line-height: 1.6;
    letter-spacing: 0.01em;
    font-size: 2.933333vw;
  }
  #aboutBusiness .inner > a.btnPrimary {
    box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.15);
    width: 92vw;
    height: 17.333333vw;
    line-height: 17.333333vw;
    font-size: 3.733333vw;
  }
  #aboutBusiness .inner > a.btnPrimary::after {
    right: 4vw;
    border-top: 0.4vw solid #fff;
    border-right: 0.4vw solid #fff;
    margin: -0.8vw 0 0;
    width: 2.4vw;
    height: 2.4vw;
  }

  /* handledBrands setting
  ------------------------------------*/
  #handledBrands {
    padding: 12vw 0 20vw;
  }
  #handledBrands::before, #handledBrands::after {
    top: -4.8vw;
    width: 100%;
    height: 4.8vw;
  }
  #handledBrands::after {
    top: auto;
    bottom: -4.8vw;
  }
  #handledBrands .inner {
    width: 92vw;
  }
  #handledBrands .inner h2 {
    margin: 0 0 4.8vw;
    font-size: 5.3333333vw;
  }
  #handledBrands .inner h2 small {
    margin: 2.666667vw 0 0;
    font-size: 3.2vw;
  }
  #handledBrands .inner p {
    margin: 0 0 8vw;
    text-align: left;
    font-size: 3.7333333vw;
  }
  #handledBrands .inner ul {
    gap: 6.4vw;
  }
  #handledBrands .inner ul::after {
    bottom: -10vw;
    right: 4vw;
    font-size: 2.666667vw;
  }
  #handledBrands .inner ul li {
    filter: blur(2.66667vw);
  }
  #handledBrands .inner ul li img {
    height: 4.8vw;
    max-width: 32vw;
  }

  /* latestNews and businessCalendar (2 column layout)
  ------------------------------------*/
  #latestNewsCalendar {
    padding: 16vw 0;
  }
  #latestNewsCalendar .inner {
    display: block;
    width: 100%;
  }
  #latestNewsCalendar .inner #latestNews {
    margin: 0 auto 20vw;
    width: 92vw;
  }
  #latestNewsCalendar .inner #latestNews h2 {
    margin: 0 0 4.8vw;
    font-size: 5.3333333vw;
  }
  #latestNewsCalendar .inner #latestNews h2 span {
    margin: 0 0 2.4vw;
    font-size: 3.733333vw;
  }
  #latestNewsCalendar .inner #latestNews h2 small {
    margin: 2.666667vw 0 0;
    font-size: 3.2vw;
  }
  #latestNewsCalendar .inner #latestNews .newsList {
    margin: 0 0 8vw;
  }
  #latestNewsCalendar .inner #latestNews .newsList li {
    border-bottom: 0.26667vw solid #e3e3e3;
  }
  #latestNewsCalendar .inner #latestNews .newsList li > a {
    padding: 4vw 0;
  }
  #latestNewsCalendar .inner #latestNews .newsList li .newsThumbnail {
    width: 22vw;
    aspect-ratio: 4 / 3;
    height: auto;
    border-radius: 1.3333333vw;
  }
  #latestNewsCalendar .inner #latestNews .newsList li .newsContent {
    font-size: 3.2vw;
  }
  #latestNewsCalendar .inner #latestNews .newsList li .newsContent span {
    font-size: 3.2vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #latestNewsCalendar .inner #latestNews > a {
    margin: 8vw auto 0;
    width: 100%;
    height: 17.333333vw;
    line-height: 17.333333vw;
    font-size: 3.733333vw;
  }
  #latestNewsCalendar .inner #latestNews > a::after {
    right: 4vw;
    border-top: 0.4vw solid #fff;
    border-right: 0.4vw solid #fff;
    margin: -1.3vw 0 0;
    width: 2.4vw;
    height: 2.4vw;
  }
  #latestNewsCalendar .inner #businessCalendar {
    border-radius: 0;
    padding: 12vw 0 0;
    width: 100%;
  }
  #latestNewsCalendar .inner #businessCalendar::before {
    top: -5.3333333vw;
    width: 10.666667vw;
    height: 10.666667vw;
  }
  #latestNewsCalendar .inner #businessCalendar h2 {
    margin: 0 0 4.8vw;
    font-size: 5.3333333vw;
  }
  #latestNewsCalendar .inner #businessCalendar h2 small {
    margin: 2.666667vw 0 0;
    font-size: 3.2vw;
  }
  #latestNewsCalendar .inner #businessCalendar .businessCalendar {
    margin: 0 auto;
    padding: 25px 0 5px;
    width: 92vw;
  }
  #latestNewsCalendar .inner #businessCalendar .businessCalendar h3 {
    margin: 0 0 4vw;
    font-size: 5.8666667vw;
  }
  #latestNewsCalendar .inner #businessCalendar .businessCalendar h3 small {
    font-size: 3.2vw;
  }
  #latestNewsCalendar .inner #businessCalendar .businessCalendar button {
    top: 4vw;
    left: 15vw;
    transform: 0;
    width: 12vw;
    height: 12vw;
    line-height: 12vw;
  }
  #latestNewsCalendar .inner #businessCalendar .businessCalendar button::after {
    right: 4.8vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-135deg);
    margin: -1.0666667vw 0 0;
    width: 1.6vw;
    height: 1.6vw;
  }
  #latestNewsCalendar .inner #businessCalendar .businessCalendar button.btnNext {
    left: auto;
    right: 15vw;
    transform: 0;
  }
  #latestNewsCalendar .inner #businessCalendar .businessCalendar button.btnNext::after {
    right: auto;
    left: 4.8vw;
  }
  #latestNewsCalendar .inner #businessCalendar .businessCalendar .calendarLegend .legendItem {
    gap: 1.6vw;
  }
  #latestNewsCalendar .inner #businessCalendar .businessCalendar .calendarLegend .legendColor {
    width: 2.8vw;
    height: 2.8vw;
    font-size: 2.8vw;
  }
  #latestNewsCalendar .inner #businessCalendar .businessCalendar .calendarTable {
    margin: 0 auto 2.4vw;
    width: 95%;
    border-spacing: 1.2vw;
    font-size: 3.733333vw;
  }
  #latestNewsCalendar .inner #businessCalendar .businessCalendar .calendarTable th {
    padding: 2vw 0;
    height: 7.2vw;
  }
  #latestNewsCalendar .inner #businessCalendar .businessCalendar .calendarTable td {
    height: 7.2vw;
  }
  #latestNewsCalendar .inner #businessCalendar .businessCalendar .calendarTable td.today {
    border: 0.8vw solid #ffd700;
  }
  #latestNewsCalendar .inner #businessCalendar .calendarInfo .infoBox {
    padding: 4vw 0;
    font-size: 3.2vw;
  }
  #latestNewsCalendar .inner #businessCalendar .calendarInfo .infoBox h4 {
    border-radius: 1.3333333vw;
    margin: 0 0 1.3333333vw;
    padding: 0.8vw;
  }
  #latestNewsCalendar .inner #businessCalendar .calendarNote {
    border-radius: 4vw;
    box-shadow: 0 0.53333vw 2.13333vw rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    width: 92vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 3.2vw;
  }
}
