@charset "UTF-8";

/* -----------------------------------------
 SOC LP 用スタイル
------------------------------------------- */
body {
  padding-top: 0 !important;
  background-color: #e7eaf0 !important;
}
img {
  vertical-align: top;
}
img[src$=".svg"] {
  width: 100%;
}
.lftracking-popup {
  z-index: 200;
}
.right-fix-btn {
  display: flex;
  align-items: center;
  width: 6rem;
  padding-right: 1.2rem;
  border-image: linear-gradient(to right, #8052eb 0%,#0084ff 25%,#00c4ba 100%) 1;
}
.right-fix-btn::before {
  bottom: 10px;
  width: 20px;
  height: 10px;
  border: none;
  background: linear-gradient(to right, #8052eb 0%,#0084ff 25%,#00c4ba 100%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
/* soc-lp */
.soc-lp {
  max-width: 128rem;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  line-height: 1.73;
  font-size: 1.53rem;
  background-color: #e7eaf0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s, visibility 1.2s;
}
.soc-lp.is-loaded {
  opacity: 1;
  visibility: visible;
}
.soc-lp .main-contents {
  width: 100%;
  overflow: hidden;
}
/* soc-header */
.soc-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.5s;
}
body.fixed .soc-header {
  background-color: rgba(255, 255, 255, 0.8);
}
.soc-header .wrap {
  display: flex;
  max-width: 128rem;
  height: 8rem;
  margin-right: auto;
  margin-left: auto;
	padding: 0 0 0 2.6rem;
}
.soc-header .sj-logo {
  width: 10.4rem;
  flex: 0 0 auto;
  margin-right: 5%;
}
.soc-header .sj-logo img {
  transition: filter 0.5s;
}
body.fixed .soc-header .sj-logo img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.soc-header .soc-lp-nav {
  display: flex;
  align-self: stretch;
  width: 53%;
  margin-right: 2%;
}
.soc-header .soc-lp-nav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.soc-header .soc-lp-nav ul li {
  display: flex;
}
.soc-header .soc-lp-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
}
.soc-header .soc-lp-nav img {
  width: auto;
  height: 0.75em;
  transition: filter 0.5s;
}
body.fixed .soc-header .soc-lp-nav img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.soc-header-inquiry {
  align-self: start;
  width: 32.2rem;
}
.soc-header-inquiry a {
  display: block;
}
.menu-btn {
  display: none !important;
}
/* soc-mv */
.soc-mv {
  position: relative;
}
.soc-mv .soc-bottom-corner {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 80%;
  height: 7.7rem;
  background-color: #e7eaf0;
}
.soc-mv .soc-bottom-corner img {
  display: block;
  width: auto;
  height: 100%;
  transform: translateX(-99%);
}
.soc-mv-title {
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 2;
  width: 57.42%;
  transform: translate(-50%, -50%);
}
.soc-mv .mv-swiper .swiper-slide {
  aspect-ratio: 1920 / 1042;
  background-color: #0066ba;
}
.soc-mv .mv-swiper img {
  /* clip-path: url(#mvmask); */
  transform: scale(1.1);
}
.soc-mv .mv-swiper .swiper-slide-active img,
.soc-mv .mv-swiper .swiper-slide-duplicate-active img,
.soc-mv .mv-swiper .swiper-slide-prev img {
  animation: zoomOut 6s linear 0s normal both;
}
.soc-mv-mask {
  position: absolute;
}
/* zoom anime */
@keyframes zoomOut {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOutSp {
  0% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1.03);
  }
}

/* soc-concept */
.soc-concept {
  position: relative;
  z-index: 2;
  padding-top: 4rem;
  padding-bottom: 14.2rem;
}
.soc-concept-img1 {
  position: absolute;
  top: 1.5%;
  right: 0;
  width: 46.19%;
}
.soc-concept-img1 .soc-concept-img1-mask {
  position: relative;
  width: 100%;
  overflow: hidden;
  clip-path: url(#conceptmask1);
  aspect-ratio: 887 / 674;
}
.soc-concept-img1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.soc-concept-img1 svg {
  position: absolute;
}
.soc-concept-img2 {
  position: absolute;
  top: 1%;
  right: 32.5%;
  width: 14.27%;
}
.soc-concept-img2 .soc-concept-img2-mask {
  position: relative;
  width: 100%;
  overflow: hidden;
  clip-path: url(#conceptmask2);
  aspect-ratio: 274 / 274;
}
.soc-concept-img2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.soc-concept-img2 svg {
  position: absolute;
}
.soc-concept-img3 {
  position: absolute;
  top: 51%;
  left: 0;
  width: 48.125%;
}
.soc-concept-img3 .soc-concept-img3-mask {
  position: relative;
  width: 100%;
  overflow: hidden;
  clip-path: url(#conceptmask3);
  aspect-ratio: 924 / 674;
}
.soc-concept-img3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.soc-concept-img3 svg {
  position: absolute;
}
.soc-concept-img4 {
  position: absolute;
  top: 41.3%;
  left: 9.73%;
  width: 3.28%;
}
.soc-concept-img5 {
  position: absolute;
  top: 21.5%;
  left: -1.87%;
  width: 21.875%;
}
.soc-concept-img6 {
  position: absolute;
  top: 50%;
  right: -6.77%;
  width: 36.69%;
}
.soc-concept-block {
  position: relative;
  z-index: 10;
  width: 34%;
  margin-left: 16.04%;
  /* background-color: #999; */
}
.soc-concept-block + .soc-concept-block {
  margin-top: 9rem;
  margin-left: 52.29%;
}
.soc-category-block {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 5rem;
  font-size: 1.33rem;
}
.soc-category-block::before {
  content: '';
  display: block;
  position: absolute;
  top: -3em;
  left: -3em;
  z-index: 0;
  width: 7.6rem;
  height: 7.6rem;
  background: url("/wp-content/themes/twentynineteen-child/lp-asset/soc202601/img/soc_hd_bg.svg") no-repeat 50% 50%;
  background-size: contain;
}
.soc-value .soc-category-block {
  margin-bottom: 3rem;
}
.soc-value .soc-category-block::before {
  top: -9.5em;
  left: -6.5em;
  width: 14.8rem;
  height: 14.8rem;
  background-image: url("/wp-content/themes/twentynineteen-child/lp-asset/soc202601/img/soc_hd_bg_large.svg");
}
.soc-voice .soc-category-block::before {
  top: -18.3em;
  left: 4em;
  width: 24rem;
  height: 24rem;
  background-image: url("/wp-content/themes/twentynineteen-child/lp-asset/soc202601/img/soc_hd_bg_long.svg");
}
.soc-information .soc-category-block::before {
  background-image: url("/wp-content/themes/twentynineteen-child/lp-asset/soc202601/img/soc_hd_bg_gray.svg");
}
.soc-category-block .soc-category-en {
  display: flex;
  position: relative;
  margin-right: 0.7em;
}
.soc-category-block .soc-category-en img {
  display: block;
  height: 1.5em;
  margin-right: 1.1em;
}
.soc-concept .soc-category-block .soc-category-en img {
  aspect-ratio: 115 / 17;
}
.soc-value .soc-category-block .soc-category-en img {
  aspect-ratio: 77 / 17;
}
.soc-provide .soc-category-block .soc-category-en img {
  aspect-ratio: 107 / 17;
}
.soc-voice .soc-category-block .soc-category-en img {
  aspect-ratio: 73 / 17;
}
.soc-detail .soc-category-block .soc-category-en img {
  aspect-ratio: 86 / 17;
}
.soc-information .soc-category-block .soc-category-en img {
  aspect-ratio: 175 / 17;
}
.soc-category-block .soc-category-jp {
  letter-spacing: 0.2em;
}
.soc-heading-block {
  margin-bottom: 0.9em;
  line-height: 1.63;
  font-size: 3.46rem;
  letter-spacing: 0.15em;
}
.soc-concept-point {
  color: #4d4d4d;
  font-size: 1.53rem;
  font-weight: 500;
}
.soc-concept-point > div {
  display: flex;
}
.soc-concept-point > div:not(:first-child) {
  margin-top: 1.2em;
}
.soc-concept-point > div > dt {
  align-self: center;
  width: 4.8rem;
  margin-right: 1.3rem;
}
.soc-concept-point > div > dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  /* min-height: 3.6em; */
  line-height: 1.8;
  letter-spacing: 0.1em;
}
/* soc-value */
.soc-value {
  position: relative;
  padding-top: 14rem;
  padding-bottom: 16rem;
  overflow: hidden;
  color: #fff;
  background-color: #2e3164;
}
.soc-value-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
}
.soc-value .soc-top-corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 7.7rem;
  background-color: #e7eaf0;
}
.soc-value .soc-top-corner img {
  display: block;
  margin-left: auto;
  width: auto;
  height: 100%;
  transform: translateX(99%);
}
.soc-value .soc-bottom-corner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 7.7rem;
  background-color: #e7eaf0;
}
.soc-value .soc-bottom-corner img {
  display: block;
  width: auto;
  height: 100%;
  transform: translateX(-99%);
}
.soc-inner {
  position: relative;
  z-index: 10;
  /* max-width: 96rem; */
  width: 75%;
  margin: 0 auto;
  padding-right: 4.3rem;
  padding-left: 4.3rem;
}
.soc-value-example {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5.8rem 11.2rem;
  margin-top: 4rem;
}
.soc-value-example .soc-value-example-block {
  display: flex;
  position: relative;
  width: calc((100% - 11.2rem) / 2);
  overflow: hidden;
}
.soc-value-example .soc-value-example-block:nth-child(3n) {
  margin-right: 20%;
  margin-left: 20%;
}
.soc-value-example .soc-value-example-block::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #005692 0%,#0099e7 25%,#5cc0d2 100%);
  transform: translate(-100%, 0);
}
.soc-value-example .soc-value-example-block.is-active::after {
  animation: mask-line 1.4s cubic-bezier(0.8, 0, 0.170, 1);
}
.soc-value-example .soc-value-example-block-front {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding: 0.8em 1.4em 1em 1em;
  border-top-right-radius: 0.7rem;
  border-left: 0.4rem solid #fff;
  color: #000;
  letter-spacing: 0.1em;
  background: linear-gradient(315deg, transparent 1.5em, rgba(255, 255, 255, 0.7) 1.5em);
  background-position: bottom right;
  transition: opacity 0ms 450ms;
  opacity: 0;
}
.soc-value-example .soc-value-example-block.is-active .soc-value-example-block-front {
  opacity: 1;
}
.soc-value-example .soc-value-example-block .soc-value-example-heading {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  color: #2e3164;
  line-height: 1.5;
  border-bottom: 1px solid #2e3164;
  font-weight: 500;
  font-size: 2rem;
}
.soc-value-example .soc-value-example-block p {
  line-height: 1.7;
  font-size: 1.53rem;
}
@keyframes mask-line {
  0% {
    transform: translate(-101%, 0)
  }
  40%, 60% {
    transform: translate(0%, 0)
  }
  100% {
    transform: translate(100%, 0)
  }
}
/* soc-provide */
.soc-provide {
  position: relative;
  padding-top: 3.2rem;
  padding-bottom: 13rem;
}
.soc-provide-text {
  width: 53%;
  letter-spacing: 0.1em;
}
.soc-provide-topics {
  max-width: 44.6rem;
  margin-top: 5rem;
}
.soc-provide-topics .soc-provide-topics-block {
  padding: 3.6rem 3.9rem;
  letter-spacing: 0.1em;
  background:
    linear-gradient(45deg,  transparent 1.5em, #fff 1.5em),
    linear-gradient(135deg, transparent 1.5em, #fff 1.5em),
    linear-gradient(225deg, transparent 1.5em, #fff 1.5em),
    linear-gradient(315deg, transparent 1.5em, #fff 1.5em);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
.soc-provide-topics .soc-provide-topics-block:not(:first-child) {
  margin-top: 2.6rem;
}
.soc-provide-topics .soc-provide-topics-head {
  display: flex;
  margin-left: -0.8rem;
  margin-bottom: 2.6rem;
}
.soc-provide-topics .soc-provide-topics-head .soc-provide-topics-icon {
  width: 9.3rem;
  margin-right: 2rem;
}
.soc-provide-topics .soc-provide-topics-head .soc-provide-topics-heading {
  flex: 1;
  line-height: 1.63;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.2em;
}
.soc-provide-img1 {
  position: absolute;
  top: 0.5%;
  right: 0;
  width: 44.375%;
}
.soc-provide-img1 .soc-provide-img1-mask {
  position: relative;
  width: 100%;
  overflow: hidden;
  clip-path: url(#providemask1);
  aspect-ratio: 892 / 1092.24;
}
.soc-provide-img1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.soc-provide-img1 svg {
  position: absolute;
}
.soc-provide-img2 {
  position: absolute;
  top: 48%;
  right: 14.63%;
  width: 26.25%;
}
.soc-provide-img2 .soc-provide-img2-mask {
  position: relative;
  width: 100%;
  overflow: hidden;
  clip-path: url(#providemask2);
  aspect-ratio: 514 / 514;
}
.soc-provide-img2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.soc-provide-img2 svg {
  position: absolute;
  top: 0;
  left: 0;
}
.soc-provide-img2 .mask-stroke {
  fill: #e7eaf0;
}
/* soc-voice */
.soc-voice {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 10rem;
}
.soc-voice .soc-voice-right {
  margin-bottom: 16rem;
  padding-left: 37.4%;
}
.soc-voice .soc-category-block {
  padding-left: 15%;
}
.soc-voice .soc-heading-block {
  padding-left: 15%;
}
.soc-voice-example {
  position: relative;
  margin-top: 5rem;
  padding: 3.6rem 8.8rem 8.4rem;
  letter-spacing: 0.1em;
  border-top-right-radius: 1.4rem;
  border-bottom-left-radius: 1.4rem;
  background:
    linear-gradient(135deg, transparent 4em, #fff 4em),
    linear-gradient(315deg, transparent 4em, #fff 4em);
  background-position: top left, bottom right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.soc-voice-example::before {
  content: '';
  display: block;
  position: absolute;
  top: -0.05rem;
  right: 3rem;
  width: 3.5rem;
  height: 28.8rem;
  background: url("/wp-content/themes/twentynineteen-child/lp-asset/soc202601/img/soc_voice_example_copy.svg") no-repeat 50% 0%;
  background-size: contain;
  pointer-events: none;
}
.soc-voice-example::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3.7rem;
  right: 8.5rem;
  width: 4.8rem;
  height: 3.8rem;
  background: url("/wp-content/themes/twentynineteen-child/lp-asset/soc202601/img/soc_voice_example_bg.svg") no-repeat 50% 0%;
  background-size: contain;
  pointer-events: none;
}
.voice-swiper {
}
.voice-swiper .swiper-slide {
}
.soc-voice-example .swiper-button-next,
.soc-voice-example .swiper-button-prev {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #999;
}
.soc-voice-example .swiper-button-next {
  right: 1.8rem;
}
.soc-voice-example .swiper-button-prev {
  left: 1.8rem;
}
.soc-voice-example .swiper-button-next::after,
.soc-voice-example .swiper-button-prev::after {
  content: '';
  display: block;
  position: relative;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
}
.soc-voice-example .swiper-button-next::after {
  right: 0.2rem;
  transform: rotate(45deg);
}
.soc-voice-example .swiper-button-prev::after {
  left: 0.2rem;
  transform: rotate(-135deg);
}
.soc-voice-example .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 3.5rem;
}
.soc-voice-example .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #b3b3b3;
  opacity: 1;
}
.soc-voice-example .swiper-pagination-bullet-active {
  background-color: #0d1698;
}
.soc-voice-example .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5rem;
}
.soc-voice-example-heading {
  margin-bottom: 1.4em;
  line-height: 1.63;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.2em;
}
.soc-voice-example-list > li {
  position: relative;
  padding-left: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.soc-voice-example-list > li:not(:first-child) {
  margin-top: 3rem;
}
.soc-voice-example-list > li::before {
  content: '';
  display: block;
  position: absolute;
  top: 5%;
  left: 0;
  width: 0.2rem;
  height: 90%;
  background-color: #0d1698;
}
.soc-voice-example-notes {
  position: absolute;
  bottom: -3em;
  left: 15%;
  font-size: 1rem;
}
.soc-voice-img1 {
  position: absolute;
  top: 3.5%;
  left: -18.48%;
  width: 61.35%;
}
.soc-voice-img1 .soc-voice-img1-mask {
  position: relative;
  width: 100%;
  overflow: hidden;
  clip-path: url(#voicemask1);
  aspect-ratio: 1177.86 / 833.5;
}
.soc-voice-img1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.soc-voice-img1 svg {
  position: absolute;
}
.soc-voice-img2 {
  position: absolute;
  top: 35%;
  left: 8.49%;
  width: 54.27%;
}
.soc-voice-img2 .soc-voice-img2-mask {
  position: relative;
  width: 100%;
  overflow: hidden;
  clip-path: url(#voicemask2);
  aspect-ratio: 1041.98 / 805.98;
}
.soc-voice-img2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.soc-voice-img2 svg {
  position: absolute;
}
.soc-voice-img3 {
  position: absolute;
  top: 44.5%;
  right: -9.73%;
  width: 37.96%;
}
.soc-voice-satisfaction-heading {
  margin-bottom: 1.2em;
  line-height: 1.63;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}
.soc-voice-satisfaction-img {
  aspect-ratio: 1345 / 502;
}
/* soc-detail */
.soc-detail {
  position: relative;
  padding-top: 15rem;
  padding-bottom: 21rem;
}
.soc-detail-topics {
  width: 65.42%;
}
.soc-detail-topics .soc-detail-topics-block {
  letter-spacing: 0.1em;
  background-color: #fff;
}
.soc-detail-topics .soc-detail-topics-block:not(:first-child) {
  margin-top: 1.6rem;
}
.soc-detail-topics .soc-detail-topics-block dt {
  position: relative;
  width: 100%;
  padding: 1.8rem 3.6rem 1.8rem 2.2rem;
  border-bottom: 1px solid #e7eaf0;
  font-weight: 500;
  font-size: 1.8rem;
  cursor: pointer;
}
.soc-detail-topics .soc-detail-topics-block dt::before,
.soc-detail-topics .soc-detail-topics-block dt::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
  width: 2.3rem;
  height: 0.3rem;
  background-color: #999;
}
.soc-detail-topics .soc-detail-topics-block dt::after {
  transform: rotate(90deg);
}
.soc-detail-topics .soc-detail-topics-block.is-open dt::after {
  display: none;
}
.soc-detail-topics .soc-detail-topics-block dd {
  display: none;
  padding: 3rem 4.4rem 3.6rem;
  font-size: 1.4rem;
}
.soc-detail-topics .soc-detail-term {
  margin-right: 1em;
}
.soc-detail-topics .soc-detail-label {
  display: inline-block;
  position: relative;
  top: -0.15em;
  padding: 0.45em 0.4em 0.35em;
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
  background-color: #0d1698;
}
.soc-detail-img1 {
  position: absolute;
  top: 3.5%;
  right: 0;
  width: 33.69%;
}
.soc-detail-img1 .soc-detail-img1-mask {
  position: relative;
  width: 100%;
  overflow: hidden;
  clip-path: url(#detailmask1);
  aspect-ratio: 647 / 1055.88;
}
.soc-detail-img1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.soc-detail-img1 svg {
  position: absolute;
}
.soc-detail-img2 {
  position: absolute;
  top: -6%;
  left: -22.44%;
  width: 39.37%;
}
/* soc-map */
.soc-map {
  position: relative;
  padding-bottom: 16.6rem;
}
.soc-map .gmap {
  position: relative;
  margin-bottom: 6rem;
  overflow: hidden;
  filter: grayscale(1);
  transition: filter 0.5s;
}
.soc-map .gmap:hover {
  filter: grayscale(0);
}
.soc-map .gmap::before {
  content: "";
  display: block;
  padding-top: 24.58%;
}
.soc-map .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
  margin-top: -150px;
}
.soc-map .wrap {
  max-width: 65rem;
}
.train-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.soc-map .soc-bottom-corner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 7.7rem;
  background-color: #fff;
}
.soc-map .soc-bottom-corner img {
  display: block;
  width: auto;
  height: 100%;
  transform: translateX(-99%);
  filter: brightness(0) invert(1);
}
/* soc-information */
.soc-information {
  position: relative;
  padding-top: 7.2rem;
  padding-bottom: 12rem;
  background-color: #fff;
}
.soc-information .heading-b {
  margin-top: 5rem;
}
#pagetop {
  z-index: 201;
  background-color: #0d1698;
}
#pagetop:after {
  border-bottom-color: #0d1698;
}
.lftracking-popup-accept-button {
  border-color: #0d1698 !important;
  background-color: #0d1698 !important;
}
/* フェードイン・アップ */
.fade-in {
  opacity: 0;
}
.fade-in.is-active {
  animation: fadeInUp 0.8s ease-out forwards;
}
@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 3rem, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}


/* -----------------------------------------
 レスポンシブ
------------------------------------------- */
/* Large PC Style */
@media screen and (min-width:801px) {
  html {
    font-size: calc(100vw/128);
  }
  .right-fix {
    right: -70px;
    width: 60px;
  }
  .right-fix-btn {
    width: 60px;
    height: 222px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-bottom: 4px solid #00C3AA;
    font-size: 16px;
    padding: 10px 12px 10px 10px;
  }
  #pagetop {
    position: fixed;
    right: 42px;
    bottom: 100px;
    width: 60px;
    height: 60px;
  }
  #pagetop:before {
    border-width: 12px;
  }
  #pagetop:after {
    border-width: 12px;
  }
}
@media screen and (min-width:1440px) {
  html {
    font-size: 70.3125%;
  }
}
/* Tablet Style */
@media screen and (max-width: 800px) {
  html {
    font-size: calc(100vw/75);
  }
  html body {
    padding-top: 0 !important;
  }
  .right-fix-btn {
    display: none;
  }
  /* soc-lp */
  .soc-lp {
    line-height: 1.73;
    font-size: 1.4rem;
  }
  /* soc-header */
  .soc-header .wrap {
    height: 5.2rem;
    padding: 0 0 0 2rem;
  }
  .soc-header .sj-logo {
    width: 8rem;
  }
  .soc-header .soc-lp-nav {
    display: none;
  }
  .soc-header-inquiry {
    width: 21rem;
    margin-left: auto;
  }
  .menu-btn {
    display: none !important;
  }
  /* soc-mv */
  .soc-mv .soc-bottom-corner {
    height: 5.8rem;
  }
  .soc-mv-title {
    width: 66.42%;
  }
  .soc-mv .mv-swiper .swiper-slide {
    aspect-ratio: 1920 / 1140;
  }
  .soc-mv .mv-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* soc-concept */
  .soc-concept {
    padding-top: 3.5rem;
    padding-bottom: 9rem;
  }
  .soc-concept-img1 {
    top: 3.5%;
    right: -15%;
    width: 56.19%;
  }
  .soc-concept-img2 {
    top: 4%;
    right: 23.5%;
    width: 17.27%;
  }
  .soc-concept-img3 {
    top: 50%;
    left: -12%;
    width: 58.125%;
  }
  .soc-concept-img4 {
    top: 44.3%;
    left: 2.73%;
    width: 3.58%;
  }
  .soc-concept-img5 {
    top: 21.5%;
    left: -14.87%;
    width: 28.875%;
  }
  .soc-concept-img6 {
    top: 50%;
    right: -16.77%;
    width: 46.69%;
  }
  .soc-concept-block {
    width: 56%;
    margin-left: 8%;
  }
  .soc-concept-block + .soc-concept-block {
    margin-top: 8rem;
    margin-left: 51.29%;
  }
  .soc-category-block {
    margin-bottom: 3.5rem;
    font-size: 1.2rem;
  }
  .soc-value .soc-category-block {
    margin-bottom: 3rem;
  }
  .soc-category-block::before {
    top: -2.1em;
    left: -2.1em;
    width: 6rem;
    height: 6rem;
  }
  .soc-value .soc-category-block::before {
    top: -8.1em;
    left: -4.6em;
    width: 11.8rem;
    height: 11.8rem;
  }
  .soc-voice .soc-category-block::before {
    top: -17.5em;
    left: 4.1em;
    width: 21rem;
    height: 21rem;
  }
  .soc-category-block .soc-category-en img {
    /* height: 1.3em; */
    height: auto;
  }
  .soc-concept .soc-category-block .soc-category-en img {
    width: 10.2rem;
  }
  .soc-value .soc-category-block .soc-category-en img {
    width: 7rem;
  }
  .soc-provide .soc-category-block .soc-category-en img {
    width: 9.8rem;
  }
  .soc-voice .soc-category-block .soc-category-en img {
    width: 6.7rem;
  }
  .soc-detail .soc-category-block .soc-category-en img {
    width: 7.9rem;
  }
  .soc-information .soc-category-block .soc-category-en img {
    width: 16rem;
  }
  .soc-heading-block {
    margin-bottom: 0.8em;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
  .soc-value .soc-heading-block {
    letter-spacing: 0.05em;
  }
  .soc-concept-point {
    font-size: 1.4rem;
  }
  .soc-concept-point > div > dt {
    width: 4.3rem;
    margin-right: 1.1rem;
  }
  /* soc-value */
  .soc-value {
    z-index: 2;
    padding-top: 11rem;
    padding-bottom: 12rem;
  }
  .soc-value .soc-top-corner {
    height: 5.8rem;
  }
  .soc-value .soc-bottom-corner {
    height: 5.8rem;
  }
  .soc-inner {
    width: 92%;
    padding-right: 3.4rem;
    padding-left: 3.4rem;
  }
  .soc-value-example {
    gap: 1.4rem;
    margin-top: 3rem;
  }
  .soc-value-example .soc-value-example-block {
    display: flex;
    position: relative;
    width: 54%;
    overflow: hidden;
  }
  .soc-value-example .soc-value-example-block:nth-child(3n) {
    margin-right: 0;
    margin-left: 0;
  }
  .soc-value-example .soc-value-example-block-front {
    padding: 0.8em 1.2em 1em 0.8em;
    letter-spacing: 0.05em;
  }
  .soc-value-example .soc-value-example-block .soc-value-example-heading {
    margin-bottom: 0.4em;
    padding-bottom: 0.4em;
    font-size: 1.7rem;
  }
  .soc-value-example .soc-value-example-block p {
    font-size: 1.35rem;
  }
  /* soc-provide */
  .soc-provide {
    padding-top: 3.5rem;
    padding-bottom: 9rem;
  }
  .soc-provide-text {
    width: 53%;
  }
  .soc-provide-topics {
    max-width: none;
    width: 65%;
    margin-top: 3.5rem;
  }
  .soc-provide-topics .soc-provide-topics-block {
    padding: 3rem 3.3rem;
  }
  .soc-provide-topics .soc-provide-topics-block:not(:first-child) {
    margin-top: 2rem;
  }
  .soc-provide-topics .soc-provide-topics-head {
    margin-bottom: 2rem;
  }
  .soc-provide-topics .soc-provide-topics-head .soc-provide-topics-icon {
    width: 8.3rem;
  }
  .soc-provide-topics .soc-provide-topics-head .soc-provide-topics-heading {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .soc-provide-img1 {
    top: 0.5%;
    right: -11%;
    width: 54.375%;
  }
  .soc-provide-img2 {
    top: 48%;
    right: 8.63%;
    width: 32.25%;
  }
  /* soc-voice */
  .soc-voice {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
  .soc-voice .soc-voice-right {
    margin-bottom: 10rem;
    padding-left: 30.5%;
  }
  .soc-voice .soc-category-block {
    padding-left: 15%;
  }
  .soc-voice .soc-heading-block {
    padding-left: 15%;
  }
  .soc-voice-example {
    margin-top: 3.5rem;
    padding: 3.6rem 7rem 6.4rem;
  }
  .soc-voice-example::before {
    right: 2rem;
    width: 3.2rem;
    height: 26.3rem;
  }
  .soc-voice-example::after {
    bottom: -3.3rem;
    right: 7.8rem;
    width: 4.3rem;
    height: 3.4rem;
  }
  .soc-voice-example .swiper-button-next {
    right: 1.3rem;
  }
  .soc-voice-example .swiper-button-prev {
    left: 1.3rem;
  }
  .soc-voice-example .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 2.5rem;
  }
  .soc-voice-example-heading {
    margin-bottom: 1.4em;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .soc-voice-example-list > li {
    padding-left: 1.2rem;
    letter-spacing: 0.02em;
  }
  .soc-voice-example-list > li:not(:first-child) {
    margin-top: 2.2rem;
  }
  .soc-voice-example-notes {
    position: absolute;
    bottom: -3em;
    left: 15%;
    font-size: 1rem;
  }
  .soc-voice-img1 {
    top: 6.5%;
    left: -31.48%;
    width: 67.35%;
  }
  .soc-voice-img2 {
    top: 35%;
    left: -7.51%;
    width: 60.27%;
  }
  .soc-voice-img3 {
    top: 52.5%;
    right: -19.73%;
    width: 47.96%;
  }
  .soc-voice-satisfaction-heading {
    font-size: 1.8rem;
  }
  /* soc-detail */
  .soc-detail {
    padding-top: 4rem;
    padding-bottom: 14rem;
  }
  .soc-detail-topics {
    width: 62.42%;
  }
  .soc-detail-topics .soc-detail-topics-block {
    letter-spacing: 0.1em;
    background-color: #fff;
  }
  .soc-detail-topics .soc-detail-topics-block:not(:first-child) {
    margin-top: 1.6rem;
  }
  .soc-detail-topics .soc-detail-topics-block dt {
    padding: 1.5rem 3.6rem 1.5rem 2rem;
    font-size: 1.7rem;
  }
  .soc-detail-topics .soc-detail-topics-block dt::before,
  .soc-detail-topics .soc-detail-topics-block dt::after {
    right: 1.3rem;
    width: 2rem;
    height: 0.25rem;
  }
  .soc-detail-topics .soc-detail-topics-block dd {
    display: none;
    padding: 2rem 2rem;
  }
  .soc-detail-topics .soc-detail-label {
    font-size: 1.3rem;
  }
  .soc-detail-img1 {
    top: 3.5%;
    right: -6.6%;
    width: 40.69%;
  }
  .soc-detail-img2 {
    top: -12%;
    left: -38.44%;
    width: 47.37%;
  }
  /* soc-map */
  .soc-map {
    padding-bottom: 12rem;
  }
  .soc-map .gmap {
    margin-bottom: 4rem;
    filter: grayscale(0);
  }
  .soc-map .gmap::before {
    padding-top: 40.57%;
  }
  .soc-map .wrap {
    max-width: none;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 4.3rem;
    padding-left: 4.3rem;
  }
  .soc-map .soc-bottom-corner {
    height: 5.8rem;
  }
  /* soc-information */
  .soc-information {
    padding-top: 6.4rem;
    padding-bottom: 10rem;
  }
  .soc-information .heading-b {
    margin-top: 4rem;
  }
  .soc-information .form_box {
    margin-right: -40px;
    margin-left: -40px;
  }
  #pagetop {
    right: 1rem;
    bottom: 1rem;
    width: 4rem;
    height: 4rem;
  }
  #pagetop.bottom {
    position: absolute;
    bottom: 8rem;
  }
  #pagetop:before {
    top: 13%;
    border-width: 1rem;
  }
  #pagetop:after {
    top: 18%;
    border-width: 1rem;
  }
}
/* SmartPhone Style */
@media screen and (max-width: 640px) {
  html {
    font-size: calc(100vw/37.5);
  }
  /* soc-lp */
  .soc-lp {
    font-size: 1.4rem;
  }
  /* soc-header */
  .soc-header .wrap {
    height: 4.8rem;
    padding: 0 0 0 2rem;
  }
  .soc-header .sj-logo {
    width: 8rem;
  }
  .soc-header-inquiry {
    width: 19rem;
    margin-right: -1.4rem;
  }
  /* soc-mv */
  .soc-mv .soc-bottom-corner {
    width: 72%;
    height: 4.8rem;
  }
  .soc-mv-title {
    width: 87%;
  }
  .soc-mv .mv-swiper .swiper-slide {
    aspect-ratio: 1920 / 1920;
  }
  .soc-mv .mv-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* soc-concept */
  .soc-concept {
    padding-top: 4rem;
    padding-bottom: 29rem;
  }
  .soc-concept-img1 {
    top: 35.5%;
    right: 0;
    width: 76.19%;
  }
  .soc-concept-img2 {
    top: 33.6%;
    right: 50.5%;
    width: 27.27%;
  }
  .soc-concept-img3 {
    top: 81%;
    left: 0;
    width: 80.125%;
  }
  .soc-concept-img4 {
    top: 79.3%;
    left: 2.73%;
    width: 5.58%;
  }
  .soc-concept-img5 {
    top: 15.5%;
    left: -26.87%;
    width: 46.875%;
  }
  .soc-concept-img6 {
    top: 58%;
    right: -19.77%;
    width: 58.69%;
  }
  .soc-concept-block {
    width: 98%;
    margin-left: 1%;
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
  .soc-concept-block + .soc-concept-block {
    margin-top: 28rem;
    margin-left: 1%;
  }
  .soc-category-block {
    margin-bottom: 3.5rem;
    font-size: 1.2rem;
  }
  .soc-value .soc-category-block {
    margin-bottom: 3rem;
  }
  .soc-category-block::before {
    top: -1.8em;
    left: -1.8em;
    width: 5.4rem;
    height: 5.4rem;
  }
  .soc-value .soc-category-block::before {
    top: -9.1em;
    left: -2.6em;
    width: 10.8rem;
    height: 10.8rem;
  }
  .soc-voice .soc-category-block::before {
    top: -15.9em;
    left: -1.7em;
    width: 19rem;
    height: 19rem;
  }
  .soc-category-block .soc-category-en img {
    /* height: 1.2em; */
    height: auto;
    margin-right: 0.9em;
  }
  .soc-concept .soc-category-block .soc-category-en img {
    width: 9.4rem;
  }
  .soc-value .soc-category-block .soc-category-en img {
    width: 6.4rem;
  }
  .soc-provide .soc-category-block .soc-category-en img {
    width: 8.8rem;
  }
  .soc-voice .soc-category-block .soc-category-en img {
    width: 6.0rem;
  }
  .soc-detail .soc-category-block .soc-category-en img {
    width: 7.3rem;
  }
  .soc-information .soc-category-block .soc-category-en img {
    width: 14.3rem;
  }
  .soc-heading-block {
    font-size: 2.4rem;
  }
  .soc-concept-point {
    font-size: 1.4rem;
  }
  .soc-concept-point > div > dt {
    width: 4.3rem;
    margin-right: 1.1rem;
  }
  /* soc-value */
  .soc-value {
    padding-top: 10rem;
    padding-bottom: 11rem;
  }
  .soc-value-bg {
    height: 110%;
  }
  .soc-value .soc-top-corner {
    width: 72%;
    height: 4.8rem;
  }
  .soc-value .soc-bottom-corner {
    width: 72%;
    height: 4.8rem;
  }
  .soc-inner {
    width: 98%;
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
  .soc-value .soc-heading-block {
    font-size: 2.2rem;
  }
  .soc-value-example {
    gap: 1.2rem;
    margin-top: 2rem;
  }
  .soc-value-example .soc-value-example-block {
    width: 79%;
  }
  .soc-value-example .soc-value-example-block:nth-child(3n) {
    margin-right: 0;
    margin-left: 0;
  }
  .soc-value-example .soc-value-example-block-front {
    padding: 0.7em 0.8em 0.8em 0.6em;
    border-left-width: 0.3rem;
    background: linear-gradient(315deg, transparent 1.0em, rgba(255, 255, 255, 0.7) 1.0em);
    background-position: bottom right;
  }
  .soc-value-example .soc-value-example-block .soc-value-example-heading {
    margin-bottom: 0.4em;
    padding-bottom: 0.4em;
    line-height: 1.4;
    font-size: 1.5rem;
    letter-spacing: normal;
  }
  .soc-value-example .soc-value-example-block p {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: normal;
  }
  /* soc-provide */
  .soc-provide {
    padding-top: 4rem;
    padding-bottom: 49rem;
  }
  .soc-provide-text {
    width: 100%;
  }
  .soc-provide-topics {
    max-width: none;
    width: 100%;
    margin-top: 3.5rem;
  }
  .soc-provide-topics .soc-provide-topics-block {
    padding: 2.8rem;
  }
  .soc-provide-topics .soc-provide-topics-block:not(:first-child) {
    margin-top: 2rem;
  }
  .soc-provide-topics .soc-provide-topics-head {
    margin-bottom: 1.8rem;
  }
  .soc-provide-topics .soc-provide-topics-head .soc-provide-topics-icon {
    width: 7.2rem;
    margin-right: 1rem;
  }
  .soc-provide-topics .soc-provide-topics-head .soc-provide-topics-heading {
    font-size: 1.7rem;
  }
  .soc-provide-img1 {
    top: 65.5%;
    right: 0;
    width: 72.375%;
  }
  .soc-provide-img2 {
    top: 83%;
    right: 22.63%;
    width: 47.25%;
  }
  /* soc-voice */
  .soc-voice {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
  .soc-voice .soc-voice-right {
    margin-bottom: 60rem;
    padding-left: 0;
  }
  .soc-voice .soc-category-block {
    padding-left: 0%;
  }
  .soc-voice .soc-heading-block {
    padding-left: 0%;
  }
  .soc-voice-example {
    margin-top: 3.5rem;
    padding: 3.6rem 3.6rem 6.4rem;
    border-top-right-radius: 1.4rem;
    border-bottom-left-radius: 1.4rem;
    background:
      linear-gradient(135deg, transparent 2.5em, #fff 2.5em),
      linear-gradient(315deg, transparent 2.5em, #fff 2.5em);
    background-position: top left, bottom right;
    background-size: 50% 100%;
    background-repeat: no-repeat;
  }
  .soc-voice-example::before {
    right: 0.3rem;
    width: 2.4rem;
    height: 18.6rem;
  }
  .soc-voice-example::after {
    right: 4.8rem;
  }
  .soc-voice-example .swiper-button-next {
    right: -1.6rem;
  }
  .soc-voice-example .swiper-button-prev {
    left: -1.6rem;
  }
  .soc-voice-example .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 2.5rem;
  }
  .soc-voice-example-heading {
    margin-bottom: 1.3em;
    font-size: 1.7rem;
  }
  .soc-voice-example-list > li {
    padding-left: 1.2rem;
    letter-spacing: 0.02em;
  }
  .soc-voice-example-list > li:not(:first-child) {
    margin-top: 2.2rem;
  }
  .soc-voice-example-notes {
    left: 11%;
  }
  .soc-voice-img1 {
    top: 54.5%;
    left: -27.48%;
    width: 96.35%;
  }
  .soc-voice-img2 {
    top: 68%;
    left: 7.49%;
    width: 87.27%;
  }
  .soc-voice-img3 {
    top: 52.5%;
    right: -23.73%;
    width: 61.96%;
  }
  .soc-voice-satisfaction-heading {
    font-size: 1.7rem;
  }
  .soc-voice-satisfaction-img {
    margin-right: -1rem;
    margin-left: -1rem;
    aspect-ratio: 1378 / 750;
  }
  /* soc-detail */
  .soc-detail {
    padding-top: 4rem;
    padding-bottom: 34rem;
  }
  .soc-detail-topics {
    width: 100%;
  }
  .soc-detail-topics .soc-detail-topics-block:not(:first-child) {
    margin-top: 1.4rem;
  }
  .soc-detail-topics .soc-detail-topics-block dt {
    padding: 1.1rem 3rem 1.1rem 1.6rem;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .soc-detail-topics .soc-detail-topics-block dt::before,
  .soc-detail-topics .soc-detail-topics-block dt::after {
    right: 1.2rem;
    width: 1.7rem;
    height: 0.2rem;
  }
  .soc-detail-topics .soc-detail-topics-block dd {
    display: none;
    padding: 1.4rem 1.6rem;
    font-size: 1.3rem;
  }
  .soc-detail-topics .soc-detail-label {
    font-size: 1.2rem;
  }
  .soc-detail-img1 {
    top: 53.5%;
    right: 0;
    width: 57.69%;
  }
  .soc-detail-img2 {
    top: -6%;
    left: 66.56%;
    width: 52.37%;
    transform: scaleX(-1);
  }
  /* soc-map */
  .soc-map {
    padding-bottom: 8rem;
  }
  .soc-map .gmap {
    margin-bottom: 4rem;
  }
  .soc-map .wrap {
    width: 98%;
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
  .soc-map .soc-bottom-corner {
    width: 72%;
    height: 4.8rem;
  }
  /* soc-information */
  .soc-information {
    padding-top: 4rem;
    padding-bottom: 10rem;
  }
  .soc-information .heading-b {
    margin-top: 3rem;
  }
  .train-route > li {
    width: 100%;
  }
  #pagetop {
    right: 1rem;
    bottom: 1rem;
    width: 4rem;
    height: 4rem;
  }
}