@charset "UTF-8";
.l-content202204 .p-index {
  background-color: #041D41;
  margin-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index {
    margin-bottom: 80px;
  }
}

.l-content202204 .p-index__info {
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .l-content202204 .p-index__info {
    border-bottom: 1px solid #adadad;
  }
}

.l-content202204 .p-index__info.is-hidden {
  display: none;
}

.l-content202204 .p-index__info__list {
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__info__list {
    padding-right: 25px;
  }
}

.l-content202204 .p-index__info__list__item {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__info__list__item {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__info__list__item:not(:first-child) {
    margin-top: 6px;
  }
}

.l-content202204 .p-index__info__list__link {
  font-size: 13px;
  line-height: 1.5;
  display: inline-block;
  padding: 2px 0;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__info__list__link {
    font-size: 12px;
  }
}

.l-content202204 .p-index__info__list__link::after {
  content: "";
  display: inline-block;
  border-color: #CC0000;
  border-style: solid;
  border-width: 0 1px 1px 0;
  width: 9px;
  height: 9px;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: -1px;
}

.l-content202204 .p-index__info__list__link:hover {
  text-decoration: underline;
}

.l-content202204 .p-index__info__btn {
  color: inherit;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #000;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.l-content202204 .p-index__info__btn__bar {
  background-color: #000;
  width: 14px;
  height: 1px;
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  transition: background 0.3s ease;
}

.l-content202204 .p-index__info__btn__bar:nth-of-type(1) {
  top: calc(50% - 7px);
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}

.l-content202204 .p-index__info__btn__bar:nth-of-type(2) {
  top: calc(50% + 7px);
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}

.l-content202204 .p-index__splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  justify-content: center;
  align-items: center;
}

.l-content202204 .p-index__splash.is-active {
  display: flex;
}

@media screen and (min-width: 769px) {
  .l-content202204 .p-index__splash {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__splash {
    position: absolute;
  }
}

.l-content202204 .p-index__splash.is-siteloaded .p-index__splash__bg {
  opacity: 0;
}

.l-content202204 .p-index__splash.is-siteloaded .p-index__splash__logo {
  opacity: 0;
}

.l-content202204 .p-index__splash.is-siteloaded .p-index__splash__logo::before {
  width: 0;
}

.l-content202204 .p-index__splash.is-finished {
  visibility: hidden;
  pointer-events: none;
}

.l-content202204 .p-index__splash__bg {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: opacity .5s 3.8s ease;
}

.l-content202204 .p-index__splash__logo {
  position: relative;
  z-index: 1;
  width: 360px;
  transition: opacity .6s 2.75s ease;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-index__splash__logo {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__splash__logo {
    width: 180px;
  }
}

.l-content202204 .p-index__splash__logo::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  transition: width 0.7s 1s cubic-bezier(0.65, 0.13, 0.56, 0.97);
}

.l-content202204 .p-index__splash__logo img {
  width: 100%;
  height: auto;
  max-width: inherit;
}

.l-content202204 .p-index__hero {
  position: relative;
}

.l-content202204 .p-index__hero::before {
  content: "";
  background: linear-gradient(to bottom, #131c05 0%, rgba(19, 28, 5, 0) 100%);
  width: 100%;
  height: 130px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .4;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__hero::before {
    height: 90px;
  }
}

.l-content202204 .p-index__hero::after {
  content: "";
  background: linear-gradient(to top, #041d42 0%, rgba(4, 29, 66, 0.75) 55%, rgba(4, 29, 66, 0) 100%);
  width: 100%;
  height: 180px;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__hero::after {
    height: 90px;
    background: linear-gradient(to top, #041d42 70%, rgba(4, 29, 66, 0.95) 80%, rgba(4, 29, 66, 0) 100%);
  }
}

.l-content202204 .p-index__hero__top {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__hero__top {
    padding-top: 100%;
  }
}

.l-content202204 .p-index__hero__video {
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.l-content202204 .p-index__hero__inner {
  width: 100%;
  padding: 0 6.2225475842%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-index__hero__inner {
    padding: 0 5.3333333333%;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__hero__inner {
    z-index: 3;
    position: static;
  }
}

.l-content202204 .p-index__hero__bg {
  width: 100%;
}

.l-content202204 .p-index__hero__title {
  text-align: center;
  margin-top: 23%;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__hero__title {
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.l-content202204 .p-index__hero__title__img {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__hero__title__img {
    width: 92%;
  }
}

.l-content202204 .p-index__hero__footer {
  position: relative;
  text-align: center;
  margin-top: 48%;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__hero__footer {
    margin-top: 10px;
  }
}

.l-content202204 .p-index__hero__footer__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.l-content202204 .p-index__hero__footer__btn::before {
  display: none;
}

.l-content202204 .p-index__hero__footer__btn .icon-sound {
  margin-left: 12px;
  display: block;
}

.l-content202204 .p-index__hero__footer__btn .icon-sound g {
  transition: fill 0.3s ease, background 0.3s ease;
}

.l-content202204 .p-index__hero__footer__btn:hover .icon-sound g {
  fill: #000;
}

.l-content202204 .p-index__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
}

.l-content202204 .p-index__modal.__lg .p-index__modal__panel {
  max-width: 1400px;
}

@media screen and (min-width: 1025px) and (max-height: 750px) {
  .l-content202204 .p-index__modal.__lg .p-index__modal__panel {
    max-width: 990px;
  }
}

@media screen and (min-width: 1025px) {
  .l-content202204 .p-index__modal.__lg .p-index__modal__close {
    top: 0;
    right: -45px;
  }
}

.l-content202204 .p-index__modal.is-active {
  display: flex;
}

.l-content202204 .p-index__modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
}

.l-content202204 .p-index__modal__panel {
  width: calc(100% - 40px);
  max-width: 1200px;
  position: relative;
}

@media screen and (min-width: 1025px) and (max-height: 750px) {
  .l-content202204 .p-index__modal__panel {
    max-width: 800px;
  }
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-index__modal__panel {
    max-width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__modal__panel {
    width: calc(100% - 20px);
  }
}

.l-content202204 .p-index__modal__frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  z-index: 100;
}

.l-content202204 .p-index__modal__frame .p-index__modal__video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.l-content202204 .p-index__modal__frame .vjs-big-play-button {
  margin: auto;
}

.l-content202204 .p-index__modal__frame iframe {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.l-content202204 .p-index__modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -45px;
  cursor: pointer;
  z-index: 100;
}

.l-content202204 .p-index__modal__close__bar {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
}

.l-content202204 .p-index__modal__close__bar:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.l-content202204 .p-index__modal__close__bar:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.l-content202204 .p-index__introduction {
  margin-top: -7%;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-index__introduction {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__introduction {
    margin-top: 50px;
  }
}

.l-content202204 .p-index__introduction__inner {
  padding: 0 2.9282576867%;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-index__introduction__inner {
    padding: 0 10.6666666667%;
  }
}

.l-content202204 .p-index__introduction__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-index__introduction__list {
    display: block;
  }
}

.l-content202204 .p-index__introduction__list__item {
  flex: 0 0 32%;
  margin-right: 2%;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-index__introduction__list__item {
    margin-right: 0;
  }
}

.l-content202204 .p-index__introduction__list__item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-index__introduction__list__item:not(:first-child) {
    margin: 30px 0 0;
  }
}

.l-content202204 .p-index__introduction__list__item--environment .p-index__introduction__list__category__text {
  background-image: linear-gradient(to right, white 0%, white 50%, #fde731 60%, #15ffff 75%, #0d4cff 90%, white 100%);
}

.l-content202204 .p-index__introduction__list__item--environment .p-index__introduction__list__bar {
  background: linear-gradient(to right, #0d4cff 0%, #15ffff 50%, #fde731 100%);
}

.l-content202204 .p-index__introduction__list__item--safety .p-index__introduction__list__category__text {
  background-image: linear-gradient(to right, white 0%, white 50%, #fde731 60%, #0d4cff 75%, #15ffff 90%, white 100%);
}

.l-content202204 .p-index__introduction__list__item--safety .p-index__introduction__list__bar {
  background: linear-gradient(to right, #15ffff 0%, #0d4cff 50%, #fde731 100%);
}

.l-content202204 .p-index__introduction__list__item--future .p-index__introduction__list__category__text {
  background-image: linear-gradient(to right, white 0%, white 50%, #0d4cff 60%, #fde731 75%, #15ffff 90%, white 100%);
}

.l-content202204 .p-index__introduction__list__item--future .p-index__introduction__list__bar {
  background: linear-gradient(to right, #15ffff 0%, #fde731 50%, #0d4cff 100%);
}

.l-content202204 .p-index__introduction__list__item--direction .p-index__introduction__list__category__text {
  background-image: linear-gradient(to right, white 0%, white 50%, #15ffff 60%, #fde731 75%, #0d4cff 90%, white 100%);
}

.l-content202204 .p-index__introduction__list__item--direction .p-index__introduction__list__bar {
  background: linear-gradient(to right, #0d4cff 0%, #fde731 50%, #15ffff 100%);
}

.l-content202204 .p-index__introduction__list__item.is-animate .p-index__introduction__list__category__text {
  -webkit-animation: text-animation 4s 1s forwards;
          animation: text-animation 4s 1s forwards;
}

.l-content202204 .p-index__introduction__list__link {
  padding-top: 8px;
  display: block;
  position: relative;
  overflow: hidden;
}

.l-content202204 .p-index__introduction__list__link::before {
  content: "";
  background: linear-gradient(to top, rgba(4, 29, 66, 0) 0%, #041d42 26.6%, #041d42 100%);
  width: 100%;
  height: 70px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.l-content202204 .p-index__introduction__list__link:hover .p-index__introduction__list__img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
          transform: translate3d(-50%, -50%, 0) scale(1.05);
}

.l-content202204 .p-index__introduction__list__category {
  font-size: 26px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 2;
  -webkit-transform: scale(1.15, 1);
          transform: scale(1.15, 1);
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__introduction__list__category {
    font-size: 24px;
  }
}

.l-content202204 .p-index__introduction__list__category__text {
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
  display: inline-block;
}

@-webkit-keyframes text-animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: -200% 50%;
  }
}

@keyframes text-animation {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: -200% 50%;
  }
}

.l-content202204 .p-index__introduction__list__inner {
  height: 0;
  padding-top: 75%;
  display: block;
  position: relative;
  overflow: hidden;
}

.l-content202204 .p-index__introduction__list__inner::before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.8) 70%, #000 100%);
  width: 100%;
  height: 36.6666666667%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.l-content202204 .p-index__introduction__list__img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.l-content202204 .p-index__introduction__list__body {
  color: #fff;
  width: 100%;
  padding: 20px 6.2189054726%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__introduction__list__body {
    padding: 12px;
  }
}

.l-content202204 .p-index__introduction__list__title {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__introduction__list__title {
    font-size: 15px;
    letter-spacing: 0.02em;
  }
}

.l-content202204 .p-index__introduction__list__bar {
  width: 100%;
  height: 3px;
  margin-top: 12px;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__introduction__list__bar {
    margin-top: 5px;
  }
}

.l-content202204 .p-index__introduction__footer {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__introduction__footer {
    margin-top: 35px;
  }
}

.l-content202204 .p-index__products {
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__products {
    padding: 90px 0;
    position: relative;
  }
  .l-content202204 .p-index__products::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.27);
    width: 92%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: block;
  }
}

.l-content202204 .p-index__products__title {
  color: #fff;
  text-align: center;
}

.l-content202204 .p-index__products__title__en {
  font-size: 45px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.1111111111;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__products__title__en {
    font-size: 26px;
  }
}

.l-content202204 .p-index__products__title__ja {
  font-size: 32px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__products__title__ja {
    font-size: 20px;
  }
}

.l-content202204 .p-index__products__content {
  margin-top: 60px;
}

@media screen and (max-width: 1280px) {
  .l-content202204 .p-index__products__content {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-index__products__content {
    width: inherit;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__products__content {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__products__slider {
    display: none;
  }
}

.l-content202204 .p-index__products__slider__link {
  height: 0;
  padding-top: 36.5%;
  display: block;
  position: relative;
  overflow: hidden;
}

.l-content202204 .p-index__products__slider__link:hover .p-index__products__slider__img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
          transform: translate3d(-50%, -50%, 0) scale(1.05);
}

.l-content202204 .p-index__products__slider__text {
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}

.l-content202204 .p-index__products__slider__text.__auto {
  color: #fff;
  right: 4.39238653%;
}

.l-content202204 .p-index__products__slider__text.__marine, .l-content202204 .p-index__products__slider__text.__power, .l-content202204 .p-index__products__slider__text.__jet {
  color: #fff;
  left: 11.7130307467%;
}

.l-content202204 .p-index__products__slider__text.__jet {
  text-shadow: 0px 3px 20px #266d89;
}

.l-content202204 .p-index__products__slider__text.__motor {
  color: #fff;
  left: 11.7130307467%;
}

.l-content202204 .p-index__products__slider__text.__aeroengine {
  right: 11.7130307467%;
}

.l-content202204 .p-index__products__slider__text.__mobilityservice {
  right: 6.588579795%;
}

.l-content202204 .p-index__products__slider__text__en {
  font-size: 4.5vw;
  display: block;
}

.l-content202204 .p-index__products__slider__text__ja {
  font-size: 1.6vw;
  margin-top: 4.5%;
  display: block;
}

.l-content202204 .p-index__products__slider__img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.l-content202204 .p-index__products__nav {
  display: flex;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__products__nav {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.l-content202204 .p-index__products__nav__item {
  flex: 0 0 16.6666666667%;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__products__nav__item {
    flex: 0 0 50%;
  }
}

.l-content202204 .p-index__products__nav__link {
  display: block;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__products__nav__link::after {
    content: "";
    width: 100%;
    height: 27%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__products__nav__link.__grdBlack::after {
    background: linear-gradient(to top, rgba(8, 8, 8, 0.7) 0%, rgba(2, 2, 2, 0) 100%);
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__products__nav__link.__grdBlue::after {
    background: linear-gradient(to top, rgba(0, 67, 80, 0.7) 0%, rgba(0, 67, 80, 0) 100%);
  }
}

.l-content202204 .p-index__products__nav__fig {
  height: 0;
  padding-top: 55.8974358974%;
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__products__nav__fig {
    padding-top: 100%;
  }
}

.l-content202204 .p-index__products__nav__fig__img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.l-content202204 .p-index__products__nav__title {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  margin-top: 8px;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-index__products__nav__title {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__products__nav__title {
    font-size: 16px;
    width: 100%;
    position: absolute;
    bottom: 12px;
    display: block;
    z-index: 10;
  }
}

.l-content202204 .p-index__products__btn {
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__products__btn {
    margin-top: 65px;
  }
}

.l-content202204 .p-index__products__footer {
  padding: 0 5.8565153734%;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__products__footer {
    padding: 0 5.3333333333%;
  }
}

.l-content202204 .p-index__products__footer__inner {
  border-top: 1px solid rgba(255, 255, 255, 0.27);
  margin-top: 80px;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__products__footer__inner {
    margin-top: 50px;
    padding-top: 50px;
  }
}

.l-content202204 .p-index__products__footer__link {
  display: block;
  height: 0;
  padding-top: 13.3779264214%;
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__products__footer__link {
    padding-top: 27.5362318841%;
  }
}

.l-content202204 .p-index__products__footer__link::before {
  content: "";
  background: url(/common/202204/img/icon-expand-w.svg) no-repeat 0 0/contain;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.l-content202204 .p-index__products__footer__link:hover .p-index__products__footer__img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
          transform: translate3d(-50%, -50%, 0) scale(1.05);
}

.l-content202204 .p-index__products__footer__img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.l-content202204 .p-index__hondastories {
  background-color: #fff;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__hondastories {
    padding: 90px 0;
  }
}

.l-content202204 .p-index__hondastories__title {
  text-align: center;
}

.l-content202204 .p-index__hondastories__title__img {
  width: 350px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__hondastories__title__img {
    width: 72.8358208955%;
  }
}

.l-content202204 .p-index__hondastories__articles {
  margin-top: 50px;
  display: flex;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__hondastories__articles {
    margin-top: 70px;
    display: block;
  }
}

.l-content202204 .p-index__hondastories__articles__dots {
  width: 100%;
  position: absolute;
  bottom: calc(100% + 25px);
  display: flex;
  justify-content: center;
}

.l-content202204 .p-index__hondastories__articles__dots li {
  width: 18px;
  height: 18px;
  padding: 5px;
}

.l-content202204 .p-index__hondastories__articles__dots li::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: block;
}

.l-content202204 .p-index__hondastories__articles__dots li.slick-active::before {
  background: #000;
}

.l-content202204 .p-index__hondastories__articles__dots button {
  display: none;
}

.l-content202204 .p-index__hondastories__articles__arrow {
  width: 15px;
  height: 15px;
  position: absolute;
  top: auto;
  bottom: calc(100% + 27px);
  -webkit-transform: none;
          transform: none;
  z-index: 20;
}

.l-content202204 .p-index__hondastories__articles__arrow::before {
  content: "";
  display: inline-block;
  border-color: #000;
  border-style: solid;
  border-width: 0 1px 1px 0;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: border-color 0.3s ease;
}

.l-content202204 .p-index__hondastories__articles__arrow.next {
  right: 4%;
  left: auto;
}

.l-content202204 .p-index__hondastories__articles__arrow.next::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
}

.l-content202204 .p-index__hondastories__articles__arrow.prev {
  right: auto;
  left: 4%;
}

.l-content202204 .p-index__hondastories__articles__arrow.prev::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 0;
}

.l-content202204 .p-index__hondastories__articles__item {
  flex: 0 0 32.6%;
  margin-right: 1.1%;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__hondastories__articles__item {
    margin-right: 0;
  }
}

.l-content202204 .p-index__hondastories__articles__item:nth-child(3) {
  margin-right: 0;
}

.l-content202204 .p-index__hondastories__articles__link {
  display: block;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__hondastories__articles__link {
    margin: 0 7px;
  }
}

.l-content202204 .p-index__hondastories__articles__link:hover .p-index__hondastories__articles__fig__img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
          transform: translate3d(-50%, -50%, 0) scale(1.05);
}

.l-content202204 .p-index__hondastories__articles__link:hover .p-index__hondastories__articles__title {
  color: #8a8a8a;
}

.l-content202204 .p-index__hondastories__articles__fig {
  box-shadow: 0 0 0 1px #adadad inset;
}

.l-content202204 .p-index__hondastories__articles__fig__inner {
  height: 0;
  padding-top: 56.2222222222%;
  display: block;
  position: relative;
  overflow: hidden;
}

.l-content202204 .p-index__hondastories__articles__fig__img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.l-content202204 .p-index__hondastories__articles__content {
  padding: 10px 20px 0;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__hondastories__articles__content {
    padding: 10px 4% 0;
  }
}

.l-content202204 .p-index__hondastories__articles__data {
  display: flex;
  align-items: center;
}

.l-content202204 .p-index__hondastories__articles__date {
  color: #696969;
  font-size: 11px;
}

.l-content202204 .p-index__hondastories__articles__category {
  font-size: 13px;
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.l-content202204 .p-index__hondastories__articles__category::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  display: block;
}

.l-content202204 .p-index__hondastories__articles__category.__future::before {
  background-image: url(/common/202204/img/icon-hondastories_future.png);
}

.l-content202204 .p-index__hondastories__articles__category.__special::before {
  background-image: url(/common/202204/img/icon-hondastories_special.png);
}

.l-content202204 .p-index__hondastories__articles__category.__safety::before {
  background-image: url(/common/202204/img/icon-hondastories_safety.png);
}

.l-content202204 .p-index__hondastories__articles__category.__environment::before {
  background-image: url(/common/202204/img/icon-hondastories_environment.png);
}

.l-content202204 .p-index__hondastories__articles__category.__mind::before {
  background-image: url(/common/202204/img/icon-hondastories_mind.png);
}

.l-content202204 .p-index__hondastories__articles__title {
  font-size: 15px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 4px;
  transition: color 0.8s ease;
}

.l-content202204 .p-index__hondastories__footer {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__hondastories__footer {
    margin-top: 40px;
  }
}

.l-content202204 .p-index__news {
  background-color: #fff;
}

.l-content202204 .p-index__news__inner {
  border-top: 1px solid #000;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__news__inner {
    padding-top: 90px;
  }
}

.l-content202204 .p-index__news__title {
  text-align: center;
}

.l-content202204 .p-index__news__title__en {
  font-size: 45px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.1111111111;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__news__title__en {
    font-size: 26px;
  }
}

.l-content202204 .p-index__news__articlesMain {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-index__news__articlesMain {
    margin: 70px 0 0;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__news__articlesMain__wrapper .l-container {
    padding: 0;
  }
}

@media screen and (min-width: 1025px) {
  .l-content202204 .p-index__news__articlesMain__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    -webkit-column-gap: 3.3333333333%;
       -moz-column-gap: 3.3333333333%;
            column-gap: 3.3333333333%;
    row-gap: 40px;
    grid-template-areas: "blk01 blk02" "blk01 blk03";
  }
}

.l-content202204 .p-index__news__articlesMain__dots {
  width: 100%;
  position: absolute;
  bottom: calc(100% + 25px);
  display: flex;
  justify-content: center;
}

.l-content202204 .p-index__news__articlesMain__dots li {
  width: 18px;
  height: 18px;
  padding: 5px;
}

.l-content202204 .p-index__news__articlesMain__dots li::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: block;
}

.l-content202204 .p-index__news__articlesMain__dots li.slick-active::before {
  background: #000;
}

.l-content202204 .p-index__news__articlesMain__dots button {
  display: none;
}

.l-content202204 .p-index__news__articlesMain__arrow {
  width: 15px;
  height: 15px;
  position: absolute;
  top: auto;
  bottom: calc(100% + 27px);
  -webkit-transform: none;
          transform: none;
  z-index: 20;
}

.l-content202204 .p-index__news__articlesMain__arrow::before {
  content: "";
  display: inline-block;
  border-color: #000;
  border-style: solid;
  border-width: 0 1px 1px 0;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: border-color 0.3s ease;
}

.l-content202204 .p-index__news__articlesMain__arrow.next {
  right: 4%;
  left: auto;
}

.l-content202204 .p-index__news__articlesMain__arrow.next::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
}

.l-content202204 .p-index__news__articlesMain__arrow.prev {
  right: auto;
  left: 4%;
}

.l-content202204 .p-index__news__articlesMain__arrow.prev::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 0;
}

.l-content202204 .p-index__news__articlesMain__item.__full {
  grid-area: blk01;
}

@media screen and (min-width: 1025px) {
  .l-content202204 .p-index__news__articlesMain__item.__full .p-index__news__articlesMain__link {
    display: block;
  }
  .l-content202204 .p-index__news__articlesMain__item.__full .p-index__news__articlesMain__content {
    padding-left: 0;
  }
  .l-content202204 .p-index__news__articlesMain__item.__full .p-index__news__articlesMain__header {
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .l-content202204 .p-index__news__articlesMain__item.__full .p-index__news__articlesMain__pickup {
    margin-right: 10px;
  }
  .l-content202204 .p-index__news__articlesMain__item.__full .p-index__news__articlesMain__info {
    margin: 0;
  }
  .l-content202204 .p-index__news__articlesMain__item.__full .p-index__news__articlesMain__title {
    font-size: 18px;
  }
}

.l-content202204 .p-index__news__articlesMain__item:nth-child(2) {
  grid-area: blk02;
  align-self: start;
}

.l-content202204 .p-index__news__articlesMain__item:nth-child(3) {
  grid-area: blk03;
  align-self: start;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-index__news__articlesMain__item:not(:first-child) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__news__articlesMain__item:not(:first-child) {
    margin-top: 0;
  }
}

.l-content202204 .p-index__news__articlesMain__link {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-index__news__articlesMain__link {
    display: block;
    margin: 0 7px;
  }
}

.l-content202204 .p-index__news__articlesMain__link:hover .p-index__news__articlesMain__fig__img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
          transform: translate3d(-50%, -50%, 0) scale(1.05);
}

.l-content202204 .p-index__news__articlesMain__item__inner {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-index__news__articlesMain__item__inner {
    display: block;
  }
}

.l-content202204 .p-index__news__articlesMain__fig {
  flex: 0 0 55.8620689655%;
  position: relative;
  box-shadow: 0 0 0 1px #adadad inset;
}

.l-content202204 .p-index__news__articlesMain__fig__inner {
  height: 0;
  padding-top: 56.25%;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: -1;
}

.l-content202204 .p-index__news__articlesMain__fig__img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.l-content202204 .p-index__news__articlesMain__content {
  flex: 1;
  padding-left: 20px;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-index__news__articlesMain__content {
    margin-top: 10px;
    padding-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-index__news__articlesMain__header {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__news__articlesMain__header {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__news__articlesMain__pickup {
    display: block;
  }
}

.l-content202204 .p-index__news__articlesMain__pickup__text {
  color: #041D41;
  font-size: 14px;
  color: #fff;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  background-color: #36353b;
  padding: 5px 10px;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-index__news__articlesMain__pickup__text {
    font-size: 12px;
    padding: 3px 5px;
  }
}

.l-content202204 .p-index__news__articlesMain__info {
  margin-top: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-index__news__articlesMain__info {
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__news__articlesMain__info {
    margin: 4px 0 0;
  }
}

.l-content202204 .p-index__news__articlesMain__date {
  font-size: 13px;
  line-height: 1.3;
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-index__news__articlesMain__date {
    font-size: 12px;
  }
}

.l-content202204 .p-index__news__articlesMain__category {
  font-size: 12px;
  line-height: 1.3;
  border: 1px solid #36353b;
  padding: 3px;
}

.l-content202204 .p-index__news__articlesMain__title {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.625;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .l-content202204 .p-index__news__articlesMain__title {
    font-size: 15px;
    margin-top: 5px;
  }
}

.l-content202204 .p-index__news__articlesMain__movie {
  flex: 0 0 55.8620689655%;
}

.l-content202204 .p-index__news__articlesMain__movie__inner {
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.l-content202204 .p-index__news__articlesMain__movie__inner iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.l-content202204 .p-index__news__release {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__news__release {
    margin-top: 50px;
  }
}

.l-content202204 .p-index__news__release__title {
  font-size: 22px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__news__release__title {
    font-size: 18px;
  }
}

.l-content202204 .p-index__news__release__articles {
  margin: 50px 0 -40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__news__release__articles {
    margin: 30px 0 0;
    display: block;
  }
}

.l-content202204 .p-index__news__release__articles__item {
  margin-bottom: 40px;
  flex: 0 0 48.3333333333%;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__news__release__articles__item {
    margin-bottom: 0;
  }
  .l-content202204 .p-index__news__release__articles__item:not(:first-child) {
    margin-top: 30px;
  }
}

.l-content202204 .p-index__news__release__articles__link {
  display: flex;
  align-items: flex-start;
}

.l-content202204 .p-index__news__release__articles__link:hover .p-index__news__release__articles__title {
  text-decoration: underline;
}

.l-content202204 .p-index__news__release__articles__col-l {
  flex: 0 0 18.1034482759%;
  min-width: 105px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__news__release__articles__col-l {
    flex: 0 0 120px;
    min-width: inherit;
  }
}

.l-content202204 .p-index__news__release__articles__dateSp {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__news__release__articles__dateSp {
    font-size: 11px;
    margin-top: 5px;
    display: block;
  }
}

.l-content202204 .p-index__news__release__articles__fig {
  box-shadow: 0 0 0 1px #adadad inset;
}

.l-content202204 .p-index__news__release__articles__fig__inner {
  height: 0;
  padding-top: 56.25%;
  display: block;
  position: relative;
  overflow: hidden;
}

.l-content202204 .p-index__news__release__articles__fig__img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.l-content202204 .p-index__news__release__articles__col-r {
  flex: 1;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__news__release__articles__col-r {
    padding-left: 15px;
  }
}

.l-content202204 .p-index__news__release__articles__data {
  display: flex;
  align-items: center;
}

.l-content202204 .p-index__news__release__articles__date {
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__news__release__articles__date {
    display: none;
  }
}

.l-content202204 .p-index__news__release__articles__category {
  font-size: 11px;
  border: 1px solid #000;
  padding: 3px 5px;
  margin-left: 10px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__news__release__articles__category {
    margin-left: 0;
  }
}

.l-content202204 .p-index__news__release__articles__title {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-top: 6px;
}

.l-content202204 .p-index__news__release__footer {
  text-align: center;
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__news__release__footer {
    margin-top: 30px;
  }
}

.l-content202204 .p-index__news__release__footer__text {
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__news__release__footer__text {
    font-size: 15px;
  }
}

.l-content202204 .p-index__newsOther {
  background-color: #fff;
}

.l-content202204 .p-index__newsOther__inner {
  border-top: 1px solid #ADADAD;
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__newsOther__inner {
    padding-top: 60px;
    display: block;
  }
}

.l-content202204 .p-index__newsOther__block {
  flex: 0 0 48.3333333333%;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__newsOther__block:not(:first-child) {
    margin-top: 70px;
  }
}

.l-content202204 .p-index__newsOther__block__title {
  font-size: 22px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__newsOther__block__title {
    font-size: 15px;
  }
}

.l-content202204 .p-index__newsOther__block__content {
  margin-top: 44px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__newsOther__block__content {
    margin-top: 24px;
  }
}

.l-content202204 .p-index__newsOther__block__footer {
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-index__newsOther__block__footer {
    margin-top: 40px;
  }
}
