.photo-gallery img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .photo-gallery img.photo-gallery__banner-image {
    -o-object-position: left center;
       object-position: left center;
  }
}
.photo-gallery__banner {
  position: relative;
}
.photo-gallery__banner-image {
  position: relative;
  height: 731px;
}
@media screen and (max-width: 767px) {
  .photo-gallery__banner-image {
    height: 366px;
  }
}
.photo-gallery__banner-text {
  position: absolute;
  top: 207px;
  right: 145px;
  z-index: 1;
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .photo-gallery__banner-text {
    font-size: 15px;
    top: 50%;
    right: 48px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.photo-gallery__banner-text::after {
  content: "";
  position: absolute;
  right: -145px;
  bottom: 0;
  z-index: -1;
  width: 562px;
  height: 161px;
  background-color: #f00;
  border-top-left-radius: 52px;
}
@media screen and (max-width: 767px) {
  .photo-gallery__banner-text::after {
    right: -48px;
    width: 281px;
    height: 96px;
    border-top-left-radius: 26px;
  }
}
.photo-gallery__banner-text-big {
  font-family: "Mic 32 New Rounded W00 Regular";
  font-size: 87px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .photo-gallery__banner-text-big {
    font-size: 49px;
  }
}
.photo-gallery__text {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 2.0555555556em;
}
@media screen and (max-width: 767px) {
  .photo-gallery__text {
    font-size: 14px;
    padding: 0 10%;
  }
}
.photo-gallery__wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .photo-gallery__wrapper {
    padding: 0 10px;
  }
}
.photo-gallery__details {
  text-align: center;
  padding: 75px 10px 115px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .photo-gallery__details {
    padding: 38px 10px 58px;
  }
}
.photo-gallery__tab-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  padding-bottom: 4px;
  border-bottom: 1px solid #f00;
}
@media screen and (max-width: 767px) {
  .photo-gallery__tab-links {
    gap: 5px;
  }
}
@media screen and (max-width: 480px) {
  .photo-gallery__tab-links.photo-gallery__text {
    font-size: 10px;
  }
}
.photo-gallery__tab-button {
  position: relative;
  width: 100%;
  max-width: 197px;
  height: 47px;
  background-color: #fcc;
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 27px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.photo-gallery__tab-button.active {
  color: #fff;
  background-color: #f00;
}
.photo-gallery__tab-button.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 20px solid #f00;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.photo-gallery__content {
  padding: 78px 0 15px;
}
@media screen and (max-width: 767px) {
  .photo-gallery__content {
    padding: 39px 0 10px;
  }
}
.photo-gallery__content:nth-of-type(1) {
  padding: 78px 0 45px;
}
@media screen and (max-width: 767px) {
  .photo-gallery__content:nth-of-type(1) {
    padding: 39px 0 20px;
  }
}
.photo-gallery__content img {
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.photo-gallery__content img:hover {
  opacity: 0.8;
}
.photo-gallery__modal {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  overflow: hidden;
}
.photo-gallery__modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.photo-gallery__modal-content {
  position: relative;
  max-width: calc(100% - 150px);
}
@media screen and (max-width: 767px) {
  .photo-gallery__modal-content {
    max-width: calc(100% - 50px);
  }
}
.photo-gallery__modal-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.photo-gallery__modal-close {
  position: absolute;
  right: -60px;
  top: 0;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .photo-gallery__modal-close {
    top: -30px;
    right: -5px;
  }
}
.photo-gallery__controls-container {
  position: absolute;
  width: 100px;
  height: 100px;
  -webkit-transform: translateY(50%) rotate(135deg);
          transform: translateY(50%) rotate(135deg);
  bottom: 50%;
  left: -80px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .photo-gallery__controls-container {
    width: 60px;
    height: 100%;
    top: 0;
    -webkit-transform: none;
            transform: none;
    left: -33px;
  }
}
@media screen and (max-width: 767px) {
  .photo-gallery__controls-container .photo-gallery__controls {
    position: relative;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    right: 4px;
  }
}
.photo-gallery__controls-container--next {
  left: auto;
  right: -80px;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .photo-gallery__controls-container--next {
    -webkit-transform: none;
            transform: none;
    right: -33px;
  }
}
@media screen and (max-width: 767px) {
  .photo-gallery__controls-container--next .photo-gallery__controls {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: auto;
    left: 4px;
  }
}
.photo-gallery__controls-container:hover {
  opacity: 0.8;
}
.photo-gallery__controls {
  width: 20px;
  height: 20px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.photo-gallery__row1 {
  margin-bottom: 48px;
}
.photo-gallery__row2, .photo-gallery__row5, .photo-gallery__row6 {
  margin-bottom: 52px;
}
.photo-gallery__row3 {
  margin-bottom: 44px;
}
.photo-gallery__row4 {
  margin-bottom: 50px;
}
.photo-gallery__row1, .photo-gallery__row2, .photo-gallery__row3, .photo-gallery__row4, .photo-gallery__row5, .photo-gallery__row6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 62px;
}
@media screen and (max-width: 767px) {
  .photo-gallery__row1, .photo-gallery__row2, .photo-gallery__row3, .photo-gallery__row4, .photo-gallery__row5, .photo-gallery__row6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.photo-gallery__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 39px;
}
@media screen and (max-width: 767px) {
  .photo-gallery__col {
    gap: 20px;
  }
}
.photo-gallery__border-all {
  width: 100%;
  height: 460px;
  border-radius: 19px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .photo-gallery__border-all {
    height: unset;
  }
}
.photo-gallery__border-all--small {
  height: 265px;
  border-radius: 23px;
}
@media screen and (max-width: 767px) {
  .photo-gallery__border-all--small {
    height: unset;
  }
}
.photo-gallery__border-all--small img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .photo-gallery__border-all--small img {
    border-radius: 19px;
  }
}
.photo-gallery__border-all img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.photo-gallery__border-bottom-right, .photo-gallery__border-top-left {
  width: 100%;
  height: 457px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .photo-gallery__border-bottom-right, .photo-gallery__border-top-left {
    height: unset;
  }
}
.photo-gallery__border-bottom-right--small, .photo-gallery__border-top-left--small {
  height: 265px;
}
@media screen and (max-width: 767px) {
  .photo-gallery__border-bottom-right--small, .photo-gallery__border-top-left--small {
    height: unset;
  }
}
.photo-gallery__border-bottom-right img, .photo-gallery__border-top-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.photo-gallery__border-bottom-right {
  border-bottom-right-radius: 70px;
}
.photo-gallery__border-top-left {
  border-top-left-radius: 70px;
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

/* stylelint-disable */
#fp-nav {
  z-index: 10;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#fp-nav.is-bottom {
  top: 25%;
}
@media screen and (max-width: 767px) {
  #fp-nav.is-bottom {
    top: 50%;
  }
}

header {
  z-index: 100;
}

.navbar-nav {
  gap: 18px;
}

.navbar-link {
  width: auto;
  height: auto;
  background-color: transparent;
  padding: 0;
}
.navbar-link .link {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #ffce00;
  padding: 0;
  color: #7c4f1d;
  padding-right: 0;
  font-size: 16.62px;
  font-weight: 500;
  font-family: "Mic 32 New Rounded W00 Medium";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 740px) {
  .navbar-link .link {
    height: 70px;
    width: 70px;
  }
}
.navbar-link .link::after {
  display: none;
}

.navbar-toggler {
  width: 82px;
  height: 82px;
}
@media screen and (max-width: 740px) {
  .navbar-toggler {
    height: 70px;
    width: 70px;
  }
}
.navbar-toggler .toggler-btn {
  width: 35.31px;
  height: 10.52px;
}
@media screen and (max-width: 576px) {
  .navbar-toggler .toggler-btn {
    margin-bottom: 10px;
  }
}
.navbar-toggler .toggler-btn span {
  height: 1px;
}
.navbar-toggler .toggler-btn span:nth-child(1) {
  -webkit-animation: menu-bar01-new 0.75s forwards;
          animation: menu-bar01-new 0.75s forwards;
}
.navbar-toggler .toggler-btn span:nth-child(2) {
  display: none;
}
.navbar-toggler .toggler-btn.is-active span:nth-child(1) {
  -webkit-animation: active-menu-bar01-new 0.75s forwards;
          animation: active-menu-bar01-new 0.75s forwards;
}
.navbar-toggler .toggler-text {
  font-size: 13.85px;
  font-family: "Mic 32 New Rounded W00 Regular";
  letter-spacing: 0.05em;
}

@-webkit-keyframes active-menu-bar01-new {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}

@keyframes active-menu-bar01-new {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes menu-bar01-new {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01-new {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
.header__logo-left {
  z-index: 11 !important;
}
.header__nav-wrapper {
  background-color: #f00;
}
.header__nav-main {
  position: relative;
  z-index: 9;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header__nav-main {
    gap: 0 30px;
  }
}
.header__nav-item {
  position: relative;
  color: #fff;
  padding: 25px 20px;
  width: 33.33%;
}
@media screen and (max-width: 980px) {
  .header__nav-item {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-item {
    width: 300px;
    margin: 0 auto;
    padding: 15px 0;
  }
}
/*.header__nav-item:nth-child(2) .header__nav-dropdown-link:first-child {
  pointer-events: none;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}*/
.header__nav-title {
  display: block;
  text-align: left;
  font: 500 36px "Mic 32 New Rounded W00 Medium";
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header__nav-title {
    font-size: 28px;
  }
}
.header__nav-subtitle {
  display: block;
  font-weight: 500;
  font-size: 19px;
  color: #fff;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .header__nav-subtitle {
    font-size: 14px;
  }
}
.header__nav-subtitle--link::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../img/common/btn_arrow_white.svg") no-repeat center/100% 100%;
  margin-left: 1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__nav-subtitle--link:hover::after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.header__nav-dropdown {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__nav-dropdown-link {
  font-size: 15px;
  line-height: 1.6666666667em;
  color: #fff;
  text-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header__nav-dropdown-link {
    font-size: 14px;
  }
}
.header__nav-dropdown-link::after {
  content: "";
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
  background: url("../img/common/btn_arrow_white.svg") no-repeat center/100% 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 3px;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__nav-dropdown-link:hover::after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

footer {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
}

.footer-totop.top {
  background-color: #7c4f1d;
  padding: 0;
}
.footer-totop.top .totop {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: auto;
  height: auto;
  font-size: 17px;
  background-color: transparent;
  padding: 15px 0;
}
.footer-totop.top .totop::after {
  display: none;
}
.footer-totop.top .ico {
  padding-top: 20px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 12px;
  background-image: url("../img/common/back-top.svg");
}

.footer-totop {
  background-color: #fff;
  padding: 64px 0;
}
.footer-totop .totop {
  width: 138.85px;
  height: 39.35px;
  background-color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin: 0 auto;
  gap: 7px;
  border-radius: 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-totop .totop::after {
  content: "";
  display: block;
  width: 19.52px;
  height: 19.52px;
  background-image: url("../img/common/btn_arrow_purewhite.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.footer-totop .ico {
  padding: 0;
  background: none;
}

/* stylelint-disable */
#footer_calbeeroot {
  border-top: 0;
}

.footer-main {
  background-color: #f00;
  padding: 38px 0 35px;
  color: #fff;
}
.footer-main__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-main__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .footer-main__block {
    width: 50%;
  }
}
@media screen and (max-width: 564px) {
  .footer-main__block {
    width: 100%;
  }
}
/*.footer-main__block:nth-child(2) .footer-main__item:first-child {
  pointer-events: none;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}*/
.footer-main__title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .footer-main__title {
    margin-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .footer-main__list {
    padding-left: 10%;
  }
}
.footer-main__item:not(:last-child) {
  margin-bottom: 8px;
}
.footer-main__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
  color: #fff;
  font-size: 12.18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.footer-main__link:hover {
  text-decoration: underline;
}
.footer-main__icon {
  width: 15px;
  margin-bottom: 1px;
}

.section-title {
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways-right;
  position: absolute;
  z-index: 1;
  left: -1.2%;
}
@media screen and (min-width: 1500px) {
  .section-title {
    left: -0.9%;
  }
}
@media screen and (max-width: 767px) {
  .section-title {
    position: relative;
    left: unset;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    text-orientation: unset;
    text-align: center;
    margin-bottom: 50px;
  }
}
.section-title--right {
  left: unset;
  right: -1.2%;
}
@media screen and (min-width: 1500px) {
  .section-title--right {
    right: -0.9%;
  }
}
@media screen and (max-width: 767px) {
  .section-title--right {
    right: unset;
  }
}
.section-title--right .section-title__jp {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .section-title--right .section-title__jp {
    margin-top: 0;
  }
}
.section-title--red {
  color: #f00;
}
.section-title__jp, .section-title__en {
  line-height: 1em;
}
.section-title__jp {
  font-size: 27px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section-title__jp {
    font-size: 14px;
  }
}
.section-title__jp.text-recruit {
  letter-spacing: 0;
}
.section-title__en {
  font-family: "Mic 32 New Rounded W00 Regular";
  font-size: 93px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1200px) {
  .section-title__en {
    font-size: 75px;
  }
}
@media screen and (max-width: 767px) {
  .section-title__en {
    font-size: 50px;
    letter-spacing: 0.025em;
  }
}

.subtitle {
  font-size: 58px;
  font-family: "Mic 32 New Rounded W00 Medium";
  font-weight: 500;
  color: #fff;
  -webkit-text-stroke: 2px #7c4f1d;
  position: absolute;
  top: -38px;
  right: -20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .subtitle {
    right: -10px;
    font-size: 40px;
    top: -25px;
  }
}
.subtitle--red {
  z-index: 1;
  -webkit-text-stroke: 1px #f00;
}
.subtitle--left {
  left: -43px;
  right: unset;
}
@media screen and (max-width: 767px) {
  .subtitle--left {
    left: 0;
  }
}
.subtitle--right {
  right: 30px;
}
.subtitle--ls0 {
  letter-spacing: 0;
}

.top__main-title {
  max-width: calc(100% - 100px);
  width: 767px;
  margin: 0 auto 30px;
  display: block;
}
@media screen and (max-width: 767px) {
  .top__main-title {
    max-width: calc(100% - 70px);
    margin-bottom: 15px;
  }
}
.top__main-subtitle {
  display: block;
  font-family: "Mic 32 New Rounded W00 Medium";
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top__main-subtitle {
    font-size: 17px;
  }
}
.top__section-title {
  text-align: center;
  color: #fff;
  height: 100vh;
  height: 100svh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top__video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1366px) {
  .top__video {
    display: none;
  }
}
.top__video--mid {
  display: none;
}
@media screen and (max-width: 1366px) {
  .top__video--mid {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top__video--mid {
    display: none;
  }
}
.top__video--low {
  display: none;
}
@media screen and (max-width: 767px) {
  .top__video--low {
    display: block;
  }
}
.top__description {
  padding: 70px 50px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top__description {
    padding: 100px 35px 30px;
  }
}
.top__main-description {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.7142857143em;
  margin-bottom: 50px;
}
.top__main-description p:not(:last-child) {
  margin-bottom: 35px;
}
.top__more {
  gap: 8px;
  font-size: 16px;
  color: #fff;
  font-family: "Mic 32 New Rounded W00 Medium";
  font-weight: 500;
  letter-spacing: 0.05em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top__more:hover img {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}
.top__more-icon {
  width: 32px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top__mv {
  position: relative;
  z-index: 1;
}
.top__overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.15;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.top__overlay.darken {
  opacity: 0.35;
}

.top {
  /* MESSAGE */
  /* BUSINESS */
  /* PEOPLE */
}
.top__container {
  margin: 0 auto;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top__container {
    padding: 0 20px;
    max-width: 100%;
  }
}
.top__title, .top__note, .top__desc {
  color: #fff;
}
.top__title {
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .top__title {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .top__title {
    font-size: 18px;
  }
}
.top__title::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/common/btn_arrow_white.svg") no-repeat;
  background-size: 100%;
  display: inline-block;
  margin: 0 0 -6px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .top__title::after {
    width: 20px;
    height: 20px;
    margin-bottom: -3px;
  }
}
.top__note {
  font-size: 12px;
}
.top__desc {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.3888888889em;
  margin-top: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .top__desc {
    font-size: 14px;
  }
}
.top__link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top__link:hover {
  opacity: 0.8;
}
.top__link:hover .top__title::after {
  margin-left: 20px;
}
.top__message .fp-scrollable, .top__business .fp-scrollable, .top__people .fp-scrollable {
  height: auto !important;
}
.top__message .iScrollVerticalScrollbar, .top__business .iScrollVerticalScrollbar, .top__people .iScrollVerticalScrollbar {
  display: none;
}
.top__message {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 225.34px;
}
@media screen and (max-width: 767px) {
  .top__message {
    padding-block: 75px 150px;
  }
}
.top__message-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px 90px;
}
@media screen and (max-width: 1024px) {
  .top__message-list {
    padding: 0 50px 0 120px;
    gap: 15px;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .top__message-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
.top__message-item {
  width: 100%;
  max-width: 368px;
  background-color: #f00;
  border-radius: 22px;
  padding: 20px 7px 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .top__message-item {
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .top__message-item {
    max-width: 368px;
  }
}
.top__message-item:hover {
  opacity: 0.8;
}
.top__message-item:hover .top__title::after {
  margin-left: 20px;
}
.top__message-item:nth-child(even) {
  margin-top: 190px;
}
@media screen and (max-width: 767px) {
  .top__message-item:nth-child(even) {
    margin-top: 0;
  }
}
.top__message-item:nth-child(even) .top__message-img {
  margin-top: 10px;
}
.top__message-info {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top__message-img {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}
.top__business {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 100px;
}
@media screen and (max-width: 767px) {
  .top__business {
    padding-block: 75px;
  }
}
.top__business-container {
  max-width: 1000px;
  padding-inline: 50px;
}
@media screen and (max-width: 767px) {
  .top__business-container {
    max-width: 100%;
    padding-inline: 3%;
  }
}
.top__business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px 0;
}
@media screen and (max-width: 767px) {
  .top__business-list {
    gap: 60px 0;
  }
}
.top__business-item {
  width: 100%;
  max-width: 514px;
  position: relative;
}
.top__business-item:nth-child(even) {
  margin-left: auto;
}
.top__business-item--soon .top__link.top__business-link {
  position: relative;
  pointer-events: none;
}
.top__business-item--soon .top__link.top__business-link::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 25px 25px 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top__business-item--soon .top__link.top__business-link::before {
    border-radius: 20px;
  }
}
.top__business-item--soon .top__link.top__business-link::after {
  content: "Coming Soon";
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top__business-item--soon .top__link.top__business-link::after {
    top: 36%;
    -webkit-transform: translate(-50%, -64%);
            transform: translate(-50%, -64%);
  }
}
.top__business-item--01::after {
  content: "";
  width: 206px;
  height: 129px;
  background: url("../img/top/img_top_business_illust_01.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  right: -300px;
  bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top__business-item--01::after {
    width: 100px;
    height: 62px;
    right: -10px;
    bottom: -30px;
  }
}
.top__business-item--02::after {
  content: "";
  width: 210px;
  height: 155px;
  background: url("../img/top/img_top_business_illust_02.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  left: -315px;
  bottom: 78px;
}
@media screen and (max-width: 767px) {
  .top__business-item--02::after {
    width: 100px;
    height: 73px;
    left: unset;
    right: -10px;
    bottom: -40px;
  }
}
.top__business-item--03::after {
  content: "";
  width: 106px;
  height: 120px;
  background: url("../img/top/img_top_business_illust_03.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 72px;
  right: -274px;
}
@media screen and (max-width: 767px) {
  .top__business-item--03::after {
    width: 60px;
    height: 68px;
    top: unset;
    right: -10px;
    bottom: -30px;
  }
}
.top__business-info {
  display: block;
  background-color: #f00;
  border-top-left-radius: 20px;
  padding: 17px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .top__business-info {
    position: relative;
    right: unset;
    bottom: unset;
    border-radius: 0 0 20px 20px;
    padding: 20px 8px;
  }
}
.top__business-img {
  background-color: #fff;
  border-radius: 25px;
  overflow: hidden;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .top__business-img {
    border-radius: 20px 20px 0 0;
  }
}
.top__business-img img {
  border-radius: 25px;
}
.top__people {
  background-color: #f00;
  padding: 98.74px 0 117.74px;
}
@media screen and (max-width: 767px) {
  .top__people {
    padding-block: 75px;
  }
}
.top__people-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 190px 0;
}
@media screen and (max-width: 767px) {
  .top__people-list {
    gap: 140px 0;
  }
}
.top__people-item {
  width: calc(100% - 380px);
  min-width: 822px;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .top__people-item {
    min-width: unset;
    width: calc(100% - 275px);
  }
}
@media screen and (max-width: 980px) {
  .top__people-item {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 767px) {
  .top__people-item {
    width: 90%;
  }
}
.top__people-item:nth-child(even) {
  margin-right: auto;
  margin-left: unset;
}
.top__people-item:nth-child(even) .top__people-link {
  border-radius: 0 20px 20px 0;
  padding: 10px 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .top__people-item:nth-child(even) .top__people-link {
    border-radius: 0 15px 15px 0;
  }
}
.top__people-item:nth-child(even) .top__people-info {
  border-radius: 20px 0 0;
  padding: 25px 0 10px 30px;
  left: unset;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top__people-item:nth-child(even) .top__people-info {
    border-radius: 15px 0 0;
    padding: 10px 0 5px 15px;
  }
}
.top__people-item--01::before {
  content: "";
  width: 155px;
  height: 99px;
  background: url("../img/top/img_top_people_illust_01.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 115px;
  left: -230px;
}
@media screen and (max-width: 1200px) {
  .top__people-item--01::before {
    left: -169px;
  }
}
@media screen and (max-width: 980px) {
  .top__people-item--01::before {
    left: -110px;
    top: 256px;
  }
}
@media screen and (max-width: 767px) {
  .top__people-item--01::before {
    width: 70px;
    height: 45px;
    top: 50px;
    left: -30px;
  }
}
.top__people-item--01::after {
  content: "";
  width: 149px;
  height: 203px;
  background: url("../img/top/img_top_people_illust_03.svg") no-repeat;
  background-size: cover;
  position: absolute;
  right: 100px;
  bottom: -125px;
}
@media screen and (max-width: 767px) {
  .top__people-item--01::after {
    width: 70px;
    height: 95px;
    right: 30px;
    bottom: -50px;
  }
}
.top__people-item--02::before {
  content: "";
  width: 85px;
  height: 209px;
  background: url("../img/top/img_top_people_illust_02.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: -245px;
  left: 240px;
}
@media screen and (max-width: 767px) {
  .top__people-item--02::before {
    width: 40px;
    height: 98px;
    top: -120px;
    left: 50px;
  }
}
.top__people-item--02::after {
  content: "";
  width: 243px;
  height: 167px;
  background: url("../img/top/img_top_people_illust_04.svg") no-repeat;
  background-size: cover;
  position: absolute;
  right: -300px;
  bottom: 135px;
}
@media screen and (max-width: 767px) {
  .top__people-item--02::after {
    width: 100px;
    height: 69px;
    right: -30px;
    bottom: 60px;
  }
}
.top__people-img img {
  width: 100%;
}
.top__people-link {
  display: block;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  padding: 10px 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .top__people-link {
    border-radius: 15px 0 0 15px;
  }
}
.top__people-info {
  background-color: #f00;
  border-top-right-radius: 20px;
  padding: 25px 30px 10px 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .top__people-info {
    border-top-right-radius: 15px;
    padding: 10px 15px 5px 0;
  }
}

.top-lower .top {
  /* ENVIRONMENT */
  /* RECRUIT INFO */
}
.top-lower .top__environment {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 130px 0;
  background-color: #f3f0f1;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top-lower .top__environment {
    padding: 80px 0 250px;
    background-size: 200%;
  }
}
.top-lower .top__container {
  margin: 0 auto;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top-lower .top__container {
    padding: 0 3%;
    max-width: 100%;
  }
}
.top-lower .top__environment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 90px;
  gap: 35px 70px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top-lower .top__environment-list {
    gap: 30px;
    margin-top: 50px;
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 767px) {
  .top-lower .top__environment-list {
    width: 100%;
  }
}
.top-lower .top__environment-list::before {
  content: "";
  background: url("../img/top/img_top_environment_illust_02.svg") no-repeat;
  background-size: 100%;
  width: 170px;
  height: 252px;
  position: absolute;
  left: -125px;
  top: 335px;
}
@media screen and (max-width: 1200px) {
  .top-lower .top__environment-list::before {
    top: 270px;
  }
}
@media screen and (max-width: 767px) {
  .top-lower .top__environment-list::before {
    display: none;
  }
}
.top-lower .top__environment-item-info {
  color: #fff;
  height: 100%;
  max-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-lower .top__environment-title {
  font-size: 25px;
  font-weight: 700;
  margin-top: 20px;
  position: relative;
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .top-lower .top__environment-title {
    font-size: 20px;
  }
}
.top-lower .top__environment-title::after {
  content: "";
  background: url("../img/common/btn_arrow_white.svg") no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  right: -40px;
  bottom: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-lower .top__environment-text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  line-height: 28px;
}
@media screen and (max-width: 1200px) {
  .top-lower .top__environment-text {
    margin-top: 20px;
  }
}
.top-lower .top__environment-note {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  margin-top: 5px;
}
.top-lower .top__environment-image img {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
@media screen and (max-width: 1200px) {
  .top-lower .top__environment-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.top-lower .top__environment-item-container {
  position: relative;
  width: 66.7%;
}
@media screen and (max-width: 1200px) {
  .top-lower .top__environment-item-container {
    width: 78%;
  }
}
@media screen and (max-width: 767px) {
  .top-lower .top__environment-item-container {
    width: 97%;
  }
}
.top-lower .top__environment-item-container::before {
  content: "";
  background: url("../img/top/img_top_environment_illust_01.svg") no-repeat;
  background-position: bottom;
  background-size: 100%;
  width: 10%;
  height: 100%;
  position: absolute;
  right: -25%;
  bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .top-lower .top__environment-item-container::before {
    right: -15%;
    width: 77px;
  }
}
@media screen and (max-width: 767px) {
  .top-lower .top__environment-item-container::before {
    display: none;
  }
}
.top-lower .top__environment-item {
  width: 46.5%;
  background: #7c4f1d;
  border-radius: 25px;
  padding: 10px;
  padding-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .top-lower .top__environment-item {
    width: 47%;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-lower .top__environment-item {
    width: 100%;
  }
}
.top-lower .top__environment-item--main {
  width: 100%;
  min-width: 800px;
  border-radius: 26px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .top-lower .top__environment-item--main {
    min-width: auto;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-lower .top__environment-item--main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top-lower .top__environment-item--main .top__environment-image {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .top-lower .top__environment-item--main .top__environment-image {
    width: 100%;
  }
}
.top-lower .top__environment-item--main .top__environment-image img {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
@media screen and (max-width: 1200px) {
  .top-lower .top__environment-item--main .top__environment-image img {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.top-lower .top__environment-item--main .top__environment-item-info {
  width: 50%;
  margin: 0 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .top-lower .top__environment-item--main .top__environment-item-info {
    width: 70%;
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-lower .top__environment-item--main .top__environment-item-info {
    width: 100%;
    margin: 20px auto;
  }
}
.top-lower .top__environment-item--main .top__environment-title {
  margin-top: 0;
}
.top-lower .top__environment-item:hover {
  opacity: 0.6;
}
.top-lower .top__environment-item:hover .top__environment-title::after {
  right: -45px;
}
.top-lower .top__recruit-info {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top-lower .top__recruit-info {
    padding: 80px 0;
  }
}
.top-lower .top__recruit-info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 110px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top-lower .top__recruit-info-flex {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-lower .top__recruit-info-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.top-lower .top__recruit-info-flex::before {
  content: "";
  background: url("../img/top/img_top_recruitinfo_illust_01.svg") no-repeat;
  background-size: 100%;
  width: 127px;
  height: 129px;
  position: absolute;
  top: 0;
  right: 33%;
}
@media screen and (max-width: 1200px) {
  .top-lower .top__recruit-info-flex::before {
    right: 27%;
    width: 105px;
    height: 108px;
  }
}
@media screen and (max-width: 767px) {
  .top-lower .top__recruit-info-flex::before {
    width: 20%;
    right: 5%;
    height: 100%;
    background-position: top;
  }
}
.top-lower .top__recruit-info-flex::after {
  content: "";
  background: url("../img/top/img_top_recruitinfo_illust_02.svg") no-repeat;
  background-size: 100%;
  width: 234px;
  height: 106px;
  position: absolute;
  bottom: 20px;
  left: 32%;
}
@media screen and (max-width: 1200px) {
  .top-lower .top__recruit-info-flex::after {
    width: 200px;
    height: 92px;
    position: absolute;
    bottom: 20px;
    left: 18%;
  }
}
@media screen and (max-width: 767px) {
  .top-lower .top__recruit-info-flex::after {
    width: 30%;
    left: 5%;
    height: 100%;
    background-position: bottom;
  }
}
.top-lower .top__recruit-info-item {
  background: #efeae4;
  width: 19%;
}
@media screen and (max-width: 1200px) {
  .top-lower .top__recruit-info-item {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .top-lower .top__recruit-info-item {
    width: 300px;
    max-width: 60%;
  }
}
.top-lower .top__recruit-info-item .top__environment-item-info {
  color: #f00;
  text-align: center;
  height: 76px;
}
.top-lower .top__recruit-info-item:nth-of-type(1) {
  margin-top: -200px;
}
@media screen and (max-width: 767px) {
  .top-lower .top__recruit-info-item:nth-of-type(1) {
    margin-top: 0;
    margin-right: 20%;
  }
}
.top-lower .top__recruit-info-item:nth-of-type(2) {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .top-lower .top__recruit-info-item:nth-of-type(2) {
    margin-top: 0;
    margin-left: 20%;
  }
}
.top-lower .top__recruit-info-title::after {
  background: url("../img/common/btn_arrow_red.svg") no-repeat;
  background-size: 100%;
}
.top-lower .top__recruit-info-note {
  color: #7c4f1d;
}

.keyword {
  padding: 0 0 130px;
  background-color: #d9f1d9;
}
@media screen and (max-width: 767px) {
  .keyword {
    padding-bottom: 50px;
  }
}
.keyword__wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: hidden;
}
.keyword__container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .keyword__container {
    padding: 0 10px;
  }
}
.keyword__container--intro {
  padding-bottom: 283px;
}
@media screen and (max-width: 767px) {
  .keyword__container--intro {
    padding-bottom: 0;
  }
}
.keyword__container--message {
  padding: 78px 0 130px;
}
@media screen and (max-width: 767px) {
  .keyword__container--message {
    padding: 40px 10px 80px;
  }
}
.keyword__intro {
  position: relative;
  width: 100%;
  padding-top: 145px;
}
@media screen and (max-width: 767px) {
  .keyword__intro {
    padding-top: 85px;
  }
}
.keyword__intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45.23%;
  height: 411px;
  background-color: #fff;
  border-bottom-right-radius: 210px;
  opacity: 0.78;
}
.keyword__intro-title {
  font: 400 117px "Mic 32 New Rounded W00 Regular";
  line-height: 1;
  letter-spacing: 0.05em;
  color: #7c4f1d;
}
@media screen and (max-width: 767px) {
  .keyword__intro-title {
    font-size: 80px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 500px) {
  .keyword__intro-title {
    font-size: 60px;
    margin-left: 0;
  }
}
.keyword__intro-subtitle {
  font-size: 26px;
  font-weight: 700;
  color: #7c4f1d;
}
@media screen and (max-width: 767px) {
  .keyword__intro-subtitle {
    font-size: 20px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 500px) {
  .keyword__intro-subtitle {
    font-size: 18px;
    margin-left: 0;
  }
}
.keyword__intro-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65.2%;
  aspect-ratio: 652/414;
}
@media screen and (max-width: 767px) {
  .keyword__intro-img {
    position: unset;
    margin: 20px auto 0;
    width: 100%;
    max-width: 400px;
  }
}
.keyword__message {
  position: relative;
  width: 100%;
}
.keyword__message-img {
  position: absolute;
  left: 37px;
  bottom: 0;
  width: 44.6%;
  aspect-ratio: 446/314;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .keyword__message-img {
    position: relative;
    left: -10px;
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
  }
}
.keyword__message-img-bg {
  position: absolute;
  left: 37px;
  bottom: 40px;
  width: 53.6%;
  aspect-ratio: 536/411;
  background-color: #fff;
  border-top-right-radius: 210px;
  z-index: 0;
  opacity: 0.78;
}
@media screen and (max-width: 767px) {
  .keyword__message-img-bg {
    left: 0;
    width: 100%;
    max-width: 450px;
    bottom: 115px;
  }
}
.keyword__message-content {
  position: relative;
  margin-left: auto;
  width: 65.8%;
  background-color: #90693f;
  padding: 69px 0 76px 11%;
  border-top-left-radius: 155px;
  line-height: 2em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .keyword__message-content {
    width: 100%;
    padding: 50px 0 40px 17%;
  }
}
.keyword__message-content::after {
  content: "";
  position: absolute;
  left: calc(100% - 1px);
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #90693f;
}
.keyword__message-txt {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .keyword__message-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .keyword__message-txt {
    font-size: 14px;
  }
}
.keyword__list-wrapper {
  position: relative;
  padding: 220px 20px 274px;
}
@media screen and (max-width: 767px) {
  .keyword__list-wrapper {
    padding: 0 10px 55%;
  }
}
.keyword__list-bg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 665px;
}
.keyword__list-bg1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 80px;
  width: 63%;
  aspect-ratio: 758/582;
  background-color: #fff;
  border-top-right-radius: 297px;
  opacity: 0.78;
  max-height: 582px;
}
@media screen and (max-width: 767px) {
  .keyword__list-bg1::before {
    width: 100%;
  }
}
.keyword__list-bg1::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 271px;
  aspect-ratio: 271/181;
  background: url("../img/keyword/img_keyword_contents_illust_01.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .keyword__list-bg1::after {
    width: 35%;
    bottom: 4%;
  }
}
.keyword__list-bg2 {
  position: absolute;
  right: 0;
  top: 27.5%;
  width: 64.75%;
  aspect-ratio: 777/551;
  background-color: #fff;
  border-bottom-left-radius: 282px;
  opacity: 0.78;
  max-height: 551px;
}
@media screen and (max-width: 767px) {
  .keyword__list-bg2 {
    width: 100%;
    top: 23.4%;
  }
}
.keyword__list-bg3 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-1%);
          transform: translateY(-1%);
  width: 63%;
  aspect-ratio: 758/582;
  background-color: rgba(255, 255, 255, 0.78);
  border-top-right-radius: 297px;
  max-height: 582px;
}
@media screen and (max-width: 767px) {
  .keyword__list-bg3 {
    width: 100%;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
.keyword__list-bg3::before {
  content: "";
  position: absolute;
  left: 0;
  top: -98px;
  width: 210px;
  aspect-ratio: 210/187;
  background: url("../img/keyword/img_keyword_contents_illust_02.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .keyword__list-bg3::before {
    width: 27%;
  }
}
.keyword__list-bg4 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 64.75%;
  aspect-ratio: 777/551;
  background-color: rgba(255, 255, 255, 0.78);
  border-bottom-left-radius: 282px;
  max-height: 551px;
}
@media screen and (max-width: 767px) {
  .keyword__list-bg4 {
    width: 100%;
  }
}
.keyword__list-bg4::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 57px;
  -webkit-transform: translateX(-46%);
          transform: translateX(-46%);
  width: 57.8%;
  aspect-ratio: 449/276;
  background: url("../img/keyword/img_keyword_contents_illust_03.svg") no-repeat center/100% 100%;
  max-width: 449px;
}
.keyword__list {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 170px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style-type: none;
  counter-reset: keyword;
}
@media screen and (max-width: 767px) {
  .keyword__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 150px;
  }
}
.keyword__list-item {
  position: relative;
  z-index: 1;
  width: 44.67%;
  border-radius: 20px;
  border: 1px solid #00a100;
  background-color: #00a100;
  counter-increment: keyword;
}
@media screen and (max-width: 767px) {
  .keyword__list-item {
    width: 100%;
    max-width: 500px;
  }
}
.keyword__list-item--mt {
  margin-top: -220px;
}
@media screen and (max-width: 767px) {
  .keyword__list-item--mt {
    margin-top: 0;
  }
}
.keyword__list-item--mt-medium {
  margin-top: -200px;
}
@media screen and (max-width: 767px) {
  .keyword__list-item--mt-medium {
    margin-top: 0;
  }
}
.keyword__list-item--mt-small {
  margin-top: -170px;
}
@media screen and (max-width: 767px) {
  .keyword__list-item--mt-small {
    margin-top: 0;
  }
}
.keyword__list-item-counter {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  right: 15px;
  top: -70px;
}
.keyword__list-item-counter::before {
  content: "KEYWORD";
  font: 400 19.66px "Mic 32 New Rounded W00 Regular";
  letter-spacing: 0.05em;
  color: #7c4f1d;
}
.keyword__list-item-counter::after {
  content: counter(keyword, decimal-leading-zero);
  font: 400 75px "Mic 32 New Rounded W00 Regular";
  color: #7c4f1d;
}
.keyword__list-item-info {
  padding: 36px 5px 32px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #fff;
}
.keyword__list-item-title {
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 21px;
}
@media screen and (max-width: 900px) {
  .keyword__list-item-title {
    font-size: 28px;
  }
}
.keyword__list-item-title--break {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 21px;
  text-align: left;
  font-size: 42px;
}
@media screen and (max-width: 900px) {
  .keyword__list-item-title--break {
    font-size: 32px;
  }
}
.keyword__list-item-txt {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.6em;
  padding: 0 20px;
  /*text-align: justify;*/
}
.keyword__list-item-img-container {
  position: relative;
  width: 100%;
  padding: 0 14px 17px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #00a100;
  z-index: 1;
}
.keyword__list-item-img-container::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 2px);
  height: 59%;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  background-color: #fff;
  z-index: -1;
}
.keyword__list-item-img-container--medium::before {
  height: 85%;
}
.keyword__list-item-img-container--big::before {
  height: 73%;
}
.keyword__list-item-img-container--100::before {
  height: 100%;
}
.keyword__list-item-img-container--pt {
  padding-top: 30px;
}
.keyword__list-item-img-container--no-pt {
  padding: 30px;
  padding-top: 0;
}
.keyword__list-item-img-container--img-only {
  padding: 29px;
}
.keyword__list-item-img {
  width: 100%;
  aspect-ratio: 372/296;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
.keyword__list-item-img--no-ratio {
  aspect-ratio: unset;
}
.keyword__list-item-img--small {
  max-width: 217px;
  margin: 0 auto;
  aspect-ratio: 217/199;
}
.keyword__list-item-img--fullradius {
  border-radius: 10px;
}
.keyword__list-item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 5px;
  padding: 7px 30px;
  margin: 0 auto 20px !important;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #7c4f1d;
  border-radius: 18px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.keyword__list-item-btn::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 21px;
  height: 21px;
  background: url("../img/common/btn_arrow_white.svg") no-repeat center/100% 100%;
}
.keyword__list-item-btn:hover {
  opacity: 0.5;
}
.keyword__list-item-btn--mt {
  margin-top: 28px !important;
}

.business {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
  /*
    Common Cards
  */
  /*
    Common Emp Cards
  */
  /*
    Section Landing
  */
  /*
    Description
  */
  /*
    Brand Section
  */
  /*
    Nextgen Section
  */
}
.business__section-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .business__section-title-wrap {
    margin-top: 40px;
  }
}
.business__section-title-wrap--first {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .business__section-title-wrap--first {
    margin-top: 50px;
  }
}
.business__section-title {
  color: #f00;
  font-size: 71px;
  font-family: "Mic 32 New Rounded W00 Regular";
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .business__section-title {
    font-size: 40px;
  }
}
.business__section-title-img {
  height: 77px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .business__section-title-img {
    padding: 18px;
    height: 64px;
  }
}
.business__section-title-text {
  display: block;
  text-align: center;
  padding: 19px;
  background-color: #f00;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3846153846em;
  color: #fff;
  width: 100%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .business__section-title-text {
    font-size: 18px;
  }
}
.business__section-fs18 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .business__section-fs18 {
    font-size: 16px;
  }
}
@media screen and (max-width: 385px) {
  .business__section-fs18 {
    font-size: 12px;
  }
}
.business__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 980px) {
  .business__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.business__card:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .business__card:not(:last-child) {
    margin-bottom: 30px;
  }
}
.business__card:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 980px) {
  .business__card:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.business__card-wrap {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto 89px;
}
@media screen and (max-width: 767px) {
  .business__card-wrap {
    margin-bottom: 40px;
  }
}
.business__card-desc {
  position: relative;
  margin-top: 76px;
  padding: 50px 103px 82px 125px;
  width: 100%;
  z-index: 1;
  margin-left: -60.52px;
}
@media screen and (max-width: 1200px) {
  .business__card-desc {
    padding-right: 50px;
    padding-left: 100px;
  }
}
@media screen and (max-width: 980px) {
  .business__card-desc {
    margin-top: -20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .business__card-desc {
    padding: 50px 20px 30px;
  }
}
.business__card-desc::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -9999px;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: #fff;
  border-bottom-left-radius: 20px;
}
.business__card-desc--right {
  margin-top: 27.62px;
  margin-left: 0;
  margin-right: -60.52px;
  padding: 50px 125px 82px 103px;
}
@media screen and (max-width: 1200px) {
  .business__card-desc--right {
    padding-right: 100px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 980px) {
  .business__card-desc--right {
    margin-right: 0;
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .business__card-desc--right {
    padding: 50px 20px 30px;
  }
}
.business__card-desc--right::before {
  right: 0;
  left: -9999px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 20px;
}
.business__card-desc-heading {
  display: block;
  padding-bottom: 50px;
  color: #f00;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5833333333em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .business__card-desc-heading {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.business__card-desc-txt {
  /*text-align: justify;*/
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.01em;
  width: 400px;
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  .business__card-desc-txt {
    width: 100%;
  }
}
.business__card-img {
  position: relative;
  z-index: 2;
  width: 631.49px;
  height: 420.62px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .business__card-img {
    width: 500px;
    aspect-ratio: 631.49/420.62;
    height: auto;
  }
}
@media screen and (max-width: 980px) {
  .business__card-img {
    width: 631.49px;
  }
}
@media screen and (max-width: 767px) {
  .business__card-img {
    max-width: calc(100% - 20px);
  }
}
.business__card-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -10px;
  bottom: -7px;
  left: 100px;
  top: 53px;
  background-color: #f00;
  border-bottom-right-radius: 110px;
}
@media screen and (max-width: 767px) {
  .business__card-img::before {
    top: 20px;
    left: 20px;
    border-bottom-right-radius: 60px;
  }
}
@media screen and (max-width: 980px) {
  .business__card-img--right {
    margin-left: auto;
  }
}
.business__card-img--right::before {
  right: 100px;
  left: -10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 110px;
}
@media screen and (max-width: 767px) {
  .business__card-img--right::before {
    border-bottom-left-radius: 60px;
    right: 20px;
  }
}
.business__card-img--right img {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 110px;
}
@media screen and (max-width: 767px) {
  .business__card-img--right img {
    border-bottom-left-radius: 60px;
  }
}
.business__card-img--border-newarea::before {
  background-color: #ffbe00;
}
.business__card-border {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-bottom-right-radius: 110px;
}
@media screen and (max-width: 767px) {
  .business__card-border {
    border-bottom-right-radius: 60px;
  }
}
.business__employees {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.business__employees-item:hover .business__employees-cards-icon {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}
.business__employees-wrap {
  border-radius: 15px;
  background-color: #f00;
  color: #fff;
  padding: 18px 41px 35px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .business__employees-wrap {
    padding: 18px 10px 35px;
    width: calc(100% - 20px);
    max-width: 503px;
  }
}
.business__employees-wrap--newarea {
  background-color: rgba(255, 190, 0, 0.95);
}
.business__employees-txt {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .business__employees-txt {
    font-size: 18px;
  }
}
.business__employees-cards {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 65px;
}
@media screen and (max-width: 767px) {
  .business__employees-cards {
    gap: 15px;
  }
}
.business__employees-img {
  width: 219px;
  height: 163px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .business__employees-img {
    width: 100%;
    height: auto;
  }
}
.business__employees-desc {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.business__employees-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.business__employees-heading {
  color: #fff;
  font-weight: 400;
}
.business__employees-heading--fs15 {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .business__employees-heading--fs15 {
    font-size: 14px;
  }
}
.business__employees-heading--fs19 {
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .business__employees-heading--fs19 {
    font-size: 16px;
  }
}
.business__employees-cards-icon {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 29px;
}
@media screen and (max-width: 767px) {
  .business__employees-cards-icon {
    width: 25px;
  }
}
.business__mv {
  position: relative;
  height: 730px;
}
@media screen and (max-width: 767px) {
  .business__mv {
    height: 365px;
  }
}
.business__mv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #150201;
  opacity: 0.15;
  top: 0;
  left: 0;
  z-index: 3;
}
.business__mv-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 300.65px);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .business__mv-img {
    width: calc(100% - 50px);
  }
}
.business__mv-img:nth-child(2) {
  width: 418.05px;
  height: 309.87px;
  bottom: 0;
  top: auto;
}
@media screen and (max-width: 980px) {
  .business__mv-img:nth-child(2) {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .business__mv-img:nth-child(2) {
    width: 180px;
    height: 130px;
  }
}
.business__mv-img:nth-child(3) {
  width: 284.15px;
  height: 191.87px;
  top: auto;
  left: auto;
  bottom: 0;
  right: 426.73px;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .business__mv-img:nth-child(3) {
    right: 349.73px;
  }
}
@media screen and (max-width: 767px) {
  .business__mv-img:nth-child(3) {
    right: 105px;
    width: 131px;
    height: 85px;
    z-index: 2;
  }
}
.business__mv-img:nth-child(4) {
  width: 477.31px;
  height: 351.08px;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .business__mv-img:nth-child(4) {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .business__mv-img:nth-child(4) {
    width: 175px;
    height: 160px;
  }
}
.business__mv-img:nth-child(5) {
  width: 371.45px;
  height: 407px;
  right: 0;
  left: auto;
}
@media screen and (max-width: 980px) {
  .business__mv-img:nth-child(5) {
    width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .business__mv-img:nth-child(5) {
    width: 150px;
    height: 218px;
  }
}
.business__mv-img--newarea {
  width: calc(100% - 206.07px);
  left: initial;
  right: 0;
}
@media screen and (max-width: 767px) {
  .business__mv-img--newarea {
    width: calc(100% - 50px);
  }
}
.business__mv-img--newarea:nth-child(2) {
  width: 363.45px;
  height: 407px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .business__mv-img--newarea:nth-child(2) {
    width: 145px;
    height: 162px;
  }
}
.business__mv-img--newarea:nth-child(3) {
  width: 302.21px;
  height: 162.809px;
  right: 290.83px;
}
@media screen and (max-width: 767px) {
  .business__mv-img--newarea:nth-child(3) {
    right: 127px;
    width: 140px;
    height: 75px;
  }
}
.business__mv-img--newarea:nth-child(4) {
  width: 344.04px;
  height: 281.87px;
}
@media screen and (max-width: 767px) {
  .business__mv-img--newarea:nth-child(4) {
    width: 150px;
    height: 123px;
  }
}
.business__mv-img--newarea:nth-child(5) {
  width: 497.31px;
  height: 309.08px;
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .business__mv-img--newarea:nth-child(5) {
    width: 191px;
    height: 165px;
  }
}
.business__mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.business__mv-page-info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 205px 50px 0 35px;
  display: inline-block;
  z-index: 3;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .business__mv-page-info {
    padding: 135px 20px 0;
  }
}
.business__mv-page-info--newarea {
  padding-top: 204px;
}
@media screen and (max-width: 767px) {
  .business__mv-page-info--newarea {
    padding-top: 121px;
  }
}
.business__bgr {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 48px 36px 0;
}
@media screen and (max-width: 767px) {
  .business__bgr {
    padding: 0 20px 15px 0;
  }
}
.business__bgr::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 49px;
  left: -35px;
  right: 0;
  bottom: 0;
  background-color: #f00;
  border-bottom-right-radius: 80px;
}
@media screen and (max-width: 767px) {
  .business__bgr::before {
    top: 15px;
    border-bottom-right-radius: 40px;
  }
}
.business__bgr--yellow::before {
  background-color: #ffbe00;
}
.business__mv-page-info-title {
  font-family: "Mic 32 New Rounded W00 Medium";
  font-size: 47px;
  letter-spacing: 0.05em;
  margin-bottom: -10px;
}
@media screen and (max-width: 767px) {
  .business__mv-page-info-title {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.business__mv-page-info-subtitle {
  font-family: "Mic 32 New Rounded W00 Regular";
  font-size: 106px;
  line-height: 1em;
  margin-left: -5px;
}
@media screen and (max-width: 980px) {
  .business__mv-page-info-subtitle {
    font-size: 90px;
  }
}
@media screen and (max-width: 767px) {
  .business__mv-page-info-subtitle {
    font-size: 40px;
  }
}
.business__mv-page-info-text {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .business__mv-page-info-text {
    font-size: 14px;
  }
}
.business__description {
  text-align: center;
  padding: 67px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.0555555556em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .business__description {
    font-size: 14px;
    padding: 30px 10% 0;
  }
}
.business__brand {
  overflow: hidden;
  background-color: #fff3c2;
  padding: 85px 0 165px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
@media screen and (max-width: 1198px) {
  .business__brand {
    background-size: 1198px;
  }
}
@media screen and (max-width: 767px) {
  .business__brand {
    padding: 45px 0 130px;
    background-size: 200%;
  }
}
.business__brand--promotion-bg {
  padding-bottom: 330px;
}
@media screen and (max-width: 767px) {
  .business__brand--promotion-bg {
    padding-bottom: 210px;
  }
}
.business__brand--food-bg {
  padding-bottom: 290px;
}
.business__brand--next-gen-bg {
  padding-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .business__brand--next-gen-bg {
    padding-bottom: 50px;
  }
}
.business__brand--next-beyond-bg {
  padding-bottom: 158.88px;
}
@media screen and (max-width: 767px) {
  .business__brand--next-beyond-bg {
    padding-bottom: 120px;
  }
}
.business__brand-examp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .business__brand-examp {
    padding: 0 20px;
  }
}
.business__brand-examp-txt {
  display: block;
  text-align: center;
  width: 678px;
  padding: 13px;
  background-color: #f00;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .business__brand-examp-txt {
    width: 100%;
    font-size: 15px;
  }
}
.business__brand-prod-list {
  padding-top: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 77px;
}
@media screen and (max-width: 980px) {
  .business__brand-prod-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .business__brand-prod-list {
    padding-top: 30px;
    margin-bottom: 40px;
  }
}
.business__brand-prod-type {
  font-size: 19px;
  font-weight: 700;
  color: #f00;
  margin-bottom: 10px;
}
.business__brand-prod-type--nomargin {
  margin-bottom: 0;
}
.business__brand-prod-name-wrap--flex {
  gap: 20px;
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.business__brand-prod-name-wrap--mt23 {
  margin-top: 23px;
}
.business__brand-prod-name {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.business__brand-prod-item {
  position: relative;
  z-index: 1;
  text-align: center;
  min-width: 290px;
  min-height: 290px;
  padding-top: 24px;
}
.business__brand-prod-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 290px;
  height: 290px;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  background-color: #fff;
  border-radius: 50%;
}
.business__factory {
  margin: 48.54px 0 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.business__factory-wrap {
  padding: 42.5px 40px 48px;
  border-radius: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  gap: 38px;
  max-width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .business__factory-wrap {
    max-width: calc(100% - 40px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 20px 25px;
    gap: 25px;
    border-radius: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 442px;
  }
}
.business__factory-item {
  width: 442px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .business__factory-item {
    max-width: 100%;
  }
}
.business__factory-img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .business__factory-img {
    width: 100%;
    height: auto;
  }
}
.business__factory-text {
  font-size: 16px;
  margin-top: 20px;
  display: block;
}
@media screen and (max-width: 980px) {
  .business__factory-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .business__factory-text {
    font-size: 14px;
  }
}

.vision__overview {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .vision__overview {
    height: auto;
  }
}
.vision__overview-wrapper {
  position: relative;
  height: 1270px;
  padding: 170px 0 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .vision__overview-wrapper {
    padding: 0 20px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .vision__overview-wrapper {
    padding: 120px 3% 65px;
    height: auto;
  }
}
.vision__hero-container {
  text-align: center;
  z-index: 1;
}
.vision__hero-heading {
  font-family: "Mic 32 New Rounded W00 Regular";
  font-size: 117px;
  letter-spacing: 0.1em;
  line-height: 0.7em;
  color: #f00;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .vision__hero-heading {
    font-size: 90px;
  }
}
.vision__hero-subheading {
  font-size: 27px;
  font-weight: 700;
  color: #f00;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .vision__hero-subheading {
    margin-bottom: 42px;
  }
}
.vision__hero-paragraph {
  font-size: 18px;
  line-height: 2.0555555556em;
  color: #f00;
}
@media screen and (max-width: 767px) {
  .vision__hero-paragraph {
    font-size: 14px;
  }
}
.vision__anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 70px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vision__anchors {
    gap: 20px 10px;
    margin-top: 40px;
  }
}
.vision__anchor {
  position: relative;
  width: 154px;
  height: 143px;
  padding-bottom: 20px;
  border-radius: 10px;
  background: #f00;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3529411765em;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .vision__anchor {
    padding: 0 3%;
    width: calc(33.3% - 6.6666666667px);
    height: 71.5px;
    font-size: 12px;
  }
}
.vision__anchor::after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 21px;
  background: url("../img/vision/icon_vision_arrow_01.svg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .vision__anchor::after {
    bottom: 4px;
    width: 12px;
    height: 10.5px;
  }
}
.vision__anchor:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.vision__hero-image {
  position: absolute;
}
.vision__hero-image--1 {
  width: 315px;
  top: 132px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .vision__hero-image--1 {
    width: 26%;
    top: 250px;
  }
}
.vision__hero-image--2 {
  width: 231px;
  top: 256px;
  right: 36px;
}
@media screen and (max-width: 767px) {
  .vision__hero-image--2 {
    width: 19%;
    top: 285px;
    right: 10px;
  }
}
.vision__hero-image--3 {
  width: 210px;
  top: 590px;
  left: 62px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vision__hero-image--3 {
    display: none;
    width: 18%;
    top: 420px;
    left: 30px;
  }
}
.vision__hero-image--4 {
  width: 480px;
  top: 569px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .vision__hero-image--4 {
    display: none;
    width: 40%;
    top: 420px;
  }
}
.vision__hero-image--5 {
  width: 473px;
  top: 749px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .vision__hero-image--5 {
    display: none;
    width: 39%;
    top: 470px;
  }
}
.vision__values {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 104px 0 92px;
}
@media screen and (max-width: 767px) {
  .vision__values {
    padding: 80px 3%;
    height: auto;
  }
}
.vision__box {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 676px;
  background: #fff;
  border-radius: 23px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .vision__box {
    width: 87%;
  }
}
.vision__box--border-red {
  border: 2px solid #f00;
}
.vision__box-heading {
  position: relative;
  padding: 26px 0;
  border-bottom: 2px solid #f00;
  font-size: 39px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.3076923077em;
  color: #f00;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vision__box-heading {
    padding: 13px 0;
    font-size: 20px;
  }
}
.vision__box-heading::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -52px;
  border-top: 13.5px solid transparent;
  border-right: 26px solid transparent;
  border-left: 26px solid #f00;
  border-bottom: 13.5px solid #f00;
}
@media screen and (max-width: 767px) {
  .vision__box-heading::after {
    border-top: 6.75px solid transparent;
    border-right: 13px solid transparent;
    border-left: 13px solid #f00;
    border-bottom: 6.75px solid #f00;
    right: -26px;
  }
}
.vision__box-description {
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875em;
  color: #000;
  text-align: center;
  padding: 27px 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .vision__box-description {
    padding: 20px;
    font-size: 12px;
  }
}
.vision__values-container {
  position: relative;
  margin: 104px auto 100px;
  width: 669px;
  height: 416px;
}
@media screen and (max-width: 767px) {
  .vision__values-container {
    margin: 50px auto 100px;
    width: 100%;
    height: 290px;
  }
}
.vision__values-container::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 38px solid #fff;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
}
@media screen and (max-width: 767px) {
  .vision__values-container::after {
    border-top: 18px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    bottom: -55px;
  }
}
.vision__values-cm, .vision__values-v, .vision__values-p {
  position: absolute;
}
.vision__values-cm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: 0;
  width: 342px;
  height: 166px;
  background: #fff;
  border: 2px solid #f00;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vision__values-cm {
    width: 50%;
    height: 140px;
  }
}
.vision__values-v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 364px;
  height: 247px;
  background: #fff;
  border: 2px solid #36ac8a;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .vision__values-v {
    width: 55%;
    height: 150px;
  }
}
.vision__values-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 0;
  left: 0;
  width: 326px;
  height: 326px;
  background: #fff;
  border: 2px solid #ffb700;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .vision__values-p {
    width: 53vw;
    height: 53vw;
  }
}
.vision__values-cm-image {
  width: 158px;
}
@media screen and (max-width: 767px) {
  .vision__values-cm-image {
    width: 110px;
  }
}
.vision__values-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.075em;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .vision__values-heading {
    font-size: 14px;
    margin: 10px 0;
  }
}
.vision__values-heading--mt25 {
  margin-top: 25px;
}
.vision__values-description {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2777777778em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vision__values-description {
    font-size: 11px;
  }
}
.vision__values-closing {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7142857143em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vision__values-closing {
    font-size: 16px;
  }
}
.vision__v-heading {
  width: 542px;
  padding: 0 20px;
  background: #f00;
  border-radius: 28px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 2.125em;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vision__v-heading {
    max-width: 100%;
    font-size: 18px;
  }
}
.vision__v-list {
  margin-top: 86px;
}
@media screen and (max-width: 767px) {
  .vision__v-list {
    margin-top: 43px;
  }
}
.vision__v-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vision__v-item:not(:last-child) {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .vision__v-item:not(:last-child) {
    margin-bottom: 95px;
  }
}
.vision__v-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -107px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 38px solid #000;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
}
@media screen and (max-width: 767px) {
  .vision__v-item:not(:last-child)::after {
    border-top: 18px solid #000;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    bottom: -57.5px;
  }
}
.vision__v-figure {
  width: 880px;
  margin: 70px auto 0;
}
.vision__v-next-logo {
  width: 654px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .vision__v-next-logo {
    width: 80%;
  }
}
.vision__v-span-2030 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 22px;
  font-weight: 700;
  color: #f00;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .vision__v-span-2030 {
    margin-top: 17.5px;
  }
}
.vision__v-span-2030--overseas {
  position: absolute;
  background: #fff;
  padding: 0 20px;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 0;
}
.vision__v-overseas {
  position: relative;
  width: 756px;
  height: 92px;
  border: 2px solid #f00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .vision__v-overseas {
    width: 100%;
  }
}
.vision__v-overseas-description {
  font-size: 29px;
  font-weight: 700;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .vision__v-overseas-description {
    font-size: 14px;
  }
}
.vision__se-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .vision__se-list {
    margin-top: 28px;
  }
}
.vision__se-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(50% - 2px);
  height: 114px;
  border-radius: 17px;
  background: #ffce00;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3913043478em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vision__se-item {
    font-size: 13px;
  }
}
.vision__button-pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 310px;
  min-height: 51px;
  padding: 10px;
  border: 2px solid #000;
  background: #f7f7f7;
  margin: 63px auto 0;
}
@media screen and (max-width: 767px) {
  .vision__button-pdf {
    margin-top: 30px;
  }
}
.vision__button-pdf > span {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .vision__button-pdf > span {
    font-size: 16px;
  }
}
.vision__button-pdf > span::after {
  display: inline-block;
  content: "";
  width: 35px;
  height: 36px;
  background: url("../img/common/icon_pdf.svg") no-repeat center/cover;
  vertical-align: middle;
  margin-left: 14px;
}
.vision__2030-vision {
  padding: 105px 0 110px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vision__2030-vision {
    padding: 105px 3% 110px;
  }
}
@media screen and (max-width: 767px) {
  .vision__2030-vision {
    padding: 80px 3%;
  }
}
.vision__pillars {
  padding: 107px 0 35vw;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vision__pillars {
    padding: 107px 3% 500px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .vision__pillars {
    background-size: contain;
    background-position: bottom;
    background-color: #d3eef4;
    padding: 80px 3% 200px;
    height: auto;
  }
}
.vision__pillars-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 51px;
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .vision__pillars-list {
    gap: 100px 50px;
  }
}
.vision__pillars-item:nth-child(1), .vision__pillars-item:nth-child(3) {
  margin-top: 132px;
}
@media screen and (max-width: 767px) {
  .vision__pillars-item:nth-child(1), .vision__pillars-item:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 998px) {
  .vision__pillars-item--tablet-mt0 {
    margin-top: 0 !important;
  }
}
.vision__pillars-image-container {
  position: relative;
}
.vision__pillars-number {
  position: absolute;
  top: 0;
  left: 30px;
  font-family: "Mic 32 New Rounded W00 Medium";
  font-size: 79px;
  line-height: 0.7em;
  color: #f00;
}
.vision__pillars-number--3 {
  left: 50px;
}
@media screen and (max-width: 767px) {
  .vision__pillars-number--3 {
    left: 70px;
  }
}
.vision__pillars-image {
  display: block;
  margin: 0 auto;
  width: 265px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .vision__pillars-image {
    width: 200px;
  }
}
.vision__pillars-heading {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5454545455em;
  color: #f00;
  margin: 20px 0;
}
.vision__pillars-description {
  font-size: 14px;
  line-height: 1.7857142857em;
  letter-spacing: 0.025em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vision__pillars-description {
    font-size: 12px;
  }
}
.vision__pillars-description--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 323px;
}
.vision__pillars-description--ta-left {
  /*text-align: justify;*/
  text-align: left;
  letter-spacing: -0.03em;
}
.vision__pillars-description-row {
  width: 50%;
}
.vision__pillars-description-row:first-child {
  border-right: 2px solid #f00;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .vision__pillars-description-row:first-child {
    padding-right: 10px;
  }
}
.vision__pillars-description-row:last-child {
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .vision__pillars-description-row:last-child {
    padding-left: 10px;
  }
}
.vision__pillars-subheading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333em;
  color: #f00;
  margin-bottom: 15px;
}
.vision__pillars-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 23px auto 0;
  min-width: 232px;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-height: 44px;
  padding: 10px;
  background: #f00;
}
.vision__pillars-button > span {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2352941176em;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vision__pillars-button > span::after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/common/btn_arrow_white.svg") no-repeat center/cover;
  margin-left: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.vision__pillars-button:hover > span::after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.vision__pillars-button--pc-mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .vision__pillars-button--pc-mt60 {
    margin-top: 23px;
  }
}

.newarea__values-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 33.92px 0 126px;
}
@media screen and (max-width: 980px) {
  .newarea__values-wrap {
    width: 495px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .newarea__values-wrap {
    margin-bottom: 80px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.newarea__values-item {
  width: 100%;
  max-width: 240.5px;
}
.newarea__icon-container {
  height: 51px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newarea__values-bg {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 11px 20px;
  text-align: center;
  background-color: #00a100;
  color: #fff;
}
.newarea__values-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 0.9444444444em;
  letter-spacing: -0.025em;
}
.newarea__values-desc {
  border: 1px solid #00a100;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 2px;
  min-height: 102px;
  padding: 12px 16px;
  background-color: #fff;
}
.newarea__dev-list--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.newarea__dev-item {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1875em;
}
.newarea__dev-item::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 1px;
  width: 12px;
  height: 12px;
  background-color: #ffce00;
  border-radius: 50%;
}
.newarea__dev-item:not(:last-child) {
  margin-bottom: 5px;
}
.newarea__platform-wrap {
  margin: 54px 0 162.82px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 78px;
}
@media screen and (max-width: 767px) {
  .newarea__platform-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    margin-bottom: 50px !important;
  }
}
.newarea__platform-circle {
  position: relative;
}
.newarea__platform-circle:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -65.27px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 48.71px;
  height: 48.71px;
  background-image: url("../img/newarea/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .newarea__platform-circle:not(:last-child)::before {
    bottom: -39px;
    width: 30px;
    height: 30px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.newarea__circle-content {
  width: 248px;
  height: 248px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .newarea__circle-content {
    width: 195px;
    height: 195px;
  }
}
.newarea__platform-img {
  width: 100%;
  height: 136.5px;
}
@media screen and (max-width: 980px) {
  .newarea__platform-img {
    height: 55%;
  }
}
.newarea__platform-circle-desc {
  width: 100%;
  height: 111.5px;
  padding: 11px 0;
  background-color: #00a100;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .newarea__platform-circle-desc {
    height: 45%;
    padding: 5px 0;
  }
}
.newarea__platform-title {
  font-size: 18px;
  font-weight: 500;
  color: #ffe300;
  margin-bottom: 3px;
}
@media screen and (max-width: 980px) {
  .newarea__platform-title {
    font-size: 15px;
  }
}
.newarea__platform-subtitle {
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .newarea__platform-subtitle {
    font-size: 13px;
  }
}
.newarea__aim {
  margin-top: 84px;
  margin-bottom: 147.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .newarea__aim {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.newarea__aim-bg {
  color: #231815;
  border: 1px solid #00a100;
  border-radius: 20px;
  background-color: #fff;
  width: 674.74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  padding: 29px 15px;
}
@media screen and (max-width: 767px) {
  .newarea__aim-bg {
    gap: 0;
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 638px) {
  .newarea__aim-bg {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newarea__column {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .newarea__column {
    width: 50%;
  }
}
@media screen and (max-width: 638px) {
  .newarea__column {
    padding: 30px 0;
    width: 100%;
  }
}
.newarea__column:last-child {
  border-left: 1px solid #1eaa39;
}
@media screen and (max-width: 638px) {
  .newarea__column:last-child {
    border-left: 0;
    border-top: 1px solid #1eaa39;
  }
}
.newarea__aim-year {
  position: relative;
  padding-left: 10px;
  font-size: 21.9px;
  font-weight: 500;
}
.newarea__aim-year::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -5px;
  width: 12px;
  height: 12px;
  background-color: #00a100;
  border-radius: 50%;
}
.newarea__aim-desc {
  margin-top: 24px;
}
.newarea__aim-title {
  color: #00a100;
  font-size: 17.47px;
  font-weight: 700;
  margin-bottom: 3px;
}
.newarea__aim-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5333333333em;
}
.newarea__aim-note {
  font-size: 14.6px;
}
.newarea__aim-note .small {
  font-size: 12.17px;
}
@media screen and (max-width: 767px) {
  .newarea__aim-note .small {
    font-size: 13px;
  }
}
.newarea__percentage {
  margin-top: 50px;
  color: #00a100;
  font-weight: 700;
  font-size: 118.35px;
  line-height: 0.5em;
}
.newarea__percent {
  font-size: 61.28px;
}

/*new global*/
.newglobal .globalmv{
    position: relative;
    height: 730px;
    background: url('../img/newglobal/mv_back.jpg') no-repeat center/cover;
}
.newglobal .globalmv .globalmv--img{
    position: absolute;
}
.newglobal .globalmv .globalmv--img.img01{
    max-width: 397px;
    left: 0;
    bottom: 0;
}
.newglobal .globalmv .globalmv--img.img02{
    max-width: 371px;
    right: 0;
    top: 153px;
    z-index: 1;
}
.newglobal .globalmv .globalmv--img.img03{
    max-width: 227px;
    right: 210px;
    top: 395px;
    z-index: 2;
}
.newglobal .globalmv .globalmv--img.img04{
    max-width: 290px;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.newglobal .globalmv .globalmv--title{
    position: absolute;
    top: 0;
    left: 0;
    padding: 205px 50px 0 35px;
    display: inline-block;
    z-index: 3;
    color: #fff;
}
.newglobal .globalmv .globalmv--title .globalmv--title--enttl{
    font-family: "Mic 32 New Rounded W00 Regular";
    font-size: 47px;
    letter-spacing: 0.05em;
    margin-bottom: -10px;
}
.newglobal .globalmv .globalmv--title .globalmv--title--bg{
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 48px 36px 0;
    margin-bottom: 0;
}
.newglobal .globalmv .globalmv--title .globalmv--title--bg::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 49px;
    left: -35px;
    right: 0;
    bottom: 0;
    background-color: #f00;
    border-bottom-right-radius: 80px;
}
.newglobal .globalmv .globalmv--title .globalmv--title--bg .globalmv--title--bg--entitle{
    font-family: "Mic 32 New Rounded W00 Regular";
    font-size: 106px;
    line-height: 1em;
    margin-left: -5px;
}
.newglobal .globalmv .globalmv--title .globalmv--title--bg .globalmv--title--bg--maintitle{
    font-size: 26px;
    font-weight: 700;
}
.newglobal .lead{
    margin-top: 75px;
    text-align: center;
}
.newglobal .lead p{
    font-size: 14px;
    line-height: 2.0!important;
}
.newglobal .lead small{
    display: block;
    margin-top: 30px;
    font-size: 15px;
}
.newglobal .cmn-title .en{
    color: #f00;
    font-size: 71px;
    font-family: "Mic 32 New Rounded W00 Regular";
    letter-spacing: 0.05em;
    display: block;
    text-align: center;
    line-height: 1.2em;
}
.newglobal .cmn-title h2{
    display: block;
    text-align: center;
    padding: 19px;
    background-color: #f00;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3846153846em;
    color: #fff;
    width: 100%;
    letter-spacing: 0.05em;
}
.newglobal .direction{
    margin: 85px 0 0;	
}
.newglobal .direction .direction--inner{
	padding: 80px 0 610px;
	background: #d9f0fd url('../img/newglobal/img_global_back_01.png') no-repeat center bottom/100%;
}
.newglobal .direction .direction--inner .direction--wrap{
    /*padding: 80px 0 0;*/
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box .image{
    position: relative;
    z-index: 2;
    width: 631.49px;
    height: 420.62px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db01 .image::before{
    content: "";
    position: absolute;
    z-index: -1;
    right: -10px;
    bottom: -7px;
    left: 100px;
    top: 53px;
    background-color: #f00;
    border-bottom-right-radius: 110px;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db01 .image img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-bottom-right-radius: 110px;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db02{
    align-items: flex-end;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db02 .image{
    display: flex;
    align-items: flex-end;
    padding-bottom: 70px;
	position: relative;
	top: 80px;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db02 .image::before{
    content: "";
    position: absolute;
    z-index: -1;
    right: 100px;
    left: -10px;
    bottom: 0;
    height: 236px;
    background-color: #00a100;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 110px;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db02 .image img{
    width: 261px;
    display: block;
    margin: 0 auto;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db02 .image::after{
    content: "";
    position: absolute;
    z-index: -2;
    right: 100px;
    left: -18px;
    bottom: -8px;
    height: 236px;
    background-color: #fff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 120px;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box .texts{
    position: relative;
    width: 100%;
    z-index: 1;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box .texts::before{
    content: "";
    position: absolute;
    z-index: -1;
    right: -9999px;
    bottom: 0;
    top: 0;
    left: 0;
    background-color: #fff;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box .texts .texts--wrap h3{
    display: block;
    padding-bottom: 50px;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.5833333333em;
    letter-spacing: 0.05em;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box .texts .texts--wrap p{
    /*text-align: justify;*/
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0.01em;
    width: 400px;
    max-width: 100%;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db01 .texts{
    margin-top: 76px;
    padding: 50px 100px 82px 120px;
    margin-left: -60.52px;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db01 .texts .texts--wrap h3{
    color: #009ef3;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db01 .texts::before{
    border-bottom-left-radius: 20px;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db02{
    flex-direction: row-reverse;
	margin-top: 60px;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db02 .texts{
    margin-top: 27.62px;
    margin-left: 0;
    margin-right: -60.52px;
    padding: 50px 50px 82px 0;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db02 .texts .texts--wrap h3{
    color: #00a100;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db02 .texts .texts--wrap p{
    width: 500px;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db02 .texts::before{
    right: 0;
    left: -9999px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    z-index: -2;
}
.newglobal .direction .direction--inner .direction--purpose{
	margin-top: 150px;
}
.newglobal .direction .direction--inner .direction--purpose .direction--purpose--box{
	max-width: 898px;
	margin: 0 auto;
	border-radius: 20px;
	border: 1px solid #000;
	background-color: #fff;
	position: relative;
	text-align: center;
	padding: 55px 0 35px;
}
.newglobal .direction .direction--inner .direction--purpose .direction--purpose--box h3{
	width: 337px;
	height: 42px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.0;
	font-weight: bold;
	font-size: 21px;
	color: #fff;
	background-color: #000;
	border-radius: 30px;
	left: 50%;
	transform: translateX(-50%);
	top: -20px;
}
.newglobal .direction .direction--inner .direction--purpose .direction--purpose--box p{
	font-weight: bold;
	line-height: 1.7;
	font-size: 36px;
}
.newglobal .direction .direction--inner .direction--purpose .direction--purpose--box p strong{
	font-size: 55px;
}
.newglobal .direction .direction--inner .direction--purpose .direction--purpose--box.pb01{
	border-color: #ff0000;
	color: #ff0000;
}
.newglobal .direction .direction--inner .direction--purpose .direction--purpose--box.pb01 h3{
	background-color: #ff0000;
}
.newglobal .direction .direction--inner .direction--purpose .direction--purpose--box.pb02{
	margin-top: 90px;
	border-color: #009ef3;
	color: #009ef3;
}
.newglobal .direction .direction--inner .direction--purpose .direction--purpose--box.pb02 h3{
	background-color: #009ef3;
}
.newglobal .direction .direction--inner .direction--purpose .direction--purpose--box.pb02 p{
	line-height: 1.5;
}
.newglobal .area{
	margin-top: 115px;
}
.newglobal .area .area--head{
	margin: 75px 0 0;
}
.newglobal .area .area--head .lead{
	text-align: center;
	line-height: 2.2!important;
	font-size: 18px;
}
.newglobal .area .area--head .image{
	margin: 32px auto 0;
	max-width: 777px;
}
.newglobal .area .area--head .after{
	line-height: 1.8 !important;
	font-size: 15px;
	max-width: 900px;
	margin: 36px auto 0;
}
.newglobal .area .area--contents{
	margin: 85px 0 0;
	padding: 45px 0 85px;
	background-color: #d9f0fd;
	position: relative;
}
.newglobal .area .area--contents .area--contents--wrap{
	max-width: 1000px;
	margin: 0 auto;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box{
	position: relative;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .image{
	width: 400px;
	position: absolute;
	top: -55px;
	z-index: 2;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .texts{
	background-color: #fff;
	max-width: 734px;
	width: 100%;
	padding: 30px 0 40px;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .texts .texts--head .globalarea{
	width: 518px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	font-size: 21px;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .texts .texts--head h3{
	margin: 20px 0 0;
	font-weight: bold;
	line-height: 1.6!important;
	font-size: 24px;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .texts .texts--head p{
	margin-top: 22px;
	font-size: 15px;
	line-height: 1.7!important;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .texts .texts--under{
	border-top: 1px solid #000;
	padding: 35px 0 0 0;
	margin: 35px 0 0 0;
	display: flex;
	align-items: center;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .texts .texts--under .ttl{
	width: 136px;
	height: 138px;
	border-radius: 20px;
	border: 1px solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .texts .texts--under .ttl span{
	font-weight: bold;
	font-size: 18px;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .texts .texts--under ul{
	margin: 0 0 0 24px;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .texts .texts--under ul li{
	font-size: 19px;
	text-indent: -1em;
	margin-left: 1em;
	font-feature-settings: "palt";
	line-height: 1.6!important;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .texts .texts--under ul li:nth-of-type(n+2){
	margin-top: 3px;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab01 .image{
	left: 0;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab01 .texts{
	padding-right: 48px;
	padding-left: 32px;
	border-radius: 0 0 80px 0;
	margin: 0 0 0 auto;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab01 .texts .texts--head{
	padding: 0 0 0 140px;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab01 .texts .texts--head .globalarea{
	border-radius: 0 30px 30px 0;
	background-color: #00a100;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab01 .texts .texts--head h3{
	color: #00a100;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab01 .texts .texts--under{
	border-color: #00a100;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab01 .texts .texts--under .ttl{
	border-color: #00a100;
	color: #00a100;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab01 .texts .texts--under ul li{
	color: #00a100;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab02{
	margin-top: 120px;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab02 .image{
	right: 0;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab02 .texts{
	padding-left: 48px;
	padding-right: 32px;
	border-radius: 0 0 0 80px;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab02 .texts .texts--head{
	padding: 0 140px 0 0;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab02 .texts .texts--head .globalarea{
	border-radius: 30px 0 0 30px;
	background-color: #009ef3;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab02 .texts .texts--head h3{
	color: #009ef3;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab02 .texts .texts--under{
	border-color: #009ef3;
	padding-left: 38px;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab02 .texts .texts--under .ttl{
	border-color: #009ef3;
	color: #009ef3;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab02 .texts .texts--under ul li{
	color: #009ef3;
}
.newglobal .area .area--contents .area--contents--others{
	margin: 80px auto 0;
	max-width: 1000px;
	background-color: #fff;
	padding: 30px 50px 60px;
	border-radius: 0 80px 0 80px;
}
.newglobal .area .area--contents .area--contents--others .area--contents--others--title{
	width: 100%;
	height: 62px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 30px;
	line-height: 1.0;
	font-size: 26px;
	font-weight: bold;
	background-color: #ffce00;
	color: #000;
}
.newglobal .area .area--contents .area--contents--others .area--contents--others--wrap{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newglobal .area .area--contents .area--contents--others .area--contents--others--wrap .area--contents--others--wrap--box{
	width: 273px;
}
.newglobal .area .area--contents .area--contents--others .area--contents--others--wrap .area--contents--others--wrap--box .country{
	width: 100%;
	height: 46px;
	background-color: #ffbe00;
	border-radius: 30px 30px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.0;
	color: #000;
	font-size: 20px;
}
.newglobal .area .area--contents .area--contents--others .area--contents--others--wrap .area--contents--others--wrap--box p{
	margin-top: 5px;
	border: 1px solid #ffbe00;
	border-radius: 0 0 30px 30px;
	min-height: 186px;
	padding: 20px;
	line-height: 1.4!important;
	/*text-align: justify;*/
}
.newglobal .area .area--contents .area--contents--others .area--contents--others--wrap .area--contents--others--wrap--box:nth-of-type(n+4){
	margin: 40px 0 0;
}
.newglobal .performance{
	margin-top: 80px;
}
.newglobal .performance .performance--inner{
	background: #d9f0fd url('../img/newglobal/img_global_back_02.png') no-repeat center bottom/100%;
	padding: 85px 0 635px;
}
.newglobal .performance .performance--inner .performance--wrap{
	max-width: 1000px;
	margin: 0 auto;
}
.newglobal .performance .performance--inner .performance--wrap .performance--wrap--box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 896px;
}
.newglobal .performance .performance--inner .performance--wrap .performance--wrap--box .image{
	width: 286px;
	position: relative;
	z-index: 2;
}
.newglobal .performance .performance--inner .performance--wrap .performance--wrap--box .texts{
	width: 720px;
	background-color: #000;
	padding: 55px 0 50px;
}
.newglobal .performance .performance--inner .performance--wrap .performance--wrap--box .texts .texts--wrap h3{
	width: 100%;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	line-height: 1.0;
	font-weight: bold;
	font-size: 26px;
	padding: 15px 0;
}
.newglobal .performance .performance--inner .performance--wrap .performance--wrap--box .texts .texts--wrap p{
	margin-top: 32px;
	color: #fff;
	line-height: 1.7!important;
	font-size: 15px;
}
.newglobal .performance .performance--inner .performance--wrap .performance--wrap--box.pb01{
	margin: 0 0 0 auto;
}
.newglobal .performance .performance--inner .performance--wrap .performance--wrap--box.pb01 .image{
	margin-right: -110px;
}
.newglobal .performance .performance--inner .performance--wrap .performance--wrap--box.pb01 .texts{
	padding-left: 150px;
	padding-right: 50px;
	background-color: #00a100;
	border-radius: 0 60px 0 0;
}
.newglobal .performance .performance--inner .performance--wrap .performance--wrap--box.pb02{
	flex-direction: row-reverse;
	margin-top: 77px;
}
.newglobal .performance .performance--inner .performance--wrap .performance--wrap--box.pb02 .image{
	margin-left: -110px;
}
.newglobal .performance .performance--inner .performance--wrap .performance--wrap--box.pb02 .texts{
	padding-right: 150px;
	padding-left: 50px;
	background-color: #009ef3;
	border-radius: 60px 0 0 0;
}
.newglobal .performance .performance--inner small{
	margin-top: 22px;
	display: block;
	text-align: center;
	font-size: 15px;
}
.newglobal .cmn-btn{
	max-width: 504px;
	margin: 82px auto 0;
	height: 54px;
}
.newglobal .cmn-btn a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #ff0000;
	transition: all .3s ease-out;
}
.newglobal .cmn-btn a:hover{
	opacity: .7;
}
.newglobal .cmn-btn a span{
	line-height: 1.0;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	position: relative;
	padding-right: 35px;
}
.newglobal .cmn-btn a  span img{
	display: block;
	position: absolute;
	width: 24px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/*newglobal sp*/
@media screen and (max-width: 767px) {
.newglobal{
	overflow: hidden;
}
.newglobal .globalmv{
    height: 365px;
    background: url('../img/newglobal/mv_back.jpg') no-repeat center/cover;
}
.newglobal .globalmv .globalmv--img.img01{
    max-width: calc(397px * 0.35);
}
.newglobal .globalmv .globalmv--img.img02{
    max-width: calc(371px * 0.4);
    top: 0;
}
.newglobal .globalmv .globalmv--img.img03{
    max-width: calc(227px * 0.5);
    right: 5%;
    top: 50%;
	transform: translateY(-50%);
}
.newglobal .globalmv .globalmv--img.img04{
    max-width: calc(290px * 0.5);
}
.newglobal .globalmv .globalmv--title{
	padding: 135px 20px 0;
}
.newglobal .globalmv .globalmv--title .globalmv--title--enttl{
	font-size: 20px;
	margin-bottom: 0;
}
.newglobal .globalmv .globalmv--title .globalmv--title--bg{
	padding: 0 20px 15px 0;
}
.newglobal .globalmv .globalmv--title .globalmv--title--bg::before{
	top: 15px;
	border-bottom-right-radius: 40px;
}
.newglobal .globalmv .globalmv--title .globalmv--title--bg .globalmv--title--bg--entitle{
	font-size: 40px;
}
.newglobal .globalmv .globalmv--title .globalmv--title--bg .globalmv--title--bg--maintitle{
    font-size: 14px;
}
.newglobal .lead{
    margin-top: calc(75px * 0.5);
}
.newglobal .lead p{
    font-size: 3.6vw;
    line-height: 1.8!important;
}
.newglobal .lead small{
    margin-top: calc(30px * 0.5);
    font-size: 3.6vw;
	white-space: nowrap;
}
.newglobal .cmn-title .en{
    font-size: 10.0vw;
}
.newglobal .cmn-title h2{
    font-size: 4.6vw;
}
.newglobal .direction{
    margin: 45px 0 0;	
}
.newglobal .direction .direction--inner{
	padding: 40px 0 305px;
	background: #d9f0fd url('../img/newglobal/img_global_back_01.png') no-repeat center bottom/100%;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box{
    max-width: 100%;
    display: block;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box .image{
    width: 100%;
    height: auto;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db01{
    width: 100%;
	margin: 0;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db01 .image{
  width: 90%;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db01 .image::before{
    left: 10%;
	border-bottom-right-radius: 60px;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db01 .image img{
    border-bottom-right-radius: 60px;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db02 .image{
    padding-bottom: 70px;
	top: auto;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db02 .image::before{
    right: 0;
	width: 90%;
    left: auto;
    bottom: 0;
    height: 236px;
    border-bottom-left-radius: 60px;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db02 .image img{
    display: block;
    margin: 0 auto;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db02 .image::after{
	width: 92%;
    right: 0;
    left: auto;
    bottom: -8px;
    border-bottom-left-radius: 60px;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box .texts::before{
    content: "";
    position: absolute;
    z-index: -1;
    right: -9999px;
    bottom: 0;
    top: 0;
    left: 0;
    background-color: #fff;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box .texts .texts--wrap h3{
    font-size: 4.6vw;
	padding-bottom: 20px;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box .texts .texts--wrap p{
    font-size: 3.8vw;
    width: 100%;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db01 .texts{
    margin-top: -20px;
    padding: 50px 5% 40px;
    margin-left: 0;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db01 .texts::before{
    border-bottom-left-radius: 20px;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db02{
	margin-top: 30px;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db02 .texts{
    margin-top: -20px;
    margin-left: 0;
    margin-right: 0;
    padding: 50px 5% 40px;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db02 .texts .texts--wrap p{
    width: 100%;
}
.newglobal .direction .direction--inner .direction--wrap .direction--wrap--box.db02 .texts::before{
    border-bottom-right-radius: 20px;
    border-top-right-radius: 0;
	width: 100%;
	left: auto;
}
.newglobal .direction .direction--inner .direction--purpose{
	margin-top: 75px;
}
.newglobal .direction .direction--inner .direction--purpose .direction--purpose--box{
	max-width: 90%;
	border-radius: 10px;
	padding: 30px 0 20px;
}
.newglobal .direction .direction--inner .direction--purpose .direction--purpose--box h3{
	width: 75%;
	height: 35px;
	font-size: 4.2vw;
	border-radius: 20px;
	top: -20px;
}
.newglobal .direction .direction--inner .direction--purpose .direction--purpose--box p{
	font-size: 4.8vw;
}
.newglobal .direction .direction--inner .direction--purpose .direction--purpose--box p strong{
	font-size: 6.5vw;
}
.newglobal .direction .direction--inner .direction--purpose .direction--purpose--box.pb02{
	margin-top: 45px;
}
.newglobal .area{
	margin-top: 80px;
}
.newglobal .area .area--head{
	margin: 35px 0 0;
}
.newglobal .area .area--head .lead{
	line-height: 2.0!important;
	letter-spacing: -0.04em;
	white-space: nowrap;
	font-size: 4.0vw;
}
.newglobal .area .area--head .image{
	margin: 20px auto 0;
	max-width: 90%;
}
.newglobal .area .area--head .after{
	line-height: 1.8 !important;
	font-size: 3.6vw;
	max-width: 90%;
	margin: 20px auto 0;
}
.newglobal .area .area--contents{
	margin: 50px 0 0;
	padding: 25px 0 45px;
}
.newglobal .area .area--contents .area--contents--wrap{
	max-width: 90%;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .image{
	width: 80%;
	position: static;
	margin: 0 auto;
	top: auto;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .texts{
	max-width: 100%;
	padding: 80px 0 30px;
	margin-top: -50px!important;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .texts .texts--head .globalarea{
	width: 100%;
	height: 50px;
	font-size: 4.0vw;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .texts .texts--head h3{
	margin: 15px 0 0;
	font-size: 4.6vw;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .texts .texts--head h3 br{
	display: none;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .texts .texts--head p{
	margin-top: 15px;
	font-size: 3.8vw;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .texts .texts--under{
	padding: 30px 0 0 0;
	margin: 30px 0 0 0;
	display: block;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .texts .texts--under .ttl{
	width: 100%;
	height: auto;
	padding: 10px 0;
	border-radius: 10px;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .texts .texts--under .ttl span{
	font-size: 4.0vw;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .texts .texts--under .ttl span br{
	display: none;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .texts .texts--under ul{
	margin: 25px 0 0 15px;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .texts .texts--under ul li{
	font-size: 4.2vw;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .texts .texts--under ul li br{
	display: none;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box .texts .texts--under ul li:nth-of-type(n+2){
	margin-top: 3px;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab01 .texts{
	padding-right: 5%;
	padding-left: 5%;
	border-radius: 0 0 40px 0;
	margin: 0;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab01 .texts .texts--head{
	padding: 0;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab01 .texts .texts--head .globalarea{
	border-radius: 15px;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab02{
	margin-top: 60px;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab02 .texts{
	padding-left: 5%;
	padding-right: 5%;
	border-radius: 0 0 0 40px;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab02 .texts .texts--head{
	padding: 0;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab02 .texts .texts--head .globalarea{
	border-radius: 15px;
}
.newglobal .area .area--contents .area--contents--wrap .area--contents--wrap--box.ab02 .texts .texts--under{
	padding-left: 0;
}
.newglobal .area .area--contents .area--contents--others{
	margin: 40px 0 0;
	max-width: 100%;
	padding: 40px 5% 50px;
	border-radius: 0 40px 0 40px;
}
.newglobal .area .area--contents .area--contents--others .area--contents--others--title{
	height: 50px;
	border-radius: 15px;
	font-size: 4.4vw;
}
.newglobal .area .area--contents .area--contents--others .area--contents--others--wrap{
	margin-top: 35px;
	display: block;
}
.newglobal .area .area--contents .area--contents--others .area--contents--others--wrap .area--contents--others--wrap--box{
	width: 100%;
}
.newglobal .area .area--contents .area--contents--others .area--contents--others--wrap .area--contents--others--wrap--box .country{
	height: 40px;
	border-radius: 15px 15px 0 0;
	font-size: 4.0vw;
}
.newglobal .area .area--contents .area--contents--others .area--contents--others--wrap .area--contents--others--wrap--box p{
	border-radius: 0 0 15px 15px;
	min-height: inherit;
	padding: 20px 5%;
}
.newglobal .area .area--contents .area--contents--others .area--contents--others--wrap .area--contents--others--wrap--box:nth-of-type(n+4),
.newglobal .area .area--contents .area--contents--others .area--contents--others--wrap .area--contents--others--wrap--box:nth-of-type(n+2){
	margin: 25px 0 0;
}
.newglobal .performance{
	margin-top: 80px;
}
.newglobal .performance .performance--inner{
	background: #d9f0fd url('../img/newglobal/img_global_back_02.png') no-repeat center bottom/100%;
	padding: 45px 0 315px;
}
.newglobal .performance .performance--inner .performance--wrap{
	max-width: 100%;
}
.newglobal .performance .performance--inner .performance--wrap .performance--wrap--box{
	display: block;
	max-width: 100%;
}
.newglobal .performance .performance--inner .performance--wrap .performance--wrap--box .image{
	width: 60%;
	margin: 0 auto!important;
}
.newglobal .performance .performance--inner .performance--wrap .performance--wrap--box .texts{
	width: 100%;
	padding: 60px 0 35px;
	margin-top: -40px;
}
.newglobal .performance .performance--inner .performance--wrap .performance--wrap--box .texts .texts--wrap h3{
	font-size: 4.6vw;
	padding: 10px 0;
}
.newglobal .performance .performance--inner .performance--wrap .performance--wrap--box .texts .texts--wrap p{
	margin-top: 20px;
	font-size: 3.8vw;
}
.newglobal .performance .performance--inner .performance--wrap .performance--wrap--box.pb01{
	margin: 0;
}
.newglobal .performance .performance--inner .performance--wrap .performance--wrap--box.pb01 .image{
	margin-right: 0;
}
.newglobal .performance .performance--inner .performance--wrap .performance--wrap--box.pb01 .texts{
	padding-left: 5%;
	padding-right: 5%;
	border-radius: 0 30px 0 0;
}
.newglobal .performance .performance--inner .performance--wrap .performance--wrap--box.pb02{
	margin-top: 45px;
}
.newglobal .performance .performance--inner .performance--wrap .performance--wrap--box.pb02 .image{
	margin-left: 0;
}
.newglobal .performance .performance--inner .performance--wrap .performance--wrap--box.pb02 .texts{
	padding-right: 5%;
	padding-left: 5%;
	border-radius: 30px 0 0 0;
}
.newglobal .performance .performance--inner small{
	margin-top: 20px;
	font-size: 3.6vw;
}
.newglobal .cmn-btn{
	max-width: 90%;
	margin: 60px auto 0;
	height: 50px;
}
.newglobal .cmn-btn a:hover{
	opacity: .7;
}
.newglobal .cmn-btn a span{
	font-size: 4.0vw;
	padding-right: 30px;
}
.newglobal .cmn-btn a  span img{
	width: 20px;
}
}

.overflow {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.contain {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.txt-black {
  color: #000;
}

.txt-yellow {
  color: #ffce00;
}

.txt-green-00a {
  color: #00a100;
}

.bg-yellow {
  background-color: #ffbe00;
}

.bg-tange-yellow {
  background-color: #ffce00;
}

.bg-green00 {
  background-color: #00a100;
}

.relative {
  position: relative;
  z-index: 1;
}

.dummy-hidden {
  display: none;
}

.disabled {
  pointer-events: none;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

/*header sp*/
@media screen and (max-width: 767px) {
	.header-primary{
		display: block;
	}
	#Header_Contents,
	#header_calbeeroot{
		height: 63px;
	}
	.page-top .header-row,
	.header-row{
		top: 76px;
	}
	.page-top .header-row.is-top,
	.header-row.is-top{
		top: 0;
	}
}