.u-display--inline {
  display: inline;
}
.u-display--block {
  display: block;
}
.u-display--none {
  display: none;
}
.p-about-desc__title-image.mr20{
	margin-right:20px;
}
@media only screen and (min-width: 1280px) {
  .u-display-xl--inline {
    display: inline;
  }
  .u-display-xl--block {
    display: block;
  }
  .u-display-xl--none {
    display: none;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1279px) {
  .u-display-lg--inline {
    display: inline;
  }
  .u-display-lg--block {
    display: block;
  }
  .u-display-lg--none {
    display: none;
  }
}
@media only screen and (max-width: 1079px) {
  .u-display-md--inline {
    display: inline;
  }
  .u-display-md--block {
    display: block;
  }
  .u-display-md--none {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-display-sm--inline {
    display: inline;
  }
  .u-display-sm--block {
    display: block;
  }
  .u-display-sm--none {
    display: none;
  }
  .p-about-desc__title-image.mr20{
	margin-right:5px;
  }
}
@media only screen and (max-width: 374px) {
  .u-display-xs--inline {
    display: inline;
  }
  .u-display-xs--block {
    display: block;
  }
  .u-display-xs--none {
    display: none;
  }
}
.u-pointer-events--auto {
  pointer-events: auto;
}
.u-pointer-events--none {
  pointer-events: none;
}

.p-main-visual-movie {
  position: relative;
  width: 100%;
}
.p-main-visual-movie.is-loading:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 500;
  display: block;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background: url(/assets/img/common/loading_icon_blue.svg) no-repeat center center;
  background-size: 50px 50px;
  animation: loading 1s infinite linear;
}
.p-main-visual-movie__video {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: auto;
}
.p-main-visual-movie__video.is-active {
  opacity: 1;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-about-photo-slide__item--automation-center-01 {
  background-image: url(/html2014/2020/assets/about/imgs/center_img_tokyo.jpg);
}
.p-about-photo-slide__item--automation-center-02 {
  background-image: url(/html2014/2020/assets/about/imgs/center_img_tokyo-poc-lab.jpg);
}
.p-about-photo-slide__item--automation-center-03 {
  background-image: url(/html2014/2020/assets/about/imgs/center_img_global.jpg);
}
.p-about-photo-slide__item--core-factory-01 {
  background-image: url(/html2014/2020/assets/about/imgs/factory_img_ayabe.jpg?v=2023);
}
.p-about-photo-slide__item--core-factory-02 {
  background-image: url(/html2014/2020/assets/about/imgs/factory_img_kusatsu.jpg?v=2023);
}
.p-about-photo-slide__item--center-tokyo-01 {
  background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo_01.jpg?v=2023);
}
.p-about-photo-slide__item--center-tokyo-02 {
  background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo_02.jpg);
}
.p-about-photo-slide__item--center-tokyo-03 {
  background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo_03.jpg);
}
.p-about-photo-slide__item--center-tokyo-04 {
  background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo_04.jpg);
}
.p-about-photo-slide__item--center-tokyo-05 {
  background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo_05.jpg);
}
.p-about-photo-slide__item--center-tokyo-06 {
  background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo_06.jpg);
}
.p-about-photo-slide__item--center-tokyo-07 {
  background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo_07.jpg);
}
.p-about-photo-slide__item--center-tokyo-poc-lab-01 {
  background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo-poc-lab_01.jpg);
}
.p-about-photo-slide__item--center-tokyo-poc-lab-02 {
  background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo-poc-lab_02.jpg);
}
.p-about-photo-slide__item--center-tokyo-poc-lab-03 {
  background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo-poc-lab_03.jpg);
}
.p-about-photo-slide__item--center-tokyo-poc-lab-04 {
  background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo-poc-lab_04.jpg);
}
.p-about-photo-slide__item--center-tokyo-poc-lab-05 {
  background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo-poc-lab_05.jpg);
}
.p-about-photo-slide__item--center-tokyo-poc-lab-06 {
  background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo-poc-lab_06.jpg);
}

.p-about-photo__image-box--center-tokyo {
  background: url(/html2014/2020/assets/about/imgs/center_img_tokyo.jpg) no-repeat center center;
  background-size: cover;
}
.p-about-photo__image-box--center-tokyo-poc-lab {
  background: url(/html2014/2020/assets/about/imgs/center_img_tokyo-poc-lab.jpg) no-repeat center center;
  background-size: cover;
}
.p-about-photo__image-box--center-global {
  background: url(/html2014/2020/assets/about/imgs/center_img_global.jpg) no-repeat center center;
  background-size: cover;
}
.p-about-photo__image-box--factory-ayabe {
  background: url(/html2014/2020/assets/about/imgs/factory_img_ayabe.jpg?v=2023) no-repeat center center;
  background-size: cover;
}
.p-about-photo__image-box--factory-kusatsu {
  background: url(/html2014/2020/assets/about/imgs/factory_img_kusatsu.jpg?v=2023) no-repeat center center;
  background-size: cover;
}
.p-about-photo__image-box--factory-shanghai {
  background: url(/html2014/2020/assets/about/imgs/factory_img_shanghai.jpg) no-repeat center center;
  background-size: cover;
}
.p-about-photo__image-box--factory-netherlands {
  background: url(/html2014/2020/assets/about/imgs/factory_img_netherlands.jpg?v=2023) no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .p-about-photo-slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .p-about-photo-slide__item {
    height: 0;
    padding-top: 56%;
  }
  .p-about-photo-slide__item--automation-center-01 {
    background-image: url(/html2014/2020/assets/about/imgs/center_img_tokyo.jpg);
  }
  .p-about-photo-slide__item--automation-center-02 {
    background-image: url(/html2014/2020/assets/about/imgs/center_img_tokyo-poc-lab.jpg);
  }
  .p-about-photo-slide__item--automation-center-03 {
    background-image: url(/html2014/2020/assets/about/imgs/center_img_global.jpg);
  }
  .p-about-photo-slide__item--core-factory-01 {
    background-image: url(/html2014/2020/assets/about/imgs/factory_img_ayabe.jpg?v=2023);
  }
  .p-about-photo-slide__item--core-factory-02 {
    background-image: url(/html2014/2020/assets/about/imgs/factory_img_kusatsu.jpg?v=2023);
  }
  .p-about-photo-slide__item--center-tokyo-01 {
    background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo_01.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-02 {
    background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo_02.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-03 {
    background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo_03.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-04 {
    background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo_04.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-05 {
    background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo_05.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-06 {
    background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo_06.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-07 {
    background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo_07.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-poc-lab-01 {
    background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo-poc-lab_01.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-poc-lab-02 {
    background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo-poc-lab_02.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-poc-lab-03 {
    background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo-poc-lab_03.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-poc-lab-04 {
    background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo-poc-lab_04.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-poc-lab-05 {
    background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo-poc-lab_05.jpg);
  }
  .p-about-photo-slide__item--center-tokyo-poc-lab-06 {
    background-image: url(/html2014/2020/assets/about/imgs/slide_img_tokyo-poc-lab_06.jpg);
  }
}
.p-about-i-automation-desc {
  position: relative;
  color: #333333;
}
.p-about-i-automation-desc__outer {
  max-width: 1080px;
  width: 100%;
  padding: 112px 40px 96px;
  box-sizing: border-box;
  margin: 0 auto;
}
.p-about-i-automation-desc__logo {
  position: absolute;
  left: 0;
  top: 124px;
  width: 52%;
  text-align: center;
}
.p-about-i-automation-desc__logo-image {
  height: 40px;
  width: auto;
}
.p-about-i-automation-desc__inner {
  width: 48%;
  margin-left: auto;
}
.p-about-i-automation-desc__title {
  margin-bottom: 40px;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: .1rem;
}
.p-about-i-automation-desc__text {
  width: 100%;
  margin: 0 auto 40px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: .06rem;
}
.p-about-i-automation-desc__btn-box {
  position: absolute;
  left: 0;
  top: 198px;
  width: 52%;
}
.p-about-i-automation-desc__btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s background;
  width: 160px;
  height: 56px;
  margin: 0 auto;
  box-sizing: border-box;
  border: #E6E6E6 solid 1px;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  color: #333333;
}
.p-about-i-automation-desc__btn-link.is-hover:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.p-about-i-automation-desc__icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background: url(/html2014/2020/assets/about/img/btn_ico_play.svg) no-repeat center center;
  background-size: 18px 18px;
}

/* Notice: tablet */
@media only screen and (max-width: 1079px) {
  .p-about-i-automation-desc__outer {
    padding: 56px 20px;
  }
}
/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-about-i-automation-desc__outer {
    padding: 40px 20px;
  }
  .p-about-i-automation-desc__logo {
    position: static;
    width: 100%;
    margin-bottom: 24px;
  }
  .p-about-i-automation-desc__logo-image {
    height: 24px;
  }
  .p-about-i-automation-desc__inner {
    width: 100%;
    margin-left: 0;
  }
  .p-about-i-automation-desc__title {
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
  }
  .p-about-i-automation-desc__text {
    line-height: 1.57;
  }
  .p-about-i-automation-desc__btn-box {
    position: static;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-about-i-automation-desc__outer {
    padding: 40px 20px;
  }
  .p-about-i-automation-desc__logo {
    position: static;
    width: 100%;
    margin-bottom: 24px;
  }
  .p-about-i-automation-desc__logo-image {
    height: 24px;
  }
  .p-about-i-automation-desc__inner {
    width: 100%;
    margin-left: 0;
  }
  .p-about-i-automation-desc__title {
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
  }
  .p-about-i-automation-desc__text {
    line-height: 1.57;
  }
  .p-about-i-automation-desc__btn-box {
    position: static;
    width: 100%;
  }
}
.p-about-three-i {
  margin-bottom: 80px;
  padding: 120px 40px;
  box-sizing: border-box;
  background-color: #F5F5F5;
  color: #333333;
}
.p-about-three-i__title {
  margin-bottom: 32px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: .1rem;
  text-align: center;
}
.p-about-three-i__title-text {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.p-about-three-i__image {
  position: relative;
  top: 3px;
  width: 16px;
  height: auto;
}
.p-about-three-i__logo {
  display: block;
  width: auto;
  height: 32px;
  margin: 0 auto;
}
.p-about-three-i__illust-box {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.p-about-three-i__illust {
  width: 100%;
  height: auto;
}
.p-about-three-i__illust--sp {
  display: none;
}

/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-about-three-i {
    margin-bottom: 0;
    padding: 40px 20px;
  }
  .p-about-three-i__title-text {
    margin-bottom: 8px;
    line-height: 1.4;
  }
  .p-about-three-i__logo {
    height: 24px;
  }
  .p-about-three-i__illust--pc {
    display: none;
  }
  .p-about-three-i__illust--sp {
    display: inline;
  }
}
.p-about-i {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 405px;
  margin-bottom: 80px;
}
.p-about-i:last-of-type {
  margin-bottom: 0;
}
.p-about-i__video-box {
  position: relative;
  overflow: hidden;
  width: calc(100% - 560px);
  height: 405px;
  background: no-repeat center center;
  background-size: cover;
}
.p-about-i__video-box--integrated {
  background-image: url(/about/assets/img/integrated_bg.jpg);
}
.p-about-i__video-box--intelligent {
  background-image: url(/about/assets/img/intelligent_bg.jpg);
}
.p-about-i__video-box--interactive {
  background-image: url(/about/assets/img/interactive_bg.jpg);
}
.p-about-i__video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 102%;
  min-height: 100%;
  max-width: 102%;
}
.p-about-i__inner {
  width: 560px;
  padding-left: 72px;
  box-sizing: border-box;
}
.p-about-i__title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}
.p-about-i__title-en {
  font-family: 'Roboto', Helvetica, 'メイリオ', 'Meiryo', sans-serif;
  display: block;
  margin-right: 12px;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .1rem;
}
.p-about-i__title-jp {
  position: relative;
  bottom: 5px;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .08rem;
}
.p-about-i__catch {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  line-height: 1.33;
  letter-spacing: .1rem;
}
.p-about-i__text {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: .06rem;
}

/* Notice: PC-1080 */
@media only screen and (min-width: 1080px) and (max-width: 1279px) {
  .p-about-i__video {
    max-height: 100%;
    max-width: none;
  }
}
/* Notice: tablet */
@media only screen and (max-width: 1079px) {
  .p-about-i {
    margin-bottom: 40px;
  }
  .p-about-i:last-of-type {
    margin-bottom: 0;
  }
  .p-about-i__video-box {
    position: relative;
    overflow: hidden;
    width: calc(100% - 420px);
    height: 405px;
  }
  .p-about-i__video {
    max-height: 100%;
    max-width: none;
  }
  .p-about-i__inner {
    width: 420px;
    padding-left: 32px;
  }
}
/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-about-i {
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .p-about-i:last-of-type {
    margin-bottom: 0;
  }
  .p-about-i__video-box {
    overflow: visible;
    width: 100%;
    height: auto;
  }
  .p-about-i__video {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    min-width: auto;
    min-height: auto;
    max-height: none;
    max-width: none;
  }
  .p-about-i__inner {
    width: 100%;
    padding: 30px 20px 0;
  }
  .p-about-i__title {
    display: block;
    margin-bottom: 24px;
  }
  .p-about-i__title-en {
    margin: 0 0 12px;
    font-size: 2.8rem;
    text-align: center;
  }
  .p-about-i__title-jp {
    position: static;
    bottom: auto;
    text-align: center;
  }
  .p-about-i__catch {
    font-size: 1.8rem;
    text-align: center;
  }
}
.p-about-relation {
  max-width: 1080px;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  color: #333333;
}
.p-about-relation__title {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
  text-align: center;
}
.p-about-relation__list {
  display: flex;
  justify-content: space-between;
}
.p-about-relation__item {
  width: 22%;
}
.p-about-relation__link {
  display: block;
  transition: .3s opacity;
  color: #333333;
  text-decoration: none;
}
.p-about-relation__link.is-hover:hover {
  opacity: .7;
}
.p-about-relation__image-box {
  position: relative;
}
.p-about-relation__image-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: #E6E6E6 solid 1px;
}
.p-about-relation__text {
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}

/* Notice: Tablet */
/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-about-relation {
    padding: 0 20px;
  }
  .p-about-relation__title {
    margin-bottom: 24px;
  }
  .p-about-relation__list {
    flex-wrap: wrap;
  }
  .p-about-relation__item {
    width: calc(315 / 670 * 100%);
    margin-bottom: 20px;
  }
  .p-about-relation__text {
    font-size: 1.1rem;
    line-height: 1.45;
    letter-spacing: .04rem;
    text-align: center;
  }
}
.p-about-nav {
  max-width: 1080px;
  width: 100%;
  padding: 120px 40px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  color: #333333;
}
.p-about-nav__box {
  padding-right: 24px;
  box-sizing: border-box;
}
.p-about-nav__box:nth-of-type(1) {
    width: 110px;
}
.p-about-nav__box:nth-of-type(2) {
  	width: 110px;
}
.p-about-nav__box:nth-of-type(3) {
    width: 140px;
}
.p-about-nav__box:nth-of-type(4) {
  	width: 130px;
}
.p-about-nav__box:nth-of-type(5) {
    width: 320px;
}
.p-about-nav__box:nth-of-type(6) {
	width: 130px;
    margin-right: 0;
}
.p-about-nav__top {
  margin-bottom: 16px;
  padding-bottom: 8px;
  box-sizing: border-box;
  border-bottom: #E6E6E6 solid 1px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-about-nav__item {
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
}
.p-about-nav__item:last-child {
  margin-bottom: 0;
}
.p-about-nav__link {
  transition: .3s opacity;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #333333;
  text-decoration: none;
}
.p-about-nav__link.is-current {
  font-weight: bold;
}
.p-about-nav__link.is-hover:hover {
  opacity: .7;
}

/* Notice: Tablet */
@media only screen and (max-width: 1079px) {
  .p-about-nav {
    padding: 80px 20px 40px;
    display: block;
  }
  .p-about-nav__box {
    padding-right: 0;
  }
  .p-about-nav__box:nth-of-type(1) {
    width: 100%;
  }
  .p-about-nav__box:nth-of-type(2) {
    width: 100%;
  }
  .p-about-nav__box:nth-of-type(3) {
    width: 100%;
  }
  .p-about-nav__box:nth-of-type(4) {
    width: 100%;
  }
  .p-about-nav__box:nth-of-type(5) {
    width: 100%;
  }
  .p-about-nav__box:nth-of-type(6) {
    width: 100%;
  }
  .p-about-nav__top {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .p-about-nav__item {
    margin-bottom: 0;
    border-bottom: #E6E6E6 solid 1px;
  }
  .p-about-nav__link {
    display: flex;
    align-items: center;
    height: 40px;
    box-sizing: border-box;
  }
  .p-about-nav__link--child {
    padding-left: 24px;
  }
}
/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-about-nav {
    padding: 80px 20px 40px;
    display: block;
  }
  .p-about-nav__box {
    padding-right: 0;
  }
  .p-about-nav__box:nth-of-type(1) {
    width: 100%;
  }
  .p-about-nav__box:nth-of-type(2) {
    width: 100%;
  }
  .p-about-nav__box:nth-of-type(3) {
    width: 100%;
  }
  .p-about-nav__box:nth-of-type(4) {
    width: 100%;
  }
  .p-about-nav__box:nth-of-type(5) {
    width: 100%;
  }
  .p-about-nav__box:nth-of-type(6) {
    width: 100%;
  }
  .p-about-nav__top {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .p-about-nav__item {
    margin-bottom: 0;
    border-bottom: #E6E6E6 solid 1px;
  }
  .p-about-nav__link {
    display: flex;
    align-items: center;
    height: 40px;
    box-sizing: border-box;
  }
  .p-about-nav__link--child {
    padding-left: 24px;
  }
}
.p-video-modal {
  position: relative;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  color: #FFFFFF;
}
.p-video-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.p-video-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-video-modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20000;
  display: flex;
  justify-content: center;
  align-content: center;
  transform: translate(-50%, -52%);
  width: 100%;
  max-width: 860px;
  padding: 0 40px;
  box-sizing: border-box;
}
.p-video-modal__content-video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-video-modal__content-video {
  position: absolute;
}
.p-video-modal__content-close-btn {
  position: absolute;
  top: -30px;
  right: 40px;
  width: 73px;
  height: 12px;
}
.p-video-modal__content-close-btn-image {
  width: 73px;
  height: 12px;
}

/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-video-modal__content {
    max-width: 500px;
    padding: 0 20px;
  }
  .p-video-modal__content-close-btn {
    right: 20px;
  }
}
.p-scroll-slider {
  margin-bottom: 120px;
}
.p-scroll-slider .p-scroll-slider__header-title--big {
  margin-right: 8px;
  font-size: 2.4rem;
  line-height: 1.16;
}
.p-scroll-slider .p-scroll-slider__header-title--small {
  position: relative;
  top: 1px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .08rem;
}
.p-scroll-slider .p-scroll-slider__header-link:after {
  top: 6px;
}

/* Notice: SP-375 */
@media only screen and (max-width: 767px) {
  .p-scroll-slider {
    margin-bottom: 60px;
  }
  .p-scroll-slider .p-scroll-slider__header-title--big {
    font-size: 1.8rem;
    line-height: 1.33;
  }
  .p-scroll-slider .p-scroll-slider__header-title--small {
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
  }
}