@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes expand {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes expand {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.42);
            transform: scale(1.42);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.42);
            transform: scale(1.42);
  }
}
@keyframes fade-out {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.42);
            transform: scale(1.42);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.42);
            transform: scale(1.42);
  }
}
.sec_mv::after {
  background-image: url("../img/top/mv_bg_16-17.jpg");
  background-color: #fe7a00;
}
.sec_mv.tz1::after {
  background-image: url("../img/top/mv_bg_02-03.jpg");
}
.sec_mv.tz2::after {
  background-image: url("../img/top/mv_bg_04-05.jpg");
}
.sec_mv.tz3::after {
  background-image: url("../img/top/mv_bg_06.jpg");
}
.sec_mv.tz4::after {
  background-image: url("../img/top/mv_bg_07-08.jpg");
}
.sec_mv.tz5::after {
  background-image: url("../img/top/mv_bg_09-15.jpg");
}
.sec_mv.tz6::after {
  background-image: url("../img/top/mv_bg_16-17.jpg");
}
.sec_mv.tz7::after {
  background-image: url("../img/top/mv_bg_18.jpg");
}
.sec_mv.tz8::after {
  background-image: url("../img/top/mv_bg_19-01.jpg");
}
.sec_mv .news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: absolute;
  left: 121px;
  bottom: 59px;
  z-index: 2;
  max-width: calc(100% - 650px);
}
.sec_mv .news h2 {
  margin-right: 34px;
  color: #fff;
  font: normal 400 2rem/1 "Julius Sans One", sans-serif;
  letter-spacing: 1px;
  white-space: nowrap;
}
.sec_mv .news time {
  margin-right: 20px;
  color: #fff;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.65px;
  white-space: nowrap;
}
.sec_mv .news strong {
  font-weight: 400;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.75px;
  line-height: 1.5;
}
@media (hover: hover) {
  .sec_mv .news a:hover {
    text-decoration: underline;
  }
}
.sec_mv .clock {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  color: #fff;
  font: normal 700 16rem/1 "Nanum Gothic", sans-serif;
  letter-spacing: 16px;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec_mv .clock span {
  -webkit-animation: blink 1s step-end infinite;
          animation: blink 1s step-end infinite;
}
.sec_mv .clock span.hidden {
  visibility: hidden;
}
.sec_mv .catch {
  position: absolute;
  bottom: 68px;
  right: 119px;
  z-index: 2;
  color: #fff;
}
.sec_mv .catch p {
  margin-bottom: 30px;
  width: 100%;
  font-weight: 400;
  font-size: 2.3rem;
  letter-spacing: 6.21px;
  line-height: 200%;
  white-space: nowrap;
}
.sec_mv .catch strong {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-weight: 700;
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: 2.88px;
  white-space: nowrap;
}
.sec_mv .catch strong img {
  position: relative;
  z-index: 2;
  width: 84px;
  height: 90px;
}

.sec_about, .sec_service {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sec_about::before, .sec_about::after, .sec_service::before, .sec_service::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}
.sec_about h2, .sec_service h2 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
}
.sec_about .catch, .sec_service .catch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px 0;
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.7;
  text-align: center;
}
.sec_about .catch strong, .sec_service .catch strong {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_about .catch .dots.green, .sec_service .catch .dots.green {
  color: #00b050;
}
.sec_about .catch .dots.orange, .sec_service .catch .dots.orange {
  color: #ff7f32;
}
.sec_about .catch .dots span, .sec_service .catch .dots span {
  position: relative;
}
.sec_about .catch .dots span:before, .sec_service .catch .dots span:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(50% - 4px);
  top: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: currentColor;
}
.sec_about .catch .love, .sec_service .catch .love {
  margin: 0 8px;
}
.sec_about .catch .love img, .sec_service .catch .love img {
  width: auto;
  height: 1.45em;
}
.sec_about .wrap, .sec_service .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
  padding-left: 80px;
}
.sec_about .wrap::before, .sec_service .wrap::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  mix-blend-mode: multiply;
}
.sec_about .text p, .sec_service .text p {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.6;
}
.sec_about .text p + p, .sec_service .text p + p {
  margin-top: 32px;
}
.sec_about .text .btn, .sec_service .text .btn {
  margin-top: 80px;
}

.sec_about {
  background-color: #fff3e9;
}
.sec_about::before {
  height: 566px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdfc2), to(#fff3e9));
  background: -webkit-linear-gradient(top, #ffdfc2 0%, #fff3e9 100%);
  background: linear-gradient(180deg, #ffdfc2 0%, #fff3e9 100%);
}
.sec_about h2 {
  top: 150px;
  color: #fe7a00;
}
.sec_about .anime {
  position: relative;
  height: 566px;
  background: url(../img/top/about_bg.svg) no-repeat center bottom/cover;
}
.sec_about .anime picture.relief {
  z-index: 2;
}
.sec_about .anime picture.relief img {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.sec_about .anime picture.relief img.animated {
  -webkit-animation: expand 2s ease-in-out forwards;
          animation: expand 2s ease-in-out forwards;
}
.sec_about .anime picture.safety {
  z-index: 3;
}
.sec_about .anime img {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.sec_about .catch {
  margin-top: 47px;
  margin-bottom: 102px;
}
.sec_about .wrap {
  position: relative;
  z-index: 1;
}
.sec_about .text::before,
.sec_about .images::before,
.sec_about .images::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 286px;
  height: 286px;
  background: -webkit-radial-gradient(50% 50%, 50% 50%, #ffd5ae 50%, #fff3e9 100%);
  background: radial-gradient(50% 50% at 50% 50%, #ffd5ae 50%, #fff3e9 100%);
  opacity: 0;
  -webkit-animation: fade-out 5s linear infinite forwards;
          animation: fade-out 5s linear infinite forwards;
}
.sec_about .text {
  position: relative;
  z-index: 1;
}
.sec_about .text::before {
  left: -143px;
  top: -143px;
}
.sec_about .text + img {
  z-index: -1;
  margin-right: 80px;
  width: 58.9583333333%;
  max-width: 849px;
  border-radius: 16px;
}
.sec_about .images {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 61px;
  position: relative;
  z-index: 1;
  margin-top: 77px;
  padding-bottom: 218px;
}
.sec_about .images::before {
  left: 26px;
  bottom: -38px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.sec_about .images::after {
  right: -165px;
  bottom: 91px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.sec_about .images img {
  border-radius: 16px;
}
.sec_about .images img:first-child {
  width: 41.6666666667%;
  max-width: 600px;
}
.sec_about .images img:last-child {
  margin-top: 93px;
  width: 26.4583333333%;
  max-width: 381px;
}

.sec_service {
  padding-top: 254px;
  padding-bottom: 254px;
  background-color: #e9f3ee;
}
.sec_service::before {
  height: 558px;
  background: -webkit-gradient(linear, left bottom, left top, from(#e9f3ee), to(#98e1c8));
  background: -webkit-linear-gradient(bottom, #e9f3ee 0%, #98e1c8 100%);
  background: linear-gradient(0deg, #e9f3ee 0%, #98e1c8 100%);
}
.sec_service::after {
  height: 596px;
  background: url(../img/top/service_bg.svg) no-repeat center bottom/cover;
}
.sec_service h2 {
  top: auto;
  color: #fff;
}
.sec_service .anime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-top: 85px;
}
.sec_service .anime .safety, .sec_service .anime .relief {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
}
.sec_service .anime .safety::after, .sec_service .anime .relief::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  border-radius: 50%;
  background: no-repeat center center/contain;
  -webkit-animation: rotation linear infinite;
          animation: rotation linear infinite;
}
.sec_service .anime .safety picture, .sec_service .anime .relief picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_service .anime .safety {
  width: 348px;
  height: 348px;
}
.sec_service .anime .safety::after {
  background-image: url(../img/top/service_safety_gear.svg);
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
.sec_service .anime .relief {
  top: 30px;
  width: 264px;
  height: 264px;
}
.sec_service .anime .relief::after {
  background-image: url(../img/top/service_relief_gear.svg);
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  animation-direction: reverse;
}
.sec_service .catch {
  margin-top: 86px;
  margin-bottom: 86px;
}
.sec_service .wrap {
  position: relative;
  z-index: 1;
}
.sec_service .text::before,
.sec_service .images::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 454px;
  height: 454px;
  background: -webkit-radial-gradient(50% 50%, 50% 50%, #c3ecd7 50.48%, #e9f3ee 100%);
  background: radial-gradient(50% 50% at 50% 50%, #c3ecd7 50.48%, #e9f3ee 100%);
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-animation: fade-out 5s linear infinite forwards;
          animation: fade-out 5s linear infinite forwards;
}
.sec_service .text {
  position: absolute;
  z-index: 2;
  top: 0;
}
.sec_service .text::before {
  left: -227px;
  top: -227px;
}
.sec_service .text .sticky {
  top: 180px;
}
.sec_service .images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 96px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.sec_service .images::before {
  left: 45px;
  bottom: 221px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.sec_service .images img {
  position: relative;
  z-index: 2;
  margin-left: auto;
  width: 66.1805555556%;
  max-width: 953px;
  height: auto;
  border-radius: 16px 0 0 16px;
}

@media screen and (max-width: 1024px) {
  .sec_mv .catch {
    top: auto;
    bottom: 87px;
    left: 50%;
    right: auto;
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec_mv .catch p {
    font-size: 1.6rem;
    letter-spacing: 4px;
    margin-bottom: 16px;
  }
  .sec_mv .catch strong {
    font-size: 4.6rem;
    gap: 0;
  }
  .sec_mv .catch strong img {
    width: 59px;
    height: 63px;
  }
  .sec_mv .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 64px;
    bottom: auto;
    top: 37px;
    max-width: calc(100% - 128px);
  }
  .sec_mv .news h2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 1.5rem;
    font-family: "Poppins", sans-serif;
  }
  .sec_mv .news time {
    margin-bottom: 5px;
    font-size: 1.1rem;
    margin-right: 8px;
  }
  .sec_mv .news strong {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .sec_mv .clock {
    top: 45%;
    font-size: 8rem;
    letter-spacing: 8px;
  }
  .sec_about h2, .sec_service h2 {
    font-size: 2.4rem;
  }
  .sec_about .catch, .sec_service .catch {
    gap: 13px 0;
    font-size: 2.2rem;
    line-height: 1.7;
    letter-spacing: 0.07em;
    text-align: center;
  }
  .sec_about .catch .dots span:before, .sec_service .catch .dots span:before {
    left: calc(50% - 2px);
    top: -1px;
    width: 4px;
    height: 4px;
  }
  .sec_about .catch .love, .sec_service .catch .love {
    margin: 0 8px;
  }
  .sec_about .catch .love img, .sec_service .catch .love img {
    width: auto;
    height: 41px;
  }
  .sec_about .wrap, .sec_service .wrap {
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .sec_about .text p, .sec_service .text p {
    font-size: 1.5rem;
    line-height: 2.6;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .sec_about .text p + p, .sec_service .text p + p {
    margin-top: 24px;
  }
  .sec_about::before {
    height: 390px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffdfc2), to(#fff3e9));
    background: -webkit-linear-gradient(top, #ffdfc2 0%, #fff3e9 100%);
    background: linear-gradient(180deg, #ffdfc2 0%, #fff3e9 100%);
  }
  .sec_about h2 {
    top: 91px;
  }
  .sec_about .anime {
    height: auto;
    min-height: 390px;
    background-image: url(../img/top/about_bg_sp.svg);
    aspect-ratio: 1/1;
  }
  .sec_about .catch {
    margin-top: 32px;
    margin-bottom: 113px;
  }
  .sec_about .wrap {
    z-index: 2;
  }
  .sec_about .text::before,
  .sec_about .images::before,
  .sec_about .images::after {
    width: 165px;
    height: 165px;
  }
  .sec_about .text::before {
    left: -82.5px;
    top: -82.5px;
  }
  .sec_about .text .btn {
    margin: 64px auto 80px;
  }
  .sec_about .text + img {
    position: relative;
    right: -16px;
    margin-left: auto;
    margin-right: 0;
    width: 93.5754189944%;
    max-width: unset;
    border-radius: 16px 0 0 16px;
  }
  .sec_about .images {
    overflow: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 32px;
    padding-bottom: 165px;
  }
  .sec_about .images::before {
    left: 24px;
    bottom: 32px;
  }
  .sec_about .images::after {
    right: -20px;
    top: -40px;
    bottom: auto;
  }
  .sec_about .images img {
    position: relative;
  }
  .sec_about .images img:first-child {
    width: 54.748603352%;
    max-width: unset;
    border-radius: 0 16px 16px 0;
  }
  .sec_about .images img:last-child {
    right: 28px;
    width: 37.4301675978%;
    max-width: unset;
    margin-top: 40px;
  }
  .sec_service {
    padding-top: 187px;
    padding-bottom: 165px;
  }
  .sec_service .anime {
    gap: 16px;
    margin-top: 55px;
  }
  .sec_service .anime .safety img, .sec_service .anime .relief img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
  }
  .sec_service .anime .safety {
    width: 42.0512820513%;
    height: auto;
  }
  .sec_service .anime .safety::after {
    background-image: url(../img/top/service_safety_gear_sp.svg);
  }
  .sec_service .anime .relief {
    top: 36px;
    width: 31.7948717949%;
    height: auto;
  }
  .sec_service .anime .relief::after {
    background-image: url(../img/top/service_relief_gear_sp.svg);
  }
  .sec_service .catch {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .sec_service .text::before,
  .sec_service .images::before {
    width: 166px;
    height: 166px;
  }
  .sec_service .text {
    position: relative;
  }
  .sec_service .text::before {
    left: -83px;
    top: -83px;
  }
  .sec_service .text .btn {
    margin-top: 64px;
  }
  .sec_service .images {
    right: -16px;
    margin-top: 75px;
    gap: 32px;
  }
  .sec_service .images::before {
    left: auto;
    right: -64px;
    bottom: -244px;
    width: 310px;
    height: 310px;
  }
  .sec_service .images img {
    width: 93.5754189944%;
    max-width: 670px;
  }
}