@charset "UTF-8";
/* =================================
common
==================================== */

html {
    font-size: 62.5%;
}

body {
    font-family: 
        "Noto Sans JP", 
        "Zen Maru Gothic",
        'Montserrat';
    font-style: normal;
    font-weight: 400;
    color: black;
    background-image: url(../images/backgroundPc-top.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

.btn {
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
    border-radius: 30px;
    background: #FF6982;
    padding: 18px 32px;
    position: relative;
    transition: 0.4s;
    margin: 0 auto;
    cursor: pointer;
    width: 250px;
}

.btn::after {
    display: block;
    content: '';
    width: 13px;
    height: 13px;
    background-image: url(../images/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
}

.btn:hover {
    opacity: 0.5;
}

/* =================================
header
==================================== */
.header,.nav__header {
    padding: 12px 4.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.header__topic a,.nav__topic a {
    display: flex;
    align-items: center;
}

.header__topic img,.nav__topic img {
    width: 41px;
    height: 33px;
    object-fit: contain;
    margin-right: 6px;
}

.header__topic span,.nav__topic span {
    color: #603813;
    font-family: "Zen Maru Gothic";
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 0.8;
}

.header__btn,.nav__btn {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* nav　基本設定 */
.nav {
    background: rgba(255, 255, 255, 0.90);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__list {
    margin: 70px 0 0 40px;
    align-items: center;
}

.nav__item {
    font-family: "Zen Maru Gothic";
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 45px;
}

.nav__item:first-of-type {
    margin-top: 0;
}

.btn--header {
    display: none;
}

.nav.active {
    transform: translateX(0);
}

/* header pc */
@media screen and (min-width:1300px) {
    .header {
        height: 72px;
        margin: 0 auto;
        padding: 14px 3.5% 14px;
    }

    .header__topic img {
        width: 60px;
        height: 47px;
        object-fit: contain;
    }

    .header__topic span {
        color: #603813;
        font-family: "Zen Maru Gothic";
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.2;
    }

    .nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);
    }

    .nav__list {
        display: flex;
        gap: 30px;
        margin: 0;
    }

    .nav__item {
        margin-top: 0;
        font-size: 1.6rem;
        line-height: 1;
    }

    .nav__item:nth-of-type(6) {
        display: none;
    }

    .btn--header {
        display: block;
        font-size: 1.4rem;
        font-weight: 500;
        width: 190px;
        margin: 0 0 0 5px;
    }

    .nav__header {
        display: none;
    }

    .header__btn {
        display: none;
    }
}

/* =================================
main header
==================================== */
.mainTitle {
    padding: 24px 2% 16px 2.9%;
    font-family: "Zen Maru Gothic";
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.Sp {
    white-space: nowrap;
    overflow: hidden; /* はみ出し防止 */
}

.Pc {
    display: none;
}

/* main header pc */
@media screen and (min-width:1110px) {
    .mainTitle {
        font-family: "Zen Maru Gothic";
        font-size: 9rem;
        font-weight: 500;
        margin: 70px 0 0 24px;
        padding: 0;
    }

    .Sp {
        display: none;
    }

    .Pc {
        display: block;
        margin-top: 40px;
        overflow: hidden; /* はみ出し防止 */
    }
}

@media screen and (min-width:769px) and (max-width:1110px) {
    .mainTitle {
        font-size: 5.1rem;
    }

    .Sp {
        display: none;
    }

    .Pc {
        display: block;
        margin-top: 40px;
        overflow: hidden; /* はみ出し防止 */
    }
}

/* =================================
news
==================================== */
.section--news {
    padding: 60px 4.8% 60px;
    background: #FFF7F4;
    margin-top: 10px;
}

.section__topic--news {
    position: relative;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 5.6rem;
    font-weight: 500;
    line-height: 1;
}

.section__topic--news span {
    position: absolute;
    display: inline-block;
    color: #FF8F69;
    font-family: "Zen Maru Gothic";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1; 
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
}

.news__list {
    padding: 14px 0 14px 6%;
    background-color: white;
    margin-top: 14px;
}

.news__list:first-of-type {
    margin-top: 0;
}

.news__topic--date {
    color: #5A5A5A;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1; 
}

.news__topic--category {
    color: #FF7443;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 4px 20px;
    border-radius: 24px;
    background: #FFF7F4;
    margin-left: 14px;
}

.news__txt {
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 6px;
}

.news__txt a {
    text-decoration: underline;
}

.btn__news {
    display: block;
    margin: 20px auto 0;
}

.news__content {
    height: 250px;
    overflow: auto;
    margin-top: 30px;
}

/* news pc */
@media screen and (min-width:1008px) {
    .section--news {
        padding: 66px 8.2% 110px;
        margin-left: 120px;
        border-radius: 80px 0px 0px 80px;
        margin: 88px 0 0 120px;
    }

    .section__topic--news {
        font-size: 14rem;
    }

    .section__topic--news span {
        font-size: 5rem;
        top: 69px;
    }

    .news__topic {
        width: 182px;
    }

    .news__topic--category {
        margin-left: 16px;
    }

    .news__content {
        margin-top: 50px;
        height: 300px;
    }

    .news__txt {
        margin: 0 0 0 30px;
    }

    .news__list {
        display: flex;
        align-items: center;
    }

    .btn__news {
        display: none;
    }
}

/* =================================
about
==================================== */
.section--about {
    padding: 60px 6.4%;
}

.about__img {
    display: none;
}

.about__title {
    font-family: "Zen Maru Gothic";
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 1.1px;
}

.about__title .pcbr {
    display: none;
}

.about__txt {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 42px;
}

.btn--about {
    margin-top: 36px;
}

/* about pc */
@media screen and (min-width:1085px) {
    .section--about {
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .about__img {
        display: block;
    }

    .about__content:first-of-type {
        padding: 268px 0 326px;
        margin-right: 90px;
    }

    .about__content:nth-of-type(2) {
        padding: 136px 0 206px;
        margin-right: 218px;
    }

    .about__content:last-of-type {
        padding: 482px 0 400px;
    }

    .about__img--stethoscope {
        position: relative;
    }

    .about__img--stethoscope::after {
        display: block;
        position: absolute;
        content: '';
        background-image: url(../images/aboutVisual-bike.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 105%;
        height: 326px;
        top: 94%;
        right: 35%;
    }

    .about__title {
        font-size: 5rem;
        font-weight: 500;
        letter-spacing: 3.1px;
    }

    .about__title .pcbr {
        display: block;
    }

    .about__txt {
        font-size: 1.6rem;
        line-height: 2.3;
        margin-top: 62px;
    }

    .btn--about {
        margin: 64px 0 0;
    }
}

/* =================================
service
==================================== */
.section--service {
    padding: 60px 6%;
    background: #FFF6F3;
}

.section__topic--service {
    position: relative;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 5.6rem;
    font-weight: 500;
    line-height: 1;
}

.section__topic--service span {
    position: absolute;
    display: inline-block;
    color: #FF8F69;
    font-family: "Zen Maru Gothic";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1; 
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
}

.service {
    margin-top: 50px;
    overflow: hidden;
}

.service__content {
    padding: 18px 2% 36px;
}

.service__name {
    font-family: "Zen Maru Gothic";
    font-size: 2.4rem;
    font-weight: 700;
}

.service__txt {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 6px;
}

/* service pc */
@media screen and (min-width:937px) {
    .section--service {
        padding: 130px 7.2% 110px;
    }

    .section__topic--service {
        font-size: 14rem;
    }

    .section__topic--service span {
        font-size: 5rem;
        top: 69px;
    }

    .service {
        max-width: 1280px;
        margin: 70px auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 60px 52px;
    }

    .service__item {
        margin-top: 0;
        width: 375px;
    }

    .service__item img {
        width: 375px;
        height: 277px;
        object-fit: cover;
    }

    .service__content {
        padding: 24px 2% 52px;
    }

    .service__txt {
        font-size: 1.6rem;
        line-height: 1.8;
        margin-top: 18px;
    }
}

/* =================================
system
==================================== */
.section--system {
padding: 60px 2%;
}

.section__topic--system {
    position: relative;
    color: #fff7f4;
    text-align: center;
    font-family: Montserrat;
    font-size: 5.6rem;
    font-weight: 500;
    line-height: 1;
}

.section__topic--system span {
    position: absolute;
    display: inline-block;
    color: #FF8F69;
    font-family: "Zen Maru Gothic";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1; 
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
}

.system__content {
    padding: 52px 3.2% 0;
}

.system__title {
    position: relative;
    font-family: "Zen Maru Gothic";
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    margin-left: 10px;
}

.system__title::before {
    position: absolute;
    content: '';
    background-image: url(../images/pinkLine-title.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 4px;
    height: 45px;
    top: 50%;
    transform: translateY(-50%);
    left: -12px;
}

.system__txt {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 26px;
}

.system__txt span {
    text-decoration: underline;
}

.system__txt a {
    text-decoration: underline;
}

.system__border {
    margin-top: 65px;
}

.system__item {
    margin-top: 65px;
}
.system__item:first-of-type {
    margin-top: 36px;
}

.mapImg {
    margin-top: 26px;
}

.btn--download {
    margin-top: 36px;
}

/* system pc */
@media screen and (min-width:769px) {
    .section--system {
        padding: 156px 11.8%;
    }

    .section__topic--system {
        font-size: 14rem;
    }

    .section__topic--system span {
        font-size: 5rem;
        top: 69px;
    }

    .system__border {
        margin-top: 80px;
    }

    .system__item {
        margin-top: 80px;
    }

    .system__title {
    font-size: 2.8rem;
    margin-left: 22px;
}

    .system__title::before {
        top: 50%;
        transform: translateY(-50%);
        left: -22px;
    }

    .system__txt {
        font-size: 1.6rem;
        line-height: 1.8;
        margin-top: 40px;
    }

    .btn--download {
        margin: 40px 0 0;
    }
}

/* =================================
process
==================================== */
.section--process {
padding: 60px 4.8% 80px 4.8%;
background-color: #FFF7F4;
}

.section__topic--process {
    position: relative;
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 5.6rem;
    font-weight: 500;
    line-height: 1;
}

.section__topic--process span {
    position: absolute;
    display: inline-block;
    color: #FF8F69;
    font-family: "Zen Maru Gothic";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1; 
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
}

.process__content {
    margin-top: 66px;
}

.process__item {
    margin-top: 40px;
}

.process__title {
    font-family: "Zen Maru Gothic";
    font-size: 2.4rem;
    font-weight: 500;
}

.process__title span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 2rem;
    padding: 15px;
    background-color: #FF8F69;
    border-radius: 50%;
    margin-right: 15px;
}

.process__title--number {
    letter-spacing: 2.1px;
}

.process__txt {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 10px 0 0 72px;
}

.process__txt span {
    text-decoration: underline;
}

/* process pc */
@media screen and (min-width:769px) {
    .section--process {
        padding: 156px 11.8%;
    }

    .section__topic--process {
        font-size: 14rem;
    }

    .section__topic--process span {
        font-size: 5rem;
        top: 69px;
    }

    .process__item {
        margin-top: 68px;
    }

    .process__item:first-of-type {
        margin-top: 125px;
    }

    .process__title span {
        font-size: 2.6rem;
        padding: 18px;
        margin-right: 18px;
    }

    .process__title--number {
        letter-spacing: 2.7px;
    }

    .process__title {
        font-size: 2.8rem;
    }

    .process__txt {
        font-size: 1.8rem;
        line-height: 1.8;
        margin: 18px 0 0 88px;
    }
}

/* =================================
contact
==================================== */
.section--contact {
    padding: 54px 4.2% 56px 4.2%;
    background: #E97953;
} 

.section__topic--contact {
    color: #FFF;
    font-family: "Zen Maru Gothic";
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}

.contact__txt {
    color: #FFF;
    font-size: 1.2rem;
    margin-top: 10px;
}

.contact__btn {
    margin-top: 20px;
}

.tel__content a,.mail__content a {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    padding: 13px 0 13px 5.2%;
    border: 1px, solid, white;
    border-radius: 100px;
    max-width: 515px;
}

.mail__content a {
    padding: 33px 0 33px 5.2%;
}

.mail__content {
    margin-top: 15px;
}

.tel__content a::after,.mail__content a::after {
    position: absolute;
    content: '';
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 13px;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
}

.tel__content img,.mail__content img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.telNumber {
    color: #FFF;
    font-family: Montserrat;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.2;
}

.telTime {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
}

.mailTxt {
    color: #FFF;
    font-family: "Zen Maru Gothic";
    font-size: 1.8rem;
    font-weight: 700;
}

/* contact pc */
@media screen and (min-width:1171px) {
    .section--contact {
        padding: 122px 14% 122px 8%;
        display: flex;
        justify-content: space-between;
        margin: 35px 0.5%;
        border-radius: 100px;
    }

    .section__topic--contact {
        font-size: 3.4rem;
        font-weight: 700;
        line-height: 1.2; 
    }

    .contact__txt {
        font-size: 1.6rem;
        line-height: 1.8;
        margin-top: 28px;
    }

    .contact__btn {
        width: 58.5%;
        margin: 0;
    }

    .tel__content a,.mail__content a {
        display: flex;
        align-items: center;
        gap: 38px;
        padding: 40px 0 40px 6%;
        max-width: none;
    }

    .tel__content a::after,.mail__content a::after {
        width: 20px;
        height: 20px;
        right: 45px;
    }

    .mail__content a {
        padding: 56px 0 56px 5.2%;
    }

    .mail__content {
        padding: 0;
        margin-top: 40px;
    }

    .tel__content::after,.mail__content::after {
        width: 21px;
        height: 18px;
        right: 10%;
    }

    .tel__content img,.mail__content img {
        width: 73px;
        height: 73px;
    }

    .telNumber {
        font-size: 4rem;
        font-weight: 600;
    }

    .telTime {
        font-size: 1.6rem;
        line-height: 1.8;
    }

    .mailTxt {
        font-size: 3rem;
        line-height: 1.2;
    }
}

@media screen and (min-width:900px) and (max-width:1170px) {
    .tel__content a,.mail__content a {
        gap: 20px;
    }

    .telNumber {
        font-size: 3rem;
        font-weight: 600;
    }

    .telTime {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .mailTxt {
        font-size: 2.2rem;
        line-height: 1.2;
    }

    .tel__content a::after,.mail__content a::after {
        width: 14px;
        height: 14px;
        right: 34px;
    }
}

/* =================================
recruit
==================================== */
.section--recruit {
    display: flex;
    justify-content: center;
    border-radius: 16px;
    background: #FFF7F4;
    margin: 20px 0;
}

.recruitImg {
    width: 46.8%;
    object-fit: cover;
    border-radius: 16px 0 0 16px;
}

.recruit__content {
    padding: 7% 5.5% 7% 10%;
    width: 53.2%;
}

.section__topic--recruit {
    color: #FF8F69;
    font-family: Montserrat;
    font-size: 1.4rem;
}

.recruit__name {
    display: none;
}

.recruit__txt {
    font-size: 1.5rem;
    margin-top: 11px
}

.recruit__txt span {
    display: none;
}

.btn__recruit {
    position: relative;
    font-size: 1.2rem;
    padding: 12px 18px 12px 12px;
    width: 90%;
    margin: 16px 0 0;
}

.btn__recruit::after {
    position: absolute;
    content: '';
    background-image: url(../images/arrow-small.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 5px;
    height: 7px;
    top: 50%;
    transform: translateY(-50%);
    right: 8%;
}

/* recruit pc */
@media screen and (min-width:1060px) {
    .section--recruit {
        border-radius: 0;
    }

    .section__topic--recruit {
        font-size: 9rem;
        font-weight: 500;
        line-height: 1.2; 
    }

    .recruit__content {
        padding: 8% 5.5% 10px 6%;
        width: 53.2%;
    }

    .recruit__name {
        display: block;
        color: #878787;
        font-size: 2.2rem;
        font-weight: 500;
        line-height: 1.2; 
        margin-left: 10px;
    }

    .recruit__txt {
        font-size: 1.8rem;
        line-height: 1.8;
        margin-top: 60px
    }

    .recruit__txt span {
        display: inline-block;
    }

    .recruit__txt .spbr {
        display: none;
    }

    .btn__recruit {
        font-family: "Zen Maru Gothic";
        font-size: 2rem;
        font-weight: 400;
        line-height: 1.8;
        width: 54.7%;
        margin-top: 50px;
    }

    .btn__recruit::after {
        background-image: url(../images/arrow.png);
        width: 15px;
        height: 14px;
        top: 50%;
        transform: translateY(-50%);
        right: 8%;
    }
}

@media screen and (min-width:600px) and (max-width:1059px) {
    .recruit__content {
        padding: 8% 5.5% 10px 6%;
    }
    
    .section__topic--recruit {
        font-size: 6rem;
    }

    .recruit__name {
        display: none;
    }

    .recruit__txt {
        margin-top: 10px;
        font-size: 2rem;
    }

    .btn__recruit {
        font-size: 1.4rem;
        width: 230px;
        padding: 14px 18px 14px 12px;
        margin-top: 20px;
    }
}

/* =================================
footer
==================================== */
.footer__pc {
    display: none;
}

.footer__sp {
    padding: 30px 3.2% 12px;
    background-color: #fff;
}

.footer__topic a {
    display: flex;
    align-items: center;
}

.footer__topic img {
    width: 60px;
    height: 59px;
    object-fit: contain;
    margin-right: 10px;
}

.footer__topic span {
    color: #603813;
    font-family: "Zen Maru Gothic";
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
}

.footerNav__list {
    margin: 52px 0 0 5%;
}

.footerNav__item {
    font-family: "Zen Maru Gothic";
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 12px;
}

.sns {
    display: flex;
    justify-content: end;
    text-align: center;
    gap: 15px;
    margin-top: 28px;
}

.sns__item {
    width: 30px;
    height: 30px;
} 

.copy {
    font-size: 0.8rem;
    margin-top: 40px;
}

/* footer pc */
@media screen and (min-width:959px) { 
    .footer__sp {
        display: none;
    }

    .footer__pc {
        display: block;
        padding: 30px 3.4% 36px 3.4%;
        background-color: #fff;
        position: relative;
    }

    .footer__topic img {
        width: 96px;
        margin-right: 1.5%;
    }

    .footer__topic span {
        font-size: 4.5rem;
    }

    .footer__topic a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer__content {
        padding: 53px 5% 0 5%;
    }

    .detail__item {
        display: flex;
        margin-top: 10px;
    }

    .detail__category {
        font-size: 1.6rem;
        width: 64px;
        margin-right: 50px;
    }

    .detail__txt {
        font-size: 1.6rem;
    }

    .detail__txt a {
        text-decoration: underline;
    }

    .sns {
        gap: 20px;
        margin-top: 28px;
    }

    .sns__item {
        width: 36px;
        height: 36px;
    } 

    .footer__border {
        margin-top: 20px;
    }
    
    .footerNav__list {
        display: flex;
        gap: 25px;
        margin: 0;
    }

    .footerNav__item {
        font-size: 1.4rem;
    }

    .footerNav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }

    .copy {
        font-size: 1.2rem;
        margin-top: 0;
        }

    .topBtn {
        color: #FFF;
        font-size: 2rem;
        font-family: 'Montserrat';
        line-height: 1;
        padding: 28px 20px;
        background-color: #FF6982;
        border-radius: 50%;
        position: absolute;
        top: 2%;
        right: 2%;
        box-shadow: 2px 2px 4px 2px rgba(29, 101, 101, 0.2);
    }
}

/* recruitBtn */
.recruitBtn {
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 16px;
    background: #FFF7F4;
    width: 234px;
    box-shadow: 2px 2px 4px 2px rgba(29, 101, 101, 0.2);
    position: fixed;
    bottom: 5%;
    right: 1.4%;
}

.closeBtn {
    position: absolute;
    content: '';
    background-image: url(../images/close.png);
    background-size: contain;
    width: 15px;
    height: 15px;
    top: 1px;
    right: 0%;
}

.recruitBtn img {
    width: 46.8%;
    object-fit: cover;
    border-radius: 16px 0 0 16px;
}

.recruitBtn__content {
    padding: 15px 5% 15px 5%;
    width: 53.2%;
}

.recruitBtn__topic {
    color: #FF8F69;
    font-family: Montserrat;
    font-size: 1.2rem;
}

.recruitBtn__txt {
    font-size: 1.2rem;
    margin-top: 5px
}

.btn--miniBtn {
    position: relative;
    width: 100px;
    font-size: 1rem;
    padding: 8px;
    margin-top: 10px;
}

.btn--miniBtn::after {
    position: absolute;
    background-image: url(../images/arrow-small.png);
    width: 6px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
}

.hidden {
    display: none;
}

/* recruitBtn pc */
@media screen and (min-width:769px) { 
    .recruitBtn {
        width: 360px;
        bottom: 5%;
        right: 1.4%;
    }

    .closeBtn {
        position: absolute;
        content: '';
        background-image: url(../images/close.png);
        background-size: contain;
        width: 15px;
        height: 15px;
        top: 1px;
        right: 0%;
    }

    .recruitBtn img {
        width: 46.8%;
        object-fit: cover;
    }

    .recruitBtn__content {
        padding: 15px 5% 15px 5%;
        width: 53.2%;
    }

    .recruitBtn__topic {
        color: #FF8F69;
        font-family: Montserrat;
        font-size: 2rem;
    }

    .recruitBtn__txt {
        font-size: 1.6rem;
        margin-top: 5px
    }

    .btn--miniBtn {
        position: relative;
        width: 134px;
        font-size: 1rem;
        padding: 12px;
        margin: 10px 0;
    }

    .btn--miniBtn::after {
        position: absolute;
        background-image: url(../images/arrow-small.png);
        width: 6px;
        height: 6px;
        top: 50%;
        transform: translateY(-50%);
        right: 10%;
    }
}


