@charset "utf-8";
/* CSS Document */

/* fukagawa-hp.or.jp
-----------------------------------------------------*/
h1,
h1 a,
h2,
h3,
h4,
.catch,
.contact strong {
    color: #20a7ac;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
}

header {
    background: none;
}
header h1 img {
    vertical-align: bottom;
}
header h1 a {
    display: inline-block;
}
header h1 a span {
    display: inline-block;
    padding-bottom: 1em;
}


#globalNavi li a {
    color: #eb9797;
}
#globalNavi li a::after,
#menuBtn {
    background: #eb9797;
}

#globalNavi ul:first-of-type li.call,
#menu p.call {
    background-image: url("image/header_call_pink.svg");
    color: #eb9797;
}

#menu::before,
#menuBtn.active:before,
#menuBtn.active:after {
    background: #eb9797;
}


footer {
    margin-top: 2em;
}

.tit {
    margin-bottom: 70px;
    font-size: 20px;
    text-align: center;
}
.tit img {
    width: 40vw;
    max-width: 412px;
    min-width: 290px;
    margin-bottom: 1em;
}
@media screen and (max-width: 1000px) {
    .tit {
        margin-bottom: clamp(2.5rem, 0.625rem + 6vw, 4.375rem);
        font-size: clamp(0.813rem, 0.375rem + 1.4vw, 1.25rem);
    }
}

.tit_deco {
    margin-bottom: 1.5em;
    font-size: 40px;
    text-align: center;
    color: #eb9797;
}
.tit_deco::before,
.tit_deco::after {
    content: "";
    display: inline-block;
    width: 0.65em;
    height: 0.65em;
    background: url("image/recruit_icn_pink.png") no-repeat center center;
    background-size: contain;
}
.tit_deco::before {
    margin-right: 0.7em;
}
.tit_deco::after {
    margin-left: 0.7em;
}
@media screen and (max-width: 1000px) {
    .tit_deco {
        font-size: clamp(1.375rem, 0.25rem + 3.6vw, 2.5rem);
    }
}

.listDot li::before {
    background: #eb9797;
}

.inquiry_btn a {
    position: relative;
}
.inquiry_btn a img {
    position: relative;
    transition: .4s;
    z-index: 6;
}
.inquiry_btn a::before {
    position: absolute;
    content: "";
    display: block;
    width: 195px;
    height: 145px;
    background: url("image/recruit_inquiry_btn.png") no-repeat center center;
    background-size: contain;
    transition: .4s;
    z-index: 5;
}

/* ==============================================
    wrap
============================================== */
#wrap {
    position: relative;
    padding-bottom: 140px;
    background: #fff3f3;
}
#wrap::before,
#wrap::after {
    position: absolute;
    content: "";
    display: block;
}

/* ==============================================
    main-visual
============================================== */
#main-visual {
    position: relative;
    max-height: 100vh;
    overflow: hidden;
}
#main-visual #visual {
    position: relative;
    z-index: 3;
}
#main-visual #visual img {
    width: auto;
    height: 100vh;
}
#main-visual .catch {
    position: absolute;
    top: 50%;
    left: 40px;
    text-align: left;
    transform: translateY(-50%);
    font-size: 60px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
    color: #20a7ac;
    z-index: 4;
}
#main-visual::before,
#main-visual::after {
    position: absolute;
    left: 50%;
    content: "";
    display: block;
    background: no-repeat left center;
    background-size: contain;
}
#main-visual::before {
    top: 50%;
    transform: translateY(-50%);
    margin-left: -710px;
    width: 368px;
    height: 100%;
    background-image: url("image/recruit_main_l.png");
}
#main-visual::after {
    top: 40%;
    width: 280px;
    height: 275px;
    margin-left: 530px;
    background-image: url("image/recruit_main_r.png");
    z-index: 4;
}
@media screen and (max-width: 1600px) {
    #main-visual .catch {
        font-size: clamp(2.25rem, 1.35rem + 2.4vw, 3.75rem);
        left: clamp(1.25rem, -0.833rem + 3.33vw, 2.5rem);
    }
    #main-visual::after {
        left: auto;
        right: -10px;
        margin-left: auto;
    }
}
@media screen and (max-width: 1420px) {
    #main-visual::before {
        left: 0;
        margin-left: auto;
    }
}
@media screen and (max-width: 1200px) {
    #main-visual::before {
        width: 30vw;
    }
}
@media screen and (max-width: 900px) {
    #main-visual::after {
        width: 31vw;
    }
}
@media screen and (max-width: 800px) {
    #main-visual {
        min-height: auto;
    }
    #main-visual #visual img {
        max-width: 375px;
        height: auto;
    }
    #main-visual .catch {
        top: 35%;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
    }
    #main-visual::after {
        content: none;
    }
}

#main-visual .inquiry_btn {
    position: absolute;
    right: 10px;
    bottom: 40px;
}
#main-visual .inquiry_btn a::before {
    top: -50px;
    left: 0;
    opacity: 0;
}
@media (hover: hover) {
    #main-visual .inquiry_btn a:hover::before {
        top: -90px;
        opacity: 1;
    }
}
@media screen and (max-width: 1100px) {
    #main-visual .inquiry_btn img {
        width: 20vw;
    }
    .inquiry_btn a::before {
        top: -4.5vw;
        width:  17.72vw;
    
    }
}
@media screen and (max-width: 600px) {
    #main-visual .inquiry_btn img {
        width: 120px;
    }
    #main-visual .inquiry_btn {
        right: 5px;
        bottom: 60px;
    }
}

/* ==============================================
    message
============================================== */
#message {
    position: relative;
    min-height: 400px;
    margin-bottom: 75px;
}
#message strong {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 1em;
    font-size: 40px;
}
#message p {
    line-height: 2;
}
#message_image {
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: 40px;
}
@media screen and (min-width: 901px) {
    #message strong br {
        display: none;
    }
}
@media screen and (max-width: 1230px) {
    #message strong {
        font-size: clamp(1.875rem, 1.447rem + 1.37vw, 2.5rem);
    }
    #message_image {
        left: auto;
        right: calc(calc(100vw - 100%)/-2 - 110px);
        margin-left: 0;
    }
}
@media screen and (max-width: 1000px) {
    #message {
        min-height: 40vw;
    }
    #message_image {
        top: 0;
        right: calc(calc(100vw - 100%)/-2 - 11vw);
    }
    #message_image img {
        width: 68vw;
    }
}
@media screen and (max-width: 840px) {
    #message_image img {
        width: 60vw;
    }
}
@media screen and (max-width: 760px) {
    #message {
        margin-bottom: 40px;
    }
    #message_image {
        position: static;
        text-align: center;
        margin-bottom: 1em; 
    }
    #message_image img {
        width: 100%;
        max-width: 454px;        
    }
    #message strong br,
    #message br.pc {
        display: none;
    }
}

/* ==============================================
    movie
============================================== */
#movie {
    position: relative;
    margin-bottom: 90px;
    padding-top: 185px;
}
#movie::before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    content: "";
    display: block;
    width: 100vw;
    height: 150px;
    background: url("image/recruit_catch.png") repeat-x top center;
}
#movie .movie_wrap {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
@media screen and (max-width: 1350px) {
    #movie {
        margin-bottom: clamp(3.75rem, 2.647rem + 3.53vw, 5.625rem);
        padding-top: clamp(4.375rem, -3.365rem + 17.69vw, 11.563rem);
    }
    #movie::before {
        background-size: 100% auto;
    }
}
@media screen and (max-width: 700px) {
    #movie::before {
        background-size: 700px auto;
    }
}

/* ==============================================
    job_image
============================================== */
#job_image {
    margin-bottom: -25px;
}
@media screen and (max-width: 1200px) {
    #job_image {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 600px) {
    #job_image img {
        width: clamp(20.313rem, 3.438rem + 67.5vw, 28.75rem);
    }
}

/* ==============================================
    job
============================================== */
#job h2 {
    position: relative;
}
#job h2::before {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: 400px;
    content: "";
    display: block;
    width: 79px;
    height: 79px;
    background: url("image/recruit_deco.png") no-repeat center center;
    background-size: cover;
}
@media screen and (max-width: 980px) {
    #job h2 {
        padding-top: 40px;
    }
    #job h2::before {
        top: -10px;
        left: auto;
        right: -10px;
        margin-left: auto;
    }
}
@media screen and (max-width: 600px) {
    #job h2::before {
        background-size: clamp(2.313rem, -2.938rem + 21vw, 4.938rem) auto;
    }
}


#job ul {
    max-width: 890px;
    text-align: center;
    margin: 0 auto;
}
#job li {
    display: inline-block;
    width: 33%;
    max-width: 296px;
    margin-bottom: 30px;
    font-size: 24px;
    color: #20a7ac;
}
#job li img {
    width: 85%;
    max-width: 236px;
    margin-bottom: 0.7em;
}
@media screen and (max-width: 1030px) {
    #job li {
        font-size: clamp(0.875rem, 0.285rem + 1.89vw, 1.5rem);
    }
}
@media screen and (max-width: 540px) {
    #job li {
        width: 50%;
    }
}

/* ==============================================
    recruitment / gift
============================================== */
#recruitment::after,
#gift::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -50vw;
    z-index: 1;
}
#recruitment::after {
    background: #fff3f3;
}
#gift::after {
    background: #fff;
}
@media screen and (max-width: 1200px) {
    #recruitment::after,
    #gift::after {
        height: clamp(1.563rem, -0.781rem + 9.38vw, 6.25rem);
    }
}

/* ==============================================
    recruitment
============================================== */
#recruitment {
    position: relative;
    padding-top: 175px;
    padding-bottom: 90px; 
}
#recruitment::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    height: 100%;
    background: #fff;
}
#recruitment #tab,
#recruitment section {
    position: relative;
    z-index: 1;
}

#recruitment #tab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto 80px;
    padding: 1em 0;
    background: #fff3f3;
    border-radius: 10px;
}
#recruitment #tab strong {
    width: 10em;
    text-align: center;
    font-weight: 500;
}
#recruitment #tab ul {
    list-style: none;
    margin-left: 0.6em;
    border-left: 1px solid #d9d9d9;
}
#recruitment #tab li {
    display: inline-block;
    padding: 0.2em 1.2em;
    color: #20a7ac;
    font-size: 20px;
    cursor: pointer;
}
@media (hover: hover) {
    #recruitment #tab li:hover {
        text-decoration: underline;
    }
}

.tab-btn.active {
    text-decoration: underline;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}

#recruitment [id^="job"] h2 {
    margin-bottom: 1.5em;
    padding: 0.2em 0 0.2em 2em;
    background: url("image/recruit_icn.png") no-repeat left center ;
    color: #20a7ac;
    font-size: 36px;
}
#recruitment [id^="job"] h3 {
    margin-bottom: 0.7em;
    padding: 0.15em 0 0.2em 1em;
    background-image: radial-gradient(circle, #eb9797 4px, transparent 4px);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 8px 12px;
    font-size: 24px;
    color: #54585a;
}

#recruitment table {
    width: 100%;
}
#recruitment th,
#recruitment td {
    padding: 1.3em;
    border: none;
    vertical-align: top;
    background: none;
    background-position: left top;
    background-repeat: repeat-x;
    line-height: 1.5;
}
#recruitment th {
    width: 23%;
    background-image: repeating-linear-gradient(90deg, #57c0c4, #57c0c4 1px, transparent 1px, transparent 1px);
    background-size: 100% 3px;
    color: #57c0c4;
    white-space: nowrap;
    font-weight: 700;
    text-align: center;
}
#recruitment td {
    background-image: radial-gradient(circle, #57c0c4 1.5px, transparent 1.5px);
    background-size: 17px 3px;
    text-align: left;
    padding-left: 2.3em;
}
@media screen and (max-width: 1000px) {
    #recruitment {
        padding-top: clamp(4.375rem, -2.188rem + 21vw, 10.938rem);
        padding-bottom: clamp(3.125rem, 0.625rem + 8vw, 5.625rem); 
    }
    #recruitment #tab {
        margin-bottom: clamp(1.875rem, -2.813rem + 12.5vw, 5rem);
    }
    #recruitment #tab li {
        font-size: clamp(0.875rem, 0.313rem + 1.5vw, 1.25rem);
    }
    #recruitment [id^="job"] h2 {
        background-size: 1.6em auto;
        font-size: clamp(1.375rem, 0.5rem + 2.8vw, 2.25rem);
    }
    #recruitment [id^="job"] h3 {
        background-image: radial-gradient(circle, #eb9797 0.15em, transparent 0.15em);
        background-size: 0.3em 0.5em;
        font-size: clamp(1rem, 0.5rem + 1.6vw, 1.5rem);
    }
}
@media screen and (max-width: 500px) {
    #recruitment th,
    #recruitment td {
        font-size: 12px;
        padding-top: 1em;
        padding-bottom: 1em;
    }
    #recruitment th {
        width: 18%;
        padding-left: 3px;
        padding-right: 3px;
        background-size: 100% 2px;
    }
    #recruitment td {
        background-image: radial-gradient(circle, #57c0c4 1.5px, transparent 1.5px);
        background-size: 10px 2px;
        padding-left: 1em;
        padding-right: 1em;
    }
}

/* ==============================================
    gift / workplace
============================================== */
#gift .inner,
#workplace {
    max-width: 990px;
    margin: 0 auto;
    padding: 60px 80px;
    border-radius: 60px;
    background: #fff;
}
@media screen and (max-width: 1000px) {
    #gift .inner,
    #workplace {
        padding: clamp(2.5rem, 1.25rem + 4vw, 3.75rem) clamp(1.25rem, -2.5rem + 12vw, 5rem) clamp(3.125rem, 2.5rem + 2vw, 3.75rem);
        border-radius: clamp(2.5rem, 1.25rem + 4vw, 3.75rem);
    }
}

/* ==============================================
    gift
============================================== */
#gift {
    position: relative;
    padding-top: 155px;
}

#gift .inner div {
    position: relative;
}

#gift p {
    width: calc(100% - 230px);
    max-width: 540px;
    line-height: 2;
}
#gift h3,
#gift dd {
    color: #eb9797;
}
#gift h3 {
    margin-top: 1em;
    margin-bottom: 0.7em;
    font-size: 28px;
}
#gift dl {
    margin-bottom: 1em;
    display: grid;
    grid-template-columns: 7em auto;
    grid-gap: 0.4em 0;
    font-size: 1.125em;
}
#gift dd {
    font-weight: 700;
}
#gift p.memo {
    font-size: 0.875em;
}

#gift span {
    position: absolute;
    top: 0;
    right: 20px;
}
@media screen and (max-width: 1000px) {
    #gift {
        padding-top: clamp(5rem, 2.813rem + 7vw, 7.188rem);
    }
    #gift h3 {
        font-size: clamp(1.125rem, 0.5rem + 2vw, 1.75rem);
    }
}
@media screen and (max-width: 700px) {
    #gift span {
        top: auto;
        bottom: 2.5em;
        right: 5px;
    }
    #gift p {
        width: 100%;
    }
    #gift span img {
        width: clamp(3.75rem, 0.313rem + 11vw, 7.188rem);
    }
}

/* ==============================================
    welfare
============================================== */
#welfare > .listDot {
    max-width: 500px;
    margin: 0 auto;
}

#workplace {
    margin-top: 4em;
}
#workplace ul {
    margin-top: 3em;
}
@media screen and (max-width: 700px) {
    #workplace ul {
        margin-top: 1.5em;
    }
}

.photo p {
    margin-top: 4em;
    text-align: left;
}
.photo strong {
    display: block;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    font-size: 22px;
    font-weight: 700;
    color: #20a7ac;
    text-align: center;
}
@media screen and (max-width: 1000px) {
    .photo strong {
        font-size: clamp(1rem, 0.625rem + 1.2vw, 1.375rem);
    }
}

/* ==============================================
    policy
============================================== */
#policy {
    margin-top: 140px;
}
#policy h4,
#policy dt {
    color: #eb9797;
}

#policy h4 {
    margin-bottom: 0.6em;
    color: #eb9797;
    font-size: 28px;
}
#policy dt {
    margin-bottom: 0.6em;
    margin-top: 2em;
    font-size: 20px;
    font-weight: 700;
}
#policy dd {
    line-height: 2;
}
#policy strong {
    font-weight: 700;
}
@media screen and (max-width: 1000px) {
    #policy {
        margin-top: clamp(5rem, 1.25rem + 12vw, 8.75rem);
    }
    #policy h4 {
        font-size: clamp(1.25rem, 0.75rem + 1.6vw, 1.75rem);
    }
    #policy dt {
        font-size: clamp(1rem, 0.75rem + 0.8vw, 1.25rem);
    }
}

/* ==============================================
    education
============================================== */
#education {
    margin-top: 140px;
}
#education p + p {
    margin-top: 1.5em;
}
@media screen and (max-width: 1000px) {
    #education {
        margin-top: clamp(5rem, 1.25rem + 12vw, 8.75rem);
    }
}

/* ==============================================
    contact
============================================== */
.contact {
    max-width: 1100px;
    margin: 70px auto 135px;
}

.contact .inquiry_btn {
    margin-top: 60px;
}
.contact .inquiry_btn img {
    width: 100%;
}
.contact .inquiry_btn a::before {
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
}
@media (hover: hover) {
    .contact .inquiry_btn a:hover img {
        transform: scale(1.02, 1.01);
    }
    .contact .inquiry_btn a:hover::before {
        top: -110px;
    }
}

.contact,
.contact a {
    color: #20a7ac;
}
.contact strong {
    margin-bottom: 75px;
    font-size: 28px;
}
.contact dl {
    background: #fff;
}
.contact .call::before {
    background-image: url(image/header_call.svg);
}
@media screen and (min-width: 701px) {
    .contact div {
        display: flex;
        justify-content: space-between;
    }
    .contact .inquiry_btn {
        width: 50%;
        max-width: 544px;
    }
    .contact dl {
        width: 46%;
        max-width: 500px;
    }
}
@media screen and (max-width: 1000px) {
    .contact {
        margin-bottom: clamp(5rem, -3.021rem + 18.33vw, 8.438rem);
    }
    .contact strong {
        margin-bottom: clamp(1.875rem, -0.938rem + 9vw, 4.688rem);
        font-size: clamp(1.375rem, 1rem + 1.2vw, 1.75rem);
    }
}
@media screen and (max-width: 700px) {
    .contact {
        max-width: 400px;
    }
    .contact strong {
        margin-bottom: 120px;
    }
    .contact dl {
        margin-top: 2em;
    }
}

/* ==============================================
    images
============================================== */
#images {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 95px;
    background: url(image/recruit_catch.png) no-repeat top center;
}
@media screen and (max-width: 1300px) {
    #images {
        background-position: top left;
    }
}
@media screen and (max-width: 900px) {
    #images {
        padding-top: 10vw;
        background-size: auto 17vw;
    }
    #images img {
        width: 200vw;
    }
}
@media screen and (max-width: 500px) {
    #images {
        padding-top: 50px;
        background-size: auto 85px;
    }
    #images img {
        width: 1000px;
    }
}
