main {
  padding-bottom: 0;
  background-color: #fff;
}

.-wb {
  display: inline-block;
}

body :not(.footer-only-pc):not(.footer-only-sp) .layout-footer .layout-footer_copyright,
.layout-footer_nav ul li,
.breadcrumbs > ol > li {
  font-weight: 400;
}

@media (min-width: 769px) {
  .c-main-visual {
    background: url(../assets/img/sustainability/main-visual_image.png) no-repeat;
    background-size: cover;
    height: calc(100vh - 114px);
  }

  .mainvisual__catch {
    position: absolute;
    bottom: 75px;
    left: 0;
  }
}

.c-main-visual__titles {
  color: #212326;
  bottom: 200px;
}

@media screen and (max-width: 768px) {
  .c-main-visual {
    padding-top: 120px;
  }

  .c-main-visual__titles {
    position: absolute;
    bottom: 120px;
    left: 20px;
  }
}

.mainvisual__catch .c-main-visual__main-title {
  -webkit-box-pack: flex-start;
  -webkit-justify-content:  flex-start;
  justify-content: flex-start;
}

@media screen and (min-width: 769px) {
  .mainvisual__catch span:nth-child(1) {
    width: 816px;
    height: 76px;
  }

  .mainvisual__catch span:nth-child(2) {
    width: 178px;
    height: 20px;
  }

  .mainvisual__catch .c-main-visual__sub-title {
    justify-content: flex-start;
    width: 178px;
    height: 20px;
    padding-left: 40px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .mainvisual__catch span:nth-child(1) {
    /* width: 68.533vw; */
    width: 98%;
    height: 100%;
    padding: 0;
  }

  .mainvisual__catch span:nth-child(2) {
    width: 38.774vw;
    height: 100%;

  }

  .c-main-visual .rower-page-mainvisual__block {
    left: 0;
  }

  .mainvisual__catch .c-main-visual__sub-title {
    justify-content: flex-start;
    padding: 0;
    font-size: 1.6rem;
    max-width: 142px;
    min-height: 20px;
  }
}


.mainvisual__catch span {
  position: relative;
  display: block;
}

.mainvisual__catch span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.mainvisual__catch span:nth-child(1)::before,
.mainvisual__catch span:nth-child(1)::after {
  animation: none
}

.mainvisual__catch span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #212326;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .mainvisual__catch span:nth-child(1) {
    width: 86.66%;
    max-width: 460px;
    height: 100%;
  }
}


.mainvisual__catch span:nth-child(1) .img {
  display: block;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 769px) {
  .mainvisual__catch span:nth-child(1) .img {
    left: 4px;
    width: 500px;
    height: 76px;
  }
}

@media screen and (max-width: 768px) {
  .mainvisual__catch span:nth-child(1) .img {
    left: 0.2vw;
    width: 35.6vw;
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  .mainvisual__catch span:nth-child(2) {
    width: 162px;
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mainvisual__catch span:nth-child(2) {
    width: 87.333vw;
    height: 12.4vw;
  }
}

.mainvisual__catch span:nth-child(2) .img {
  display: block;
  position: absolute;
  bottom: 0;
}

@media screen and (min-width: 769px) {
  .mainvisual__catch span:nth-child(2) .img {
    left: 12px;
    width: 516px;
    height: 66px;
  }
}

@media screen and (max-width: 768px) {
  .mainvisual__catch span:nth-child(2) .img {
    left: 0.7vw;
    width: 84.8vw;
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  .mainvisual__catch span img {
    padding: 0 25px 0 45px;
  }
}

.c-outline::before {
  display: none;
}

.c-outline {
  background-color: #fff;
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  .c-outline {
    padding-top: 60px;
  }
}

.c-sustainability-inner {
  max-width: 1036px;
  padding: 0 18px;
  margin: 0 auto;
}

.c-outline-title {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.433;
  margin-bottom: 70px;
}

.c-outline-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  width: 120px;
  height: 4px;
  background: url(../assets/img/sustainability/img_sustainability_heading-line.gif) no-repeat;
  background-size: contain;
}

.c-outline-title .sub-title {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-outline-title {
    font-size: 2.4rem;
    line-height: 1.6;
  }

  .c-outline-title::after {
    bottom: -25px;
  }

  .c-outline-title .sub-title {
    font-size: 1.8rem;
  }
}

.c-outline .c-message-img {
  width: 100%;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .c-outline .c-message-img {
    width: calc(100% + 36px);
    position: relative;
    left: -18px;
    margin-bottom: 25px;
  }
  .c-outline .c-message-img img {
    width: 100%;
  }
}

.c-outline .c-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.111;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-outline .c-text {
    font-size: 1.6rem;
    line-height: 2.125;
    text-align: justify;
  }
}

.c-outline .c-text.c-message{
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .c-outline .c-text.c-message{
    margin-bottom: 60px;
  }
}

.c-outline .c-text.c-promise{
  max-width: 800px;
  text-align: justify;
  margin: 0 auto 65px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .c-outline .c-text.c-promise{
    margin: 0 auto 50px;
  }
}

/* .c-outline .c-promise-img {
  margin-bottom: 60px;
} */

.c-promise {
  padding: 45px 0 50px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-promise {
    padding: 50px 0 60px;
  }
}

.c-promise#promise-1 {
  background-color: #f8aa11;
}

.c-promise#promise-2 {
  background-color: #7abbef;
}

.c-promise#promise-3 {
  background-color: #a5d74a;
}

.c-promise#promise-4 {
  background-color: #f69fc9;
}

.c-promise .c-heading {
  display: flex;
  color: #fff;
  margin-bottom: 25px;
  height: 80px;
}

@media screen and (max-width: 768px) {
  .c-promise .c-heading {
    height: 60px;
  }
}

.c-promise .c-heading-number-group {
  display: flex;
  align-items: center;
  padding-right: 35px;
  border-right: 2px solid #fff;
}

.c-promise .c-heading-number-group .caption {
  font-size: 3rem;
  font-weight: 700;
  display: block;
  margin: initial;
  color: #fff;
  line-height: 1;
  margin-top: auto;
  margin-bottom: 0;
}

.c-promise .c-heading-number-group .number {
  font-size: 10rem;
  font-family: "Roboto", 'Meiryo', sans-serif;
  font-weight: 500;
  margin: -9px 0 -9px 5px;
  height: 100%;
}

.c-promise .c-heading-title {
  display: flex;
  align-items: center;
  margin-left: 45px;
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-promise .c-heading-number-group {
    padding-right: 20px;
  }

  .c-promise .c-heading-number-group .caption {
    font-size: 2.1rem;
  }

  .c-promise .c-heading-number-group .number {
    font-size: 7.2rem;
    margin: -6px 0 -6px;
  }

  .c-promise .c-heading-title {
    font-size: 2rem;
    line-height: 1.5;
    margin-left: 30px;
  }
}

.c-promise .c-promise-item-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.c-promise .c-promise-item {
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .c-promise .c-promise-item-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .c-promise .c-promise-item {
    width: 100%;
  }

  .c-promise .c-promise-item:nth-of-type(1) {
    margin-bottom: 30px;
  }
}

.c-promise .c-promise-item-title {
  width: 100%;
  min-height: 60px;
  padding: 20px;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
  color: #212326;
  background-color: #fff;
  margin-bottom: 15px;
}

.c-promise .c-promise-item-text {
  font-size: 1.8rem;
  font-weight: 300;
  text-align: justify;
  line-height: 2;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .c-promise .c-promise-item-text {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.c-promise .c-promise-item-img {
  margin-top: auto;
}


.c-link-banner-container {
  margin: 0 auto 100px;
  padding-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-link-banner-container {
    width: 90.66%;
    /* max-height: 200px; */
    padding: 20px 0 0;
    margin-bottom: 80px;
  }
}

.c-link-banner-container .note {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-link-banner-container .note {
    margin-bottom: 20px;
    line-height: 1.5;
  }
}

.c-link-banner-container .c-link-banner {
  max-width: 680px;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
}

.c-link-banner-container .c-link-banner[target="_blank"]:not(.m-no-icon):after {
  display: none;
}

.c-link-banner-container .c-link-banner img {
  max-width: 680px;
  max-height: 220px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.c-link-banner-container .c-link-banner .c-link-banner-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 1;
}

.c-link-banner-container .c-link-banner .c-link-banner-text .title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: .1em;
}

.c-link-banner-container .c-link-banner .c-link-banner-text .text {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: 3px solid #fff;
  letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
  .c-link-banner-container .c-link-banner .c-link-banner-text .title {
    font-size: 2.5rem;
  }
  .c-link-banner-container .c-link-banner .c-link-banner-text .text {
    font-size: 1.2rem;
    padding-bottom: 10px;
  }
}

.layout-content {
  margin-bottom: 0;
}

.c-recruit-footer {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .c-recruit-footer {
    margin-top: 0;
    padding-top: 40px;
  }
}


/*fadein*/
.is-appear  {
  opacity: 0;
}

.is-appear.is-scroll-in {
  animation: is-appear .7s;
  transition-duration: 500ms;
  transition-property: opacity, transform;
  opacity: 1;
}

.is-scroll-in {
  animation: fade-in .7s;
  transition-duration: 500ms;
  transition-property: opacity, transform;
  opacity: 1;
}

.c-content ,
.c-promise .c-promise-item,
.c-promise .c-heading {
  opacity: 0;
}

.c-content.is-scroll-in,
.c-promise .c-promise-item.is-scroll-in,
.c-promise .c-heading.is-scroll-in {
  opacity: 1;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }

  70% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}


@keyframes is-appear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}