@charset "utf-8";
/* ===============
common
================= */
:root {
    --primary-white: #FFFFFF;
    --primary-whiteLow: #FFFCEB;
    --primary-black: #4F4844;
    --primary-green: #D6FAD2;
    --primary-greenR: 114, 16, 98;
    --primary-blue: #B8DBFF;
    --primary-blueR: 210, 28, 100;
    --primary-pink: #FFB8DB;
    --primary-pinkR: 330, 28, 100;
    --primary-orange: #FFDBB7;
    --primary-darkOrange: #FDA923;
    --contentWidth: 92%;
    --contentPadding: 4%;
}

body {
    font-family:
     "Noto Sans JP", 
     sans-serif;
    font-style: normal;
    color: var(--primary-black,#4F4844);
    background-color: var(--primary-white,#FFFFFF);
    font-size: 1.1rem;
    line-height: 2.0;
}

img {
    max-width: 100%;
    height: auto;
}


.btn:hover {
    background: #FFCF9E;
    color: var(--primary-black);
} 

.orange {
    color: #FDA923;
}

.container {
    padding-left: 9.7%;
    padding-right: 9.7%;
}

.btn_n1:hover {
    background: #BFFAB9;
    color: var(--primary-black);
}

.btn_n2:hover {
    background: #9ECEFF;
    color: var(--primary-black);
}

.btn_n3:hover {
    background: #FF9ECE;;
    color: var(--primary-black);
}

.section--work1 .btn--worklist:hover {
    background: #BFFAB9;
    color: var(--primary-black);
}

.section--work2 .btn--worklist:hover {
    background: #9ECEFF;
    color: var(--primary-black);
}

.section--work3 .btn--worklist:hover {
    background: #FF9ECE;;
    color: var(--primary-black);
}

.work__btn:first-of-type .btn--Sabout:hover {
    background: #BFFAB9;
    color: var(--primary-black);
}

.work__btn:nth-of-type(2) .btn--Sabout:hover {
    background: #9ECEFF;
    color: var(--primary-black);
}

.work__btn:last-of-type .btn--Sabout:hover {
    background: #FF9ECE;;
    color: var(--primary-black);
}

/* .loading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: #6bb6ff;
    transition: all 1s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  
.loading.loaded {
    opacity: 0;
    visibility: hidden;
  } */

  /* HTML: <div class="loader"></div> */
/* .loader {
    width: 60px;
    aspect-ratio: 1;
    border-radius: 50%;
    animation: l11 2s infinite;
  }
  @keyframes l11 {
    0%   {background: conic-gradient(var(--primary-darkOrange) 0     ,#0000 0)}
    12.5%{background: conic-gradient(var(--primary-darkOrange) 45deg ,#0000 46deg)}
    25%  {background: conic-gradient(var(--primary-darkOrange) 90deg ,#0000 91deg)}
    37.5%{background: conic-gradient(var(--primary-darkOrange) 135deg,#0000 136deg)}
    50%  {background: conic-gradient(var(--primary-darkOrange) 180deg,#0000 181deg)}
    62.5%{background: conic-gradient(var(--primary-darkOrange) 225deg,#0000 226deg)}
    75%  {background: conic-gradient(var(--primary-darkOrange) 270deg,#0000 271deg)}
    87.5%{background: conic-gradient(var(--primary-darkOrange) 315deg,#0000 316deg)}
    100% {background-image: url(../images/pc_logo.svg) 360deg,#0000 360deg}
  } */
/* common pc */
@media screen and  (min-width: 900px) {
    .btn {
        width: 25%;
        font-size: 2rem;
    }
} /* pc 769px */  

/* ===============
header 
================= */
.header {
    padding: 11px 4% 9px 2.4%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    background-color: #FFFFFF;
    z-index: 200;  
    width: 100%;
}

.header__headerSp {
    display: block;
}

.header__headerPc {
    display: none;
}

.header__topic {
    font-family: "Zen Maru Gothic";
    font-size: 1.1rem;
    font-weight: 500;
    margin-left: 0;
    position: relative;
}

.brPC {
    display: none;
}

.header__topic span {
    margin-left: 9px;
}

/* .nav初期表示 */
.nav {
    background: var(--primary-white);
    width: 100%;
    /* height: 100vh; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    transform: translate(-100%);
    transition: transform 0.4s;
    overflow-y: scroll;
    height: 100%;
    
}

.nav__header {
    padding: 3px 0 6px 81.6%;
    display: flex; 
    /* position: fixed;
    top:3px;
    right:10px;
    bottom: 6px; */
    justify-content: space-between;
    align-items: center;
}

.nav__list {
    margin-top: 1px;
    margin-left: 41px;
   
    
}

.nav__item1 a {
    color: var(--primary-black);
    font-family: "Zen Maru Gothic";
    font-size: 1.5rem;
    font-weight: 500;
    /* margin-top: 0px; */
    display: inline-block;
    align-items: center;
    padding-right: 8px;
    border-bottom: 1px solid #E8BDA5;
}

.nav__item2 a {
    color: var(--primary-black);
    font-size: 1.5rem;
    font-family: "Zen Maru Gothic";
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 32px; 
    display: inline-block;
    align-items: center;
    padding-right: 0px;
    border-bottom: 1px solid #E8BDA5;
    flex-grow: 1;
}

.nav__item4 a {
    color: var(--primary-black);
    font-size: 1.5rem;
    font-family: "Zen Maru Gothic";
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 32px; 
    display: inline-block;
    align-items: center;
    padding-right: 8px;
    border-bottom: 1px solid #E8BDA5;
    flex-grow: 1;
}

.nav__item5 a {
    color: var(--primary-black);
    font-size: 1.5rem;
    font-family: "Zen Maru Gothic";
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 32px;  
    display: inline-block;
    align-items: center;
    padding-right: 8px;
    border-bottom: 1px solid #E8BDA5;
    flex-grow: 1;
}
.nav__item3 {
    color: var(--primary-black);
    font-size: 1.5rem;
    font-family: "Zen Maru Gothic";
    font-size: 1.5rem;
    font-weight: 500;
    display: inline-block;
    align-items: center;
    padding-right: 8px;
    flex-grow: 1;
}

.nav__item1 img {
    width: 40px;
    height: 35px;
    margin-right: 15px;
}

.nav__item2 img {
    width: 39px;
    height: 44px;
    margin-right: 15px;
}
.nav__item3 img {
    width: 34px;
    height: 42px;
    margin-right: 15px;
}

.nav__item4 img {
    width: 44px;
    height: 46px;
    margin-left: -10px;
    margin-right: 17px;
}

.nav__item5 img {
    width: 50px;
    height: 25px;
    margin-left: -10px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.sp__btn {
    display: flex;
    text-align: center;
    margin: 32px auto 0;
    border-radius: 20px;
    width: max-content;
    background: var(--primary-orange,#FFDBB7);
    padding: 10px 50px 10px 40px; 
    color: var(--primary-black,#4F4844);
    font-family: "inter";
    font-size: 1.25rem;
    justify-content: center;
    gap: 10px;
}

.pc__btn {
    display: none;
}

.btn__number {
        /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #4F4844;
}

.btn__menu .tell {
    line-height: 100%;
}

.btn__menu .time {
    font-size: 1.1rem;
    color: #4F4844;
    font-family: "Zen Maru Gothic";
}

/* .nav.active表示 */
.nav.active {
    transform: translateX(0);
    padding-bottom: 50px;
}
.nav.active .nav__header {
    position: sticky;
    top: 10px;
    right: 10px;
    text-align: right;
}

.header__btn {
    display: block;
    width: 25px;
    height: 20px;
}

/* header pc */
@media screen and  (min-width: 900px) {
    .header {
        max-width: 100%;
        height: 94px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0px auto;
        padding: 15px 30px;
        position: fixed;
        background-color: #FFFFFF;
        z-index: 200;
        width: 100%;
    }

    .header__headerSp {
        display: none;
    }
    
    .header__headerPc {
        display: block;
    }
    
    .header__topic {
        font-family: "Zen Maru Gothic";
        font-size: 1.1rem;
        font-weight: 400;
        /* margin-left: 0; */
    }
    
    .brPC {
        display: block;
    }

    .header__topic span {
        font-size: 1.5rem;
        font-weight: 400;
        margin-left: -4px; 
        line-height: 10px;
    }

    .nav__header {
        display: none;
    }

    .nav {
        background: transparent;
        width: auto;
        height: 100%;
        padding: 0;
        position: static;
        transform: translateX(0); 
        display: flex;
        overflow-y: visible;
    }

    .nav__list {
        display: flex;
        align-items: center;
        margin: 0px;
        /* gap: 60px; */
        padding: 15px 0;
        width: 395px;
    } 

    .nav__item2, 
    .nav__item4,
    .nav__item5 {
        flex: 1;
    }
    .nav__item1 { 
        display: none;
    }

    .nav__item2 {
        position: relative;
    }


    .nav__item0 {
        display: none;
    }  

    .nav__item2 a:hover + .nav__item0, .nav__item0:hover{
        display: block;
    } 
    .nav__item0 {
        position: absolute;
        width: 393px;
    }

    .nav__list__next {
        background-color: #ffffff;
        display: flex;
        z-index: 100;
    }

    .nav__item2 a{
        text-align: center;
        font-size: 1rem;
        display: flex; 
        flex-direction: column; 
        margin-top: 0px;
        padding-right: 0px;
        border-bottom: none;
    }

    .nav__item2 img {
        width: 60px;
        height: 60px;
        margin: 0 auto;
        object-fit: contain;
    }

    .nav__item3 a:hover {
        color: #FDA923;
    }

    .nav__item4 a {
        text-align: center;
        font-size: 1rem;
        margin-top: 0px; 
        display: flex;
        flex-direction: column; 
        padding-right: 0px;
        border-bottom: none;
    }
    
    .nav__item5 a {
        text-align: center;
        font-size: 1rem;
        margin-top: 0px; 
        display: flex;
        flex-direction: column; 
        padding-right: 0px;
        border-bottom: none;
    }
    
    .nav__item4 img {
        width: 60px;
        height: 60px;
        margin: 0px auto;
        object-fit: contain;
        padding-top: 6px;
    }

    .nav__item5 img {
        width: 60px;
        height: 60px;
        margin: 0 auto;
        object-fit: contain;
    }
    
    .sp__btn {
        display: none;
    }

    .pc__btn {
        display: flex;
        text-align: center;
        /* margin: 0; */
        border-radius: 20px;
        width: max-content;
        background: var(--primary-orange,#FFDBB7);
        padding: 10px 40px 5px 15px;
        color: var(--primary-black,#4F4844);
        font-family: "inter";
        font-size: 1.25rem;
        justify-content: center;
        gap: 10px; 
        pointer-events: none;
    }

    .pc__btn img {
        width: 48px;
    }

    .btn__number {
         /* text-align: center; */
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .btn__menu .tell { 
        line-height: 100%;
        font-weight: 700;
    }
    
    .btn__menu .time {
        font-size: 1.1rem;
        color: #4F4844;
        font-family: "Zen Maru Gothic";
    }

    .header__btn {
        display: none;
    }
} 
/* pc 769px */


/* ===============
footer
================= */
.footer {
    background-color: var(--primary-orange);
    padding: 50px 4% 16px;
    padding-top: 140px;
    background-image: url(../images/footer_calling.png);
    background-repeat: no-repeat;
    background-position: center top 30px;

}

.footer__btn__txt {
    font-size: 1rem;
    line-height: 2; 
    justify-content: center;
}

.footer__Pc {
    display: none;
}

.footer__btnGroup {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}

.contact__link {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    margin: 15px auto 0;
    justify-content: center;
}

.btn--footer {
    display: flex;
    content: '';
    width: 162px;
    padding: 26px 13px;
    border-radius: 20px;
    background: var(--primary-white);
    border: 2px solid #E8BDA5;
    color: var(--primary-black);
    font-size: 1.25rem;
    font-family: "inter";
    text-align: center;
    /* margin: 50px 0; */
    /* position: relative; */
    flex-direction: column;
    /* width: max-content; */
    }

.btn--footerF {
    display: flex;
    content: '';
    width: 162px;
    padding: 32px 14px;
    border-radius: 20px;
    background: var(--primary-white);
    border: 2px solid #E8BDA5;
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25 ); */
    color: var(--primary-black);
    font-size: 1.25rem;
    font-family: "Zen Maru Gothic";
    text-align: center;
    /* margin: 50px 0; */
    /* position: relative; */
    flex-direction: column;
    /* width: max-content; */
}

.btn--footer img {
    width: 69px;
    text-align: center;
    margin: 0 auto;
}

.btn--footerF img {
    width: 89px;
    text-align: center;
    margin: 0 auto;
}

.recruit__small__btn {
    display: flex;
    flex-wrap: wrap;
    gap: 17px 17px;
    display: flex;
    justify-content: center;
}

.contact__linkS {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    margin-top: 17px;
}

.contact__linkT {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    margin-top: 17px;
}

.contact__linkS img {
    width: 32px;
    margin: 0 auto;
}

.contact__linkT img {
    width: 40px;
    margin: 0 auto;
}

.btn--footerS {
    display: flex;
    content: '';
    width: 162px;
    padding: 14px 36px;
    border-radius: 20px;
    background: var(--primary-white);
    border: 2px solid #E8BDA5;
    color: var(--primary-black);
    font-size: 1.25rem;
    font-family: "Zen Maru Gothic";
    text-align: center;
    flex-direction: column;
}

.btn--footerT {
    display: flex;
    content: '';
    width: 162px;
    padding: 16px 36px;
    border-radius: 20px;
    background: var(--primary-white);
    border: 2px solid #E8BDA5;
    color: var(--primary-black);
    font-size: 1.25rem;
    font-family: Inter;
    text-align: center;
    flex-direction: column;
} 

.contact__linkT img {
    width: 28px;
    margin: 0 auto;
}

.contact {
    display: block;
    justify-content: center;
}

.contact__topic {
    font-family: "Zen Maru Gothic";
    font-size: 1.25rem;
    font-weight: 500;
    margin: 25px auto 0;
    width: 214px;
}

.contact__topic br {
    display: none;
}

.contact__address {
    font-size: 1rem;
    line-height: 1.5; 
    margin: 16px auto 0;
    width: 214px;
}

.footer__tell {
    margin-top: 15px;
}

.copy {
    font-size: 0.75rem;
    font-style: normal;
    text-align: center;
    margin: 16px auto 0;
}

/* footer pc */
@media screen and (min-width: 900px) {
    .footer {
        background-color: var(--primary-orange);
        padding: 53px 16.5% 18px;
        padding-top: 80px;
        background-image: url(../images/footer_callingPc.png);
        background-repeat: no-repeat;
        background-position: center top 69px;

    }

    .footer__btn__txt {
        font-size: 1rem;
        line-height: 2;
        text-align: left;
        display: block;
        justify-content: center;
        width: max-content;
        margin: 0 auto 48px;
    }

    .footer__Pc {
        display: block;
    }

    .contact__link {
        display: flex;
        flex-wrap: wrap;
        gap: 17px;
        margin-top: 15px;
        justify-content: center;
    }

    .btn--footer {
        display: block;
        content: '';
        width: 472px;
        padding: 10px 89px;
        border-radius: 20px;
        background: var(--primary-white);
        border: 2px solid #E8BDA5;
        color: var(--primary-black);
        font-size: 2rem;
        font-family: "inter";
        text-align: center;
        /* margin: 50px 0; */
        /* position: relative; */
        flex-direction: column;
        /* width: max-content; */
        pointer-events: none;
        }

    .btn--footerF {
        display: block;
        content: '';
        width: 472px;
        padding: 10px 89px;
        border-radius: 20px;
        background: var(--primary-white);
        border: 2px solid #E8BDA5;
        color: var(--primary-black);
        font-size: 2rem;
        font-family: "Zen Maru Gothic";
        text-align: center;
        flex-direction: column;
    }

    .btn--footer img {
        width: 69px;
        text-align: center;
        margin: 0 auto;
        padding: 0 0 0 0px;
    }

    .btn--footerF img {
        width: 89px;
        text-align: center;
        margin: 0 auto;
    }

    .recruit__small__btn {
        display: flex;
        flex-wrap: wrap;
        gap: 17px 17px;
        justify-content: center;
    }

    .contact__linkS {
        display: flex;
        flex-wrap: wrap;
        gap: 17px;
        margin-top: 17px;
    }

    .contact__linkT {
        display: flex;
        flex-wrap: wrap;
        gap: 17px;
        margin-top: 17px;
    }

    .contact__linkS img {
        width: 46px;
        /* margin: 0 auto; */
        margin-right: 48px;
        margin-bottom: 10px;
    }

    .contact__linkT img {
        width: 40px;
        margin: 0 auto;
    }

    .btn--footerS {
        display: block;
        content: '';
        width: 472px;
        padding: 10px 89px 5px;
        border-radius: 20px;
        background: var(--primary-white);
        border: 2px solid #E8BDA5;
        color: var(--primary-black);
        font-size: 2rem;
        font-family: "Zen Maru Gothic";
        text-align: center;
        flex-direction: column;
    }

    .btn--footerT {
        display: block;
        content: '';
        width: 472px;
        padding: 10px 89px;
        border-radius: 20px;
        background: var(--primary-white);
        border: 2px solid #E8BDA5;
        color: var(--primary-black);
        font-size: 2rem;
        font-family: Inter;
        text-align: center;
        flex-direction: column;
    } 

    .contact__linkT img {
        width: 50px;
        margin: 0 48px 5px 0px;
    }

    .contact {
        display: flex;
        /* gap: 30px; */
        max-width: 708px;
        margin: 20px auto;
    }

    .contact__topic {
        font-family: "Zen Maru Gothic";
        font-size: 1.1rem;
        font-weight: 500;
        margin: 0px auto 0;
        width: 20%;
    }

    .contact__topic span {
        font-family: "Zen Maru Gothic";
        font-size: 1.5rem;
        font-weight: 500;
        margin: 25px auto 0;
        width: 214px;
    }

    .contact__topic br {
        display: block;
    }

    

    .contact__address {
        font-size: 1rem;
        line-height: 1.5;
        margin: 0px auto 0;
        width: 80%;
        display: flex;
        justify-content: flex-end;
        gap: 60px;
    }

    .footer__tell {
        margin-top: 15px;
        width: 219px;
    }

    .copy {
        font-size: 0.75rem;
        font-style: normal;
        text-align: center;
        margin: 16px auto 0;
    }

}