@font-face {
  font-family: "Lato";
  src: url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,900&amp;display=swap");
}
.lv2Heading {
  position: relative;
  max-width: 980px;
  margin: auto;
  margin-bottom: 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lv2Heading {
    margin-bottom: 35px;
  }
}
.lv2Heading--narrow {
  margin-bottom: 40px;
}

.lv2Heading__text {
  position: relative;
  font-size: 3rem;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .lv2Heading__text {
    font-size: 2.6rem;
  }
}
.lv2Heading__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #018D54;
  opacity: 0.1;
  font-size: 6.7rem;
  font-family: "Lato", sans-serif;
}

.lv2Heading__label--white {
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .lv2Heading__label {
    font-size: 3rem;
    line-height: 1;
  }
}
.lv3Heading {
  margin-bottom: 24px;
  font-size: 2.4rem;
  line-height: 1.7;
  color: #018D54;
}

@media screen and (max-width: 767px) {
  .lv3Heading {
    font-size: 2rem;
  }
}
.lv3Heading--center {
  text-align: center;
}

.lv3Heading--white {
  color: #fff;
}

.main {
  overflow: hidden;
}

.sectionContent {
  padding-top: 95px;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .sectionContent {
    padding: 50px 20px 25px;
  }
}
.sectionContent:last-of-type {
  padding-bottom: 0;
}

.sectionContent:first-of-type {
  padding-top: 0;
}

.sectionContent__wrapper {
  max-width: 1100px;
  margin: auto;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .sectionContent__wrapper {
    padding: 0;
  }
}
.keyvisual {
  position: relative;
  cursor: default;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  height: 300px;
  margin-bottom: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .keyvisual {
    height: 130px;
    margin-bottom: 43px;
  }
}
.keyvisual__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 1246px;
  height: 100%;
  margin: auto;
}

.keyvisual__title {
  font-size: 4.5rem;
  line-height: 1.6;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .keyvisual__title {
    font-size: 3rem;
  }
}
.keyvisual__label {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.065em;
  color: #fff;
}

.about {
  position: relative;
}

.about::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 962px;
  background-image: url(../img/individual/background_img_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.about__wrapper {
  position: relative;
  padding-bottom: 40px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .about__wrapper {
    padding-bottom: 25px;
  }
}
.about__wrapper::after {
  content: "";
  position: absolute;
  bottom: -70px;
  right: -165px;
  display: inline-block;
  width: 378px;
  height: 284px;
  background-image: url(../img/individual/background_img_kikorin_01.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .about__wrapper::after {
    width: 92px;
    height: 68px;
    bottom: -52px;
    right: -47px;
  }
}
.about__inner {
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .about__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.about__imgWrapper {
  max-width: 808px;
  margin: auto;
  margin-bottom: 40px;
  text-align: center;
}

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

.anchor {
  padding: 68px 0 45px;
  background-color: #018D54;
}

@media screen and (max-width: 767px) {
  .anchor {
    padding: 25px 0;
  }
}
.anchor__wrapper {
  max-width: 1100px;
  margin: auto;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .anchor__wrapper {
    padding: 0 20px;
  }
}
.anchor__list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .anchor__list {
    justify-content: space-between;
  }
}
.anchor__item {
  flex-shrink: 0;
  width: 24.074074%;
  margin-right: 1.2037037%;
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  .anchor__item {
    width: 48.3582089%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.anchor__item:nth-child(4n) {
  margin-right: 0;
}

.anchor__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 7px 0;
  line-height: 1.3;
  font-size: 1.8rem;
  font-weight: bold;
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.16);
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .anchor__link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .anchor__link {
    min-height: 50px;
    padding: 0 23px;
    font-size: 1.3rem;
  }
}
.anchor__link::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #018D54;
  border-radius: 50%;
  position: absolute;
  top: 22px;
  right: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .anchor__link::before {
    width: 16px;
    height: 16px;
    right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .anchor__link::before {
    width: 15px;
    height: 15px;
    top: 17px;
  }
}
.anchor__link::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  position: absolute;
  top: 26px;
  right: 16px;
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .anchor__link::after {
    width: 6px;
    height: 6px;
    right: 11px;
  }
}
@media screen and (max-width: 767px) {
  .anchor__link::after {
    width: 6px;
    height: 6px;
    top: 20px;
    right: 14.5px;
  }
}
.grow__body {
  display: flex;
}

@media screen and (max-width: 767px) {
  .grow__body {
    flex-direction: column;
  }
}
.grow__inner .buttonWrapper {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .grow__inner .lv3Heading {
    text-align: center;
  }
}
.grow__imgWrapper {
  flex-shrink: 0;
  width: 30.5555555556%;
  margin-right: 3.7037037%;
}

@media screen and (max-width: 767px) {
  .grow__imgWrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.grow__imgWrapper img {
  vertical-align: middle;
  width: 100%;
}

.business {
  background-color: rgba(1, 141, 84, 0.1);
}

.business__wrapper {
  position: relative;
}

.business__wrapper::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -140px;
  display: inline-block;
  width: 278px;
  height: 212px;
  background-image: url(../img/individual/background_img_kikorin_02.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .business__wrapper::after {
    width: 142px;
    height: 108px;
    top: -80px;
    left: -54px;
  }
}
.business__map {
  position: relative;
  padding-top: 36.1111111%;
  max-height: 390px;
  margin-bottom: 39px;
  background-image: url(../img/individual/background_img_02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .business__map {
    max-height: 232px;
    padding-top: 69.2537313%;
    margin-bottom: 30px;
  }
}
.business__list {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 7.4074074%;
  padding-top: 47px;
  padding-bottom: 55px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .business__list {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .business__list {
    padding: 17px 10px;
  }
}
.business__item {
  display: flex;
  align-items: flex-end;
  width: 20%;
}

.business__item:nth-child(odd) {
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .business__item {
    position: absolute;
    top: 17px;
    width: 28.3582089%;
    height: 40.9482758%;
  }

  .business__item:nth-of-type(2) {
    right: 36%;
  }

  .business__item:nth-of-type(3) {
    right: 10px;
  }

  .business__item:nth-of-type(4) {
    right: 54%;
  }

  .business__item:nth-of-type(5) {
    right: 20%;
  }

  .business__item:nth-of-type(n+4):nth-of-type(-n+5) {
    top: auto;
    bottom: 17px;
  }
}
.business__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 63.8888888889%;
  background-color: #fff;
  border: 1px solid #018D54;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  font-size: 1.8rem;
  font-weight: bold;
  color: #018D54;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .business__link {
    height: 48.1366459%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .business__link {
    font-size: 1rem;
    width: 100%;
    height: 100%;
    line-height: 1;
    padding: 0 8px 8px;
  }
}
.business__link::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #018D54;
  border-radius: 50%;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .business__link::before {
    width: 15px;
    height: 15px;
    bottom: 8px;
  }
}
.business__link::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  bottom: 25px;
  left: 49.5%;
  transform: translateX(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .business__link::after {
    width: 5px;
    height: 5px;
    bottom: 13px;
  }
}
.performance {
  background-color: #F5F7F7;
}

.performance__wrapper {
  position: relative;
}

.performance__wrapper::after {
  content: "";
  position: absolute;
  top: -206px;
  right: -145px;
  display: inline-block;
  width: 331px;
  height: 297px;
  background-image: url(../img/individual/background_img_kikorin_03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .performance__wrapper::after {
    width: 120px;
    height: 94px;
    top: -86px;
    right: -44px;
  }
}
.performance__body {
  display: flex;
  justify-content: space-between;
  margin-bottom: 43px;
}

@media screen and (max-width: 767px) {
  .performance__body {
    flex-direction: column;
    margin-bottom: 35px;
  }
}
.performance__graph {
  width: 45.5555555556%;
}

@media screen and (max-width: 767px) {
  .performance__graph {
    width: 100%;
    margin-bottom: 45px;
  }

  .performance__graph:last-of-type {
    margin-bottom: 0;
  }
}
.performance__title {
  position: relative;
  border-bottom: 1px solid #018D54;
  margin-bottom: 37px;
}

@media screen and (max-width: 767px) {
  .performance__title {
    margin-top: 20px;
  }
}
.performance__titleText {
  position: absolute;
  background-color: #F5F7F7;
  font-size: 1.8rem;
  padding: 22px;
  top: -4px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
}

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

.shareholder__wrapper {
  position: relative;
}

.shareholder__wrapper::after {
  content: "";
  position: absolute;
  bottom: -164px;
  left: -214px;
  display: inline-block;
  width: 355px;
  height: 272px;
  background-image: url(../img/individual/background_img_kikorin_04.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .shareholder__wrapper::after {
    width: 116px;
    height: 88px;
    bottom: -80px;
    left: -54px;
  }
}
.shareholder__body {
  margin-bottom: 40px;
}

.shareholder__title {
  position: relative;
  border-bottom: 1px solid #018D54;
  margin-top: 45px;
  margin-bottom: 45px;
}

.shareholder__titleText {
  position: absolute;
  background-color: #fff;
  font-size: 1.8rem;
  padding: 22px;
  top: -4px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

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

.strategy {
  background-color: rgba(1, 141, 84, 0.1);
}

.strategy__body {
  display: flex;
}

@media screen and (max-width: 767px) {
  .strategy__body {
    flex-direction: column;
  }
}
.strategy__inner {
  margin-right: 3.61111111%;
}

@media screen and (max-width: 767px) {
  .strategy__inner {
    margin-right: 0;
    order: 2;
  }

  .strategy__inner .lv3Heading {
    text-align: center;
  }
}
.strategy__imgWrapper {
  width: 30.5555555556%;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .strategy__imgWrapper {
    width: 100%;
    order: 1;
    margin-bottom: 24px;
  }
}
.strategy__imgWrapper img {
  width: 100%;
  vertical-align: middle;
}

.strategyDetail {
  max-height: 326px;
  margin-top: 59px;
  padding: 39px 4.629629% 35px;
  background-image: url(../img/individual/background_img_03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .strategyDetail {
    margin-top: 46px;
    padding: 25px 10px 15px;
    max-height: none;
  }
}
.strategyDetail__title {
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 1.7;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .strategyDetail__title {
    font-size: 2rem;
  }
}
.more__list {
  display: flex;
  justify-content: center;
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .more__list {
    flex-direction: column;
  }
}
.more__item {
  width: 32.4074074074%;
  border-radius: 10px;
  overflow: hidden;
}

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

  .more__item:last-of-type {
    margin-bottom: 0;
  }
}
.more__link {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.more__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.more__link:hover .more__imgWrapper img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

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

.more__text {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 50%;
  left: 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .more__text {
    font-size: 2rem;
  }
}
.more__text::before, .more__text::after {
  content: "";
  width: 9px;
  height: 2px;
  display: inline-block;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  right: 15px;
}

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

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

.modal {
  display: none;
  position: fixed;
  width: 78.9%;
  max-width: 1010px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.4);
  z-index: 10001;
}

@media screen and (max-width: 767px) {
  .modal {
    width: 93%;
  }
}
.modal:hover .vjs-big-play-button {
  background-color: #018D54;
}

.modal__inner {
  background-color: #fff;
  padding-top: 56.34%;
}

.modalOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 10000;
}

.modalCloseButton {
  position: absolute;
  top: -58px;
  right: 0;
  width: 58px;
  height: 58px;
  cursor: pointer;
  background-color: rgba(143, 173, 161, 0.8);
}

@media screen and (max-width: 767px) {
  .modalCloseButton {
    top: -28px;
    width: 28px;
    height: 28px;
  }
}
.modalCloseButton__bar {
  width: 60%;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
}

.modalCloseButton__bar--1 {
  transform: translateY(28px) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .modalCloseButton__bar--1 {
    transform: translateY(14px) rotate(-45deg);
  }
}
.modalCloseButton__bar--2 {
  transform: translateY(26px) rotate(45deg);
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .modalCloseButton__bar--2 {
    transform: translateY(12px) rotate(45deg);
  }
}