.keyvisual {
  height: 496px;
  background-image: url(../img/top/keyvisual.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .keyvisual {
    height: 250px;
  }
}
.keyvisual__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1246px;
  margin: auto;
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .keyvisual__wrapper {
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }
}
.keyvisual__heading {
  margin-top: 20px;
  margin-left: 3.2102728%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .keyvisual__heading {
    margin: 0;
  }
}
.keyvisual__title {
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .keyvisual__title {
    font-size: 3rem;
  }
}
.keyvisual__text {
  display: flex;
  align-items: center;
  margin-top: 12px;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .keyvisual__text {
    margin-top: 5px;
    font-size: 1.5rem;
  }
}
.keyvisual__decoration {
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  height: 3px;
  background-color: #fff;
}

.keyvisual__info {
  position: absolute;
  top: 106px;
  right: calc(50% - 660px);
  width: 518px;
  height: 261px;
  background-color: #fff;
  border-radius: 11px;
}

@media screen and (max-width: 1340px) {
  .keyvisual__info {
    right: 27px;
  }
}
@media screen and (max-width: 1080px) {
  .keyvisual__info {
    display: none;
  }
}
.featureContent {
  padding-bottom: 93px;
  background-image: url(../img/top/background_img_01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .featureContent {
    height: auto;
    padding-bottom: 0;
  }
}
.feature {
  display: flex;
  justify-content: space-between;
  max-width: 1266px;
  margin: auto;
  padding-top: 53px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .feature {
    flex-direction: column;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.feature__item {
  position: relative;
  width: 30.4975922953%;
}

@media screen and (max-width: 767px) {
  .feature__item {
    width: 100%;
    margin-bottom: 76px;
  }
}
.feature__imgWrapper img {
  width: 100%;
  vertical-align: middle;
}

.feature__linkArea {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 86.8421052632%;
}

@media screen and (max-width: 767px) {
  .feature__linkArea {
    bottom: -48px;
    width: 94.0298507463%;
  }
}
.feature__link {
  position: relative;
  display: block;
  padding: 22px 12.5% 22px 6.25%;
  background-color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}

.feature__link:hover {
  background-color: #018D54;
  color: #fff;
}

.feature__link:hover .blankIcon {
  background-image: url(../img/blank_icon_white.png);
}

.feature__link:hover::before {
  background-color: #fff;
}

.feature__link:hover::after {
  background-color: #fff;
}

@media screen and (max-width: 850px) {
  .feature__link {
    font-size: 2rem;
  }
}
.feature__link::before, .feature__link::after {
  content: "";
  width: 10px;
  height: 2px;
  display: inline-block;
  border-radius: 2px;
  background-color: #018D54;
  position: absolute;
  right: 23px;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .feature__link::before, .feature__link::after {
    right: 10px;
  }
}
.feature__link::before {
  top: calc(50% - 4px);
  transform: rotate(45deg);
}

.feature__link::after {
  bottom: calc(50% - 4px);
  transform: rotate(-45deg);
}

.feature__linkArea--row2 > .feature__link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 2rem;
}

@media screen and (max-width: 850px) {
  .feature__linkArea--row2 > .feature__link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .feature__linkArea--row2 > .feature__link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 2rem;
  }
}
.feature__link:not(:first-child) {
  margin-top: 7px;
}

.materialContent {
  padding: 90px 0 56px;
}

@media screen and (max-width: 767px) {
  .materialContent {
    padding: 25px 20px;
  }
}
.newsContent {
  background-image: url(../img/top/background_img_02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.news {
  position: relative;
  max-width: 1100px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 45px;
}

@media screen and (max-width: 1080px) {
  .news {
    padding: 0 20px;
    padding-bottom: 30px;
  }
}
.news__rss {
  margin-bottom: 9px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-align: right;
}

.news__rssLink {
  transition: color 0.3s;
}

.news__rssLink:hover {
  color: #018D54;
}

.news__rssLink::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 14px;
  height: 14px;
  background-image: url(../img/icon_rss.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.news__wrapper {
  display: flex;
}

@media screen and (max-width: 1080px) {
  .news__wrapper {
    flex-direction: column;
  }
}
.news__heading {
  flex-grow: 1;
  margin-right: 10px;
  padding-top: 18px;
}

@media screen and (max-width: 1080px) {
  .news__heading {
    margin-right: 0;
  }
}
.news__tab {
  width: 70%;
}

@media screen and (max-width: 1080px) {
  .news__tab {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .news__button {
    text-align: center;
  }
}
.news__button .button {
  position: absolute;
  left: 10px;
  top: 143px;
}

@media screen and (max-width: 1080px) {
  .news__button .button {
    position: relative;
    left: 0;
    top: 0;
  }
}
.newsTab__button {
  display: flex;
  gap: 2px;
  margin-bottom: 15px;
}

.newsTab__item {
  flex: 1;
  background-color: #E9E9E9;
  padding: 6.5px 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsTab__item:hover {
  background-color: #018D54;
  color: #fff;
}

@media screen and (max-width: 1080px) {
  .newsTab__item {
    flex: auto;
    flex-shrink: 0;
    width: auto;
    font-size: 1.2rem;
    padding: 12px 0;
    flex-grow: 1;
    flex-basis: calc(25% - 2px);
  }

  .newsTab__item:last-of-type {
    margin-right: 0;
  }
}
.newsTab__item--active {
  color: #fff;
  background-color: #018D54;
}

.newsTab__content {
  display: none;
}

.newsTab__content--show {
  display: block;
}

.newsTabPanel__content {
  display: none;
}

.newsTabPanel__content--show {
  display: block;
}

@media screen and (max-width: 1080px) {
  .newsTabPanel__list {
    margin-bottom: 30px;
  }
}
.newsTabPanel__item {
  margin-bottom: 15px;
}

@media screen and (max-width: 1080px) {
  .newsTabPanel__item:last-of-type {
    margin-bottom: 0;
  }
}
.newsTabPanel__link {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 80px;
  padding: 11px 15px 11px 9px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 1.8rem;
  transition: color 0.3s;
}

.newsTabPanel__link:hover {
  color: #018D54;
}

@media screen and (max-width: 1080px) {
  .newsTabPanel__link {
    flex-direction: column;
    align-items: flex-start;
    padding: 19px 15px 19px 13px;
    font-size: 1.6rem;
  }
}
.newsTabPanel__link::before, .newsTabPanel__link::after {
  content: "";
  width: 10px;
  height: 2px;
  display: inline-block;
  border-radius: 2px;
  background: #018D54;
  position: absolute;
  right: 15px;
}

.newsTabPanel__link::before {
  top: calc(50% - 4px);
  transform: rotate(45deg);
}

.newsTabPanel__link::after {
  bottom: calc(50% - 4px);
  transform: rotate(-45deg);
}

.newsTabPanel__link time {
  margin-right: 16px;
  font-weight: bold;
}

.newsTabPanel__left {
  margin-right: 15px;
  flex-shrink: 0;
}

@media screen and (max-width: 1080px) {
  .newsTabPanel__left {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.newsTabPanel__right {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.newsTabPanel__tag {
  display: grid;
  place-items: center;
  width: 106px;
  padding: 4px 4px;
  border-radius: 14px;
  background-color: #E6F3ED;
  font-size: 1.2rem;
  font-weight: bold;
  color: #018D54;
  text-align: center;
  height: 100%;
}

@media screen and (max-width: 1080px) {
  .newsTabPanel__tag {
    font-size: 1.2rem;
  }
}
.newsTabPanel__linkFormat {
  font-size: 1.4rem;
}

.newsTabPanel__text--pdf {
  margin-left: 10px;
}

.js-newsTab .newsTabPanel {
  position: relative;
}

.js-newsTab .newsTabPanel__content {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  visibility: hidden;
}

.js-newsTab .newsTabPanel__content--show {
  visibility: visible;
}

.calendarContent {
  padding-top: 84px;
  padding-bottom: 60px;
  background-image: url(../img/top/background_img_03.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 850px) {
  .calendarContent {
    padding: 36px 0 30px;
  }

  .calendarContent .listLink {
    margin-bottom: 30px;
  }
}
.calendar {
  position: relative;
  display: flex;
  max-width: 1100px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 850px) {
  .calendar {
    flex-direction: column;
    padding: 0 20px;
  }
}
.calendar__heading {
  flex-grow: 1;
  margin-right: 10px;
}

@media screen and (max-width: 850px) {
  .calendar__heading {
    margin-right: 0;
  }
}
.calendar__body {
  width: 70%;
}

@media screen and (max-width: 850px) {
  .calendar__body {
    width: 100%;
  }
}
.calendar__imgWrapper {
  margin-bottom: 54px;
}

@media screen and (max-width: 850px) {
  .calendar__imgWrapper {
    margin-bottom: 48px;
  }
}
.calendar__imgWrapper img {
  width: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 850px) {
  .calendar__button {
    text-align: center;
  }
}
.calendar__button .button {
  position: absolute;
  left: 10px;
  top: 125px;
}

@media screen and (max-width: 850px) {
  .calendar__button .button {
    position: relative;
    left: 0;
    top: 0;
  }
}
.topTileContent {
  padding-top: 90px;
  background-color: #F5F7F7;
}

@media screen and (max-width: 767px) {
  .topTileContent {
    padding-top: 30px;
  }
}
.topTileContent__wrapper {
  max-width: 1100px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.topPickUpContent {
  padding-top: 50px;
  padding-bottom: 47px;
}

@media screen and (max-width: 767px) {
  .topPickUpContent {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.pickUp {
  position: relative;
}

.pickUp__button {
  top: 64%;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #018D54;
  transition: 0.3s;
  transform: translateY(-50%);
}

.pickUp__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid;
}

.pickUp__button--next {
  right: calc(50% - 650px);
  transition: opacity 0.3s;
}

.pickUp__button--next:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1322px) {
  .pickUp__button--next {
    right: 18px;
  }
}
.pickUp__button--next::after {
  right: 4px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}

.pickUp__button--prev {
  left: calc(50% - 650px);
  transition: opacity 0.3s;
}

.pickUp__button--prev:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1322px) {
  .pickUp__button--prev {
    left: 18px;
  }
}
.pickUp__button--prev::after {
  left: 4px;
  border-color: transparent transparent #fff #fff;
  transform: rotate(45deg);
}

.pickUpSwiper {
  max-width: 1198px;
  margin: auto;
  padding: 0 10px;
}

.pickUpSwiper__imgWrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 144px;
  margin-bottom: 14px;
  overflow: hidden;
}

.pickUpSwiper__imgWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #DEDEDE;
  z-index: 2;
}

.pickUpSwiper__imgWrapper img {
  max-width: 213px;
  max-height: 144px;
  vertical-align: middle;
}

.pickUpSwiper__imgWrapper--blank::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 7px;
  width: 15px;
  height: 15px;
  background-image: url(../img/icon_blank.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.pickUpSwiper__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .pickUpSwiper__title {
    font-size: 1.6rem;
  }
}
.topContentLink {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .topContentLink {
    flex-direction: column;
    padding: 0 20px;
  }
}
.topContentLink__item {
  width: 31.8518518519%;
  background-color: #fff;
  margin-bottom: 22px;
  margin-right: 2.22222222%;
  box-shadow: 0 3px 13px 0 rgba(81, 103, 88, 0.1);
}

.topContentLink__item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .topContentLink__item {
    width: 100%;
    margin-right: 0;
  }
}
.topContentLink__text {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 27px 0;
  padding-left: 18.6046511%;
  padding-right: 30px;
  background-repeat: no-repeat;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  transition: all 0.3s;
}

.topContentLink__text:hover {
  background-color: #018D54;
  color: #fff;
}

.topContentLink__text:hover::before {
  background: #fff;
}

.topContentLink__text:hover::after {
  border-top: solid 2px #018D54;
  border-right: solid 2px #018D54;
}

@media screen and (max-width: 767px) {
  .topContentLink__text {
    padding-left: 17.9104477%;
  }
}
.topContentLink__text--calender {
  background-image: url(../img/icon_calendar.png);
  background-size: 25.5px;
  background-position: left 9% top 50%;
}

.topContentLink__text--calender:hover {
  background-image: url(../img/icon_calendar_white.png);
}

@media screen and (max-width: 767px) {
  .topContentLink__text--calender {
    background-position: left 20px top 50%;
  }
}
.topContentLink__text--qa {
  background-image: url(../img/icon_qa.png);
  background-size: 42.5px;
  background-position: left 5% top 50%;
}

.topContentLink__text--qa:hover {
  background-image: url(../img/icon_qa_white.png);
}

@media screen and (max-width: 767px) {
  .topContentLink__text--qa {
    background-position: left 10px top 50%;
  }
}
.topContentLink__text--pc {
  background-image: url(../img/icon_pc.png);
  background-size: 25.5px;
  background-position: left 6% top 50%;
}

.topContentLink__text--pc:hover {
  background-image: url(../img/icon_pc_white.png);
}

@media screen and (max-width: 767px) {
  .topContentLink__text--pc {
    background-position: left 18px top 50%;
  }
}
.topContentLink__text--policy {
  background-image: url(../img/icon_policy.png);
  background-size: 31px;
  background-position: left 8% top 50%;
}

.topContentLink__text--policy:hover {
  background-image: url(../img/icon_policy_white.png);
}

@media screen and (max-width: 767px) {
  .topContentLink__text--policy {
    background-position: left 18px top 50%;
  }
}
.topContentLink__text--map {
  background-image: url(../img/icon_map.png);
  background-size: 24px;
  background-position: left 8% top 50%;
}

.topContentLink__text--map:hover {
  background-image: url(../img/icon_map_white.png);
}

@media screen and (max-width: 767px) {
  .topContentLink__text--map {
    background-position: left 20px top 50%;
  }
}
.topContentLink__text::before {
  content: "";
  width: 17px;
  height: 17px;
  background: #018D54;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.topContentLink__text::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%) rotate(45deg);
}

.topSpStock {
  display: none;
}

@media screen and (max-width: 1080px) {
  .topSpStock {
    display: block;
    padding: 20px;
    background-color: #E6F3ED;
  }

  .topSpStock__wrapper {
    background-color: #fff;
    border-radius: 11px;
  }
}