@charset "utf-8";
/* -------------------アニメ-------------------- */
.t-loading__message span {
  transform: scale(1);
  backface-visibility: hidden;
  will-change: transform;
}

.t-loading__message span {
  visibility: hidden;
}
.fonts-loaded .t-loading__message span {
  visibility: visible;
}

.t-loading__message span {
  font-family: 'YourFont', 'Helvetica Neue', Arial, sans-serif;
}


#t-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background-color: var(--BEIGE01);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 0.05em;
  z-index: 9999;
}
.t-loading__message span {
  display: inline-block;
  font-family: var(--FF_BASE_B);
  font-weight: bold !important;
  color: var(--DARK01);
  margin: 0 2px;
}
.t-loading__logo-img {
  margin-top: 20px;
}
.t-loading__logo-img img {
  opacity: 0;
  transform: scale(0.8);
  visibility: hidden;
}

@media screen and (min-width: 768px){
  .t-loading__message span {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px){
  .t-loading__message{
    text-align: center;
  }
  .t-loading__message span {
    font-size: 13px;
    letter-spacing: 0em;
  }
}
/* ローディング終了時に背景が上にスライドする */
#t-loading.slide-up {
  animation: revealUp 0.5s cubic-bezier(0.65, 0.05, 0.8, 0.2) forwards;
  transform-origin: bottom center;
}
@keyframes revealUp {
  0% {
    transform: translateY(0) scaleY(1);
  }
  100% {
    transform: translateY(-100%) scaleY(1.2);
  }
}




.t-fv__catch {
  visibility: hidden;
}








/* フェードアップ*/
.animate-fadeup {
  opacity: 0;
  transform: translateY(50px);
}

/* -------------------t-fv-------------------- */
.t-fv__catch,.t-fv__subcatch{
  font-family: var(--FF_BASE_H);
}
.t-fv__img span{
  color: var(--WHITE);
  text-shadow: 0px 0px 10px var(--BLACK);
  position: absolute;
  bottom: 0;
  right: 10px;
}
.t-fv__img span::after{
  content: "";
  aspect-ratio: 1;
  --MASK: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuNiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDkuMDMgQnVpbGQgNTQ5ODYpICAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLjg6zjgqTjg6Tjg7xfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IgoJIHk9IjBweCIgdmlld0JveD0iMCAwIDMwMCAzMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwMCAzMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojQ0NDQ0NDO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTIzNS43LDE1MGMwLDUuNS0yLjEsMTEtNi4zLDE1LjFMMTAwLjksMjkzLjdjLTguNCw4LjQtMjEuOSw4LjQtMzAuMywwcy04LjQtMjEuOSwwLTMwLjNMMTg0LDE1MEw3MC42LDM2LjYKCWMtOC40LTguNC04LjQtMjEuOSwwLTMwLjNzMjEuOS04LjQsMzAuMywwbDEyOC42LDEyOC41QzIzMy42LDEzOSwyMzUuNywxNDQuNSwyMzUuNywxNTB6Ii8+Cjwvc3ZnPgo=) no-repeat center center / 100%;
  mask: var(--MASK);
  -webkit-mask: var(--MASK);
  background-color: var(--WHITE);
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.t-fv__serviceContainer{
  display: grid;
  overflow: hidden;
  border-left: none;
  border-right: none;
}
.t-fv__service{
  display: flex;
  width: fit-content;
}
.t-fv__service ul{
  transform:translateX(100%);
  display: flex;
}
.t-fv__service--second ul{
  flex-direction: row-reverse;
}
.t-fv__service ul li{
  white-space: nowrap;
  padding-right: 10px;
}
.t-fv__service ul li a{
  font-family: var(--FF_BASE_E);
}
.t-fv__service ul li a::before{
  content: '#';
}
.t-fv__img__tag{
  position: absolute;
  right: 10px;
  display: flex;
}
.t-fv__img__tag li{
  display: inline-block;
  background-color: var(--WHITE);
  border: 1px solid var(--BLACK);
  line-height: 1;
  border-radius: 3px;
  font-family: var(--FF_BASE_E);
  letter-spacing: 0.05em;
}
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-120%); }
}
@media (hover: hover){
  .t-fv__img a{
    overflow: hidden;
  }
  .t-fv__img a:hover,
  .t-fv__img a:hover img{
    opacity: 1 !important;
  }
  .t-fv__service ul li a{
    position: relative;
  }
  .t-fv__service ul li a:hover{
    opacity: 1;
    color: var(--WHITE);
  }
  .t-fv__service ul li a::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #000;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s;
  }
  .t-fv__service ul li a:hover::after{
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media screen and (min-width: 1501px){
  .t-fv__catch,
  .t-fv__img{
    margin-inline: auto;
    padding-left: var(--GAP_100);
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px){
  .t-fv__catch,
  .t-fv__img,
  .t-fv__subcatch{
    margin-left: 7%;
  }
}
@media screen and (min-width: 768px){
  .t-fv{
    overflow: hidden;
    padding-top: 11vh;
  }
  .t-fv__img span{
    font-size: var(--FZ_20);
    padding: var(--GAP_15);
    padding-right: var(--GAP_20);
  }
  .t-fv__img span::after{
    width: var(--GAP_10);
  }
  .t-fv__catch{
    font-size: clamp(36px, 5.8vw, 70px);
    position: relative;
    letter-spacing:5px;
    z-index: 2;
    max-width: var(--PC_MAX_WIDTH_L);
    line-height: 1.5;
    margin-bottom: 9vh;
  }
  .t-fv__subcatch{
	  font-size:18px;
	  max-width: var(--PC_MAX_WIDTH_L);
	  margin-bottom: 11vh;
  }
  .t-fv__img{
    max-width: var(--PC_MAX_WIDTH_L);
    position: relative;
    z-index: 1;
    flex: 1;
  }
  .t-fv__serviceContainer{
    gap: var(--GAP_10);
    padding-block: var(--GAP_15);
  }
  .t-fv__service ul{
    animation: flowing 120s linear infinite;
  }
  .t-fv__service ul li a{
    display: block;
    font-size: var(--FZ_20);
    padding-inline: 10px;
  }
  .t-fv__img__tag{
    gap: 10px;
    bottom: 64px;
  }
  .t-fv__img__tag li{
    font-size: var(--FZ_12);
    padding: 5px 8px;
  }
}
@media screen and (min-width: 501px) and (max-width: 767px){
  .t-fv__catch{
    font-size: 35px;
  }
}
@media screen and (max-width: 500px){
  .t-fv__catch{
    font-size: 29.8px;
  }
}
@media screen and (max-width: 767px){
  .t-fv{
    padding-top: var(--GAP_20);
  }
  .t-fv__img {
    position: relative;
    overflow: hidden;
  }
  .t-fv__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: translateY(0);
    transition: transform 1s ease-out;
    transition-delay: 0.5s;
    z-index: 2;
  }
  .t-fv__img.animain::after {
    transform: translateY(100%);
  }
  .t-fv__img span{
    font-size: 13px;
    padding: 10px;
  }
  .t-fv__img span::after{
    width: 8px;
  }
  .t-fv__catch{
    margin-bottom: 4.2vh;
    letter-spacing: 0.05em;
    padding-top: 4.5vh;
  }
  .t-fv__img{
    margin-left: calc((100% - var(--INNER_WIDTH)) / 2);
  }
  .t-fv__serviceContainer{
    gap: 10px;
    padding-block: 15px;
  }
  .t-fv__service ul {
    gap: 10px;
  }
  .t-fv__service ul{
    animation: flowing 80s linear infinite;
  }
  .t-fv__service ul li a{
    font-size: 15px;
  }
  .t-fv__img__tag{
    gap: 5px;
    bottom: 40px;
  }
  .t-fv__img__tag li{
    font-size: 9px;
    padding: 4px 6px;
  }
}
/* --------------------t-about------------------- */
.t-about{
  position: relative;
  z-index: 0;
  overflow-x: clip;
}
.t-about::before{
  content: "";
  display: inline-block;
  background: no-repeat center center / 100%;
  position: absolute;
  z-index: -1;
}
.t-about__heading{
  font-family: var(--FF_BASE_E);
  letter-spacing: 0.05em;
}
.t-about__txt{
  display: grid;
}
.t-about__txt p{
  font-family: var(--FF_BASE_B);
}
.t-about__btn a{
  justify-content: flex-start;
}
@media screen and (min-width: 768px){
  .t-about{
    padding-top: var(--GAP_120);
    padding-bottom: var(--GAP_120);
  }
  .t-about::before{
    background-image: url(/asset2025/images/top/about.svg);
    width: clamp( 900px, 130vw, 1700px);
    aspect-ratio: 30/17;
    top: 0;
    left: -23%;
  }
  .t-about__heading{
    font-size: var(--FZ_45);
    margin-bottom: var(--GAP_50);
  }
  .t-about__txt{
    gap: var(--GAP_40);
    max-width: 1100px;
    margin-bottom: var(--GAP_50);
  }
  .t-about__txt p{
    font-size: var(--FZ_19);
    line-height: 2;
  }
  .t-about__btn{
    max-width: 297px;
  }
  .t-about__btn a{
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px){
  .t-about{
    padding-top: 80px;
    margin-top: 20px;
  }
  .t-about::before{
    background-image: url(/asset2025/images/top/sp/about.svg);
    width: 100%;
    aspect-ratio: 300/763;
    top: 0;
    left: 0;
  }
  .t-about__heading{
    font-size: 23px;
    margin-bottom: 20px;
  }
  .t-about__txt{
    gap: 40px;
    margin-bottom: 40px;
  }
  .t-about__txt p{
    font-size: 16px;
    line-height: 1.8;
  }
  .t-about__btn{
    margin-inline: auto;
  }
  .t-about__btn a{
    padding-left: 20px;
  }
}
/* -------------------t-nextAbout-------------------- */
.t-nextAbout{
  position: relative;
  width: 100%;
  z-index: 4;
  background-color: #D8c7b2/* var(--ORANGE01) */;
  position: fixed;
  bottom: 0;
  transform: translateY(150%);
  left: 0;
  transition: .5s ease-in-out;
}
.t-nextAbout.is-fixed{
  transform: translateY(0%);
}
.t-nextAbout__container a{
  display: block;
  position: relative;
}
.t-nextAbout__container a::after{
  content: "";
  display: inline-block;
  background: url(/asset2025/images/top/ill_about.svg) no-repeat center center / 100%;
  aspect-ratio: 300/216;
  position: absolute;
  bottom: 0;
  z-index: 3;
}
.t-nextAbout__body{
  display: flex;
  align-items: center;
}
.t-nextAbout__label{
  font-family: var(--FF_EN);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.t-nextAbout__arrow{
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.t-nextAbout__arrow span {
  display: inline-block;
  aspect-ratio: 1/2;
  background-color: var(--BLACK);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  animation: blink 3s ease-in-out infinite;
  opacity: 0.1;
}
.t-nextAbout__arrow span:nth-child(1) {
  animation-delay: 0.5s;
}
.t-nextAbout__arrow span:nth-child(2) {
  animation-delay: 1s;
}
.t-nextAbout__arrow span:nth-child(3) {
  animation-delay: 1.5s;
}
@keyframes blink {
  0%, 100% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
}
.t-nextAbout__heading{
  display: flex;
  font-weight: bold;
  align-items: baseline;
}
.t-nextAbout__heading span{
  font-family: var(--FF_EN);
  line-height: 1;
}
.t-nextAbout__heading small{
  display: inline-block;
  font-family: var(--FF_BASE_H);
}
@media (hover: hover){
  .t-nextAbout__container a:hover{
    opacity: 1;
  }
  .t-nextAbout__container a::after{
    transition: .3s;
  }
  .t-nextAbout__container a:hover::after{
    right: -20px;
  }
}
@media screen and (min-width: 768px){
  .t-nextAbout__container a{
    padding-block: var(--GAP_10);
  }
  .t-nextAbout__container a::after{
    width: 200px;
    right: 0;
  }
  .t-nextAbout__body{
    padding-left: var(--GAP_50);
  }
  .t-nextAbout__label{
    font-size: var(--FZ_20);
    margin-right: var(--GAP_40);
  }
  .t-nextAbout__arrow{
    width: 60px;
    gap: 15px;
    margin-right: var(--GAP_30);
  }
  .t-nextAbout__heading{
    gap: var(--GAP_15);
  }
  .t-nextAbout__heading span{
    font-size: var(--FZ_40);
  }
  .t-nextAbout__heading small{
    font-size: var(--FZ_14);
    position: relative;
    top: -5px;
  }
}
@media screen and (max-width: 767px){
  .t-nextAbout__container a{
    padding-block: 15px;
  }
  .t-nextAbout__container a::after{
    width: 100px;
    right: 10px;
  }
  .t-nextAbout__body{
    padding-left: 15px;
  }
  .t-nextAbout__label{
    font-size: 12px;
    margin-right: 8px;
  }
  .t-nextAbout__arrow{
    width: 25px;
    gap: 5px;
    margin-right: 10px;
  }
  .t-nextAbout__heading{
    gap: 5px;
    letter-spacing: 0.05em;
  }
  .t-nextAbout__heading span{
    font-size: 24px;
  }
  .t-nextAbout__heading small{
    font-size: 10px;
    position: relative;
    top: -2px;
  }
}
/* -------------------t-ourService-------------------- */
.t-ourService{
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.t-ourService__list{
  display: grid;
}
.t-ourService__list li a{
  display: block;
  background-color: var(--WHITE);
  height: 100%;
}
.t-ourService__list__ttl::after{
  content: "";
  display: inline-block;
  background: var(--ICON) no-repeat center center / 100%;
  aspect-ratio: 1/1;
}
.t-ourService__list__ttl span{
  font-family: var(--FF_BASE_E);
}
@media (hover: hover){
  .t-ourService__list li a:hover{
    opacity: 1;
    transform: translateY(-10px);
  }
  .t-ourService__list__btn{
    transition: .5s;
  }
  .t-ourService__list li a:hover .t-ourService__list__btn{
    background-color: var(--ORANGE02);
  }
}
@media screen and (min-width: 768px){
  .t-ourService{
    padding-block: var(--GENERALSEC) calc(var(--GENERALSEC) * 2);
  }
  .t-ourService__list{
    margin-top: var(--GAP_40);
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
  }
  .t-ourService__list li a{
    padding-block: var(--GAP_40);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
  }
  .t-ourService__list__ttl{
    display: grid;
    text-align: center;
  }
  .t-ourService__list__ttl::after{
    width: 150px;
    margin-inline: auto;
  }
  .t-ourService__list li:nth-of-type(3) .t-ourService__list__ttl::after{
    background: var(--ICON) no-repeat center top 15px / 100%;
  }
  .t-ourService__list__ttl span{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--FZ_20);
    gap: var(--GAP_15);
  }
  .t-ourService__list__ttl span::before,
  .t-ourService__list__ttl span::after{
    content: "";
    display: inline-block;
    background: var(--data_uri-kakko) no-repeat center center / 100%;
    aspect-ratio: 8/30;
    width: clamp( 5px, 0.7vw, 10px);
  }
  .t-ourService__list__ttl span::after{
    transform: rotate(180deg);
  }
  .t-ourService__list__txt{
    flex: 1;
    width: 90%;
    max-width: 318px;
    margin-inline: auto;
    font-size: var(--FZ_15);
    text-align: justify;
    display: flex;
    flex-direction: column;
  }
  .t-ourService__list__txt p{
    flex: 1;
    letter-spacing: 0;
  }
  .t-ourService__list__btn{
    display: block;
    aspect-ratio: 1/1;
    width: clamp( 30px, 3vw, 43px);
    border-radius: 50%;
    margin: var(--GAP_30) 0 0 auto;
    background: var(--BLACK) var(--data_uri-yajirushi) no-repeat center center / 80%;
  }
}
@media screen and (max-width: 767px){
  .t-ourService{
    padding-block: 60px 120px;
  }
  .t-ourService__list{
    width: 92%;
    max-width: 500px;
    gap: 20px;
    margin-top: 80px;
  }
  .t-ourService__list li a{
    padding: 15px 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
  }
  .t-ourService__list li a::after{
    content: "";
    display: inline-block;
    background: var(--BLACK) var(--data_uri-yajirushi) no-repeat bottom 18% right 5% / 72%;
    aspect-ratio: 1/1;
    width: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  }
  .t-ourService__list__ttl{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    font-size: 21px;
  }
  .t-ourService__list__ttl::after{
    flex: 10;
  }
  .t-ourService__list__ttl span{
    display: inline-block;
    flex: 15;
    text-align: center;
  }
}
/* -------------------t-blog-------------------- */
.t-blog{
  overflow-x: clip;
}
.t-blog__list{
  display: grid;
}
.t-blog__list__thumb{
  overflow: hidden;
}
.t-blog__list__date{
  display: block;
  color: var(--GRAY06);
  letter-spacing: 0.05em;
}
.t-blog__list__ttl{
  font-family: var(--FF_BASE_M);
  letter-spacing: 0;
}
@media (hover: hover){
  .t-blog__list article a:hover{
    opacity: 1;
  }
  .t-blog__list__thumb img{
    transition: .3s;
  }
  .t-blog__list article a:hover .t-blog__list__thumb img{
    transform: scale(1.1);
  }
}
@media screen and (min-width: 1001px){
  .t-blog__list{
    grid-template-columns: repeat(4,1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px){
  .t-blog__list{
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (min-width: 768px){
  .t-blog{
    padding-block: var(--GAP_200) var(--GAP_80);
  }
  .t-blog__list{
    gap: 50px 30px;
  }
  .t-blog__list__date{
    font-size: var(--FZ_15);
    margin-block: var(--GAP_10) var(--GAP_10);
  }
  .t-blog__list__ttl{
    font-size: var(--FZ_18);
    margin-top: var(--GAP_10);
  }
}
@media screen and (max-width: 767px){
  .t-blog{
    background-color: unset;
    padding-block: var(--GENERALSEC) 50px;
  }
  .t-blog__spContainer{
    background: linear-gradient(to bottom, var(--WHITE) 25px, var(--BEIGE01) 25px);
    padding-bottom: var(--GENERALSEC);
  }
  .t-blog .g-heading{
    text-align: center;
  }
  .t-blog__list{
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
  }
  .t-blog__list__date{
    font-size: 15px;
    margin-block: 7px 5px;
  }
  .t-blog__list__ttl{
    font-size: 16px;
    margin-top: 10px;
  }
}
/* -------------------t-photo-------------------- */
.t-photo .swiper-wrapper{
  transition-timing-function: linear;
}
@media screen and (min-width: 768px){
  .t-photo img{
    border-radius: 25px;
  }
}
@media screen and (max-width: 767px){
  .t-photoContainer{
    background: unset;
  }
  .t-photo img{
    border-radius: 15px;
  }
}
/* -------------------t-recruit-------------------- */


/* -------------------t-recruitInfo-------------------- */
.t-recruitInfo__mask--heading .g-heading__ja{
  display: inline-block;
  position: relative;
}
.t-recruitInfo__mask--heading .g-heading__ja::after{
  content: "";
  display: inline-block;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuNiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDkuMDMgQnVpbGQgNTQ5ODYpICAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLjg6zjgqTjg6Tjg7xfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IgoJIHk9IjBweCIgdmlld0JveD0iMCAwIDMwMCAzMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwMCAzMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTguMDI5LDE5MS42MTNjLTMuMjExLDAtNi40NDctMS4wNTItOS4xNDktMy4yMTRjLTYuMzIyLTUuMDU0LTcuMzQ5LTE0LjI4My0yLjI4Ny0yMC42MDQKCQljMjcuNTM0LTM0LjQyMSw0MC43NzEtNTMuMzkzLDQwLjc3MS0xMDguMTM2YzAtOC4wOTcsNi41NjUtMTQuNjYyLDE0LjY2Mi0xNC42NjJzMTQuNjYyLDYuNTY1LDE0LjY2MiwxNC42NjIKCQljMCw2NC4yLTE3LjkzNyw4OS44NzYtNDcuMiwxMjYuNDQ5QzI2LjU5MSwxODkuNzMsMjIuMzMyLDE5MS42MTMsMTguMDI5LDE5MS42MTN6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNzEuNDg2LDI0My4zNDVjLTMuMjE4LDAtNi4wNzgtMC42NTktOC42ODgtMS45NjJjLTcuMjQxLTMuNjIzLTEwLjE3Ny0xMi40MjgtNi41NTgtMTkuNjczCgkJYzMuMDE0LTYuMDM1LDkuNjIyLTkuMDY0LDE1LjkxOC03LjgzOWMyMS4zMDktNC44MDQsMTMyLjc2LTg0LjAzOCwxNTguODMzLTIwMS4zOGMxLjc1NC03LjksOS42LTEyLjkxNSwxNy40OS0xMS4xMjkKCQljNy45MDQsMS43NTQsMTIuODk0LDkuNTg2LDExLjEzMiwxNy40OTNDMjMzLjgyOCwxMzQuOTE1LDEzMy4yMDIsMjE3LjczNiw5MS4yNiwyMzcuNzAzCgkJQzgzLjMwNiwyNDEuNDgzLDc2Ljg4OCwyNDMuMzQ1LDcxLjQ4NiwyNDMuMzQ1eiBNNzUuODk2LDIxNS4xNDVjMC4wMDQsMCwwLjAxMSwwLjAwNywwLjAxOCwwLjAwNwoJCUM3NS45MDcsMjE1LjE1Miw3NS45LDIxNS4xNDUsNzUuODk2LDIxNS4xNDV6IE03MS4xNzEsMjE0LjA0OUw3MS4xNzEsMjE0LjA0OUw3MS4xNzEsMjE0LjA0OXoiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMTguOTc3LDI5OWMtMS4xODEsMC0xLjk1OC0wLjAwNy0yLjI4NC0wLjAxNGMtOC4wOS0wLjE3OS0xNC41MDEtNi44NzMtMTQuMzM2LTE0Ljk2MwoJCWMwLjE2NS04LjA5LDYuNzktMTQuNDksMTQuOTUyLTE0LjM2MWMxLjEyLDAuMTc5LDExMy4wNDcsMS40NTMsMTUyLjA3OS02My42MDJjNC4xNTktNi45NDQsMTMuMTY2LTkuMTkyLDIwLjExNy01LjAyNgoJCWM2Ljk0NCw0LjE2Nyw5LjE5MiwxMy4xNzMsNS4wMjYsMjAuMTE3QzI0OS42NTcsMjk1Ljk0MywxMzcuMDIxLDI5OSwxMTguOTc3LDI5OXoiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat center center / 100%;
  aspect-ratio: 1/1;
  position: absolute;
  left: 105%;
  top: 0;
}
@media screen and (min-width: 1501px){
  .t-recruitInfo__pcMask--left{
    width: calc((100vw - 1500px)/2);
  }
}
@media screen and (min-width: 1301px){
  .t-recruitInfo__pcMask--right{
    width: calc((100vw - 1300px)/2);
  }
}
@media screen and (min-width: 1201px) and (max-width: 1300px){
  .t-recruitInfo__pcMask--right{
    width: 50px;
  }
}
@media screen and (min-width: 1201px){
  .t-recruitInfo__mask--btn{
    flex: 1;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px){
  .t-recruitInfo__pcLayer{
    display: flex;
    flex-wrap: wrap;
  }
  .t-recruitInfo__pcMask--left{
    order: 1;
  }
  .t-recruitInfo__pcMask--circle{
    order: 2;
  }
  .t-recruitInfo__mask--heading{
    order: 3;
  }
  .t-recruitInfo__pcMask--rectangle{
    order: 4;
  }
  .t-recruitInfo__pcMask--right{
    order: 5;
    flex: 1;
  }
  .t-recruitInfo__mask--btn{
    order: 6;
    width: 100%;
    justify-content: center;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 951px) and (max-width: 1200px){
  .t-recruitInfo__pcMask--left{
    width: clamp( 50px, 10vw, 140px);
  }
}
@media screen and (min-width: 768px) and (max-width: 950px){
  .t-recruitInfo__pcMask--left{
    width: 10%;
  }
}
@media screen and (min-width: 768px){
  .t-recruitInfo{
    position: relative;
    --MASK_HEIGHT: clamp( 160px, 18vw, 207px);
  }
  .t-recruitInfo__photoContainer{
    position: absolute;
    left: 0;
    top: clamp( 27px, 3.2vw, 38px);
    width: 100%;
    z-index: 2;
  }
  .t-recruitInfo__pcLayer{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: stretch;
  }
  .t-recruitInfo__pcMask--left,
  .t-recruitInfo__pcMask--right{
    background-color: var(--GRAY04);
  }
  .t-recruitInfo__pcMask--circle{
    background: url(/asset2025/images/top/recruit_circle.png) no-repeat center center / 100%;
    aspect-ratio: 470/415;
    height: var(--MASK_HEIGHT);
    width: auto;
  }
  .t-recruitInfo__pcMask--rectangle{
    background: url(/asset2025/images/top/recruit_rectangle.png) no-repeat center center / 100%;
    aspect-ratio: 860/415;
    height: var(--MASK_HEIGHT);
    width: auto;
  }
  .t-recruitInfo__mask--heading{
    width: fit-content;
    background-color: var(--GRAY04);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .t-recruitInfo__mask--heading .g-heading__ja::after{
    width: 18px;
    transform: translateY(-50%);
  }
  .t-recruitInfo__mask--btn{
    background-color: var(--GRAY04);
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px){
  [class*="t-recruitInfo__pc"]{
    display: contents;
  }
  .t-recruitInfo{
    display: grid;
  }
  .t-recruitInfo__photoContainer{
    position: relative;
    order: 2;
  }
  .t-recruitInfo__SpPhotoLayer{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
  }
  .t-recruitInfo__SpPhotoLayer__left,
  .t-recruitInfo__SpPhotoLayer__right{
    background-color: var(--GRAY04);
    flex: 1;
  }
  .t-recruitInfo__SpPhotoLayer__circle{
    background: url(/asset2025/images/top/sp/recruit_circle.png) no-repeat center center / 100%;
    aspect-ratio: 400/415;
    height: 100%;
    width: auto;
  }
  .t-recruitInfo__SpPhotoLayer__center{
    background-color: var(--GRAY04);
    width: 20px;
  }
  .t-recruitInfo__SpPhotoLayer__rectangle{
    background: url(/asset2025/images/top/sp/recruit_rectangle.png) no-repeat center center / 100%;
    aspect-ratio: 860/415;
    height: 100%;
    width: auto;
  }
  .t-recruitInfo__mask--heading{
    order: 1;
    background-color: var(--GRAY04);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: var(--GENERALSEC) 30px;
  }
  .t-recruitInfo__mask--heading .g-heading__ja::after{
    width: 18px;
    transform: translateY(-50%);
  }
  .t-recruitInfo__mask--btn{
    order: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--GRAY04);
    padding-block: 30px var(--GENERALSEC);
  }
}

/* t-recruitInfo__photo */
.t-recruitInfo__photo .swiper-wrapper{
  transition-timing-function: linear;
}
.t-recruitInfo__photo .swiper-slide{
  min-width: var(--WIDTH);
  max-width: var(--WIDTH);
}
.t-recruitInfo__photo img{
  aspect-ratio: 821/547;
  object-fit: cover;
}
@media screen and (min-width: 768px){
  .t-recruitInfo__photo .swiper-slide{
    --WIDTH: 200px;
  }
}
@media screen and (max-width: 767px){
  .t-recruitInfo__photo .swiper-slide{
    --WIDTH: 150px;
  }
}





/* -------------------オブジェクト-------------------- */
@keyframes bubble01 {
	0% {
		transform: translate(50px, 30px);
	}
	50% {
		transform: translate(50px, 60px);
	}
	100% {
		transform: translate(50px, 30px);
	}
}
@keyframes bubble02 {
	0% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(30px, -20px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}
@keyframes bubble03 {
	0% {
		transform: translate(20px, 80px);
	}
	50% {
		transform: translate(15px, 50px);
	}
	100% {
		transform: translate(10px, 20px);
	}
}
@keyframes bubble04 {
	0% {
		transform: translate(20px, 0px);
	}
	50% {
		transform: translate(50px, -30px);
	}
	100% {
		transform: translate(70px, -60px);
	}
}
@keyframes bubble05 {
	0% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(-30px, 20px);
	}
	100% {
		transform: translate(-60px, 40px);
	}
}
.t-object{
  position: absolute;
  z-index: -1;
}
.t-object--yellowS{
  aspect-ratio: 488/477;
  background: url(/asset2025/images/top/yellowBall_S.png) no-repeat center center / 100%;
  animation: bubble01 6s ease-in infinite alternate;
}
.t-object--orange{
  aspect-ratio: 861/619;
  background: url(/asset2025/images/top/orangeBall.png) no-repeat center center / 100%;
  animation: bubble02 6s ease-in infinite alternate;
}
.t-object--yellowL{
  aspect-ratio: 777/767;
  background: url(/asset2025/images/top/yellowBall_L.png) no-repeat center center / 100%;
  animation: bubble03 6s ease-in infinite alternate;
}
.t-object--green{
  aspect-ratio: 1072/426;
  background: url(/asset2025/images/top/green.png) no-repeat center center / 100%;
  animation: bubble04 6s ease-in infinite alternate;
  z-index: 2;
}
.t-object--2preson{
  aspect-ratio: 298/173;
  background: url(/asset2025/images/top/2person.svg) no-repeat center center / 100%;
  z-index: 2;
}
.t-object--preson{
  aspect-ratio: 150/204;
  background: url(/asset2025/images/top/person.svg) no-repeat center center / 100%;
  z-index: 2;
}
@media screen and (min-width: 768px){
  .t-object--yellowS{
    width: clamp( 80px, 10vw, 120px);
    left: -50px;
    top: 0px;
  }
  .t-object--orange{
    width: clamp( 150px, 18vw, 210px);
    bottom: -126px;
    right: 10px;
  }
  .t-object--yellowL{
    width: clamp( 130px, 16vw, 190px);
    bottom: 70px;
    right: 150px;
  }
  .t-object--green{
    width: clamp( 160px, 18vw, 215px);
    top: -164px;
    left: -100px;
  }
  .t-object--2preson{
    width: clamp( 200px, 23vw, 270px);
    bottom: 0;
    left: 5%;
  }
  .t-object--preson{
    width: clamp( 100px, 11vw, 135px);
    bottom: 0;
    right: 15%;
  }
}
@media screen and (max-width: 767px){
  .t-object--yellowS{
    width: 95px;
    left: -50px;
    top: -30px;
  }
  .t-object--orange{
    width: 160px;
    bottom: 14%;
    right: -5%;
  }
  .t-object--yellowL{
    width: 90px;
    bottom: 80px;
    right: 0;
  }
  .t-object--green{
    width: 130px;
    top: -60px;
    left: -100px;
  }
  .t-object--2preson{
    width: 150px;
    bottom: 0;
    left: 5px;
  }
  .t-object--preson{
    width: 80px;
    top: -50px;
    right: 5%;
  }
}
/* -------------------svgアニメ-------------------- */
main{
  overflow: hidden;
}
.t-svgAnimeContainer{
  position: relative;
  z-index: 3;
}
.t-svgAnime{
  display: block;
  height: auto;
}
.t-svgAnime--nextWorks{
  width: 100%;
  max-width: 220px;
}
.t-svgAnime--nextRecruitPc{
  width: 95%;
}
.t-svgAnime--nextRecruitSp{
  width: 100%;
}
.t-svgAnime__path {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke-dashoffset 2s ease;
}
.animate {
  stroke-dashoffset: 0 !important;
}
.t-btmSvgAnime{
  position: relative;
}
@media screen and (min-width: 768px){
  .t-svgAnime--nextOurService{
    width: 100%;
    max-width: clamp( 300px, 40vw, 500px);
    margin: calc(0px - var(--GAP_80)) 0 calc(0px - var(--GAP_60)) auto;
  }
  .t-svgAnime--nextWorks{
    width: 100%;
    max-width: clamp( 130px, 22vw, 250px);
    margin: calc(0px - var(--GENERALSEC) * 1.7) 0 0 5%;
  }
  .t-svgAnime--nextPhoto{
    width: 100%;
    max-width: clamp( 200px, 24vw, 270px);
    margin: var(--GAP_30) -30px 0 auto;
  }
  .t-btmSvgAnime{
    padding-block: var(--GAP_120) var(--GAP_100);
  }
}
@media screen and (max-width: 767px){
  .t-svgAnime--nextOurService{
    width: 313px;
    position: relative;
    right: -152px;
    margin-top: 30px;
    transform: rotate(-5deg);
  }
  .t-svgAnime--nextWorks{
    width: 180px;
    margin: -40px 5% 0 auto;
  }
  .t-svgAnime--nextPhoto{
    width: 180px;
    margin: -20px -30px 0 auto;
  }
  .t-btmSvgAnime{
    padding-block: 50px 20px;
  }
}






