  @charset "UTF-8";
.relatedContent {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .relatedContent {
    padding: 20px 0 15px;
  }
}

.related {
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .related {
    margin: 0 20px;
  }
}

.related--small {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (max-width: 768px) {
  .related--small {
    display: block;
  }
}

.related__snsList {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .related__snsList {
    display: block;
    margin-bottom: 22px;
    padding: 0;
  }
}

.related__snsList--small {
  justify-content: center;
  margin-bottom: 0;
}

.related__snsList--small .related__item {
  flex-grow: 0;
}

.related__item {
  display: flex;
  margin-right: 28px;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .related__item {
    border-bottom: 1px solid #231815;
    margin: 0;
  }
}

.related__item:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .related__item:last-of-type {
    border-bottom: none;
  }
}

.related__item--line::after {
  content: '';
  display: inline-block;
  margin-left: 36px;
  width: 1px;
  height: 67px;
  background-color: #008d54;
}

@media screen and (max-width: 768px) {
  .related__item--line::after {
    display: none;
  }
}

.related__item--line:last-of-type::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .related__item--small {
    display: none;
  }
}

.related__link {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.8;
  color: #000;
}

@media screen and (max-width: 768px) {
  .related__link {
    width: 100%;
    padding: 15px 2.143em;
    font-size: 1.4rem;
  }
}

.related__link:hover::before {
  opacity: 0.6;
}

.related__link::before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 40px;
  margin-right: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.3s;
}

.related__link--line::before {
  background-image: url(/img/line_icon.png);
}

.related__link--youtube::before {
  background-image: url(/img/youtube_icon.png);
}

@media screen and (max-width: 768px) {
  .related__link--youtube::before {
    margin-right: 6.5%;
  }
}

.related__link--instagram::before {
  background-image: url(/img/instagram_icon.png);
}

.relatedBanner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .relatedBanner {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.relatedBanner__item {
  display: block;
  overflow: hidden;
  width: 22.77778%;
}

@media screen and (max-width: 768px) {
  .relatedBanner__item {
    width: 48%;
    margin-bottom: 15px;
  }
}

.relatedBanner__img {
  display: block;
  width: 100%;
}

.relatedBanner__item:hover .relatedBanner__img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

@keyframes indicator-right {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes indicator-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes keyvisualZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.keyvisual {
  position: relative;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
}

.keyvisual__item {
  overflow: hidden;
}

.keyvisual__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.keyvisual__slide--1 {
  background-image: url(/img/keyvisual_1_pc.jpg);
}

@media screen and (max-width: 768px) {
  .keyvisual__slide--1 {
    background-image: url(/img/keyvisual_1_sp.jpg);
  }
}

.keyvisual__slide--2 {
  background-image: url(/img/keyvisual_2_pc.jpg);
}

@media screen and (max-width: 768px) {
  .keyvisual__slide--2 {
    background-image: url(/img/keyvisual_2_sp.jpg);
  }
}

.keyvisual__slide--3 {
  background-image: url(/img/keyvisual_3_pc.jpg);
}

@media screen and (max-width: 768px) {
  .keyvisual__slide--3 {
    background-image: url(/img/keyvisual_3_sp.jpg);
  }
}

.keyvisual__slide--4 {
  background-image: url(/img/keyvisual_4_pc.jpg);
}

@media screen and (max-width: 768px) {
  .keyvisual__slide--4 {
    background-image: url(/img/keyvisual_4_sp.jpg);
  }
}

.keyvisual__slide--5 {
  background-image: url(/img/keyvisual_5_pc.jpg);
}

@media screen and (max-width: 768px) {
  .keyvisual__slide--5 {
    background-image: url(/img/keyvisual_5_sp.jpg);
  }
}

.keyvisual__slide--6 {
  background-image: url(/img/keyvisual_6_pc.jpg);
}

@media screen and (max-width: 768px) {
  .keyvisual__slide--6 {
    background-image: url(/img/keyvisual_6_sp.jpg);
  }
}

.keyvisual__body {
  position: relative;
  max-width: 1210px;
  height: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 10;
}

@media screen and (max-width: 1200px) {
  .keyvisual__body {
    width: 100%;
  }
}

.keyvisual__title {
  position: absolute;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.5px;
  color: #fff;
  text-shadow: 0 0 10px #808080;
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 768px) {
  .keyvisual__title {
    font-size: 2.5rem;
  }
}

.keyvisual__title--type1 {
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
}

.keyvisual__title--type2 {
  top: 55%;
  left: 85%;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .keyvisual__title--type2 {
    top: 70%;
    left: 82%;
  }
}

.keyvisual__title--type3 {
  top: 15%;
  right: -1%;
  transform: translateY(-50%);
}

.keyvisual__title--type4, .keyvisual__title--type5 {
  top: 15%;
  left: 3%;
  transform: translateY(-50%);
}

.keyvisual__title--type6 {
  top: 20%;
  left: 3%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .keyvisual__title--type6 {
    bottom: 10%;
  }
}

.keyvisual__titleImg {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .keyvisual__titleImg {
    display: none;
  }
}

.keyvisualSwiper {
  height: 700px;
}

@media screen and (max-width: 768px) {
  .keyvisualSwiper {
    height: 71.615vw;
  }
}

.keyvisualSwiper__pagination.swiper-pagination-bullets {
  width: auto;
  right: 90px;
  left: auto;
  bottom: 50px;
}

@media screen and (max-width: 768px) {
  .keyvisualSwiper__pagination.swiper-pagination-bullets {
    width: 100%;
    right: auto;
    left: auto;
    bottom: 5%;
  }
}

.keyvisualSwiper__pagination.swiper-pagination-bullets > .swiper-pagination-bullet {
  margin: 0 8px;
  background: none;
}

@media screen and (max-width: 768px) {
  .keyvisualSwiper__pagination.swiper-pagination-bullets > .swiper-pagination-bullet {
    margin: 0 6px;
  }
}

.keyvisualSwiper__button {
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .keyvisualSwiper__button {
    width: 20px;
    height: 20px;
  }
}

.keyvisualSwiper__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 768px) {
  .keyvisualSwiper__button::before {
    width: 6px;
    height: 6px;
  }
}

.keyvisualSwiper__innerButton {
  position: absolute;
  display: none;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.keyvisualSwiper__innerButton::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 200%;
  height: 100%;
  background-image: url(/img/pagination_icon.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.keyvisualSwiper__innerButton:nth-child(1) {
  left: 50%;
}

.keyvisualSwiper__innerButton:nth-child(1)::before {
  left: -100%;
}

.keyvisualSwiper__innerButton:nth-child(2) {
  left: 0;
}

.keyvisualSwiper__innerButton:nth-child(2)::before {
  left: 0;
}

.keyvisualSwiper .swiper-pagination-bullet-active .keyvisualSwiper__innerButton {
  display: block;
}

.keyvisualSwiper .swiper-pagination-bullet-active.keyvisualSwiper__button::before {
  transform: scale(2.25);
}

.keyvisualSwiper .swiper-pagination-bullet-active .keyvisualSwiper__innerButton:nth-child(1)::before {
  animation: indicator-right 6s linear forwards;
}

.keyvisualSwiper .swiper-pagination-bullet-active .keyvisualSwiper__innerButton:nth-child(2)::before {
  animation: indicator-left 6s linear forwards;
}

.keyvisualSwiper .swiper-pagination-bullet-active .keyvisualSwiper__innerButton::before {
  animation-delay: 0s;
}

.keyvisualSwiper .swiper-slide-active .keyvisual__slide,
.keyvisualSwiper .swiper-slide-duplicate-active .keyvisual__slide,
.keyvisualSwiper .swiper-slide-prev .keyvisual__slide {
  animation-name: keyvisualZoom;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-fill-mode: both;
}

.disasterMessage{
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .disasterMessage{
    padding-left: 20px;
    padding-right: 20px;
  }
}

.disasterMessage__text{
  text-align: center;
  font-size: 15px;
  line-height: 2.0;
}

@media screen and (max-width: 768px) {
  .disasterMessage__text{
    line-height: normal;
  }
}

.informationContent {
  max-width: 1210px;
  margin: 0 auto;
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  .informationContent {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.information {
  border: 2px solid #008d54;
  margin-bottom: 65px;
  padding: 40px 76px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .information {
    font-size: 1.4rem;
    padding: 25px 18px;
  }
}

.information__inner a > span {
  color: #000;
}

.information__inner span,
.information__inner p,
.information__inner li {
  font-size: 1.5rem;
  color: #000;
  font-weight: normal;
}

.information__item {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}

.information__item:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .information__item {
    display: block;
    margin-bottom: 20px;
  }
}

.information__date {
  position: relative;
  display: inline-block;
  min-width: 6em;
  margin-right: 25px;
  padding-left: 12px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #008d54;
}

.information__date::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
  margin-right: 5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #008d54;
}

.information__text {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #008d54;
}

@media screen and (max-width: 768px) {
  .information__text {
    font-size: 1.4rem;
    margin-left: 10px;
    margin-top: 5px;
  }
}

.pickUp {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(/img/pickUpBackground.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 15px;
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 13rem;
}

@media screen and (max-width: 768px) {
  .pickUp {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pickUp__title {
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  line-height: 1.3;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 768px) {
  .pickUp__title {
    font-size: 3rem;
  }
}

.pickUp__wrapper {
  position: relative;
  max-width: 100%;
  padding: 50px 0;
}

.pickUp__wrapper .swiper-wrapper {
  align-items: baseline;
}

@media screen and (max-width: 1023px) {
  .pickUp__wrapper .swiper-wrapper {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .pickUp__wrapper .swiper-wrapper {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .pickUp__wrapper {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .pickUp__wrapper {
    padding: 20px 0 0;
  }
}

.pickUp__slide {
  width: 500px;
}

@media screen and (max-width: 768px) {
  .pickUp__slide {
    max-width: 250px;
  }
}

.pickUp__item {
  display: block;
  width: 100%;
}

.pickUp__img {
  display: block;
  width: 100%;
}

.pickUpSwiper {
  position: relative;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .pickUpSwiper {
    width: 100%;
  }
}

.pickUpSwiper__nav {
  position: absolute;
  top: auto;
  right: auto;
  left: 50%;
  bottom: -20px;
  width: 330px;
  height: 44px;
  z-index: 10;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .pickUpSwiper__nav {
    width: 220px;
    bottom: -5px;
  }
}

.pickUpSwiper__nav > .swiper-button-next::after,
.pickUpSwiper__nav .swiper-button-prev::after {
  content: '';
  font-size: 18px;
  width: 24px;
  height: 24px;
  border: 2px solid;
}

@media screen and (max-width: 768px) {
  .pickUpSwiper__nav > .swiper-button-next::after,
  .pickUpSwiper__nav .swiper-button-prev::after {
    width: 12px;
    height: 12px;
  }
}

.pickUpSwiper__nav > .swiper-button-next:after {
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}

.pickUpSwiper__nav > .swiper-button-prev:after {
  border-color: transparent transparent #fff #fff;
  transform: rotate(45deg);
}

.pickUpSwiper__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 44px;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 768px) {
  .pickUpSwiper__pagination {
    width: 75%;
  }
}

.pickUpSwiper__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 10px;
  opacity: 1;
  background-color: #cbcbcb;
}

@media screen and (max-width: 768px) {
  .pickUpSwiper__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 6px;
  }
}

.pickUpSwiper__pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.aboutContent {
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .aboutContent {
    width: 100%;
    margin: auto;
    padding: 0 20px;
    padding-bottom: 20px;
  }
}

.about {
  display: flex;
  align-items: center;
  max-width: 1310px;
  margin: 0 auto;
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  .about {
    display: block;
    margin-top: 0;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .about__btn {
    text-align: center;
  }
}

.about .lv3Heading,
.about .about__imgWrapper {
  opacity: 0;
  transform: translateY(30px);
}

.about--isScroll .lv3Heading,
.about--isScroll .about__imgWrapper {
  opacity: 1;
  transition: opacity 1.8s 0s, transform 1.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(0);
}

.about--isScroll .about__imgWrapper {
  transition-delay: 0.3s;
}

.about__imgWrapper {
  flex-shrink: 0;
  margin-left: 5.46875%;
  width: 41.01563%;
}

@media screen and (max-width: 768px) {
  .about__imgWrapper {
    margin-left: 0;
    width: 100%;
  }
}

.about__img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .about__img {
    margin: 30px 0;
  }
}

.presenceContent {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .presenceContent {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.presence {
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .presence {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .presence--open .presence__item--spHide {
    animation: show 0.5s linear 0s;
    display: flex;
  }
}

.presence__heading {
  display: inline-block;
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.7;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .presence__heading {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .presence__heading {
    font-size: 2.8rem;
  }
}

.presence__wrapper {
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .presence__wrapper {
    padding: 0;
  }
}

.presence__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.presence__list--isScroll .presence__item {
  opacity: 1;
  transition: opacity 1.8s 0s, transform 1.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(0);
}

.presence__list--isScroll .presence__item:nth-of-type(2n) {
  transition-delay: 0.3s;
}

@media screen and (max-width: 768px) {
  .presence__list {
    display: block;
  }
}

.presence__item {
  position: relative;
  display: block;
  margin-bottom: 24rem;
  width: 46.875%;
  opacity: 0;
  transform: translateY(30px);
}

@media screen and (max-width: 768px) {
  .presence__item {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}

.presence__imgLink {
  position: relative;
  width: 100%;
  display: block;
  box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.4);
}

.presence__imgWrapper {
  width: 100%;
}

.presence__img {
  width: 100%;
  vertical-align: middle;
}

.presence__content {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 80.62016%;
  padding-top: 35px;
  background-color: #fff;
  box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  .presence__content {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 91.4%;
    margin: 0 auto;
    margin-top: -40px;
    padding-top: 27px;
  }
}

.presence__title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.16em;
  color: #008d54;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .presence__title {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.presence__text {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
  .presence__text {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}

.presence__textLarge {
  margin: 0 8px;
  font-size: 6rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
  .presence__textLarge {
    font-size: 3.8rem;
    margin: 0 5px;
  }
}

.presence__button {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.2;
  font-size: 1.8rem;
  padding: 20px 0;
  border-top: 1px solid #c8c8c8;
  color: #424242;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 768px) {
  .presence__button {
    font-size: 1.5rem;
    padding: 10px 0;
  }
}

.presence__button::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  width: 80px;
  height: 3px;
  margin: auto;
  background-color: #008d54;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .presence__button::before {
    width: 60px;
    height: 1px;
  }
}

.presence__button::after {
  content: '';
  display: inline-block;
  border-color: #008d54;
  border-style: solid;
  border-width: 0 2px 2px 0;
  width: 9px;
  height: 9px;
  vertical-align: middle;
  transform: rotate(-45deg);
  margin-left: 10px;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .presence__button::after {
    margin-left: 4px;
    border-width: 0 1px 1px 0;
    width: 8px;
    height: 8px;
  }
}

.presence__button:hover {
  background-color: #008d54;
  color: #fff;
}

.presence__button:hover::after {
  border-color: #fff;
}

.presence__button:hover::before {
  width: 100%;
}

.summaryContent {
  background-image: url(/img/summaryBackground.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.summar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1310px;
  margin: 0 auto;
  padding-top: 126px;
  padding-bottom: 90px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  .summar {
    display: block;
    padding: 0 20px;
    padding-top: 50px;
  }
}

.summar--isScroll .summar__item {
  opacity: 1;
  transition: opacity 1.8s 0s, transform 1.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(0);
}

.summar--isScroll .summar__item:nth-child(2n) {
  transition-delay: 0.3s;
}

.summar__note {
  max-width: 90%;
  margin: 0 auto;
  margin-top: 2px;
  font-size: 10px;
  line-height: 1.5;
}

.summar__item {
  display: inline-block;
  width: 46.875%;
  opacity: 0;
  transform: translateY(30px);
}

@media screen and (max-width: 768px) {
  .summar__item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.summar__body {
  background-color: #fff;
  height: 100%;
}

.summar__wrapper {
  background-color: #eee;
  padding: 30px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .summar__wrapper {
    padding: 20px 0;
  }
}

.summar__title {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 3.2rem;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .summar__title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .summar__title {
    font-size: 2.5rem;
  }
}

.summar__title::after {
  content: '';
  display: block;
  margin: 0 auto;
  margin-top: 11px;
  width: 80px;
  height: 2px;
  background-color: #008d54;
  transition: width 0.5s;
}

.summar__text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .summar__text {
    height: auto;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .summar__text {
    font-size: 1.6rem;
  }
}

.summar__button {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  text-decoration: none;
  width: 200px;
  padding: 12px 0;
  background-color: #fff;
  color: #000;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  transition: width 0.2s;
}

@media screen and (max-width: 768px) {
  .summar__button {
    width: 78.4%;
    margin-top: 16px;
    font-size: 1.6rem;
  }
}

.summar__button::after {
  content: '';
  display: inline-block;
  border-color: #008d54;
  border-style: solid;
  border-width: 0 2px 2px 0;
  width: 9px;
  height: 9px;
  vertical-align: middle;
  transform: rotate(-45deg);
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .summar__button::after {
    border-width: 0 1px 1px 0;
    width: 8px;
    height: 8px;
  }
}

.summar__button:hover {
  width: 88%;
  background-color: #008d54;
  color: #fff;
}

.summar__button:hover::after {
  border-color: #fff;
}

.summarSwiper {
  height: 275px;
  margin-top: 70px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .summarSwiper {
    height: 240px;
  }
}

.summarSwiper__slide {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .summarSwiper__slide {
    width: 90%;
  }
}

.summarSwiper > .summarSwiper__pagination {
  bottom: 30px;
}

.summarSwiper > .summarSwiper__pagination .swiper-pagination-bullet {
  margin: 0 10px;
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: #dcdddd;
}

@media screen and (max-width: 768px) {
  .summarSwiper > .summarSwiper__pagination .swiper-pagination-bullet {
    margin: 0 6px;
    width: 6px;
    height: 6px;
  }
}

.summarSwiper > .summarSwiper__pagination .swiper-pagination-bullet-active {
  background-color: #9fa0a0;
}

.summarSwiper > .swiper-button-next,
.summarSwiper .swiper-button-prev {
  top: 15%;
}

.summarSwiper > .swiper-button-next {
  right: 40px;
}

@media screen and (max-width: 768px) {
  .summarSwiper > .swiper-button-next {
    right: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 970px) {
  .summarSwiper > .swiper-button-next {
    right: 12px;
  }
}

.summarSwiper > .swiper-button-prev {
  left: 40px;
}

@media screen and (max-width: 768px) {
  .summarSwiper > .swiper-button-prev {
    left: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 970px) {
  .summarSwiper > .swiper-button-prev {
    left: 12px;
  }
}

.summarSwiper > .swiper-button-next:after,
.summarSwiper .swiper-button-prev:after {
  content: '';
  font-size: 18px;
  width: 24px;
  height: 24px;
  border: 2px solid;
}

@media screen and (max-width: 768px) {
  .summarSwiper > .swiper-button-next:after,
  .summarSwiper .swiper-button-prev:after {
    width: 20px;
    height: 20px;
  }
}

.summarSwiper > .swiper-button-next:after {
  border-color: #008d54 #008d54 transparent transparent;
  transform: rotate(45deg);
}

.summarSwiper > .swiper-button-prev:after {
  border-color: transparent transparent #008d54 #008d54;
  transform: rotate(45deg);
}

.summarSwiper__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #008d54;
}

@media screen and (max-width: 768px) {
  .summarSwiper__title {
    height: auto;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 870px) {
  .summarSwiper__title {
    font-size: 1.8rem;
  }
}

.summarSwiper__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.summarSwiper__iconImgWrapper {
  display: block;
  flex-shrink: 0;
  width: 15.875%;
}

@media screen and (max-width: 768px) {
  .summarSwiper__iconImgWrapper {
    width: 66px;
  }
}

.summarSwiper__iconImg {
  display: block;
  width: 100%;
}

.summarSwiper__textArea {
  margin-left: 22px;
}

@media screen and (max-width: 768px) {
  .summarSwiper__textArea {
    margin-left: 12px;
  }
}

.summarSwiper__text {
  margin-bottom: 10px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
  font-weight: 500;
  letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
  .summarSwiper__text {
    font-size: 5rem;
    margin-bottom: 5px;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 870px) {
  .summarSwiper__text {
    font-size: 4.5rem;
  }
}

.summarSwiper__text--medium {
  font-size: 5rem;
}

@media screen and (max-width: 768px) {
  .summarSwiper__text--medium {
    font-size: 3.8rem;
  }
}

.summarSwiper__text--small {
  margin-left: 4px;
  margin-right: 4px;
  font-size: 3rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .summarSwiper__text--small {
    font-size: 1.5rem;
  }
}

.summarSwiper__subTitle {
  margin-bottom: 3px;
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
  .summarSwiper__subTitle {
    font-size: 1.4rem;
  }
}

.summarSwiper__subText {
  letter-spacing: 2px;
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .summarSwiper__subText {
    font-size: 1.4rem;
  }
}

.summarSwiper__subText--green {
  color: #94b428;
}

.summarSwiper__note {
  font-size: 1.2rem;
  line-height: 1.2;
}

.esgContent {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .esgContent {
    padding: 24px 0 0;
  }
}

.esgHeading {
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .esgHeading {
    margin: 0 20px;
  }
}

.esgHeading__title {
  margin-top: 20px;
  text-align: center;
  line-height: 1.75;
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .esgHeading__title {
    font-size: 3rem;
  }
}

.esgHeading__lead {
  margin: 30px 0;
  text-align: center;
  font-size: 3.4rem;
  color: #008d54;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .esgHeading__lead {
    font-size: 1.8rem;
    margin: 10px 0;
  }
}

.esgHeading__text {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .esgHeading__text {
    font-size: 1.4rem;
  }
}

.esg {
  position: relative;
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(/img/esgBackground.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .esg {
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 16px;
  }
}

.esgSwiper {
  margin-top: 55px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .esgSwiper {
    margin-top: 35px;
    margin-bottom: 30px;
  }
}

.esgSwiper__slide {
  display: flex;
  height: auto;
  align-items: flex-start;
  background-color: #fff;
  padding: 23px 20px;
}

@media screen and (max-width: 768px) {
  .esgSwiper__slide {
    flex-direction: column;
    max-width: 250px;
    max-height: 80%;
  }
}

.esgSwiper__slide:hover .esgSwiper__img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.esgSwiper__body {
  width: 47.74194%;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .esgSwiper__body {
    width: 100%;
    margin-left: 0;
  }
}

.esgSwiper__head {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .esgSwiper__head {
    margin-top: 15px;
  }
}

.esgSwiper__detail {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .esgSwiper__detail {
    margin-top: 15px;
  }
}

.esgSwiper__detailText {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.5rem;
  height: 7.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .esgSwiper__detailText {
    display: block;
    line-height: 1.8rem;
    font-size: 1.4rem;
    margin-bottom: 20px;
    height: auto;
  }
}

.esgSwiper__title {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 3.6rem;
  height: 7.2rem;
}

@media screen and (max-width: 768px) {
  .esgSwiper__title {
    display: block;
    font-size: 1.6rem;
    line-height: 2rem;
    height: auto;
  }
}

.esgSwiper__iconImgWrapper {
  display: inline-block;
  max-width: 74%;
  width: 17.8%;
  margin-right: 1.2%;
  margin-left: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .esgSwiper__iconImgWrapper {
    width: 17%;
    margin-right: 4px;
  }
}

.esgSwiper__iconImg {
  display: block;
  width: 100%;
}

.esgSwiper__imgWrapper {
  flex-shrink: 0;
  display: block;
  width: 45.92423%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .esgSwiper__imgWrapper {
    width: 100%;
  }
}

.esgSwiper__img {
  width: 100%;
  vertical-align: middle;
  transition-duration: 0.3s;
}

.esgSwiper__pagination {
  display: flex;
  justify-content: center;
}

.esgSwiper__pagination.swiper-pagination-bullets,
.esgSwiper__pagination .swiper-pagination-custom,
.esgSwiper__pagination .swiper-pagination-fraction {
  bottom: 0;
}

.esgSwiper__pagination > .swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.esgSwiper__pagination.swiper-pagination-bullets > .swiper-pagination-bullet {
  display: block;
  margin-right: 20px;
  background-color: #cbcbcb;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .esgSwiper__pagination.swiper-pagination-bullets > .swiper-pagination-bullet {
    margin-right: 10px;
  }
  .esgSwiper__pagination.swiper-pagination-bullets > .swiper-pagination-bullet:last-of-type {
    margin-right: 0;
  }
}

.esgSwiper > .swiper-button-next {
  right: 4px;
}

@media screen and (min-width: 1320px) {
  .esgSwiper > .swiper-button-next {
    right: calc(50% - 650px);
  }
}

@media screen and (max-width: 768px) {
  .esgSwiper > .swiper-button-next {
    right: 2.3%;
  }
}

.esgSwiper > .swiper-button-prev {
  left: 4px;
}

@media screen and (min-width: 1320px) {
  .esgSwiper > .swiper-button-prev {
    left: calc(50% - 650px);
  }
}

@media screen and (max-width: 768px) {
  .esgSwiper > .swiper-button-prev {
    left: 2.3%;
  }
}

.esgSwiper > .swiper-button-next,
.esgSwiper .swiper-button-prev {
  top: 50%;
  display: block;
  margin-bottom: 10px;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
  transform: translateY(-50%);
}

@media screen and (max-width: 1023px) {
  .esgSwiper > .swiper-button-next,
  .esgSwiper .swiper-button-prev {
    display: none;
  }
}

.esgSwiper > .swiper-button-next:hover,
.esgSwiper .swiper-button-prev:hover {
  background-color: #008d54;
}

.esgSwiper > .swiper-button-next:hover.swiper-button-next::after,
.esgSwiper .swiper-button-prev:hover.swiper-button-next::after {
  border-color: #fff #fff transparent transparent;
}

.esgSwiper > .swiper-button-next:hover.swiper-button-prev::after,
.esgSwiper .swiper-button-prev:hover.swiper-button-prev::after {
  border-color: transparent transparent #fff #fff;
}

.esgSwiper > .swiper-button-next::after,
.esgSwiper .swiper-button-prev::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid;
}

@media screen and (max-width: 1080px) {
  .esgSwiper > .swiper-button-next::after,
  .esgSwiper .swiper-button-prev::after {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 768px) {
  .esgSwiper > .swiper-button-next::after,
  .esgSwiper .swiper-button-prev::after {
    width: 20px;
    height: 20px;
  }
}

.esgSwiper__buttonNext.swiper-button-next::after {
  right: 10px;
  border-color: #008d54 #008d54 transparent transparent;
  transform: rotate(45deg);
}

.esgSwiper__buttonPrev.swiper-button-prev::after {
  left: 10px;
  border-color: transparent transparent #008d54 #008d54;
  transform: rotate(45deg);
}

.esgSwiper__paginatioImg {
  display: block;
  width: 100%;
}

.newsReleaseContent {
  padding: 50px 0 40px;
  background-color: #f5f6f6;
}

@media screen and (max-width: 768px) {
  .newsReleaseContent {
    padding: 44px 0;
  }
}

.newsRelease {
  max-width: 1050px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.newsRelease__title {
  position: relative;
  text-align: center;
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 3.6px;
  padding-bottom: 37px;
}

@media screen and (max-width: 768px) {
  .newsRelease__title {
    font-size: 3rem;
    margin: 0 20px;
    padding-bottom: 20px;
  }
}

.newsRelease__title::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 0;
  height: 1px;
  background-color: #909090;
  transition: width 0.5s;
}

.newsRelease__title--isScroll::after {
  width: 100%;
}

.newsRelease__body {
  display: flex;
  margin-top: 42px;
}

@media screen and (max-width: 768px) {
  .newsRelease__body {
    display: block;
    margin: 0 20px;
    margin-top: 20px;
  }
}

.newsRelease__body > dl {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .newsRelease__body > dl {
    margin-top: 18px;
    margin-left: 0;
  }
}

.newsRelease__body dt {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  font-size: 1.5rem;
  max-width: 135px;
  margin-right: 25px;
  padding-left: 12px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .newsRelease__body dt {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 6px;
  }
}

.newsRelease__body dt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
  background-color: #000;
  width: 6px;
  height: 6px;
  margin-right: 3px;
  border-radius: 50%;
}

.newsRelease__body dd {
  display: inline-block;
  margin-bottom: 45px;
  width: 75%;
  font-size: 1.5rem;
  line-height: 1.5;
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 768px) {
  .newsRelease__body dd {
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}

.newsRelease__category {
  min-width: 140px;
  font-size: 1.7rem;
  font-weight: 400;
  color: #008d54;
}

.newsRelease__item {
  display: flex;
  margin-bottom: 45px;
}

.newsRelease__item:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .newsRelease__item {
    display: block;
    margin-bottom: 20px;
  }
}

.newsRelease__foot {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .newsRelease__foot {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    margin-top: 15px;
  }
}

.newsRelease__button {
  display: block;
  max-width: 180px;
  margin: 0 auto;
  padding: 12px 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  color: #008d54;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .newsRelease__button {
    font-size: 1.4rem;
    padding: 6px 32px;
    margin: 0;
    margin-right: 50px;
  }

  .newsRelease__button.newsRelease__button--noMargin {
    margin-right:0;
  }
}

.newsRelease__button::after {
  content: '';
  display: inline-block;
  margin-left: 6px;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #008d54 #008d54 transparent transparent;
  transform: rotate(45deg);
}

.newsRelease__button:hover {
  background-color: #008d54;
  color: #fff;
}

.newsRelease__button:hover::after {
  border-color: #fff #fff transparent transparent;
}

.newsRelease__detail {
  position: absolute;
  right: 0;
  top: 34%;
  font-size: 1.6rem;
  text-decoration: none;
  color: #008d54;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

@media screen and (max-width: 768px) {
  .newsRelease__detail {
    position: relative;
    transform: none;
    right: auto;
    padding-left: 6px;
    font-size: 1.4rem;
  }
}

.newsRelease__detail::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -18px;
  top: 4px;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .newsRelease__detail::before {
    left: -22px;
    top: 2px;
    width: 10px;
    height: 10px;
  }
}

.newsRelease__detail::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: -22px;
  top: -2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 1;
  background-color: #008d54;
}

@media screen and (max-width: 768px) {
  .newsRelease__detail::after {
    width: 25px;
    height: 25px;
    left: -27px;
    top: -5px;
  }
}

.newsRelease__detail:hover {
  border-color: #008d54;
}

.newsTopics {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .newsTopics {
    margin-top: 40px;
  }
}

.sectionEffect {
  opacity: 0;
  transform: translateY(30px);
}

.sectionEffect--isScroll {
  opacity: 1;
  transition: opacity 1.8s 0s, transform 1.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(0);
}

.topPageBody::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(/img/presenceBackground.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}

@keyframes menueShow {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.topNav {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  width: 100%;
  margin-bottom: 60px;
  background-color: #f2f2f2;
}

@media (min-width: 768px) {
  .topNav {
    display: none;
  }
}

.topNav__inner {
  padding: 23px 0 20px;
}

.topNavSitemap {
  margin-bottom: 15px;
  padding: 0 20px;
}

.topNavSitemap--isOpen {
  display: flex;
  padding: 0;
}

.topNavSitemap--isOpen .topNavSitemapSpHedging {
  width: 37.33333%;
}

.topNavSitemap--isOpen .topNavSitemapSpHedging__text--newLine {
  display: block;
}

.topNavSitemap--isOpen .topNavSitemapSpHedging__text {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0;
  padding-left: 20px;
  padding-right: 1.1em;
}

.topNavSitemap__list {
  display: block;
  width: 62.4%;
  overflow: hidden;
}

.topNavSitemap__listItem {
  width: 100%;
}

.topNavSitemap__listItem--isOpen .topNavCategory__item {
  display: block;
  animation: menueShow 0.3s linear 0s;
}

.topNavSitemap__listItem:last-of-type {
  border-bottom: none;
}

.topNavSitemap__listItem--onlyPc {
  display: none;
}

.topNavSitemap__listItem--onlySp {
  display: block;
}

.topNavSitemapSpHedging {
  width: 100%;
  display: block;
  text-align: left;
}

.topNavSitemapSpHedging__item--active {
  background-color: #008d54;
}

.topNavSitemapSpHedging__item--active .topNavSitemapSpHedging__text {
  color: #fff;
}

.topNavSitemapSpHedging__text {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid #008d54;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition: none;
}

.topNavSitemapSpHedging__text::after {
  content: '';
  position: absolute;
  top: 18px;
  right: 14px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid;
  border-color: #008d54 #008d54 transparent transparent;
  transform: rotate(45deg);
}

.topNavSitemapSpHedging__text--newLine {
  display: none;
}

.topNavCategory {
  position: relative;
  background-color: #008d54;
}

.topNavCategory__title {
  display: none;
}

.topNavCategory__item {
  display: none;
}

.topNavSubCategory--blankIcon::after {
  content: '';
  width: 1.125em;
  height: 1.125em;
  display: inline-block;
  background-image: url(/common/img/blank_icon_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}

.topNavSubCategory--blankIconGreen::after {
  background-image: url(/common/img/blank_icon.png);
}

.topNavSubCategory__item {
  height: 50px;
  padding-left: 18px;
  padding-right: 20px;
}

.topNavSubCategory__item:first-of-type .topNavSubCategory__link {
  border-top: none;
}

.topNavSubCategory__item--offset {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.topNavSubCategory__item--white {
  background-color: #fff;
}

.topNavSubCategory__item--white .topNavSubCategory__link {
  color: #231815;
  border-top: 1px solid #008d54;
}

.topNavSubCategory__item--white:first-of-type .topNavSubCategory__link {
  border-top: none;
}

.topNavSubCategory__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3em 0;
  height: 100%;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-top: 1px solid #fff;
  cursor: pointer;
}

.topNavSubCategory__link:hover {
  color: #fff;
}

.topNavSubCategory__text {
  line-height: 1.2;
}

.topNavSubCategoryRelationMenu {
  background-color: #fff;
}

.topNavSubCategoryRelationMenu__item {
  height: 50px;
  padding-left: 18px;
  padding-right: 20px;
}

.topNavSubCategoryRelationMenu__item:first-of-type .topNavSubCategoryRelationMenu__link {
  border-top: none;
}

.topNavSubCategoryRelationMenu__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3em 0;
  height: 100%;
  color: #000;
  border-top: 1px solid #008d54;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  padding-left: 2.9em;
}

.topNavSubCategoryRelationMenu__link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.topNavSubCategoryRelationMenu__link--owners::before {
  width: 1.222em;
  height: 1.556em;
  background-image: url(/common/img/owners_icon.png);
}

.topNavSubCategoryRelationMenu__link--modelhouse::before {
  width: 1.667em;
  height: 1.667em;
  background-image: url(/common/img/modelhouse_icon.png);
}

.topNavSubCategoryRelationMenu__link--catalog::before {
  width: 1.786em;
  height: 1.714em;
  background-image: url(/common/img/catalog_icon_small.png);
}

.topNavSubCategoryRelationMenu__link--area::before {
  width: 2.222em;
  height: 1.444em;
  left: 0;
  background-image: url(/common/img/area_icon.png);
}

.topNavSubCategoryRelationMenu__link--balloon::before {
  width: 1.667em;
  height: 1.333em;
  background-image: url(/common/img/balloon_icon.png);
}

.topNavSpAccordionMenu {
  position: relative;
  padding-right: 18px;
  line-height: 1.3;
}

.topNavSpAccordionMenu::before, .topNavSpAccordionMenu::after {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 1px;
  right: 5px;
}

.topNavSpAccordionMenu::after {
  transform: rotate(90deg);
  transition-duration: 0.3s;
}

.topNavSpAccordionMenu--isActive {
  padding-right: 30px;
  height: 50px;
  border-bottom: 1px solid #fff;
}

.topNavSpAccordionMenu--isActive::after {
  transform: rotate(0);
}

.topNavSpAccordionMenu__list {
  display: none;
  padding-left: 18px;
}

.topNavSpAccordionMenu__list--isOpen {
  display: block;
}

.topNavSpAccordionMenu__item {
  height: 44px;
  border-top: 1px solid #fff;
}

.topNavSpAccordionMenu__item--wide {
  height: 60px;
}

.topNavSpAccordionMenu__item:first-of-type {
  border-top: none;
}

.topNavSpAccordionMenu__item--autoHeight {
  height: auto;
}

.topNavSpAccordionMenu__item--child {
  border-top: none;
}

.topNavSpAccordionMenu__item--child .topNavSpAccordionMenu--isActive {
  padding: 12.5px 0;
  height: auto;
}

.topNavSpAccordionMenu__item--child .topNavSpAccordionMenu--offset.topNavSpAccordionMenu--isActive {
  padding: 2.82px 0;
  padding-right: 18px;
}

.topNavSpAccordionMenu__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3em 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
}

.topNavSpAccordionMenu__link:hover {
  color: #fff;
}

.topNavSpAccordionMenu__link--blankIcon::after {
  content: '';
  width: 1.125em;
  height: 1.125em;
  display: inline-block;
  background-image: url(/common/img/blank_icon_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}
