@charset "UTF-8";
/* arguments inittial */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.top #wrap {
  overflow: hidden;
  background-color: #faf8f2;
}

.top #wrap .txt-anim div.inl {
  display: inline;
}

.top #wrap .txt-anim .char {
  opacity: 0;
  transition-delay: calc(var(--char-index) * 0.15s);
}

.top #wrap .txt-anim.inview .char {
  opacity: 1;
}

.top #wrap .block-ttl .jp {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.44737em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .top #wrap .block-ttl .jp {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.66667em;
    margin-bottom: -3px;
  }
}

.top #wrap .block-ttl .en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.38889em;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-left: 7px;
}

@media (max-width: 767px) {
  .top #wrap .block-ttl .en {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.08333em;
    margin-left: 3px;
  }
}

.top #wrap .block-ttl--center .jp span {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .top #wrap .block-ttl--center .jp span {
    margin-bottom: -3px;
  }
}

.top #wrap .block-ttl--center .en {
  text-align: center;
  margin: 0;
}

.top #wrap .sec-mv {
  height: 100dvh;
  background-color: forestgreen;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 22px solid #fe7a38;
  background-color: #96bef2;
  padding: 32px 15% 63px;
  position: relative;
  animation: changeBgMv 30s infinite;
}

@media (max-width: 767px) {
  .top #wrap .sec-mv {
    border-width: 20px;
    padding: 65px 20px 100px 36px;
    flex-direction: column;
  }
}

.top #wrap .sec-mv__en-txt {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .top #wrap .sec-mv__en-txt {
    max-width: 391px;
    width: 45%;
    margin: 7.5% min(60px,4.7vw) 0 max(-66px,-5.1vw);
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-mv__en-txt {
    width: 100%;
    max-width: 329px;
    margin-bottom: -82px;
  }
}

.top #wrap .sec-mv__en-txt .txt-item {
  opacity: 1;
  width: fit-content;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.top #wrap .sec-mv__en-txt .txt-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: height 0.8s ease-in-out, opacity 5s;
  background-color: #96bef2;
  animation: changeBgMv 30s infinite;
}

.top #wrap .sec-mv__en-txt .txt-item.on:after {
  height: 0;
  opacity: 0;
}

.top #wrap .sec-mv__en-txt .txt-item:nth-child(1) img {
  width: min(287px,22.1vw);
}

@media (max-width: 767px) {
  .top #wrap .sec-mv__en-txt .txt-item:nth-child(1) img {
    width: 134px;
  }
}

.top #wrap .sec-mv__en-txt .txt-item:nth-child(2) {
  margin: 16% 0 9.5%;
}

@media (max-width: 767px) {
  .top #wrap .sec-mv__en-txt .txt-item:nth-child(2) {
    margin: 12px 0 14px;
  }
}

.top #wrap .sec-mv__en-txt .txt-item:nth-child(2) img {
  width: min(257px,19.8vw);
}

@media (max-width: 767px) {
  .top #wrap .sec-mv__en-txt .txt-item:nth-child(2) img {
    width: 119px;
  }
}

.top #wrap .sec-mv__en-txt .txt-item:nth-child(3) img {
  width: min(378px29.1vw);
}

@media (max-width: 767px) {
  .top #wrap .sec-mv__en-txt .txt-item:nth-child(3) img {
    width: 176px;
  }
}

.top #wrap .sec-mv__en-txt .greeting {
  position: absolute;
  width: 132px;
  height: 150px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top #wrap .sec-mv__en-txt .greeting {
    width: 110px;
    height: 110px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top #wrap .sec-mv__en-txt .greeting {
    height: 95px;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-mv__en-txt .greeting {
    height: 78px;
  }
}

.top #wrap .sec-mv__en-txt .greeting__wrapper {
  width: 100px;
  height: 40px;
  overflow: visible;
}

@media (max-width: 767px) {
  .top #wrap .sec-mv__en-txt .greeting__wrapper {
    height: 34px;
  }
}

.top #wrap .sec-mv__en-txt .greeting__wrapper .txt__wrapper {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857em;
  letter-spacing: 0.05em;
  font-weight: 600;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top #wrap .sec-mv__en-txt .greeting__wrapper .txt__wrapper {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-mv__en-txt .greeting__wrapper .txt__wrapper {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.41667em;
    letter-spacing: 0.05em;
  }
}

.top #wrap .sec-mv__en-txt .greeting__wrapper .txt__wrapper span {
  opacity: 0;
  transition: 0.5s all ease-in-out;
  transition-delay: 1.5s;
}

.top #wrap .sec-mv__en-txt .greeting__wrapper .txt__wrapper::after {
  content: "";
  color: #fff;
  width: 100px;
  height: 100px;
  background-color: #707070;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  z-index: -1;
  transition: 0.7s all ease-in-out;
  transition-delay: 1s;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top #wrap .sec-mv__en-txt .greeting__wrapper .txt__wrapper::after {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top #wrap .sec-mv__en-txt .greeting__wrapper .txt__wrapper::after {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-mv__en-txt .greeting__wrapper .txt__wrapper::after {
    width: 60px;
    height: 60px;
  }
}

.top #wrap .sec-mv__en-txt .greeting--01 {
  top: -3.7vw;
  left: 1.3vw;
  transition-delay: 1s;
  padding-left: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top #wrap .sec-mv__en-txt .greeting--01 {
    left: -10px;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-mv__en-txt .greeting--01 {
    top: -27px;
    left: 142px;
  }
}

.top #wrap .sec-mv__en-txt .greeting--01 .txt__wrapper::after {
  left: -32px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top #wrap .sec-mv__en-txt .greeting--01 .txt__wrapper::after {
    left: -20px;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-mv__en-txt .greeting--01 .txt__wrapper::after {
    left: -24px;
  }
}

.top #wrap .sec-mv__en-txt .greeting--02 {
  top: 36.2%;
  right: -1.8vw;
  transition-delay: 1.4s;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top #wrap .sec-mv__en-txt .greeting--02 {
    right: -40px;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-mv__en-txt .greeting--02 {
    top: 31.3%;
    right: -2px;
  }
}

.top #wrap .sec-mv__en-txt .greeting--02 .txt__wrapper::after {
  right: -14px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top #wrap .sec-mv__en-txt .greeting--02 .txt__wrapper::after {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-mv__en-txt .greeting--02 .txt__wrapper::after {
    right: 17px;
  }
}

.top #wrap .sec-mv__en-txt .greeting .swiper-slide-active .txt__wrapper {
  animation: txtRandom 0.1s forwards 4s;
}

.top #wrap .sec-mv__en-txt .greeting .swiper-slide-active .txt__wrapper span {
  opacity: 1;
}

.top #wrap .sec-mv__en-txt .greeting .swiper-slide-active .txt__wrapper::after {
  transform: translateY(-50%) scale(1);
}

@media (min-width: 768px) {
  .top #wrap .sec-mv__img {
    position: static;
    width: 48%;
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1300px) {
  .top #wrap .sec-mv__img {
    max-width: 407px;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-mv__img {
    position: relative;
    width: 100%;
    max-width: 329px;
    max-height: calc(100% - 95px);
  }
  .top #wrap .sec-mv__img::after {
    content: "";
    width: 93px;
    height: 102px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../../img/top/img_human01.png);
    position: absolute;
    bottom: 0;
    right: 8px;
    z-index: 1;
    opacity: 0;
    transition: transform 0.8s, opacity 0.8s;
    transform: translateY(40px);
    transition-delay: 1.4s;
  }
}

@media only screen and (max-width: 767px) and (min-width: 384px) and (max-width: 385px) {
  .top #wrap .sec-mv__img::after {
    bottom: -1px;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-mv__img::before {
    content: "一緒に\A解決しましょう！";
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: pre;
    width: 88px;
    height: 48px;
    padding: 5px 10px 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1.375em;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: absolute;
    bottom: 110px;
    right: 11px;
    z-index: 2;
    transform: scale(0);
    transition: 0.3s all ease-in-out;
    transition-delay: 1.8s;
    background: url(../../img/top/bubble.png) no-repeat center/contain;
  }
  .top #wrap .sec-mv__img.on::before {
    transform: scale(1);
  }
  .top #wrap .sec-mv__img.on::after {
    opacity: 1;
    transform: translateY(0);
  }
  .top #wrap .sec-mv__img.animating::after {
    animation: humanWaving 0.8s ease-in-out infinite;
  }
}

.top #wrap .sec-mv__img .main-frame {
  height: 100%;
  transition-delay: 1s;
  margin-top: px;
}

.top #wrap .sec-mv__img .main-frame .swiper-slide {
  position: relative;
}

@media (min-width: 768px) {
  .top #wrap .sec-mv__img .main-frame {
    margin-top: 15px;
  }
  .top #wrap .sec-mv__img .main-frame .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
  }
}

.top #wrap .sec-mv__img .main-frame .swiper-slide img {
  width: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .top #wrap .sec-mv__img .main-frame .swiper-slide img {
    height: 100%;
    object-fit: cover;
  }
}

.top #wrap .sec-mv__img .main-frame .swiper-slide::after {
  content: "";
  opacity: 1 !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #96bef2;
  transition: 2s cubic-bezier(0.4, 0, 0.2, 1);
  animation: changeBgMv 30s infinite;
}

.top #wrap .sec-mv__img .main-frame .swiper-slide.swiper-slide-active::after {
  width: 0;
}

.top #wrap .sec-mv__img .txt {
  position: absolute;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.45455em;
  letter-spacing: 0.05em;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 1095px) {
  .top #wrap .sec-mv__img .txt {
    font-size: 1.95vw;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-mv__img .txt {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857em;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 767px) and (max-width: 389px) {
  .top #wrap .sec-mv__img .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.top #wrap .sec-mv__img .txt--vert {
  left: 20px;
  bottom: 50px;
  writing-mode: vertical-rl;
  text-orientation: sideways;
}

@media (max-width: 767px) {
  .top #wrap .sec-mv__img .txt--vert {
    left: -29px;
    bottom: -5px;
  }
}

.top #wrap .sec-mv__img .txt--hor {
  left: 20px;
  bottom: 14px;
}

@media (max-width: 767px) {
  .top #wrap .sec-mv__img .txt--hor {
    left: -26px;
    bottom: -29px;
  }
}

.top #wrap .sec-mv__img .txt--hor .char {
  transition-delay: calc(var(--char-index) * 0.15s + var(--delay));
}

.top #wrap .sec-mv__diagnosis {
  display: block;
  max-width: 17%;
  position: absolute;
  bottom: -10px;
  right: -7px;
  z-index: 1;
  opacity: 1;
  transition: 0.5s all ease-in-out;
}

@media (min-width: 768px) {
  .top #wrap .sec-mv__diagnosis::after {
    content: "";
    width: 127px;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../../img/top/img_human01.png);
    position: absolute;
    bottom: 100%;
    left: calc(43% - 63.5px);
    opacity: 0;
    transition: transform 1s, opacity 1s;
    transform: translateY(40px);
    transition-delay: 1.4s;
  }
  .top #wrap .sec-mv__diagnosis::before {
    content: "一緒に\A解決しましょう！";
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: pre;
    width: 119px;
    height: 65px;
    padding: 5px 10px 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.36364em;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: absolute;
    bottom: calc(100% + 140px);
    left: calc(44% - 60px);
    transform: scale(0);
    transition: 0.3s all ease-in-out;
    transition-delay: 1.8s;
    background: url(../../img/top/bubble.png) no-repeat center/contain;
  }
  .top #wrap .sec-mv__diagnosis.animating::after {
    animation: humanWaving 0.8s ease-in-out infinite;
  }
}

.top #wrap .sec-mv__diagnosis a {
  display: block;
  transition-delay: 1s;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
}

.top #wrap .sec-mv__diagnosis a img {
  position: relative;
  z-index: 1;
  will-change: transform;
  transition: 2s all ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .top #wrap .sec-mv__diagnosis a:hover {
    opacity: 1;
  }
  .top #wrap .sec-mv__diagnosis a:hover img {
    transform: scale(1.1);
  }
}

.top #wrap .sec-mv__diagnosis.on::after {
  opacity: 1;
  transform: translateY(0);
}

.top #wrap .sec-mv__diagnosis.on::before {
  transform: scale(1);
}

.top #wrap .sec-about {
  padding-top: 160px;
}

@media (max-width: 767px) {
  .top #wrap .sec-about {
    padding-top: 49px;
  }
}

.top #wrap .sec-about .block-ttl .jp {
  color: #fe7a38;
}

.top #wrap .sec-about .intro {
  display: flex;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto 100px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .top #wrap .sec-about .intro {
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    margin-bottom: 51px;
  }
}

.top #wrap .sec-about .intro__left {
  flex: 1;
  padding: 0 25px 13px 58px;
}

@media only screen and (min-width: 768px) and (max-width: 1299px) {
  .top #wrap .sec-about .intro__left {
    padding-left: calc(50vw - 592px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1223px) {
  .top #wrap .sec-about .intro__left {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-about .intro__left {
    width: 100%;
    padding: 0 24px 14px;
  }
}

.top #wrap .sec-about .intro__left .txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.33333em;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 15px 0 30px;
  transition-delay: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top #wrap .sec-about .intro__left .txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.2em;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-about .intro__left .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.28571em;
    margin: 15px 2px 30px;
  }
}

.top #wrap .sec-about .intro__left .txt .c-highlight::after {
  left: -5px;
}

.top #wrap .sec-about .intro__left .txt .c-highlight.on::after {
  width: calc(100% + 10px);
}

.top #wrap .sec-about .intro__left .c-btn {
  margin-left: 18px;
  transition-delay: 0.3s;
}

@media (max-width: 767px) {
  .top #wrap .sec-about .intro__left .c-btn {
    margin: 0;
    flex-direction: column;
    position: absolute;
    left: 15px;
    bottom: calc((51vw * 237 / 199) * 0.425);
    z-index: 1;
  }
  .top #wrap .sec-about .intro__left .c-btn span {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 9px;
  }
  .top #wrap .sec-about .intro__left .c-btn i {
    width: 45px;
    height: 45px;
    background: none;
    overflow: hidden;
  }
  .top #wrap .sec-about .intro__left .c-btn i::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: 50%;
    transform: translate(50%, -50%);
  }
  .top #wrap .sec-about .intro__left .c-btn i:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: none;
  }
  .top #wrap .sec-about .intro__left .c-btn i:nth-child(3)::before, .top #wrap .sec-about .intro__left .c-btn i:nth-child(3)::after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: currentColor;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    transform: none;
  }
  .top #wrap .sec-about .intro__left .c-btn i:nth-child(3)::before {
    animation: zoomOut 1.8s linear infinite;
  }
  .top #wrap .sec-about .intro__left .c-btn i:nth-child(3)::after {
    animation: zoomOut 1.8s linear infinite;
    animation-delay: 1s;
  }
}

.top #wrap .sec-about .intro__right {
  width: 68%;
  margin-right: -73px;
}

@media only screen and (min-width: 768px) and (max-width: 1149px) {
  .top #wrap .sec-about .intro__right {
    width: 64%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 838px) {
  .top #wrap .sec-about .intro__right {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-about .intro__right {
    position: relative;
    width: calc(100% - 76px);
    margin: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -ms-overflow-style: none;
    -ms-scrollbar-width: none;
    scrollbar-width: none;
  }
  .top #wrap .sec-about .intro__right::-webkit-scrollbar {
    display: none;
  }
  .top #wrap .sec-about .intro__right img {
    width: 51vw;
  }
}

.top #wrap .sec-about .intro__right__wrapper {
  display: flex;
}

@media (max-width: 767px) {
  .top #wrap .sec-about .intro__right__wrapper {
    width: max-content;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .top #wrap .sec-about .intro__right .img {
    max-width: 45%;
  }
}

.top #wrap .sec-about .intro__right .img:not(:last-child) {
  margin-right: 23px;
}

@media (max-width: 767px) {
  .top #wrap .sec-about .intro__right .img:not(:last-child) {
    margin-right: 14px;
  }
}

.top #wrap .sec-about .intro__right .img:nth-child(1) {
  transition-delay: 0.6s;
}

.top #wrap .sec-about .intro__right .img:nth-child(2) {
  transition-delay: 0.9s;
}

.top #wrap .sec-about .slider {
  cursor: pointer;
}

.top #wrap .sec-about .slider__item {
  display: block;
  width: max-content;
  pointer-events: auto;
  overflow: hidden;
  cursor: pointer;
}

@media (min-width: 768px) {
  .top #wrap .sec-about .slider__item {
    border-radius: 7px;
  }
}

.top #wrap .sec-about .slider__item img {
  width: 220px;
  transition: 0.3s all ease-in-out;
  will-change: transform;
}

@media (max-width: 767px) {
  .top #wrap .sec-about .slider__item img {
    width: 120px;
  }
}

@media only screen and (min-width: 1025px) {
  .top #wrap .sec-about .slider__item:hover {
    opacity: 1;
  }
  .top #wrap .sec-about .slider__item:hover img {
    transform: scale(1.1);
  }
}

.top #wrap .sec-about .slider .swiper-wrapper {
  display: flex;
  width: max-content;
  animation: marquee 30s linear infinite;
  transition-timing-function: linear;
}

@media only screen and (min-width: 1025px) {
  .top #wrap .sec-about .slider:hover .swiper-wrapper {
    animation-play-state: paused;
  }
}

.top #wrap .sec-service {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 119px 0 160px;
}

@media (max-width: 767px) {
  .top #wrap .sec-service {
    padding: 76px 0 80px;
  }
}

.top #wrap .sec-service .inner {
  max-width: 1072px;
}

.top #wrap .sec-service::after {
  content: "";
  width: 100%;
  height: 662px;
  background: linear-gradient(to top, #fe7a38, #faf8f2);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .top #wrap .sec-service::after {
    height: 948px;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-service .block-ttl {
    text-align: center;
  }
  .top #wrap .sec-service .block-ttl .jp span {
    margin: 0 auto -3px;
  }
  .top #wrap .sec-service .block-ttl .jp span:not(:last-child) {
    margin-bottom: 0;
  }
  .top #wrap .sec-service .block-ttl .en {
    margin: 0;
  }
}

.top #wrap .sec-service .block-ttl .jp {
  color: #5488cc;
}

.top #wrap .sec-service .bgWhite {
  background-color: #fff;
  padding: 53px 50px 44px;
  margin: 30px auto 0;
  max-width: 950px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top #wrap .sec-service .bgWhite {
    padding: 35px 35px 40px;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-service .bgWhite {
    padding: 42px 15px 52px;
    margin: 26px 12px 0;
  }
}

.top #wrap .sec-service .bgWhite .block-item {
  margin-bottom: 1px;
}

.top #wrap .sec-service .bgWhite .block-item .ttl {
  margin-bottom: 19px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .top #wrap .sec-service .bgWhite .block-item .ttl {
    flex-direction: column;
    margin-bottom: 14px;
  }
}

.top #wrap .sec-service .bgWhite .block-item .ttl .main {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media (min-width: 768px) {
  .top #wrap .sec-service .bgWhite .block-item .ttl .main {
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top #wrap .sec-service .bgWhite .block-item .ttl .main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-service .bgWhite .block-item .ttl .main {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    margin: 0 auto;
  }
}

.top #wrap .sec-service .bgWhite .block-item .ttl .bubble {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25em;
  letter-spacing: 0.1em;
  font-weight: 700;
  background-color: #f4efe2;
  border-radius: 5px;
  padding: 12px 21px 12px;
  position: relative;
  color: #000;
  margin-left: 31px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top #wrap .sec-service .bgWhite .block-item .ttl .bubble {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 12px 10px 11px;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-service .bgWhite .block-item .ttl .bubble {
    width: max-content;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 16px auto 0;
    transform: none;
    display: block;
    padding: 10px 21px 10px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
  .top #wrap .sec-service .bgWhite .block-item .ttl .bubble {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.top #wrap .sec-service .bgWhite .block-item .ttl .bubble::before {
  content: "";
  width: 15px;
  height: 11px;
  background-color: #f4efe2;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .top #wrap .sec-service .bgWhite .block-item .ttl .bubble::before {
    width: 13px;
    height: 9px;
    transform: rotate(90deg) translateX(-50%);
    top: -2px;
    left: 48%;
  }
}

@media (min-width: 768px) {
  .top #wrap .sec-service .bgWhite .block-item .lst-serv {
    padding-bottom: 32.5px;
  }
  .top #wrap .sec-service .bgWhite .block-item .lst-serv--tripCol {
    display: grid;
    grid-template-columns: 28.9% 34.7% auto;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-service .bgWhite .block-item .lst-serv {
    padding: 0 12px 24px;
  }
}

.top #wrap .sec-service .bgWhite .block-item .lst-serv__item {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.27778em;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-left: 23px;
  padding-right: 10px;
  margin-bottom: 21px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top #wrap .sec-service .bgWhite .block-item .lst-serv__item {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 18px;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-service .bgWhite .block-item .lst-serv__item {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.46667em;
    padding-left: 20px;
    margin-bottom: 16px;
  }
}

.top #wrap .sec-service .bgWhite .block-item:nth-child(1) {
  color: #5488cc;
}

.top #wrap .sec-service .bgWhite .block-item:nth-child(1) .lst-serv__item {
  background: url(../../img/common/icon/ico-carr-right_blue.svg) no-repeat left top 6px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top #wrap .sec-service .bgWhite .block-item:nth-child(1) .lst-serv__item {
    background-position: left top 5px;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-service .bgWhite .block-item:nth-child(1) .lst-serv__item {
    background-size: 11px 11px;
  }
}

.top #wrap .sec-service .bgWhite .block-item:nth-child(1) .lst-serv__item a {
  color: #5488cc;
}

.top #wrap .sec-service .bgWhite .block-item:nth-child(2) {
  color: #cbac31;
}

.top #wrap .sec-service .bgWhite .block-item:nth-child(2) .lst-serv__item {
  background: url(../../img/common/icon/ico-carr-right_yellow.svg) no-repeat left top 6px;
}

@media (max-width: 767px) {
  .top #wrap .sec-service .bgWhite .block-item:nth-child(2) .lst-serv__item {
    background-size: 11px 11px;
  }
}

.top #wrap .sec-service .bgWhite .block-item:nth-child(2) .lst-serv__item a {
  color: #cbac31;
}

.top #wrap .sec-service .bgWhite .block-item:nth-child(3) {
  color: #fe7a38;
}

.top #wrap .sec-service .bgWhite .block-item:nth-child(3) .lst-serv__item {
  background: url(../../img/common/icon/ico-carr-right_orange.svg) no-repeat left top 6px;
}

@media (max-width: 767px) {
  .top #wrap .sec-service .bgWhite .block-item:nth-child(3) .lst-serv__item {
    background-size: 11px 11px;
  }
}

.top #wrap .sec-service .bgWhite .block-item:nth-child(3) .lst-serv__item a {
  color: #fe7a38;
}

.top #wrap .sec-service .bgWhite .media-block {
  display: flex;
  justify-content: space-between;
  margin-right: 14px;
  margin-top: -99px;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .top #wrap .sec-service .bgWhite .media-block {
    margin-top: -40px;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-service .bgWhite .media-block {
    position: relative;
    flex-direction: column;
    margin: 0;
    padding-bottom: 76px;
  }
}

.top #wrap .sec-service .bgWhite .media-block__cont {
  flex: 1;
  padding-right: 25px;
  padding-top: 68px;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .top #wrap .sec-service .bgWhite .media-block__cont {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-service .bgWhite .media-block__cont {
    padding: 0;
    text-align: center;
  }
}

.top #wrap .sec-service .bgWhite .media-block__cont .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.1875em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .top #wrap .sec-service .bgWhite .media-block__cont .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2em;
  }
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
  .top #wrap .sec-service .bgWhite .media-block__cont .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.top #wrap .sec-service .bgWhite .media-block__cont .txt .highlight {
  padding: 0;
}

.top #wrap .sec-service .bgWhite .media-block__cont .btn {
  margin: 29px 0 0 5px;
  padding: 22px 22px 19px 80px;
  max-width: 453px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background: url(../../img/top/ico-carr-right_white.svg) no-repeat left 20px center, linear-gradient(135deg, #e2c800, #fe7a38);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.15385em;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  transition: 0.3s all ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 920px) {
  .top #wrap .sec-service .bgWhite .media-block__cont .btn {
    font-size: 20px;
    font-size: 2rem;
    padding: 20px 18px 16px 70px;
    background: url(../../img/top/ico-carr-right_white.svg) no-repeat left 10px center, linear-gradient(to bottom right, #e2c800, #fe7a38);
  }
}

@media only screen and (min-width: 1025px) {
  .top #wrap .sec-service .bgWhite .media-block__cont .btn:hover {
    opacity: 1;
  }
  .top #wrap .sec-service .bgWhite .media-block__cont .btn:hover::after {
    opacity: 1;
    left: 100%;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-service .bgWhite .media-block__cont .btn {
    background: url(../../img/top/ico-carr-right_white.svg) no-repeat left 12px center/33px 33px, linear-gradient(to bottom right, #e2c800, #fe7a38);
    max-width: 279px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
    padding: 15px 5px 9px 42px;
  }
}

.top #wrap .sec-service .bgWhite .media-block__cont .btn::after {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  width: 50%;
  height: 150px;
  top: calc(50% - 75px);
  left: -100%;
  z-index: 1;
  opacity: 0;
  transform: skewX(-50deg);
  transition: 2s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.top #wrap .sec-service .bgWhite .media-block__cont .btn span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .top #wrap .sec-service .bgWhite .media-block__cont .btn span {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8em;
  }
}

@media (min-width: 768px) {
  .top #wrap .sec-service .bgWhite .media-block__img {
    width: 41%;
    max-width: 338px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 773px) {
  .top #wrap .sec-service .bgWhite .media-block__img {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-service .bgWhite .media-block__img {
    margin: 19px 24px 0;
  }
}

.top #wrap .sec-service .bgWhite .media-block__img img {
  width: 100%;
}

.top #wrap .sec-service .bgWhite .media-block__img .desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.21429em;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 13px 0 0 18px;
}

@media (max-width: 767px) {
  .top #wrap .sec-service .bgWhite .media-block__img .desc {
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    margin: 11px 0 0;
  }
}

.top #wrap .sec-works {
  padding: 120px 0 120px;
}

@media (max-width: 767px) {
  .top #wrap .sec-works {
    padding: 78px 0 80px;
  }
}

.top #wrap .sec-works .block-ttl {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .top #wrap .sec-works .block-ttl {
    margin-bottom: 23px;
  }
}

.top #wrap .sec-works .block-ttl .jp {
  color: #5488cc;
}

.top #wrap .sec-works .works-item {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .top #wrap .sec-works .works-item {
    flex-direction: column;
    margin-bottom: 38px;
  }
}

.top #wrap .sec-works .works-item__gall {
  width: 100%;
}

@media (min-width: 768px) {
  .top #wrap .sec-works .works-item__gall {
    width: 60.5%;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1300px) {
  .top #wrap .sec-works .works-item__gall {
    max-width: 841px;
  }
}

.top #wrap .sec-works .works-item__gall .gall-frame__item {
  position: relative;
  overflow: hidden;
}

.top #wrap .sec-works .works-item__gall .gall-frame__item:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 80.97503%;
}

.top #wrap .sec-works .works-item__gall .gall-frame__item > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .top #wrap .sec-works .works-item__gall .gall-frame__item {
    position: relative;
  }
  .top #wrap .sec-works .works-item__gall .gall-frame__item:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 71.79487%;
  }
  .top #wrap .sec-works .works-item__gall .gall-frame__item > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.top #wrap .sec-works .works-item__gall .gall-frame__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 6s all ease-in-out;
  will-change: transform;
  transform: scale(1);
}

.top #wrap .sec-works .works-item__gall .gall-frame .swiper-slide-active img {
  transform: scale(1.1);
}

.top #wrap .sec-works .works-item__main {
  flex: 1;
  margin-top: -190px;
}

@media (min-width: 768px) {
  .top #wrap .sec-works .works-item__main {
    transition-delay: 0.8s;
    margin-top: 7px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1070px) {
  .top #wrap .sec-works .works-item__main {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-works .works-item__main {
    width: 100%;
    max-width: calc(100% - 40px);
  }
}

.top #wrap .sec-works .works-item__wrapper {
  display: block;
  line-height: 1.6;
  position: relative;
  cursor: pointer;
}

@media (min-width: 768px) {
  .top #wrap .sec-works .works-item__wrapper {
    max-width: 350px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1301px) {
  .top #wrap .sec-works .works-item__wrapper {
    max-width: 75%;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1070px) {
  .top #wrap .sec-works .works-item__wrapper {
    max-width: 320px;
  }
}

@media only screen and (min-width: 1025px) {
  .top #wrap .sec-works .works-item__wrapper:hover {
    opacity: 1;
  }
  .top #wrap .sec-works .works-item__wrapper:hover .works-item__thumb img {
    transform: scale(1.1);
  }
}

.top #wrap .sec-works .works-item__wrapper::after {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: absolute;
  top: -58px;
  left: -39px;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 910px) {
  .top #wrap .sec-works .works-item__wrapper::after {
    font-size: 20px;
    font-size: 2rem;
    top: -50px;
    left: -20px;
    width: 68px;
    height: 68px;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-works .works-item__wrapper::after {
    width: 53px;
    height: 53px;
    font-size: 15px;
    font-size: 1.5rem;
    top: -39px;
    left: calc(50% - 149px);
  }
}

.top #wrap .sec-works .works-item__thumb {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 7px;
}

.top #wrap .sec-works .works-item__thumb:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}

.top #wrap .sec-works .works-item__thumb > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .top #wrap .sec-works .works-item__thumb {
    width: 235px;
    margin: 0 auto 7px;
  }
}

.top #wrap .sec-works .works-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transition: 0.5s all ease-in-out;
}

.top #wrap .sec-works .works-item__cate {
  margin-left: 10px;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .top #wrap .sec-works .works-item__cate {
    text-align: center;
    margin: 0 0 4px;
  }
}

.top #wrap .sec-works .works-item__cate span {
  display: inline-block;
  background-color: #fff;
  color: #1a1a1a;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571em;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 4px 5px 4px;
}

.top #wrap .sec-works .works-item__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.38889em;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .top #wrap .sec-works .works-item__ttl {
    margin: 0 0 1px;
    text-align: center;
  }
}

.top #wrap .sec-works .works-item__tag {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .top #wrap .sec-works .works-item__tag {
    text-align: center;
    margin: 0;
  }
}

.top #wrap .sec-works .works-item__tag span {
  display: inline-block;
  background-color: #f5ebdf;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25em;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 4px 6px 5px;
}

@media (min-width: 768px) {
  .top #wrap .sec-works .works-item--new {
    justify-content: flex-start;
    padding-right: 20px;
    margin-left: -111px;
  }
  .top #wrap .sec-works .works-item--new .works-item__main {
    padding: 0 20px 0 72px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1301px) {
  .top #wrap .sec-works .works-item--new .works-item__main {
    padding-left: 6vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .top #wrap .sec-works .works-item--new .works-item__main {
    padding-left: 60px;
  }
}

.top #wrap .sec-works .works-item--new .works-item__wrapper::after {
  content: "New";
  background-color: #5488cc;
}

@media (min-width: 768px) {
  .top #wrap .sec-works .works-item--hot {
    justify-content: flex-end;
    flex-direction: row-reverse;
    padding-left: 20px;
    margin-right: -111px;
  }
  .top #wrap .sec-works .works-item--hot .works-item__main {
    padding: 0 72px 0 20px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1301px) {
  .top #wrap .sec-works .works-item--hot .works-item__main {
    padding-right: 6vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .top #wrap .sec-works .works-item--hot .works-item__main {
    padding-right: 40px;
  }
}

@media (min-width: 768px) {
  .top #wrap .sec-works .works-item--hot .works-item__wrapper {
    margin-left: auto;
  }
}

.top #wrap .sec-works .works-item--hot .works-item__wrapper::after {
  content: "Hot";
  background-color: #b93f25;
}

.top #wrap .sec-works .works-link {
  width: max-content;
  margin: -32px auto 0;
  padding: 19px 30px 21px;
  background-color: #fff;
  border-radius: 64px;
  cursor: pointer;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .top #wrap .sec-works .works-link:hover .c-btn i {
    border-color: #fe7a38;
    background-color: #fe7a38;
    background-image: url(../../img/common/icon/ico-triarr-right_white.svg);
  }
  .top #wrap .sec-works .works-link:hover .c-btn i::before {
    right: calc(100% - 12px);
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-works .works-link {
    margin: -1px auto 0;
    padding: 14px 24px 17px;
  }
}

.top #wrap .sec-group {
  background-color: #fe7a38;
  padding: 80px 0 84px;
}

@media (max-width: 767px) {
  .top #wrap .sec-group {
    padding: 50px 0 50px;
  }
}

.top #wrap .sec-group .group-lst__item {
  background-color: #fff;
  border-radius: 250px;
  text-align: center;
  padding: 62px 45px 94px;
  width: 73.5vw;
  max-width: 950px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top #wrap .sec-group .group-lst__item {
    border-radius: 200px;
    padding: 55px 35px 85px;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-group .group-lst__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 140px;
    width: 80.7vw;
    padding: 38px 37px 39px;
  }
}

.top #wrap .sec-group .group-lst__item .ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .top #wrap .sec-group .group-lst__item .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375em;
  }
}

.top #wrap .sec-group .group-lst__item .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375em;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 7px 0 20px;
}

@media (max-width: 767px) {
  .top #wrap .sec-group .group-lst__item .txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
    margin: 0;
    order: 2;
  }
}

.top #wrap .sec-group .group-lst__item .compare {
  display: flex;
  max-width: 821px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .top #wrap .sec-group .group-lst__item .compare {
    flex-direction: column;
    order: 1;
    margin: 10px auto 6px;
  }
}

.top #wrap .sec-group .group-lst__item .compare__item {
  width: 50%;
}

@media (max-width: 767px) {
  .top #wrap .sec-group .group-lst__item .compare__item {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

.top #wrap .sec-group .group-lst__item .compare__item .label {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.05263em;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .top #wrap .sec-group .group-lst__item .compare__item .label {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2px;
  }
}

.top #wrap .sec-group .group-lst__item .compare__item--before img {
  border-radius: 100px 0 0 100px;
}

@media (max-width: 767px) {
  .top #wrap .sec-group .group-lst__item .compare__item--before img {
    border-radius: 23px 23px 0 0;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-group .group-lst__item .compare__item--after {
    flex-direction: column-reverse;
  }
}

.top #wrap .sec-group .group-lst__item .compare__item--after .label {
  color: #fe7a38;
}

@media (max-width: 767px) {
  .top #wrap .sec-group .group-lst__item .compare__item--after .label {
    margin: 3px 0 0;
  }
}

.top #wrap .sec-group .group-lst__item .compare__item--after img {
  border-radius: 0 100px 100px 0;
}

@media (max-width: 767px) {
  .top #wrap .sec-group .group-lst__item .compare__item--after img {
    border-radius: 0 0 23px 23px;
  }
}

.top #wrap .sec-group .group-lst .swiper-slide {
  transition: transform 1s ease;
}

.top #wrap .sec-group .group-lst .swiper-slide.shrink {
  transform: scale(0.9);
}

.top #wrap .sec-point {
  padding: 120px 0 120px;
}

@media (max-width: 767px) {
  .top #wrap .sec-point {
    padding: 78px 0 80px;
  }
}

.top #wrap .sec-point .block-ttl .jp {
  color: #5488cc;
}

.top #wrap .sec-point .point-lst {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 36px;
  counter-reset: cntPoint;
  position: relative;
  max-width: 1038px;
  margin: 51px auto 0;
}

@media only screen and (min-width: 768px) and (max-width: 1029px) {
  .top #wrap .sec-point .point-lst {
    grid-gap: 25px;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-point .point-lst {
    grid-template-columns: 100%;
    grid-gap: 49px;
    margin: 44px 30px 0;
  }
}

.top #wrap .sec-point .point-lst__item {
  background-color: #fff;
  counter-increment: cntPoint;
  padding: 43px 25px 11px;
}

@media (max-width: 767px) {
  .top #wrap .sec-point .point-lst__item {
    padding: 38px 23px 0;
  }
}

.top #wrap .sec-point .point-lst__item::before {
  content: counter(cntPoint, decimal-leading-zero);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 0.6875em;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  border-radius: 50%;
  background-color: #5488cc;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .top #wrap .sec-point .point-lst__item::before {
    font-size: 14px;
    font-size: 1.4rem;
    width: 36px;
    height: 36px;
  }
}

.top #wrap .sec-point .point-lst__item .bubble {
  border-radius: 21px;
  background-color: #fef25e;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.17647em;
  letter-spacing: 0em;
  font-weight: 700;
  color: #5488cc;
  position: relative;
  padding: 11px 10px 10px;
}

@media (max-width: 767px) {
  .top #wrap .sec-point .point-lst__item .bubble {
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .top #wrap .sec-point .point-lst__item .bubble {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.top #wrap .sec-point .point-lst__item .bubble::after {
  content: "";
  width: 17px;
  height: 15px;
  background-color: #fef25e;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .top #wrap .sec-point .point-lst__item .bubble::after {
    width: 15px;
    height: 13px;
  }
}

.top #wrap .sec-point .point-lst__item .ttl {
  width: fit-content;
  padding-bottom: 5px;
  margin: 22px auto 15px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2em;
  letter-spacing: 0em;
  font-weight: 700;
  position: relative;
}

@media (max-width: 767px) {
  .top #wrap .sec-point .point-lst__item .ttl {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 20px auto 13px;
  }
}

.top #wrap .sec-point .point-lst__item .ttl::after {
  content: "";
  width: calc(100% - 4px);
  height: 1px;
  background-color: rgba(84, 136, 204, 0.5);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .top #wrap .sec-point .point-lst__item .ttl::after {
    width: 100%;
  }
}

.top #wrap .sec-point .point-lst__item .txt {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8125em;
  letter-spacing: 0em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .top #wrap .sec-point .point-lst__item .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.78571em;
  }
}

.top #wrap .sec-point .point-lst__item .vector {
  text-align: center;
}

.top #wrap .sec-point .point-lst__item .vector svg {
  max-width: 100%;
}

.top #wrap .sec-point .point-lst__item .vector svg * {
  clip-path: none !important;
}

@media (min-width: 768px) {
  .top #wrap .sec-point .point-lst__item:nth-child(1) .bubble {
    transition-delay: 0.4s;
  }
}

@media (min-width: 768px) {
  .top #wrap .sec-point .point-lst__item:nth-child(1) .vector {
    margin-top: 6px;
    transition-delay: 0.4s;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-point .point-lst__item:nth-child(1) .vector {
    margin: 2px 21px 0;
  }
}

.top #wrap .sec-point .point-lst__item:nth-child(1) #ico-anim01,
.top #wrap .sec-point .point-lst__item:nth-child(1) #ico-anim02 {
  animation: floating 2s infinite;
}

@media (min-width: 768px) {
  .top #wrap .sec-point .point-lst__item:nth-child(2) {
    transition-delay: 1s;
  }
}

@media (min-width: 768px) {
  .top #wrap .sec-point .point-lst__item:nth-child(2) .bubble {
    transition-delay: 1.4s;
  }
}

@media (min-width: 768px) {
  .top #wrap .sec-point .point-lst__item:nth-child(2) .vector {
    margin-top: 14px;
    transition-delay: 1.4s;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-point .point-lst__item:nth-child(2) .vector {
    margin: 9px 20px 0;
  }
}

.top #wrap .sec-point .point-lst__item:nth-child(2) #ico-anim03 {
  animation: spinning 4s linear infinite;
  transform-box: fill-box;
  transform-origin: center;
}

@media (min-width: 768px) {
  .top #wrap .sec-point .point-lst__item:nth-child(3) {
    transition-delay: 2s;
  }
}

@media (min-width: 768px) {
  .top #wrap .sec-point .point-lst__item:nth-child(3) .bubble {
    transition-delay: 2.4s;
  }
}

@media (min-width: 768px) {
  .top #wrap .sec-point .point-lst__item:nth-child(3) .vector {
    margin-top: 14px;
    transition-delay: 2.4s;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-point .point-lst__item:nth-child(3) .vector {
    margin: 10px 39px 13px;
  }
}

.top #wrap .sec-point .point-lst__item:nth-child(3) #ico-anim04 {
  animation: spinning 4s linear infinite;
  transform-box: fill-box;
  transform-origin: center;
}

.top #wrap .sec-point .point-lst__item:nth-child(3) #ico-anim05 {
  animation: floating 2s infinite;
}

.top #wrap .sec-news {
  position: relative;
  z-index: 1;
  padding: 63px 0 76px;
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .top #wrap .sec-news {
    padding: 33px 0 35px;
    margin-bottom: 100px;
  }
}

.top #wrap .sec-news::after {
  content: "";
  width: 86.5%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .top #wrap .sec-news::after {
    width: 79.48%;
  }
}

.top #wrap .sec-news .inner {
  max-width: 1074px;
}

@media (min-width: 768px) {
  .top #wrap .sec-news .container {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-news .container {
    position: relative;
    padding-bottom: 83px;
  }
}

@media (min-width: 768px) {
  .top #wrap .sec-news .container__left {
    width: 245px;
  }
}

.top #wrap .sec-news .container__left .block-ttl .jp {
  color: #fe7a38;
}

.top #wrap .sec-news .container__left .c-btn {
  margin: 29px 0 0 7px;
}

@media (max-width: 767px) {
  .top #wrap .sec-news .container__left .c-btn {
    width: max-content;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .top #wrap .sec-news .container__right {
    flex: 1;
    max-width: 726px;
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-news .container__right .news-lst {
    margin: -43px 25px 0 10px;
  }
}

.top #wrap .sec-news .container__right .news-lst__item:not(:last-child) {
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .top #wrap .sec-news .container__right .news-lst__item:not(:last-child) {
    margin-bottom: 28px;
  }
}

.top #wrap .sec-news .container__right .news-lst__item a {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.top #wrap .sec-news .container__right .news-lst__item a .item__thumb {
  position: relative;
  width: 179px;
}

.top #wrap .sec-news .container__right .news-lst__item a .item__thumb:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 79.88827%;
}

.top #wrap .sec-news .container__right .news-lst__item a .item__thumb > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .top #wrap .sec-news .container__right .news-lst__item a .item__thumb {
    position: relative;
    width: 123px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .top #wrap .sec-news .container__right .news-lst__item a .item__thumb:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 80.4878%;
  }
  .top #wrap .sec-news .container__right .news-lst__item a .item__thumb > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.top #wrap .sec-news .container__right .news-lst__item a .item__cont {
  flex: 1;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .top #wrap .sec-news .container__right .news-lst__item a .item__cont {
    padding-left: 15px;
  }
}

.top #wrap .sec-news .container__right .news-lst__item a .item__cont .meta {
  margin-bottom: 11px;
  line-height: 2.1;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top #wrap .sec-news .container__right .news-lst__item a .item__cont .meta {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-news .container__right .news-lst__item a .item__cont .meta {
    line-height: 1.6;
    display: flex;
    align-items: flex-end;
    padding-right: 133px;
    padding-bottom: 1px;
    min-height: 100px;
    margin-bottom: 9px;
  }
}

.top #wrap .sec-news .container__right .news-lst__item a .item__cont .meta .date {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.2em;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .top #wrap .sec-news .container__right .news-lst__item a .item__cont .meta .date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
}

.top #wrap .sec-news .container__right .news-lst__item a .item__cont .meta .cate {
  display: inline;
}

.top #wrap .sec-news .container__right .news-lst__item a .item__cont .meta .cate span {
  color: #030303;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.26667em;
  letter-spacing: 0.1em;
  background-color: #ebebeb;
  border-radius: 20px;
  padding: 6px 22px 7px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top #wrap .sec-news .container__right .news-lst__item a .item__cont .meta .cate span {
    padding: 4px 17px 5px;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-news .container__right .news-lst__item a .item__cont .meta .cate span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.41667em;
    padding: 5px 18px 4px;
  }
}

.top #wrap .sec-news .container__right .news-lst__item a .item__cont .ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-weight: 700;
  overflow: hidden;
  width: 100%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top #wrap .sec-news .container__right .news-lst__item a .item__cont .ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media (max-width: 767px) {
  .top #wrap .sec-news .container__right .news-lst__item a .item__cont .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375em;
  }
}

.top #wrap .sec-news .container__right .news-lst__item a .item__cont .txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857em;
  letter-spacing: 0.1em;
  overflow: hidden;
  width: 100%;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  margin-top: 13px;
}

@media (max-width: 767px) {
  .top #wrap .sec-news .container__right .news-lst__item a .item__cont .txt {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.72727em;
    margin-top: 13px;
  }
}

.is-ipad #wrap .sec-mv {
  padding: 32px 12% 63px;
}

.is-ipad #wrap .sec-mv__en-txt {
  margin-left: 0;
}

.is-ipad #wrap .sec-mv__img {
  width: 50%;
}

.is-ipad #wrap .sec-works .works-item__tag span {
  padding-bottom: 4px;
}

.is-ipad #wrap .sec-point .point-lst__item .bubble {
  padding-top: 10px;
}

.is-ipad97 #wrap .sec-mv {
  height: calc(100vh - 84px);
}

@media (max-width: 767px) {
  .is-safari #wrap .sec-mv__img::after {
    bottom: -1px;
  }
}

@keyframes changeBgMv {
  0% {
    background-color: #96bef2;
  }
  33% {
    background-color: #117b4e;
  }
  66% {
    background-color: #b93f25;
  }
}

@keyframes humanWaving {
  0% {
    background-image: url(../../img/top/img_human01.png);
  }
  50% {
    background-image: url(../../img/top/img_human02.png);
  }
  100% {
    background-image: url(../../img/top/img_human01.png);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes zoomOut {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes slideTransition {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes txtRandom {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes shrink {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/*# sourceMappingURL=maps/top.css.map */
