/* トップページ */

.headerlogo_img_sp {
    display: none;
}
.headerlogo_img {
    display: none;
}


/* ////////////////////////////////// */
/* トップイメージ画像 */
/* ////////////////////////////////// */
#topimg {
    position: relative;
    width: 100%;
    height: calc(100vh - 70px);
    /*margin-top: 78px;*/
    background-image: url(../images/index/topimg.jpg);
    background-size: cover;
    background-position: center top;
}

.top_logo_area {
    position: absolute;
    /*top: 0;*/
    left: 0;
    z-index: 2;
    background: #fff;
    top: 40px;
    width: 200px;
    height: 200px;
    padding: 30px;
    /*border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;*/
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
}
.top_logo_area img {
    width: 100%;
}

.top_txt_area {
    position: absolute;
    top: calc(300px + 100px);
    left: 20%;
    z-index: 2;
    /*width: 460px;*/
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}
.top_txt_area h2 {
    font-size: 46px;
    background: #fff;
    padding: 3px 15px;
    margin-bottom: 10px;
    display: inline-block;
}
.top_txt_area h2 .color1 {
    color: #FF6644;
}
.top_txt_area h2 .color2 {
    color: #FF8E25;
}
.top_txt_area h2 .color3 {
    color: #FFE251;
}
.top_txt_area h2 .color4 {
    color: #31C521;
}
.top_txt_area h2 .color5 {
    color: #469CFF;
}
.top_txt_area h2 .color6 {
    color: #D473DC;
}
.top_txt_area h2 .color7 {
    color: #FA7EB5;
}

.top_arrow_area {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    display: flex;
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    display: none; /* いったん非表示 */
}
.top_arrow_left {
    border-right: solid 1px #CCCCCC;
    padding: 10px 20px;
    margin: 10px 0;
    font-size: 20px;
}
.top_arrow_right {
    padding: 10px 20px;
    margin: 10px 0;
    font-size: 20px;
}

.top_news_area {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    width: 700px;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background: #fff;
    padding: 10px 20px;
    border-radius: 25px;
}
.top_news_area p {
    font-size: 14px;
}
.top_news_area p .title {
    color: #FF8E25;
    border-right: solid 1px #CCCCCC;
    font-weight: bold;
    padding-right: 15px;
    margin-right: 15px;
}
.top_news_area p .date {
    color: #B5B5B5;
    margin-right: 10px;
}



/* ////////////////////////////////// */
/* 見出し・リンク1 */
/* ////////////////////////////////// */
#midashi {

}
.midashi_flex {
    display: flex;
    justify-content: center;
    margin: 100px auto 0;
    max-width: 1000px;
}
.midashi_block {
    display: block;
    margin: 0 auto;
    /*max-width: 1000px;*/
    width: 750px;
}
.midashi_block h3 {
    text-align: center;
    font-size: 28px;
    line-height: 2.2;
    margin-bottom: 30px;
}
.midashi_block h3 .color1 {
    color: #fff;
    background: #31C521;
    padding: 0 5px;
    margin: 0 5px;
}
.midashi_block h3 .color2 {
    color: #fff;
    background: #FA7EB5;
    padding: 0 5px;
    margin: 0 5px;
}
.midashi_block h3 .color3 {
    color: #fff;
    background: #FF8E25;
    padding: 0 5px;
    margin: 0 5px;
}
.midashi_block h3 .color4 {
    color: #fff;
    background: #469CFF;
    padding: 0 5px;
    margin-right: 5px;
}
.midashi_block p {
    text-align: center;
    line-height: 2.0;
}

.midashi_img_left {
    display: block;
    width: 150px;
    position: relative;
}
.backimg_left1 {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 2;
    width: 170px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.backimg_left2 {
    position: absolute;
    top: 60%;
    left: 70%;
    z-index: 2;
    width: 100px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.midashi_img_right {
    display: block;
    width: 150px;
    position: relative;
}
.backimg_right1 {
    position: absolute;
    top: 100%;
    left: 65%;
    z-index: 2;
    width: 170px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.backimg_right2 {
    position: absolute;
    top: 70%;
    left: 30%;
    z-index: 2;
    width: 80px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.link1_flex {
    display: flex;
    justify-content: space-between;
    margin: 100px auto 130px;
    max-width: 1000px;
}
.link1_block {
    display: block;
    width: 300px;
}
.link1_flex .block1_left {

}
.link1_flex .block1_center {
    margin-top: 70px;
}
.link1_flex .block1_right {
    margin-top: 140px;
}
.link1_img {
    position: relative;
    width: 300px;
    height: 300px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.link1_block .img1 {
    background-image: url(../images/index/midashi_img1.jpg);
    background-size: cover;
    background-position: center center;
}
.link1_block .img2 {
    background-image: url(../images/index/midashi_img2.jpg);
    background-size: cover;
    background-position: center center;
}
.link1_block .img3 {
    background-image: url(../images/index/midashi_img3.jpg);
    background-size: cover;
    background-position: 20% center;
}
.link1_block .title {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 250px;
    padding: 15px;
    font-size: 20px;
    padding-bottom: 0;
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    transition: 0.4s;
}
.link1_block .title:hover {
    padding-left: 20px;
}
.link1_block .color1 {
    color: #31C521;
}
.link1_block .color1 i {
    color: #31C521;
}
.link1_block .color2 {
    color: #FA7EB5;
}
.link1_block .color2 i {
    color: #FA7EB5;
}
.link1_block .color3 {
    color: #469CFF;
}
.link1_block .color3 i {
    color: #469CFF;
}
.link1_block .title span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}
.link1_block .txt_p {
    padding: 0 15px;
    line-height: 1.8;
}
.link1_block .title img {
    width: 16px;
}


/* ////////////////////////////////// */
/* 事業所紹介 */
/* ////////////////////////////////// */
#jigyou {

}
.jigyou_flex {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 130px;
    max-width: 1000px;
    flex-wrap: wrap;
}
.jigyou_block {
    display: block;
    width: calc(100% / 3 - 30px);
    margin-bottom: 30px;
}
.jigyou_img {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 20px;
}
.jigyou_img img {
    width: 100%;
}
/*
.jigyou_block .img1 {
    background-image: url(../images/index/jigyou_img1.jpg);
    background-size: cover;
    background-position: center center; 
}
.jigyou_block .img2 {
    background-image: url(../images/index/jigyou_img2.jpg);
    background-size: cover;
    background-position: center center; 
}
*/
.jigyou_block h4 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}
.jigyou_block table {
    width: 100%;
    margin-bottom: 10px;
}
.jigyou_block table th {
    display: flex;
    width: 70px;
}
.jigyou_block table td {
    padding-bottom: 5px;
}
.jigyou_block table td i {
    margin-right: 3px;
}
/*
.jigyou_block .color1 {
    color: #FF8E25;
}
.jigyou_block .color2 {
    color: #469CFF;
}
*/
.jigyou_block .detail_btn {
    display: block;
    margin: 0 auto;
    width: 180px;
    background: #ECEEF1;
    color: #4C4C4C;
    border-radius: 30px;
    padding: 15px 20px;
    text-align: center;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jigyou_block .detail_btn:hover {
    background: #cccccc;
}
/*
.jigyou_block .detail_btn:hover {
    background: #4C4C4C;
    color: #ECEEF1;
}
.jigyou_block .detail_btn:hover i {
    color: #ECEEF1;
}
*/
.jigyou_block .detail_btn img {
    width: 16px;
    margin-left: 10px;
}


/* ////////////////////////////////// */
/* お知らせ */
/* ////////////////////////////////// */
#news {

}
.news_flex {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 150px;
    max-width: 1000px;
}
.news_block_left {
    display: block;
    width: 350px;
    position: relative;
}
.news_block_left h3 {
    font-size: 28px;
}
.news_block_left h3 span {
    display: block;
    color: #B5B5B5;
    font-size: 14px;
    margin-top: 5px;
}
.news_block_left .detail_btn {
    display: block;
    margin-top: 50px;
    width: 180px;
    background: #ECEEF1;
    color: #4C4C4C;
    border-radius: 30px;
    padding: 15px 20px;
    text-align: center;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news_block_left .detail_btn img {
    width: 16px;
    margin-left: 15px;
    position: unset;
    transition: unset;
}
.news_block_left .detail_btn:hover {
    background: #cccccc;
}
/*
.news_block_left .detail_btn:hover {
    background: #4C4C4C;
    color: #ECEEF1;
}
.news_block_left .detail_btn:hover i {
    color: #ECEEF1;
}
*/
.news_block_left img {
    position: absolute;
    bottom: 0;
    /*left: 50%;*/
    left: 70%;
    width: 150px;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.news_block_right {
    display: block;
    width: 650px;
}
.news_flex2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: dotted 1px #4C4C4C;
}
.news_flex2 .news_img {
    position: relative;
    width: 260px;
    height: 180px;
    margin: 20px;
    /*background-image: url(../images/index/news_img.jpg);
    background-size: cover;
    background-position: center center;*/
    /*border-radius: 15px;*/
}
.news_flex2 .news_img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.news_block2 {
    display: block;
    width: calc(650px - 260px - 50px);
}
.news_block2 .date {
    color: #B5B5B5;
}
.news_block2 .date span {
    margin-left: 15px;
    color: #fff;
    font-size: 14px;
    padding: 0px 5px;
    background: #4C4C4C;
}
.news_block2 .date .color1 {
    background: #31C521;
}
.news_block2 .date .color2 {
    background: #FF8E25;
}
.news_block2 .date .color3 {
    background: #FA7EB5;
}
.news_block2 .title {
    margin: 10px 0;
    font-size: 18px;
}


/* ////////////////////////////////// */
/* 自己評価表 */
/* ////////////////////////////////// */
#eva {
    margin-bottom: 130px;
}
.eva_p {
    margin: 0 auto 30px;
    max-width: 1000px;
    text-align: center;
}
#eva .detail_btn {
    display: block;
    margin: 0 auto;
    width: 180px;
    background: #ECEEF1;
    color: #4C4C4C;
    border-radius: 30px;
    padding: 15px 20px;
    text-align: center;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
}
#eva .detail_btn img {
    width: 16px;
    margin-left: 15px;
    position: unset;
    transition: unset;
}
#eva .detail_btn:hover {
    background: #cccccc;
}


/* ////////////////////////////////// */
/* リンク２ */
/* ////////////////////////////////// */
#link2 {

}
.link2_flex {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    /*max-width: 1000px;*/
    max-width: 750px;
}
.link2_block {
    display: block;
    position: relative;
    width: 350px;
    height: 250px;
    margin-bottom: 30px;
    border-radius: 20px;
}
.link2_flex .img1 {
    background-image: url(../images/index/link2_img1.jpg);
    background-size: cover;
    background-position: center center;
}
.link2_flex .img2 {
    background-image: url(../images/index/link2_img2.jpg);
    background-size: cover;
    background-position: center center;
}
.link2_block .title {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 150px;
    padding: 15px;
    font-size: 20px;
    padding-bottom: 0;
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    transition: 0.4s;
}
.link2_block .title:hover {
    padding-left: 20px;
}
.link2_block .color1 {
    color: #31C521;
}
.link2_block .color1 i {
    color: #31C521;
}
.link2_block .color2 {
    color: #FA7EB5;
}
.link2_block .color2 i {
    color: #FA7EB5;
}
.link2_block .title span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}
.link2_block .title img {
    width: 16px;
}


/* ////////////////////////////////// */
/* Instagram */
/* ////////////////////////////////// */
.inst_area {
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url(../images/index/instback.png);
    background-size: cover;
    background-position: center center;
    margin: 130px 0;
}
.inst_txtblock {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 5;
    width: 580px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
.inst_txtblock h4 {
    font-size: 28px;
}
.inst_txtblock p {
    margin: 30px 0;
}
.inst_flex {
    display: flex;
    justify-content: space-between;
}
.inst_flex .link1 {
    width: calc(100% / 3 - 15px);
    color: #fff;
    background: #FF8E25;
    border: solid 2px #FF8E25;
    margin: 0 auto;
    border-radius: 30px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}
.inst_flex .link1:hover {
    background: #FF6644;
    border: solid 2px #FF6644;
}
.inst_flex .link2 {
    width: calc(100% / 3 - 15px);
    color: #fff;
    background: #469CFF;
    border: solid 2px #469CFF;
    margin: 0 auto;
    border-radius: 30px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}
.inst_flex .link2:hover {
    background: #196cca;
    border: solid 2px #196cca;
}
.inst_flex .link3 {
    width: calc(100% / 3 - 15px);
    color: #fff;
    background: #31C521;
    border: solid 2px #31C521;
    margin: 0 auto;
    border-radius: 30px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}
.inst_flex .link3:hover {
    background: #43a538;
    border: solid 2px #43a538;
}
.inst_flex img {
    width: 24px;
    margin-right: 5px;
}
.inst_flex:hover {
    /*opacity: 0.8;*/
}
/*
.inst_flex .link1:hover i {
    color: #FF8E25;
}
.inst_flex .link2:hover i {
    color: #469CFF;
}
*/
.inst_backimg_left1 {
    position: absolute;
    top: 20%;
    left: 25%;
    z-index: 2;
    width: 140px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.inst_backimg_left2 {
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: 2;
    width: 170px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.inst_backimg_left3 {
    position: absolute;
    top: 85%;
    left: 35%;
    z-index: 2;
    width: 130px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.inst_backimg_right1 {
    position: absolute;
    top: 10%;
    right: 10%;
    z-index: 2;
    width: 170px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.inst_backimg_right2 {
    position: absolute;
    top: 50%;
    right: 0%;
    z-index: 2;
    width: 130px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.inst_backimg_right3 {
    position: absolute;
    top: 95%;
    right: 15%;
    z-index: 2;
    width: 150px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



/* /////////////////////// */
/* サイズの大きいPC */
/* /////////////////////// */
/*
@media screen and (min-width:1250px){
    .inst_area {
        height: 600px;
    }
}
@media screen and (min-width:1450px){
    .inst_area {
        height: 650px;
    }
}
@media screen and (min-width:1600px){
    .inst_area {
        height: 750px;
    }
}
*/


/* /////////////////////// */
/* サイズの小さいPC */
/* /////////////////////// */
@media screen and (max-width:1050px){
    #topimg {
        /*margin-top: 68px;*/
    }
    .top_txt_area h2 {
        font-size: 36px;
    }
    .top_news_area {
        width: 480px;
    }

    .midashi_flex {
        max-width: 750px;
    }
    .midashi_img_left {
        width: 80px;
    }
    .midashi_img_right {
        width: 80px;
    }
    .midashi_block {
        width: 590px;
    }
    .backimg_left1 {
        top: 25%;
        width: 130px;
    }
    .backimg_left2 {
        top: 45%;
        width: 70px;
    }
    .backimg_right1 {
        top: 100%;
        left: 50%;
        width: 130px;
    }
    .backimg_right2 {
        top: 75%;
        left: 50%;
        width: 55px;
    }

    .link1_flex {
        max-width: 750px;
    }
    .link1_img {
        width: 230px;
        height: 230px;
    }
    .link1_block .title {
        width: 200px;
        font-size: 16px;
    }
    .link1_block .title span {
        font-size: 12px;
    }

    .jigyou_flex {
        max-width: 750px;
    }
    .jigyou_block {
        width: calc(100% / 3 - 10px);
    }
    .jigyou_img {
        height: 150px;
    }

    .news_flex {
        max-width: 750px;
    }
    .news_block_left {
        width: 250px;
    }
    .news_block_left img {
        width: 100px;
        display: none;
    }
    .news_block_left .detail_btn {
        margin-top: 30px;
    }
    .news_flex2 .news_img {
        width: 180px;
        height: 130px;
    }
    .news_block2 {
        width: 300px;
    }

    .eva_p {
        max-width: 750px;
    }

    .link2_block {
        height: 200px;
    }

    .inst_area {
        height: 450px;
    }
    .inst_txtblock {
        width: 530px;
    }
    /*
    .inst_flex .link1 {
        width: 180px;
    }
    .inst_flex .link2 {
        width: 180px;
    }
    */
    .inst_backimg_left1 {
        top: 15%;
        left: 25%;
        width: 120px;
    }
    .inst_backimg_left2 {
        width: 150px;
    }
    .inst_backimg_left3 {
        width: 120px;
    }
    .inst_backimg_right1 {
        right: 7%;
        width: 150px;
    }
    .inst_backimg_right2 {
        right: -2%;
        width: 120px;
    }
    .inst_backimg_right3 {
        width: 130px;
    }
}
/*
@media screen and (max-width:850px){
    #topimg {
        margin-top: 38px;
    }
}
@media screen and (max-width:782px){
    #topimg {
        margin-top: 24px;
    }
}
*/

/* 高さが低いPC */
@media screen and (min-width:768px) and (max-height:700px){
    #topimg {
        height: 100vh;
    }
    .top_txt_area {
        top: calc(300px + 70px);
    }
    .top_txt_area h2 {
        font-size: 36px;
    }
}


/* /////////////////////// */
/* レスポンシブ対応 */
/* /////////////////////// */
@media screen and (max-width:767px){
    #topimg {
        /*margin-top: 60px;*/
        margin-top: 0px;
        height: calc(100vh - 60px);
    }
    .top_logo_area {
        width: 150px;
        height: 150px;
        padding: 20px;
    }
    .top_txt_area {
        left: 0;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }
    .top_txt_area h2 {
        font-size: 32px;
    }
    .top_news_area {
        width: 100%;
        border-radius: 0;
        bottom: 0;
        padding: 10px;
    }

    .midashi_flex {
        margin: 70px auto 0;
        width: 100%;
    }
    .midashi_img_left {
        display: none;
    }
    .midashi_img_right {
        display: none;
    }
    .midashi_block {
        width: calc(100% - 40px);
    }
    .midashi_block h3 {
        font-size: 20px;
    }
    .midashi_block p {
        text-align: left;
    }

    .link1_flex {
        margin: 70px auto;
        width: calc(100% - 40px);
        flex-wrap: wrap;
    }
    .link1_block {
        width: 100%;
    }
    .link1_img {
        width: 100%;
    }
    .link1_flex .block1_center {
        margin-top: 50px;
    }
    .link1_flex .block1_right {
        margin-top: 50px;
    }
    .link1_block .title {
        width: 230px;
        font-size: 18px;
    }

    .jigyou_flex {
        width: calc(100% - 40px);
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .jigyou_block {
        width: 100%;
        margin-bottom: 50px;
    }
    .jigyou_img {
        height: 200px;
    }

    .news_block_sp {
        width: calc(100% - 40px);
        margin: 0 auto 100px;
    }
    .news_block_sp h3 {
        margin-bottom: 20px;
        text-align: center;
        font-size: 28px;
    }
    .news_block_sp h3 span {
        display: block;
        color: #B5B5B5;
        font-size: 14px;
    }
    .news_block_sp .detail_btn {
        display: block;
        margin: 0 auto;
        width: 180px;
        background: #ECEEF1;
        color: #4C4C4C;
        border-radius: 30px;
        padding: 15px 20px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .news_block_sp .detail_btn img {
        width: 16px;
        margin-left: 10px;
    }
    .news_flex2 {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .news_flex2 .news_img {
        width: 240px;
        height: 165px;
        margin: 0 auto 20px;
    }
    .news_block2 {
        margin-bottom: 20px;
        width: 100%;
    }

    #eva {
        margin-bottom: 100px;
    }
    .eva_p {
        width: calc(100% - 30px);
        text-align: left;
        margin-bottom: 30px;
    }

    .link2_flex {
        flex-wrap: wrap;
        width: calc(100% - 40px);
    }
    .link2_block {
        width: 100%;
    }

    .inst_area {
        margin: 70px 0;
        height: 350px;
    }
    .inst_txtblock {
        width: 100%;
    }
    .inst_flex {
        flex-wrap: wrap;
    }
    .inst_flex .link1 {
        width: 250px;
        margin-bottom: 15px;
    }
    .inst_flex .link2 {
        width: 250px;
        margin-bottom: 15px;
    }
    .inst_flex .link3 {
        width: 250px;
    }

    /* いったん非表示に */
    .inst_backimg_left1,
    .inst_backimg_left2,
    .inst_backimg_left3,
    .inst_backimg_right1,
    .inst_backimg_right2,
    .inst_backimg_right3 {
        display: none;
    }
}
@media screen and (max-width:480px){
    .top_logo_area {
        width: 100px;
        height: 100px;
        padding: 10px;
        top: 50px;
    }
}