@charset "utf-8";
/*--------------------------------------
	copyright : yuyu design.
--------------------------------------*/

@import url(reset.css);
@import url(common.css);
@import url(../libs/fontawesome/css/all.min.css);
@import url(../libs/aos/aos.css);
@import url(../libs/OwlCarousel/assets/owl.carousel.min.css); @import url(../libs/OwlCarousel/assets/owl.theme.default.min.css);
/* @import url(../libs/lightGallery/css/lightgallery.min.css); */
/* @import url(../libs/Remodal/remodal.css); @import url(../libs/Remodal/remodal-default-theme.css); */


/*
 index
==============================*/

html { overflow-y: scroll; }

/* mv_new ----------*/
#header .logo { opacity: 0; }
#mv_new { position: relative; height: 100vh; }
#mv_new .inner { position: relative; z-index: 2; top: 50%; transform: translateY(-50%); }
#mv_new .w { isolation: isolate; }
#mv_new .animated_logo { position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); right: calc((100% - 70rem) / 2); width: 65%; max-width: 65rem; opacity: 0; will-change: transform; backface-visibility: hidden; contain: paint; }
#mv_new .animated_logo svg { display: block; width: 100%; height: auto; }
#mv_new svg g, #mv_new svg path { transform-box: fill-box; transform-origin: center; will-change: transform; }
#mv_new .animated_logo .fix { position: absolute; top: 0; display: block; width: 100%; height: auto; opacity: 0; }
#mv_new h1 { position: relative; z-index: 3; width: min(50%, 58.2rem); display: block; margin-left: 47%; margin-right: auto; padding-top: 0; opacity: 0; isolation: isolate; }
#mv_new h1 span { position: relative; z-index: 3; display: block; margin-bottom: 7rem; will-change: transform; backface-visibility: hidden; contain: paint; }
#mv_new h1 .cp { position: relative; }
#mv_new h1 .scp { position: relative;  color: #20232A; font-size: 3rem; font-weight: 700; line-height: 1.2; }
#mv_new .bk { position: absolute; z-index: 1; top: 0; left: 0; background-color: #FF5F00; /*background: linear-gradient(180deg, #FF5F00 0%, #FF9F55 100%);*/ width: 100%; height: 100vh; }
#mv_new .svg { height: auto; contain: layout paint; isolation: isolate; }
@media screen and (max-width:1260px) { /* x */
  #mv_new .animated_logo { width: 40%; right: calc((100% - 40%) / 2); }
}
@media screen and (max-width:1170px) {
  #mv_new h1 span { margin-bottom: 6vw; }
}
@media screen and (max-width:860px) {
  #mv_new h1 .scp { font-size: 3.4vw; }
}
@media screen and (max-width:480px) { /* s */
  #mv_new .animated_logo { width: 70%; right: calc((100% - 70%) / 2); }
}

/* news ----------*/
#news { position: relative; max-width: 144rem; margin: auto; margin-bottom: 12rem; content-visibility: auto; }
#news::after { content: ""; position: absolute; top: 0; left: 100%; width: 200%; height: 100%; background-color: #ffa64d; }
#news .w { display: flex; max-width: 86rem; margin-left: auto; padding: 2rem 7rem 2rem 14rem; background: linear-gradient(270deg, #ffa64d 23.39%, rgba(255, 166, 77, 0.77) 64.65%, rgba(255, 166, 77, 0.40) 92.18%, rgba(255, 166, 77, 0.00) 98.5%); gap: 3rem; align-items: center; }
#news h2 { padding-right: 2rem; color: #FFF; font-size: 2rem; font-style: italic; }
#news .news_list_top {}
#news .news_list_top span { display: block; color: #FFF; font-weight: 500; line-height: 1.4; }
#news .news_list_top .d { font-size: 1.4rem; }
#news .news_list_top .t { margin-top: 1.5rem; font-size: 1.6rem; }
#news .news_list_top .t a { color: #FFF; text-decoration: none; }
#news .btw { margin-left: auto; }
#news .btw a { display: block; width: 1.22rem; height: 1.85rem; }
#news .btw svg { width: inherit; height: inherit; fill: #FFF; }
@media screen and (max-width:480px) { /* s */
  #news { margin-bottom: 6rem; }
  #news .w { flex-flow: wrap; padding: 2rem 4rem 2rem 8rem; gap: 0; }
  #news h2 { margin-bottom: 2rem; }
  #news .news_list_top { width: 90%; }
  #news .news_list_top .t { margin-top: 1rem; }
  #news .btw { width: 10%; }
  #news .btw a { margin-left: auto; }
}


/* service ----------*/
#service { padding: 0 2rem; content-visibility: auto; }
#service .inner { position: relative; max-width: 140.6rem; }
#service .decoration { z-index: 1; top: 26%; right: -2%; width: min(95%, 1373rem); pointer-events: none; }
#service .w { position: relative; padding: 8rem 4rem; border-radius: 6rem; background-color: #FFF; overflow: hidden; }
#service .service_links { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; max-width: 98rem; margin: auto; }
#service .service_links li { position: relative; }
#service .service_links li:nth-child(2) { margin-top: 15rem; }
#service .service_links li:nth-child(3) { margin-top: -15rem; }
#service .service_links li a { text-decoration: none; }
#service .service_links li a:hover { opacity: 1; }
#service .service_links li span { display: block; }
#service .service_links li .pw { position: relative; width: 100%; aspect-ratio: 465 / 300; border-radius: 15rem; overflow: hidden; }
#service .service_links li .pw .p { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.4; background-repeat: no-repeat; background-position: center; background-size: cover;  transition: all 0.3s ease-out; }
#service .service_links li a:hover .pw .p { transform: scale(1.1, 1.1); opacity: 1; }
#service .service_links li .pw::before { content: ""; position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.4; transition: all 0.3s ease-out; }
#service .service_links li .pw:hover:before { opacity: 0.2; }
#service .service_links li .tw { padding: 3.5rem 4rem 0; }
#service .service_links li .tw h3 { color: #000; font-size: 2.4rem; }
#service .service_links li .tw p { color: #000; font-size: 1.4rem; margin-top: 2rem; }
#service .service_links .arrow { position: absolute; z-index: 3; margin-top: -5rem; right: 4rem; display: grid; width: 5rem; height: 5rem; pointer-events: none; place-items: center; }
#service .service_links .arrow::before { content: ""; position: absolute; z-index: 1; width: 5rem; height: 5rem; border-radius: 5rem; background-color: #FFF; transition: all 0.3s ease-out; }
#service .service_links a:hover .arrow::before { width: 7.8rem; height: 7.8rem; background-color: #0A00D6; }
#service .service_links .arrow svg { position: relative; z-index: 2; width: 2.2rem; aspect-ratio: 22 / 19; transition: all 0.3s ease-out; fill: #000; }
#service .service_links a:hover .arrow svg { fill: #FFF; }
#service .btw { text-align: center; margin-top: 8rem; }
@media screen and (max-width:896px) { /* m */
  #service .service_links { grid-template-columns: 1fr; gap: 4rem; }
  #service .service_links li:nth-child(2) { margin-top: 0; }
  #service .service_links li:nth-child(3) { margin-top: 0; }
}
@media screen and (max-width:480px) { /* s */
  #service .decoration { top: -2%; right: -2%; }
  #service .w { padding: 4rem; border-radius: 3rem; }
  #service .service_links li .pw { border-radius: 8rem; }
  #service .service_links li .tw { padding: 2rem 0 0; }
  #service .service_links .arrow { right: 2rem; }
  #service .btw { text-align: center; margin-top: 4rem; }
}


/* case ----------*/
#case { padding-top: 10rem; padding-bottom: 14rem; content-visibility: auto; }
#case .inner { position: relative; max-width: 144rem; padding-left: 2rem; padding-right: 2rem; }
#case .decoration { top: -3%; right: -10%; width: min(68%, 98.7rem); }
#case .h2 { margin-left: 17rem; }
#case .case_list_top { counter-reset: count; }
#case .case_list_top li { counter-increment: count; }
#case .case_list_top li a { position: relative; display: block; width: 100%; aspect-ratio: 347 / 255; overflow: hidden; }
#case .case_list_top li a:hover { opacity: 1; }
#case .case_list_top li .c { position: absolute; z-index: 3; top: 0; left: 0; display: inline-block; margin-top: 3rem; padding: 0.2rem 1.3rem 0.1rem; border-radius: 5rem; color: #FFF; background-color: #20232A; font-weight: 500; font-family: "Josefin Sans", sans-serif; font-size: 1.8rem; line-height: 1; vertical-align: baseline; }
#case .case_list_top li .c::after{ content: counter(count); font-weight: bold; font-size: 3rem; vertical-align: baseline; }
#case .case_list_top li .pw { position: absolute; z-index: 1; top: 0; left: 0; display: block; width: 100%; height: 100%; overflow: hidden; border-radius: 20rem; }
#case .case_list_top li .pw::before { content: ""; position: absolute; z-index: 1; display: block; width: 100%; height: 100%; opacity: 0.2; background-color: #0519B6; transition: all 0.3s ease-out; }
#case .case_list_top li a:hover .pw::before { opacity: 0; }
#case .case_list_top li .pw .p { display: block; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; transition: all 0.3s ease-out; }
#case .case_list_top li a:hover .pw .p { transform: scale(1.1, 1.1); }
#case .case_list_top li .t { position: absolute; z-index: 3; top: 0; left: 0; display: grid; width: 100%; height: 100%; color: #FFF; font-size: 2.4rem; font-weight: bold; place-items: center; }
#case .case_list_top .owl-item { opacity: 0; transition: all 0.3s ease-out; }
#case .case_list_top .owl-item.active { opacity: 1; }
#case .case_list_top .owl-item:nth-child(4n+1) { padding-top: 3rem; }
#case .case_list_top .owl-item:nth-child(4n+2) { padding-top: 13rem; }
#case .case_list_top .owl-item:nth-child(4n+3) { padding-top: 0; }
#case .case_list_top .owl-item:nth-child(4n+4) { padding-top: 10rem; }
#case .case_list_top .owl-nav { position: absolute; width: 100%; display: flex; margin-top: 4rem; pointer-events: none; }
#case .case_list_top .owl-nav button { font-size: 4rem; line-height: 1; pointer-events: all; }
#case .case_list_top .owl-nav .owl-prev {}
#case .case_list_top .owl-nav .owl-next { margin-left: auto; }
#case .case_list_top .owl-nav .disabled { opacity: 0.3; }
#case .case_list_top .owl-stage-outer { overflow: visible; }
#case .case_list_top .owl-dots { display: flex; gap: 2rem; justify-content: center; margin-top: 6rem; }
#case .case_list_top .owl-dots .owl-dot { width: 0.9rem; aspect-ratio: 1 / 1; background-color: #D9D9D9; border-radius: 100%; }
#case .case_list_top .owl-dots .owl-dot.active { background-color: #282FFF; }
#case .btw { text-align: center; margin-top: 8rem; }
@media screen and (max-width:896px) { /* m */
  #case .h2 { margin-left: 3rem; }
}
@media screen and (max-width:480px) { /* s */
  #case { padding-top: 8rem; padding-bottom: 14rem; }
  #case .decoration { top: 7%; right: -8%; }
  #case .case_list_top {}
  #case .case_list_top li .c { margin-top: 1rem; }
  #case .case_list_top li .t { font-size: 1.6rem; line-height: 1.3; padding: 0 1rem; text-align: center; }
  #case .case_list_top .owl-nav { margin-top: 1rem; }
  #case .case_list_top .owl-dots { gap: 1.5rem; margin-top: 3rem; }
  #case .btw { text-align: center; margin-top: 4rem; }
}


/* recruit ----------*/
#recruit { padding-top: 1px; padding-bottom: 4rem; background-color: #FFF; content-visibility: auto; }
#recruit .decoration { z-index: 1 !important; top: 37%; left: -19%; width: min(100%, 130rem); }
#recruit .inner { position: relative; max-width: 116rem; }
#recruit .ww { position: relative; z-index: 3; }
#recruit .w { position: relative; z-index: 3; display: flex; flex-direction: row-reverse; }
#recruit .h2 { margin-left: 6rem; }
#recruit h3 { width: 37%; }
#recruit h3 img { width: 114%; max-width: none; }
#recruit .imgs { position: relative; width: 67%; padding-top: 4rem; }
#recruit .imgs .base, #recruit .imgs .ov { transition: all 0.6s ease-out; }
#recruit .imgs .ov { position: absolute; opacity: 0; }
#recruit .imgs:hover .base { opacity: 0; }
#recruit .imgs:hover .ov { opacity: 1; }
#recruit .btw { position: absolute; z-index: 3; width: 100%; margin-top: -6rem; padding-right: 12rem; text-align: right; }
@media screen and (max-width:1300px) {
  #recruit h3 img { width: 100%; }
}
@media screen and (max-width:896px) { /* m */
  #recruit .decoration { top: 40%; left: -10%; }
  #recruit .w {  flex-direction: column; align-items: center; }
  #recruit h3 { width: 70%; }
  #recruit .imgs { width: 100%; padding-top: 0; }
}
@media screen and (max-width:480px) { /* s */
  #recruit .btw { margin-top: -6rem; padding-right: 3rem; }
}


/* corporate ----------*/
#corporate { padding-top: 12rem; position: relative; content-visibility: auto; }
#corporate .inner { position: relative; max-width: 98rem; }
#corporate .decoration { z-index: 1; top: -4%; right: -19.5%; width: min(30%, 39.4rem); }
#corporate .decoration_circle_1 { z-index: 1; top: -4rem; left: -20rem; }
#corporate .decoration_circle_2 { z-index: 1; top: 6rem; right: -20rem; }
#corporate .bg-scroll { position: absolute; z-index: -1; top: 16.5rem; left: 0; width: 100%; height: 7rem; background-image: url(../img/index/corporate_decoration_text.svg); background-repeat: repeat-x; background-size: auto 100%; background-position: 0 0; animation: bg-slide 20s linear infinite; }
@keyframes bg-slide {
  from { background-position: 0 0; }
  to { background-position: -94rem 0; }
}
#corporate .corporate_links { display: flex; gap: 7rem; align-items: start; }
#corporate .corporate_link { position: relative; width: 100%; }
#corporate .corporate_link:nth-child(2) { margin-top: 6rem; }
#corporate .corporate_link a { position: relative; display: block; width: 100%; aspect-ratio: 424 / 512; overflow: hidden; text-decoration: none; clip-path: url(#corporate-clip-shape_1); }
#corporate .corporate_link a::before { content: ""; position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.2; background-color: #0519B6; transition: all 0.3s ease-out; }
#corporate .corporate_link a:hover:before { opacity: 0; }
#corporate .corporate_link a:hover { opacity: 1; }
#corporate .corporate_link:nth-child(2) a { clip-path: url(#corporate-clip-shape_2); }
#corporate .corporate_link a .t { position: relative; z-index: 3; display: grid; height: 100%; color: #FFF; font-size: 3.2rem; font-weight: bold; text-align: center; place-items: center; }
#corporate .corporate_link a .p { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; transition: all 0.3s ease-out; }
#corporate .corporate_link a:hover .p { transform: scale(1.1, 1.1); }
#corporate .corporate_link .arrow { position: absolute; bottom: 7%; right: 17%; display: grid; width: 5rem; height: 5rem; pointer-events: none; place-items: center; }
#corporate .corporate_link .arrow::before { content: ""; position: absolute; z-index: 1; width: 5rem; height: 5rem; border-radius: 5rem; background-color: #FFF; transition: all 0.3s ease-out; }
#corporate .corporate_link a:hover + .arrow::before { width: 7.8rem; height: 7.8rem; background-color: #0A00D6; }
#corporate .corporate_link:nth-child(2) .arrow { right: 8%; }
#corporate .corporate_link .arrow svg { position: relative; z-index: 2; width: 2.2rem; aspect-ratio: 22 / 19; transition: all 0.3s ease-out; fill: #000; }
#corporate .corporate_link a:hover + .arrow svg { fill: #FFF; }
@media screen and (max-width:1350px) {
  #corporate .decoration { right: -5%; }
  #corporate .decoration_circle_1 { top: -4rem; left: 2rem; }
  #corporate .decoration_circle_2 { top: 6rem; right: 2rem; }
  #corporate .corporate_links { gap: 2rem; max-width: 95%; margin: auto; }
}
@media screen and (max-width:480px) { /* s */
  #corporate .corporate_links { gap: 0.5rem; }
  #corporate .bg-scroll { height: 5.6rem; }
  @keyframes bg-slide {
    from { background-position: 0 0; }
    to { background-position: -70.4rem 0; }
  }
}


/* access ----------*/
#access { padding-top: 6rem; content-visibility: auto; }
#access h2 { margin-left: 2rem; }
#access iframe { margin-top: 7rem; }
@media screen and (max-width:480px) { /* s */
  #access { padding-top: 0; }
  #access iframe { margin-top: 2rem; height: 30rem !important; }
}