@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}

body {
    overflow-x: hidden !important;
    width: 100%;
    margin: 0 auto;
    background-color: #82C1D7;
    color: #303030;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    padding-top: 109px;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

.header_content {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.header_box1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 20px 0 20px;
}

.header_logo img {
    max-height: 70px;
    width: auto;
}

.header_info {
    text-align: right;
}

.tel {
    font-size: 32px;
    font-weight: bold;
}

.tel a {
    color: #303030;
}

.time {
    font-size: 16px;
    padding-right: 10px;
}

.address {
    font-size: 16px;
}

.header_box2 a {
    display: inline-block;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.header_box2 {
    display: flex;
    justify-content: end;
    margin-right: 20px;
    margin-bottom: 20px;
}

.header_box2 img {
    max-height: 50px;
    width: auto;
    margin-top: 5px;
    margin-left: 10px;
}

a:hover {
    opacity: 0.5;
}


/* ファーストビュー--------------------------- */

.first-view {
    width: 100%;
    background-position: center bottom;
    min-height: 900px;
    width: auto;
    position: relative;
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding-bottom: 150px;
    padding-top: 160px;
}

.first-view::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/haikei.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 1;
}

.first-view_box1,
.first-view_box2 {
    position: relative;
    z-index: 2;
}

.first-view_box1 img {    
    max-width: 80%;
    margin-bottom: 50px;
}

.first-view_box2 img {
    max-width: 70%;
    border-radius: 15px;
}

.text,
.text2 {
    font-size: 18px;
    line-height: 40px;
}

.text {
    margin-bottom: 30px;
}


/* メイン--------------------------- */

#main {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    padding-top: 200px;
    margin-top: -100px;
    position: relative;
    z-index: 0;
}

/* 就労定着支援とは？--------------------------- */

.heading {
    text-align: center;
    margin-bottom: 100px;
    color: #5FB7D5;
}

.comics img {
    width: 100%;
    text-align: center;
}

.comics {
    text-align: center;
    display: flex;
}

.comics {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px 10px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 180px;
}

.br_span{
    display: inline-block;
    }

.summary {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.summary_img img {
    max-width: 80%;
    margin-right: 80px;
    margin-bottom: 250px;
}

.summary_comment {
    position: relative;
}

.comment1 {
    margin-bottom: 80px;
    line-height: 50px;
    position: absolute;
    top: 50px;
    left: 70px;
}

.comment2 {
    line-height: 50px;
    position: absolute;
    top: 200px;
    left: 70px;
}

.summary_comment img {
    width: 80%;
}


/* 就労定着支援のPointPoint--------------------------- */

h2 {
    text-align: center;
    margin-bottom: 100px;
    color: #5FB7D5;
    font-size: 2em;
}

.support {
    max-height: 50%;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 180px;
}

.support_box1 {
    width: 30%;
    padding-right: 100px;
}

.support_box2 ul {
    line-height: 35px;
}

.support_box2 {
    padding: 1.5em 2em 1.5em 3em;
    margin: 2em 0;
    border: solid 3px #82C1D7;
    border-radius: 10px;
}
.support_box2 ul li {
    margin: 0; 
    padding: 0;
}

.support2 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    text-align: center;
    margin-bottom: 250px;
}

.support_box3 {
    display: grid;
    grid-gap: 20px;
}

.support_box3 img {
    width: 60%;
    height: auto;
    object-fit: contain;
}

.topic1,
.topic2 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    margin-top: 20px;
}

.topic1 {
    color: #FFA024;
}

.topic2 {
    color: #93D959;
}

.support_comment1,
.support_comment2 {
    text-align: left;
    list-style-position: inside;
    margin-left: 150px;
    margin-right: 150px;
}

.support_comment1 ul li,
.support_comment2 ul li {
    margin-bottom: 10px;
}

.support_comment1 p,
.support_comment2 p {
    text-align: right;
}

.support_comment1,
.support_comment2 {
    padding: 1.5em 2em 1.5em 2em;
    border-radius: 10px;
}

.support_comment1 {
    border: solid 3px #FFA024;
}

.support_comment2 {
    border: solid 3px #93D959;
}


/* 就労支援の流れ--------------------------- */

.flow img {
    width: 90%;
    margin: auto;
    display: block;
    margin-bottom: 180px;
}

.lead {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.lead_comment {
    position: relative;
}

.lead_comment img {
    width: 60%;
    margin-top: 50px;
}

.comment3 {
    margin-bottom: 80px;
    line-height: 50px;
    position: absolute;
    top: 100px;
    left: 170px;
}

.lead_img img {
    width: 90%;
    margin-bottom: 250px;
}


/* SNS--------------------------- */

.sns {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.sns img {
    max-height: 100px;
    width: auto;
    margin: 50px;
}

.sns2 {
    display: flex;
    justify-content: space-around;
    padding-bottom: 250px;
}

.sns2 a {
    color:#00B16B;
    font-size: 1.5rem;
    text-decoration: none;
}


/* お問合せ--------------------------- */

footer {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
}

.footer {
    text-align: center;
}

.footer img {
    max-height: 60px;
    width: auto;
}

footer div {
    width: 50%;
    height: auto;
    margin: 0 auto;
}

.info {
    margin-top: 70px;
    margin-bottom: 100px;
}

.flex_info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #303030;
    margin-top: 30px;
    padding-bottom: 30px;
}

.flex_info dt {
    width: 80px;
}

.flex_info dd {
    text-align: right;
}

.flex_info a {
    color: #303030;
}

.map-container {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

footer {
    background-color: white;
    padding-bottom: 100px;
}

.copy {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 100px;
    font-weight: bold;
    color: #ffffff;
}










/* メディアクエリ---------------------- */

@media (max-width: 1400px) {
    .first-view {
        min-height: 800px;
        width: auto;
    }

    .first-view_box2 img {
        margin-top: 30px;
    }

}


@media (max-width: 1200px){
    body {
        font-size: 16px;
    }

    #main {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .first-view {
        min-height: 600px;
        width: auto;
    }

    .first-view_box1 img {
        max-width: 90%;
        margin-top: 0;
        padding-left: 30px;
    }
    
    .first-view_box2 img {
        max-width: 80%;
        margin-top: 50px;
    }
    
    .text,
    .text2 {
        padding-left: 40px;
        font-size: 15px;
    }

    h2,
    .heading {
        margin-bottom: 80px;
    }   
    
    /* 就労定着支援とは？---------------------------- */

    .comics {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 150px;
    }

    .summary {
        width: 90%;
        margin-left: 80px;
    }

    .summary_img img {
        width: 80%;
        margin-bottom: 200px;
    }

    .comment1 {
        margin-bottom: 80px;
        line-height: 40px;
        top: 50px;
        left: 30px;
    }

    .comment2 {
        line-height: 40px;
        top: 160px;
        left: 30px;
    }

/* 就労定着支援のPointPoint---------------------------- */

    .support {
        margin-bottom: 130px;
    }

    .support_box1 {
        padding-right: 50px;
    }

    .support_box1 img {
        width: 100%;
        padding-left: 20px;
    }

    .support_box2 {
        padding: 1em 1.5em 1em 2em;
        margin-top: 20px;
    }

    .support2 {
        margin-bottom: 200px;
    }
    
    .topic1,
    .topic2 {
        margin-top: 10px;
    }
    
    .support_comment1,
    .support_comment2 {
        padding: 1em 1.5em 1em 1.5em;
        border-radius: 10px;
        margin-left: 120px;
        margin-right: 120px;
    }

/* 就労支援の流れ---------------------------- */

    .flow img {
        width: 100%;
        margin-bottom: 150px;
    }

    .lead_comment img {
        width: 60%;
        padding-left: 0px;
        margin-top: 0px;
    }

    .comment3 {
        line-height: 40px;
        top: 60px;
        left: 150px;
    }

    .lead_img img {
        width: 80%;
        padding-right: 80px;
        margin-bottom: 200px;
    }

/* SNS---------------------------- */

    .sns {
        margin-bottom: 80px;
    }

    .sns img {
        max-height: 80px;
    }

    .sns2 {
        padding-bottom: 200px;
    }

/* お問い合わせ---------------------------- */

    footer div {
        width: 60%;
        height: auto;
        margin: 0 auto;
    }

}


@media (max-width: 900px) {

    #main {
    padding-left: 10px;
    padding-right: 10px;
    }

    h2,
    .heading {
        margin-bottom: 50px;
    }

    .header_box2 {
        display: flex;
        justify-content: end;
    }
    
    .header_box2 img {
        padding-left: 5px;
    }

    .text,
    .text2 {
        line-height: 30px;
    }


/* 就労定着支援とは？---------------------------- */

    .summary {
        width: 80%;
        margin-left: 100px;
        margin-bottom: 180px;
    }

    .summary_img img {
        max-width: 70%;
        margin-top: 80px;
        padding-left: 50px;
        margin-bottom: 100px;
    }

    .comment1 {
        margin-bottom: 80px;
        line-height: 40px;
        top: 0px;
        left: 30px;
    }

    .comment2 {
        line-height: 40px;
        top: 200px;
        left: 30px;
    }

    .summary_comment img {
        width: 100%;
        margin-top: 50px;
    }

/* 就労定着支援のPointPoint---------------------------- */

    .support {
        margin-bottom: 100px;
    }

    .support_box1 {
        margin-left: 20px;
    }

    .support_box2 {
        margin-top: 0;
        margin-right: 20px;
    }

    .support2 {
        margin-bottom: 180px;
    }

    .support_comment1,
    .support_comment2 {
        margin-left: 60px;
        margin-right: 60px;
    }

/* 就労支援の流れ---------------------------- */

    .flow img {
        margin-bottom: 120px;
    }

    .lead {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .comment3 {
        line-height: 40px;
        top: 50px;
        left: 100px;
    }
    
    .lead_comment img {
        width: 70%;
    }

    .lead_img img {
        padding-right: 50px;
        margin-bottom: 150px;
    }

/* SNS--------------------------- */

    .sns {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .sns img {
        max-height: 50px;
        width: auto;
        margin: 30px;
    }

    .sns2 {
        padding-bottom: 150px;
    }

    .sns2 a {
        font-size: 1rem;
    }

/* お問い合わせ---------------------------- */

    .footer span {
        display: inline-block;
    }

    .footer img {
        max-height: 60px;
        width: auto;
    }

}


@media (max-width: 450px) {

    #main {
        padding-top: 150px;
    }

    .sp {
        display: block !important;
    }
    
    .pc {
        display: none !important;
    }

    .header_content {
        display: flex;
        justify-content: space-between;
    }
    
    .header_logo img {
        max-height: 60px;
        width: auto;
    }

    .header_box2 {
        padding: 20px 20px 0px 20px;
        margin-right: 0px;
    }

    .header_box2 img {
        max-height: 60px;
        width: auto;
    }

    .header_logo img {
        margin-left: 0px;
    }

    .header_info {
        display: none;
    }

/* ファーストビュー---------------------------- */

    .first-view {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        padding-top: 80px;
    }

    .first-view::before {
        background-image: url(../images/haikei_sp.webp);
        top: -10px;
    }

    .first-view_box1,
    .first-view_box2 {
        width: 90%;
        margin-left: 20px;
        margin-right: 20px;
    }

    .first-view_box1 img {
        padding-left: 0px;
        margin-bottom: 40px;
    }

    .text,
    .text2 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .first-view_box2 img {
        max-width: 90%;
    }

    h2 {
        font-size: 1.5em;
        margin-bottom: 40px;
    }

/* 就労定着支援とは？---------------------------- */

    .heading {
        margin-bottom: 40px;
    }

    .comics {
        display: grid;
        grid-template-columns: 1fr;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 120px;
    }

    .comment1,
    .comment2 {
        left: 10px;
    }

    .summary {
        width: 70%;
        margin-left: 60px;
        display: block;
        margin-bottom: 0px;
    }

    .summary_img img {
        width: 90%;
        padding-left: 0px;
        margin-right: 0px;
        margin-top: 140px;
        margin-bottom: 150px;
    }

/* 就労定着支援のPointPoint---------------------------- */

    .support {
        display: block;
    }

    .support_box1 {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 40px;
        padding-right: 0px;
    }

    .support_box1 img {
        padding-left: 0px;
    }

    .support_box2 {
        margin-right: 40px;
        margin-left: 40px;
    }

    .support2 {
        grid-template-columns: 1fr;
        gap: 100px;
        margin-bottom: 150px;
    }

    .support_comment1,
    .support_comment2 {
        margin-left: 50px;
        margin-right: 50px;
    }

/* 就労支援の流れ---------------------------- */

    .lead {
        width: 90%;
        display: grid;
        gap: 20px;
        text-align: center;
        margin: 0 auto;
    }
    
    .lead_comment img {
        width: 60%;
        padding-left: 0px;
    }
    
    .comment3 {
        line-height: 40px;
        position: absolute;
        top: 30px;
        left: 60px;
    }

    .lead_img img {
        width: 90%;
        padding-right: 0px;
        margin-top: 20px;
    }

/* SNS--------------------------- */

    .sns {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        text-align: center;
    }

    .sns img {
        max-height: 50px;
        width: auto;
        margin: 20px;
    }

    .sns2 {
        display: flex;
        justify-content: space-around;
        padding-bottom: 150px;
    }

/* お問い合わせ---------------------------- */

    footer div {
        width: 90%;
    }

    .footer img {
        max-height: 50px;
        width: auto;
    }

    .info {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    footer {
        padding-bottom: 50px;
    }
    
    .map-container {
        padding-top: 75%;
    }

    .copy {
        padding-bottom: 50px;
    }

}


@media (max-width: 400px) {

    .comment3 {
        left: 40px;
    }
}