@charset "UTF-8";
.mv {
  box-sizing: border-box;
  border-bottom: 1px solid #000;
}
.mv .swiper-slide {
  padding-top: 110px;
}
.mv .slmv1 {
  background: #6EECC4;
}
.mv .slmv2 {
  background: #FFD034;
}
.mv .slmv2 .mv_img {
  background: url(../images/mv2.jpg) center center/cover;
}
.mv .slmv3 {
  background: #89ADFF;
}
.mv .slmv3 .mv_img {
  background: url(../images/mv3.jpg) center center/cover;
}
.mv .slmv4 {
  background: #FFC0FB;
}
.mv .slmv4 .mv_img {
  background: url(../images/mv4.jpg) center center/cover;
}
.mv .inner {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 36.6032210835vw 1fr;
  align-items: center;
  gap: 0 30px;
  padding: 0 max(40px, 6.588579795vw);
  padding-bottom: 232px;
}
.mv .copys {
  position: relative;
  z-index: 2;
}
.mv .eg {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: max(30px, 8.6383601757vw);
  line-height: 0.95;
  white-space: nowrap;
}
.mv .sub {
  font-family: "Caveat", cursive;
  font-size: max(10px, 3.2210834553vw);
  line-height: 1.1;
  letter-spacing: 0.06em;
  margin: 40px 0 20px 0;
}
.mv .sub2 {
  display: inline-block;
  font-size: max(10px, 1.756954612vw);
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
}
.mv .mv_img {
  background: url("../images/mv.jpg") center center/cover;
  aspect-ratio: 1/1;
  border-radius: 50% 50% 0 0;
}
@media all and (max-width: 1060px) {
  .mv .inner {
    padding-bottom: 166px;
  }
}
@media all and (max-width: 767px) {
  .mv {
    position: relative;
  }
  .mv .inner {
    padding-left: 15px;
    padding-right: 15px;
    grid-template-columns: 1fr;
    position: relative;
    padding-bottom: 180px;
  }
  .mv .swiper-slide {
    padding-top: 80px;
  }
  .mv .copys {
    position: initial;
  }
  .mv .eg {
    font-size: 5rem;
  }
  .mv .eg i {
    display: block;
    text-align: right;
  }
  .mv .sub {
    font-size: 2rem;
    margin: -42px 0 0 0;
  }
  .mv .sub2 {
    position: absolute;
    bottom: 135px;
    left: 0;
    width: 100%;
    font-size: 1.6rem;
    padding: 40px 0 0 0;
    text-align: center;
    border-bottom: none;
  }
  .mv .sub2 i {
    position: relative;
  }
  .mv .sub2 i:before, .mv .sub2 i:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    width: 20px;
    height: 1px;
    background: #000;
  }
  .mv .sub2 i:after {
    right: unset;
    left: -30px;
  }
  .mv .mv_img {
    margin-top: -96px;
    background: url("../images/mv_sp.jpg") center center/cover;
    aspect-ratio: 680/900;
    border-radius: 340px 340px 0 0;
  }
  .mv .slmv2 .mv_img {
    background: url(../images/mv2_sp.jpg) center center/cover;
  }
  .mv .slmv3 .mv_img {
    background: url(../images/mv3_sp.jpg) center center/cover;
  }
  .mv .slmv4 .mv_img {
    background: url(../images/mv4_sp.jpg) center center/cover;
  }
}

@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes flowing2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.loop_njs {
  display: flex;
}
.loop_njs ul {
  animation: flowing 60s linear infinite;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
  will-change: transform;
}
.loop_njs li {
  display: inline-block;
  padding: 0 8px;
}

.top_sld {
  margin-top: -232px;
  padding: 60px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.top_sld .in_bx {
  display: flex;
  white-space: nowrap;
}
.top_sld .in_bx ul {
  animation: flowing 60s linear infinite;
}
.top_sld .in_bx2 {
  margin-top: 20px;
}
.top_sld .in_bx2 ul {
  animation: flowing2 60s linear infinite;
  transform: translateX(100%);
}
.top_sld .tg {
  box-sizing: border-box;
}
.top_sld p {
  padding: 12px 25px;
  line-height: 1;
  font-size: 2rem;
  letter-spacing: 0;
  background: white;
  border-radius: 100px;
  border: 1px solid #000;
  white-space: nowrap;
}
@media all and (max-width: 1060px) {
  .top_sld {
    padding: 40px 0;
    margin-top: -166px;
  }
  .top_sld .in_bx2 {
    margin-top: 10px;
  }
  .top_sld p {
    padding: 10px 16px;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .top_sld {
    padding: 30px 0 40px 0;
    margin-top: 0;
    position: absolute;
    bottom: 0;
  }
  .top_sld .in_bx2 {
    margin-top: 10px;
  }
  .top_sld p {
    padding: 7px 12px;
    font-size: 1.4rem;
  }
}

.top_message {
  padding-top: 130px;
  box-sizing: border-box;
}
.top_message .p-grid {
  margin-top: 70px;
  grid-template-columns: 1fr 47%;
}
.top_message .bx {
  position: relative;
}
.top_message .bx .txt {
  margin-top: 30px;
  font-size: clamp(1.6rem, 1.6105417277vw, 2.2rem);
  line-height: 2.8;
}
.top_message .bx .font_cav {
  color: #6EECC4;
  font-size: 5.6rem;
  line-height: 1.2;
  text-align: right;
  position: absolute;
  border-bottom: 2px solid #6EECC4;
  top: -58px;
  right: 0;
  font-family: "Caveat", cursive;
}
.top_message h2 {
  font-size: clamp(3.2rem, 3.8067349927vw, 5.2rem);
  line-height: 1.5;
  font-weight: 500;
}
.top_message .img img {
  border-radius: 4px;
}
.top_message .career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
  padding: 10px 16px;
  box-sizing: border-box;
}
.top_message .btn_c1 {
  margin-top: 4px;
}
.top_message .ms2 {
  margin-top: 120px;
}
.top_message .ms2 .cap {
  font-size: clamp(1.6rem, 1.6105417277vw, 2.2rem);
  margin-top: 8px;
}
.top_message .ms21 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .top_message .p-grid {
    grid-template-columns: 1fr 52%;
    gap: 50px 0;
  }
}
@media all and (max-width: 767px) {
  .top_message {
    padding-top: 70px;
  }
  .top_message .p-grid {
    grid-template-columns: 1fr;
    margin-top: 35px;
    gap: 24px 0;
  }
  .top_message .bx .txt {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 2.5;
  }
  .top_message .bx .font_cav {
    font-size: 3.9rem;
    top: unset;
    bottom: 0;
    writing-mode: vertical-rl;
    border-left: 1px solid #6EECC4;
    white-space: nowrap;
    letter-spacing: 0.06em;
    border-bottom: none;
  }
  .top_message .img {
    position: relative;
  }
  .top_message .img img {
    width: calc(100% - 64px);
  }
  .top_message h2 {
    font-size: 2.8rem;
  }
  .top_message .career {
    display: block;
    gap: 0 10px;
    padding: 16px 0;
  }
  .top_message .btn_c1 {
    margin-top: 4px;
  }
  .top_message .ms2 {
    margin-top: 70px;
    padding-bottom: 60px;
    position: relative;
  }
  .top_message .ms2 .cap {
    font-size: 1.5rem;
    margin-top: 8px;
  }
  .top_message .ms21 {
    display: block;
  }
}

.swiper-button-next, .swiper-button-prev {
  font-family: "Inter", sans-serif;
  position: relative;
  top: unset;
  width: auto;
  height: auto;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: unset;
  left: unset;
  right: unset;
  background: none;
  transform: unset;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 10px;
}
.swiper-button-next:before, .swiper-button-next:after, .swiper-button-prev:before, .swiper-button-prev:after {
  content: none;
}

.nav_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  gap: 0 10px;
}
.nav_bx img {
  width: 45px;
  height: auto;
}
.nav_bx .lines {
  width: 50px;
  height: 1px;
  background: #000;
}
.nav_bx .swiper-button-prev path, .nav_bx .swiper-button-next path {
  transition: all 0.3s ease;
}
.nav_bx .swiper-button-prev:hover .ar, .nav_bx .swiper-button-next:hover .ar {
  fill: #000;
}
.nav_bx .swiper-button-prev:hover .ci, .nav_bx .swiper-button-next:hover .ci {
  fill: white;
}
@media all and (max-width: 767px) {
  .nav_bx .swiper-button-prev:hover .ar, .nav_bx .swiper-button-next:hover .ar {
    fill: white;
  }
  .nav_bx .swiper-button-prev:hover .ci, .nav_bx .swiper-button-next:hover .ci {
    fill: #000;
  }
}
@media all and (max-width: 767px) {
  .nav_bx {
    width: 92%;
    position: absolute;
    bottom: -20px;
    left: 4%;
  }
  .nav_bx svg {
    width: 36px;
  }
  .nav_bx .lines {
    width: 100%;
  }
}

.sld_wrap {
  position: relative;
}
.sld_wrap .scrolls {
  width: 100%;
  background: #E1E1E1;
  height: 2px;
  border-radius: 100px;
  margin-top: 40px;
  position: relative;
}
.sld_wrap .scrolls p {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 25%;
  height: 100%;
  background: #000;
  border-radius: 100px;
  transition: all 0.3s ease;
}
.sld_wrap .scrolls .sss2 {
  left: 25%;
}
.sld_wrap .scrolls .sss3 {
  left: 50%;
}
.sld_wrap .scrolls .sss4 {
  left: 75%;
}
.sld_wrap .progressbar {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #E1E1E1;
  height: 2px;
  border-radius: 100px;
  margin-top: 40px;
}
.sld_wrap .progressbar span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  border-radius: 7px;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
}
@keyframes bars {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(100%);
  }
}
.sld_wrap .progressbar .prog_nb {
  animation: bars 2s linear infinite;
}
.sld_wrap .progressbar .prog_nb0 {
  animation: bars 4s linear forwards;
}
@media all and (max-width: 1060px) {
  .sld_wrap .swiper-horizontal > .swiper-scrollbar, .sld_wrap .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: -35px;
  }
}
@media all and (max-width: 767px) {
  .sld_wrap .scrolls {
    margin-top: 20px;
  }
}

.sld1 {
  margin-top: 40px;
}
.sld1 .swi {
  display: block;
  text-decoration: none;
  color: #000;
  background: #F6F6F6;
  border: 1px solid #000;
  border-radius: 10px;
  padding: clamp(20px, 2.9282576867vw, 40px);
  box-sizing: border-box;
  transition: all 0.3s ease;
  height: 100%;
}
.sld1 .top {
  border-bottom: 1px solid #000;
  padding-bottom: clamp(20px, 2.196193265vw, 30px);
  font-size: clamp(1.6rem, 1.6105417277vw, 2.2rem);
}
.sld1 .top i {
  position: relative;
  font-size: clamp(2rem, 2.0497803807vw, 2.8rem);
  font-weight: 400;
  margin-right: 16px;
  padding-left: 30px;
  font-family: "Inter", sans-serif;
}
.sld1 .top i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  border-radius: 100%;
  border: 1px solid #000;
  width: 16px;
  height: 16px;
  background: #FFD034;
}
.sld1 .btm {
  margin-top: max(20px, 2.9282576867vw);
  font-size: clamp(20px, 2.9282576867vw, 40px);
  display: grid;
  grid-template-columns: 1fr 47%;
  gap: 0 20px;
}
.sld1 .btm .imgs {
  position: relative;
}
.sld1 .btm .imgs img {
  border-radius: 4px;
  height: 100%;
  object-fit: cover;
}
.sld1 .btm .imgs p {
  position: absolute;
  bottom: -20px;
  left: -7px;
  color: #000;
  font-size: clamp(2.8rem, 4.0995607613vw, 5.6rem);
  line-height: 1;
  font-family: "Caveat", cursive;
}
.sld1 .btm .fb {
  font-size: clamp(2rem, 2.3426061493vw, 3.2rem);
  padding: 0;
}
.sld1 .btm .fb em {
  position: relative;
  z-index: 2;
}
.sld1 .btm .fb span {
  display: inline-block;
  position: relative;
}
.sld1 .btm .fb span:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: #FFD034;
  z-index: 1;
}
.sld1 .btm .fb span:nth-of-type(2) {
  margin-top: 12px;
}
.sld1 .btm .fb i {
  font-size: clamp(2.8rem, 3.8067349927vw, 5.2rem);
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  bottom: -2px;
}
.sld1 .btm .fb .i2 {
  position: relative;
  left: 4px;
  bottom: -2px;
}
.sld1 .btm .fm {
  font-size: clamp(1.4rem, 1.0980966325vw, 1.5rem);
  margin-top: 30px;
  max-width: 400px;
}
.sld1 .swiper-slide {
  height: auto;
}
.sld1 .slide2 .btm .fb span {
  position: relative;
}
.sld1 .slide2 .btm .fb span:before {
  background: #89ADFF;
}
.sld1 .slide2 .top i:before {
  background: #89ADFF;
}
.sld1 .slide3 .btm .fb span {
  position: relative;
}
.sld1 .slide3 .btm .fb span:before {
  background: #6EECC4;
}
.sld1 .slide3 .top i:before {
  background: #6EECC4;
}
.sld1 .slide4 .btm .fb span {
  position: relative;
}
.sld1 .slide4 .btm .fb span:before {
  background: #FFC0FB;
}
.sld1 .slide4 .top i:before {
  background: #FFC0FB;
}
@media all and (max-width: 767px) {
  .sld1 {
    width: 90%;
    margin: 25px auto 0 auto;
  }
  .sld1 a {
    padding: 20px;
  }
  .sld1 .top {
    padding-bottom: 16px;
    font-size: 1.4rem;
  }
  .sld1 .top i {
    font-size: 1.6rem;
    margin-right: 8px;
    padding-left: 14px;
  }
  .sld1 .top i:before {
    top: 17px;
    left: 0;
    width: 8px;
    height: 8px;
  }
  .sld1 .btm {
    margin-top: 20px;
    grid-template-columns: 1fr;
  }
  .sld1 .btm .imgs img {
    width: 100%;
    height: auto;
  }
  .sld1 .btm .imgs p {
    bottom: -12px;
    left: -2px;
    font-size: 3.2rem;
  }
  .sld1 .btm .txt {
    text-align: center;
  }
  .sld1 .btm .fb {
    margin-top: -5px;
    font-size: 1.8rem;
  }
  .sld1 .btm .fb span:nth-of-type(2) {
    margin-top: 0;
  }
  .sld1 .btm .fb span:before {
    content: "";
    position: absolute;
    height: 4px;
    bottom: 4px;
  }
  .sld1 .btm .fb .fbb:before {
    bottom: 8px;
  }
  .sld1 .btm .fb i {
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .sld1 .btm .fb .i2 {
    left: 2px;
  }
  .sld1 .btm .fm {
    text-align: left;
    line-height: 1.7;
    margin-top: 15px;
    max-width: none;
    margin-bottom: 10px;
  }
  .sld1 .in {
    display: flex;
    align-items: center;
    height: 70px;
  }
  .sld1 .in2 {
    width: 100%;
    white-space: nowrap;
  }
}

.top_md {
  margin-top: 120px;
}
.top_md .swp1 {
  font-family: "Syne", sans-serif;
  font-size: clamp(3rem, 9.5168374817vw, 13rem);
  font-weight: 600;
  line-height: 0.9;
  white-space: nowrap;
  margin-top: 100px;
  position: relative;
  z-index: 2;
}
.top_md .swp1 ul {
  animation: flowing 120s linear infinite;
}
.top_md .swp1 li {
  padding-right: 10px;
}
.top_md .swp_imgs {
  margin-top: -28px;
  white-space: nowrap;
}
.top_md .swp_imgs ul {
  width: 100%;
  display: flex;
  animation: flowing2 30s linear infinite;
}
.top_md .swp_imgs li {
  padding: 0;
  min-width: clamp(240px, 35.1390922401vw, 480px);
}
.top_md .swp_imgs li img {
  width: 100%;
}
.top_md .swipe_imgs .swiper-wrapper {
  transition-timing-function: linear;
}
.top_md .swipe_imgs .swiper-slide {
  width: 25%;
}
.top_md .swipe_imgs .swiper-slide img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .top_md {
    margin-top: 60px;
  }
  .top_md .swp1 {
    font-size: 6.5rem;
    margin-top: 0;
  }
  .top_md .swp1 ul {
    animation: flowing 120s linear infinite;
  }
  .top_md .swp1 li {
    padding-right: 5px;
  }
  .top_md .swp_imgs {
    margin-top: -15px;
  }
  .top_md .swp_imgs ul {
    animation: flowing2 10s linear infinite;
  }
  .top_md .swp_imgs li {
    min-width: 280px;
  }
  .top_md .swipe_imgs .swiper-wrapper {
    transition-timing-function: linear;
  }
  .top_md .swipe_imgs .swiper-slide {
    width: 25%;
  }
  .top_md .swipe_imgs .swiper-slide img {
    width: 100%;
  }
}

.top_life {
  padding: 120px 0;
  box-sizing: border-box;
  background: #FFD034;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.top_life .ttl_h3_v1 {
  position: relative;
}
.top_life .ttl_h3_v1 i:before {
  background: #F1BC11;
}
.top_life .lb1 {
  margin-top: 64px;
}
.top_life .life_bx {
  display: grid;
  grid-template-columns: 1fr 67%;
  gap: 20px 20px;
  grid-row: 1/3;
  grid-column: 1/4;
}
.top_life .egs {
  font-size: 2.4rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.top_life .egs i {
  margin-left: 10px;
}
.top_life .egm {
  font-family: "Syne", sans-serif;
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 1;
}
.top_life .jp {
  font-size: 2.2rem;
}
.top_life .r {
  display: grid;
  grid-template-columns: 1fr 47%;
}
.top_life .img {
  background: white;
  padding: 16px;
  border-radius: 0 50% 0 0;
  border: 1px solid #000;
  border-left: none;
  position: relative;
  left: -1px;
}
.top_life .img img {
  border-radius: 50% 50% 0 0;
}
.top_life .ct {
  background: white;
  padding: 16px 10px 16px 16px;
  border: 1px solid #000;
  border-right: none;
}
.top_life .line {
  box-sizing: border-box;
  border-bottom: 1px solid #000;
}
.top_life .line .in {
  font-size: 2.2rem;
  position: relative;
  padding: 20px 0 20px 42px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}
.top_life .line .in:before {
  content: "";
  position: absolute;
  top: 33px;
  left: 20px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #000;
}
.top_life .line .in i {
  font-family: "Inter", sans-serif;
  font-size: 3.6rem;
  line-height: 0.8;
  align-items: center;
}
.top_life .line .in .mr0 {
  margin-right: 4px;
}
.top_life .line .in .mr1 {
  margin: 0 4px 0 5px;
  position: relative;
  top: 2px;
}
@media all and (max-width: 767px) {
  .top_life .line .in .mr1 {
    margin: 0;
  }
}
.top_life .line .in .mr2 {
  margin: 0 4px 0 5px;
}
.top_life .line .in .e2 {
  font-size: 1.6rem;
}
.top_life .line .basel {
  align-items: baseline;
}
.top_life .line .in2 {
  font-size: 1.5rem;
  position: relative;
  padding-left: 22px;
}
.top_life .line .in2:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #000;
}
.top_life .line_c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 14px;
  padding: 20px 0 0 20px;
  border: none;
  width: calc(100% + 16px);
}
.top_life .line3 {
  border: none;
  font-size: 1.5rem;
  padding: 30px 20px 0 20px;
}
.top_life .btn_dat {
  margin: 20px 0 40px auto;
}
.top_life .life_und .fb {
  font-family: "Caveat", cursive;
  font-size: 5rem;
  text-align: center;
  line-height: 1.1;
}
.top_life .life_und .tx1 {
  text-align: center;
  margin: 20px 0 40px 0;
}
@media all and (max-width: 1060px) {
  .top_life .life_bx {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}
@media all and (max-width: 767px) {
  .top_life {
    padding: 60px 0;
  }
  .top_life .lb1 {
    margin-top: 30px;
  }
  .top_life .life_bx {
    gap: 20px 0;
  }
  .top_life .l {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 0 10px;
    align-items: center;
  }
  .top_life .r {
    grid-template-columns: 1fr 137px;
  }
  .top_life .egs {
    font-size: 1.6rem;
  }
  .top_life .egs i {
    display: block;
    text-align: center;
    margin-left: 0;
  }
  .top_life .egm {
    font-size: 2.8rem;
    position: relative;
  }
  .top_life .egm:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 1px;
    background: #000;
  }
  .top_life .egm i {
    background: #FFD034;
    display: inline-block;
    position: relative;
    padding-right: 10px;
    box-sizing: border-box;
    z-index: 2;
  }
  .top_life .jp {
    font-size: 1.5rem;
  }
  .top_life .img {
    padding: 7px;
    border-radius: 0 69px 0 0;
  }
  .top_life .img img {
    border-radius: 115px 115px 0 0;
  }
  .top_life .ct {
    padding: 0 0 15px 15px;
  }
  .top_life .line .in {
    font-size: 1.5rem;
    padding: 15px 0 15px 16px;
  }
  .top_life .line .in:before {
    top: 24px;
    left: 0;
    width: 8px;
    height: 8px;
  }
  .top_life .line .in i {
    font-size: 2.1rem;
  }
  .top_life .line .in .e2 {
    font-size: 1.1rem;
  }
  .top_life .line .in2 {
    font-size: 1.4rem;
    padding-left: 16px;
  }
  .top_life .line .in2:before {
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
  }
  .top_life .line_c2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 7px 10px;
    padding: 15px 0 0 0;
    border: none;
    width: calc(100% + 137px);
    position: relative;
    z-index: 2;
  }
  .top_life .btn_dat {
    margin: 10px 0 30px auto;
    border-bottom: none;
  }
  .top_life .line3 {
    border: none;
    font-size: 1.4rem;
    padding: 15px 0 0 0;
  }
  .top_life .life_und .fb {
    font-size: 2.5rem;
  }
  .top_life .life_und .tx1 {
    margin: 10px 0 20px 0;
  }
}

.top_career {
  padding: 120px 0;
  box-sizing: border-box;
  background: #F6F6F6;
  border-bottom: 1px solid #000;
}
.top_career h3 {
  font-size: clamp(10px, 2.9282576867vw, 40px);
  font-weight: 500;
  margin-top: 40px;
}
.top_career .txt {
  margin-top: 32px;
  max-width: 620px;
}
.top_career .c2 {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
.top_career .bx {
  border-radius: 4px;
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 30px 40px;
  background: white;
}
.top_career .ttl {
  border-radius: 100px;
  text-align: center;
  font-size: 2.2rem;
  padding: 10px 0;
  box-sizing: border-box;
  background: #89ADFF;
  border: 1px solid #000;
}
.top_career .inb {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px 20px;
  align-items: center;
  text-align: center;
  max-width: 370px;
  margin: 30px auto 0 auto;
}
.top_career .cap1 {
  font-size: clamp(20px, 1.6105417277vw, 22px);
  margin-bottom: 10px;
}
.top_career .mon {
  font-size: clamp(10px, 2.9282576867vw, 40px);
}
.top_career .mon i {
  font-family: "Inter", sans-serif;
  font-size: clamp(20px, 7.3206442167vw, 100px);
  line-height: 1;
  letter-spacing: 0.06em;
}
.top_career .min {
  font-size: 1.4rem;
  margin-top: 30px;
}
.top_career .btn_cm2 {
  margin: 80px auto 0 auto;
  max-width: 250px;
}
.top_career .in11_tx {
  display: none;
}
@media all and (max-width: 1060px) {
  .top_career .c2 {
    gap: 0 20px;
  }
  .top_career .inb {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
  .top_career .inb .ic {
    max-width: 150px;
    margin: 0 auto;
  }
  .top_career .cap1 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .top_career {
    padding: 60px 0;
  }
  .top_career h3 {
    font-size: 2rem;
    margin-top: 30px;
  }
  .top_career .txt {
    margin-top: 20px;
    max-width: 620px;
  }
  .top_career .c2 {
    margin-top: 30px;
    gap: 0 10px;
  }
  .top_career .bx {
    padding: 15px 25px;
  }
  .top_career .ttl {
    font-size: 1.4rem;
    padding: 3px 0;
  }
  .top_career .inb {
    margin: 15px auto 0 auto;
  }
  .top_career .inb .ic {
    max-width: 75px;
  }
  .top_career .cap1 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .top_career .mon {
    font-size: 2rem;
  }
  .top_career .mon i {
    font-size: 5rem;
  }
  .top_career .min {
    font-size: 1.3rem;
    margin-top: 15px;
    text-align: center;
  }
  .top_career .btn_cm2 {
    margin: 40px auto 0 auto;
    max-width: 175px;
  }
  .top_career .in11 {
    position: relative;
    width: calc(100% - 46px);
  }
  .top_career .in11_tx {
    font-family: "Caveat", cursive;
    display: block;
    position: absolute;
    color: #89ADFF;
    font-size: 3.2rem;
    bottom: 0;
    right: -55px;
    writing-mode: vertical-rl;
    border-left: 1px solid #89ADFF;
    white-space: nowrap;
    letter-spacing: 0.06em;
    line-height: 1.3;
  }
}

.top_int {
  padding: 120px 0;
  box-sizing: border-box;
  background: #FFC0FB;
  border-bottom: 1px solid #000;
}
.top_int .eg1 {
  margin-top: 60px;
  font-family: "Syne", sans-serif;
  font-size: max(32px, 3.8067349927vw);
  font-weight: 600;
  line-height: 1;
  position: relative;
}
.top_int .eg1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  width: 95%;
  height: 1px;
  background: #000;
}
.top_int .eg1 i {
  display: inline-block;
  background: #FFC0FB;
  position: relative;
  z-index: 2;
  padding-right: 20px;
}
.top_int h3 {
  font-size: max(16px, 1.6105417277vw);
  margin-top: 10px;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .top_int {
    padding: 60px 0;
  }
  .top_int .eg1 {
    margin-top: 50px;
    font-size: 2.8rem;
  }
  .top_int .eg1 i {
    padding-right: 10px;
  }
  .top_int .nav_bx {
    width: 100%;
    left: 0;
  }
  .top_int h3 {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}

.sld2 {
  margin: 40px 60px 0 60px;
}
.sld2 a {
  display: block;
  text-decoration: none;
  color: #000;
}
.sld2 a:hover img {
  transform: scale(1.05);
}
.sld2 .imgs {
  border-radius: 50% 50% 0 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.sld2 .imgs img {
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.sld2 .ct {
  border-left: 1px solid #000;
  padding-left: 30px;
  box-sizing: border-box;
}
.sld2 .ttl {
  font-size: 2.2rem;
  color: #242424;
  margin-bottom: 10px;
}
.sld2 .mn {
  margin-top: 5px;
}
.sld2 .tags {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
}
.sld2 .tags .tg {
  border-radius: 100px;
  border: 1px solid #000;
  padding: 4.5px 20px;
  background: white;
}
.sld2 .nav_bx {
  max-width: 250px;
  margin: 60px auto 0 auto;
}
.sld2 .btn_cm2 {
  max-width: 270px;
  margin: 40px auto 0 auto;
}
.sld2 .page_color_red .ct {
  border-left: 4px solid #FFC0FB;
}
.sld2 .page_color_red .tg {
  background: #FFC0FB;
}
.sld2 .page_color_yellow .ct {
  border-left: 4px solid #FFD034;
}
.sld2 .page_color_yellow .tg {
  background: #FFD034;
}
.sld2 .page_color_green .ct {
  border-left: 4px solid #6EECC4;
}
.sld2 .page_color_green .tg {
  background: #6EECC4;
}
.sld2 .page_color_blue .ct {
  border-left: 4px solid #89ADFF;
}
.sld2 .page_color_blue .tg {
  background: #89ADFF;
}
@media all and (max-width: 767px) {
  .sld2 {
    margin: 30px 30px 0 30px;
  }
  .sld2 a:hover img {
    transform: scale(1);
  }
  .sld2 .imgs {
    margin-bottom: 10px;
  }
  .sld2 .ct {
    padding-left: 15px;
  }
  .sld2 .ttl {
    font-size: 1.5rem;
  }
  .sld2 .mn {
    margin-top: 2px;
  }
  .sld2 .tags {
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 0 10px;
  }
  .sld2 .tags .tg {
    font-size: 1.2rem;
    padding: 2px 10px;
  }
  .sld2 .nav_bx {
    max-width: 310px;
    margin: 0 auto;
    bottom: 70px;
  }
  .sld2 .btn_cm2 {
    max-width: 270px;
    margin: 100px auto 0 auto;
  }
}

.sld3 {
  margin-top: 60px;
}
.sld3 .tiker {
  text-decoration: none;
  color: #000;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0 5px;
  transition: all 0.3s ease;
}
.sld3 .tiker path {
  transition: all 0.3s ease;
}
.sld3 .tiker:hover .ar {
  fill: #000;
}
.sld3 .tiker:hover .ci {
  fill: white;
}
.sld3 .ins {
  display: flex;
  align-items: center;
  background: white;
  border: 1px solid #000;
  border-radius: 4px;
  height: 100%;
  padding: 20px 50px 20px 20px;
  box-sizing: border-box;
  position: relative;
}
.sld3 .ins svg {
  position: absolute;
  width: 32px;
  height: auto;
  right: 10px;
  top: 50%;
  margin-top: -16px;
  transition: all 0.3s ease;
}
.sld3 .ins:before, .sld3 .ins:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -7.5px;
  background-color: white;
  width: 20px;
  height: 15px;
  clip-path: polygon(0 50%, 100% 100%, 100% 0%);
  z-index: 3;
}
.sld3 .ins:before {
  width: 21px;
  height: 16px;
  margin-top: -8px;
  left: -22px;
  z-index: 2;
  background: #000;
}
.sld3 .inbb1 ul {
  animation: flowing 100s linear infinite;
}
.sld3 .inbb2 {
  margin-top: 40px;
}
.sld3 .inbb2 ul {
  animation: flowing2 100s linear infinite;
}
.sld3 ul {
  display: flex;
  padding: 0;
}
.sld3 li {
  padding: 0 20px;
  width: 460px;
}
.sld3 .img img {
  border-radius: 100%;
  aspect-ratio: 1/1;
}
@media all and (max-width: 767px) {
  .sld3 {
    margin-top: 30px;
  }
  .sld3 .tiker {
    grid-template-columns: 66px 1fr;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .sld3 .tiker:hover .ar {
    fill: white;
  }
  .sld3 .tiker:hover .ci {
    fill: #000;
  }
  .sld3 .ins {
    padding: 10px 32px 10px 10px;
    font-feature-settings: "palt";
  }
  .sld3 .ins svg {
    width: 20px;
    margin-top: -10px;
  }
  .sld3 .ins:before, .sld3 .ins:after {
    left: -11px;
    margin-top: -6px;
    width: 14px;
    height: 12px;
  }
  .sld3 .ins:before {
    left: -14px;
    margin-top: -6px;
    width: 14px;
    height: 12px;
  }
  .sld3 .inbb2 {
    margin-top: 20px;
  }
  .sld3 li {
    padding: 0 10px;
    width: 331px;
  }
}

.top_works, .top_insta {
  padding: 120px 0;
  box-sizing: border-box;
}
.top_works .lead, .top_insta .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.top_works .lead .btn_cm2, .top_insta .lead .btn_cm2 {
  max-width: 290px;
  margin: 0 0 0 auto;
}
.top_works .c6, .top_insta .c6 {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.top_works .c6 a, .top_insta .c6 a {
  display: block;
  overflow: hidden;
}
.top_works .c6 a img, .top_insta .c6 a img {
  transition: all 0.3s ease;
}
.top_works .c6 a:hover img, .top_insta .c6 a:hover img {
  opacity: 0.7;
  transform: scale(1.05);
}
.top_works .btn_sp, .top_insta .btn_sp {
  display: none;
}
@media all and (max-width: 767px) {
  .top_works, .top_insta {
    padding: 60px 0;
  }
  .top_works .lead, .top_insta .lead {
    display: block;
    margin-top: 20px;
  }
  .top_works .lead .btn_cm2, .top_insta .lead .btn_cm2 {
    display: none;
    max-width: 290px;
    margin: 0 0 0 auto;
  }
  .top_works .btn_sp, .top_insta .btn_sp {
    display: block;
    margin-top: 50px;
  }
  .top_works .c6w, .top_insta .c6w {
    overflow-x: scroll;
  }
  .top_works .c6, .top_insta .c6 {
    margin-top: 20px;
    width: 206%;
    gap: 10px;
    padding-bottom: 20px;
  }
}

.top_works .cap {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.top_insta {
  padding: 0 0 160px 0;
  box-sizing: border-box;
}
.top_insta .lead .btn_cm2 {
  max-width: 255px;
}
.top_insta .c3 {
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.top_insta .c3 a {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.top_insta .c3 a img {
  transition: all 0.3s ease;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.top_insta .c3 a:hover img {
  transform: scale(1.05);
}
@media all and (max-width: 767px) {
  .top_insta {
    padding: 0 0 80px 0;
  }
  .top_insta .c3 {
    margin-top: 20px;
    gap: 10px;
  }
  .top_insta .btn_cm2 {
    width: 195px;
  }
}

.scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.simplebar-scrollbar::before {
  background: #000;
  border-radius: 15px;
  height: 7.5px !important;
  margin-left: -2px;
  margin-top: -4px;
  opacity: 1 !important;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track {
  background: #E1E1E1;
  border-radius: 15px;
  height: 7.5px !important;
}

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