@charset "UTF-8";

/* ---------- ---------- ----------
    :: index ::

01. Section
02. Heading Lv2
    |- 02-1. Heading Lv2 : plain
03. Tile Link Pack
04. Text Link Pack
05. Button Pack
06. Carousel
07. BCP

---------- ---------- ---------- */

/* ---------- ---------- ----------
:: for large screen ::
@media only screen and (min-width: 1025px) {
}
:: for medium screen ::
@media only screen and (min-width: 641px) and (max-width: 1024px) {
}
:: for small screen ::
@media only screen and (max-width: 640px) {
}
---------- ---------- ---------- */

/* 01. Section
---------- ---------- ---------- */
/* 01-1. Section
---------- ---------- */
.corp-top-Section .l-Section__inner {
  max-width: 1366px;
}

/* 01-2. tile Link Section
---------- ---------- */
@media only screen and (min-width: 1025px) {
  .corp-top-tileLinkSection .l-Section__inner {
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .corp-top-tileLinkSection .l-Section__inner {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .corp-top-tileLinkSection .l-Section__inner {
    padding-bottom: 0;
  }
}

/* 01-3. last Section
---------- ---------- */
@media only screen and (min-width: 1025px) {
  .corp-top-lastSection {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .corp-top-lastSection {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .corp-top-lastSection {
    margin-bottom: 13px;
  }
}

/* 02. Heading Lv2
---------- ---------- ---------- */
/* 02-1. Heading Lv2 : plain
---------- ---------- */
.corp-top-headingLv2.l-HeadingTitle--h2 {
  border: none;
}

.corp-top-headingLv2 .l-HeadingTitle__titleBlock__titleBox__title {
  margin-bottom: 0;
}

.corp-top-headingLv2 .l-HeadingTitle__h2 {
  position: relative;
  line-height: 1.6;
  text-align: center;
  letter-spacing: .2em;
}

.corp-top-headingLv2 .l-Text {
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .corp-top-headingLv2.l-HeadingTitle--h2 {
    margin-top: 30px;
    margin-bottom: 8px;
  }

  .corp-top-headingLv2 .l-HeadingTitle__h2 {
    font-size: 26px;
  }

  .corp-top-headingLv2 .l-HeadingTitle__h2 .cmn-richtext {
    display: block;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .corp-top-headingLv2.l-HeadingTitle--h2 {
    margin-top: 30px;
    margin-bottom: 8px;
  }

  .corp-top-headingLv2 .l-HeadingTitle__h2 {
    font-size: 26px;
  }

  .corp-top-headingLv2 .l-HeadingTitle__h2 .cmn-richtext {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .corp-top-headingLv2.l-HeadingTitle--h2 {
    margin-top: 26px;
    margin-bottom: 6px;
  }

  .corp-top-headingLv2 .l-HeadingTitle__h2 {
    font-size: 22px;
  }

  .corp-top-headingLv2 .l-HeadingTitle__h2 .cmn-richtext {
    display: block;
  }
}

/* 03. Tile Link Pack
---------- ---------- ---------- */
/* 03-1. Tile Link Pack
---------- ---------- */
.corp-top-tileLink .l-TileLinkVUnit {
  padding: 0;
  border-width: 0;
}

/* lead Block */
.corp-top-tileLink .l-TileLinkVUnit__leadBlock {
  margin-right: 30px;
  margin-left: 30px;
}

/* lead Block - title */
.corp-top-tileLink .l-TileLinkVUnit__leadBlock__title {
  text-align: center;
}

.corp-top-tileLink .l-Text {
  padding-right: 20px;
  display: inline-block;
  position: relative;
  line-height: 1.4;
}

.corp-top-tileLink .l-Text:after {
  margin: auto 0;
  position: absolute;
  top: -.1em;
  right: 0;
  bottom: 0;
  width: 1em;
  vertical-align: middle;
  content: "\e006";
  color: #00a582;
  font-family: 'icomoon';
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 1025px) {

  /* image Block */
  .corp-top-tileLink .l-TileLinkVUnit__imageBlock {
    margin-bottom: 15px;
  }

  /* lead Block - title */
  .corp-top-tileLink .l-TileLinkVUnit__leadBlock__title {
    margin-bottom: 30px;
  }

  .corp-top-tileLink .l-Text {
    font-size: 18px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {

  /* image Block */
  .corp-top-tileLink .l-TileLinkVUnit__imageBlock {
    margin-bottom: 15px;
  }

  /* lead Block - title */
  .corp-top-tileLink .l-TileLinkVUnit__leadBlock__title {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 640px) {

  /* image Block */
  .corp-top-tileLink .l-TileLinkVUnit__imageBlock {
    margin-bottom: 10px;
  }

  /* lead Block - title */
  .corp-top-tileLink .l-TileLinkVUnit__leadBlock__title {
    margin-bottom: 20px;
  }
}

/* 03-1-1. Tile Link Pack : width control
---------- */
.corp-top-tileLink--size2of3 {
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1025px) {
  .corp-top-tileLink--size2of3 {
    width: 66.6%;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .corp-top-tileLink--size2of3 {
    width: 66.6%;
  }
}

@media only screen and (max-width: 640px) {}

/* 03-2. banner
---------- ---------- */
.corp-top-tileLink-banner .l-TileLinkVUnit {
  padding: 0;
}

/* lead Block */
.corp-top-tileLink-banner .l-TileLinkVUnit__leadBlock {
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.corp-top-tileLink-banner .l-Text {
  margin-bottom: 0;
}

.corp-top-tileLink-banner .l-TileLinkVUnit .l-TileLinkVUnit__icon {
  color: #00a582;
}

@media only screen and (min-width: 1025px) {
  .corp-top-tileLink-banner .l-Text {
    line-height: 1.4;
    font-size: 18px;
  }
}

/* 03-3. banner 2
---------- ---------- */
.corp-top-tileLink-banner2 .l-TileLinkVUnit {
  padding: 0;
  border-width: 1px;
  border-color: #d9d9d9;
  position: relative;
}

/* image Block */
.corp-top-tileLink-banner2 .l-TileLinkVUnit__imageBlock {
  margin-bottom: 0;
}

.corp-top-tileLink-banner2 .l-TileLinkVUnit__imageBlock .l-Image {
  margin-bottom: 0;
}

.corp-top-tileLink-banner2 .l-TileLinkVUnit__imageBlock .l-Image__img {
  margin: 0;
  text-align: center;
}

.corp-top-tileLink-banner2 .l-TileLinkVUnit__imageBlock .l-Image__img img {
  display: inline;
  vertical-align: top;
  width: 80px !important;
  height: auto !important;
}

/* lead Block */
.corp-top-tileLink-banner2 .l-TileLinkVUnit__leadBlock {
  padding-left: 24px;
  position: static;
  text-align: center;
}

.corp-top-tileLink-banner2 .l-TileLinkVUnit__leadBlock__title .l-Text {
  margin-bottom: 5px;
}

.corp-top-tileLink-banner2 .l-TileLinkVUnit__leadBlock__lead .l-Text {
  line-height: 1.6;
}

.corp-top-tileLink-banner2 .l-TileLinkVUnit .l-TileLinkVUnit__icon {
  right: 10px;
  color: #00a582;
}

@media only screen and (min-width: 1025px) {

  /* lead Block */
  .corp-top-tileLink-banner2 .l-TileLinkVUnit__leadBlock__title .l-Text {
    font-size: 18px;
  }

  .corp-top-tileLink-banner2 .l-TileLinkVUnit__leadBlock__lead .l-Text {
    font-size: 14px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {

  /* lead Block */
  .corp-top-tileLink-banner2 .l-TileLinkVUnit__leadBlock__title .l-Text {
    font-size: 16px;
  }

  .corp-top-tileLink-banner2 .l-TileLinkVUnit__leadBlock__lead .l-Text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {

  /* lead Block */
  .corp-top-tileLink-banner2 .l-TileLinkVUnit__leadBlock__title .l-Text {
    font-size: 15px;
  }

  .corp-top-tileLink-banner2 .l-TileLinkVUnit__leadBlock__lead .l-Text {
    font-size: 13px;
  }
}

/* 04. Text Link Pack
---------- ---------- ---------- */
.corp-top-textLink .l-TextLinkP__list__item {
  border-color: #ddd;
  border-style: solid;
}

.corp-top-textLink .l-TextLinkP__list__item:last-child {
  border-width: 0;
}

.corp-top-textLink .l-TextLinkUnit__link {
  display: block;
}

.corp-top-textLink .l-TextLinkUnit__link>.cmn-richtext:hover,
.corp-top-textLink .l-TextLinkUnit__link>.cmn-richtext:focus,
.corp-top-textLink .l-TextLinkUnit__link>.cmn-richtext:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: .7;
}

@media only screen and (min-width: 1025px) {
  .corp-top-textLink .l-TextLinkP__list {
    margin-bottom: -14px !important;
    text-align: center;
  }

  .corp-top-textLink .l-TextLinkP__list__item {
    margin-right: 14px;
    margin-bottom: 14px;
    padding-right: 20px !important;
    border-width: 0 1px 0 0;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .corp-top-textLink .l-TextLinkP__list {
    margin-bottom: -14px !important;
    text-align: center;
  }

  .corp-top-textLink .l-TextLinkP__list__item {
    margin-right: 14px;
    margin-bottom: 14px;
    padding-right: 20px !important;
    border-width: 0 1px 0 0;
  }
}

@media only screen and (max-width: 640px) {
  .corp-top-textLink .l-TextLinkP__list__item {
    padding: 20px 15px 20px 20px !important;
    border-width: 0 0 1px;
    display: block;
  }
}

/* 05. Button Pack
---------- ---------- ---------- */
.corp-top-button {
  margin-bottom: 0;
}

.corp-top-button .l-ButtonUnit__link {
  padding: 19px 20px;
  border-color: #d9d9d9;
  border-radius: 0;
  font-size: 18px;
}

.corp-top-button .l-ButtonUnit__link .cmn-richtext {
  display: inline-block;
  text-align: center;
}

.corp-top-button .l-ButtonUnit__link .cmn-richtext>span:after {
  margin: 0 0 0 5px;
  vertical-align: middle;
  content: "\e006";
  color: #00a582;
  font-family: 'icomoon';
  font-size: 1.2em;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 06. Carousel
---------- ---------- ---------- */
.corp-top-Carousel .l-FullwidthVisualsCarouselUnit__image {
  height: auto !important;
}

.corp-top-Carousel .l-FullwidthVisualsCarouselP__prevArrow,
.corp-top-Carousel .l-FullwidthVisualsCarouselP__nextArrow {
  margin-top: auto;
  margin-bottom: auto;
  top: 0 !important;
  bottom: 0;
  height: 53px;
  box-sizing: border-box;
}

.corp-top-Carousel .l-FullwidthVisualsCarouselUnit__image__info {
  padding: 0;
  position: static;
}

.corp-top-Carousel .l-FullwidthVisualsCarouselUnit__info__main {
  width: 100%;
}

.corp-top-Carousel .l-Image {
  margin: 0;
}

.corp-top-Carousel .l-Image .l-Image__img img {
  width: 100% !important;
  height: auto;
}

.corp-top-Carousel .l-FullwidthVisualsCarouselUnit__info {
  display: none;
}

.corp-top-Carousel .l-FullwidthVisualsCarouselP__nav {
  margin: 0;
}

/* 07. BCP
---------- ---------- ---------- */
@media only screen and (min-width: 1025px) {
  #common_section_wrapper_1 img#sp_bcp {
    display: none;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  #common_section_wrapper_1 img#sp_bcp {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  #common_section_wrapper_1 img#pc_bcp {
    display: none;
  }
}

/* 08. Renewal 2025
---------- ---------- ---------- */
/* 08-1. common
---------- ---------- */
.corpCommon__textItem {
  margin: 0;
}

.corpCommon--top {
  background-color: #f6f6f4;
}

.corpCommon__textLinkButton .cmn-icon {
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  font-size: 18px;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: color .3s ease, background-color .3s ease;
  transform: translate(0, -50%);
}
.corpCommon__textLinkButton .cmn-icon::before {
  content: "\e006";
}

.corpCommon__fadeIn {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform, -webkit-transform;
}
.corpCommon__fadeIn.is-scrollFadeIn {
  opacity: 1;
}

.is-in {
  opacity: 0;
}

.g-Area#area-Contents {
  overflow: visible;
}

.l-Section {
  overflow: visible;
  padding-right: 0;
  padding-left: 0;
}

.l-Column.is-gutter--m .l-Column__cols {
  padding-right: 0;
  padding-left: 0;
}

.l-Column.is-gutter--m .l-Column__inner {
  margin-left: 0;
  margin-right: 0;
}

.scroll {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}

.corpCommon__mainVisual {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

/* 08-2. topics
---------- ---------- */
.corpCommon__topics {
  background-color: #f6f6f4;
}

.corpCommon__topics .corpCommon__topics__inner {
  max-width: 1260px;
  padding: calc(120px - 3.96vw) 78px 0 80px;
}

.corpCommon-index-bg .corpCommon-index-bg--bottom img {
  width: 100%;
}

.corpCommon__topics .corpCommon__topics__titleItem {
  color: #3c3c3c;
  font-size: 2rem;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 1025px) {
  .corpCommon__topics .corpCommon__topics__inner.-verBottom {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  .corpCommon__topics .corpCommon__topics__inner {
    padding-top: calc(96px - 3.96vw);
    padding-left: 35px;
    padding-right: 38px;
  }

  .corpCommon__topics .corpCommon__topics__inner.-verBottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .corpCommon__topics .corpCommon__topics__titleItem {
    padding-right: 0;
  }
}

@media screen and (max-width:640px) {
  .corpCommon__topics .corpCommon__topics__inner {
    padding-top: 44px;
    padding-left: 0;
    padding-right: 0;
  }

  .corpCommon__topics .corpCommon__topics__inner.-verBottom {
    top: 0;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .corpCommon__topics .corpCommon__topics__titleItem {
    font-size: 1.6875rem;
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* 08-3. topics quick
---------- ---------- */
.corpCommon__topics .topics_quick {
  display: flex;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 0;
}

.corpCommon__topics .topics_quickLabel [class*="is-colorset"] {
  width: 134px;
  height: 32px;
  font-size: 1rem;
  line-height: 2.25;
  background: #fff;
  margin-right: 33px;
  padding: 0;
  white-space: nowrap;
  box-sizing: border-box;
}

.corpCommon__topics .topics_quickLabel .is-colorset-gray {
  border: 1px solid #4e4d4e;
  color: #4e4d4e;
}

.corpCommon__topics .topics_quickLabel .is-colorset-red {
  border: 1px solid #c00000;
  color: #c00000;
}

.corpCommon__topics .topics_quickText,
.corpCommon__topics .topics_quickText .l-TextLinkP__list {
  width: 100%;
}

.corpCommon__topics .topics_quickText .l-TextLinkP__list__item {
  padding: 0;
}

.corpCommon__topics .topics_quickText .topics_quickText_link {
  display: flex;
  align-items: flex-start;
  padding-top: 5px;
}

.corpCommon__topics .topics_quickText .topics_quickText_link:hover {
  text-decoration: none !important;
}

.corpCommon__topics .topics_quickText .topics_quickText_link:hover .cmn-icon {
  color: #005856;
}

.corpCommon__topics .topics_quickText .cmn-icon {
  position: relative;
  top: -3px;
}

.corpCommon__topics .topics_quickText .cmn-detail {
  color: #4e4d4e;
  text-align: left;
}

.corpCommon__topics .topics_quickText .cmn-richtext {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: .02em;
}

.corpCommon__topics .topics_quickText .g-TextLinkUnit__link:hover .cmn-richtext {
  text-decoration: underline;
}

.corpCommon__topics .topics_quickText .cmn-date {
  display: block;
  color: #4e4d4e;
  margin-top: 11px;
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  .corpCommon__topics .topics_quick {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width:640px) {
  .corpCommon__topics .topics_quick {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 0;
  }

  .corpCommon__topics .topics_quickLabel [class*="is-colorset"] {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .corpCommon__topics .topics_quickText .l-TextLinkP__list {
    margin-left: 0;
    margin-right: 0;
  }

  .corpCommon__topics .topics_quickText .cmn-date {
    margin-top: 14px;
  }
}

/* 08-4. topics carousel
---------- ---------- */
.corpCommon__leadArea {
  background: #f6f6f4;
}

.corpCommon__leadArea__inner {
  width: 100%;
  max-width: 1420px;
  padding: 64px 40px 80px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (min-width: 1025px) {
  .corpCommon__leadArea__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.corpCommon__leadArea .leadArea__content {
  display: flex;
  gap: 0 40px;
}

.corpCommon__leadArea .leadArea__content .content__ttl {
  font-size: 1.6875rem;
  line-height: 1.5;
  width: calc(32% - 20px);
  color: #3c3c3c;
}

.corpCommon__leadArea .leadArea__content .content__detail {
  font-size: 1rem;
  line-height: 1.5;
  width: calc(68% - 20px);
  color: #3c3c3c;
}

@media screen and (max-width: 640px) {
  .corpCommon__leadArea__inner {
    padding: 80px 24px 58px;
  }

  .corpCommon__leadArea .leadArea__content {
    flex-direction: column;
    gap: 25px 0;
  }

  .corpCommon__leadArea .leadArea__content .content__ttl {
    font-size: 1.5rem;
  }

  .corpCommon__leadArea .leadArea__content .content__ttl,
  .corpCommon__leadArea .leadArea__content .content__detail {
    width: 100%;
  }
}

.corpCommon__topics__carouselBlock {
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .corpCommon__carousel {
    padding: 0 60px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 360px) {
  .corpCommon__carousel {
    padding: 0 11.9444444444vw;
  }
}

.corpCommon__carousel:not(.is-overflow) .corpCommon__carousel-controls {
  /* display: none; */
}

.corpCommon__carousel .corpCommon__carousel-wrapper {
  position: relative;
  left: -32%;
  width: 98%;
}

@media screen and (max-width: 640px) {
  .corpCommon__carousel .corpCommon__carousel-wrapper {
    left: 0;
  }
}

.corpCommon__carousel .corpCommon__carousel__track {
  overflow: visible;
}

.corpCommon__carousel .corpCommon__slide-media img {
  width: 100% !important;
  height: auto;
}

.corpCommon__carousel .corpCommon__carousel__slide {
  overflow: hidden;
  text-decoration: none;
}

.corpCommon__carousel .corpCommon__carousel__slide .slide-media {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.corpCommon__carousel .corpCommon__carousel__slide .slide-media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(0, 124, 122, .1);
  opacity: 0;
  transition: opacity .3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .corpCommon__carousel .corpCommon__carousel__slide:hover .slide-media::after {
    opacity: 1;
  }
  .corpCommon__carousel .corpCommon__carousel__slide:hover .corpCommon__slide-title {
    text-decoration: underline;
  }
}

.corpCommon__carousel .corpCommon__slide-title {
  font-size: 16px;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .corpCommon__carousel .corpCommon__slide-title {
    margin-top: 12px;
  }
}
@media screen and (max-width: 640px) {
  .corpCommon__carousel .corpCommon__slide-title {
    margin-top: 8px;
  }
}
.corpCommon__carousel .corpCommon__carousel-controls {
  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 (min-width: 641px) {
  .corpCommon__carousel .corpCommon__carousel-controls {
    margin-top: 36px;
    margin-left: 76px;
    margin-right: auto;
  }
}
@media screen and (max-width: 640px) {
  .corpCommon__carousel .corpCommon__carousel-controls {
    margin-top: 24px;
  }
}

.corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-pagination {
  padding: 0;
}
@media screen and (min-width: 641px) {
  .corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-pagination {
    margin: 0 40px;
  }
}

.corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 641px) {
  .corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-pagination li {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 640px) {
  .corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-pagination li {
    width: 24px;
    height: 24px;
  }
}

.corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 0;
  background: none;
  border: none;
}
@media screen and (min-width: 641px) {
  .corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-toggle {
    width: 44px;
    height: 44px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 640px) {
  .corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-toggle {
    position: relative;
    left: 16px;
    width: 24px;
    height: 24px;
  }
}
.corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-toggle.is-active .corpCommon__carousel-toggle__play,
.corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-toggle .corpCommon__carousel-toggle__pause {
  display: none;
}
.corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-toggle.is-active .corpCommon__carousel-toggle__pause {
  display: inline-block;
}
.corpCommon__carousel .corpCommon__carousel-controls .corpCommon__toggle__actionButton {
  display: inline-block;
  font-family: icomoon;
  font-size: 0;
  font-style: normal;
  font-weight: normal;
  color: transparent;
  text-transform: none;
  vertical-align: middle;
  background-color: transparent;
  border: none;
  -webkit-font-smoothing: antialiased;
}
.corpCommon__carousel .corpCommon__carousel-controls .corpCommon__toggle__actionButton::before {
  font-size: 18px;
  color: #fff;
}
.corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-toggle__play::before {
  content: "\e016";
}
.corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-toggle__pause::before {
  content: "\e017";
}

.corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-arrow {
  display: grid;
  place-content: center;
  margin: auto;
  font-family: icomoon;
  font-size: 0;
  font-style: normal;
  font-weight: normal;
  color: transparent;
  text-transform: none;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  transition: color .3s ease, background-color .3s ease;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 641px) {
  .corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-arrow {
    width: 48px;
    height: 48px;
    background-color: transparent;
    border-color: #fff;
  }
}
@media screen and (max-width: 640px) {
  .corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-arrow {
    position: absolute;
    top: -120px;
    bottom: 0;
    z-index: 1;
    width: 44px;
    height: 44px;
    margin: auto;
    background-color: #fff;
    border-color: #006b69;
  }
}
@media (hover: hover) and (pointer: fine) {
  .corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-arrow:hover {
    background-color: #fff;
  }
  .corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-arrow:hover::before {
    color: #005856;
  }
}
@media screen and (max-width: 640px) {
  .corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-prev {
    right: calc(100% - 56px);
  }
}

.corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-prev::before {
  content: "\e007";
}

@media screen and (max-width: 640px) {
  .corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-next {
    left: calc(100% - 56px);
  }
}

.corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-next::before {
  content: "\e006";
}

.corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-arrow::before {
  display: block;
  font-size: 18px;
}

.corpCommon__topics__carouselBlock .corpCommon__carousel .corpCommon__slide-title,
.corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-arrow::before,
.corpCommon__carousel .corpCommon__carousel-controls .corpCommon__toggle__actionButton::before {
  color: #3c3c3c;
}

.corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-arrow:hover::before {
  color: #fff;
}

.corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-arrow {
  border-color: #3c3c3c;
}

.corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-arrow:hover {
  background: #3c3c3c;
}

.corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-pagination .corpCommon__carousel-button {
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
  color: #fff;
  background-color: transparent;
  border: 2px solid #3c3c3c;
  border-radius: 50%;
}

.corpCommon__carousel .corpCommon__carousel-controls .corpCommon__carousel-pagination .corpCommon__carousel-button.is-active {
  background: #3c3c3c;
}

/* 08-5. purposeArea
---------- ---------- */
.corpCommon__purposeArea .purposeArea__group {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}

.corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem {
  width: 50%;
  box-sizing: border-box;
}

.corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem.corpCommon__fadeIn {
  transition-duration: 1.5s;
}

.corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem.groupItem__oneColumn {
  justify-content: unset;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem.groupItem__bgColor01 {
  background-color: rgba(190, 242, 208, .4);
}

.corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem.groupItem__bgColor02 {
  background-color: rgba(191, 234, 242, .5);
}

.corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem.groupItem__bgColor03 {
  background-color: rgba(199, 242, 190, .25);
}

.corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem.groupItem__bgColor04 {
  background-color: rgba(190, 242, 234, .25);
}

.corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem .corpCommon__textLinkButton {
  display: flex;
  width: 100%;
  height: 100%;
}

.corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem:nth-child(2n+1) .corpCommon__textLinkButton {
  justify-content: flex-end;
}

.corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem:nth-child(2n+2) .corpCommon__textLinkButton {
  justify-content: flex-start;
}

.corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem.groupItem__oneColumn .corpCommon__textLinkButton {
  justify-content: unset;
  width: 100%;
}

.corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem .corpCommon__textLinkButton {
  text-decoration: none;
}

.corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem__inner {
  width: 100%;
  max-width: 590px;
  box-sizing: content-box;
}

.corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem .purposeArea__groupItem__inner {
  padding: 40px 40px 68px 40px;
}

@media screen and (min-width: 1025px) {
  .corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem:nth-child(2n+1) .purposeArea__groupItem__inner {
    padding-left: 80px;
  }

  .corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem:nth-child(2n+2) .purposeArea__groupItem__inner {
    padding-right: 80px;
  }
}

.corpCommon__purposeArea .groupItem__imgBlock.corpCommon__fadeIn {
  transform: translate(0, 0);
}

.corpCommon__purposeArea .groupItem__imgBlock .imgBlock_image {
  width: 100%;
  vertical-align: bottom;
}

.corpCommon__purposeArea .groupItem__content.corpCommon__fadeIn {
  transition-duration: 2.5s;
}

.corpCommon__purposeArea .groupItem__txtBlock {
  padding-top: 30px;
}

.corpCommon__purposeArea .groupItem__txtBlock .txtBlock__ttl {
  font-size: 2rem;
  line-height: 1.25;
  color: #3c3c3c;
  margin-top: 0;
  margin-bottom: 0;
}

.corpCommon__purposeArea .groupItem__txtBlock .txtBlock__txt {
  font-size: 1rem;
  line-height: 1.75;
  color: #3c3c3c;
  margin-top: 10px;
  margin-bottom: 0;
}

.corpCommon__purposeArea .groupItem__linkBlock {
  margin-top: 55px;
}

.corpCommon__purposeArea .groupItem__linkBlock .linkBlock__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.corpCommon__purposeArea .groupItem__linkBlock__linkText {
  position: relative;
}

.corpCommon__purposeArea .purposeArea__groupItem__bgSustainability {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.corpCommon__purposeArea .purposeArea__groupItem__bgShadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.corpCommon__purposeArea .purposeArea__groupItem__bgShadow img {
  width: 100%;
  height: 360px;
}

.corpCommon__purposeArea .groupItem__linkBlock__linkText .cmn-icon {
  width: 40px;
  height: 40px;
  color: #3c3c3c;
  border-color: #3c3c3c;
  text-decoration: none;
}

.corpCommon__purposeArea .corpCommon__textLinkButton:hover .groupItem__linkBlock__linkText .cmn-icon {
  color: #fff;
  background: #3c3c3c;
}

.corpCommon__purposeArea .groupItem__linkBlock__linkText .cmn-richtext {
  color: #3c3c3c;
  padding-left: 52px;
  position: relative;
  top: .08em;
}

.corpCommon__purposeArea .corpCommon__textLinkButton:hover .groupItem__linkBlock__linkText .cmn-richtext {
  text-decoration: underline #3c3c3c;
}

.corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem.groupItem__sustainability .purposeArea__groupItem__inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 80px;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 1025px) {
  .corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem.groupItem__sustainability .purposeArea__groupItem__inner {
    height: 49vw;
    max-height: 720px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  .corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem.groupItem__sustainability .purposeArea__groupItem__inner {
    height: 54vw;
  }
}

@media screen and (max-width: 640px) {
  .corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem.groupItem__sustainability .purposeArea__groupItem__inner {
    height: auto;
    max-height: unset;
  }
}

@media screen and (min-width: 1025px) {
  .corpCommon__purposeArea .groupItem__sustainability .groupItem__content {
    position: absolute;
    left: 80px;
    bottom: 68px;
  }
}

@media screen and (min-width: 641px) and (max-width:1024px) {
  .corpCommon__purposeArea .groupItem__sustainability .groupItem__content {
    position: absolute;
    left: 40px;
    bottom: 48px;
  }
}

.corpCommon__purposeArea .groupItem__sustainability .groupItem__txtBlock .txtBlock__ttl,
.corpCommon__purposeArea .groupItem__sustainability .groupItem__txtBlock .txtBlock__txt {
  color: #fff;
}

.corpCommon__purposeArea .groupItem__sustainability .corpCommon__textLinkButton .cmn-icon {
  color: #fff;
  border-color: #fff;
}

.corpCommon__purposeArea .groupItem__sustainability .corpCommon__textLinkButton:hover .cmn-icon {
  color: #3c3c3c;
  background: #fff;
}

.corpCommon__purposeArea .groupItem__sustainability .corpCommon__textLinkButton .cmn-richtext {
  color: #fff;
}

.corpCommon__purposeArea .groupItem__sustainability .corpCommon__textLinkButton:hover .cmn-richtext {
  text-decoration-color: #fff;
}

@media screen and (max-width: 640px) {
  .corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem {
    width: 100%;
  }

  .corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem:nth-child(2n+1) .purposeArea__groupItem__inner,
  .corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem:nth-child(2n+2) .purposeArea__groupItem__inner {
    padding: 24px 24px 40px;
  }

  .corpCommon__purposeArea .groupItem__txtBlock {
    padding-top: 26px;
  }

  .corpCommon__purposeArea .groupItem__txtBlock .txtBlock__ttl {
    font-size: 1.6875rem;
    line-height: 1.333;
    letter-spacing: .02em;
  }

  .corpCommon__purposeArea .groupItem__txtBlock .txtBlock__ttl {
    letter-spacing: .02em;
  }

  .corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem.groupItem__sustainability {
    background: rgba(223, 241, 191, .4);
  }

  .corpCommon__purposeArea .purposeArea__group .purposeArea__groupItem.groupItem__sustainability .purposeArea__groupItem__inner {
    padding: 0;
  }

  .corpCommon__purposeArea .groupItem__sustainability .groupItem__txtBlock .txtBlock__ttl,
  .corpCommon__purposeArea .groupItem__sustainability .groupItem__txtBlock .txtBlock__txt {
    color: #4e4d4e;
  }

  .corpCommon__purposeArea .purposeArea__groupItem.groupItem__sustainability .groupItem__txtBlock {
    padding: 26px 24px 0;
  }

  .corpCommon__purposeArea .purposeArea__groupItem.groupItem__sustainability .groupItem__linkBlock {
    padding: 0 24px 40px;
  }

  .corpCommon__purposeArea .groupItem__sustainability .corpCommon__textLinkButton .cmn-icon {
    color: #3c3c3c;
    border-color: #3c3c3c;
  }

  .corpCommon__purposeArea .groupItem__sustainability .corpCommon__textLinkButton:hover .cmn-icon {
    background: unset;
  }

  .corpCommon__purposeArea .groupItem__sustainability .corpCommon__textLinkButton .cmn-richtext {
    color: #3c3c3c;
  }

  .corpCommon__purposeArea .groupItem__sustainability .corpCommon__textLinkButton:hover .cmn-richtext {
    text-decoration: none;
  }
}

/* animation */
.corpCommon__fadeIn.-duration40 {
  transform: translate(0, 40px);
}

.corpCommon__fadeIn.-delay20 {
  transition-delay: 2s;
}

.corpCommon--top .corpCommon__fadeIn {
  transition-duration: 1s;
}
.corpCommon--top .corpCommon__fadeIn.is-scrollFadeIn {
  transform: translate(0, 0);
}

/* news release */
.corpCommon__newsRelease {
  max-width: 1420px;
  margin: auto;
}

.corpCommon-sectionWrapper--01 .l-Section__inner {
  max-width: 1420px;
}

@media screen and (min-width: 1025px) {
  .corpCommon__newsRelease .l-Section__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {

  .corpCommon__info .l-Section__inner,
  .corpCommon__newsRelease .l-Section__inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.corpCommon__newsRelease .l-HeadingTitle--v2__h2 > * {
  font-size: 2.25rem;
}

@media screen and (max-width: 640px) {
  .corpCommon__newsRelease .l-HeadingTitle--v2__h2 > * {
    font-size: 1.6875rem;
  }
}

.corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v5__icon {
  position: absolute;
  top: -5px;
  left: -10px;
  right: auto;
  transition: color 0.3s ease;
}

.corpCommon__newsRelease .corpCommon__newsRelease__listBlock .l-TextLinkP__list {
  justify-content: flex-end;
}


/* info */
.corpCommon-sectionWrapper--01.corpCommon__info,
.corpCommon-sectionWrapper--01.corpCommon__info .l-Section__inner,
.corpCommon-sectionWrapper--01.corpCommon__info .corpCommon__info__textLinkPack {
  max-width: 1340px;
}

.corpCommon__info .corpCommon__info__textLinkPack .l-TextLinkP__list {
  justify-content: flex-start;
}

/* showreel */
.corpCommon-showReel {
  position: relative;
  width: 100%;
  aspect-ratio: 1440 / 700;
  z-index: 1;
}

.corpCommon-showReel__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  mask-repeat: no-repeat;
  mask-position: center bottom;
  overflow: hidden;
  mask-image: radial-gradient(circle at center bottom, black 15%, transparent 16%);
  opacity: 0;
  mask-size: 0 0;
}

.corpCommon-showReel__image img {
  width: 100%;
  vertical-align: bottom;
  transform: scale(1);
}

.corpCommon-showReel__image.is-show {
  mask-size: 1000%;
  opacity: 1;
  z-index: 9;
}

@keyframes mask {
  0% {
    clip-path: circle(0 at 50% 100%);
  }

  100% {
    clip-path: circle(200% at 50% 100%);
  }
}

.corpCommon-showReel__imageBlolck {
  position: relative;
  z-index: 1;
}


.corpCommon-showReel__textBlock {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1440 / 700;
}

.corpCommon-showReel__heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  width: 100%;
  max-width: calc(700px + 40px * 2);
  padding-right: 40px;
  padding-left: 40px;
  box-sizing: border-box;
}

.corpCommon-showReel__slogan {
  aspect-ratio: 700 / 61;
  display: block;
  overflow: hidden;
}

html[lang="en"] .corpCommon-showReel__slogan {
  aspect-ratio: 700 / 51;
}

.corpCommon-showReel__slogan img {
  transform: translateY(100%);
  transition: .6s;
}

.corpCommon-showReel__textBlock.is-show .corpCommon-showReel__slogan img {
  transform: translateY(0);
}

.corpCommon-showReel__arc {
  display: block;
  margin-top: 21px;
  mask-image: url(/content/dam/sites/kao/www-kao-com/jp/ja/corporate/region/index/img-arc-mask.png);
  mask-size: 0 100%;
  mask-repeat: no-repeat;
  mask-position: left;
  aspect-ratio: 700 / 35;
  background-image: url(/content/dam/sites/kao/www-kao-com/jp/ja/corporate/region/index/img-arc-ja.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.corpCommon-showReel__arc--green {
  background-image: url(/content/dam/sites/kao/www-kao-com/jp/ja/corporate/region/index/img-arc-green-ja.svg);
}

html[lang="en"] .corpCommon-showReel__arc {
  background-image: url(/content/dam/sites/kao/www-kao-com/jp/ja/corporate/region/index/img-arc-en.svg);
  aspect-ratio: 300 / 17;
}

html[lang="en"] .corpCommon-showReel__arc--green {
  background-image: url(/content/dam/sites/kao/www-kao-com/jp/ja/corporate/region/index/img-arc-green-en.svg);
}

.corpCommon-showReel__textBlock.is-show .corpCommon-showReel__arc {
  animation: mask-arc 1.5s ease forwards .4s;
}

@keyframes mask-arc {
  0% {
    mask-size: 0 100%;
  }

  100% {
    mask-size: 100% 100%;
  }
}

[class*="corpCommon-showReel__image--shadow"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.corpCommon-showReel__image--shadow0per::before {
  background-color: rgba(0, 0, 0, .00);
}

.corpCommon-showReel__image--shadow1per::before {
  background-color: rgba(0, 0, 0, .01);
}

.corpCommon-showReel__image--shadow2per::before {
  background-color: rgba(0, 0, 0, .02);
}

.corpCommon-showReel__image--shadow3per::before {
  background-color: rgba(0, 0, 0, .03);
}

.corpCommon-showReel__image--shadow4per::before {
  background-color: rgba(0, 0, 0, .04);
}

.corpCommon-showReel__image--shadow5per::before {
  background-color: rgba(0, 0, 0, .05);
}

.corpCommon-showReel__image--shadow6per::before {
  background-color: rgba(0, 0, 0, .06);
}

.corpCommon-showReel__image--shadow7per::before {
  background-color: rgba(0, 0, 0, .07);
}

.corpCommon-showReel__image--shadow8per::before {
  background-color: rgba(0, 0, 0, .08);
}

.corpCommon-showReel__image--shadow9per::before {
  background-color: rgba(0, 0, 0, .09);
}

.corpCommon-showReel__image--shadow10per::before {
  background-color: rgba(0, 0, 0, .10);
}

.corpCommon-showReel__image--shadow11per::before {
  background-color: rgba(0, 0, 0, .11);
}

.corpCommon-showReel__image--shadow12per::before {
  background-color: rgba(0, 0, 0, .12);
}

.corpCommon-showReel__image--shadow13per::before {
  background-color: rgba(0, 0, 0, .13);
}

.corpCommon-showReel__image--shadow14per::before {
  background-color: rgba(0, 0, 0, .14);
}

.corpCommon-showReel__image--shadow15per::before {
  background-color: rgba(0, 0, 0, .15);
}

.corpCommon-showReel__image--shadow16per::before {
  background-color: rgba(0, 0, 0, .16);
}

.corpCommon-showReel__image--shadow17per::before {
  background-color: rgba(0, 0, 0, .17);
}

.corpCommon-showReel__image--shadow18per::before {
  background-color: rgba(0, 0, 0, .18);
}

.corpCommon-showReel__image--shadow19per::before {
  background-color: rgba(0, 0, 0, .19);
}

.corpCommon-showReel__image--shadow20per::before {
  background-color: rgba(0, 0, 0, .20);
}

.corpCommon-showReel__pause {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .8);
  border: 2px solid #fff;
  z-index: 30;
}

.corpCommon-showReel__pause:hover {
  background-color: #00806d;
  border-color: #00806d;
}

.corpCommon-showReel__pause--icon {
  width: 24px;
  height: 24px;
  color: #00806d;
}

.corpCommon-showReel__pause.is-stop svg {
  opacity: 0;
}

.corpCommon-showReel__pause.is-stop {
  background-image: url(/content/dam/sites/kao/www-kao-com/jp/ja/corporate/region/index/icon_start.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.corpCommon-showReel__pause:hover .corpCommon-showReel__pause--icon {
  color: #fff;
}

.corpCommon-showReel__pause.is-stop:hover {
  background-image: url(/content/dam/sites/kao/www-kao-com/jp/ja/corporate/region/index/icon_start_white.svg);
}

.corpCommon-showReel__buttonBlock {
  margin-top: 75px;
  padding-bottom: 80px;
  overflow: hidden;
}

.corpCommon-showReel__button {
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  padding: 14px 16px 14px 14px;
  background-color: rgba(255, 255, 255, .8);
  border: 2px solid #fff;
  color: #4e4d4e;
  text-decoration: none;
  border-radius: 16px;
  transform: translateY(calc(100% + 80px));
  transition: .8s transform 1s;
}

.corpCommon-showReel__textBlock.is-show .corpCommon-showReel__button {
  transform: translateY(0);
}

.corpCommon-showReel__button:visited {
  color: #4e4d4e;
  text-decoration: none;
}

.corpCommon-showReel__button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #00806d;
  border-color: #00806d;
}

.corpCommon-showReel__button--icon {
  position: relative;
  top: 1px;
  width: 12px;
  height: 16px;
  margin-right: 14px;
  color: #00806d;
  vertical-align: top;
}

html[lang="en"] .corpCommon-showReel__button--icon {
  top: 0;
}

.corpCommon-showReel__button:hover .corpCommon-showReel__button--icon {
  color: #fff;
}

@media only screen and (max-width: 1440px) {
  .corpCommon-showReel__heading {
    width: calc(48.6% + (44px * 2));
  }

  .corpCommon-showReel__buttonBlock {
    margin-top: 5.5%;
  }
}

@media only screen and (max-width: 640px) {
  .corpCommon-showReel {
    aspect-ratio: 640 / 980;
  }

  .corpCommon-showReel__arc {
    margin-top: 10px;
  }

  .corpCommon-showReel__heading {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .corpCommon-showReel__image {
    mask-image: radial-gradient(circle at center 102%, black 15%, transparent 16%);
    mask-size: 0 0;
  }

  .corpCommon-showReel__textBlock {
    aspect-ratio: 640 / 980;
  }

  .corpCommon-showReel__buttonBlock {
    margin-top: 56px;
  }

  .corpCommon-showReel__button {
    padding: 14px;
  }
}

.corpCommon__purposeArea .g-Image--v2 {
  margin-bottom: 0;
}

/* carousel */
@media screen and (min-width: 641px) {
  .corpCommon__carousel.no-carousel-pc .corpCommon__carousel-controls {
    display: none !important;
  }

  .corpCommon__carousel.no-carousel-pc .splide__list {
    transform: translateX(34%) !important;
  }
}