@charset "UTF-8";
@media screen and (min-width: 768px) {
  main {
    margin-top: 0;
  }
}

.loading {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1042;
  transition: opacity 0.3s ease;
}
.loading__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 1.25em;
}
@media screen and (min-width: 768px) {
  .loading__inner {
    grid-gap: 2.2727em;
  }
}
.loading__logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1em;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .loading__logo {
    width: auto;
    flex-direction: row;
    grid-gap: 1em;
  }
}
.loading__logo_img {
  width: 5em;
}
@media screen and (min-width: 768px) {
  .loading__logo_img {
    width: 6.1818em;
    flex-shrink: 0;
  }
}
.loading__logo_txt {
  color: #CE1177;
  font-size: 125%;
  font-weight: 700;
  line-height: 1.4348;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 0.0217em;
}
.loading__logo_txt small {
  font-size: 80%;
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .loading__logo_txt {
    font-size: 209.09%;
  }
  .loading__logo_txt small {
    font-size: 60.87%;
  }
}
.loading__bar {
  width: 100%;
  height: 1px;
  position: relative;
}
.loading__bar #progress_bar_count {
  width: 0%; /* 初期値は0% */
  height: 100%;
  background-color: #CE1177;
  position: absolute;
  left: 0;
}

.secMV {
  padding: 3.125em 0 3.4375em;
}
@media screen and (min-width: 768px) {
  .secMV {
    padding: 0;
  }
}
.secMV__inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .secMV__inner {
    width: 80.8%;
    height: 100%;
    padding-top: 4.2727em;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .secMV__inner {
    width: 70%;
  }
}
@media screen and (min-width: 1440px) {
  .secMV__inner {
    padding-top: 6.3636em;
  }
}
.secMV__ttl {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 1.8125em;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .secMV__ttl {
    width: auto;
    flex-direction: row;
    grid-gap: 1em;
  }
}
.secMV__ttl_logo {
  width: 5em;
}
@media screen and (min-width: 768px) {
  .secMV__ttl_logo {
    width: 6.1818em;
    flex-shrink: 0;
  }
}
.secMV__ttl_txt {
  width: 100%;
  padding-top: 2.4286em;
  border-top: 1px solid #CE1177;
  color: #7E7E7E;
  font-size: 87.5%;
  font-weight: 400;
  --ls: 0.05em;
  line-height: 1.4286;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 1.2857em;
}
@media screen and (min-width: 768px) {
  .secMV__ttl_txt {
    padding-top: 0.1087em;
    border-top: 0;
    color: #CE1177;
    font-size: 209.09%;
    font-weight: 700;
    line-height: 1.4348;
    align-items: flex-start;
    grid-gap: 0.0217em;
  }
}
.secMV__ttl_txt small {
  color: #CE1177;
  font-size: 200%;
  --ls: 0.05em;
  line-height: 1.4286;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .secMV__ttl_txt small {
    font-size: 60.87%;
    font-weight: 500;
    text-align: left;
  }
}
.secMV__img {
  width: 100%;
  position: relative;
}
.secMV__img::before {
  content: "";
  width: 107.2%;
  padding-top: 70.93%;
  background: radial-gradient(circle at center, rgba(248, 248, 248, 0.87) 0, rgba(255, 255, 255, 0.87) 55%, rgba(255, 255, 255, 0) 100%);
  filter: blur(20px);
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .secMV__img::before {
    width: 53.49%;
    padding-top: 33.65%;
    filter: blur(20px);
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}
.secMV__img .bg {
  width: 767px;
  max-width: 767px;
  -o-object-position: center bottom;
     object-position: center bottom;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .secMV__img .bg {
    width: 100%;
    max-width: 100%;
    left: 0;
    transform: translateX(0);
  }
}
.secMV__img_charaWrap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .secMV__img_charaWrap {
    max-width: 100%;
    margin: 0;
  }
}
.secMV__img_charaWrap .img--01 {
  width: 27%;
  position: absolute;
  bottom: 2.5%;
  left: 36%;
}
@media screen and (min-width: 768px) {
  .secMV__img_charaWrap .img--01 {
    width: 13.8%;
    bottom: 1.5%;
    left: 42%;
  }
}
.secMV__img_charaWrap .img--02 {
  width: 26.5%;
  position: absolute;
  bottom: 2%;
  left: 18%;
}
@media screen and (min-width: 768px) {
  .secMV__img_charaWrap .img--02 {
    width: 13.8%;
    bottom: 0;
    left: 32%;
  }
}
.secMV__img_charaWrap .img--03 {
  width: 27%;
  position: absolute;
  bottom: 2%;
  right: 16%;
}
@media screen and (min-width: 768px) {
  .secMV__img_charaWrap .img--03 {
    width: 13.8%;
    bottom: 1%;
    right: 33.5%;
  }
}
.secMV__img_charaWrap .img--04 {
  width: 27.5%;
  position: absolute;
  bottom: 2%;
  left: -1%;
}
@media screen and (min-width: 768px) {
  .secMV__img_charaWrap .img--04 {
    width: 14%;
    bottom: 0.5%;
    left: 22.5%;
  }
}
.secMV__img_charaWrap .img--05 {
  width: 27.5%;
  position: absolute;
  bottom: 1%;
  right: -1.5%;
}
@media screen and (min-width: 768px) {
  .secMV__img_charaWrap .img--05 {
    width: 14%;
    bottom: 0;
    right: 24.5%;
  }
}
.secMV__img_charaWrap .mvAnm--01 {
  transform-origin: center top;
  animation: mv_anm01 1.5s infinite ease-in-out;
}
@keyframes mv_anm01 {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(13deg) translate(9%, -1%);
  }
}
.secMV__img_charaWrap .mvAnm--02 {
  transform-origin: center top;
  animation: mv_anm02 2s -0.5s infinite ease-in-out;
}
@keyframes mv_anm02 {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: scale(1.05) rotate(10deg) translate(6%, -1%);
  }
}
.secMV__img_charaWrap .mvAnm--03 {
  transform-origin: center top;
  animation: mv_anm03 2.5s -0.5s infinite ease-in-out;
}
@keyframes mv_anm03 {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(13deg) translate(11%, -3%);
  }
}
.secMV__img_charaWrap .mvAnm--04 {
  transform-origin: center top;
  animation: mv_anm04 1.5s -1s infinite ease-in-out;
}
@keyframes mv_anm04 {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(13deg) translate(9%, -1%);
  }
}
.secMV__img_charaWrap .mvAnm--05 {
  transform-origin: center top;
  animation: mv_anm05 2s -1s infinite ease-in-out;
}
@keyframes mv_anm05 {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: scale(1.15) rotate(13deg) translate(5%, -1%);
  }
}

.secBusiness {
  padding: 0 0 3.75em;
}
@media screen and (min-width: 768px) {
  .secBusiness {
    padding: 4.3182em 0 10em;
  }
}
.secBusiness__ttl {
  width: 100%;
  padding: 1.4em 9.6%;
  font-size: 125%;
  --ls: 0.05em;
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secBusiness__ttl::before {
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  border-bottom: 1px dashed #3B3B3B;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 1s;
  transform-origin: center;
}
.secBusiness__ttl.visibled::before {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .secBusiness__ttl {
    padding: 0.7778em 0;
    font-size: 204.55%;
    transition: 2s;
  }
}
.secBusiness__bizBlkWrap {
  padding-top: 3.4375em;
  display: grid;
  grid-gap: 5.875em;
}
@media screen and (min-width: 768px) {
  .secBusiness__bizBlkWrap {
    padding-top: 4.7727em;
    grid-gap: 4.7727em;
  }
}
.secBusiness__bizBlk {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 1.875em;
}
@media screen and (min-width: 768px) {
  .secBusiness__bizBlk {
    align-items: flex-start;
    grid-gap: 0;
  }
}
.secBusiness__bizBlk_txtWrap {
  display: contents;
}
@media screen and (min-width: 768px) {
  .secBusiness__bizBlk_txtWrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 4.1818em;
    position: relative;
    z-index: 1;
  }
}
.secBusiness__bizBlk_ttl {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  opacity: 0;
}
.secBusiness__bizBlk_ttl::before {
  content: "";
  width: 2.25em;
  height: 1px;
  background-color: #CE1177;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  transition: 0.5s;
  transition-delay: 0.75s;
  z-index: 1;
}
.secBusiness__bizBlk_ttl.visibled {
  opacity: 1;
}
.secBusiness__bizBlk_ttl.visibled::before {
  transform: translateY(-50%) scaleX(1);
}
.secBusiness__bizBlk_ttl .en {
  color: #F7F7F7;
  font-weight: 900;
  --ls: 0;
  line-height: 0.8;
  transition: 1.5s;
}
.secBusiness__bizBlk_ttl .en--ttl1 {
  font-size: 312.5%;
}
.secBusiness__bizBlk_ttl .en--ttl2 {
  font-size: 437.5%;
}
.secBusiness__bizBlk_ttl .en--ttl3 {
  font-size: 312.5%;
}
.secBusiness__bizBlk_ttl .en--ttl3 small {
  font-size: 100%;
}
.secBusiness__bizBlk_ttl .en--ttl4 {
  font-size: 375%;
}
.secBusiness__bizBlk_ttl .jp {
  color: #CE1177;
  font-size: 137.5%;
  --ls: 0.05em;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  transition: 1.5s;
}
@media screen and (min-width: 768px) {
  .secBusiness__bizBlk_ttl::before {
    width: calc(100% - 0.4545em);
    top: auto;
    bottom: 0;
    transition: 1s;
    transition-delay: 0.5s;
  }
  .secBusiness__bizBlk_ttl .en {
    white-space: nowrap;
  }
  .secBusiness__bizBlk_ttl .en--ttl1 {
    font-size: 545.45%;
    line-height: 1;
  }
  .secBusiness__bizBlk_ttl .en--ttl2 {
    font-size: 840.91%;
    line-height: 1.2973;
  }
  .secBusiness__bizBlk_ttl .en--ttl3 {
    font-size: 731.82%;
    line-height: 0.7453;
  }
  .secBusiness__bizBlk_ttl .en--ttl3 small {
    font-size: 70.19%;
  }
  .secBusiness__bizBlk_ttl .en--ttl4 {
    font-size: 731.82%;
    line-height: 1.4907;
  }
  .secBusiness__bizBlk_ttl .jp {
    margin-top: 0.4762em;
    font-size: 190.91%;
  }
}
@media screen and (min-width: 1024px) {
  .secBusiness__bizBlk_ttl::before {
    width: calc(100% - 2.9091em);
  }
  .secBusiness__bizBlk_ttl .en--ttl1 {
    line-height: 2;
  }
  .secBusiness__bizBlk_ttl .en--ttl3 {
    line-height: 1.4907;
  }
}
.secBusiness__bizBlk_list {
  width: 80.8%;
  line-height: 1.5625;
  display: grid;
  grid-gap: 0.625em;
  order: 1;
}
.secBusiness__bizBlk_list li {
  padding-left: 1.6875em;
  position: relative;
}
.secBusiness__bizBlk_list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.secBusiness__bizBlk_list li strong {
  padding-right: 1em;
}
@media screen and (min-width: 768px) {
  .secBusiness__bizBlk_list {
    width: 100%;
    font-size: 109.09%;
    line-height: 2.0833;
    grid-gap: 0;
  }
  .secBusiness__bizBlk_list li {
    padding-left: 1.125em;
  }
}
.secBusiness__bizBlk_img {
  width: 71.2%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .secBusiness__bizBlk_img {
    width: 50%;
  }
}
.secBusiness__bizBlk_img--01 .img-bg {
  width: 97%;
  margin: 6% 0 12% -9%;
}
.secBusiness__bizBlk_img--01 .img-main, .secBusiness__bizBlk_img--01 .img-anm {
  width: 43%;
  position: absolute;
  bottom: 0;
  right: -10%;
}
.secBusiness__bizBlk_img--01 .img-anm {
  transform-origin: right bottom;
  animation: anm_biz01 1.5s infinite ease-in-out;
}
@keyframes anm_biz01 {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-9deg) translate(23%, -2.9%);
  }
}
@media screen and (min-width: 768px) {
  .secBusiness__bizBlk_img--01 .img-bg {
    width: 81%;
    margin: 2% 0 10% -13%;
  }
  .secBusiness__bizBlk_img--01 .img-main, .secBusiness__bizBlk_img--01 .img-anm {
    width: 29%;
    right: 11%;
  }
}
.secBusiness__bizBlk_img--02 .img-bg {
  width: 86%;
  margin: 3% 0 12% 21%;
}
.secBusiness__bizBlk_img--02 .img-main, .secBusiness__bizBlk_img--02 .img-anm {
  width: 35%;
  position: absolute;
  bottom: -9px;
  left: -6%;
}
.secBusiness__bizBlk_img--02 .img-anm {
  transform-origin: right bottom;
  animation: anm_biz02 1.5s infinite ease-in-out;
}
@keyframes anm_biz02 {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-7deg) translate(26%, -2%);
  }
}
@media screen and (min-width: 768px) {
  .secBusiness__bizBlk_img--02 .img-bg {
    width: 72%;
    margin: -5% 0 22% 28%;
  }
  .secBusiness__bizBlk_img--02 .img-main, .secBusiness__bizBlk_img--02 .img-anm {
    width: 23%;
    bottom: -3%;
    left: 3%;
  }
}
.secBusiness__bizBlk_img--03 .img-bg {
  width: 95%;
  margin: -3% 0 10% -9%;
}
.secBusiness__bizBlk_img--03 .img-main, .secBusiness__bizBlk_img--03 .img-anm {
  width: 41.5%;
  position: absolute;
  bottom: -2%;
  right: -11%;
}
.secBusiness__bizBlk_img--03 .img-anm {
  transform-origin: right top;
  animation: anm_biz03 1.5s infinite ease-in-out;
}
@keyframes anm_biz03 {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-10deg) translate(-7%, -3%);
  }
}
@media screen and (min-width: 768px) {
  .secBusiness__bizBlk_img--03 .img-bg {
    width: 79%;
    margin: -4% 0 18% -9%;
  }
  .secBusiness__bizBlk_img--03 .img-main, .secBusiness__bizBlk_img--03 .img-anm {
    width: 27.5%;
    right: 7%;
    bottom: -3%;
  }
}
.secBusiness__bizBlk_img--04 .img-bg {
  width: 97%;
  margin: 6% 0 12% -9%;
}
.secBusiness__bizBlk_img--04 .img-main, .secBusiness__bizBlk_img--04 .img-anm {
  width: 35%;
  position: absolute;
  bottom: -9px;
  left: -6%;
}
.secBusiness__bizBlk_img--04 .img-anm {
  transform-origin: left bottom;
  animation: anm_biz04 1.5s infinite ease-in-out;
}
@keyframes anm_biz04 {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(8deg) translate(-19%, -6%);
  }
}
@media screen and (min-width: 768px) {
  .secBusiness__bizBlk_img--04 .img-bg {
    width: 74%;
    margin: -19% 0 18% 29%;
  }
  .secBusiness__bizBlk_img--04 .img-main, .secBusiness__bizBlk_img--04 .img-anm {
    width: 33%;
    bottom: -4%;
    left: 8%;
  }
}
.secBusiness__bizBlk:nth-child(odd) .secBusiness__bizBlk_ttl {
  justify-content: flex-end;
}
.secBusiness__bizBlk:nth-child(odd) .secBusiness__bizBlk_ttl::before {
  left: 0;
  transform-origin: left;
}
.secBusiness__bizBlk:nth-child(odd) .secBusiness__bizBlk_ttl .en {
  transform: translateX(25px);
}
.secBusiness__bizBlk:nth-child(odd) .secBusiness__bizBlk_ttl .jp {
  left: 14.4%;
  transform: translateX(-20px);
}
.secBusiness__bizBlk:nth-child(odd) .secBusiness__bizBlk_ttl.visibled .en {
  transform: translateX(5px);
}
.secBusiness__bizBlk:nth-child(odd) .secBusiness__bizBlk_ttl.visibled .jp {
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .secBusiness__bizBlk:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .secBusiness__bizBlk:nth-child(odd) .secBusiness__bizBlk_ttl::before {
    left: auto;
    right: 0;
    transform-origin: right;
  }
  .secBusiness__bizBlk:nth-child(odd) .secBusiness__bizBlk_ttl .en {
    transform: translateX(50px);
  }
  .secBusiness__bizBlk:nth-child(odd) .secBusiness__bizBlk_ttl .jp {
    left: 2.9048em;
    transform: translateY(20px);
  }
  .secBusiness__bizBlk:nth-child(odd) .secBusiness__bizBlk_ttl.visibled .en {
    transform: translateX(20px);
  }
  .secBusiness__bizBlk:nth-child(odd) .secBusiness__bizBlk_ttl.visibled .jp {
    transform: translateY(0);
  }
  .secBusiness__bizBlk:nth-child(odd) .secBusiness__bizBlk_list {
    padding: 0 0.9091em 0 1.25em;
  }
  .secBusiness__bizBlk:nth-child(odd) .secBusiness__bizBlk_img {
    padding-left: 5%;
  }
}
@media screen and (min-width: 1024px) {
  .secBusiness__bizBlk:nth-child(odd) .secBusiness__bizBlk_list {
    padding: 0 1.8182em 0 2.5833em;
  }
  .secBusiness__bizBlk:nth-child(odd) .secBusiness__bizBlk_img {
    padding-left: 10%;
  }
}
.secBusiness__bizBlk:nth-child(even) .secBusiness__bizBlk_ttl {
  justify-content: flex-start;
}
.secBusiness__bizBlk:nth-child(even) .secBusiness__bizBlk_ttl::before {
  right: 0;
  transform-origin: right;
}
.secBusiness__bizBlk:nth-child(even) .secBusiness__bizBlk_ttl .en {
  transform: translateX(-25px);
}
.secBusiness__bizBlk:nth-child(even) .secBusiness__bizBlk_ttl .jp {
  right: 14.4%;
  transform: translateX(20px);
}
.secBusiness__bizBlk:nth-child(even) .secBusiness__bizBlk_ttl.visibled .en {
  transform: translateX(-5px);
}
.secBusiness__bizBlk:nth-child(even) .secBusiness__bizBlk_ttl.visibled .jp {
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .secBusiness__bizBlk:nth-child(even) {
    flex-direction: row;
  }
  .secBusiness__bizBlk:nth-child(even) .secBusiness__bizBlk_ttl::before {
    left: 0;
    right: auto;
    transform-origin: left;
  }
  .secBusiness__bizBlk:nth-child(even) .secBusiness__bizBlk_ttl .en {
    transform: translateX(-40px);
  }
  .secBusiness__bizBlk:nth-child(even) .secBusiness__bizBlk_ttl .jp {
    right: 1.4762em;
    transform: translateY(20px);
  }
  .secBusiness__bizBlk:nth-child(even) .secBusiness__bizBlk_ttl.visibled .en {
    transform: translateX(-10px);
  }
  .secBusiness__bizBlk:nth-child(even) .secBusiness__bizBlk_ttl.visibled .jp {
    transform: translateY(0);
  }
  .secBusiness__bizBlk:nth-child(even) .secBusiness__bizBlk_list {
    padding: 0 0.9091em 0 10%;
  }
  .secBusiness__bizBlk:nth-child(even) .secBusiness__bizBlk_img {
    padding-right: 5%;
  }
}
@media screen and (min-width: 1024px) {
  .secBusiness__bizBlk:nth-child(even) .secBusiness__bizBlk_list {
    padding: 0 1.8182em 0 20%;
  }
  .secBusiness__bizBlk:nth-child(even) .secBusiness__bizBlk_img {
    padding-right: 10%;
  }
}

.secCompany {
  padding: 3.75em 0;
  background-color: #E6E6E6;
}
@media screen and (min-width: 768px) {
  .secCompany {
    padding: 7.3636em 0 8.6364em;
  }
}
.secCompany__ttl {
  margin-bottom: 1.4em;
  color: #3B3B3B;
}
@media screen and (min-width: 768px) {
  .secCompany__ttl {
    margin-bottom: 0.7429em;
  }
}
.secCompany__contentsBlk {
  margin-bottom: 2.4375em;
  position: relative;
}
.secCompany__contentsBlk.visibled .secCompany__enTtl {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .secCompany__contentsBlk {
    margin-bottom: 3.1818em;
  }
}
.secCompany__img {
  width: 123.76%;
  padding: 0 1.3125em;
  margin: 0 -11.881%;
  position: relative;
  z-index: 1;
}
.secCompany__img .img_main {
  opacity: 0;
  transition: opacity 1s 1s ease;
  position: relative;
  z-index: 1;
}
.secCompany__img .img_main.visibled {
  opacity: 1;
}
.secCompany__img .img_bg {
  width: 104%;
  max-width: 104%;
  margin: -4.625em -2% 0;
}
@media screen and (min-width: 768px) {
  .secCompany__img {
    width: 82%;
    padding: 0;
    margin: 0 auto;
  }
  .secCompany__img .img_main {
    width: 87%;
    margin: 0 auto;
  }
  .secCompany__img .img_bg {
    width: 100%;
    max-width: 100%;
    margin: -11.2273em 0 0;
  }
}
.secCompany__enTtl {
  color: rgba(255, 255, 255, 0.8);
  font-size: 375%;
  font-weight: 900;
  --ls: 0;
  line-height: 1;
  position: absolute;
  top: -0.2667em;
  left: -0.6667em;
  transform: translateX(-100%);
  transition: 1s;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .secCompany__enTtl {
    font-size: 545.45%;
    top: 0.7em;
    bottom: auto;
    left: 0.6667em;
  }
}
.secCompany__btnWrap {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .secCompany__btnWrap {
    width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.secNews {
  padding: 4.25em 0 5em;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .secNews {
    padding: 8.1818em 0 9.0909em;
  }
}
.secNews::before {
  content: "News";
  color: #F7F7F7;
  font-size: 437.5%;
  font-weight: 900;
  --ls: 0;
  line-height: 1;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: -0.0286em;
  transform: translateY(-100%) scale(-1, -1);
  transition: 1s;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .secNews::before {
    font-size: 909.09%;
    top: -0.16em;
  }
}
.secNews.visibled::before {
  opacity: 1;
  transform: translateY(0) scale(-1, -1);
}
@media screen and (min-width: 768px) {
  .secNews__inner {
    max-width: 1152px;
  }
}
.secNews__ttl {
  margin-bottom: 1.4em;
  color: #3B3B3B;
}
@media screen and (min-width: 768px) {
  .secNews__ttl {
    margin-bottom: 1.6em;
  }
}
.secNews__list {
  width: 100%;
  margin-bottom: 0.625em;
  display: grid;
}
@media screen and (min-width: 768px) {
  .secNews__list {
    margin-bottom: 4.1667em;
  }
}
.secNews__list .arcItemNews {
  padding: 1.875em 0;
  align-items: flex-start;
  grid-gap: 0.3125em;
}
.secNews__list .arcItemNews__date {
  font-size: 100%;
}
@media screen and (min-width: 768px) {
  .secNews__list .arcItemNews {
    padding: 1.6667em 2.0833em;
    font-size: 109.09%;
    grid-gap: 0.4167em;
  }
}
.secNews__btnWrap {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .secNews__btnWrap {
    width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.secProperties::before {
  content: "Properties";
  color: rgba(255, 255, 255, 0.25);
  font-size: 437.5%;
  font-weight: 900;
  position: absolute;
  top: calc(50% - 0.3429em);
  left: -0.0857em;
  z-index: 1;
  transform: translate(-100%, -50%);
  transition: 1s;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .secProperties::before {
    font-size: 909.09%;
    top: 50%;
    left: auto;
    right: -0.135em;
    transform: translate(100%, -50%);
  }
}
.secProperties.visibled::before {
  transform: translate(0, -50%);
  opacity: 1;
}
.secProperties__propBlk {
  width: 100%;
  color: #fff;
}
.secProperties__propBlk--1 {
  padding: 3.75em 0 5.625em;
  background-color: #AEB2C4;
}
@media screen and (min-width: 768px) {
  .secProperties__propBlk--1 {
    padding: 7em 0 6.8182em;
  }
}
.secProperties__propBlk--2 {
  padding: 5.625em 0 5em;
  background-color: #C5CADE;
}
@media screen and (min-width: 768px) {
  .secProperties__propBlk--2 {
    padding: 6.8182em 0;
  }
}
.secProperties__propBlk_slider {
  margin-bottom: 3.25em;
}
.secProperties__propBlk_slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media screen and (min-width: 768px) {
  .secProperties__propBlk_slider {
    padding-left: 5%;
    margin-bottom: 4.5455em;
  }
}
.secProperties__propBlk_slide .arcItemProperty__txt {
  display: none;
}
.secProperties__ttl {
  margin-bottom: 2.35em;
  font-size: 1.25&;
  --ls: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .secProperties__ttl {
    margin-bottom: 2em;
    font-size: 159.09%;
    line-height: 1.4286;
  }
}
.secProperties__btnWrap {
  width: 90%;
}
.secProperties__btnWrap .btn > span {
  border-color: #fff;
  color: #fff;
}
.secProperties__btnWrap .btn::after {
  background-color: #fff;
}
.secProperties__btnWrap .btn:hover > span {
  background-color: #9A9FB4;
}
@media screen and (min-width: 768px) {
  .secProperties__btnWrap {
    width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}