@charset "utf-8";

.page_fv {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 354px;
    margin-top: 100px;
}
.page_fv_cotainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 354px;
}
.page_fv_cotainer h2 {
    color: #fff;
    font-size: 3.2rem;
}
.page_fv_cotainer p {
    color: var(--main);
    font-size: 2.6rem;
}

.page_fv.policy {
    background-image: url(../img/page/policy-top.jpg);
}
.page_fv.recruit {
    background-image: url(../img/page/recruit-top.jpg);
}
.page_fv.service {
    background-image: url(../img/page/service-top.jpg);
}
.page_fv.contact {
    background-image: url(../img/page/contact-top.jpg);
}
.pan ul {
    border-bottom: 2px solid var(--sub);
    display: flex;
    padding: 20px 0 15px;
    gap: 10px;
    align-items: center;
}
.pan ul a {
    color: var(--sub);
}
.pan ul img {
    width: 10px;
}
.pan ul p {
    font-weight: bold;
}


/* ===============================
service
=============================== */
.main_service, .feauture_content, .kennel_content {
    display: flex;
    justify-content: space-between;
}
.main_service_content {
    width: 45%;
}
.main_service_content p {
    background-color: var(--orenge);
    text-align: center;
    font-weight: bold;
    color: #fff;
    width: 80%;
    margin: 20px auto 0;
    padding: 15px;
}
.feauture_content .left, .kennel_content .left {
    width: 40%;
}
.feauture_content .right, .kennel_content .right {
    width: 50%;
}
.feauture_content p {
    margin-top: 20px;
    line-height: 2.8rem;
}
.kennel_link {
    background-color: var(--orenge);
    border-radius: 5px;
    margin-top: 20px;
    max-width: 260px;
    text-align: center;
}
.kennel_link a {
    color: #fff;
    font-size: 1.6rem;
    padding: 10px;
}
.kennel_link img {
    width: 20px;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 3px;
}
.kennel_link:hover {
    background-color: var(--main);
}
.kennel_logo {
    max-width: 250px;
    margin-bottom: 20px;
}
.company_list_wrap {
    position: relative;
    top: -50px;
}
.company_list {
    background-color: var(--back);
    border-top: 7px solid var(--main);
    padding: 40px 20px 10px;
}
.company_list h3 {
    color: var(--main);
    text-align: center;
    margin-bottom: 30px;
}
.company_list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
    left: 10%;
}
.company_list ul li {
    width: 45%;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.company_list p {
    text-align: end;
    margin-top: 20px;
}
.hoyuu {
    position: relative;
}
.number {
    position: absolute;
    z-index: 10;
    bottom: 100px;
    background-color: rgba(241, 117, 25, 0.8);
}
.number p {
    color: #fff;
    font-weight: bold;
    padding: 20px 60px;
}

/* ===============================
recruit
=============================== */
.slogan {
    background-color: var(--back);
    position: relative;
    padding: 45px 40px;
}
.slogan p {
    font-weight: bold;
    text-align: center;
    line-height: 4.7rem;
}
.slogan p span {
    color: var(--main);
}
.slogan img {
    position: absolute;
    width: 30px;
}
.slogan img.top {
    top: 20px;
    left: 20px;
}
.slogan img.bottom {
    bottom: 20px;
    right: 20px;
}
.frow {
    background-color: var(--back);
    padding: 45px 20px;
    border-radius: 5px;
}
.frow_list {
    position: relative;
    margin: 30px 0;
    overflow: hidden;
}
.frow_list .line {
    background-color: var(--main);
    width: 2px;
    height: 1000px;
    position: absolute;
    left: 14px;
}
.frow_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}
.frow_flex .left {
    width: 30px;
    background-color: var(--main);
    border-radius: 1000px;
    height: 30px;
}
.frow_flex .left p {
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    padding-top: 1px;
}
.frow_flex .right {
    width: calc(100% - 40px);
}
.frow_flex p {
   font-size: 1.8rem;
}
.frow_flex.end {
    margin-bottom: 0;
}
.recruit_merit {
    margin-top: 50px;
}
.recruit_merit_flex {
    display: flex;
    justify-content: space-between;
}
.recruit_merit_flex .left {
    width: 50%;
}
.recruit_merit_flex .left p {
    line-height: 2em;
}
.recruit_merit_flex .right {
    width: 45%;
}
.recruit_merit_flex h3 {
    color: var(--sub);
    margin-bottom: 20px;
}
.recruit_merit_flex.second {
    margin-top: 50px;
}
.point_flex {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.point_flex .title {
    width: 31%;
}
.point_flex .title .en {
    color: #137253;
    opacity: 0.4;
    font-size: 4.3rem;
}
.point_flex .point_item {
    width: 31%;
}
.point_flex .title .font28 {
    color: var(--main);
    font-weight: bold;
    font-size: 2.4rem;
}
.point_flex .title h2 {
    font-size: 3.2rem;
    color: var(--main);
    background: linear-gradient(transparent 70%, #ffef42 50%);
    display: inline;
}
.point_item {
    box-shadow: 0px 0px 15px -5px #7a7a7a; 
    border-bottom: 5px;
    margin-bottom: 50px;
}
.point_item .en {
    color: var(--orenge);
    text-align: center;
}
.point_item .text {
    background-color: #fff;
    padding: 20px;
}
.point_item h3 {
    text-align: center;
    margin-bottom: 10px;
}

.qa-1 {
    margin-bottom: 20px;
    box-shadow: 0px 0px 15px -8px #7a7a7a; 
    border-radius: 5px;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 30px 20px 30px 50px;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    font-size: 1.6rem;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: var(--main);
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid var(--main);
    border-right: 3px solid var(--main);
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
    font-size: 1.6rem;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: var(--orenge);
    line-height: 1.2;
    content: "A";
}

/* ===============================
policy
=============================== */
.policy_content {
    margin-top: 80px;
}
.policy_content h1 {
    font-size: 2.8rem;
    margin-bottom: 30px;
}
.policy_content h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.policy_content p {
    font-size: 1.6rem;
    margin-bottom: 50px;
}
/* ===============================
contact
=============================== */
.contact_p {
    background-color: var(--back);
    padding: 20px;
    text-align: center;
    margin: 30px auto;
}
.contact_p span {
    color: #ff0000;
    font-weight: bold;
}
.smf-progress-tracker {
    font-size: 1.5rem;
    margin: 40px auto;
}
.smf-form.smf-form--simple-table {
    font-size: 1.5rem;
}
.smf-action .smf-button-control__control {
    background-color: var(--main);
    background-image: none;
    color: #fff;
    font-size: 1.5rem;
    width: 250px;
    border: none;
    padding: 10px 0;
    font-weight: bold;
}
.smf-action .smf-button-control__control:hover {
    opacity: 0.5;
}
/* ===============================
SP
=============================== */
@media screen and (max-width:769px) {
    .page_fv {
        min-height: 200px;
        margin-top: 60px;
    }
    .page_fv_cotainer {
        min-height: 200px;
    }
    .page_fv_cotainer h2 {
        font-size: 2.4rem;
    }
    .page_fv_cotainer p {
        font-size: 2rem;
    }

/* ===============================
service SP
=============================== */
    .main_service, .feauture_content, .kennel_content {
        display: block;
    }
    .main_service_content {
        width: 100%;
        margin-top: 30px;
    }
    .main_service_content p {
        font-size: 1.6rem;
        margin: 20px auto 0;
    }
    .feauture_content .left, .kennel_content .left {
        width: 100%;
    }
    .feauture_content .right, .kennel_content .right {
        width: 100%;
    }
    .feauture_content h3 {
        text-align: center;
        margin: 20px 0;
    }
    .feauture_content p {
        font-size: 1.5rem;
        margin-top: -10px;
    }
    .kennel_link {
        margin: 20px auto;
    }
    .kennel_logo {
        margin: 20px auto;
    }
    .company_list_wrap {
        top: 0px;
        margin: 20px auto 30px;
    }
    .company_list {
        padding: 30px 20px 10px;
    }
    .company_list h3 {
        margin-bottom: 20px;
    }
    .company_list ul {
        left: 0%;
        display: flex;
    }
    .company_list ul li {
        width: 100%;
        text-align: center;
    }
    .kennel_text {
        font-size: 1.5rem;
    }
    .number {
        bottom: -10px;
    }
    .number p {
        font-size: 1.4rem;
        color: #fff;
        font-weight: bold;
        padding: 10px 20px;
    }
    /* ===============================
    recruit SP
    =============================== */
    .slogan {
        padding: 30px;
    }
    .slogan p {
        font-size: 2rem;
        line-height: 2em;
    }
    .slogan img {
        width: 20px;
    }
    .slogan img.top {
        top: 10px;
        left: 10px;
    }
    .slogan img.bottom {
        bottom: 10px;
        right: 10px;
    }
    .frow {
        padding: 25px 20px;
    }
    .frow_list {
        margin: 20px 0;
    }
    .frow_flex p {
    font-size: 1.6rem;
    }
    .recruit_merit {
        margin-top: 40px;
    }
    .recruit_merit_flex {
        display: block;
    }
    .recruit_merit_flex .left {
        width: 100%;
    }
    .recruit_merit_flex .right {
        width: 100%;
        margin-top: 20px;
    }
    .recruit_merit_flex h3 {
        margin-bottom: 10px;
        text-align: center;
    }
    .recruit_merit_flex.second {
        margin-top: 40px;
    }
    .point_flex {
        display: block;
    }
    .point_flex .title {
        width: 100%;
        margin-bottom: 20px;
    }
    .point_flex .title .en {
        font-size: 3rem;
    }
    .point_flex .point_item {
        width: 100%;
    }
    .point_flex .title .font28 {
        font-size: 2rem;
    }
    .point_flex .title h2 {
        font-size: 2.7rem;
    }
    .point_item {
        margin-bottom: 30px;
    }

    .qa-1 summary {
        padding-bottom: 20px;
    }
    .qa-1 p {
        padding-right: 20px;
        font-size: 1.5rem;
    }

    /* ===============================
    policy SP
    =============================== */
    .policy_content {
        margin-top: 30px;
    }
    .policy_content h1 {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
    .policy_content h2 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .policy_content p {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

}






