@charset "UTF-8";
.introduction {
  margin-bottom: 77px;
}
@media screen and (max-width: 767px) {
  .introduction {
    margin-bottom: 40px;
  }
}
.introduction__title {
  font-size: 2.66rem !important;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .introduction__title {
    font-size: clamp(1.66rem, 2.5vw, 2.33rem) !important;
    margin-bottom: 24px;
  }
}
.introduction__text {
  font-size: 1.34rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .introduction__text {
    font-size: clamp(1.2rem, 1.076rem + 0.41vw, 1.34rem);
    text-align: left;
  }
}
.introduction__text span {
  font-size: inherit;
  display: block;
}
@media screen and (max-width: 767px) {
  .introduction__text span {
    display: inline;
  }
}
.introduction__text br {
  display: none;
}
@media screen and (max-width: 767px) {
  .introduction__text br {
    display: block;
  }
}

.primary {
  padding-bottom: 30px;
  border-bottom: 1px #eeeeee solid;
}
@media screen and (max-width: 767px) {
  .primary {
    padding-bottom: 0;
  }
}
.primary-content {
  display: block;
  border: solid 1px #eeeeee;
  margin-bottom: 50px;
}
.primary-content__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .primary-content__inner {
    flex-direction: column;
  }
}
.primary-content__thumb {
  max-width: 480px;
  width: 50%;
  position: relative;
  height: min-content;
}
@media screen and (max-width: 767px) {
  .primary-content__thumb {
    width: 100%;
    max-width: initial;
  }
}
.primary-content__image {
  width: 100%;
}
.primary-content__caption {
  font-size: 1.583rem;
  position: absolute;
  bottom: 8%;
  background: rgba(49, 49, 49, 0.8);
  color: #fff;
  padding: 0 19px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 70px;
}
.primary-content__caption span {
  font-size: 19px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .primary-content__caption span {
    font-size: clamp(1.333rem, 1.112rem + 0.74vw, 1.583rem);
  }
}
.primary-content__desc {
  flex: 1;
  padding: 1.5em 2em 5em 2em;
  text-align: left;
  position: relative;
}
.primary-content__title {
  font-size: 2rem;
  text-align: left !important;
  padding-bottom: 1em;
  line-height: 1.7;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .primary-content__title {
    font-size: clamp(1.34rem, 0.756rem + 1.59vw, 2rem) !important;
  }
}
.primary-content__title.space-min {
  letter-spacing: -0.025em;
}
.primary-content__lead {
  font-size: 1.34rem;
  line-height: 1.7;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .primary-content__lead {
    font-size: clamp(1.2rem, 1.076rem + 0.41vw, 1.34rem);
  }
}
.primary-content__link {
  position: absolute;
  font-size: 1.34rem;
  bottom: 1em;
  right: 3em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .primary-content__link {
    font-size: clamp(1.2rem, 1.076rem + 0.41vw, 1.34rem);
  }
}
.primary-content__link::after {
  position: absolute;
  content: "";
  background: url(/assets/images/common/arrow_r.svg) no-repeat 0 center;
  width: 23px;
  height: 18px;
  background-size: contain;
  margin-left: 0.5em;
  top: calc(50% - 8px);
}
@media screen and (max-width: 767px) {
  .primary-content__link::after {
    width: 20px;
    height: 15px;
    top: calc(50% - 7.5px);
  }
}
.primary :hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .primary :nth-of-type(2n) .primary-content__inner {
    flex-direction: column-reverse;
  }
}
.primary :nth-of-type(2n) .primary-content__link {
  left: 1.5em;
}
@media screen and (max-width: 767px) {
  .primary :nth-of-type(2n) .primary-content__link {
    left: initial;
  }
}

.secondary {
  padding-bottom: 150px;
}
.secondary-content__inner {
  display: flex;
  align-items: flex-start;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .secondary-content__inner {
    flex-direction: column;
  }
}
.secondary-content__image {
  max-width: 350px;
  border: solid 1px #eeeeee;
}
@media screen and (max-width: 767px) {
  .secondary-content__image {
    max-width: initial;
    width: 100%;
  }
}
.secondary-content__desc {
  margin-left: 1.5em;
  text-align: left;
  height: 280px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
}
.secondary-content__title {
  font-size: 2rem;
  padding-bottom: 1em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .secondary-content__title {
    font-size: clamp(1.34rem, 0.756rem + 1.59vw, 2rem);
  }
}
.secondary-content__lead {
  text-align: justify;
}
.secondary-content__text {
  font-size: 1.34rem;
  line-height: 1.7;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .secondary-content__text {
    font-size: clamp(1.2rem, 1.076rem + 0.41vw, 1.34rem);
  }
}
.secondary-content__more {
  position: absolute;
  bottom: 0;
  font-size: 1.34rem;
  background: #fff;
  display: block;
  width: 100%;
  border: solid 1px #eeeeee;
  text-align: center;
  padding: 1em 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .secondary-content__more {
    font-size: clamp(1.2rem, 1.076rem + 0.41vw, 1.34rem);
  }
}

.tertiary {
  display: flex;
  gap: 5%;
  padding-bottom: 150px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .tertiary {
    flex-direction: column;
  }
}
.tertiary-content {
  width: 30%;
  max-width: 300px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .tertiary-content {
    width: 100%;
    max-width: initial;
  }
}
.tertiary-content__image {
  border: solid 1px #eeeeee;
}
.tertiary-content__title {
  font-size: 2rem;
  line-height: 1.7;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .tertiary-content__title {
    font-size: clamp(1.34rem, 0.756rem + 1.59vw, 2rem);
  }
}
.tertiary-content__lead {
  font-size: 1.34rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .tertiary-content__lead {
    font-size: clamp(1.2rem, 1.076rem + 0.41vw, 1.34rem);
  }
}
.tertiary-content__link {
  display: inline-block;
  padding-top: 1em;
}

/* 詳細ページ */
section:before {
  height: 0;
}

.csrKv {
  position: relative;
  min-height: 750px;
  background-size: cover;
  background-position: center;
  margin-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .csrKv {
    min-height: 750px;
    margin-bottom: clamp(36px, 9.6vw, 90px);
  }
}
@media screen and (max-width: 425px) {
  .csrKv {
    min-height: 558px;
  }
}
.csrKv__logo {
  margin-inline: auto;
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
.csrKv__text {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding-inline: 2em;
  width: 100%;
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 50px;
}
@media screen and (max-width: 767px) {
  .csrKv__text {
    min-height: 220px;
    padding-inline: 1em;
    bottom: 0;
  }
}
@media screen and (max-width: 425px) {
  .csrKv__text {
    min-height: 193px;
  }
}
.csrKv__text .tab-over {
  display: none;
}
@media screen and (max-width: 767px) {
  .csrKv__text .tab-over {
    display: block;
  }
}
.csrKv__text span {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.688;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .csrKv__text span {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 425px) {
  .csrKv__text span {
    font-size: 20px;
    line-height: 1.5;
  }
}
.csrKv.--harold {
  background-image: url("/assets/images/promise/csr/harold/kv_harold.png");
}
@media screen and (max-width: 767px) {
  .csrKv.--harold {
    background-image: url("/assets/images/promise/csr/harold/kv_harold_tab.png");
  }
}
@media screen and (max-width: 425px) {
  .csrKv.--harold {
    background-image: url("/assets/images/promise/csr/harold/kv_harold_sp.png");
  }
}
.csrKv.--harold .csrKv__logo {
  width: 566px;
  bottom: 238px;
}
@media screen and (max-width: 767px) {
  .csrKv.--harold .csrKv__logo {
    width: 400px;
    bottom: 250px;
  }
}
@media screen and (max-width: 425px) {
  .csrKv.--harold .csrKv__logo {
    width: 290px;
    bottom: 199px;
  }
}
.csrKv.--royal {
  background-image: url("/assets/images/promise/csr/royal/kv_rgcjr.png");
}
@media screen and (max-width: 767px) {
  .csrKv.--royal {
    background-image: url("/assets/images/promise/csr/royal/kv_rgcjr_tab.png");
  }
}
@media screen and (max-width: 425px) {
  .csrKv.--royal {
    background-image: url("/assets/images/promise/csr/royal/kv_rgcjr_sp.png");
  }
}
.csrKv.--royal .csrKv__logo {
  width: 393px;
  bottom: 267px;
}
@media screen and (max-width: 767px) {
  .csrKv.--royal .csrKv__logo {
    width: 219px;
    bottom: 281px;
  }
}
@media screen and (max-width: 425px) {
  .csrKv.--royal .csrKv__logo {
    width: 187px;
    bottom: 210px;
  }
}
@media screen and (max-width: 425px) {
  .csrKv.--royal .csrKv__text {
    min-height: 126px;
  }
}
.csrKv.--mwj {
  background-image: url("/assets/images/promise/csr/miss-world/kv_mwj.png");
}
@media screen and (max-width: 767px) {
  .csrKv.--mwj {
    background-image: url("/assets/images/promise/csr/miss-world/kv_mwj_tab.png");
  }
}
@media screen and (max-width: 425px) {
  .csrKv.--mwj {
    background-image: url("/assets/images/promise/csr/miss-world/kv_mwj_sp.png");
  }
}
.csrKv.--mwj .csrKv__logo {
  width: 632px;
  bottom: 253px;
}
@media screen and (max-width: 767px) {
  .csrKv.--mwj .csrKv__logo {
    width: 489px;
    bottom: 330px;
  }
}
@media screen and (max-width: 425px) {
  .csrKv.--mwj .csrKv__logo {
    width: 316px;
    bottom: 266px;
  }
}
@media screen and (max-width: 425px) {
  .csrKv.--mwj .csrKv__text {
    min-height: 156px;
  }
}

.csr-report .content,
.csr-report .content02 {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .csr-report .content,
  .csr-report .content02 {
    padding-bottom: 50px;
  }
}
.csr-report .content__heading-sub,
.csr-report .content02__heading-sub {
  font-size: 1.65rem;
  line-height: 1.7;
}
.csr-report .content__heading-main,
.csr-report .content02__heading-main {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: left !important;
}
.csr-report .content__heading-main.text-center,
.csr-report .content02__heading-main.text-center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .csr-report .content__heading-main.sp-small,
  .csr-report .content02__heading-main.sp-small {
    font-size: 1.66rem !important;
  }
}
@media screen and (max-width: 767px) {
  .csr-report .content__heading-main.sp-text-center,
  .csr-report .content02__heading-main.sp-text-center {
    text-align: center !important;
  }
}
.csr-report .content__heading-main span,
.csr-report .content02__heading-main span {
  font-size: inherit;
  font-weight: inherit;
  display: inline;
}
@media screen and (max-width: 767px) {
  .csr-report .content__heading-main span,
  .csr-report .content02__heading-main span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .csr-report .content__heading-main br.pc-only,
  .csr-report .content02__heading-main br.pc-only {
    display: none;
  }
}

.csr-report .content__inner {
  padding-top: 34px;
  display: flex;
  gap: 2em;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .csr-report .content__inner {
    padding-top: 0;
    flex-direction: column;
  }
}
.csr-report .content__inner.mecenat {
  padding-top: 0;
}
.csr-report .content__row {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .csr-report .content__row {
    flex-direction: column-reverse;
  }
}
.csr-report .content__row .content__inner {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .csr-report .content__row .content__inner {
    width: 100%;
  }
}
.csr-report .content__inner--column {
  padding-top: 34px;
  display: grid;
  gap: 40px;
}
.csr-report .content__inner--column .content__thumb {
  max-width: calc(100% - 64px - 64px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .csr-report .content__inner--column .content__thumb {
    max-width: 100%;
  }
}
.csr-report .content__thumb {
  max-width: 480px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .csr-report .content__thumb {
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.csr-report .content__thumb.normal {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .csr-report .content__thumb.mecenat {
    padding: 0 20px 5.44vw;
  }
}
.csr-report .content__text {
  text-align: left;
  width: 100%;
  flex: 1;
}
.csr-report .content__text p {
  font-size: 1.34rem;
  line-height: 1.7;
}
.csr-report .content__text p:not(:last-child) {
  padding-bottom: 1em;
}
.csr-report .content__text .note {
  text-indent: -1em;
  padding-left: 1em;
}
.csr-report .content__text .note::before {
  content: "※";
}
.csr-report .content__text .small-text {
  font-size: 1.166rem;
}
@media screen and (max-width: 767px) {
  .csr-report .content__text .small-text {
    font-size: 1rem;
  }
}
.csr-report .content__text-link::after {
  content: "→";
  margin-left: 0.3em;
}
.csr-report .content__text-break {
  word-break: break-all;
}
.csr-report .content .popup {
  font-size: inherit;
  text-decoration: underline;
  position: relative;
  cursor: pointer;
}
.csr-report .content .popup__content {
  width: 250px;
  position: absolute;
  left: 50%;
  bottom: 80%;
  transform: translateX(-50%);
  margin-bottom: 0.5em;
  padding: 1em;
  background-color: #fff;
  border: solid 3px #eee;
  font-size: 0.8em;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: 0.4s all;
}
.csr-report .content .popup:hover .popup__content {
  bottom: 100%;
  visibility: visible;
  opacity: 1;
}
.csr-report .content .mt-40 {
  margin-top: 40px;
}

.csr-report .content02 {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .csr-report .content02 {
    flex-direction: column;
  }
}
.csr-report .content02__textContents {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .csr-report .content02__textContents {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .csr-report .content02__heading-main {
    font-size: 1.66rem !important;
    text-align: center !important;
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  .csr-report .content02__thumb {
    order: 1;
  }
}
.csr-report .content02__thumb img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .csr-report .content02__inner {
    order: 2;
  }
}

.csr-report .info-contents {
  padding-top: 50px;
}
.csr-report .info-contents__heading {
  font-size: 1.65rem !important;
  padding-bottom: 34px;
  text-align: left !important;
}
.csr-report .info-contents__heading::before {
  content: "——";
  margin-right: 0.3em;
}
.csr-report .info-contents__link {
  font-size: 1.65rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .csr-report .info-contents__link {
    font-size: clamp(1.34rem, 1.0653rem + 0.91vw, 1.65rem);
  }
}

@media screen and (max-width: 767px) {
  .csr-report .galleryWrapper {
    padding-block: 70px 120px;
  }
}

.content__gallery {
  margin-right: calc(50% - 50vw);
  padding: 34px 0;
}
@media screen and (max-width: 767px) {
  .content__gallery {
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0;
  }
}

.swiper {
  width: 100%;
  height: 100%;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .swiper {
    padding-right: 0;
  }
}
.swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  border: solid 1px #ccc;
}
@media screen and (max-width: 767px) {
  .swiper-slide {
    max-width: initial;
  }
}
.swiper-pagination {
  position: initial;
  text-align: left;
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    text-align: center;
  }
}
.swiper-pagination-bullet-active {
  background: #d1343b;
}

.breadcrumb {
  padding: 120px 0 34px 0;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .breadcrumb {
    padding: 120px 20px 34px 20px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-bottom: 1.5em;
  }
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb__item {
  font-size: 1.34rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item {
    font-size: clamp(1rem, 0.698rem + 1vw, 1.34rem);
  }
}
.breadcrumb__item a {
  color: #313131;
}
.breadcrumb__item:not(:last-child):after {
  content: ">";
  margin-right: 0.3em;
}

.recommend {
  background-color: #eeeeee;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .recommend {
    margin-top: 120px;
  }
}
.recommend__list {
  width: 1080px;
  max-width: 89.33%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .recommend__list {
    flex-direction: column;
  }
}
.recommend__item {
  position: relative;
}
.recommend__item a {
  display: block;
}
.recommend__item a:hover {
  opacity: 0.6;
}
.recommend__thumb {
  max-width: 384px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recommend__thumb {
    max-width: initial;
  }
}
.recommend__caption {
  position: absolute;
  background: rgba(49, 49, 49, 0.8);
  color: #fff;
  padding: 0 19px;
  width: auto;
  bottom: 8%;
  line-height: 1.36;
  display: flex;
  align-items: center;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .recommend__caption {
    bottom: 0;
  }
}
.recommend__caption span {
  font-size: 19px;
  line-height: 1.3;
}

@media screen and (max-width: 1023px) {
  .b2m.csr-report {
    margin: 0;
  }
}