@charset "UTF-8";



/*====================
main
=====================*/

/* article header */ 
.article__header {
    padding: 0 0 60px;
}


.copy{
    position: relative;
    z-index: 2;
    opacity: 0;
    animation: copyAppear 1.0s ease 3.4s forwards; 
}

@keyframes copyAppear{
  to { opacity: 1; }
}

.copy__PC {
    display: none;
}

.mainimg__PC img {
    display: none;
}

.mainimg__SP img {
    width: 75%;
    display: block;
    margin-left: auto;
}

.mainimg__SP,
.mainimg__PC {
    display: grid;
    opacity: 0;
    animation: fvAppear 1.2s ease 2s forwards; 
    position: relative;
    z-index: 1;
}

@keyframes fvAppear{
  to { opacity: 1; }
}

.mainimg__SP img,
.mainimg__PC img{
  grid-area: 1 / 1;
  opacity: 0;
  transition: opacity 1.8s ease; 
}

.mainimg__SP img.is-active,
.mainimg__PC img.is-active{
  opacity: 1;
}


.article__header {
    position: relative;
    z-index: 0;
    background: linear-gradient(
    to bottom,
    rgba(255, 210, 225, 0) 0%,     
    rgba(235, 230, 235, 0.12) 45%,   
    rgba(255, 210, 225, 0) 100%      
  );
}

.copy__SP {
    position: absolute;
    top: 38vw;
    left: 5vw;
    z-index: 2;
}

.article__header{
  position: relative;
  isolation: isolate;     
  overflow: hidden;      
}

/* wave */
.article__header::after{
  content:"";
  position: absolute;
  left: -7%;
  top: 140px;
  width: 120%;
  height: 250px; 
  background: url(../images/bgimg-wave-PC.svg) ;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0;


  transform-origin: left center;
  transform: scaleX(0);

  animation:
    waveWipe2 2.6s ease 0s forwards,
    waveFloat2 4.8s ease-in-out 2.6s infinite;
  will-change: transform, opacity;
}

@keyframes waveWipe2{
  to{
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes waveFloat2{
  0%   { transform: scaleX(1) translateY(0); }
  50%  { transform: scaleX(1) translateY(-10px); }
  100% { transform: scaleX(1) translateY(0); }
}

/* article header PC */
@media screen and (min-width: 769px) {
    .article__header {
        padding: 0 0 251px;
    }

    .copy__PC {
        display: block;
        width: 650px;
        position: absolute;
        top: 25vw;
        left: 10vw;
        z-index: 2;

    }

    .copy__SP {
        display: none;
    }

    .mainimg__SP {
        display: none;
    }

    .mainimg__PC img {
        display: block;
        width: 75%;
        margin-left: auto;
    }

        .mainimg__PC {
        z-index: 1;
    }

    .article__header {
        position: relative;
        z-index: 0;
    }

    .article__header{
    position: relative;
    isolation: isolate;          
    }

    /* wave */
    .article__header::after{
    content:"";
    position: absolute;
    left: -10%;
    top: 25%;
    width: 120%;
    height: 90%; 
    background: url(../images/bgimg-wave-PC.svg) ;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;

    transform-origin: left center;
    transform: scaleX(0);

    animation:
        waveWipe2 2.6s ease 0s forwards,
        waveFloat2 4.8s ease-in-out 2.6s infinite;
    will-change: transform, opacity;
    }

    @keyframes waveWipe2{
    to{
        opacity: 1;
        transform: scaleX(1);
    }
    }

    @keyframes waveFloat2{
    0%   { transform: scaleX(1) translateY(0); }
    50%  { transform: scaleX(1) translateY(-10px); }
    100% { transform: scaleX(1) translateY(0); }
    }

}
/* article header PC */


/*====================
about
=====================*/

.section--top {
    padding: 0 8.8% 63px;
}

.topic--top {
    color: var(--primary-green);
    font-family: "Shippori Mincho";
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 2px;
}

.aboutSP {
    max-width: 100%;
    height: auto;
    margin-top: 33px;
}

.about1, .about2, .about3, .about4 {
    display: none;
}

.mainCaption__txt {
    color: var(--primary-black);
    font-family: "Zen Kaku Gothic New";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.03em;
}

.mainCaption__txt:first-of-type {
    margin-top: 24px;
}

.mainCaption__txt:nth-of-type(2) {
    margin-top: 33px;
}

.mainCaption__txt:last-of-type {
    margin-top: 6px;
}

.btn--aboutPC {
    display: none;
}

.btn--aboutSP {
    margin-top: 21px;
    position:relative;
    display:inline-block;
}


/* ▼ 通常ボタン → 静置（高さをつくる役） */
.aboutbtnSP img {
    display:block;
    width:100%;
    opacity:1;
    transition:opacity .6s ease;
}

/* ▼ hover用の画像 → 上に重ねる（絶対配置にするのはこっちだけ） */
.aboutbtnSP__hover {
    position:absolute;
    top:0;
    left:0;
}

.aboutbtnSP__hover img {
    display:block;
    width:100%;
    opacity:0;
    transition:opacity .6s ease;
}

/* ▼ 切り替え */
.btn--aboutSP:hover .aboutbtnSP img        { opacity:0; }
.btn--aboutSP:hover .aboutbtnSP__hover img { opacity:1; }


.fadein{
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1.6s ease, transform 1.6s ease;
}

.fadein.is-show{
  opacity: 1;
  transform: translateY(0);
}

/* 遅延クラス（順番制御） */
.delay-1{ transition-delay: 0.0s; }
.delay-2{ transition-delay: 0.25s; }
.delay-3{ transition-delay: 0.50s; }
.delay-4{ transition-delay: 0.75s; }
.delay-5{ transition-delay: 1.00s; }



/* main about */
@media screen and (min-width: 769px) {
    .section--top {
        padding: 0;
        max-width: 1400px;
        margin: 0 auto;
        position: relative;
    }

    .mainCaption {
        width: 528px;
        margin: 0 auto;
    }

    .topic--top {
        color: var(--primary-green);
        font-family: "Shippori Mincho";
        font-size: 4rem;
        font-weight: 600;
        letter-spacing: 3.6px;
        margin: 0 auto;
        max-width: 528px;
    }

    .mainCaption__txt {
        max-width: 528px;
        font-size: 1.6rem;
        line-height: 2;
        letter-spacing: 0.04em;
    }

    .aboutSP {
        display: none;
    }

    .about1, .about2, .about3, .about4 {
        display: block;
    }


    .about1 {
        position: absolute;
        margin-top: 0;
        width: 22%;
        height: auto;
        top: 69px;
        left: 0;
    }
    .about2 {
        position: absolute;
        margin-top: 0;
        width: 17%;
        height: auto;
        top: 514px;
        left: 128px;
    }
    .about3 {
        position: absolute;
        margin-top: 0;
        width: 18%;
        height: auto;
        top: -69px;
        right: 74px;
    }
    .about4 {
        position: absolute;
        margin-top: 0;
        width: 25%;
        height: auto;
        top: 400px;
        right: 0;
    }


    .mainCaption__txt:first-of-type {
        margin-top: 42px;
    }

    .mainCaption__txt:nth-of-type(2) {
        margin-top: 12px;
    }

    .mainCaption__txt:last-of-type {
        margin-top: 12px;
    }

    .btn--aboutPC {
        justify-content: flex-end;
        max-width: 528px;
        margin: 0 auto;
        display: flex;             
        justify-content: flex-end;  
        position: relative; 
        margin-top: 70px;
    }

    .aboutbtnPC,
    .aboutbtnPC__hover {
        position:relative;
        display:inline-block;
    }
 
    .btn--aboutSP {
        display: none;
    }

    /* ▼ 通常ボタン → 静置（高さをつくる役） */
    .aboutbtnPC img {
        display:block;
        width:100%;
        opacity:1;
        transition:opacity .6s ease;
    }

    /* ▼ hover用の画像 → 上に重ねる（絶対配置にするのはこっちだけ） */
    .aboutbtnPC__hover {
        position:absolute;
        top:0;
        right:0;
    }

    .aboutbtnPC__hover img {
        display:block;
        width:100%;
        opacity:0;
        transition:opacity .6s ease;
    }

    /* ▼ 切り替え */
    .btn--aboutPC:hover .aboutbtnPC img        { opacity:0; }
    .btn--aboutPC:hover .aboutbtnPC__hover img { opacity:1; }

}
/* main about */

/*====================
こんな方を歓迎
=====================*/
.section--person {
    padding: 0 0 160px;
    text-align: center;
    position: relative;
    z-index: 0;
}

.topic--person {
    color: #235F5C;
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 2.1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;
}

.person__inner img {
    display: block;
    width: 150px;
    height: 150px; 
    filter:
    drop-shadow(0 0 5px rgba(255,245,232,.55)) 
    drop-shadow(0 0 13px rgba(255,240,225,.22)); 
}

.person__container {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    z-index: 1;
}

.person__inner {
    gap: 6px;
    display: flex;
    justify-content: center;
}

.bg-person {
    position: absolute;
    z-index: -1;
    top:45%;
    left:50%;
    width: 342px;
    height: auto;
    transform:translate(-50%,-50%);
    opacity: .80;
}


/*  こんな方を歓迎 PC */
@media screen and (min-width: 769px) {
    .section--person {
        padding: 355px 0 355px;
        max-width: 1029px;
        margin: 0 auto;
        position: relative;
        z-index: 0;
    }

    .topic--person {
        text-align: center;
        font-size: 4.2rem;
        line-height: normal;
        letter-spacing: 3.96px;
    }

    .person__inner img {
        display: block;
        width: 240px;
        height: 240px; 
        filter:
        drop-shadow(0 0 5px rgba(255,245,232,.55)) 
        drop-shadow(0 0 13px rgba(255,240,225,.22)); 
    }

    .person__container {
        margin-top: 54px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0;
        z-index: 1;
    }

    .person__inner {
        gap: 0;
        display: flex;
        justify-content: center;
    }

    .person__inner:first-of-type {
        gap: 93px;
    }

    .person__inner:last-of-type {
        gap: 551px;
    }

    .bg-person {
        position: absolute;
        z-index: -1;
        top:52%;
        left:50%;
        width: 1024px;
        height: auto;
        transform:translate(-50%,-50%);
        opacity: .80;
    }
}
/*  こんな方を歓迎 PC */


/*====================
３つの魅力
=====================*/

.section--appeal {
    padding: 0 0 72px;
    background: #ECF0F0;
    position: relative;
}

.section--appeal::before{
    content:"";
    position:absolute;
    left: -12vw;
    right: -12vw;
    top:-5%;
    height:250px;
    background:#ECF0F0;
    border-top-left-radius: 100vw 250px;
    border-top-right-radius: 100vw 250px;
    z-index: 0;         
    pointer-events:none;
}


.title__sub {
    color: var(--primary-lightgreen);
    text-align: center;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.45px;
    position: relative;
    z-index: 1;
}

.topic--appeal {
    color: #235F5C;
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 2.1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    margin-top: -5px;
    position: relative;
    z-index: 1;
}

.topic--appeal span {
    color: #235F5C;
    text-align: center;
    font-family: Oswald;
    font-size: 3.3rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.96px;
}

.sub__txt {
    display: block;
    color: var(--primary-black);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.3px;
    margin-top: 18px;
    position: relative;
    z-index: 1;
}

.sub__txt span {
    color: var(--primary-black);
    font-family: "Zen Kaku Gothic New";
    letter-spacing: -4px;
}

.appeal__list {
    margin-top: 36px;
    padding: 0 5.8% 0;
    position: relative;
    z-index: 1;
}

.appeal__item {
    background: white;
    padding: 21px 30px 21px;
    border-radius: 2px;
}

.appeal__item img {
    display: block;
    margin: 0 auto;
    width: 270px;
    height: auto;
}

.appeal__num {
    color: var(--primary-green);
    text-align: center;
    font-family: Oswald;
    font-size: 3.3rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.96px;
}

.appeal__title {
    color: var(--primary-green);
    font-family: "Shippori Mincho";
    font-size: 2rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
    width: 270px;
}

.appeal__txt {
    color: var(--primary-black);
    font-family: "Zen Kaku Gothic New";
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.5px;
    margin-top: 12px;
    width: 270px;
}

.appeal__txt span {
    letter-spacing: -2.8px;
}

.appeal__item {
    margin-top: 30px;
}

.appeal__content {
    width: 270px;
    margin: 6px auto;
}

/* liだけふわっと出る設定*/
.appeal__list .appeal__item.fadein{
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1.6s ease, transform 1.6s ease;
  will-change: opacity, transform;
}

.appeal__list .appeal__item.fadein.is-show{
  opacity: 1;
  transform: translateY(0);
}

/* 順番に出す*/
.appeal__list .appeal__item:nth-child(1){ transition-delay: 0.00s; }
.appeal__list .appeal__item:nth-child(2){ transition-delay: 0.18s; }
.appeal__list .appeal__item:nth-child(3){ transition-delay: 0.36s; }




/* 3つの魅力 PC */
@media screen and (min-width: 769px) {

.section--appeal {
    padding: 0 0 173px;
    background: #ECF0F0;
    position: relative;
}

.section--appeal::before{
    content:"";
    position:absolute;
    left: -12vw;
    right: -12vw;
    top: -13%;
    height: 800px;
    background:#ECF0F0;
    border-top-left-radius: 100vw 800px;
    border-top-right-radius: 100vw 800px;
    z-index: 0;         
    pointer-events:none;
}

.topic--appeal {
    font-size: 4.2rem;
    letter-spacing: 5.04px;
    margin-top: -8px;
}

.title__sub {
    font-size: 2rem;
    letter-spacing: 0.6px;
}

.topic--appeal span {
     font-size: 6.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 7.68px;
}

.sub__txt {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 1.4px;
    margin-top: 35px;
}

.sub__txt span {
    letter-spacing: -6px;
}

.appeal__list {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0;
    margin-top: 51px;
    position: relative;
    z-index: 1;
}

.appeal__item {
    background: white;
    padding: 44px 78px;
    border-radius: 2px;
    display: flex;
    gap: 71px;
    align-items: center;
    width: 100%;
}

.appeal__item img {
    display: block;
    width: 560px;
    max-width: 100%;
    object-fit: cover;
    margin: 0;
    order: 2;
    flex: 1;
}

.appeal__num {
    font-size: 4.8rem;
    line-height: 1;
}

.appeal__title {
    font-size: 3.3rem;
    letter-spacing: 3.96px;
    width: 514px;
    margin-top: 6px;
}

.appeal__txt {
    color: var(--primary-black);
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-top: 24px;
    width: 514px;
}

.appeal__txt span {
    letter-spacing: -3px;
}

.appeal__content {
    width: 514px;
    margin: 0;
    order: 1;
    flex: 1;
    
}
}
/* 3つの魅力 PC */


/*====================
募集職種一覧
=====================*/

.section--job {
    padding: 72px 2.6% 93px;
}


.topic--job {
    color:  #235F5C;
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 2.1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.47px;
}


.job__list {
    margin-top: 27px;
    display: grid;                          
    grid-template-columns: repeat(2, 1fr);  
    gap: 26px 9px; 
}

.job__image img {
    width: 100%;
    display: block;
    margin-top: 6px;
}

.job__action img {
    width: 100%;
}

.job__item {
    text-align: center;
}

.job__topic {
    color: var(--primary-black);
    font-family: "Zen Kaku Gothic New";
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.84px;
    align-items: center;
    justify-content: center;
    display: flex
}

.job__topic img {
    width: 9px;
    height: 9px;
    margin-right: 3px;
}


/* 通常時（そのまま） */
a.job__btn {
    display: inline-block;
    transition:
        filter .25s ease,
        transform .12s ease;
}

a.job__btn:hover {
  transform: translateY(-1px);
  filter:
    hue-rotate(10deg)
    contrast(1.3)
    saturate(1.05)
    drop-shadow(0 4px 10px rgba(160,160,160,0.25));
}


/* active：押し込み（薄くしない） */
a.job__btn:active {
    transform: translateY(1px) scale(0.98);
    filter:
        drop-shadow(0 2px 6px rgba(160,160,160,0.25));
}



/* 募集職種一覧 PC */
@media screen and (min-width: 769px) {
    .section--job {
        max-width: 1041px;
        margin: 0 auto;
        padding: 71px 0 246px;
    }
    
    .topic--job {
    font-size: 3.2rem;
    letter-spacing: 1.47px;
    margin-top: 9px;
}


    .job__list {
        margin-top: 51px;
        display: grid;                          
        grid-template-columns: repeat(3, 2fr);  
        gap: 53px 36px; 
    }

    .job__image img {
        width: 100%;
        display: block;
        margin-top: 15px;
    }

    .job__topic {
        font-size: 2.1rem;
        letter-spacing: 1.47px;
    }

    .job__topic img {
        width: 16px;
        height: 16px;
        margin-right: 9px;
    }

}
/* 募集職種一覧 PC */

/*====================
 カルーセル
=====================*/

.section--carousel .swiper-wrapper {
  transition-timing-function: linear;
}

.section--carousel .swiper {
  overflow: hidden;
}

.section--carousel .swiper-slide {
  width: 240px;             
  aspect-ratio: 240 / 158;
  overflow: hidden;
}

.section--carousel .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PC */
@media screen and (min-width: 769px) {
  .section--carousel .swiper-slide {
    width: 470px;
    aspect-ratio: 470 / 310;
  }
}


