@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");

:root {
  --s: 10px;
  --f: 10px;
}

@media screen and (max-width: 1440px) {
  :root {
    --s: 0.694vw;
    --f: 0.694vw;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --s: 2.56vw;
    --f: 2.56vw;
  }
}

body {
  overflow-x: clip !important;
  -webkit-font-smoothing: subpixel-antialiased;
}

.index202212 {
  overflow: hidden;
  padding-top: 64px;
  font-family: "Noto Sans JP", sans-serif;
  color: #002153;
  font-size: calc(var(--f) * 1.6);
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.09em;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-feature-settings: "palt";
  background: #FFFFFF;
}

/* 「Investor Relations」改行対策 */
@media screen and (min-width: 1024px) {
  .index202212 {
    padding-top: 128px;
  }
}

/* 「Investor Relations」改行対策 */
@media screen and (min-width: 1320px) {
  .index202212 {
    padding-top: 111px;
  }
}

.index202212 h1,
.index202212 h2,
.index202212 h3,
.index202212 h4,
.index202212 h5,
.index202212 h6,
.index202212 b,
.index202212 strong,
.index202212 dt,
.index202212 th {
  font-weight: 500;
}

.index202212 .pc {
  display: block;
}

.index202212 .sp {
  display: none;
}

.index202212 a {
  color: inherit;
}

.index202212 a,
.index202212 button,
.index202212 label {
  transition-duration: 300ms;
  text-decoration: none;
}

.index202212 a:hover,
.index202212 button:hover,
.index202212 label:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .index202212 {
    padding-top: 64px;
  }

  .index202212 .pc {
    display: none;
  }

  .index202212 .sp {
    display: block;
  }
}

.index202212 .index202212-topics__controls {
  border-top: 2px solid #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(var(--s) * 120) !important;
  max-width: calc(var(--s) * 120);
  padding: calc(var(--s) * 1) calc(var(--s) * 11.2) 0 calc(var(--s) * 11.2);
  margin: 0 calc(var(--s) * -10);
}

.index202212 .index202212-topics__player {
  display: flex;
  align-items: center;
}

.index202212 .swiper__prev,
.index202212 .swiper__next,
.index202212 .swiper__stop,
.index202212 .swiper__play {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0;
  outline: none;
  appearance: none;
  border: 1px solid #F1F1F1;
  border-radius: 50%;
  transition-duration: 300ms;
  perspective: 1000px;
  opacity: 0.7;
}

.index202212 .swiper__prev,
.index202212 .swiper__next {
  background: #F1F1F1 url(/index202212/img/slide-arrow.svg) center center/contain no-repeat;
}

.index202212 .swiper__prev {
  transform: scale(-1, 1);
}

.index202212 .swiper__stop {
  background: #F1F1F1 url(/index202212/img/slide-stop.svg) center center/contain no-repeat;
}

.index202212 .swiper__play {
  background: #F1F1F1 url(/index202212/img/slide-play.svg) center center/contain no-repeat;
  display: none;
}

.index202212 .swiper__prev:focus,
.index202212 .swiper__next:focus,
.index202212 .swiper__stop:focus,
.index202212 .swiper__play:focus {
  outline: 1px dotted;
}

.index202212 .swiper__prev:hover,
.index202212 .swiper__next:hover,
.index202212 .swiper__stop:hover,
.index202212 .swiper__play:hover {
  opacity: 1;
}

.index202212 .swiper__prev::before,
.index202212 .swiper__next::before,
.index202212 .swiper__stop::before,
.index202212 .swiper__play::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.index202212 .swiper__prev::before,
.index202212 .swiper__next::before {
  background: #F1F1F1 url(/index202212/img/slide-arrow-hover.svg) center center/contain no-repeat;
}

.index202212 .swiper__stop::before {
  background: #F1F1F1 url(/index202212/img/slide-stop-hover.svg) center center/contain no-repeat;
}

.index202212 .swiper__play::before {
  background: #F1F1F1 url(/index202212/img/slide-play-hover.svg) center center/contain no-repeat;
}

.index202212 .swiper__prev:hover::before,
.index202212 .swiper__next:hover::before,
.index202212 .swiper__stop:hover::before,
.index202212 .swiper__play:hover::before {
  opacity: 1;
}

.index202212 .swiper__pagination {
  position: relative;
  top: 0;
  display: flex;
}

.index202212 .swiper__pagination span.swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  width: calc(var(--s) * 2.8);
  height: calc(var(--s) * 2.8);
  margin: 0;
  background: none;
}

.index202212 .swiper__pagination span.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(var(--s) * 1.6);
  height: calc(var(--s) * 1.6);
  margin: auto;
  background: #F1F1F1;
  border-radius: 50%;
}

.index202212 .swiper__pagination span.swiper-pagination-bullet-active::before {
  background: #0093D7;
}

@media screen and (min-width: 768.02px) {
  .index202212 .swiper__pagination {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-topics__controls {
    padding: calc(var(--s) * 1.6) 0 0;
    margin-right: auto;
    margin-left: auto;
    width: 100% !important;
  }

  .index202212 .index202212-topics__player {
    width: 50%;
  }

  .index202212 .swiper__prev,
  .index202212 .swiper__next,
  .index202212 .swiper__stop,
  .index202212 .swiper__play {
    width: 7.111vw;
    height: 7.111vw;
  }

  .index202212 .swiper-pagination-bullets.swiper-pagination-horizontal.swiper__pagination {
    width: 50%;
  }

  .index202212 .swiper__pagination {
    justify-content: flex-end;
  }

  .index202212 .swiper__pagination span.swiper-pagination-bullet {
    position: relative;
    opacity: 1;
    width: calc(var(--s) * 2.4);
    height: calc(var(--s) * 2.4);
    margin: 0 !important;
    background: none;
  }

  .index202212 .swiper__pagination span.swiper-pagination-bullet::before {
    width: calc(var(--s) * 1.2);
    height: calc(var(--s) * 1.2);
    margin: auto;
  }
}

.index202212 .index202212-slidein--set {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  transition-duration: 800ms;
}

.index202212 .index202212-slidein--off {
  opacity: 0;
  transform: translateY(calc(var(--s) * 8));
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-slidein--off {
    transform: translateY(calc(var(--s) * 3.2));
  }
}

.index202212 .index202212-important {
  position: absolute;
  right: 0;
  left: 0;
  top: calc(78px + var(--s) * 6);
  z-index: 99;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(var(--s) * 106.8);
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.2);
  border-radius: calc(var(--s) * 0.8);
}

.index202212 .index202212-important__head {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(var(--f) * 1.4);
  font-weight: 700;
  color: #FFFFFF;
  background: #D63838;
}

.index202212 .index202212-important__head::before {
  content: "";
  width: calc(var(--s) * 2);
  aspect-ratio: 1/1;
  margin-right: calc(var(--s) * 0.8);
  background: url(../img/important.svg) center/contain no-repeat;
}

.index202212 .index202212-important__date {
  color: #FFFFFF;
  font-size: calc(var(--f) * 1.4);
  font-weight: 400;
}

.index202212 .index202212-important__link {
  display: block;
  margin: calc(var(--s) * 0.8) 0;
  color: #FFFFFF;
  font-size: calc(var(--f) * 1.4);
  font-weight: 700;
}

@media screen and (min-width: 768.02px) {
  .index202212 .index202212-important {
    padding: calc(var(--s) * 0.8) calc(var(--s) * 1.6) calc(var(--s) * 0.8) calc(var(--s) * 16.5);
  }

  .index202212 .index202212-important__head {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(var(--s) * 16.5);
    height: 100%;
  }

  .index202212 .index202212-important__date {
    width: calc(var(--s) * 10.6);
    padding-left: calc(var(--s) * 1);
  }

  .index202212 .index202212-important__link {
    width: calc(100% - var(--s) * 10.6);
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-important {
    top: calc(50px + 4vw);
    width: 91.8vw;
    padding-bottom: calc(var(--s) * 0.6);
  }

  .index202212 .index202212-important__head {
    width: 100%;
    padding: calc(var(--s) * 0.5) 0;
  }

  .index202212 .index202212-important__date {
    width: 100%;
    padding: calc(var(--s) * 1.2) 4vw 0;
    text-align: left;
    font-size: calc(var(--f) * 1.26);
    line-height: 1;
  }

  .index202212 .index202212-important__link {
    width: 100%;
    padding: 0 4vw;
  }
}

.index202212 .index202212-in2030 {
  padding: calc(var(--s) * 8) 0;
  color: #FFFFFF;
  background: #0093D7 url(/index202212/img/in2030-bg.svg) center top/contain no-repeat;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
}

.index202212 .index202212-in2030.index202212-slidein--set {
  transition-duration: 1200ms;
}

.index202212 .index202212-in2030 .index202212-slidein--set {
  transition-delay: 400ms;
}

.index202212 .index202212-in2030__head {
  text-align: center;
  width: calc(var(--s) * 100);
  margin: 0 auto;
  padding-bottom: calc(var(--s) * 4.4);
}

.index202212 .index202212-in2030__head b {
  position: relative;
  display: block;
  margin-bottom: 0.38em;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0 !important;
  font-size: calc(var(--f) * 6.4);
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.index202212 .index202212-in2030__head b::before {
  content: "";
  display: block;
  width: calc(var(--s) * 2.4);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #0093D7;
}

.index202212 .index202212-in2030__head small {
  display: block;
  color: #607696;
  font-size: calc(var(--f) * 2);
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-in2030__head b {
    font-size: calc(var(--f) * 3.6);
    margin-bottom: 0.3em;
  }

  .index202212 .index202212-in2030__head b::before {
    width: calc(var(--s) * 1.6);
  }

  .index202212 .index202212-in2030__head small {
    font-size: calc(var(--f) * 1.6);
  }
}

.index202212 .index202212-in2030__head b::before {
  margin: 0 auto calc(var(--s) * 1.6);
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-in2030__head {
    width: 91.8vw;
  }
}

.index202212 .index202212-in2030__head b::before {
  background: #FEF520;
}

.index202212 .index202212-in2030__head small {
  opacity: 0.8;
  color: inherit;
}

.index202212 .index202212-in2030__intro p {
  font-size: calc(var(--f) * 2);
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-in2030 {
    padding-top: calc(var(--s) * 6.6);
    padding-bottom: calc(var(--s) * 4);
    background-image: url(/index202212/img/in2030-bg-sp.svg);
  }

  .index202212 .index202212-in2030__head {
    padding-bottom: calc(var(--s) * 1.6);
  }

  .index202212 .index202212-in2030__intro {
    width: calc(var(--s) * 100);
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .index202212 .index202212-in2030__intro {
    width: 91.8vw;
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-in2030__intro p {
    font-size: calc(var(--f) * 1.5);
    line-height: 1.75;
    text-align: left;
  }
}

.index202212 .index202212-in2030__box {
  padding: calc(var(--s) * 6.4) 0 0;
  text-align: center;
}

.index202212 .index202212-in2030__box h3 {
  width: calc(var(--s) * 48.4);
  margin: 0 auto calc(var(--s) * 1.6);
  color: #FFFFFF;
  font-size: calc(var(--f) * 2);
  line-height: 2.6;
  font-weight: 700;
  border-radius: 1000px;
  background: #2EC77A;
}

.index202212 .index202212-in2030__box ul {
  display: flex;
  width: calc(var(--s) * 96);
  margin: 0 auto;
}

.index202212 .index202212-in2030__box ul li {
  width: 25%;
}

.index202212 .index202212-in2030__box ul strong {
  height: calc(var(--s) * 7);
}

.index202212 .index202212-in2030__box ul strong b {
  display: inline-block;
}

.index202212 .index202212-in2030__box ul strong b.en {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0 !important;
  font-weight: 700;
  font-size: calc(var(--f) * 5.6);
  line-height: calc(var(--s) * 7);
}

.index202212 .index202212-in2030__box ul strong b.ja {
  font-size: calc(var(--f) * 4.8);
  line-height: calc(var(--s) * 7);
  font-weight: 700;
}

.index202212 .index202212-in2030__box ul strong small {
  font-size: calc(var(--f) * 2);
  font-weight: 700;
}

.index202212 .index202212-in2030__box ul p {
  font-size: calc(var(--f) * 1.6);
  line-height: 1.25;
  font-weight: 700;
}

.index202212 .index202212-in2030__box ul p small {
  font-size: 0.75em;
}

.index202212 .index202212-in2030__box ul p small.notice {
  opacity: 0.7;
  font-size: calc(var(--f) * 1.1);
  font-weight: 400;
}

.index202212 .index202212-in2030__box--2 h3 {
  background: #FFBC58;
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-in2030__box {
    width: calc(var(--s) * 100);
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .index202212 .index202212-in2030__box {
    width: 91.8vw;
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-in2030__box h3 {
    width: calc(var(--s) * 34.2);
    margin-bottom: calc(var(--s) * 0.6);
    font-size: calc(var(--f) * 1.6);
    line-height: 3;
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-in2030__box ul {
    flex-wrap: wrap;
    width: calc(var(--s) * 32);
  }

  .index202212 .index202212-in2030__box ul li {
    width: 50%;
    margin-top: calc(var(--s) * 2);
  }

  .index202212 .index202212-in2030__box ul strong b.en {
    font-size: calc(var(--f) * 4);
  }

  .index202212 .index202212-in2030__box ul strong b.ja {
    font-size: calc(var(--f) * 3.2);
  }

  .index202212 .index202212-in2030__box ul strong small {
    font-size: calc(var(--f) * 1.4);
  }

  .index202212 .index202212-in2030__box ul p {
    font-size: calc(var(--f) * 1.4);
  }

  .index202212 .index202212-in2030__box ul p small {
    font-size: calc(var(--f) * 1);
  }
}

.index202212 .index202212-in2030__banner a {
  border-radius: calc(var(--s) * 1.6);
  overflow: hidden;
  display: block;
  width: calc(var(--s) * 69.8);
  margin: calc(var(--s) * 9.6) auto 0;
}

.index202212 .index202212-in2030__link ul {
  margin-top: calc(var(--s) * 3.2);
}

.index202212 .index202212-in2030__link a {
  display: flex;
  color: #FFFFFF;
  font-size: calc(var(--f) * 2.4);
  font-weight: 700;
}

.index202212 .index202212-in2030__link a::after {
  content: "";
  width: calc(var(--s) * 1.8);
  margin-left: calc(var(--s) * 1.2);
  vertical-align: middle;
  background: url(/index202212/img/btn-hover.svg) center center/contain no-repeat;
}

@media screen and (min-width: 768.02px) {
  .index202212 .index202212-in2030__link ul {
    display: flex;
    justify-content: center;
  }

  .index202212 .index202212-in2030__link li {
    margin: 0 calc(var(--s) * 4.5);
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-in2030__banner a {
    width: calc(var(--s) * 100);
    margin: 0 auto;
    margin-top: calc(var(--s) * 5);
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .index202212 .index202212-in2030__banner a {
    width: 91.8vw;
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-in2030__link {
    width: calc(var(--s) * 100);
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .index202212 .index202212-in2030__link {
    width: 91.8vw;
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-in2030__link a {
    justify-content: flex-end;
    font-size: calc(var(--f) * 1.8);
    line-height: calc(var(--s) * 5);
    text-align: right;
  }
}

.index202212 .index202212-info {
  padding: calc(var(--s) * 8) 0 calc(var(--s) * 16);
}

.index202212 .index202212-info__head {
  padding-left: calc(var(--s) * 3.2);
  width: calc(var(--s) * 100);
  margin: 0 auto;
  margin-bottom: calc(var(--s) * 6.4);
}

.index202212 .index202212-info__head b {
  position: relative;
  display: block;
  margin-bottom: 0.38em;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0 !important;
  font-size: calc(var(--f) * 6.4);
  letter-spacing: -0.02em;
}

.index202212 .index202212-info__head b::before {
  content: "";
  display: block;
  width: calc(var(--s) * 2.4);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #0093D7;
}

.index202212 .index202212-info__head small {
  display: block;
  color: #607696;
  font-size: calc(var(--f) * 2);
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-info__head {
    margin-bottom: calc(var(--s)* 3.2) !important;
  }

  .index202212 .index202212-info__head b {
    font-size: calc(var(--f) * 3.6);
    margin-bottom: 0.3em;
  }

  .index202212 .index202212-info__head b::before {
    width: calc(var(--s) * 1.6);
  }

  .index202212 .index202212-info__head small {
    font-size: calc(var(--f) * 1.6);
  }
}

.index202212 .index202212-info__head b::before {
  position: absolute;
  top: calc(var(--s) * 2);
  left: calc(var(--s) * -4.2);
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-info__head b::before {
    top: calc(var(--s) * 1);
    left: calc(var(--s) * -3.2);
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-info__head {
    width: 91.8vw;
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-info {
    padding: calc(var(--s) * 6.4) 0;
  }

  .index202212 .index202212-info__head {
    margin-bottom: calc(var(--s) * 3.2);
  }
}

.index202212 .index202212-info__banner {
  width: calc(var(--s) * 144);
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .index202212 .index202212-info__banner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-info__banner {
    width: 100%;
  }
}

.index202212 .index202212-info__banner-link {
  position: relative;
  overflow: hidden;
  display: block;
  perspective: 1000px;
  aspect-ratio: 39/19;
}

.index202212 .index202212-info__banner-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 300ms;
}

.index202212 .index202212-info__banner-link:hover {
  opacity: 1;
}

.index202212 .index202212-info__banner-link:hover img {
  transform: scale(1.15);
  transform-origin: center;
}

.index202212 .index202212-info__banner-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  transition-duration: 300ms;
  opacity: 1;
  background: rgba(0, 33, 83, 0.4);
}

.index202212 .index202212-info__banner-link:hover::before {
  opacity: 0;
}

.index202212 .index202212-info__banner-link span {
  position: absolute;
  right: calc(var(--s) * 2.8);
  top: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  height: 1.43em;
  margin: auto 0;
  color: #FFFFFF;
  font-size: calc(var(--f) * 1.8);
  font-weight: 700;
}

.index202212 .index202212-info__banner-link span::after {
  content: "";
  width: calc(var(--s) * 1.8);
  margin-left: calc(var(--s) * 1.2);
  vertical-align: middle;
  background: url(/index202212/img/btn-hover.svg) center center/contain no-repeat;
}

@media screen and (min-width: 768.02px) {
  .index202212 .index202212-info__banner-list {
    display: flex;
  }

  .index202212 .index202212-info__banner-item {
    width: 33.3333333333%;
  }

  .index202212 .index202212-info__banner-link {
    aspect-ratio: 48/32;
  }

  .index202212 .index202212-info__banner-link span {
    right: calc(var(--s) * 1.8);
    top: unset;
    bottom: calc(var(--s) * 2.4);
    margin: 0;
    font-size: calc(var(--f) * 2.4);
  }
}

.index202212 .index202212-initiatives {
  padding: calc(var(--s) * 18) 0 0;
}

.index202212 .index202212-initiatives__box {
  padding-bottom: calc(var(--s) * 16);
}

.index202212 .index202212-initiatives__box--solutions {
  width: calc(var(--s) * 100);
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-initiatives__box--solutions {
    width: 91.8vw;
  }
}

.index202212 .index202212-initiatives__box--sustainability {
  padding-bottom: calc(var(--s) * 8);
}

.index202212 .index202212-initiatives__head {
  width: calc(var(--s) * 100);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  min-height: calc(var(--s) * 7.4);
  margin-bottom: calc(var(--s) * 6.4);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-initiatives__head {
    width: 91.8vw;
  }
}

.index202212 .index202212-initiatives__head h2 {
  font-size: calc(var(--f) * 2.4);
  line-height: calc(var(--s) * 7);
  font-weight: 700;
}

.index202212 .index202212-initiatives__head p {
  font-size: calc(var(--f) * 1.8);
  line-height: 1.67;
}

.index202212 .index202212-initiatives__head img {
  position: absolute;
  z-index: -1;
  display: block;
}

@media screen and (min-width: 768.02px) {
  .index202212 .index202212-initiatives__head img {
    top: 0;
    right: 0;
    left: 0;
    height: calc(var(--s) * 7.4);
    margin: 0 auto;
  }

  .index202212 .index202212-initiatives__head--solutions {
    text-align: left;
  }

  .index202212 .index202212-initiatives__head--solutions img {
    right: unset;
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-initiatives {
    padding-top: calc(var(--s) * 6.4);
  }

  .index202212 .index202212-initiatives__box {
    padding-bottom: calc(var(--s) * 6.4);
  }

  .index202212 .index202212-initiatives__head {
    margin-bottom: calc(var(--s) * 2.4);
  }

  .index202212 .index202212-initiatives__head h2 {
    margin-bottom: calc(var(--s) * 1.4);
    font-size: calc(var(--f) * 2);
  }

  .index202212 .index202212-initiatives__head p {
    font-size: calc(var(--f) * 1.4);
    line-height: 1.75;
  }

  .index202212 .index202212-initiatives__head img {
    top: 0;
    left: 50%;
    max-width: unset;
  }

  .index202212 .index202212-initiatives__head--core h2 {
    line-height: calc(var(--s) * 3.7);
  }

  .index202212 .index202212-initiatives__head--core p {
    text-align: left;
  }

  .index202212 .index202212-initiatives__head--core p br {
    display: none;
  }

  .index202212 .index202212-initiatives__head--core img {
    width: calc(var(--s) * 40);
    margin-left: calc(var(--s) * -20);
  }

  .index202212 .index202212-initiatives__head--solutions {
    text-align: left;
  }

  .index202212 .index202212-initiatives__head--solutions h2 {
    line-height: calc(var(--s) * 5);
  }

  .index202212 .index202212-initiatives__head--solutions p {
    text-align: left;
  }

  .index202212 .index202212-initiatives__head--solutions p br {
    display: none;
  }

  .index202212 .index202212-initiatives__head--solutions img {
    width: calc(var(--s) * 38.2);
    margin-left: calc(var(--s) * -19.1);
  }

  .index202212 .index202212-initiatives__head--sustainability h2 {
    line-height: calc(var(--s) * 4);
  }

  .index202212 .index202212-initiatives__head--sustainability p {}

  .index202212 .index202212-initiatives__head--sustainability img {
    width: calc(var(--s) * 40);
    margin-left: calc(var(--s) * -20);
  }
}

.index202212 .index202212-initiatives__core {
  width: calc(var(--s) * 100);
  margin: 0 auto;
}

.index202212.productsTop .index202212-initiatives__core {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-initiatives__core {
    width: 91.8vw;
  }

  .index202212.productsTop .index202212-initiatives__core {
    width: 91.8vw;
  }
}

.index202212 .index202212-initiatives__core-item {
  border-radius: calc(var(--s) * 1.6);
  overflow: hidden;
  /*padding: calc(var(--s) * 2.5) 0 calc(var(--s) * 3.8);*/
  background: #EFFAFF;
  text-align: center;
}

.index202212 .index202212-initiatives__core-item a {
  cursor: pointer;
  display: block;
  padding: calc(var(--s) * 2.5) 0 calc(var(--s) * 3.8);
}

.index202212 .index202212-initiatives__core-item h3 {
  padding: 0.7855em 8px;
  margin: 0 calc(var(--s) * 3.0);
  color: #9042D3;
  font-size: calc(var(--f) * 1.6);
  font-weight: 700;
  background: #FFFFFF;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index202212.productsTop .index202212-initiatives__core-item h3 {
  margin: 0 calc(var(--s) * 6.4) calc(var(--s) * 2);
  font-size: calc(var(--f) * 1.6);
}

.index202212 .index202212-initiatives__core-item img {
  width: calc(var(--s) * 11.2);
}

.index202212 .index202212-initiatives__core-item ul {
  padding-right: calc(var(--s) * 2);
  padding-left: calc(var(--s) * 2);
}

.index202212 .index202212-initiatives__core-item ul li {
  padding: 0.29em 0 0.29em 1em;
  color: #77797C;
  font-weight: 700;
  text-align: left;
  text-indent: -1em;
}

.index202212 .index202212-initiatives__core-item ul li span {
  color: #9042D3;
}

.index202212 .index202212-initiatives__core-item--2 h3,
.index202212 .index202212-initiatives__core-item--2 ul li span {
  color: #F27878;
}

.index202212 .index202212-initiatives__core-item--3 h3,
.index202212 .index202212-initiatives__core-item--3 ul li span {
  color: #2EC77A;
}

.index202212 .index202212-initiatives__core-item--4 h3,
.index202212 .index202212-initiatives__core-item--4 ul li span {
  color: #FFC500;
}

@media screen and (min-width: 768.02px) {
  .index202212 .index202212-initiatives__core {
    display: flex;
    justify-content: space-between;
  }

  .index202212 .index202212-initiatives__core-item {
    justify-content: space-between;
    width: calc((100% - var(--s) * 9.2) / 4);
  }

  .index202212 .index202212-initiatives__core-item h3 {
    min-height: 5.9em;
  }

  .index202212.productsTop .index202212-initiatives__core-item h3 {
    margin: 0 calc(var(--s) * 3.6);
    font-size: calc(var(--f) * 2);
  }

  .index202212 .index202212-initiatives__core-item img {
    display: block;
    margin: calc(var(--s) * 2.3) auto calc(var(--s) * 2.6);
  }

  .index202212 .index202212-initiatives__core-item ul {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {

  /*.index202212 .index202212-initiatives__core-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: calc(var(--s) * 2.4) 0;
    margin-bottom: calc(var(--s) * 1.2);
  }*/
  .index202212 .index202212-initiatives__core>li:nth-child(n + 2) {
    margin-top: 24px;
  }

  .index202212 .index202212-initiatives__core-item a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: calc(var(--s) * 1.2);
    padding: calc(var(--s) * 2.4) 0;
  }

  .index202212 .index202212-initiatives__core-item h3 {
    width: 100%;
    margin: 0 calc(var(--s) * 6.4) calc(var(--s) * 1);
    font-size: calc(var(--f) * 1.6);
  }

  .index202212 .index202212-initiatives__core>li:nth-child(n + 2) {
    margin-top: 24px;
  }

  .index202212 .index202212-initiatives__core-item a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: calc(var(--s) * 1.2);
    padding: calc(var(--s) * 2.4) 0;
  }

  .index202212 .index202212-initiatives__core-item img {
    width: calc(var(--s) * 11.2);
    margin-left: calc(var(--s) * 2.4);
  }

  .index202212 .index202212-initiatives__core-item ul {
    width: calc(var(--s) * 19);
  }

  .index202212 .index202212-initiatives__core-item ul li {
    font-size: calc(var(--f) * 1.4);
  }
}

.index202212 .index202212-initiatives__swiper {
  position: relative;
}

.index202212 .index202212-initiatives__swiper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: calc(var(--s) * -100) 0 0 0 #FFFFFF;
}

.index202212 .index202212-initiatives__swiper a {
  display: block;
  padding: 0 0 calc(var(--s) * 2.4);
}

.index202212 .index202212-initiatives__swiper .img {
  position: relative;
  overflow: hidden;
  display: block;
  perspective: 1000px;
  border-radius: calc(var(--s) * 1.6);
  overflow: hidden;
  aspect-ratio: 233/148;
  margin-bottom: calc(var(--s) * 1.4);
}

.index202212 .index202212-initiatives__swiper .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 300ms;
}

.index202212 .index202212-initiatives__swiper .img:hover {
  opacity: 1;
}

.index202212 .index202212-initiatives__swiper .img:hover img {
  transform: scale(1.15);
  transform-origin: center;
}

.index202212 .index202212-initiatives__swiper .cat {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(var(--s) * 0.6);
}

.index202212 .index202212-initiatives__swiper .cat li {
  padding: 0 1.3em;
  margin: 0 calc(var(--s) * 0.8) calc(var(--s) * 0.8) 0;
  color: #607696;
  font-size: calc(var(--f) * 1.2);
  line-height: 3;
  white-space: nowrap;
  border: 1px solid #607696;
  border-radius: 1000px;
}

.index202212 .index202212-initiatives__swiper h3 {
  margin-bottom: 0.5em;
  font-size: calc(var(--f) * 1.6);
  line-height: 1.43;
}

.index202212 .index202212-initiatives__swiper p {
  color: #607696;
  font-size: calc(var(--f) * 1.4);
  line-height: 1.43;
}

.index202212 .index202212-initiatives__prev,
.index202212 .index202212-initiatives__next {
  position: absolute;
  right: 0;
  top: calc(var(--s) * 1);
  z-index: 1000;
}

.index202212 .index202212-initiatives__prev {
  right: calc(var(--s) * 5.2);
}

@media screen and (min-width: 768.02px) {
  .index202212 .index202212-initiatives__swiper {
    margin: 0 calc(var(--s) * -2.3);
  }

  .index202212 .index202212-initiatives__swiper a {
    margin: 0 calc(var(--s) * 2.3);
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-initiatives__swiper {
    width: 100%;
    margin-top: calc(var(--s) * 8.5);
  }

  .index202212 .index202212-initiatives__swiper a {
    margin: 0 calc(var(--s) * 1.6) 0 0;
  }

  .index202212 .index202212-initiatives__swiper h3 {
    font-size: calc(var(--f) * 1.4);
  }

  .index202212 .index202212-initiatives__prev,
  .index202212 .index202212-initiatives__next {
    top: calc(var(--s) * 12.6);
  }
}

.index202212 .index202212-initiatives__sustainability {
  text-align: center;
}

.index202212 .index202212-initiatives__sustainability img {
  display: block;
  width: calc(var(--s) * 43);
  margin: 0 auto calc(var(--s) * 6.4);
}

.index202212 .index202212-initiatives__sustainability a {
  position: relative;
  display: inline-block;
  padding: 0.77em 3em 0.77em 1.29em;
  color: #002153;
  font-size: calc(var(--f) * 1.4);
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #002153;
  border-radius: 1000px;
  transition-duration: 300ms;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: calc(var(--f) * 1.6);
}

.index202212 .index202212-initiatives__sustainability a::before,
.index202212 .index202212-initiatives__sustainability a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.4em;
  bottom: 0;
  display: block;
  width: 1.25em;
  height: 100%;
  margin: auto 0;
  background: url(/index202212/img/btn.svg) center center/contain no-repeat;
}

.index202212 .index202212-initiatives__sustainability a::after {
  opacity: 0;
  background-image: url(/index202212/img/btn-hover.svg);
  transition-duration: 300ms;
}

.index202212 .index202212-initiatives__sustainability a:hover {
  opacity: 1;
  color: #FFFFFF;
  background: #002256;
}

.index202212 .index202212-initiatives__sustainability a:hover::after {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-initiatives__sustainability {
    padding-top: calc(var(--s) * 2.4);
  }

  .index202212 .index202212-initiatives__sustainability img {
    width: calc(var(--s) * 28);
    margin-bottom: calc(var(--s) * 4);
  }
}

.index202212 .index202212-initiatives__box--solutions.no-swiper .index202212-initiatives__prev,
.index202212 .index202212-initiatives__box--solutions.no-swiper .index202212-initiatives__next {
  display: none;
}

@media screen and (min-width: 768.02px) {
  .index202212 .index202212-initiatives__box--solutions.no-swiper .index202212-initiatives__swiper .swiper-slide {
    width: calc(var(--s) * 52.3);
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-initiatives__box--solutions.no-swiper .index202212-initiatives__swiper .swiper-slide {
    width: 100%;
  }
}

/*Sustainability*/
.index202212 .index202212-sustainability.index202212-ver02 {
  padding: calc(var(--s)* 8) 0 calc(var(--s)* 8);
  background: url(/index202212/img/sustainbility_bg_pc.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

.index202212-sustainability-internal-link a {
  position: relative;
  display: inline-block;
  padding: 0.973em 3em 0.973em 1.29em;
  color: #002153;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #002153;
  border-radius: 1000px;
  transition-duration: 300ms;
  display: block;
  width: calc(var(--s)* 24.9);
  font-size: calc(var(--f)* 1.6);
  font-weight: 700;
  background-color: #FFFFFF;
  background-size: 0.75em auto;
}

.index202212-sustainability-internal-link a:hover {
  opacity: 1;
  color: #FFFFFF;
  background: #002256;
}

.index202212-sustainability-internal-link a:before,
.index202212-sustainability-internal-link a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.4em;
  bottom: 0;
  display: block;
  width: 1.25em;
  height: 100%;
  margin: auto 0;
  background: url(/index202212/img/btn.svg) center center / contain no-repeat;
}

.index202212-sustainability-internal-link a:after {
  opacity: 0;
  background-image: url(/index202212/img/btn-hover.svg);
  transition-duration: 300ms;
}

.index202212-sustainability-internal-link a:hover:after {
  opacity: 1;
}

.index202212 .index202212-ver02 .index202212-sustainability__wrap {
  display: flex;
  justify-content: space-between;
  width: calc(var(--s)* 122);
  margin: 0 auto;
}

.index202212 .index202212-ver02 .index202212-sustainability__head-wrap {
  width: calc(var(--s)* 82.2);
}

.index202212 .index202212-ver02 .index202212-sustainability__head {
  width: calc(var(--s)* 122);
  padding-left: 0;
  margin-bottom: calc(var(--s)* 1.5);
}

.index202212 .index202212-ver02 .index202212-sustainability__head b {
  font-family: inherit;
  font-size: calc(var(--f) * 3.2);
  letter-spacing: 0;
  font-weight: 700;
}

.index202212 .index202212-ver02 .index202212-sustainability__head b::before {
  width: calc(var(--s)* 3.2);
  background-color: #fff;
}

.index202212 .index202212-ver02 .index202212-sustainability__head b::before {
  top: calc(var(--s)* 0.3);
}

.index202212 .index202212-ver02 .index202212-sustainability__head small {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 0 !important;
  font-size: calc(var(--f) * 2.0);
  letter-spacing: -0.02em;
  color: #fff !important;
}

.index202212 .index202212-sustainability.index202212-ver02 .index202212-sustainability-text-block {
  width: calc(var(--s)* 122);
  margin: 0 auto;
  margin-bottom: calc(var(--s)* 6.5);
}

.index202212 .index202212-sustainability.index202212-ver02 .index202212-sustainability-text-block p {
  font-size: calc(var(--f) * 2.0);
  font-weight: 500;
}

.index202212 .index202212-sustainability.index202212-ver02 .index202212-sustainability-block {
  width: calc(var(--s)* 122);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.index202212-sustainability-block .index202212-sustainability-items {
  position: relative;
  width: 32%;
}

.index202212-sustainability-block .index202212-sustainability-items a {
  display: block;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.index202212-sustainability-block .index202212-sustainability-items a img {
  display: block;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
}

.index202212-sustainability-block .index202212-sustainability-items a:hover img {
  opacity: 0.7 !important;
}

.index202212-sustainability-block .index202212-sustainability-items a span {
  position: relative;
  display: block;
  font-size: calc(var(--f)* 1.6);
  color: #002256;
  padding: 0.975em 3.5em 0.975em 1.5em;
  background: #fff;
}

.index202212-sustainability-block .index202212-sustainability-items a span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.4em;
  bottom: 0;
  display: block;
  width: 0.7em;
  height: 100%;
  margin: auto 0;
  background: url(/index202212/img/arr_right.svg) center center / contain no-repeat;
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-sustainability.index202212-ver02 {
    padding: calc(var(--s) * 5.5) 0 calc(var(--s) * 4.5);
    background: url(/index202212/img/sustainbility_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }

  .index202212-sustainability-internal-link {
    position: relative;
    width: 91.8vw;
    margin: 0 auto;
    margin-top: calc(var(--s)* 4);
    top: 0;
    right: 0;
  }

  .index202212-sustainability-internal-link a {
    width: 100%;
  }

  .index202212 .index202212-ver02 .index202212-sustainability__wrap {
    width: unset;
  }

  .index202212 .index202212-ver02 .index202212-sustainability__head {
    width: 91.8vw;
    padding-left: calc(var(--s)* 3.2);
    margin-bottom: calc(var(--s)* 3);
  }

  .index202212 .index202212-ver02 .index202212-sustainability__head b {
    font-size: calc(var(--f) * 2.1);
  }

  .index202212 .index202212-ver02 .index202212-sustainability__head b::before {
    width: calc(var(--s)* 1.6);
  }

  .index202212 .index202212-ver02 .index202212-sustainability__head b::before {
    top: calc(var(--s)* 0.3);
    left: calc(var(--s)* -2.2);
  }

  .index202212 .index202212-ver02 .index202212-sustainability__head small {
    font-size: calc(var(--f) * 1.6);
  }

  .index202212 .index202212-sustainability.index202212-ver02 .index202212-sustainability-text-block {
    width: 91.8vw;
    margin-bottom: calc(var(--s)* 3);
  }

  .index202212 .index202212-sustainability.index202212-ver02 .index202212-sustainability-text-block p {
    font-size: calc(var(--f) * 1.5);
  }

  .index202212 .index202212-sustainability.index202212-ver02 .index202212-sustainability-block {
    width: 91.8vw;
    display: block;
  }

  .index202212-sustainability-block .index202212-sustainability-items {
    width: 100%;
    margin-bottom: calc(var(--s)* 2);
  }

  .index202212-sustainability-block .index202212-sustainability-items:last-child {
    margin-bottom: 0;
  }

  .index202212-sustainability-block .index202212-sustainability-items a img {
    object-fit: cover;
    object-position: 100% 0;
    height: calc(var(--s)* 11.6);
  }

  .index202212-sustainability-block .index202212-sustainability-items a span {
    display: block;
    font-size: calc(var(--f)* 1.6);
    color: #002256;
    padding: 0.975em 3.5em 0.975em 1.5em;
  }
}

.index202212 .index202212-mv {
  position: relative;
  width: 100%;
  background: #EFFAFF;
}

.index202212 .index202212-mv__movie {
  position: relative;
  z-index: 10;
  aspect-ratio: 1440 / 580;
}

.index202212 .index202212-mv__movie div.video-js {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.index202212 .index202212-mv__movie video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index202212 .index202212-mv__movie .index202212-mv__control {
  width: 100%;
  padding-right: 4.2vw;
  padding-left: 8.2vw;
  text-align: right;
  position: absolute;
  top: 80%;
  left: 0;
  z-index: 11;
}

.index202212 .index202212-mv__movie .movie__stop,
.index202212 .index202212-mv__movie .movie__play {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 0;
  outline: none;
  appearance: none;
  border: none;
  border-radius: 50%;
  transition-duration: 300ms;
  perspective: 1000px;
  opacity: 0.7;
}

.index202212 .index202212-mv__movie .movie__stop {
  background: url(/index202212/img/mv-stop.svg) center center/contain no-repeat;
}

.index202212 .index202212-mv__movie .movie__play {
  background: url(/index202212/img/mv-play.svg) center center/contain no-repeat;
  display: none;
}

.index202212 .index202212-mv__movie .movie__stop:focus,
.index202212 .index202212-mv__movie .movie__play:focus {
  outline: 1px dotted;
}

.index202212 .index202212-mv__movie .movie__stop:hover,
.index202212 .index202212-mv__movie .movie__play:hover {
  opacity: 1;
}

.index202212 .index202212-mv__movie .movie__stop::before,
.index202212 .index202212-mv__movie .movie__play::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.index202212 .index202212-mv__movie .movie__stop::before {
  background: url(/index202212/img/mv-stop.svg) center center/contain no-repeat;
}

.index202212 .index202212-mv__movie .movie__play::before {
  background: url(/index202212/img/mv-play.svg) center center/contain no-repeat;
}

.index202212 .index202212-mv__movie .movie__stop:hover::before,
.index202212 .index202212-mv__movie .movie__play:hover::before {
  opacity: 1;
}

@media screen and (min-width: 768.02px) {
  .index202212 .index202212-mv__movie::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -1px;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/mv-bg.png) center bottom/100% auto no-repeat;
    box-shadow: 0 -1px 0 0 #FFFFFF inset;
    border-bottom: 1px solid #FFFFFF;
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-mv {
    margin: 0 0 15vw;
  }

  .index202212 .index202212-mv__movie {
    aspect-ratio: 390/410;
    /*    aspect-ratio: 1440/580;*/
  }

  .index202212 .index202212-mv__movie .index202212-mv__control {
    padding-right: 4.1vw;
    padding-left: 4.1vw;
    top: 60%;
  }

  .index202212 .index202212-mv__movie .movie__stop,
  .index202212 .index202212-mv__movie .movie__play {
    width: 9vw;
    height: 9vw;
  }
}

.index202212 .index202212-news {
  position: relative;
  width: calc(var(--s) * 122);
  margin: 0 auto;
  padding: calc(var(--s) * 7.4) 0 calc(var(--s) * 8);
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-news {
    padding: calc(var(--s)* 5.5) 0 calc(var(--s)* 5.5);
    width: 91.8vw;
  }
}

.index202212 .index202212-news__head {
  padding-left: calc(var(--s) * 3.2);
}

.index202212 .index202212-news__head b {
  position: relative;
  display: block;
  margin-bottom: 0.38em;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0 !important;
  font-size: calc(var(--f) * 3.2);
  letter-spacing: -0.02em;
}

.index202212 .index202212-ver02 .index202212-news__head b {
  font-family: inherit;
  font-size: calc(var(--f) * 3.2);
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0.38em;
}

.index202212 .index202212-news__head b::before {
  content: "";
  display: block;
  width: calc(var(--s) * 2.4);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #0093D7;
}

.index202212 .index202212-news__head small {
  display: block;
  color: #607696;
  font-size: calc(var(--f) * 2);
  line-height: 1;
  font-weight: 700;
}

.index202212 .index202212-ver02 .index202212-news__head small {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 0 !important;
  font-size: calc(var(--f) * 2.0);
  letter-spacing: -0.02em;
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-news.index202212-ver02 {
    padding: calc(var(--s)* 5.5) 0 calc(var(--s)* 5.5);
    width: 91.8vw;
  }

  .index202212 .index202212-ver02 .index202212-news__head b {
    font-size: calc(var(--f)* 2.1);
    margin-bottom: 0.3em;
  }

  .index202212 .index202212-ver02 .index202212-news__head b::before {
    top: calc(var(--s)* 0.3) !important;
    left: calc(var(--s)* -2.2);
    width: calc(var(--s)* 1.6) !important;
  }

  .index202212 .index202212-ver02 .index202212-news__head small {
    font-size: calc(var(--f)* 1.6);
  }

  .index202212 .index202212-ver02 .index202212-news__box {
    margin-bottom: calc(var(--s)* 4);
  }

  .index202212 .index202212-ver02 .index202212-news__more {
    width: 100%;
  }
}

.index202212 .index202212-news__head b::before {
  position: absolute;
  top: calc(var(--s) * 2);
  left: calc(var(--s) * -4.2);
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-news__head b::before {
    top: calc(var(--s) * 0.3);
    left: calc(var(--s) * -3.2);
  }
}

.index202212 .index202212-news__more {
  position: relative;
  display: inline-block;
  padding: 0.77em 3em 0.77em 1.29em;
  color: #002153;
  font-size: calc(var(--f) * 1.4);
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #002153;
  border-radius: 1000px;
  transition-duration: 300ms;
}

.index202212 .index202212-ver02 .index202212-news__more {
  padding: 1.1em 6.537em 1.1em 1.29em;
  font-weight: 500;
}

.index202212 .index202212-news__more::before,
.index202212 .index202212-news__more::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.4em;
  bottom: 0;
  display: block;
  width: 1.25em;
  height: 100%;
  margin: auto 0;
  background: url(/index202212/img/btn.svg) center center/contain no-repeat;
}

.index202212 .index202212-news__more::after {
  opacity: 0;
  background-image: url(/index202212/img/btn-hover.svg);
  transition-duration: 300ms;
}

.index202212 .index202212-news__more:hover {
  opacity: 1;
  color: #FFFFFF;
  background: #002256;
}

.index202212 .index202212-news__more:hover::after {
  opacity: 1;
}

.index202212 .index202212-news__box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.index202212 .index202212-news__box::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--s) * 4);
  display: block;
  width: 100%;
  height: 2px;
  background: #F1F1F1;
}

.index202212 .index202212-news .p-news__body {
  width: 100%;
}

.index202212 .index202212-news .p-news__body .p-tab {
  margin-top: 0;
}

.index202212 .index202212-news__box::before {
  display: none;
}

.index202212 .index202212-news .p-news__body .p-tab {
  position: relative;
}

.index202212 .index202212-news .p-news__body .p-tab::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #F1F1F1;
}

.index202212 .index202212-news .p-news__body .p-tab .p-tab__button,
.index202212 .index202212-news .p-news__body .p-tab .p-tab__button li {
  border-bottom: none;
}

.index202212 .index202212-news .p-news__body .p-tab .p-tab__button li {
  width: 100%;
}

.index202212 .index202212-news .p-news__body .p-tab .p-tab__button li a {
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: calc(var(--s) * 1) calc(var(--s) * 1) 0 0;
}

.index202212 .index202212-news .p-news__body .p-tab .p-tab__button li.active a,
.index202212 .index202212-news .p-news__body .p-tab .p-tab__button li a:hover {
  background: #0093D7;
  color: #fff;
}

.index202212 .index202212-news .p-news__body .p-tab .p-tab__button li::after {
  display: none !important;
}

.index202212 .index202212-news .p-news__body .p-tab__area {
  padding-top: calc(var(--s) * 2.6);
}


.index202212 .index202212-news__box ul.index202212-news__list a {
  display: flex;
  flex-wrap: wrap;
  padding: calc(var(--s) * 1.8) 0;
}

.index202212 .index202212-news__box ul.index202212-news__list .date {
  margin-right: 1.5em;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0 !important;
  color: #607696;
  line-height: calc(var(--s) * 2.1);
}

.index202212 .index202212-news__box ul.index202212-news__list .cat {
  padding: 0 1em;
  color: #FFFFFF;
  font-size: calc(var(--f) * 1.2);
  line-height: calc(var(--s) * 2.1);
  background: #002256;
  border-radius: 100px;
}

.index202212 .index202212-news__box ul.index202212-news__list p {
  width: 100%;
  margin-top: 0.86em;
  color: #002153;
  font-size: calc(var(--f) * 1.6);
  font-weight: 400;
}

.index202212 .index202212-news__box ul.index202212-news__list p b.pdf {
  border: 10px solid #000;
}

.index202212 .index202212-news__box ul.index202212-news__list li:last-child a {
  padding-bottom: 0 !important;
}

.index202212 .index202212-news__box input:checked+label+ul {
  display: block;
}

@media screen and (min-width: 768.02px) {
  .index202212 .index202212-news__box {
    margin-left: calc(var(--s)* 42);
  }

  .index202212 .index202212-news__head {
    position: absolute;
    left: 0;
    top: calc(var(--s) * 7.8);
  }

  .index202212 .index202212-news__more {
    position: absolute;
    left: calc(var(--s) * 3.2);
    top: calc(var(--s)* 17);
    width: 17.5141vw;
    max-width: 252px;
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: calc(var(--s) * 6.2);
  }

  .index202212 .index202212-news__box {
    width: 100%;
    margin-top: calc(var(--s) * 2.6);
  }

  .index202212 .index202212-news .p-news__body .p-tab::before {
    bottom: 11px;
  }

  .index202212 .index202212-news .p-news__body .p-tab .p-tab__button li {
    width: unset;
    min-width: unset;
  }

  .index202212 .index202212-news .p-news__body .p-tab .p-tab__button li a {
    padding-right: 1em;
    padding-left: 1em;
  }

  .index202212 .index202212-news .p-news__body .p-tab__area {
    padding-top: calc(var(--s) * 1);
  }

  .index202212 .index202212-news__box label {
    width: 16%;
    padding: 0;
    margin-bottom: calc(var(--s) * 1);
    font-size: calc(var(--f) * 1.2);
  }

  .index202212 .index202212-news__box label:nth-child(5) {
    width: 19%;
  }

  .index202212 .index202212-news__box label:nth-child(8) {
    width: 21%;
  }

  .index202212 .index202212-news__box label:nth-child(11) {
    width: 28%;
  }

  .index202212 .index202212-news__box a {
    padding: 0 0 calc(var(--s) * 2.4);
  }
}

.index202212 .index202212-products {
  display: flex;
  flex-wrap: wrap;
  padding: calc(var(--s) * 8) 0 calc(var(--s) * 34.6);
  margin-bottom: calc(var(--s) * -27.6);
  background: #EFFAFF;
}

@media only screen and (min-width: 2000px) {
  .index202212 .index202212-products {
    padding-right: 25vw;
    padding-left: 25vw;
  }
}

.index202212 .index202212-products__head {
  padding-left: calc(var(--s) * 3.2);
  width: calc(var(--s) * 100);
  margin: 0 auto;
  display: flex;
  align-items: center;
  order: -2;
}

.index202212 .index202212-products__head b {
  position: relative;
  display: block;
  margin-bottom: 0.38em;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0 !important;
  font-size: calc(var(--f) * 6.4);
  letter-spacing: -0.02em;
}

.index202212 .index202212-products__head b::before {
  content: "";
  display: block;
  width: calc(var(--s) * 2.4);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #0093D7;
}

.index202212 .index202212-products__head small {
  display: block;
  color: #607696;
  font-size: calc(var(--f) * 2);
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-products__head b {
    font-size: calc(var(--f) * 3.6);
    margin-bottom: 0.3em;
  }

  .index202212 .index202212-products__head b::before {
    width: calc(var(--s) * 1.6);
  }

  .index202212 .index202212-products__head small {
    font-size: calc(var(--f) * 1.6);
  }
}

.index202212 .index202212-products__head b::before {
  position: absolute;
  top: calc(var(--s) * 2);
  left: calc(var(--s) * -4.2);
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-products__head b::before {
    top: calc(var(--s) * 1);
    left: calc(var(--s) * -3.2);
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-products__head {
    width: 91.8vw;
  }
}

.index202212 .index202212-products__head b {
  margin-right: 0.5em;
  margin-bottom: 0;
}

.index202212 .index202212-products__box {
  width: calc(var(--s) * 100);
  margin: 0 auto;
}

.index202212 .index202212-products__box.index202212-products__box--banner {
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-products__box {
    width: 91.8vw;
  }
}

.index202212 .index202212-products__subhead {
  padding: calc(var(--s) * 4) 0 calc(var(--s) * 1.6);
  font-size: calc(var(--f) * 1.6);
  font-weight: 700;
}

.index202212 .index202212-products__subhead span {
  font-size: calc(var(--f) * 1.4);
  font-weight: normal;
  margin-left: calc(var(--s) * 2);
}

.index202212 .index202212-products__keyword {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: calc(var(--s)* 4);
}

.index202212 .index202212-products__keyword * {
  padding: 0;
  margin: 0;
}

.index202212 .index202212-products__keyword .mf_finder_container {
  position: relative;
}

.index202212 .index202212-products__keyword .mf_finder_searchBox_query_input {
  border-radius: calc(var(--s) * 1.6);
  overflow: hidden;
  display: block;
  height: calc(var(--s) * 8);
  padding: 0 calc(var(--s) * 12) 0 calc(var(--s) * 3.2);
  color: #607696;
  font-size: calc(var(--f) * 1.6);
  line-height: calc(var(--s) * 8);
  font-weight: 700;
  letter-spacing: 0.11em;
  border: none;
}

.index202212 .index202212-products__keyword .mf_finder_searchBox_query_input::placeholder {
  color: #607696;
}

.index202212 .index202212-products__keyword .mf_finder_searchBox_query_input:focus {
  color: #002153;
}

.index202212 .index202212-products__keyword .mf_finder_searchBox_submit {
  position: absolute;
  right: calc(var(--s) * 2.3);
  top: 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  width: calc(var(--s)* 4.8);
  aspect-ratio: 1 / 1;
  height: calc(var(--s)* 4.8);
  aspect-ratio: 1/1;
  margin: auto 0;
  background: #002256 url(/index202212/img/products-keyword-btn.svg) center center/contain no-repeat;
  border-radius: 50%;
}

.index202212 .index202212-products__keyword .mf_finder_searchBox_submit::before {
  display: none;
}

.index202212 .index202212-products__keyword .mf_finder_searchBox_submit span {
  display: none;
}

.index202212 .index202212-products__featured {
  display: flex;
  width: 100%;
  margin-top: calc(var(--s) * 1);
}

.index202212 .index202212-products__featured dt {
  padding: 0 calc(var(--s) * 4.7) 0 calc(var(--s) * 3.4);
  color: #77797C;
  font-size: calc(var(--f) * 1.4);
  font-weight: 700;
  white-space: nowrap;
}

.index202212 .index202212-products__featured dd {
  display: flex;
  flex-wrap: wrap;
}

.index202212 .index202212-products__featured dd a {
  margin-right: 1em;
  color: #0093D7;
  font-size: calc(var(--f) * 1.4);
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap;
}

.index202212 .index202212-products__theme {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.index202212 .index202212-products__theme .index202212-products__box {
  width: auto;
  margin: 0 calc(var(--s) * 9) calc(var(--s) * 1) 0;
}

.index202212 .index202212-products__theme .index202212-products__link {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #002153;
  border-radius: 50px;
  color: #002153;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1.5;
  min-height: 56px;
  padding: 16px 20px 16px 24px;
  position: relative;
  text-decoration: none;
  transition: .2s ease all;
}

.index202212 .index202212-products__theme .index202212-products__link:hover {
  background: #002153;
  color: #fff;
  opacity: 1;
}

.index202212 .index202212-products__theme .index202212-products__link::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/images/common/icon_arrowRight.svg);
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 16px;
  width: 18px;
  transition: .2s ease all;
}

.index202212 .index202212-products__theme .index202212-products__link:hover::after {
  background-image: url(/images/common/icon_arrowRightWhite.svg);
}

.index202212 .index202212-products__banner {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--s) * -1);
}

.index202212 .index202212-products__banner li {
  width: calc((100% - var(--s) * 4) / 4);
  margin: 0 calc(var(--s) * 1) calc(var(--s) * 1) 0;
}

.index202212 .index202212-products__banner li a {
  position: relative;
  overflow: hidden;
  display: block;
  perspective: 1000px;
  border-radius: calc(var(--s) * 1.6);
  overflow: hidden;
}

.index202212 .index202212-products__banner li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 300ms;
}

.index202212 .index202212-products__banner li a:hover {
  opacity: 1;
}

.index202212 .index202212-products__banner li a:hover img {
  transform: scale(1.15);
  transform-origin: center;
}

.index202212 .index202212-products__banner li a .text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(var(--s) * 7.5);
  position: relative;
  z-index: 10;
  color: #FFFFFF;
  letter-spacing: 0;
  background: #0093D7;
}

.index202212 .index202212-products__banner li a .text p {
  text-align: center;
  font-size: calc(var(--f) * 1.6);
  line-height: 1.25;
  font-weight: 700;
}

.index202212 .index202212-products__banner li a .text p small {
  font-size: 1em;
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-products {
    padding-top: calc(var(--s) * 6.4);
    margin-bottom: calc(var(--s) * -29.8);
  }

  .index202212 .index202212-products__subhead {
    padding: calc(var(--s) * 3.2) 0 calc(var(--s) * 0.8);
    font-size: calc(var(--f) * 1.4);
  }

  .index202212 .index202212-products__keyword .mf_finder_searchBox_query_input {
    height: calc(var(--s) * 7.2);
    padding-right: calc(var(--s) * 5);
    padding-left: calc(var(--s) * 1.6);
    font-size: calc(var(--f) * 1.4);
  }

  .index202212 .index202212-products__keyword .mf_finder_searchBox_submit {
    right: calc(var(--s) * 0.5);
    width: calc(var(--s) * 4);
    height: calc(var(--s) * 4);
  }

  .index202212 .index202212-products__featured dt {
    padding: 0;
    font-size: calc(var(--f) * 1.2);
  }

  .index202212 .index202212-products__featured dd a {
    margin: 0 0 0 1em;
    font-size: calc(var(--f) * 1.2);
  }

  .index202212 .index202212-products__theme {
    flex-wrap: wrap;
  }

  .index202212 .index202212-products__theme .index202212-products__box {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .index202212 .index202212-products__banner {
    margin-right: calc(var(--s) * -1.6);
  }

  .index202212 .index202212-products__banner li {
    width: calc((100% - var(--s) * 3.2) / 2);
    margin: 0 calc(var(--s) * 1.6) calc(var(--s) * 1.6) 0;
  }

  .index202212 .index202212-products__banner li a .text p {
    font-size: calc(var(--f) * 1.4);
    letter-spacing: 0;
  }

  .index202212 .index202212-products__banner li a .text p small {
    font-size: calc(var(--f) * 1.2);
  }
}


.index202212 .index202212-pvvs__intro {
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-top: calc(var(--s) * 7);
  background: #FFFFFF url(/index202212/img/pvvs-bg.svg) center top/contain no-repeat;
  transition-duration: 1200ms;
}

.index202212 .index202212-pvvs__intro h2 {
  width: 100%;
  text-align: center;
  transition-duration: 600ms;
  transition-delay: 200ms;
}

.index202212 .index202212-pvvs__intro h2 b {
  position: relative;
  display: block;
  margin-bottom: 0.38em;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0 !important;
  font-size: calc(var(--f) * 6.4);
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.index202212 .index202212-pvvs__intro h2 b::before {
  content: "";
  display: block;
  width: calc(var(--s) * 2.4);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #0093D7;
}

.index202212 .index202212-pvvs__intro h2 small {
  display: block;
  color: #607696;
  font-size: calc(var(--f) * 2);
  line-height: 1.4;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-pvvs__intro h2 b {
    font-size: calc(var(--f) * 3.6);
    margin-bottom: 0.3em;
  }

  .index202212 .index202212-pvvs__intro h2 b::before {
    width: calc(var(--s) * 1.6);
  }

  .index202212 .index202212-pvvs__intro h2 small {
    font-size: calc(var(--f) * 1.6);
  }
}

.index202212 .index202212-pvvs__intro h2 b::before {
  margin: 0 auto calc(var(--s) * 1.6);
}

.index202212 .index202212-pvvs__intro p {
  width: 100%;
  padding-top: calc(var(--s) * 4.4);
  font-size: calc(var(--f) * 2);
  line-height: 2;
  text-align: center;
  white-space: nowrap;
  transition-duration: 600ms;
  transition-delay: 400ms;
}

.index202212 .index202212-pvvs__intro .pvvs-intro-scroll {
  display: block;
  width: calc(var(--s) * 6);
  margin: calc(var(--s) * 9) auto 0;
  transition-duration: 600ms;
  transition-delay: 600ms;
}

.index202212 .index202212-pvvs__intro.index202212-slidein--off h2 {
  opacity: 0;
  transform: translateY(calc(var(--s) * 4));
}

.index202212 .index202212-pvvs__intro.index202212-slidein--off p {
  opacity: 0;
  transform: translateY(calc(var(--s) * 4));
}

.index202212 .index202212-pvvs__intro.index202212-slidein--off .pvvs-intro-scroll {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-pvvs__intro {
    background-image: url(/index202212/img/pvvs-bg-sp.svg);
  }
}

.index202212 .index202212-pvvs__inner {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75.6%;
  margin: 64px auto 0;
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-pvvs__inner {
    width: 91.8vw;
    margin-top: 10.6667vw;
  }
}

.index202212 .index202212-pvvs__inner .pvvs-point-wrap {
  position: relative;
}

.index202212 .index202212-pvvs__inner .pvvs-point {
  position: absolute;
  left: calc(var(--s) * -4);
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: calc(var(--s) * 1.6);
  height: calc(var(--s) * 1.6);
  aspect-ratio: 1/1;
  background: #FEF520;
  border-radius: 50%;
  transition-duration: 600ms;
}

.index202212 .index202212-pvvs__inner--0 .index202212-pvvs__illust,
.index202212 .index202212-pvvs__inner--0 .index202212-pvvs__text,
.index202212 .index202212-pvvs__inner--0 .index202212-pvvs__scroll {
  opacity: 1;
}

.index202212 .index202212-pvvs__inner--1 .index202212-pvvs__illust,
.index202212 .index202212-pvvs__inner--1 .index202212-pvvs__text,
.index202212 .index202212-pvvs__inner--1 .index202212-pvvs__scroll {
  opacity: 1;
}

.index202212 .index202212-pvvs__inner--2 .pvvs-text-1 {
  height: calc(var(--s) * 12);
}

.index202212 .index202212-pvvs__inner--3 .pvvs-circle {
  left: 30.5%;
  top: 35.4%;
}

.index202212 .index202212-pvvs__inner--3 .pvvs-point {
  top: calc(var(--s) * 9.5);
}

.index202212 .index202212-pvvs__inner--3 .pvvs-text-2 {
  height: calc(var(--s) * 16);
}

.index202212 .index202212-pvvs__inner--4 .pvvs-circle,
.index202212 .index202212-pvvs__inner--5 .pvvs-circle {
  left: 44.8%;
  top: 65.4%;
}

.index202212 .index202212-pvvs__inner--4 .pvvs-point,
.index202212 .index202212-pvvs__inner--5 .pvvs-point {
  top: calc(var(--s) * 16.4);
}

.index202212 .index202212-pvvs__inner--4 .pvvs-text-3,
.index202212 .index202212-pvvs__inner--5 .pvvs-text-3 {
  height: calc(var(--s) * 11);
}

.index202212 .index202212-pvvs__illust {
  position: relative;
  transition-duration: 400ms;
}

@media screen and (min-width: 768.02px) {
  .index202212 .index202212-pvvs__illust {
    width: calc(var(--s)* 52.5);
  }
}

@media screen and (min-width: 768.02px) and (min-width: 1440.02px) {
  .index202212 .index202212-pvvs__illust {
    width: 55.2%;
  }
}

.index202212 .index202212-pvvs__illust img {
  display: block;
  width: 100%;
}

.index202212 .index202212-pvvs__text {
  position: relative;
  transition-duration: 400ms;
}

.index202212 .index202212-pvvs__text li {
  padding: calc(var(--s) * 2) 0;
}

.index202212 .index202212-pvvs__text li img {
  height: calc(var(--s) * 2.9);
}

.index202212 .index202212-pvvs__text li b,
.index202212 .index202212-pvvs__text li p {
  display: block;
  color: #0093D7;
  font-weight: 700;
}

.index202212 .index202212-pvvs__text li b {
  padding: calc(var(--s) * 1.2) 0 0;
  font-size: calc(var(--f) * 2.8);
}

.index202212 .index202212-pvvs__text li p {
  padding: calc(var(--s) * 1.2) 0 calc(var(--s) * 1.4);
  line-height: 1.75;
  font-size: calc(var(--f) * 1.8);
}

.index202212 .index202212-pvvs__text li p.spirit {
  padding: 0 0 0 1em;
  color: #607696;
}

.index202212 .index202212-pvvs__text li p.spirit span {
  color: #0093D7;
}

.index202212 .index202212-pvvs__text li b+p {
  font-size: calc(var(--f) * 1.8);
  line-height: 1.43;
}

.index202212 .index202212-pvvs__scroll {
  position: absolute;
  right: -3px;
  top: 50%;
  display: block;
  width: calc(var(--s) * 1.1);
  margin-top: calc(var(--s) * 2.8);
  transition-duration: 300ms;
}

.index202212 .index202212-pvvs__print {
  display: none;
  margin: 0 auto;
}

@media screen and (min-width: 768.02px) {
  .index202212 .index202212-pvvs__text {
    width: calc(var(--s) * 35.8);
  }
}

@media screen and (min-width: 768.02px) and (min-width: 1440.02px) {
  .index202212 .index202212-pvvs__inner--2 .pvvs-text-1 {
    height: 8.125vw;
  }

  .index202212 .index202212-pvvs__inner--3 .pvvs-point {
    top: 9.3vw;
  }

  .index202212 .index202212-pvvs__inner--3 .pvvs-text-2 {
    height: 9.72vw;
  }

  .index202212 .index202212-pvvs__inner--4 .pvvs-point,
  .index202212 .index202212-pvvs__inner--5 .pvvs-point {
    top: 15.8vw;
  }

  .index202212 .index202212-pvvs__inner--4 .pvvs-text-3,
  .index202212 .index202212-pvvs__inner--5 .pvvs-text-3 {
    height: 7.64vw;
  }

  .index202212 .index202212-pvvs__text {
    width: 36.9%;
  }

  .index202212 .index202212-pvvs__text li {
    padding: 1.9vw 0;
  }

  .index202212 .index202212-pvvs__text li img {
    height: 2.78vw;
  }

  .index202212 .index202212-pvvs__scroll {
    right: 10px;
    width: 0.83vw;
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-pvvs__inner {
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
  }

  .index202212 .index202212-pvvs__inner--3 .pvvs-point {
    top: calc(var(--s) * 6.6);
  }

  .index202212 .index202212-pvvs__inner--4 .pvvs-point,
  .index202212 .index202212-pvvs__inner--5 .pvvs-point {
    top: calc(var(--s) * 11.6);
  }

  .index202212 .index202212-pvvs__intro p {
    width: calc(var(--s) * 100);
    margin: 0 auto;
    padding-top: calc(var(--s) * 2);
    font-size: calc(var(--f) * 1.5);
    line-height: 1.75;
    text-align: left;
    white-space: unset;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .index202212 .index202212-pvvs__intro p {
    width: 91.8vw;
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-pvvs__intro p br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-pvvs__illust {
    width: calc(var(--s)* 27);
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-pvvs__text {
    overflow: visible;
    width: 100%;
    margin-left: calc(var(--s) * 4);
    padding-right: 100px;
  }

  .index202212 .index202212-pvvs__text li {
    padding: calc(var(--s) * 1.2) 0;
  }

  .index202212 .index202212-pvvs__text li img {
    height: calc(var(--s) * 2.6);
  }

  .index202212 .index202212-pvvs__text li b {
    font-size: calc(var(--f) * 1.8);
  }

  .index202212 .index202212-pvvs__text li p {
    font-size: calc(var(--f) * 1.6);
  }

  .index202212 .index202212-pvvs__text li b+p {
    font-size: calc(var(--f) * 1.6);
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-pvvs__scroll {
    right: calc(var(--s) * 1);
    top: unset;
    bottom: calc(var(--s) * 8);
    margin-top: 0;
  }
}

.index202212 .index202212-pvvs__banner {
  width: calc(var(--s) * 96);
  max-width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}

.index202212 .index202212-pvvs__banner-item {
  margin-bottom: calc(var(--s) * 2.4);
}

.index202212 .index202212-pvvs__banner-item:last-child {
  margin-bottom: 0;
}

.index202212 .index202212-pvvs__banner-link {
  position: relative;
  overflow: hidden;
  display: block;
  perspective: 1000px;
  aspect-ratio: 39/19;
}

.index202212 .index202212-pvvs__banner-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 300ms;
}

.index202212 .index202212-pvvs__banner-link:hover {
  opacity: 1;
}

.index202212 .index202212-pvvs__banner-link:hover img {
  transform: scale(1.15);
  transform-origin: center;
}

.index202212 .index202212-pvvs__banner-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  transition-duration: 300ms;
  opacity: 1;
  background: rgba(0, 33, 83, 0.4);
}

.index202212 .index202212-pvvs__banner-link:hover::before {
  opacity: 0;
}

.index202212 .index202212-pvvs__banner-link span {
  position: absolute;
  right: calc(var(--s) * 2.8);
  bottom: calc(var(--s) * 1.8);
  z-index: 10;
  display: flex;
  color: #FFFFFF;
  font-size: calc(var(--f) * 2.4);
  font-weight: 700;
  text-align: right;
}

.index202212 .index202212-pvvs__banner-link span::after {
  content: "";
  width: calc(var(--s) * 1.8);
  margin-left: calc(var(--s) * 1.2);
  vertical-align: middle;
  background: url(/index202212/img/btn-hover.svg) center center/contain no-repeat;
}

@media screen and (min-width: 768.02px) {
  .index202212 .index202212-pvvs__banner {
    padding-top: 180px;
  }

  .index202212 .index202212-pvvs__banner-list {
    display: flex;
    justify-content: space-between;
  }

  .index202212 .index202212-pvvs__banner-item {
    width: calc((100% - var(--s) * 4) / 2);
    margin-bottom: 0;
  }

  .index202212 .index202212-pvvs__banner-link {
    border-radius: calc(var(--s) * 1.6);
    overflow: hidden;
    aspect-ratio: 460/306;
  }
}


.index202212 .index202212-recruit {
  position: relative;
  padding: calc(var(--s) * 9.6) 0 calc(var(--s) * 8);
  background: #EFFAFF;
}

.index202212 .index202212-recruit::before {
  content: "";
}

.index202212 .index202212-recruit__head {
  padding-left: calc(var(--s) * 3.2);
  width: calc(var(--s) * 100);
  margin: 0 auto;
}

.index202212 .index202212-recruit__head b {
  position: relative;
  display: block;
  margin-bottom: 0.38em;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0 !important;
  font-size: calc(var(--f) * 6.4);
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.index202212 .index202212-recruit__head b::before {
  content: "";
  display: block;
  width: calc(var(--s) * 2.4);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #0093D7;
}

.index202212 .index202212-recruit__head small {
  display: block;
  color: #607696;
  font-size: calc(var(--f) * 2);
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-recruit__head b {
    font-size: calc(var(--f) * 3.6);
    margin-bottom: 0.3em;
  }

  .index202212 .index202212-recruit__head b::before {
    width: calc(var(--s) * 1.6);
  }

  .index202212 .index202212-recruit__head small {
    font-size: calc(var(--f) * 1.6);
  }
}

.index202212 .index202212-recruit__head b::before {
  position: absolute;
  top: calc(var(--s) * 2);
  left: calc(var(--s) * -4.2);
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-recruit__head b::before {
    top: calc(var(--s) * 1);
    left: calc(var(--s) * -3.2);
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-recruit__head {
    width: 91.8vw;
  }
}

.index202212 .index202212-recruit__nav {
  width: calc(var(--s) * 100);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-recruit__nav {
    width: 91.8vw;
  }
}

.index202212 .index202212-recruit__nav a {
  position: relative;
  display: inline-block;
  padding: 0.77em 3em 0.77em 1.29em;
  color: #002153;
  font-size: calc(var(--f) * 1.4);
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #002153;
  border-radius: 1000px;
  transition-duration: 300ms;
  display: block;
  width: 100%;
  font-size: calc(var(--f) * 2.4);
  font-weight: 700;
  background-color: #FFFFFF;
  background-size: 0.75em auto;
}

.index202212 .index202212-recruit__nav a::before,
.index202212 .index202212-recruit__nav a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.4em;
  bottom: 0;
  display: block;
  width: 1.25em;
  height: 100%;
  margin: auto 0;
  background: url(/index202212/img/btn.svg) center center/contain no-repeat;
}

.index202212 .index202212-recruit__nav a::after {
  opacity: 0;
  background-image: url(/index202212/img/btn-hover.svg);
  transition-duration: 300ms;
}

.index202212 .index202212-recruit__nav a:hover {
  opacity: 1;
  color: #FFFFFF;
  background: #002256;
}

.index202212 .index202212-recruit__nav a:hover::after {
  opacity: 1;
}

@media screen and (min-width: 768.02px) {
  .index202212 .index202212-recruit__head {
    margin-bottom: calc(var(--s) * 13);
  }

  .index202212 .index202212-recruit__img {
    position: absolute;
    left: 50%;
    top: 0;
    overflow: hidden;
    display: block;
    width: calc(var(--s) * 93.1);
    margin-left: calc(var(--s) * -21);
  }

  .index202212 .index202212-recruit__nav ul {
    display: flex;
    justify-content: space-between;
  }

  .index202212 .index202212-recruit__nav li {
    width: calc(var(--s) * 25);
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-recruit {
    padding: calc(var(--s) * 6.4) 0 calc(var(--s) * 4);
  }

  .index202212 .index202212-recruit__img {
    margin: calc(var(--s) * 2.4) 0 calc(var(--s) * 4);
  }

  .index202212 .index202212-recruit__nav li {
    margin-bottom: calc(var(--s) * 2.4);
  }

  .index202212 .index202212-recruit__nav a {
    padding-top: 0;
    padding-bottom: 0;
    font-size: calc(var(--f) * 1.6);
    line-height: calc(var(--s) * 5.3);
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-products {
    padding-top: calc(var(--s) * 6.4);
  }

  .index202212 .index202212-products__theme {
    flex-wrap: wrap;
  }
}

/*Product and Domain*/
.index202212 .index202212-products.index202212-ver02 {
  padding: calc(var(--s)* 8) 0 calc(var(--s)* 8);
  background-color: #F1F1F1;
  margin-bottom: 0;
  display: block;
}

.index202212 .index202212-ver02 .index202212-products__head {
  width: calc(var(--s)* 122);
  padding-left: 0;
  margin-bottom: calc(var(--s)* 6.5);
  display: block;
}

.index202212 .index202212-ver02 .index202212-products__head b {
  font-family: inherit;
  font-size: calc(var(--f) * 3.2);
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0.38em;
}

.index202212 .index202212-news .index202212-news__head b::before,
.index202212 .index202212-ver02 .index202212-products__head b::before {
  width: calc(var(--s)* 3.2);
  top: calc(var(--s)* 0.3);
}

.index202212 .index202212-ver02 .index202212-products__head small {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 0 !important;
  font-size: calc(var(--f) * 2.0);
  letter-spacing: -0.02em;
}

.index202212 .index202212-products.index202212-ver02 .index202212-products-block {
  width: calc(var(--s)* 122);
  margin: 0 auto;
  margin-bottom: calc(var(--s)* 4);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index202212-products-block .index202212-products-items {
  width: 49%;
  background-color: #fff;
  border-radius: 16px;
}

.index202212-products-block .index202212-products-items:nth-child(n+3) {
  margin-top: calc(var(--s)* 2.5);
}

.index202212-products-block .index202212-products-items a {
  position: relative;
  display: block;
  padding: calc(var(--s)* 1.6) calc(var(--s)* 1.6) calc(var(--s)* 3) calc(var(--s)* 1.6);
}

.index202212-products-block .index202212-products-items a:before,
.index202212-products-block .index202212-products-items a:after {
  content: "";
  position: absolute;
  right: calc(var(--s)* 1.6);
  top: auto;
  bottom: calc(var(--s)* 1.6);
  display: block;
  width: calc(var(--s)* 5);
  aspect-ratio: 1 / 1;
  background: url(/index202212/img/btn.svg) center center no-repeat;
  background-size: calc(var(--s)* 2.5);
  border-radius: 50%;
  border: 1px solid #002153;
  line-height: 1;
  height: calc(var(--s)* 5);
  transition-duration: 300ms;
}

.index202212-products-block .index202212-products-items a:after {
  opacity: 0;
  background: #002153 url(/index202212/img/btn-hover.svg) center center no-repeat;
  background-size: calc(var(--s)* 2.5);
}

.index202212-products-block .index202212-products-items a:hover:after {
  opacity: 1;
}

.index202212-products-block .index202212-products-items a h3.index202212-products-ttl {
  position: relative;
  font-size: calc(var(--f)* 2.4);
  line-height: 1;
  margin-bottom: calc(var(--s)* 2.5);
}

.index202212-products-block .index202212-products-items a h3.index202212-products-ttl:before {
  content: "";
  display: inline-block;
  width: calc(var(--s)* 1.6);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #0093D7;
  margin-right: 10px;
}

.index202212-products-block .index202212-products-items a h3.index202212-products-ttl.violet:before {
  background: #B18AD2;
}

.index202212-products-block .index202212-products-items a h3.index202212-products-ttl.peach:before {
  background: #FC9D9D;
}

.index202212-products-block .index202212-products-items a h3.index202212-products-ttl.lime:before {
  background: #46D78E;
}

.index202212-products-block .index202212-products-items a h3.index202212-products-ttl.yellow:before {
  background: #FEC63C;
}

.index202212-products-block .index202212-products-items .index202212-products-desc {
  display: flex;
  align-items: center;
}

.index202212-products-block .index202212-products-items .index202212-products-desc .img {
  margin-right: calc(var(--s)* 3);
  overflow: hidden;
  border-radius: 8px;
}

.index202212-products-desc .info {
  width: 35.35%;
}

.index202212-products-desc .info ul li {
  color: #77797C;
  font-weight: 500;
  padding: calc(var(--s)* 1.6) 0;
  border-bottom: 1px solid #F1F1F1;
}

.index202212-products-desc .info ul li:last-child {
  border-bottom: none;
}

.index202212-products-desc .info ul li:first-child {
  padding-top: 0;
}

.index202212-ver02 .index202212-domain-block {
  width: calc(var(--s)* 93.042);
  margin: 0 auto;
}

.index202212-ver02 .index202212-domain-block h3 {
  font-size: calc(var(--s)* 2.4);
  margin-bottom: calc(var(--s)* 4);
  font-weight: bold;
}

.index202212-ver02 .index202212-domain-block .index202212-products__box {
  width: 100%;
}

.index202212-ver02 .index202212-domain-block .index202212-products__theme {
  justify-content: space-between;
  width: 100%;
}

.index202212-ver02 .index202212-domain-block .index202212-products__theme .index202212-products__box {
  width: calc(var(--s)* 45.5);
  margin: 0;
}

.index202212-ver02 .index202212-domain-block .index202212-products__theme .index202212-products__link {
  display: block;
  width: 100%;
}

.index202212-ver02 .index202212-domain-block .index202212-products__theme .index202212-products__link::after {
  position: absolute;
  display: block;
  right: calc(var(--s)* 2.3);
  top: 50%;
  transform: translateY(-50%);
}

.index202212 .index202212-ver02 .index202212-domain-block .index202212-products__theme .index202212-products__link {
  font-size: calc(var(--f)* 1.6);
  padding: 0.973em 3em 0.973em 1.29em;
  min-height: auto;
}

.index202212 .index202212-products__theme {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.index202212 .index202212-products__theme .index202212-products__link {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #002153;
  border-radius: 50px;
  color: #002153;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1.5;
  min-height: 56px;
  padding: 16px 20px 16px 24px;
  position: relative;
  text-decoration: none;
  transition: .2s ease all;
}

.index202212 .index202212-products__theme .index202212-products__link:hover {
  background: #002153;
  color: #fff;
  opacity: 1;
}

.index202212 .index202212-products__theme .index202212-products__link::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/images/common/icon_arrowRight.svg);
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 16px;
  width: 18px;
  transition: .2s ease all;
}

.index202212 .index202212-products__theme .index202212-products__link:hover::after {
  background-image: url(/images/common/icon_arrowRightWhite.svg);
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-products.index202212-ver02 {
    padding: calc(var(--s) * 5.5) 0 calc(var(--s) * 5.5);
  }

  .index202212 .index202212-ver02 .index202212-products__head {
    width: 91.8vw;
    padding-left: calc(var(--s)* 3.2);
    margin-bottom: calc(var(--s)* 4);
  }

  .index202212 .index202212-ver02 .index202212-products__head b {
    font-size: calc(var(--f) * 2.1);
  }

  .index202212 .index202212-ver02 .index202212-products__head b::before {
    width: calc(var(--s)* 1.6);
  }

  .index202212 .index202212-ver02 .index202212-products__head b::before {
    top: calc(var(--s)* 0.3);
    left: calc(var(--s)* -2.2);
  }

  .index202212 .index202212-ver02 .index202212-products__head small {
    font-size: calc(var(--f) * 1.6);
  }

  .index202212 .index202212-products.index202212-ver02 .index202212-products-block {
    width: 91.8vw;
    margin-bottom: calc(var(--s)* 3);
    display: block;
  }

  .index202212-products-block .index202212-products-items {
    width: 100%;
  }

  .index202212-products-block .index202212-products-items:nth-child(n+2) {
    margin-top: calc(var(--s)* 1.2);
  }

  .index202212-products-block .index202212-products-items a {
    padding: calc(var(--s)* 1.6);
  }

  .index202212-products-block .index202212-products-items a h3.index202212-products-ttl {
    font-size: calc(var(--f)* 1.6);
    line-height: 1.8;
    margin-bottom: calc(var(--s)* 1.5);
    width: calc(var(--s)* 29);
  }

  .index202212-products-block .index202212-products-items a h3.index202212-products-ttl:before {
    width: calc(var(--s)* 1.4);
    margin-right: 5px;
  }

  .index202212-products-block .index202212-products-items .index202212-products-desc .img {
    margin-right: calc(var(--s)* 1.5);
    width: 46%;
  }

  .index202212-products-desc .info {
    width: 46%;
  }

  .index202212-products-desc .info ul li {
    padding: calc(var(--s)* 1) 0;
    font-size: calc(var(--s)* 1.4);
    letter-spacing: normal;
  }

  .index202212-products-block .index202212-products-items a:before,
  .index202212-products-block .index202212-products-items a:after {
    top: calc(var(--s)* 1.6);
    bottom: unset;
    height: calc(var(--s)* 3.2);
    background-size: calc(var(--s)* 1.5);
    width: calc(var(--s)* 3.2);
  }

  .index202212-products-block .index202212-products-items a:after {
    background-size: calc(var(--s)* 1.5);
  }

  .index202212-ver02 .index202212-domain-block {
    width: 91.8vw;
  }

  .index202212-ver02 .index202212-domain-block h3 {
    font-size: calc(var(--s)* 2);
    margin-bottom: calc(var(--s)* 2.5);
  }

  .index202212-ver02 .index202212-domain-block .index202212-products__theme .index202212-products__box {
    width: 100%;
  }

  .index202212-ver02 .index202212-domain-block .index202212-products__theme .index202212-products__box:first-child {
    margin-bottom: calc(var(--s)* 1.6);
  }
}

.index202212 .index202212-topics {
  width: calc(var(--s) * 100);
  margin: 0 auto;
  position: relative;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: calc(var(--s) * -7.6);
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-topics {
    width: 91.8vw;
  }
}

.index202212 .index202212-topics__head {
  margin-right: calc(var(--s) * 2.8);
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0 !important;
  color: #707070;
  font-size: calc(var(--f) * 2.4);
}

.index202212 .index202212-topics__prev,
.index202212 .index202212-topics__stop,
.index202212 .index202212-topics__play {
  margin-right: calc(var(--s) * 1.2);
}

.index202212 .index202212-topics__swiper {
  position: relative;
}

.index202212 .index202212-topics__swiper a {
  position: relative;
  overflow: hidden;
  display: block;
  perspective: 1000px;
  border-radius: calc(var(--s) * 1.6);
  overflow: hidden;
  margin: 0 calc(var(--s) * 1.2);
  aspect-ratio: 16/9;
  background: #C2DCEE;
  box-shadow: 0 0 calc(var(--s) * 1.5) 0 rgba(0, 33, 83, 0.2);
}

.index202212 .index202212-topics__swiper a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 300ms;
}

.index202212 .index202212-topics__swiper a:hover {
  opacity: 1;
}

.index202212 .index202212-topics__swiper a:hover img {
  transform: scale(1.15);
  transform-origin: center;
}

.index202212 .index202212-topics__swiper a img {
  object-fit: contain;
}

@media screen and (min-width: 1440.02px) {
  .index202212 .index202212-topics {
    margin-top: -5.5vw;
  }
}

@media screen and (min-width: 768.02px) {
  .index202212 .index202212-topics__swiper {
    left: 50%;
    max-width: 9999px;
    width: calc(var(--s) * 183);
    margin: calc(var(--s) * 2.4) 0 calc(var(--s) * 4) calc(var(--s) * -91.5);
  }

  .index202212 .index202212-topics__swiper li {
    max-width: calc(var(--s) * 36.6);
  }

  .index202212 .index202212-topics__swiper.no-swiper .swiper-wrapper {
    display: flex;
    justify-content: center;
  }

  .index202212 .index202212-topics__player {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-topics {
    justify-content: space-between;
    /* margin-top: calc(var(--s) * -8); */
    margin-top: calc(var(--s) * -16);
  }

  .index202212 .index202212-topics__head {
    /* flex-grow: 99; */
    margin-right: calc(var(--s) * 1.2);
    margin-left: 0;
    font-size: calc(var(--f) * 1.4);
    width: 3.2em;
  }

  .index202212 .index202212-topics__swiper {
    width: 100%;
    margin: calc(var(--s) * 2.4) 0 calc(var(--s) * 2.2);
  }

  .index202212 .index202212-topics__swiper a {
    margin: 0 calc(var(--s) * 1.2);
  }
}

.index202212 .no-swiper .index202212-topics__prev,
.index202212 .no-swiper .index202212-topics__next {
  display: none;
}

@media screen and (min-width: 768.02px) {
  .index202212 .no-swiper .index202212-topics__swiper .swiper-wrapper {
    display: flex;
    justify-content: center;
  }

  .index202212-products__box--keyword {
    max-width: calc(var(--s)* 64);
  }
}

/*.c-title__02__wrap*/
.c-title__02__wrap {
  width: 100%;
  position: relative;
}

.c-title__02__wrap::after,
.c-title__02__wrap::before {
  background: #0093d7;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.c-title__02__wrap::before {
  height: 1px;
  width: 100%
}

.c-title__02__wrap::after {
  height: 3px;
  width: 40px
}

.c-title__02__wrap .c-title__02::after,
.c-title__02__wrap .c-title__02::before {
  display: none;
}

.c-title__02__wrap .c-title__02::before {
  height: 0;
  width: 100%
}

.c-title__02__wrap .c-title__02::after {
  height: 0;
  width: 0
}

.c-title__02__wrap .c-title__02__flex {
  display: flex;
}

#film .c-title__02__wrap h2,
#film .c-title__02__wrap ul li span {
  color: #9042D3;
}

#lifeScience .c-title__02__wrap h2,
#lifeScience .c-title__02__wrap ul li span {
  color: #F27878;
}

#environmental .c-title__02__wrap h2,
#environmental .c-title__02__wrap ul li span {
  color: #2EC77A;
}

#functional .c-title__02__wrap h2,
#functional .c-title__02__wrap ul li span {
  color: #FFC500;
}

@media screen and (min-width: 768px) {
  .c-title__02__wrap {
    padding-top: 45px;
    margin-bottom: 64px;
    margin-top: 100px;
  }

  .c-title__02__wrap::after {
    width: 62px
  }

  .c-title__02__wrap .c-title__02 {
    margin-bottom: 18px;
    padding-top: 0;
    margin-top: 0;
  }

  .c-title__02__wrap .c-title__02::after {
    width: 0
  }

  .c-title__02__wrap h2 {
    margin-bottom: 8px !important;
  }

  .c-title__02__wrap .c-title__02__flex>img {
    width: 100%;
    max-width: 168px;
    display: block;
  }

  .c-title__02__wrap .c-title__02__flex .data {
    margin-left: 30px;
  }

  .c-title__02__wrap .c-title__02__flex .data p {
    font-size: 0.9rem;
    margin-top: 8px;
  }

  .c-title__02__wrap .c-title__02__flex .data ul li {
    display: inline-block;
  }

  .c-title__02__wrap .c-title__02__flex .data ul li:not(:last-child) {
    margin-right: 20px;
  }
}

@media print {
  .c-title__02__wrap {
    padding-top: 45px;
    margin-bottom: 64px;
    margin-top: 100px;
  }

  .c-title__02__wrap::after {
    width: 62px
  }

  .c-title__02__wrap .c-title__02 {
    margin-bottom: 18px;
    padding-top: 0;
    margin-top: 0;
  }

  .c-title__02__wrap .c-title__02::after {
    width: 0
  }

  .c-title__02__wrap h2 {
    margin-bottom: 8px !important;
  }

  .c-title__02__wrap .c-title__02__flex>img {
    width: 100%;
    max-width: 168px;
    display: block;
  }

  .c-title__02__wrap .c-title__02__flex .data {
    margin-left: 30px;
  }

  .c-title__02__wrap .c-title__02__flex .data p {
    font-size: 0.9rem;
    margin-top: 8px;
  }

  .c-title__02__wrap .c-title__02__flex .data ul li {
    display: inline-block;
  }

  .c-title__02__wrap .c-title__02__flex .data ul li:not(:last-child) {
    margin-right: 20px;
  }

  .pc_only {
    display: block;
  }

  .sp_only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-title__02__wrap {
    padding-top: 18px;
    margin-bottom: 18px;
    margin-top: 63px;
  }

  .c-title__02__wrap::after {
    width: 62px
  }

  .c-title__02__wrap .c-title__02 {
    margin-bottom: 18px;
    padding-top: 0;
  }

  .c-title__02__wrap .c-title__02::after {
    width: 0
  }

  .c-title__02__wrap .c-title__02__flex {
    align-items: center;
  }

  .c-title__02__wrap .c-title__02__flex .data {
    margin-left: 10%;
  }
}

@media screen and (min-width: 1024px) {
  .p-productsCategory__anchor li {
    max-width: 326px !important;
  }

  .p-productsCategory__anchor li a .icon img {
    min-width: 40px;
  }
}

@media screen and (min-width:768px) {
  .mt-0 {
    margin-top: 0 !important
  }

  .mt-5 {
    margin-top: 5px !important
  }

  .mt-10 {
    margin-top: 10px !important
  }

  .mt-15 {
    margin-top: 15px !important
  }

  .mt-20 {
    margin-top: 20px !important
  }

  .mt-25 {
    margin-top: 25px !important
  }

  .mt-30 {
    margin-top: 30px !important
  }

  .mt-35 {
    margin-top: 35px !important
  }

  .mt-40 {
    margin-top: 40px !important
  }

  .mt-45 {
    margin-top: 45px !important
  }

  .mt-50 {
    margin-top: 50px !important
  }

  .mt-55 {
    margin-top: 55px !important
  }

  .mt-60 {
    margin-top: 60px !important
  }

  .mt-65 {
    margin-top: 65px !important
  }

  .mt-70 {
    margin-top: 70px !important
  }

  .mt-75 {
    margin-top: 75px !important
  }

  .mt-80 {
    margin-top: 80px !important
  }

  .mt-85 {
    margin-top: 85px !important
  }

  .mt-90 {
    margin-top: 90px !important
  }

  .mt-95 {
    margin-top: 95px !important
  }

  .mt-100 {
    margin-top: 100px !important
  }

  .mt-110 {
    margin-top: 110px !important
  }

  .mt-120 {
    margin-top: 120px !important
  }

  .mt-125 {
    margin-top: 125px !important
  }

  .mt-130 {
    margin-top: 130px !important
  }

  .mt-140 {
    margin-top: 140px !important
  }

  .mt-150 {
    margin-top: 150px !important
  }

  .mt-160 {
    margin-top: 160px !important
  }

  .mt-170 {
    margin-top: 170px !important
  }

  .mt-180 {
    margin-top: 180px !important
  }

  .mt-190 {
    margin-top: 190px !important
  }

  .mt-200 {
    margin-top: 200px !important
  }

  .mb-0 {
    margin-bottom: 0 !important
  }

  .mb-5 {
    margin-bottom: 5px !important
  }

  .mb-10 {
    margin-bottom: 10px !important
  }

  .mb-15 {
    margin-bottom: 15px !important
  }

  .mb-20 {
    margin-bottom: 20px !important
  }

  .mb-25 {
    margin-bottom: 25px !important
  }

  .mb-30 {
    margin-bottom: 30px !important
  }

  .mb-35 {
    margin-bottom: 35px !important
  }

  .mb-40 {
    margin-bottom: 40px !important
  }

  .mb-45 {
    margin-bottom: 45px !important
  }

  .mb-50 {
    margin-bottom: 50px !important
  }

  .mb-55 {
    margin-bottom: 55px !important
  }

  .mb-60 {
    margin-bottom: 60px !important
  }

  .mb-65 {
    margin-bottom: 65px !important
  }

  .mb-70 {
    margin-bottom: 70px !important
  }

  .mb-75 {
    margin-bottom: 75px !important
  }

  .mb-80 {
    margin-bottom: 80px !important
  }

  .mb-85 {
    margin-bottom: 85px !important
  }

  .mb-90 {
    margin-bottom: 90px !important
  }

  .mb-95 {
    margin-bottom: 95px !important
  }

  .mb-100 {
    margin-bottom: 100px !important
  }

  .mb-110 {
    margin-bottom: 110px !important
  }

  .mb-120 {
    margin-bottom: 120px !important
  }

  .mb-125 {
    margin-bottom: 125px !important
  }

  .mb-130 {
    margin-bottom: 130px !important
  }

  .mb-140 {
    margin-bottom: 140px !important
  }

  .mb-150 {
    margin-bottom: 150px !important
  }

  .mb-160 {
    margin-bottom: 160px !important
  }

  .mb-170 {
    margin-bottom: 170px !important
  }

  .mb-180 {
    margin-bottom: 180px !important
  }

  .mb-190 {
    margin-bottom: 190px !important
  }

  .mb-200 {
    margin-bottom: 200px !important
  }

  .pl-0 {
    padding-left: 0 !important
  }

  .pl-5 {
    padding-left: 5px !important
  }

  .pl-10 {
    padding-left: 10px !important
  }

  .pl-15 {
    padding-left: 15px !important
  }

  .pl-20 {
    padding-left: 20px !important
  }

  .pl-25 {
    padding-left: 25px !important
  }

  .pl-30 {
    padding-left: 30px !important
  }

  .pl-35 {
    padding-left: 35px !important
  }

  .pl-40 {
    padding-left: 40px !important
  }

  .pl-45 {
    padding-left: 45px !important
  }

  .pl-50 {
    padding-left: 50px !important
  }

  .pl-55 {
    padding-left: 55px !important
  }

  .pl-60 {
    padding-left: 60px !important
  }

  .pl-65 {
    padding-left: 65px !important
  }

  .pl-70 {
    padding-left: 70px !important
  }

  .pl-75 {
    padding-left: 75px !important
  }

  .pl-80 {
    padding-left: 80px !important
  }

  .pl-85 {
    padding-left: 85px !important
  }

  .pl-90 {
    padding-left: 90px !important
  }

  .pl-95 {
    padding-left: 95px !important
  }

  .pl-100 {
    padding-left: 100px !important
  }

  .pl-110 {
    padding-left: 110px !important
  }

  .pl-120 {
    padding-left: 120px !important
  }

  .pl-130 {
    padding-left: 130px !important
  }

  .pl-140 {
    padding-left: 140px !important
  }

  .pl-100 {
    padding-left: 100px !important
  }

  .pl-150 {
    padding-left: 150px !important
  }

  .pl-160 {
    padding-left: 160px !important
  }

  .pl-170 {
    padding-left: 170px !important
  }

  .pl-180 {
    padding-left: 180px !important
  }

  .pl-190 {
    padding-left: 190px !important
  }

  .pl-200 {
    padding-left: 200px !important
  }

  .pr-0 {
    padding-right: 0 !important
  }

  .pr-5 {
    padding-right: 5px !important
  }

  .pr-10 {
    padding-right: 10px !important
  }

  .pr-15 {
    padding-right: 15px !important
  }

  .pr-20 {
    padding-right: 20px !important
  }

  .pr-25 {
    padding-right: 25px !important
  }

  .pr-30 {
    padding-right: 30px !important
  }

  .pr-35 {
    padding-right: 35px !important
  }

  .pr-40 {
    padding-right: 40px !important
  }

  .pr-45 {
    padding-right: 45px !important
  }

  .pr-50 {
    padding-right: 50px !important
  }

  .pr-55 {
    padding-right: 55px !important
  }

  .pr-60 {
    padding-right: 60px !important
  }

  .pr-65 {
    padding-right: 65px !important
  }

  .pr-70 {
    padding-right: 70px !important
  }

  .pr-75 {
    padding-right: 75px !important
  }

  .pr-80 {
    padding-right: 80px !important
  }

  .pr-85 {
    padding-right: 85px !important
  }

  .pr-90 {
    padding-right: 90px !important
  }

  .pr-95 {
    padding-right: 95px !important
  }

  .pr-100 {
    padding-right: 100px !important
  }

  .pr-110 {
    padding-right: 110px !important
  }

  .pr-120 {
    padding-right: 120px !important
  }

  .pr-130 {
    padding-right: 130px !important
  }

  .pr-140 {
    padding-right: 140px !important
  }

  .pr-150 {
    padding-right: 150px !important
  }

  .pr-160 {
    padding-right: 160px !important
  }

  .pr-170 {
    padding-right: 170px !important
  }

  .pr-180 {
    padding-right: 180px !important
  }

  .pr-190 {
    padding-right: 190px !important
  }

  .pr-200 {
    padding-right: 200px !important
  }

  .pt-0 {
    padding-top: 0 !important
  }

  .pt-5 {
    padding-top: 5px !important
  }

  .pt-10 {
    padding-top: 10px !important
  }

  .pt-15 {
    padding-top: 15px !important
  }

  .pt-20 {
    padding-top: 20px !important
  }

  .pt-25 {
    padding-top: 25px !important
  }

  .pt-30 {
    padding-top: 30px !important
  }

  .pt-35 {
    padding-top: 35px !important
  }

  .pt-40 {
    padding-top: 40px !important
  }

  .pt-45 {
    padding-top: 45px !important
  }

  .pt-50 {
    padding-top: 50px !important
  }

  .pt-55 {
    padding-top: 55px !important
  }

  .pt-60 {
    padding-top: 60px !important
  }

  .pt-65 {
    padding-top: 65px !important
  }

  .pt-70 {
    padding-top: 70px !important
  }

  .pt-75 {
    padding-top: 75px !important
  }

  .pt-80 {
    padding-top: 80px !important
  }

  .pt-85 {
    padding-top: 85px !important
  }

  .pt-90 {
    padding-top: 90px !important
  }

  .pt-95 {
    padding-top: 95px !important
  }

  .pt-100 {
    padding-top: 100px !important
  }

  .pt-110 {
    padding-top: 110px !important
  }

  .pt-120 {
    padding-top: 120px !important
  }

  .pt-130 {
    padding-top: 130px !important
  }

  .pt-140 {
    padding-top: 140px !important
  }

  .pt-150 {
    padding-top: 150px !important
  }

  .pt-160 {
    padding-top: 160px !important
  }

  .pt-170 {
    padding-top: 170px !important
  }

  .pt-180 {
    padding-top: 180px !important
  }

  .pt-190 {
    padding-top: 190px !important
  }

  .pt-200 {
    padding-top: 200px !important
  }

  .pb-0 {
    padding-bottom: 0 !important
  }

  .pb-5 {
    padding-bottom: 5px !important
  }

  .pb-10 {
    padding-bottom: 10px !important
  }

  .pb-15 {
    padding-bottom: 15px !important
  }

  .pb-20 {
    padding-bottom: 20px !important
  }

  .pb-25 {
    padding-bottom: 25px !important
  }

  .pb-30 {
    padding-bottom: 30px !important
  }

  .pb-35 {
    padding-bottom: 35px !important
  }

  .pb-40 {
    padding-bottom: 40px !important
  }

  .pb-45 {
    padding-bottom: 45px !important
  }

  .pb-50 {
    padding-bottom: 50px !important
  }

  .pb-55 {
    padding-bottom: 55px !important
  }

  .pb-60 {
    padding-bottom: 60px !important
  }

  .pb-65 {
    padding-bottom: 65px !important
  }

  .pb-70 {
    padding-bottom: 70px !important
  }

  .pb-75 {
    padding-bottom: 75px !important
  }

  .pb-80 {
    padding-bottom: 80px !important
  }

  .pb-85 {
    padding-bottom: 85px !important
  }

  .pb-90 {
    padding-bottom: 90px !important
  }

  .pb-95 {
    padding-bottom: 95px !important
  }

  .pb-100 {
    padding-bottom: 100px !important
  }

  .pb-110 {
    padding-bottom: 110px !important
  }

  .pb-120 {
    padding-bottom: 120px !important
  }

  .pb-130 {
    padding-bottom: 130px !important
  }

  .pb-140 {
    padding-bottom: 140px !important
  }

  .pb-150 {
    padding-bottom: 150px !important
  }

  .pb-160 {
    padding-bottom: 160px !important
  }

  .pb-170 {
    padding-bottom: 170px !important
  }

  .pb-180 {
    padding-bottom: 180px !important
  }

  .pb-190 {
    padding-bottom: 190px !important
  }

  .pb-200 {
    padding-bottom: 200px !important
  }

  .pc_only {
    display: block;
  }

  .sp_only {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .mt-0-sp {
    margin-top: 0 !important
  }

  .mt-5-sp {
    margin-top: 5px !important
  }

  .mt-10-sp {
    margin-top: 10px !important
  }

  .mt-15-sp {
    margin-top: 15px !important
  }

  .mt-20-sp {
    margin-top: 20px !important
  }

  .mt-25-sp {
    margin-top: 25px !important
  }

  .mt-30-sp {
    margin-top: 30px !important
  }

  .mt-35-sp {
    margin-top: 35px !important
  }

  .mt-40-sp {
    margin-top: 40px !important
  }

  .mt-45-sp {
    margin-top: 45px !important
  }

  .mt-50-sp {
    margin-top: 50px !important
  }

  .mt-55-sp {
    margin-top: 55px !important
  }

  .mt-60-sp {
    margin-top: 60px !important
  }

  .mt-65-sp {
    margin-top: 65px !important
  }

  .mt-70-sp {
    margin-top: 70px !important
  }

  .mt-75-sp {
    margin-top: 75px !important
  }

  .mt-80-sp {
    margin-top: 80px !important
  }

  .mt-85-sp {
    margin-top: 85px !important
  }

  .mt-90-sp {
    margin-top: 90px !important
  }

  .mt-95-sp {
    margin-top: 95px !important
  }

  .mt-100-sp {
    margin-top: 100px !important
  }

  .mt-110-sp {
    margin-top: 110px !important
  }

  .mt-120-sp {
    margin-top: 120px !important
  }

  .mt-130-sp {
    margin-top: 130px !important
  }

  .mt-140-sp {
    margin-top: 140px !important
  }

  .mt-150-sp {
    margin-top: 150px !important
  }

  .mt-160-sp {
    margin-top: 160px !important
  }

  .mt-170-sp {
    margin-top: 170px !important
  }

  .mt-180-sp {
    margin-top: 180px !important
  }

  .mt-190-sp {
    margin-top: 190px !important
  }

  .mt-200-sp {
    margin-top: 200px !important
  }

  .mb-0-sp {
    margin-bottom: 0 !important
  }

  .mb-5-sp {
    margin-bottom: 5px !important
  }

  .mb-10-sp {
    margin-bottom: 10px !important
  }

  .mb-15-sp {
    margin-bottom: 15px !important
  }

  .mb-20-sp {
    margin-bottom: 20px !important
  }

  .mb-25-sp {
    margin-bottom: 25px !important
  }

  .mb-30-sp {
    margin-bottom: 30px !important
  }

  .mb-35-sp {
    margin-bottom: 35px !important
  }

  .mb-40-sp {
    margin-bottom: 40px !important
  }

  .mb-45-sp {
    margin-bottom: 45px !important
  }

  .mb-50-sp {
    margin-bottom: 50px !important
  }

  .mb-55-sp {
    margin-bottom: 55px !important
  }

  .mb-60-sp {
    margin-bottom: 60px !important
  }

  .mb-65-sp {
    margin-bottom: 65px !important
  }

  .mb-70-sp {
    margin-bottom: 70px !important
  }

  .mb-75-sp {
    margin-bottom: 75px !important
  }

  .mb-80-sp {
    margin-bottom: 80px !important
  }

  .mb-85-sp {
    margin-bottom: 85px !important
  }

  .mb-90-sp {
    margin-bottom: 90px !important
  }

  .mb-95-sp {
    margin-bottom: 95px !important
  }

  .mb-100-sp {
    margin-bottom: 100px !important
  }

  .mb-110-sp {
    margin-bottom: 110px !important
  }

  .mb-120-sp {
    margin-bottom: 120px !important
  }

  .mb-130-sp {
    margin-bottom: 130px !important
  }

  .mb-140-sp {
    margin-bottom: 140px !important
  }

  .mb-150-sp {
    margin-bottom: 150px !important
  }

  .mb-160-sp {
    margin-bottom: 160px !important
  }

  .mb-170-sp {
    margin-bottom: 170px !important
  }

  .mb-180-sp {
    margin-bottom: 180px !important
  }

  .mb-190-sp {
    margin-bottom: 190px !important
  }

  .mb-200-sp {
    margin-bottom: 200px !important
  }

  .pl-0-sp {
    padding-left: 0 !important
  }

  .pl-5-sp {
    padding-left: 5px !important
  }

  .pl-10-sp {
    padding-left: 10px !important
  }

  .pl-15-sp {
    padding-left: 15px !important
  }

  .pl-20-sp {
    padding-left: 20px !important
  }

  .pl-25-sp {
    padding-left: 25px !important
  }

  .pl-30-sp {
    padding-left: 30px !important
  }

  .pl-35-sp {
    padding-left: 35px !important
  }

  .pl-40-sp {
    padding-left: 40px !important
  }

  .pl-45-sp {
    padding-left: 45px !important
  }

  .pl-50-sp {
    padding-left: 50px !important
  }

  .pl-55-sp {
    padding-left: 55px !important
  }

  .pl-60-sp {
    padding-left: 60px !important
  }

  .pl-65-sp {
    padding-left: 65px !important
  }

  .pl-70-sp {
    padding-left: 70px !important
  }

  .pl-75-sp {
    padding-left: 75px !important
  }

  .pl-80-sp {
    padding-left: 80px !important
  }

  .pl-85-sp {
    padding-left: 85px !important
  }

  .pl-90-sp {
    padding-left: 90px !important
  }

  .pl-95-sp {
    padding-left: 95px !important
  }

  .pl-100-sp {
    padding-left: 100px !important
  }

  .pr-0-sp {
    padding-right: 0 !important
  }

  .pr-5-sp {
    padding-right: 5px !important
  }

  .pr-10-sp {
    padding-right: 10px !important
  }

  .pr-15-sp {
    padding-right: 15px !important
  }

  .pr-20-sp {
    padding-right: 20px !important
  }

  .pr-25-sp {
    padding-right: 25px !important
  }

  .pr-30-sp {
    padding-right: 30px !important
  }

  .pr-35-sp {
    padding-right: 35px !important
  }

  .pr-40-sp {
    padding-right: 40px !important
  }

  .pr-45-sp {
    padding-right: 45px !important
  }

  .pr-50-sp {
    padding-right: 50px !important
  }

  .pr-55-sp {
    padding-right: 55px !important
  }

  .pr-60-sp {
    padding-right: 60px !important
  }

  .pr-65-sp {
    padding-right: 65px !important
  }

  .pr-70-sp {
    padding-right: 70px !important
  }

  .pr-75-sp {
    padding-right: 75px !important
  }

  .pr-80-sp {
    padding-right: 80px !important
  }

  .pr-85-sp {
    padding-right: 85px !important
  }

  .pr-90-sp {
    padding-right: 90px !important
  }

  .pr-95-sp {
    padding-right: 95px !important
  }

  .pr-100-sp {
    padding-right: 100px !important
  }

  .pt-0-sp {
    padding-top: 0 !important
  }

  .pt-5-sp {
    padding-top: 5px !important
  }

  .pt-10-sp {
    padding-top: 10px !important
  }

  .pt-15-sp {
    padding-top: 15px !important
  }

  .pt-20-sp {
    padding-top: 20px !important
  }

  .pt-25-sp {
    padding-top: 25px !important
  }

  .pt-30-sp {
    padding-top: 30px !important
  }

  .pt-35-sp {
    padding-top: 35px !important
  }

  .pt-40-sp {
    padding-top: 40px !important
  }

  .pt-45-sp {
    padding-top: 45px !important
  }

  .pt-50-sp {
    padding-top: 50px !important
  }

  .pt-55-sp {
    padding-top: 55px !important
  }

  .pt-60-sp {
    padding-top: 60px !important
  }

  .pt-65-sp {
    padding-top: 65px !important
  }

  .pt-70-sp {
    padding-top: 70px !important
  }

  .pt-75-sp {
    padding-top: 75px !important
  }

  .pt-80-sp {
    padding-top: 80px !important
  }

  .pt-85-sp {
    padding-top: 85px !important
  }

  .pt-90-sp {
    padding-top: 90px !important
  }

  .pt-95-sp {
    padding-top: 95px !important
  }

  .pt-100-sp {
    padding-top: 100px !important
  }

  .pb-0-sp {
    padding-bottom: 0 !important
  }

  .pb-5-sp {
    padding-bottom: 5px !important
  }

  .pb-10-sp {
    padding-bottom: 10px !important
  }

  .pb-15-sp {
    padding-bottom: 15px !important
  }

  .pb-20-sp {
    padding-bottom: 20px !important
  }

  .pb-25-sp {
    padding-bottom: 25px !important
  }

  .pb-30-sp {
    padding-bottom: 30px !important
  }

  .pb-35-sp {
    padding-bottom: 35px !important
  }

  .pb-40-sp {
    padding-bottom: 40px !important
  }

  .pb-45-sp {
    padding-bottom: 45px !important
  }

  .pb-50-sp {
    padding-bottom: 50px !important
  }

  .pb-55-sp {
    padding-bottom: 55px !important
  }

  .pb-60-sp {
    padding-bottom: 60px !important
  }

  .pb-65-sp {
    padding-bottom: 65px !important
  }

  .pb-70-sp {
    padding-bottom: 70px !important
  }

  .pb-75-sp {
    padding-bottom: 75px !important
  }

  .pb-80-sp {
    padding-bottom: 80px !important
  }

  .pb-85-sp {
    padding-bottom: 85px !important
  }

  .pb-90-sp {
    padding-bottom: 90px !important
  }

  .pb-95-sp {
    padding-bottom: 95px !important
  }

  .pb-100-sp {
    padding-bottom: 100px !important
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }
}

/* 241204 */
.p-productsFilterTxt.-hide {
  display: none;
}

.products-search .p-productsForm__box {
  background-color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0 10px;
}

.products-search .p-productsForm__box:first-child {
  max-width: none;
}

.products-search .p-productsForm__box .c-title__04 {
  color: #3B3164;
  font-size: 21px;
  margin-bottom: 0;
  margin-right: 15px;
}

.products-search .p-productsForm__box-text form input[type=text] {
  border: 1px solid #00305A;
  border-radius: 10px;
  height: 50px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.products-search .products-search-box {
  display: flex;
  justify-content: space-between;
}

.products-search .products-search-box .index202212 {
  width: 31%;
  background-color: #0590D8;
  border-radius: 10px;
  padding: 19px 10px 0px;
}

.products-search-box-ttl {
  font-size: 21px;
  font-weight: bold;
  line-height: 10px;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}

.products-search-box-ttl span {
  font-size: 13px;
  font-weight: normal;
}

.products-category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.products-category-list-item {
  border: 1px solid #00305A;
  border-radius: 10px;
  width: calc((100% - 10px) / 2);
  background-color: #fff;
  text-align: center;
  margin-bottom: 14px;
  padding: 16px 9px 12px;
}

.products-category-list-item:hover {
  background-color: #F5F5F5;
}


.products-category-list-item h3 {
  font-size: 17px;
  font-weight: bold;
  color: #00305A;
  padding: 11px 0 5px;
}

.products-category-list-item ul {
  display: flex;
  flex-wrap: wrap;
  color: #4D4D4D;
  font-size: 10px;
  text-align: left;
}

.products-category-list-txt li {
  width: 100%;
}

.products-search .p-products__head {
  width: 67%;
  background-color: #0590D8;
  border-radius: 10px;
  padding: 19px 10px 14px;
}

.products-search .p-productsForm {
  height: calc(100% - 34px);
}

.products-search .p-productsForm__accordion {
  background-color: #fff;
}

.products-search .p-productsForm__box:last-child {
  padding: 0;
  border: 1px solid #00305A;
  border-radius: 10px;
}

.products-search .p-productsForm__accordionBox {
  padding: 20px 18px 25px;
  transform: translateY(0px);
}

.products-search .p-productsForm__accordionBox .inner .left {
  width: 60%;
}

.products-search .p-productsForm__accordionBox .inner .right {
  width: 40%;
}

.products-search .p-productsForm__accordionBox .inner .c-checkboxWrap .c-checkbox.c-checkAll .c-checkbox__label {
  font-size: 15px;
}

.products-search .p-productsForm__accordionBox .inner .c-checkboxWrap .c-checkbox__label {
  font-size: 13px;
}

.products-search .p-productsForm__accordionBox .inner .left,
.p-productsForm__accordionBox .inner .right {
  gap: 15px;
}

.products-search .p-productsForm__accordionBox .inner .c-checkboxWrap {
  gap: 6px 12px;
}

.products-search-accordion-ico {
  display: none;
}

#result .p-productsResult {
  margin-top: 0;
}

.p-productsFilterTxt {
  font-size: 21px;
  font-weight: bold;
  color: #3B3164;
}

.p-productsFilterTxt .p-productsNum {
  font-size: 40px;
}

@media screen and (max-width: 1024px) {
  .products-search .p-productsForm {
    height: auto;
  }

  .products-search .p-productsForm__box {
    flex-wrap: wrap;
    justify-content: center;
  }

  .products-search .p-productsForm__box .c-title__04 {
    width: 100%;
    text-align: left;
  }

  .products-search .p-productsForm__box .keySearch {
    width: 90%;
    margin: 15px auto 0;
  }

  .products-search .products-search-box {
    flex-wrap: wrap;
  }

  .products-search .products-search-box .index202212 {
    width: 100%;
    padding: 19px 10px 14px;
  }

  .products-category-list {
    margin-top: 20px;
  }

  .products-category-list-item {
    width: 100%;
    margin-bottom: 4px;
  }

  .products-category-list-item:last-of-type {
    margin-bottom: 0;
  }

  .products-category-list-item a {
    display: flex;
  }

  .products-category-list-item a img {
    width: 10%;
  }

  .products-category-list-txt {
    text-align: left;
    margin-left: 16px;
  }

  .products-category-list-item h3 {
    padding: 0 0 3px;
  }

  .products-category-list-txt li {
    width: auto;
  }

  .products-search .p-products__head {
    width: 100%;
    margin-top: 10px;
  }

  .products-search-box-ttl {
    text-align: left;
    font-size: 20px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
  }

  .products-search-accordion-open.products-search-box-ttl {
    padding-bottom: 20px;
  }

  .products-search .p-productsForm__accordionBox .inner .left,
  .products-search .p-productsForm__accordionBox .inner .right {
    width: 100%;
  }

  .products-search .p-productsForm__accordionBox .inner .c-checkboxWrap {
    gap: 10px 12px;
  }

  .products-search-accordion-ico {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 0px;
  }

  .products-search-accordion-ico::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    top: 15px;
  }

  .products-search-accordion-ico::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    top: 15px;
    transform: rotate(90deg);
  }

  .products-search-accordion-open .products-search-accordion-ico::after {
    transform: rotate(0deg);
  }

  .p-productsForm.spHide {
    display: none;
  }

  #result .p-productsResult {
    margin-top: 7px;
  }

  .p-productsFilterTxt {
    font-size: 16px;
  }

  .p-productsFilterTxt .p-productsNum {
    font-size: 26px;
  }
}

.dummy-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.hover-scale {
  display: block;
  width: 100%;
  border-radius: calc(var(--s)* 1.6);
  overflow: hidden;
}

.hover-scale:hover {
  opacity: 1 !important;
}

.hover-scale img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition-duration: 300ms;
}

.hover-scale:hover img {
  transform: scale(1.15);
  transform-origin: center;
}

/*Corporate*/
.index202212 .index202212-corporate.index202212-ver02 {
  padding: calc(var(--s) * 14) 0 0;
}

.index202212 .index202212-ver02 .index202212-corporate__wrap {
  display: flex;
  justify-content: space-between;
  width: calc(var(--s)* 122);
  margin: 0 auto;
}

.index202212 .index202212-ver02 .index202212-corporate__head-wrap {
  width: calc(var(--s)* 25.3);
}

.index202212 .index202212-ver02 .index202212-corporate__head {
  width: calc(var(--s)* 122);
  padding-left: 0;
  margin-bottom: calc(var(--s)* 6.5);
}

.index202212 .index202212-ver02 .index202212-corporate__head b {
  font-family: inherit;
  font-size: calc(var(--f) * 3.2);
  letter-spacing: 0;
  font-weight: 700;
}

.index202212 .index202212-ver02 .index202212-corporate__head b::before {
  width: calc(var(--s)* 3.2);
}

.index202212 .index202212-ver02 .index202212-corporate__head b::before {
  top: calc(var(--s)* 0.3);
}

.index202212 .index202212-ver02 .index202212-corporate__head small {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 0 !important;
  font-size: calc(var(--f) * 2.0);
  letter-spacing: -0.02em;
}

.index202212 .index202212-ver02 .index202212-main-info__banner {
  width: calc(var(--s)* 122);
  margin: 0 auto;
  margin-bottom: calc(var(--s)* 4);
}

.index202212 .index202212-ver02 .index202212-main-info__banner a {
  position: relative;
}

.index202212 .index202212-ver02 .index202212-main-info__banner a>.banner-item-desc {
  position: absolute;
  z-index: 1;
  right: 17px;
  bottom: 15px;
}

.index202212 .index202212-ver02 .index202212-main-info__banner a>.banner-item-desc .arrow {
  position: relative;
  display: block;
  color: #002153;
  font-size: calc(var(--f)* 1.6);
  padding: 0.973em 3em 0.973em 1.29em;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #002153;
  border-radius: 1000px;
  transition-duration: 300ms;
  font-weight: 700;
  background-color: #FFFFFF;
  background-size: 0.75em auto;
  width: calc(var(--s)* 24);
}

.index202212 .index202212-ver02 .index202212-main-info__banner a:hover>.banner-item-desc .arrow {
  opacity: 1;
  color: #FFFFFF;
  background: #002256;
}

.index202212 .index202212-ver02 .index202212-main-info__banner a>.banner-item-desc .arrow:before,
.index202212 .index202212-ver02 .index202212-main-info__banner a>.banner-item-desc .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.4em;
  bottom: 0;
  display: block;
  width: 1.25em;
  height: 100%;
  margin: auto 0;
  background: url(/index202212/img/btn.svg) center center / contain no-repeat;
}

.index202212 .index202212-ver02 .index202212-main-info__banner a>.banner-item-desc .arrow:after {
  opacity: 0;
  background-image: url(/index202212/img/btn-hover.svg);
  transition-duration: 300ms;
}

.index202212 .index202212-ver02 .index202212-main-info__banner a:hover>.banner-item-desc .arrow:after {
  opacity: 1;
}

.index202212 .index202212-ver02 .index202212-main-info__banner a .index202212-sub-info__txt-block {
  position: absolute;
  z-index: 5;
  top: calc(var(--f)* 2.8);
  left: calc(var(--f)* 6.8);
}

.index202212 .index202212-ver02 .index202212-main-info__banner a .index202212-sub-info__txt-block>span {
  display: block;
}

.index202212 .index202212-ver02 .index202212-main-info__banner a .index202212-sub-info__txt-block>span.ttl {
  font-size: calc(var(--s)* 6);
  font-weight: bold;
  font-family: "Jost", sans-serif;
}

.index202212 .index202212-ver02 .index202212-main-info__banner a .index202212-sub-info__txt-block>span.sub-ttl {
  font-size: calc(var(--s)* 2.4);
  font-weight: bold;
  position: relative;
  left: calc(var(--f)* 27.8);
  margin-bottom: calc(var(--s)* 1.8);
}

.index202212 .index202212-ver02 .index202212-main-info__banner a .index202212-sub-info__txt-block>span.sub-ttl:before {
  content: '';
  position: absolute;
  width: calc(var(--s)* 14.2);
  height: 1px;
  background-color: #002153;
  left: calc(var(--s)* -16.5);
  top: 50%;
  transform: translateY(-50%)
}

.index202212 .index202212-ver02 .index202212-main-info__banner a .index202212-sub-info__txt-block>span.txt {
  font-size: calc(var(--s)* 1.6);
  line-height: 2;
  position: relative;
  left: calc(var(--f)* 27.8);
  width: calc(var(--s)* 55);
}

.index202212 .index202212-ver02 .index202212-sub-info__banner {
  width: calc(var(--s)* 122);
  margin: 0 auto;
}

.index202212 .index202212-ver02 .index202212-sub-info__banner .index202212-sub-info__banner-list {
  display: flex;
  justify-content: space-between;
}

.index202212 .index202212-ver02 .index202212-sub-info__banner .index202212-sub-info__banner-list .index202212-sub-info__banner-item {
  width: 32.5%;
}

.index202212 .index202212-ver02 .index202212-sub-info__banner .index202212-sub-info__banner-list .index202212-sub-info__banner-item a {
  position: relative;
}

.index202212 .index202212-ver02 .index202212-sub-info__banner .index202212-sub-info__banner-list .index202212-sub-info__banner-item a>.banner-item-desc {
  position: absolute;
  z-index: 1;
  right: 17px;
  bottom: 15px;
}

.index202212 .index202212-ver02 .index202212-sub-info__banner .index202212-sub-info__banner-list .index202212-sub-info__banner-item a>.banner-item-desc .arrow {
  position: relative;
  display: inline-block;
  color: #002153;
  font-size: calc(var(--f)* 1.4);
  padding: 0.55em 2em 0.55em 1.29em;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #002153;
  border-radius: 1000px;
  transition-duration: 300ms;
  font-weight: 700;
  background-color: #FFFFFF;
  background-size: 0.75em auto;
  width: 175px;
}

.index202212 .index202212-ver02 .index202212-sub-info__banner .index202212-sub-info__banner-list .index202212-sub-info__banner-item a:hover>.banner-item-desc .arrow {
  opacity: 1;
  color: #FFFFFF;
  background: #002256;
}

.index202212 .index202212-ver02 .index202212-sub-info__banner .index202212-sub-info__banner-list .index202212-sub-info__banner-item a>.banner-item-desc .arrow:before,
.index202212 .index202212-ver02 .index202212-sub-info__banner .index202212-sub-info__banner-list .index202212-sub-info__banner-item a>.banner-item-desc .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.4em;
  bottom: 0;
  display: block;
  width: 1.25em;
  height: 100%;
  margin: auto 0;
  background: url(/index202212/img/btn.svg) center center / contain no-repeat;
}

.index202212 .index202212-ver02 .index202212-sub-info__banner .index202212-sub-info__banner-list .index202212-sub-info__banner-item a>.banner-item-desc .arrow:after {
  opacity: 0;
  background-image: url(/index202212/img/btn-hover.svg);
  transition-duration: 300ms;
}

.index202212 .index202212-ver02 .index202212-sub-info__banner .index202212-sub-info__banner-list .index202212-sub-info__banner-item a:hover>.banner-item-desc .arrow:after {
  opacity: 1;
}

/* .l-footer__mainList {
  max-height: 227px !important;
}

.l-footer__mainList,
.l-footer__mainList li a {
  font-size: 18px !important;
}

.l-footer__subList li a {
  font-size: 13px !important;
}

.l-footer__subList>li>a {
  display: block;
  width: fit-content;
} */

.p-nav__parentMainItem:nth-child(1) .p-nav__accordionButton {
  pointer-events: none;
}

.p-nav__parentMainItem:nth-child(1) .p-nav__accordionButton::after,
.p-nav__parentMainItem:nth-child(1) .p-nav__accordionButton::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .index202212 .index202212-corporate.index202212-ver02 {
    padding: calc(var(--s) * 5.5) 0 0;
  }

  .index202212 .index202212-ver02 .index202212-corporate__wrap {
    flex-direction: column;
  }

  .index202212 .index202212-ver02 .index202212-corporate__head {
    width: 91.8vw;
    padding-left: calc(var(--s)* 3.2);
  }

  .index202212 .index202212-news.index202212-ver02 .index202212-corporate__head {
    margin-bottom: unset !important;
  }

  .index202212 .index202212-ver02 .index202212-corporate__head b {
    font-size: calc(var(--f) * 2.1);
  }

  .index202212 .index202212-ver02 .index202212-corporate__head b::before {
    width: calc(var(--s)* 1.6);
  }

  .index202212 .index202212-ver02 .index202212-corporate__head b::before {
    top: calc(var(--s)* 0.3);
    left: calc(var(--s)* -2.2);
  }

  .index202212 .index202212-ver02 .index202212-corporate__head small {
    font-size: calc(var(--f) * 1.6);
  }

  .index202212 .index202212-ver02 .index202212-main-info__banner {
    width: 91.8vw;
    margin-bottom: calc(var(--s)* 2);
  }

  .index202212 .index202212-ver02 .index202212-sub-info__banner {
    width: 91.8vw;
  }

  .index202212 .index202212-ver02 .index202212-sub-info__banner .index202212-sub-info__banner-list {
    display: block;
  }

  .index202212 .index202212-ver02 .index202212-sub-info__banner .index202212-sub-info__banner-list .index202212-sub-info__banner-item {
    width: 100%;
    margin-bottom: calc(var(--s)* 2);
  }

  .index202212 .index202212-ver02 .index202212-sub-info__banner .index202212-sub-info__banner-list .index202212-sub-info__banner-item:last-child {
    margin-bottom: 0;
  }

  .index202212 .index202212-ver02 .index202212-main-info__banner a>.banner-item-desc {
    right: 10px;
    bottom: 10px;
  }

  .index202212 .index202212-ver02 .index202212-main-info__banner a>.banner-item-desc .arrow {
    width: calc(var(--s)* 12.5);
    font-size: calc(var(--f)* 1);
    padding: 0.5em 2em 0.5em 0.8em;
  }

  .index202212 .index202212-ver02 .index202212-main-info__banner a .index202212-sub-info__txt-block {
    top: calc(var(--f)* 1.8);
    left: calc(var(--f)* 1.5);
  }

  .index202212 .index202212-ver02 .index202212-main-info__banner a .index202212-sub-info__txt-block>span.ttl {
    font-size: calc(var(--s)* 2.5);
  }

  .index202212 .index202212-ver02 .index202212-main-info__banner a .index202212-sub-info__txt-block>span.sub-ttl {
    font-size: calc(var(--s)* 1.3);
    left: 0;
    margin-bottom: calc(var(--s)* 1);
  }

  .index202212 .index202212-ver02 .index202212-main-info__banner a .index202212-sub-info__txt-block>span.sub-ttl:before {
    display: none;
  }

  .index202212 .index202212-ver02 .index202212-main-info__banner a .index202212-sub-info__txt-block>span.txt {
    font-size: calc(var(--s)* 1);
    line-height: 1.5;
    left: 0;
    width: calc(var(--s)* 20.3);
    letter-spacing: calc(var(--s)* 0.08);
  }

  .index202212 .index202212-ver02 .index202212-sub-info__banner .index202212-sub-info__banner-list .index202212-sub-info__banner-item a>.banner-item-desc {
    right: 10px;
    bottom: 10px;
  }

  .index202212 .index202212-ver02 .index202212-sub-info__banner .index202212-sub-info__banner-list .index202212-sub-info__banner-item a>.banner-item-desc .arrow {
    width: calc(var(--s)* 16.5);
    font-size: calc(var(--f)* 1.4);
    padding: 0.5em 2em 0.5em 0.8em;
  }

  .index202212 .index202212-ver02 .index202212-main-info__banner a>.banner-item-desc .arrow:before,
  .index202212 .index202212-ver02 .index202212-main-info__banner a>.banner-item-desc .arrow:after {
    right: 0.9em;
  }

  .index202212 .index202212-ver02 .index202212-sub-info__banner .index202212-sub-info__banner-list .index202212-sub-info__banner-item a>.banner-item-desc .arrow:before,
  .index202212 .index202212-ver02 .index202212-sub-info__banner .index202212-sub-info__banner-list .index202212-sub-info__banner-item a>.banner-item-desc .arrow:after {
    right: 0.9em;
  }

  /* .l-footer__mainList {
    max-height: unset !important;
  }

  .l-footer__mainList,
  .l-footer__mainList li a {
    font-size: 15px !important;
  }

  .l-footer__subList-youtube {
    margin-top: 30px !important;
  }

  .l-footer__info {
    margin-top: 30px !important;
  } */
}