@charset "UTF-8";
/* =======================================

  indexElements

======================================= */
h2 {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 3.4rem;
  letter-spacing: 0.075em;
}
h2 > span {
  display: table;
  font-family: 'Bodoni Moda', serif;
  font-size: 6.0rem;
  letter-spacing: 0.1em;
  padding-right: 60px;
  position: relative;
}
h2 > span::after {
  content: "";
  width: 36px;
  height: 3px;
  border-radius: 5px;
  background-color: #e60009;
  position: absolute;
  right: 0;
  bottom: 20px;
}
h3 {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 3.0rem;
  color: #000;
  margin-bottom: 24px;
}
h3 > small {
  display: block;
  font-family: 'Bodoni Moda', serif;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  color: #e60009;
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 2.2rem;
  }
  h2 > span {
    font-size: 3.4rem;
    padding-right: 35px;
  }
  h2 > span::after {
    width: 24px;
    bottom: 11px;
  }
}

/* ------------------------------------
  slider
------------------------------------ */
.slick-dots {
  top: -50px;
  left: 50%;
  bottom: auto;
  transform: translateX(-50%);
  text-align: right;
  max-width: 1180px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots li {
  margin: 0;
  width: 22.5px;
  height: 3px;
}
.slick-dots li button {
  width: 22.5px;
  height: 3px;
  margin: 0;
  padding: 0;
  background-color: #f5d9da;
}
.slick-dots li:first-child button {
  border-radius: 15px 0 0 15px;
}
.slick-dots li:last-child button {
  border-radius: 0 15px 15px 0;
}
.slick-dots li.slick-active button {
  background-color: #e60009;
}
.slick-dots li button:before {
  content: none;
}

@media only screen and (max-width: 1300px) {
  .slick-dots {
    width :calc(100% - 60px);
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .slick-dots {
    width: 100%;
    top: -42px;
    left: auto;
    right: 5%;
    transform: translateX(0);
  }
}

/* ------------------------------------
  key field
------------------------------------ */
#key_field {
  opacity: 0;
  margin-bottom: 120px;
  position: relative;
}
#key_field .slider_mv {
  position: relative;
  margin-bottom: 43px;
}
#key_field .slider_mv::before {
  content: "SCROLL";
  font-family: 'Bodoni Moda', serif;
  font-size: 1.1rem;
  color: #fff;
  position: absolute;
  left: 21px;
  bottom: 70px;
  transform: rotate(-90deg);
  z-index: 1;
}
#key_field .slider_mv::after {
  content: "";
  width: 1px;
  height: 52px;
  background: linear-gradient(to bottom, #e60009 50%, transparent 50%);
  background-position: 0 -100%;
  background-size: 100% 200%;
  position: absolute;
  left: 45px;
  bottom: -18px;
  animation: scrolldown 2.5s cubic-bezier(0.5, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
  0% {
    background-position: 0 100%;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -100%;
  }
}
#key_field .slider_mv .cont_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
#key_field .slider_mv .copy_img {
  display: block;
  position: relative;
  z-index: 5;
}
#key_field .slider_mv .copy_img img {
  height: auto;
  margin-bottom: 27px;
}
#key_field .slider_mv .cont_inner > .btn {
  font-size: 1.4rem;
  padding: 12px 38px 12px 32px;
}
#key_field .slider_mv a {
  display: block;
  height: 100%;
  text-decoration: none;
}
#key_field .slider_mv .slick-slide {
  height: 70vh;
  border-radius: 0 0 0 100px;
}
#key_field .slider_mv .slide_01 {
  background: url(/files/index-mv_01.jpg) no-repeat center left;
  background-size: cover;
}
#key_field .slider_mv .slide_02 {
  background: url(/files/index-mv_02.jpg) no-repeat center left;
  background-size: cover;
}
#key_field .slider_mv .slide_03 {
  background: url(/files/index-mv_03.jpg) no-repeat center left;
  background-size: cover;
}
#key_field .slider_mv .slide_04 {
  background: url(/files/index-mv_04.jpg) no-repeat center left;
  background-size: cover;
}
#key_field .slider_mv .slick-dots {
  top: 32px;
  left: auto;
  right: 36px;
  max-width: none;
  width: auto;
}
#key_field .slider_mv .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.5);
}
#key_field .slider_mv .slick-dots li.slick-active button {
  background-color: #e60009;
}
.mv_slider_num {
  font-family: 'Bodoni Moda', serif;
  font-weight: 700;
  font-size: 1.0rem;
  color: #fff;
  position: absolute;
  top: 42px;
}
.mv_slider_num > span {
  font-size: 1.2rem;
}
.mv_slider_num > .nowcnt {
  color: #e60009;
  margin-right: 6px;
}
.mv_slider_num > .allcnt {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 8px;
}
/* mv_next */
.mv_next > .cont_inner {
  display: flex;
  position: relative;
}
.mv_next h2 {
  width: 222px;
  line-height: 1.0;
  margin-right: 38px;
  padding-left: 30px;
  position: relative;
}
.mv_next h2::before {
  content: "";
  width: 12px;
  height: 3px;
  border-radius: 5px;
  background-color: #e60009;
  position: absolute;
  top: 20px;
  left: 0;
}
.font_large .mv_next h2::before { top: 24px; }
.mv_next p {
  width: calc(60% - 328px);
  font-size: 1.4rem;
  font-size: clamp(1.2rem, calc(0.25vw + 1.0rem), 1.4rem);
  margin-bottom: 0;
}
.mv_next .cont_inner > div {
  width: 40%;
  height: 150px;
  border-radius: 0 100px 100px 100px;
  background-color: #fff;
  position: absolute;
  top: -78px;
  right: 0;
}
.mv_next .img_btn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  color: #fff;
  font-size: 2.4rem;
  padding: 0 33px;
  border-radius: 0 100px 100px 100px;
  background: url(/files/index-section_btn_100th.png) no-repeat center left;
  background-size: cover;
}

@media only screen and (max-width: 1240px) {
  .mv_next p {
    width: calc(60% - 290px);
  }
}

/* Hover */
@media (hover: hover) and (pointer: fine) {
  body:not(.tab_view) .slider_mv a:hover {
    opacity: 1.0;
  }
  body:not(.tab_view) .slider_mv a:hover .btn {
    color: #e60009;
    background-color: #fef3f4;
    box-shadow: 0 0 32px rgba(46, 50, 56, 0.08);
  }
  body:not(.tab_view) .slider_mv a:hover .btn::before {
    color: #e60009;
  }
}

@media only screen and (max-width: 768px) {
  #key_field {
    margin: 65px 0 46px;
  }
  #key_field .slider_mv {
    margin-bottom: 28px;
  }
  #key_field .slider_mv::before,
  #key_field .slider_mv::after {
    display: none;
  }
  #key_field .slider_mv .slick-slide {
    height: 250px;
    border-radius: 0 0 0 50px;
  }
  #key_field .slider_mv .slide_01 {
    background: url(/files/index-mv_01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  #key_field .slider_mv .slide_02 {
    background: url(/files/index-mv_02_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  #key_field .slider_mv .slide_03 {
    background: url(/files/index-mv_03_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  #key_field .slider_mv .slide_04 {
    background: url(/files/index-mv_04_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  #key_field .slider_mv .slick-dots {
    top: auto;
    right: 5%;
    bottom: 19px;
    transform: translateX(0);
  }
  #key_field .slider_mv .copy_img img {
    margin-bottom: 14px;
  }
  .mv_slider_num {
    top: 218px;
  }
  /* mv_next */
  .mv_next > .cont_inner {
    display: block;
  }
  .mv_next h2 {
    width: 100%;
    padding-left: 22px;
    margin: 0 0 15px;
  }
  .mv_next h2::before {
    top: 13px !important;
  }
  .mv_next h2 img {
    max-width: 169px;
    vertical-align: middle;
  }
  .mv_next p {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
  .mv_next .cont_inner > div {
    width: 100%;
    height: 116px;
    position: static;
  }
  .mv_next .img_btn {
    font-size: 1.6rem;
  }
}

/* ------------------------------------
  NEWS
------------------------------------ */
#news {
  overflow: hidden;
  margin-bottom: 126px;
}
#news .cont_inner {
  display: flex;
}
#news .cont_inner > div {
  width: 50%;
  position: relative
}
#news h2 {
  width: calc(100% - 190px);
  font-size: 1.8rem;
  margin: 0 0 33px 0;
}
#news .cont_inner > div:last-child h2 {
  margin-left: 50px;
}
#news h2 > span {
  display: inline-block;
  font-size: 3.2rem;
  margin-right: 16px;
  padding-right: 31px;
}
#news h2 > span::after {
  width: 16px;
  bottom: 10px;
}
#news .cont_inner .btn {
  font-size: 1.4rem;
  padding: 10px 40px 10px 32px;
  position: absolute;
  top: 0;
  right: 0;
}
#news .cont_inner > div:first-child .btn {
  right: 50px;
}
#news .cont_inner > div:last-child .btn {
  right: 0;
}

/* newslist */
.news_list_area .empty {
  font-size: 1.4rem;
  padding: 19px 0;
  border-bottom: none;
}
.newslist:not(:last-child),
.xj-newslist:not(:last-child) {
  margin-bottom: 0;
}
.newslist li:first-child,
.xj-newslist li:first-child {
  border-top: 1px solid #e2e2e2;
}
.newslist li:first-child::before,
.newslist li::after,
.xj-newslist li:first-child::before,
.xj-newslist li::after {
  content: "";
  width: 50vw;
  height: 1px;
  background-color: #e2e2e2;
  position: absolute;
}
.newslist li:first-child::before,
.xj-newslist li:first-child::before {
  top: -1px;
}
.newslist li::after,
.xj-newslist li::after {
  bottom: -1px;
}
.newslist .ttl,
.xj-newslist .ttl {
  font-size: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#news_list li {
  padding-right: 50px;
}
#news_list li:first-child::before,
#news_list li::after {
  left: -50vw;
}
#xj-news-ir li {
  padding-left: 50px;
}
#xj-news-ir li:first-child::before,
#xj-news-ir li::after {
  right: -50vw;
}

@media only screen and (max-width: 1240px) {
  #news h2 {
    width: calc(100% - 150px);
  }
  #news .cont_inner > div:last-child h2 {
    margin-left: 10px;
  }
  #news .cont_inner > div:first-child .btn {
    right: 10px;
  }
  .news_list_area .empty {
    margin-bottom: 16px;
    padding: 14px 0;
  }
  #news_list li {
    padding-right: 10px;
  }
  #xj-news-ir li {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 1180px) {
  .font_large #news h2 {
    width: calc(100% - 140px);
  }
  .font_large #news h2 > span {
    font-size: 2.8rem;
    padding-right: 26px;
  }
  .font_large #news .cont_inner .btn {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 768px) {
  #news {
    margin-bottom: 77px;
  }
  #news .cont_inner {
    display: block
  }
  #news .cont_inner > div {
    position: static;
    width: 100%;
  }
  #news .cont_inner > div:last-child h2 {
    margin-left: 0;
  }
  #news .cont_inner > div:not(:last-child) {
    margin-bottom: 33px;
  }
  #news h2 {
    width: 100% !important;
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
  #news h2 > span {
    font-size: 2.4rem;
  }
  #news h2 > span::after {
    width: 10px;
  }
  #news .cont_inner .btn {
    margin: 0 auto;
    position: relative;
  }
  /* xj */
  .newslist,
  .xj-newslist {
    margin-bottom: 16px !important;
  }
  .newslist .ttl,
  .xj-newslist .ttl {
    overflow: visible;
    display: inline;
  }
  .newslist li,
  .xj-newslist li {
    border-bottom: none !important;
  }
  .newslist li:first-child,
  .xj-newslist li:first-child {
    border-top: none;
  }
  .newslist li:first-child::before,
  .newslist li::after,
  .xj-newslist li:first-child::before,
  .xj-newslist li::after {
    width: 100vw;
  }
  #news_list li {
    padding-right: 0;
  }
  #news_list li:first-child::before,
  #news_list li::after {
    left: -5%;
  }
  #xj-news-ir li {
    padding-left: 0;
  }
  #xj-news-ir li:first-child::before,
  #xj-news-ir li::after {
    right: -5%;
  }
}

/* ------------------------------------
  ABOUT
------------------------------------ */
#about {
  width: calc((100% - 1180px) / 2 + 1180px);
  border-radius: 0 100px 0 0;
  margin-bottom: 68px;
  padding: 88px 0 100px;
  background: url(/files/index-section_about_bg.png) no-repeat center center;
  background-size: cover;
}
#about > section:not(:last-child) {
  margin-bottom: 46px;
}
#about .cont_inner {
  margin: 57px 90px 0 auto;
  max-width: 1090px;
}
#about h2 {
  margin: 0 90px 57px 0;
}
#about > section:first-child h2 {
  margin-top: -195px;
}
#about h2 > span::after {
  width: 30px;
}

@media only screen and (max-width: 1240px) {
  #about {
    width: calc(100% - 30px);
  }
  #about .cont_inner {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #about {
    width: calc(100% - 30px);
    padding: 0 0 35px;
  }
  #about .cont_inner {
    margin: 0 22px 0 5%;
  }
  #about h2 {
    margin: 0 0 27px 0;
    padding-left: 0;
  }
  #about section:first-child h2 {
    margin-top: 0;
    position: relative;
    top: -27px;
  }
  #about h2 > span {
    margin-left: 0;
  }
}

/* .set_img_det */
.set_img_det {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 85px;
  padding-right: 33px;
}
.set_img_det > figure {
  width: 49%;
  overflow: hidden;
  border: 5px solid #f8d4d4;
  border-radius: 0 100px 100px 100px;
}
.set_img_det > figure a {
  display: block;
}
.set_img_det > div {
  width: 42%;
  position: relative;
  z-index: 1;
}
.set_img_det p {
  margin-bottom: 24px;
}
#about .set_img_det {
  position: relative;
}
#about .set_img_det::before {
  content: url(/files/index-section_deco_pc.png);
  display: block;
  background-size: contain;
  position: absolute;
  top: 60px;
  left: -160px;
  opacity: 0.37;
}

@media only screen and (max-width: 768px) {
  .set_img_det {
    display: block;
    padding-right: 0;
    margin-bottom: 32px;
  }
  .set_img_det > figure {
    width: 100%;
    border-radius: 0 25px 25px 25px;
    margin-bottom: 25px;
  }
  .set_img_det > div {
    width: 100%;
  }
  .set_img_det > div .btn {
    font-size: 1.6rem;
    padding: 17px 59px 17px 45px;
    margin: 0 auto;
  }
  #about .set_img_det::before {
    content: url(/files/index-section_deco_sp.png);
    top: auto;
    bottom: -30px;
    left: 4px;
    opacity: 1;
  }
}

/* .set_img_btn */
.set_img_btn {
  margin: 0 0 45px 62px;
}
.set_img_btn li:not(:last-child) {
  margin-bottom: 20px;
}
.set_img_btn a {
  display: flex;
  text-decoration: none;
}
.set_img_btn h3 {
  width: calc(30% - 20px);
  min-width: 260px;
  font-size: 2.4rem;
  margin-right: 20px;
  padding-left: 27px;
}
.set_img_btn h3 > small {
  font-size: 1.2rem;
  position: relative;
  margin-bottom: 6px;
}
.set_img_btn h3 > small::after {
  content: "";
  width: 14px;
  height: 3px;
  border-radius: 5px;
  background-color: #e60009;
  position: absolute;
  left: -27px;
  top: 6px;
}
.set_img_btn figure {
  width: 70%;
}
.set_img_btn + .btn {
  margin: 0 auto;
  transform: translateX(62px);
}

@media only screen and (max-width: 1240px) {
}

@media only screen and (max-width: 768px) {
  .set_img_btn {
    margin: 0 0 32px;
  }
  .set_img_btn li:not(:last-child) {
    margin-bottom: 8px;
  }
  .set_img_btn a {
    display: block;
  }
  .set_img_btn h3 {
    width: 100%;
    min-width: initial;
    font-size: 1.8rem;
    margin: 0 0 13px;
    padding-left: 24px;
  }
  .set_img_btn h3 > small {
    font-size: 1.0rem;
  }
  .set_img_btn h3 > small::after {
    width: 10px;
  }
  .set_img_btn figure {
    width: 100%;
    margin-bottom: 15px;
  }
  .set_img_btn .img_btn::before {
    font-size: 0.7rem;
    bottom: -15px;
  }
  .set_img_btn .img_btn::after {
    bottom: -8.5px;
    transform: scale(0.7);
  }
  .set_img_btn + .btn {
    font-size: 1.6rem;
    padding: 17px 59px 17px 45px;
    transform: translateX(0);
  }
}

/* ------------------------------------
  PICK UP
------------------------------------ */
#pickup {
  margin-bottom: 121px;
}
#pickup h2 {
  max-width: 1180px;
  margin: 0 auto;
  font-size: 2.2rem;
}
#pickup h2 > span {
  display: inline-block;
  font-size: 4.2rem;
  margin-right: 16px;
  padding-right: 31px;
}
#pickup h2 > span::after {
  width: 16px;
}

@media only screen and (max-width: 1240px) {
  #pickup h2 {
    margin: 0 30px;
  }
}

@media only screen and (max-width: 768px) {
  #pickup h2 {
    font-size: 1.6rem;
    margin: 0 auto;
    width: 90%;
  }
  #pickup h2 > span {
    font-size: 2.4rem;
  }
  #pickup h2 > span::after {
    width: 10px;
  }
}

.slider_pickup {
  margin-top: 42px;
}
.slider_pickup .slick-slide {
  width: 344px;
  margin-right: 20px!important;
  margin-left: 20px!important;
  opacity: 0.5;
}
.slider_pickup .slick-slide.slick-active {
  opacity: 1.0;
}
.slider_pickup a {
  font-size: 1.6rem;
  color: #222;
  text-decoration: none;
}
.slider_pickup figure > span {
  display: block;
  border-radius: 0 100px 100px 100px;
  border: 3px solid #fef3f4;
  margin-bottom: 24px;
  position: relative;
}
.slider_pickup figure > span::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'carlit';
  content: "\e901";
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #e60009;
  padding-left: 2px;
  position: absolute;
  right: 0;
  bottom: 20px;
}
.slider_pickup img {
  border-radius: 0 100px 100px 100px;
}
.slider_pickup figcaption {
  margin: 0 45px 0 60px;
}
.slider_pickup .slick-prev,
.slider_pickup .slick-next {
  width: 39px;
  height: 39px;
  background-color: #fff;
  border: 1px solid #e60009;
  border-radius: 50%;
  z-index: 5;
}
.slider_pickup .slick-prev {
  left: 7.5%;
  transform: translate(0, -50%) scale(-1, 1);
}
.slider_pickup .slick-next {
  right: 7.5%;
}
.slider_pickup .slick-prev:before,
.slider_pickup .slick-next:before {
  font-family: 'carlit';
  content: "\e900";
  color: #e60009;
}

@media only screen and (max-width: 768px) {
  .slider_pickup {
    margin: 53px 0 118px;
  }
  .slider_pickup a {
    font-size: 1.4rem;
  }
  .slider_pickup figure > span {
    border-radius: 0 25px 25px 25px;
    margin-bottom: 20px;
  }
  .slider_pickup figure > span::before {
    width: 39px;
    height: 39px;
    right: -11px;
    bottom: -10px;
  }
  /*.slider_pickup figure > span::after {
    right: 1px;
    bottom: 0;
  }*/
  .slider_pickup figcaption {
    margin: 0;
    line-height: 1.57;
  }
  .slider_pickup .slick-prev {
    left: 2%;
  }
  .slider_pickup .slick-next {
    right: 2%;
  }
}

/* ------------------------------------
  SUSTAINABILITY
------------------------------------ */
#sustainability {
  margin-bottom: 101px;
}
#sustainability h2 {
  margin-bottom: 37px;
  margin-left: calc((100% - 1180px) / 2);
}
#sustainability .sustaina_wrap {
  width: calc((100% - 1180px) / 2 + 1180px);
  margin: 0 0 90px auto;
  position: relative;
}
#sustainability .sustaina_wrap > picture {
  width: 100%;
  height: 420px;
  position: relative;
}
#sustainability .sustaina_wrap > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 0 100px;
}
#sustainability .sustaina_wrap > .cont_inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: -300px 0 0;
}
#sustainability .sustaina_wrap > .cont_inner > picture {
  display: block;
}
#sustainability .sustaina_wrap > .cont_inner > picture img {
  width: 100%;
  max-width: 380px;
  height: auto;
  position: relative;
  left: -23px;
}
#sustainability .copy_wrap {
  width: calc(100% - 470px);
}
#sustainability .copy_wrap > figure {
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}
#sustainability .copy_wrap > p {
  margin-bottom: 31px;
}
#sustainability .copy_wrap > p {
  display: block;
  font-size: clamp(1.4rem, calc(0.25vw + 1.4rem), 1.6rem);
  color: #000;
  font-weight: 500;
  line-height: 2.0;
  text-decoration: none;
  background-color: #fff;
  border-radius: 0 100px 100px 100px;
  padding: 41px 52px 57px;
  box-shadow: 0 3px 30px rgba(116, 22, 19, 0.04);
  position: relative;
}
#sustainability .copy_wrap > p > .btn {
  position: absolute;
  right: 22px;
  bottom: -31px;
}

@media only screen and (max-width: 1240px) {
  #sustainability h2 {
    margin-left: 30px;
  }
  #sustainability .sustaina_wrap {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #sustainability {
    margin-bottom: 64px;
  }
  #sustainability h2 {
    width: 90%;
    margin: 0 auto 16px;
    padding-left: 0;
  }
  #sustainability h2 > span {
    margin-left: 0;
    font-size: clamp(2.6rem, calc(0.25vw + 2.5rem), 3.4rem);
  }
  #sustainability .sustaina_wrap {
    width: 95%;
    margin: 0 0 84px 5%;
    padding: 0;
  }
  #sustainability .sustaina_wrap > picture img {
    border-radius: 0 0 0 25px;
  }
  #sustainability .sustaina_wrap > .cont_inner {
    display: block;
    width: 95%;
    margin: -44% 0 0;
  }
  #sustainability .sustaina_wrap > .cont_inner > picture {
    margin-bottom: 25px;
  }
  #sustainability .sustaina_wrap > .cont_inner > picture img {
    width: 57%;
    left: 10px;
  }
  #sustainability .copy_wrap {
    width: 100%;
  }
  #sustainability .copy_wrap > p {
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    border-radius: 0 25px 25px 25px;
    padding: 27px 26px 52px;
  }
  #sustainability .copy_wrap > p > .btn {
    font-size: 1.6rem;
    padding: 17px 59px 17px 45px;
    right: auto;
  }
}