@keyframes yurari {
  0% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes yurari_2deg {
  0% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
@keyframes yurari_1deg {
  0% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
@keyframes yurari_10deg {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(-7deg);
  }
}
@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  40% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  80% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes passing-bar {
  0% {
    transform: scaleX(0) translateX(-100%);
  }
  50% {
    transform: scaleX(1) translateX(0);
  }
  51% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(101%);
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes mask-bg {
  0% {
    transform: translate(0, 101%);
  }
  40%, 60% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(0, -100%);
  }
}
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: calc(100% - 20px);
    width: 100%;
    opacity: 1;
  }
}
@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: calc(100% - 20px);
    height: 100%;
    opacity: 1;
  }
}
p,
a,
li,
dt,
dd,
th,
td {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  p,
  a,
  li,
  dt,
  dd,
  th,
  td {
    line-height: 1.8;
  }
}

.display_w600 {
  display: none;
}
@media screen and (max-width: 600px) {
  .display_w600 {
    display: block;
  }
}

.f_en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.f-info {
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .footer-logo-address {
    width: 400px;
  }
}
@media screen and (max-width: 1100px) {
  .footer-logo-address {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-logo-address {
    margin: auto;
  }
}

@media screen and (max-width: 1300px) {
  .footer-nav-wrap {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 1200px) {
  .footer-nav-wrap {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 1100px) {
  .footer-nav-wrap {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 1024px) {
  .footer-nav-wrap {
    width: 100%;
  }
}

.f-commitment .commitment__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .f-commitment .commitment__item {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .f-commitment .commitment__item {
    margin-bottom: 40px;
  }
}
.f-commitment .commitment__item .img {
  width: 47%;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translate(-10%, 0);
}
@media screen and (max-width: 1024px) {
  .f-commitment .commitment__item .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-commitment .commitment__item .content {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .f-commitment .commitment__item .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.f-commitment .commitment__item .num {
  display: block;
  font-size: 10rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #4a4a4a;
  position: absolute;
  top: -10px;
  right: -30px;
  opacity: 0.3;
}
@media screen and (max-width: 1024px) {
  .f-commitment .commitment__item .num {
    font-size: clamp(12px, 5rem, 5rem);
  }
}
@media screen and (max-width: 1024px) {
  .f-commitment .commitment__item .num {
    top: -40px;
  }
}
.f-commitment .commitment__item .title {
  font-size: 20px;
  letter-spacing: 0.15em;
  font-weight: 600;
  position: relative;
  padding-bottom: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .f-commitment .commitment__item .title {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .f-commitment .commitment__item .title {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .f-commitment .commitment__item .title {
    font-size: 16px;
    margin: auto;
    margin-bottom: 30px;
  }
}
.f-commitment .commitment__item .title::before {
  content: "";
  display: block;
  background-color: var(--main);
  width: 80px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .f-commitment .commitment__item .title::before {
    width: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .f-commitment .commitment__item .title::before {
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  .f-commitment .commitment__item .txt {
    text-align: center;
  }
}
.f-commitment .commitment__item.is-show .img {
  transform: translate(0, 0);
  opacity: 1;
  transition: 2s;
}
.f-commitment .commitment__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .f-commitment .commitment__item:nth-of-type(even) {
    flex-direction: column;
  }
}
.f-commitment .commitment__item:nth-of-type(even) .num {
  left: unset;
  left: -30px;
}
.f-commitment .commitment__item:nth-of-type(even) .img {
  transform: translate(10%, 0);
}
.f-commitment .commitment__item:nth-of-type(even) .title {
  margin-left: auto;
}
.f-commitment .commitment__item:nth-of-type(even) .title::before {
  left: unset;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .f-commitment .commitment__item:nth-of-type(even) .title::before {
    left: 0;
    margin: auto;
  }
}
.f-commitment .commitment__item:nth-of-type(even) .txt {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .f-commitment .commitment__item:nth-of-type(even) .txt {
    text-align: center;
  }
}
.f-commitment .commitment__item:nth-of-type(even).is-show .img {
  transform: translate(0, 0);
  opacity: 1;
  transition: 2s;
}