@charset "utf-8";


/*
 * Styles
 */

/* Main Visual */
.mv_box {
  position: relative;
  padding-top: calc(760 / 1440 * 100%);
  background-color: var(--base-color-black);
}
.mv_box .mv_inner {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
  width: calc(1410 / 1440 * 100%);
  height: calc(700 / 760 * 100%);
  overflow: hidden;
}
.mv_box .mv_inner ul > li {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
}
.mv_box .mv01 {
  background-image: url(../images/mv01.jpg);
}
.mv_box .mv02 {
  background-image: url(../images/mv02.jpg);
}
.mv_box .mv03 {
  background-image: url(../images/mv03.jpg);
}
.mv_box .mv_text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(1110 / 1410 * 100%);
  height: calc(200 / 700 * 100%);
  background-color: rgba(0,0,0,.5);
  color: var(--base-color-white);
  font-size: 2.5vw;
}
.mv_box .mv_text > span {
  display: block;
  padding-left: 10%;
}
.mv_box .mv_text ._txt_l {
  font-size: 4.1667vw;
}
@media screen and (max-width:767px) {
  .mv_box {
    padding-top: calc(280 / 375 * 100%);
  }
  .mv_box .mv_inner {
    width: calc(365 / 375 * 100%);
    height: calc(260 / 280 * 100%);
  }
  .mv_box .mv_inner ul > li {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mv_box .mv_text {
    width: 100%;
    height: calc(82 / 260 * 100%);
    font-size: 3.2vw;
  }
  .mv_box .mv_text > span {
    padding-left: 8%;
  }
  .mv_box .mv_text ._txt_l {
    font-size: 6.4vw;
  }
}



.lead_box {
  position: absolute;
  right: 0;
  bottom: calc(-22 / 760 * 100%);
  z-index: 10;
  width: calc(690 / 1440 * 100%);
  height: calc(180 / 760 * 100%);
}
.lead_box::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(200 / 180 * 100%);
  background-image: url(../images/flag_bg2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}
.lead_box .lead_box_inner {
  width: 100%;
  height: 100%;
  background-color: var(--base-color-red);
  mask-image: url(../images/flag_mask.svg);
  mask-size: contain;
  mask-position: right bottom;
  mask-repeat: no-repeat;
}
.lead_box .lead_box_inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/flag_bg.png);
  background-size: contain;
  background-position: center center;
  opacity: 0.6;
  content: '';
}
.lead_box .lead_text {
  position: absolute;
  right: 2%;
  bottom: 2%;
  text-align: right;
  color: var(--base-color-white);
  font-size: 1.5278vw;

}
.lead_box .lead_text ._txt_l {
  font-size: 2.7778vw;
}
@media screen and (max-width:767px) {
  .lead_box {
    width: calc(690 / 750 * 100%);
    height: calc(180 / 560 * 100%);
  }
  .lead_box .lead_text {
    font-size: 2.9333vw;
  }
  .lead_box .lead_text ._txt_l {
    font-size: 5.3333vw;
  }
}



.info_box {
  display: flex;
  flex-wrap: nowrap;
  margin-top: calc(110 / 1000 * 100%);
}
.info_box > .title {
  position: relative;
  display: flex;
  width: 30%;
  padding: calc(20 / 1000 * 100%) 0;
}
.info_box > .title::before,
.info_box > .title::after {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  padding-top: calc(20 / 300 * 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  content: '';
}
.info_box > .title::before {
  top: 0;
  background-image: url(../images/bg5-1.svg);
}
.info_box > .title::after {
  bottom: 0;
  background-image: url(../images/bg5-2.svg);
}
.info_box > .title > .bg {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(100% + 2px);
  background-color: var(--base-color-red);
}
.info_box > .title > .text {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  width: calc(280 / 300 * 100%);
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  background-image: url(../images/bg-info.png);
  color: var(--base-color-white);
  font-size: clamp(20px, calc(0.5952vw + 15.4286px), 24px);
}
.info_box > .title > .text::before {
  position: absolute;
  top: 50%;
  left: calc(8 / 280 * 100%);
  transform: translate3d(0, -50%, 0);
  display: block;
  width: calc(72 / 280 * 100%);
  padding-top: calc(72 / 280 * 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/assets/images/icon-news.svg);
  content: '';
}
.info_box > .title > span > span {
  position: relative;
  display: block;
  padding-left: calc(100 / 280 * 100%);
}

.info_box > .info {
  display: block;
  box-sizing: border-box;
  width: 70%;
  padding: calc(20 / 1000 * 100%)
           calc(120 / 1000 * 100%)
           calc(20 / 1000 * 100%)
           calc(40 / 1000 * 100%);
  background-color: var(--base-color-white);
}
.info_box > .info li {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 16px;
}
.info_box > .info .date {
  width: calc(104 / 540 * 100%);
}
.info_box > .info .category {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(96 / 540 * 100%);
  height: 24px;
  font-size: 12px;
  color: var(--base-color-white);
}
.info_box > .info .category._cat_product {
  background-color: var(--base-color-foot);
}
.info_box > .info .category._cat_company {
  background-color: var(--base-color-red);
}
.info_box > .info .text {
  box-sizing: border-box;
  width: calc(340 / 540 * 100%);
  padding-left: 2em;
}
@media screen and (max-width:767px) {
  .info_box {
    display: block;
  }
  .info_box > .title {
    display: block;
    width: 100%;
    padding: 0;
    padding-top: calc(41 / 345 * 100%);
  }
  .info_box > .title::before,
  .info_box > .title::after {
    display: none;
  }
  .info_box > .title > .bg {
    display: none;
  }
  .info_box > .title > .text {
    width: 100%;
    height: 100%;
    mask-image: url(/assets/images/bg-title01-sp.svg);
    mask-size: contain;
    mask-position: center bottom;
    mask-repeat: no-repeat;
    background-color: var(--base-color-red);
    background-size: 50%;
    font-size: 3.7333vw;
  }
  .info_box > .title > .text::before {
    width: calc(36 / 345 * 100%);
    padding-top: calc(36 / 345 * 100%);
  }
  .info_box > .title > span > span {
    padding-left: calc(50 / 345 * 100%);
  }
  .info_box > .info {
    width: 100%;
    padding: calc(15 / 345 * 100%);
  }
  .info_box > .info li {
    flex-wrap: wrap;
  }
  .info_box > .info .date {
    width: calc(66 / 315 * 100%);
    margin-right: 0.75em;
  }
  .info_box > .info .category {
    width: calc(66 / 315 * 100%);
    height: 17px;
    font-size: 10px;
  }
  .info_box > .info .text {
    width: 100%;
    margin-top: 8px;
    padding-left: 0;
  }
}




.calendar_box {
  position: relative;
  margin-top: calc(160 / 1000 * 100%);
  padding-top: calc(110 / 1000 * 100%);
  padding-bottom: calc(72 / 1000 * 100%);
}

.calendar_box .title {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transform: translate3d(0, -50%, 0);
  padding-top: calc(120 / 1000 * 100%);
  mask-image: url(/assets/images/bg-title02.svg);
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
  background-color: var(--base-color-red);
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../images/bg_img-calendar.png);
  background-size: contain;
}
.calendar_box .title::before {
  position: absolute;
  top: 50%;
  left: calc(28 / 1000 * 100%);
  transform: translate3d(0, -50%, 0);
  width: calc(72 / 1000 * 100%);
  padding-top: calc(72 / 1000 * 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/assets/images/icon-calendar.svg);
  content: '';
}
.calendar_box .title > span {
  position: absolute;
  top: 50%;
  left: calc(120 / 1000 * 100%);
  transform: translate3d(0, -50%, 0);
  display: block;
  color: var(--base-color-white);
  font-size: clamp(20px, calc(0.5952vw + 15.4286px), 24px);
}

.calendar {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 350px;
  padding: 0 calc(20 / 1000 * 100%);
}
.calendar .month {
  box-sizing: border-box;
  width: calc((42 * 7) / 960 * 100%);
  padding: 0 calc(13 / 960 * 100%);
}
.calendar dt {
  display: block;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
.calendar dd {
  margin-top: 16px;
}
.calendar dd > ul > li > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  border-top: 1px rgb(207,207,207) solid;
}
.calendar dd > ul > li:first-child > ul {
  border-top-style: none;
}
.calendar dd > ul > li:nth-child(2) > ul {
  justify-content: flex-end;
}
.calendar dd > ul > li > ul > li {
  position: relative;
  width: calc(100% / 7);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 3;
}
.calendar ._snd {
  color: var(--base-color-red);
}
.calendar ._hld::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: block;
  width: calc(30 / 42 * 100%);
  height: calc(30 / 42 * 100%);
  border-radius: 50%;
  border: 2px var(--base-color-red) solid;
  content: '';
}
.calendar ._evt::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: block;
  width: calc(38 / 42 * 100%);
  height: calc(30 / 42 * 100%);
  border: 2px var(--base-color-red) solid;
  content: '';
}

.calendar .swiper-button-next,
.calendar .swiper-button-prev {
  top: 50%;
  display: block;
  width: 36px;
  height: 36px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/assets/images/arrow_calendar.svg);
}
.calendar .swiper-button-next::after,
.calendar .swiper-button-prev::after {
  display: none;
}
.calendar .swiper-button-prev {
  transform: translate(-100%, 0);
}
.calendar .swiper-button-next {
  transform: translate(100%, 0) rotate(180deg);
}

.calendar_box .note {
  display: flex;
  justify-content: center;
  margin-top: calc(40 / 1000 * 100%);
}
.calendar_box .note {}

.calendar_box ._btn {
  margin-top: calc(55 / 1000 * 100%);
}
.calendar_box ._btn > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 560px;
  height: 56px;
  margin: 0 auto;
  border-radius: 28px;
  background-color: var(--base-color-white);
  box-shadow: 0px 3px 7px rgba(0,0,0,0.20);
}
.calendar_box ._btn > a > span {
  position: relative;
  display: flex;
  align-items: center;
  height: 28px;
  padding-right: 40px;
}
.calendar_box ._btn > a > span::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../images/icon_pdf.svg);
  content: '';
}
@media screen and (max-width:767px) {
  .calendar_box {
    padding-top: calc(50 / 345 * 100%);
  }
  .calendar_box .title > span {
    font-size: 3.7333vw;
  }
  .calendar {
    width: calc(300 / 345 * 100%);
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
  .calendar dt {
    font-size: 19px;
  }
  .calendar .month {
    width: 100%;
    padding: 0;
  }
  .calendar > .month:first-child {
  }
  .calendar .swiper-button-next,
  .calendar .swiper-button-prev {
    top: 0;
  }
  .calendar_box ._btn > a {
    width: 350px;
    height: 35px;
  }
  .calendar_box ._btn > a > span {
    height: 18px;
  }
  .calendar_box ._btn > a > span::before {
    height: 18px;
    padding-right: 30px;
  }
}



































