.container-about {
  font-family: "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, sans-serif;
  width: 856px;
  margin: calc(86px + (((230 - 86)/ 1420) * 100%)) auto calc((142 / 1420) * 100%);
  margin: 0 auto calc((142 / 1420) * 100%);
}
.container-about .only-sp {
  display: none;
}

.container-about-breadcrumb {
  position: relative;
}
.container-about-breadcrumb:before {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 48px;
  height: 1px;
  background-color: white;
  content: "";
}
.container-about-breadcrumb:after {
  position: absolute;
  top: 8px;
  right: 0;
  width: calc(100% - 226px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
}
.container-about-breadcrumb__title {
  color: white;
  font-size: 45px;
  font-family: effra, sans-serif;
  letter-spacing: 0.12em;
}
.container-about-breadcrumb__subtitle {
  margin-top: 4px;
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.4);
}

.container-about-title {
  margin-top: 96px;
  background-color: rgba(255, 255, 255, 0.08);
}
.container-about-title__subtitle {
  font-size: 14px;
  font-family: effra, sans-serif;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.2em;
}
.container-about-title__title {
  width: 100%;
  margin-top: 28px;
}

.container-about-firstview {
  position: relative;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 1px 0;
}
.container-about-firstview__content-1 {
  max-width: 424px;
  margin-top: 72px;
}
.container-about-firstview__content-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  max-width: 228px;
  opacity: 0.4;
}




.firstview__video{
	width: calc(100vw - (100vw - 72.9577465vw)/2);
    height: 78.1vh;
	clip-path:polygon(0 0, 100% 0, 100% 100%, 300px 100%, 300px calc(100% - 100px), 0 calc(100% - 100px));
}

@media (max-width: 1174px){
	.firstview__video{
		width: calc(856px + (100vw - 856px)/2);
	    height: 78.1vh;
	}
}

.firstview__video__body{
width: 100%;
    height: 100%;
    object-fit: cover;
}

.firstview__video + .firstview__information{
	margin-top:-102px;
}




.container-about-sustainability-container {
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    margin-top:119px;
}

.container-about-sustainability-container::before {
    position: absolute;
    content:"";
	width:52px;
	height:2px;
	background-color:#fff;
	top:0;
	//left:-26px;
}

.container-about-sustainability {
    padding-top:64px;
}

.container-about-sustainability__title {
    font-size:28px;
	line-height:30px;
	font-weight: bold;
	margin-top:-1px;
	margin-bottom:35px;
}
.container-about-sustainability__description {
    font-size:19px;
	line-height:31px;
	font-weight: bold;
	text-align:justify;
	padding-bottom:30px;
}




.container-about-sustainability__banner {
    display:block;
	width:100%;
	position:relative;
	margin-top:25px;
}
.container-about-sustainability__banner:hover .container-about-sustainability__bannertext::before{
    width:calc(100% - 152px);
	transition:width 0.7s cubic-bezier(0,1,0,1);
}
.container-about-sustainability__bannertext{
    display:block;
	position:absolute;
	background-color:#383a3e;
	width:calc(100% - 152px);
	height:70px;
	left:76px;
	bottom:80px;
	z-index:1;
	text-align: left;
    text-indent: -99999px;
	background-image:url(/assets/img/about/sustainabilitybannetext-pc.svg);
	background-size:contain;
	background-repeat:no-repeat;
}

.container-about-sustainability__bannertext::before{
    content:"";
	display:block;
	position:absolute;
	background-color:#fff;
	width:22px;
	height:2px;
	right:0;
	bottom:34px;
	z-index:1;
}
.container-about-sustainability__bannertext::after{
    content:"";
	display:block;
	position:absolute;
	background-color:#383a3e;
	width:22px;
	height:2px;
	right:-22px;
	bottom:34px;
	z-index:1;
}





.container-about-section-container {
  max-width: 1036px;
  margin: 0 auto;
}



.container-about-section {
  position: relative;
  display: flex;
  padding: 136px 0 0;
  color: white;
}

.container-about-section::before {
    position: absolute;
    content:"";
	width:52px;
	height:2px;
	background-color:#fff;
	top:136px;
	left:0;
	z-index:5;
}

.container-about-section:nth-child(even) {
  flex-direction: row-reverse;
}
.container-about-section:nth-child(even) .container-about-section__content {
  padding-right: 68px;
  padding-left: 0;
}
.container-about-section:nth-child(2):before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}
.container-about-section:nth-child(3):before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}
.container-about-section__picture-container {
  flex-shrink: 0;
  width: 64.6%;
}
.container-about-section__picture {
  width: 100%;
}
.container-about-section__content {
  padding-left: 68px;
}
.container-about-section__subtitle {
  display: none;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.container-about-section__title {
  margin-top: -2px;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: bold;
}
.container-about-section__description-container {
  font-size: 13px;
}
.container-about-section__description {
  line-height: 1.7em;
  text-align: justify;
  font-weight: bold;
}
.container-about-section__description:not(:first-child) {
  margin-top: 24px;
}
.container-about-section__description-label {
  box-shadow: 0 -24px 0 0 rgba(255, 255, 255, 0.2) inset;
}
.container-about-section__meta {
  line-height: 1.7em;
  margin-top: 24px;
  font-size: 11px;
  text-align: justify;
}
.container-about-section__meta-name {
  font-weight: bold;
}
.container-about-section__meta-gray {
  color: #666666;
  font-weight: bold;
}

@-webkit-keyframes arrow-animation {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  1% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes arrow-animation {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  1% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.container-about-link-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 140px;
}
.container-about-link-container:before {
  position: absolute;
  top: 0;
  height: 192px;
  left: 50%;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}

.container-about-link {
  display: block;
  position: relative;
  width: calc((100% - 136px) / 3);
  padding: 52px 0;
  color: white;
}
.container-about-link:nth-child(1):before {
  background-color: #fc0d1b;
}
.container-about-link:nth-child(2):before {
  background-color: #075522;
}
.container-about-link:nth-child(3):before {
  background-color: #feef35;
}
.container-about-link:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  mix-blend-mode: overlay;
  z-index: 1;
  content: "";
}
.container-about-link:after {
  position: absolute;
  top: 52px;
  right: -18px;
  width: 36px;
  height: 36px;
  background-position: right top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(/assets/img/about_v2/button.svg);
  z-index: 1;
  content: "";
}
.container-about-link:hover:after {
  -webkit-animation: arrow-animation 0.4s ease-out 0s;
  animation: arrow-animation 0.4s ease-out 0s;
  background-image: url(/assets/img/about_v2/button_hover.svg);
}
.container-about-link__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.08);
  z-index: 1;
}
.container-about-link__title {
  position: relative;
  line-height: 1em;
  margin-top: -6px;
  font-size: 45px;
  letter-spacing: 0.1em;
  font-family: effra, sans-serif;
  z-index: 1;
}
.container-about-link__content {
  position: relative;
  line-height: 1.25em;
  margin-top: 2px;
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.1em;
  z-index: 1;
}

.about-banner-container {
  max-width: 1036px;
  margin: 0 auto;
}

.about-banner {
  position: relative;
  display: block;
  margin: 72px 0 128px;
  padding: 52px 0 48px;
  font-family: "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, sans-serif;
  color: white;
  background-color: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}
.about-banner .only-sp {
  display: none;
}
.about-banner:after {
  position: absolute;
  bottom: -8px;
  right: -34px;
  width: 68px;
  height: 68px;
  background-position: right top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(/assets/img/about_v2/button.svg);
  content: "";
}
.about-banner:hover:after {
  -webkit-animation: arrow-animation 0.4s ease-out 0s;
  animation: arrow-animation 0.4s ease-out 0s;
  background-image: url(/assets/img/about_v2/button_hover.svg);
}
.about-banner--black {
  color: black;
  background-color: rgba(0, 0, 0, 0.08);
}
.about-banner--black:after {
  background-image: url(/assets/img/about_v2/button_black.svg);
}
.about-banner--black:hover:after {
  background-image: url(/assets/img/about_v2/button_hover_black.svg);
}
.about-banner__description {
  line-height: 1.7em;
  font-size: 13px;
  font-weight: bold;
  opacity: 0.4;
  letter-spacing: 0.03em;
}
.about-banner__title {
  line-height: 1em;
  max-width: 596px;
  margin-top: 36px;
  font-size: 80px;
  font-family: effra, sans-serif;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media (max-width: 736px) {
  .container-about {
    width: initial;
    margin: 132px auto calc(154 / 594 * 100%);
    padding: 0 calc(22 / 375 * 100vw) 0 calc((56 / 375) * 100%);
    font-family: sans-serif;
  }
  .container-about .only-sp {
    display: block;
  }
  .container-about .only-pc {
    display: none;
  }
  .container-about-breadcrumb:before {
    width: 36px;
  }
  .container-about-breadcrumb:after {
    top: 4px;
    width: calc(100% - 160px);
  }
  .container-about-breadcrumb__title {
    font-size: 30px;
  }
  .container-about-breadcrumb__subtitle {
    font-size: 12px;
  }
  .container-about-title {
    margin-top: 74px;
  }
  .container-about-title__subtitle {
    font-size: 12px;
  }
  .container-about-title__title {
    max-width: 204px;
    margin-top: 28px;
  }
  .container-about-firstview {
    padding-bottom: 1px;
  }
  .container-about-firstview__content-1 {
    max-width: 260px;
    margin-top: 72px;
  }
  .container-about-firstview__content-2 {
    display: block;
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 202px;
    margin-top: 72px;
    margin-left: auto;
    opacity: 1;
  }


.container-about .firstview{
	width: calc(100% + 22 / 375 * 100vw);
    margin-right: 0;

}

.container-about .firstview .firstview__caption{
	top:-20px
}

	.firstview__video{
	height: 240px;
    width: calc(100% + 22 / 375 * 100vw);
	clip-path:polygon(0 0, 100% 0, 100% 100%, 182px 100%, 182px calc(100% - 60px), 0 calc(100% - 60px));
	}

.firstview__video + .firstview__information{
	margin-top:-62px;
}



.container-about-sustainability-container {
    margin-top:76px;
}

.container-about-sustainability-container::before {
	width:45px;
	//left:-22.5px;
}

.container-about-sustainability {
    padding-top:32px;
}

.container-about-sustainability__title {
    font-size:19px;
	line-height:21px;
	margin-bottom:24px;
}
.container-about-sustainability__description {
    font-size:13px;
	line-height:22px;
	padding-bottom:22px;
}


.container-about-sustainability__banner {
	margin-top:7px;
}
.container-about-sustainability__banner:hover .container-about-sustainability__bannertext::before{
    width:calc(100% - 96px);
}
.container-about-sustainability__bannertext{
	width:calc(100% - 74px);
	height:54px;
	left:37px;
	bottom:37px;
	background-image:url(/assets/img/about/sustainabilitybannetext-sp.svg);
}

.container-about-sustainability__bannertext::before{
	width:17px;
	bottom:26px;
}
.container-about-sustainability__bannertext::after{
	width:17px;
	right:-17px;
	bottom:26px;
}












  .container-about-section {
    display: block;
    padding: 76px 0 0;
  }

.container-about-section::before {
	width:45px;
	top:76px;
}


  .container-about-section:nth-child(2):before {
    display: none;
  }
  .container-about-section:nth-child(3):before {
    top: 32px;
    left: -56px;
    -webkit-transform: none;
    transform: none;
  }
  .container-about-section:nth-child(even) .container-about-section__content {
    padding-right: 0;
  }
  .container-about-section__picture-container {
    width: auto;
  }
  .container-about-section__content {
    padding-top: 30px;
    padding-left: 0;
  }
  .container-about-section__subtitle {
    font-size: 12px;
  }
  .container-about-section__title {
    margin-top: 12px;
    font-size: 19px;
  }
  .container-about-section__description-label {
    box-shadow: 0 -18px 0 0 rgba(255, 255, 255, 0.2) inset;
  }
  .container-about-link-container {
    display: block;
    padding-top: 56px;
  }
  .container-about-link-container:before {
    height: 95px;
    left: -56px;
    width: 100vw;
    -webkit-transform: none;
    transform: none;
  }
  .container-about-link {
    width: auto;
    padding: 28px 0 24px;
    margin-top: 10px;
  }
  .container-about-link:after {
    top: 28px;
    right: -11px;
    width: 22px;
    height: 22px;
    background-image: url(/assets/img/about_v2/button.sp.svg);
  }
  .container-about-link:hover:after {
    right: -22px;
    width: 44px;
    height: 44px;
    background-image: url(/assets/img/about_v2/button_hover.sp.svg);
  }
  .container-about-link__title {
    margin-top: -4px;
    font-size: 30px;
  }
  .container-about-link__content {
    font-family: effra, sans-serif;
    font-size: 12px;
    padding-right: 44px;
  }
  .about-banner-container {
    padding: 0 22px 0 56px;
  }
  .about-banner {
    margin: 46px 0 92px;
    padding: 28px 0;
  }
  .about-banner .only-sp {
    display: block;
  }
  .about-banner .only-pc {
    display: none;
  }
  .about-banner:after {
    bottom: 12px;
    right: -11px;
    width: 22px;
    height: 22px;
    background-image: url(/assets/img/about_v2/button.sp.svg);
  }
  .about-banner:hover:after {
    right: -22px;
    width: 44px;
    height: 44px;
    background-image: url(/assets/img/about_v2/button_hover.sp.svg);
  }
  .about-banner--black:after {
    background-image: url(/assets/img/about_v2/button_black.sp.svg);
  }
  .about-banner--black:hover:after {
    background-image: url(/assets/img/about_v2/button_hover_black.sp.svg);
  }
  .about-banner__description {
    font-size: 10px;
  }
  .about-banner__title {
    line-height: 0.9em;
    font-size: 48px;
    max-width: 156px;
    margin-top: 32px;
    letter-spacing: 0.08em;
  }
}
@media (min-width: 1174px) {
  .container-about,
  .container-about-section-container {
    width: 72.9577465vw;
    max-width: 1140px;
  }
}
