@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap');
* {
    margin: 0;
    padding: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    box-sizing: border-box;
}

.col-10 {
    width: 100%;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-51%);
}

.col-5 {
    width: 50%;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.header {
    height: 150px;
    padding: 0 15px;
    border-bottom: medium solid #e8e8e8;
}

@media (min-width: 1200px) {
    .header {
        padding: 0 150px;
    }
}
@media (max-width: 620px) {
    .header {
        height: 80px;
    }
}

.header .header_logo img {
    width: 100%;
    max-width: 610px;
    vertical-align: middle;
}

.header .header_logo span {
    color: #21879b;
    vertical-align: middle;
    font-size: 50px;
}

@media (max-width: 512px) {
    .header .header_logo span {
        font-size: 30px;
    }
}

.header .header_title {
    text-align: center;
    color: #fff;
    padding: 20px 0;
    background: #f29286;
    font-size: 30px;
}

@media (max-width: 768px) {
    .header .header_title {
        font-size: 20px;
    }
}

@media (max-width: 620px) {
    .header .header_title {
        font-size: 13px;
    }
}

.content {
    text-align: center;
    position: relative;
    padding: 20px 15px;
}

@media (min-width: 1200px) {
    .content {
        padding: 15px 150px;
    }
}

.content h1 {
    font-size: 39px;
    width: 100%;
}

@media (max-width: 620px) {
    .content h1 {
        font-size: 22px;
    }
}

.content h1 span {
    color: #f29286;
    font-size: 1.5em;
}

@media (max-width: 620px) {
    .content h1 span {
        font-size: 1.2em;
    }
}
.top_visual img {
    width: 100%;
}
.top_visual_ img {
    width: 100%;
    height: calc(100vh - 290px);
    object-fit: cover;
}

.content .des {
    margin: 0;
    width: 100%;
    max-width: 100%;
    font-size: 30px;
    font-weight: bold;
}

@media (max-width: 620px) {
    .content .des {
        font-size: 18px;
    }
}

.border_section h1 {
    padding: 7px 0;
    color: #fff;
    font-size: 33px;
    position: relative;
    background: #f29286;
    margin-bottom: 30px;
    text-align: center;
}

.description {
    width: 78%;
    text-align: center;
    margin: 0 auto;
    white-space: nowrap;
}

@media (max-width: 620px) {
    .description {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .border_section h1 {
        font-size: 20px;
        margin-bottom: 16px;
    }
}

@media (min-width: 769px) {
    .description h2 {
        font-size: 42px;
        margin: 0;
        width: 100%;
    }
}

.description h2 .career {
    color: #ef9339;
}

.description h2 .blue {
    color: #21879b;
}

.pagination {
    position: relative;
}

.pagination .number {
    text-align: center;
    margin: 20px 0;
}

.pagination .number li:hover {
    color: #fff;
    background: #ef9339;
}

@media (min-width: 769px) {
    .pagination .number {
        width: 100%;
    }
}
.pagination .number li {
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    border-radius: 50%;
    cursor: pointer;
    line-height: 32px;
    color: #000;
    background: #fee4c8;
}
.pagination .number li.active {
    color: #fff;
    background: #ef9339;
}
.listItem {
    padding: 30px 0;
    background: #ffeff0;
}
.listItem_ribbon h5 {
    font-size: 28px;
    margin: 3px auto 10px;
    text-align:center;
}
.listItem_ribbon h5 p{
    margin-left: -15%;
}
.listItem_ribbon h5 span {
    color: #f29286;
    font-size: 33px;
}
.listItem_ribbon h5 span.emphasis {
    font-size:1.5em;
}
.listItem_ribbon .ribbon {
    position: relative;
    height: 100px;
    margin-top: 10px;
}
@media (max-width: 512px) {
    .listItem_ribbon .ribbon {
        padding: 0 26px;
    }
}
@media (min-width: 1200px) {
    .listItem_ribbon .ribbon {
        padding: 0 150px;
    }
}
.ribbon .ribbon_content {
    position: relative;
    width: 100%;
    height: 100px;
    background: #f29286;
}
.listItem_ribbon .ribbon h2 {
    position: absolute;
    width: 75%;
    top: 43%;
    left: 50%;
    font-size: 30px;
    color: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
    padding-top: 10px;
}
@media (max-width: 620px) {
    .ribbon .ribbon_content {
        height:70px;
    }
    .listItem_ribbon .ribbon h2 {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .listItem_ribbon h5 {
        font-size: 25px;
    }
    
    .listItem_ribbon h5 span {
        font-size: 25px;
    }
}
@media (min-width: 1200px) {
    .listItem .listItem_items {
        padding: 0 200px;
    }
}
@media (max-width: 512px) {
    .listItem .listItem_items {
        padding: 0 15px;
    }
}
.listItem_items .item {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 25px;
    background: #fff;
    margin: 20px 0;
    border-radius: 10px;
    z-index: 2;
}
.item_heading .item_number {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #21879b;
    border-radius: 50%;
    font-size: 30px;
}
.item_heading h3 {
    font-size: 26px;
    margin-left: 60px;
}
@media (max-width: 512px) {
    .item_heading h3 {
        font-size: 16px;
    }
}
.item .item_image {
    margin: 10px 0;
}
.item .item_image img {
    width: 100%;
}
.item .des {
    font-size: 18px;
    color: #111111;
}
.footer {
    padding: 30px 15px;
    text-align: center;
}
.footer h3 {
    color: #ef9339;
    font-size: 25px;
}
@media (max-width: 768px) {
    .footer h3 {
        font-size: 21px;
    }
}
.footer button {
    padding: 15px 30px;
    color: #fff;
    width: 30%;
    font-size: 24px;
    text-align: center;
    border-radius: 10px;
    background: #ef9339;
    margin: 10px 0;
    cursor: pointer;
}
.footer p {
    font-size: 27px;
    font-weight: bold;
}
.footer .phoneNumber {
    font-size: 50px;
    color: #21879b;
    margin: 10px 0;
}
.date {
    font-size: 20px;
}
@media (max-width: 768px) {
    .footer button {
        font-size: 15px;
        padding: 15px 26px;
        width: 60%;
    }
    
    .footer p {
        font-size: 25px;
        font-weight: bold;
    }
    
    .footer .phoneNumber {
        font-size: 35px;
    }
    
    .footer .date {
        font-size: 19px;
    }
}
@media (max-width: 512px) {
    .footer button {
        font-size: 15px;
        padding: 15px 26px;
        width: 90%;
    }
    
    .footer p {
        font-size: 20px;
        font-weight: bold;
    }
    
    .footer .phoneNumber {
        font-size: 29px;
    }
    
    .footer .date {
        font-size: 18px;
    }
}
form {
    border: 5px solid #21879b;
    padding: 30px 30px 30px 30px;
    margin: 2px auto 20px;
}
.sub_title{
    font-size: 39px;
    font-weight: 600;
    color: #21879b;
    font-family: "游ゴシック";
}


@media (max-width: 768px) {
    form {
        padding: 40px 20px 20px 20px;
        width: 97%;
    }
    
    .buttonGroup .btn1 {
        margin-left: 215px;
    }
    .sub_title{
        font-size: 18px;
        font-weight: 600;
        color: #21879b;
    }
}
@media (max-width: 512px) {
    form {
        padding: 40px 20px 20px 20px;
        width: 97%;
    }
    
    .buttonGroup .btn1 {
        margin-left: 60px;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    form {
        padding: 40px 20px 20px 20px;
        width: 97%;
    }
    
    .buttonGroup .btn1 {
        margin-left: 350px;
    }
}
@media (min-width: 1200px) {
    form {
        width: 80%;
    }
    
    .buttonGroup .btn1 {
        margin-left: 352px;
        width: 30%;
    }
}
.buttonGroup .btn1 {
    float: left;
    padding: 25px 30px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    background: #ef9339;
    cursor: pointer;
}

.buttonGroup button.btn {
    width: calc(60% - 10px);
    margin-left: 10px;
}
@media (max-width: 768px) {
    .buttonGroup button {
        padding: 12px 21px;
        font-size: 14px;
    }
}
.ques h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #21879b;
}
@media (max-width: 512px) {
    .ques h3 {
        font-size: 15px;
    }
}
.ques h3 span {
    margin-bottom: 20px;
    display: inline-block;
    margin-left: 10px;
    background: #ee5f46;
    color: #fff;
    padding: 3px;
}
form .ques .ques_col .ques_field {
    margin-bottom: 10px;
}
.ques_col{
    margin-top: 20px !important;
}
.ques_field input[type="radio"] {
    float: left;
    width: 10%;
    height: 50px;
}
.ques_field input[type="checkbox"] {
    float: left;
    width: 10%;
    height: 50px;
}
.ques_field p {
    float: left;
    width: 75%;
    height: 50px;
    margin-left: 10px;
    font-size: 25px;
    line-height: 1;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .ques_field input[type="checkbox"] {
        height: 45px;
    }
    .ques_field p {
        height: 45px;
        font-size: 20px;
    }
    .ques_field input[type="radio"] {
        height: 45px;
    }
}
@media (max-width: 620px) {
    .ques_field input[type="checkbox"] {
        height: 40px;
    }
    .ques_field p {
        height: 40px;
        font-size: 20px;
    }
    .ques_field input[type="radio"] {
        height: 40px;
    }
}
@media (max-width: 360px) {
    .ques_field p {
        font-size: 14px;
    }
}

/* @media (min-width: 1024px) {
    .ques_field label {
      font-size: 16px;
    }
  } */
.policies {
    width: 80%;
    font-size: 25px;
    margin: 15px auto;
    font-weight: bold;
}
    
.policies a:hover {
    color: #ee5f46;
    text-decoration: none;
}
    
.policies a {
    color: rgb(0, 0, 0);
}

@media (min-width: 768px) and (max-width:1024px) {
    .policies {
        width: 92%;
        font-size: 20px;
    }
}
@media (max-width:768px) {
    .policies {
        width: 90%;
        font-size: 20px;
    }
}
@media (max-width:620px) {
    .policies {
        width: 90%;
        font-size: 15px;
    }
}
.ques_field input[type="text"] {
    font-size: 20px;
    padding: 10px 20px;
    width: 100%;
}
.ques_field select {
    height: 50px;
    padding: 0 10px;
    width: 100%;
    font-size: 20px;
}
.ques_col textarea {
    font-size: 20px;
    padding: 10px 20px;
    height: 160px;
    width: 100%;
    margin-top: 80px;
    margin-bottom: -50px;
}
h3.content_head {
    text-align: left;
    border-left: 2px solid #21879b;
    padding-left: 8px;
    line-height: 1em;
    margin: 10px 15px 5px;
}
ul.decimal {
    float: left;
    list-style-type: decimal;
    margin-left: 25px;
    text-align: left;
    font-size: 14px;
    margin-bottom:12px;
}
ul {
    list-style: none;
}
p.des_head {
    float: left;
    margin-left: 20px;
    padding-bottom: 12px;
    font-size: 15px;
}
@media (max-width: 768px) {
    p.des_head {
        float: left;
        margin-left: 20px;
        padding-bottom: 12px;
        text-align: left;
    }
}
.des_head1 {
    padding-left: 20px;
}
.footer address {
    float: left;
    color: #21879b;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 25px;
}
ins {
    text-decoration: underline;
    text-decoration-color: #fbfa9d;
}
.btn_next {
    width: calc(60% - 10px);
    margin-left: 10px;
}
.btn_black {
    float: left;
    padding: 25px 30px;
    color: #fff;
    font-size: 35px;
    text-align: center;
    border-radius: 10px;
    background: #ef9339;
}
@media (max-width: 767px) {
    .btn_black {
        font-size: 15px;
    }
}
.btn_back {
    width: 30%;
    margin: 15px 5% 0px 5%;
    padding: 15px;
    background: #999;
}
.center {
    float:none;
    margin: 0 auto;
}
.done_btn {
    margin-top: 10%;
    margin-left: 20%;
}
.ques h3.step_zip {
    margin-bottom: 30px;
}
.complete_header {
    position: fixed;
    z-index: 10;
    background-color:white;
}
.complete_content {
    height:100vh;
    background-color: #ffeff0;
    padding-top: 150px;
}
.complete_message {
    height: 80%;
    padding-top:20px;
}
@media (max-width: 620px) {
    .complete_content {
        padding-top: 80px;
    }
}
p.complete_des {
    font-size: 17px;
}
.clear {
    clear: both;
}
label.error {
    color: red;
    font-size: 17px;
    background: url(../img/icon_errer.png) 2px no-repeat #f4ed7e;
    background-size: 21px 21px;
    padding: 3px 3px 1px 28px;
    font-weight: normal;
}
.none {
    display: none;
}
.ques_field .address_error {
    margin-top: -15px;
    height: 100%;
}
.complete_des_1 {
    background-color: #ef9339;
    padding: 10px 30px;
    border-radius: 10px;
    width: 75%;
    margin: auto;
}
.complete_des_1 a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
}
a.btn_next.btn_black.done_btn {
    background: #ffeff0;
    color: rgb(0, 0, 0);
    margin-top: 40px;
    text-align: center;
    font-size: 22px;
}
@media (max-width: 620px) {
    p.complete_des {
        font-size: 12px;
    }
    .complete_des_1 {
        width: 86%;
        margin: auto;
    }
    .complete_des_1 a {
        font-size: 13px;
        padding: 5px;
    }
    a.btn_next.btn_black.done_btn {
        font-size: 14px;
        padding: 5px;
    }
}
@media only screen and (min-width:621px) and (max-width: 800px) {
    p.complete_des {
        font-size: 20px;
    }
    .complete_des_1 {
        width: 95%;
        margin: auto;
    }
    .complete_des_1 a {
        font-size: 18px;
        padding: 5px;
    }
    a.btn_next.btn_black.done_btn {
        font-size: 18px;
        padding: 5px;
    }
}
@media only screen and (min-width:801px) and (max-width: 1024px) {
    p.complete_des {
        font-size: 22px;
    }
    .complete_des_1 {
        width: 90%;
        margin: auto;
    }
    .complete_des_1 a {
        font-size: 22px;
        padding: 5px;
    }
    a.btn_next.btn_black.done_btn {
        font-size: 22px;
        padding: 5px;
    }
}

.KG_border_section h1 {
    padding: 7px 0;
    color: #fff;
    font-size: 33px;
    position: relative;
    background: #e48c9c;
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 620px) {
    .KG_border_section h1 {
        font-size: 20px;
        margin-bottom: 16px;
    }
}

.KG_border_section h1::after {
    content: "";
    position: absolute;
    border-width: 17px 17px 0;
    border-style: solid;
    border-color: #e48c9c transparent;
    display: block;
    width: 0;
    bottom: -17px;
    left: 0;
    right: 0;
    margin: auto;
}

.kango_content h1{
    font-size: 2.5em;
    text-align: center;
    color: #333;
}

.kango_content h1 .kango_top_txt{
    color: #21879b;
}

.kango_content h1 .kango_money_gift{
    color: #e48c9c;
    font-size: 75%;
}

.content .kango_wd .kango_work_txt{
    color: #21879b;
}

.kango_wd{
    font-weight: bold;
    color: #333;
}

.kango_policies_txt{
    width: 80%;
    font-size: 25px;
    margin: 15px auto;
    color: #333;
}

.kango_policies_txt a{
    color: #333;
}

.listItem_kango h5 .induct_txt01{
    color: #21879b;
}

.listItem_kango h5 p{
    text-align: center;
    font-size: 1.5em;
    color: #e48c9c;
}

.kango_item_heading h3{
    font-size: 26px;
}

.block_kango_work_txt1{
    border: 2px solid #999;
    font-weight: lighter;
    font-size: 20px;
    padding: 12px;
}

.kango_contact_work_btn{
    display: block;
    background-color:#ef9339;
    color: white;
    width: 35%;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    padding: 10px 0;
    font-size: 20px;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid#ef9339;
}

.kango_block_work_style{
    background-color: white;
}

.item_heading .money_txt001{
    color: #ef9339;
}

.kango_contact_work_btn002{
    display: block;
    background-color: #ef9339;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid#ef9339;
    width: 48%;
    margin: 20px auto;
}

@media (max-width: 460px) {
    .kango_next01_btn .btn_black{
        padding: 20px;
    }

    .block_kango_work_txt1 {
        border: 2px solid #999;
        font-weight: lighter;
        font-size: 17px;
        padding: 5px;
    }
}

.career_60_number{
    font-size: 1.5em;
    color: #ef9339;
}

.career_5step_num{
    font-size: 1.5em;
}

.care_ability{
    font-weight: lighter;
}



#menu-wrapper {
    position: relative;
    z-index: 1;
}

.kango_ribbon_01 {
    font-size: 16px !important;
    width: 85%;
    position: relative;
    background: #e27a8d;
    color: #fff;
    text-align: center;
    padding: 1em 2em;
    margin:  1em auto 3em;
}

.kango_ribbon_01:before, .kango_ribbon_01:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -1em;
    border: 1.5em solid #e48c9c;
    z-index: -1;
}

.kango_ribbon_01:before {
    left: -2em;
    border-right-width: 1.5em;
    border-left-color: transparent;
}

.kango_ribbon_01:after {
    right: -2em;
    border-left-width: 1.5em;
    border-right-color: transparent;
}

#menu {
    overflow: hidden;
    margin: 0px auto;
    font-weight: bold;
    color: white;
}

@media (max-width: 960px) {
    .kango_contact_work_btn002{
        width: 80%;
    }

    .kango_content h1{
        font-size: 27px;
        text-align: center;
    }

    .kango_policies_txt {
        width: 90%;
        font-size: 18px;
    }

    .kango_contact_work_btn{
        width: 80%;
    }

    .kango_ribbon_01{
        width: 76%;
    }

    .KG_0x1 .item{
        padding: 15px;
    }
}

.kango_block_work_impress{
    background: #ffeff0;
    padding: 30px 200px 50px;

}

@media (max-width: 960px){
    .kango_block_work_impress {
        background: #ffeff0;
        padding: 15px;
    }
}

.KG__opinion001{
    display: flex;
}

.KG_people_img_left{
    background-color: red;
    width: 40%;
}

.KG_img01_right{
    width: 60%;
}

.care_messager{
    border: 4px solid #21879bd4;
    font-weight: lighter;
    padding: 10px;
    margin: 35px;
    background: #ececec;
}

.care_messager:before {
    content: " ";
    position: absolute;
    left: -20px;
    display: block;
    width: 0;
    height: 0;
    pointer-events: none;
    border-width: 24px;
    border-right: 30px solid #1b76c4;
    border-top: 0px solid transparent;
    border-bottom: 22px solid transparent;
}

.header .kango_top_title_01 {
    padding: 2% 0px;
    background-color: #e48c9c;
}

.listItem_kango h5 .facility_no_ip{
    color: #000;
    padding-top: 30px;
}

.listItem_kango h5 .span_95{
    font-size: 28px;
}

.listItem_kango h5 .care_no_ip{
    color: #333;
}

.Senpai_left img{
    width: 100%;
}

.Senpai_right{
    text-align: right;
}

.Senpai_right img{
    float: right;
    width: 150px;
    height: 150px;
    margin: 8px 5px 20px 15px;
}

.box1{
    overflow: hidden;
    margin: 0 0 20px 0;
}

.name_left{
    position: absolute;
    margin-top: 33%;
    font-size: 13px;
}

.box1 .Senpai_right .name_right{
    display: inline-block;
    position: absolute;
    margin-top: 160px;
}

.arrow_img_right{
    display: inline-block;
    position: absolute;
    margin-top: 22px;
    width: 18px;
}

.box_messenger{
    display: flex;
    margin: 20px 1px;
}

.box_messenger_right{
    width: 35%;
}

.box01_messenger_left{
    width: 65%;
}

.box_messenger_left{
    width: 65%;
}

.box01_messenger_right{
    width: 35%;
}

.messenger_right{
    position: absolute;
    margin: 15px 23px 15px 50px;
    font-weight: lighter;
    font-size: 17px;
} 

.messenger_txt{
    border: 3px solid #C4EFFF;
    font-weight: lighter;
    font-size: 17px;
    margin-left: 29px;
    padding: 10px;
}

.messenger_txt_right{
    border: 3px solid #C4EFFF;
    font-weight: lighter;
    font-size: 17px;
    margin-right: 28px;
    padding: 10px;
}

.arrow_img_01{
    position: absolute;
    margin-top: 22px;
    width: 18px;
}

#contact h2{
    color: #333;
}

.kago_form{
    color: #333;
}

.KG_0x1{
    color: #333;  
    margin-bottom: 30px;
}

.box_arrow_img0_1{
    text-align: right;
    margin-right: 31px;
}

.kango_block{
    padding: 30px 0px 0px;
}

.initial_contract{
    margin-left: 70%;
    font-size: 20px;
}

@media (max-width: 640px) {
    .initial_contract{
        margin-left: 62%;
        font-size: 20px;
    }

    #menu p{
        font-size: 13px;
    }

    .kango_ribbon_01{
        padding: 1em 0em;
    }

    .header .kango_top_title_01 {
        font-size: 9px;
    }
}

@media (max-width: 400px) {
    .initial_contract{
        margin-left: 55%;
        font-size: 20px;
    }

    #menu p{
        font-size: 13px;
    }
}

.kango_item_heading{
    margin: 20px 0px;
}

.kg_production .item_image img{
    width: 50%;
    border: 5px solid #ffffff;
}

.kg_production .data01 img{
    float: left;
    border: 5px solid #ffffff;
}

@media (max-width: 640px) {
    .kg_production .item_image img{
        width: 100%;
        float: inherit;
        border: 0px solid #ffffff;
    }

    .kg_production .data01 img{
        border: 0px solid #ffffff;
    }
    
}

@media (min-width: 1500px) {
    .name_left{
        position: absolute;
        margin-top: 33.5%;
        font-size: 16px;
    }
}

#menu .item_senpai{
    font-size: 20px;
}

@media (max-width: 460px) {
    .kango_content h1{
        font-size: 20px;
        text-align: center;
    }
}

.line_btn__SP img{
    display: none;
}

@media (max-width: 960px) {
    .line_btn__SP img{
        display: block;
        margin: 15px auto;
    }
}

.shizuoka_top__PC{
    margin: 15px 50px;
    display: flex;
    text-align: center;
    justify-content: center;
} 

.title_top_pc h1 span {
    color: #f29286;
    font-size: 1.5em;
}

.line_btn_top_PC{
    display: block;
    margin-left: 20px;
    margin-top: 60px;
}

.line_btn_bottom_PC{
    margin-left: 20px;
    margin-top: 20px;
}

.title_top_pc h1{
    font-size: 39px;
    width: 100%;
}

@media (max-width: 1360px){
    .shizuoka_top__PC{
        margin: auto;
        display: flex;
        text-align: center;
        justify-content: center;
    }
}

.block_botttom_PC{
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: center;
}

@media (max-width: 960px){
    .title_top_pc h1 {
        font-size: 20px;
    }

    .line_btn_top_PC{
        display: none;
    }

    .block_botttom_PC{
        display: none;
    }
}

@media (min-width: 961px){
    .block_botttom_SP{
        display: none;
    }
}

.contact_btn_PC img{
    height: 61px;
    margin-top: 20px;
}

/* 人気求人一覧 slick.js用のcss 2020/02/11 start*/

  .section {
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }
  .kyuzin_top_img img {
    width: 100%;
    margin-bottom: 50px;
  }
  .sliderArea {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
  }
  .sliderArea.w600 {
    max-width: 600px;
  }
  .slick-slide {
    margin: 0 5px;
  }
  .slick-slide img {
    width: 100%;
    height: auto;
  }
  .slick-prev, .slick-next {
    z-index: 1;
  }
  .slick-prev:before, .slick-next:before {
    color: #E27A8D;
    font-size: 40px;
    margin: -10px;
  }
  .slick-prev:before
  {
    content: '⬅︎';
  }
  .slick-next:before
  {
    content: '➡︎';
  }
  .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
  }
  .slick-active {
    opacity: 1;
  }
  .slick-current {
    opacity: 1;
  }
  /* .slick-dots li button:before
 {
    font-size: 100px;
 } */


  /*====================================================================
  .full-screen
  ====================================================================*/
  
  .full-screen .slick-list {
    overflow: visible;
  }
  .full-screen.slider {
    max-width: 600px;
    margin: 0 auto;
  }

  .full-screen .slick-dots {
    bottom: -50px;
  }
  .full-screen .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  .full-screen .slick-dots li button {
    font-size: 0;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    text-indent: -9999px;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 8px;
    outline: 0;
    border-radius: 7px;
    transition-duration: 0.3s;
  }
  .full-screen .slick-dots li button:before {
    content: none;
  }
  .full-screen .slick-dots li:nth-child(1) button {
    background: #c9bef7;
  }
  .full-screen .slick-dots li:nth-child(2) button {
    background: #a9b7ba;
  }
  .full-screen .slick-dots li:nth-child(3) button {
    background: #c4d7d1;
  }
  .full-screen .slick-dots li:nth-child(4) button {
    background: #b4b1a0;
  }
  .full-screen .slick-dots li:nth-child(5) button {
    background: #e5dfd3;
  }
  .full-screen .slick-dots li button:hover, .full-screen .slick-dots li.slick-active button {
    border-radius: 0px;
    width: 25px;
    height: 25px;
  }
  

  @media (max-width: 1200px){
    .section {
        max-width: 100%;
      }
}

/* 人気求人一覧 slick.js用のcss 2020/02/11 end*/

.shizu_col-5 {
    width: 100%;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.header_shizuoka {
    height: 150px;
    padding: 0 15px;
}

.border_shiz {
    border-bottom: medium solid #e8e8e8;
}

.header_shizuoka .header_logo img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.header_shizuoka .header_title {
    text-align: center;
    color: #fff;
    padding: 20px 0;
    background: #f29286;
    font-size: 30px;
}

@media (max-width: 620px){
    .header_shizuoka {
        height: 80px;
    }

    .header_shizuoka .header_title {
        font-size: 13px;
    }
}

@media (min-width: 1200px){
    .header_shizuoka {
        display: table;
        width: 50%;
        margin: 0 auto;
    }
}

.listItem_ribbon h5 p {
    font-size: 28px;
}

.listItem_ribbon h5 .txt_year {
    color: #f29286;
    font-size: 25px;
}

.kg_shi h5 p {
    margin-left: 0px;
}

@media (max-width: 560px){
    .listItem_ribbon h5 .txt_year {
        font-size: 18px;
    }
}

.kaigo_top_text {
    color: #ff0000;
    background-color: #ffffff96;
    position: absolute;
    font-size: 3em;
    font-weight: bold;
    right: 8%;
    margin-top: 7%;
    padding: 2%;
}

.kaigo1_top_text {
    color: #ff0000;
    background-color: #ffffff96;
    position: absolute;
    font-size: 3em;
    font-weight: bold;
    left: 5%;
    margin-top: 5%;
    padding: 2%;
}

.kaigo2_top_text {
    color: #ffb3da;
    background-color: #ffffff96;
    position: absolute;
    font-size: 3em;
    font-weight: bold;
    left: 5%;
    margin-top: 45%;
    padding: 2%;
}

@media (max-width: 1500px) {
    .kaigo_top_text {
        font-size: 2.5em;
    }
}

@media (max-width: 1300px) {
    .kaigo_top_text {
        font-size: 2em;
    }
    .kaigo2_top_text {
        font-size: 2.5em;
    }
}

.kango_top_text {
    color: #fff;
    background-color: #ef9339;
    position: absolute;
    font-size: 3em;
    font-weight: initial;
    left: 5%;
    margin-top: 32%;
    padding: 1.5% 3%;
}

@media (max-width: 1000px) {
    .kaigo_top_text {
        font-size: 1.5em;
    }

    .kango_top_text {
        font-size: 2em;
        margin-top: 35%;
        padding: 1.5% 3%;
    }
    .kango1_top_text {
        font-size: 2em;
        margin-top: 30%;
        padding: 1.5% 3%;
    }
}

@media (max-width: 769px) {
    .kaigo_top_text {
        left: 0px;
        margin-top: 0px;
        color: #ff0000;
        background-color: #ffffff96;
        position: absolute;
        font-size: 1.3em;
        font-weight: bold;
        padding: 2%;
        width: 100%;
    }
    .kaigo1_top_text {
        left: 0px;
        margin-top: 0px;
        color: #ff0000;
        background-color: #ffffff96;
        position: absolute;
        font-size: 1.3em;
        font-weight: bold;
        padding: 2%;
        width: 100%;
    }
    .kaigo2_top_text {
        left: 0px;
        margin-top: 0px;
        color: #ffb3da;
        background-color: #ffffff96;
        position: absolute;
        font-size: 1.3em;
        font-weight: bold;
        padding: 2%;
        width: 100%;
        margin-top: 45%;
    }
    .kango_top_text {
        font-size: 2em;
        margin-top: 40%;
        padding: 1.5% 3%;
    }
}

@media (max-width: 475px) {
    .kango_top_text {
        font-size: 18px;
        margin-top: 40%;
    }
    .kango1_top_text {
        font-size: 18px;
        margin-top: 26%;
    }
}
@media (max-width: 432px) {
    .kaigo2_top_text {
        margin-top: 37.5%;
    }
}

@media (max-width: 345px) {
    .kaigo_top_text {
        font-size: 1.1em;
    }
}

.kango_content h2 {
    text-align: center;
    font-weight: 200;
    font-size: 16px;
    color: #999;
}

@media (max-width: 768px) {
    .kango_content h2 {
        font-size: 9px;
    }
}

.MC_introduc_block {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}
.MC_introduc_block_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 20px;
}

.MC_introduced_img01 {
    width: 10%;
}

.MC_introduced_img01 img {
    width: 100%;
    margin: auto;
}

.MC_introduced_txt01 {
    margin: auto 0px;
}

.MC_introduced_txt01 p {
    border: 2px solid #999;
    font-weight: lighter;
    font-size: 20px;
    padding: 12px;
    border-radius: 15px;
    text-align: center;
}

@media (max-width: 767px) {
    .MC_introduced_img01 {
        width: 30%;
    }

    .MC_introduced_txt01 p {
        font-size: 15px;
    }
}

@media (max-width: 321px) {
    .MC_introduced_img01 {
        width: 25%;
    }

    .MC_introduced_txt01 p {
        font-size: 13px;
    }
}

.lp_note_publish h1 {
    text-align: center;
    margin-bottom: 20px;
}

.lp_note_publish h1 span{
    border-bottom: 3px solid #c3c3c3;
    border-bottom-style: dashed;
    color: #333333eb;
}
.first_view{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 0 30px 0;
    height: 730px;
}
.top_first_image{
    width: 55%;
    height: 730px;
}
.top_first_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 730px;
}
.first_content{
    width: 50%;
    text-align: center;
}
.first_form{
    width: 45%;
    height: 100%;
    /* position: absolute;
    right: 0px;
    top: 0px; */
    padding-top: 10px;
    background-color: #fff;
}
@media (max-width: 620px) {
    .first_view{
        max-height: none;
        height: auto;
        display: block;
    }
    .first_content{
        width: 100%;
        text-align: center;
    }
    .top_first_image{
        display: block;
        width: 100%;
        max-height: 330px;
    }
    .top_first_image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        height: calc(100vh - 150px);
        max-height: 330px;
    }
    .first_form{
        width: 100%;
        height: auto;
        position: relative;
    }
}
.form_003{
    margin: 20px auto !important;
}
.lashic-manga{
    width: 100%;
    margin: 30px auto;
}
.lashic-manga img{
    width: 100%;
}
.ques_field_2 label{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}
.ques_field_2 input[type="radio"] {
    width: 10%;
    height: 40px;
}
.ques_field_2 input[type="checkbox"] {
    width: 10%;
    height: 40px;
}
.ques_field_2 p {
    width: 75%;
    margin-left: 10px;
    font-size: 18px;
    line-height: 1;
}
@media (max-width: 768px) {
    .ques_field_2 input[type="checkbox"] {
        height: 45px;
    }
    .ques_field_2 input[type="radio"] {
        height: 45px;
    }
}
@media (max-width: 620px) {
    .ques_field_2 input[type="checkbox"] {
        height: 40px;
    }
    .ques_field_2 input[type="radio"] {
        height: 40px;
    }
}
@media (max-width: 360px) {
    .ques_field_2 p {
        font-size: 14px;
    }
}
.ques_field_2 .address_error {
    margin-top: -15px;
    height: 100%;
}
.ques_field_2 input[type="text"] {
    font-size: 18px;
    padding: 10px 20px;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}
.ques_field_2 select {
    height: 40px;
    padding: 0 10px;
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
}

.btn_black_2 {
    float: left;
    padding: 5px 20px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 10px;
    background: #ef9339;
    white-space: nowrap;
    border: none;
}
.btn_center{
    display: flex;
    justify-content: center;
}
a.btn_next.btn_black_2.done_btn {
    background: #ffeff0;
    color: rgb(0, 0, 0);
    margin-top: 40px;
    text-align: center;
    font-size: 22px;
}
.btn_back_2 {
    width: 30%;
    margin: 0px 5% 0 0;
    padding: 5px 10px;
    font-size: 24px;
    background: #999;
}
@media (max-width: 767px) {
    .btn_black_2 {
        font-size: 15px;
    }
    .btn_back_2 {
        font-size: 15px;
    }
    a.btn_next.btn_black_2.done_btn {
        font-size: 15px;
    }
    .btn_back_2 {
        font-size: 15px;
    }
}


.policies_ {
    width: 90%;
    font-size: 16px;
    margin: 15px auto;
    font-weight: bold;
}
    
.policies_ a:hover {
    color: #ee5f46;
    text-decoration: none;
}
    
.policies_ a {
    color: rgb(0, 0, 0);
}
@media (max-width:620px) {
    .policies_ {
        width: 90%;
        font-size: 15px;
    }
}
.ques_2 h3 {
    font-size: 24px;
    margin-bottom: 3px;
    color: #21879b;
}
@media (max-width: 512px) {
    .ques_2 h3 {
        font-size: 15px;
    }
}
.ques_2 h3 span {
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
    background: #ee5f46;
    color: #fff;
    padding: 3px;
}

.MC_introduced_img01 {
    width: 10%;
}

.MC_introduced_img01 img {
    width: 100%;
    margin: auto;
}

.MC_introduced_txt02 {
    margin: auto 0px;
}

.MC_introduced_txt02 p {
    border: 2px solid #999;
    font-weight: lighter;
    font-size: 16px;
    padding: 8px;
    border-radius: 15px;
    text-align: center;
}

@media (max-width: 767px) {
    .MC_introduced_img01 {
        width: 30%;
    }

    .MC_introduced_txt02 p {
        font-size: 15px;
    }
}

@media (max-width: 321px) {
    .MC_introduced_img01 {
        width: 25%;
    }

    .MC_introduced_txt02 p {
        font-size: 13px;
    }
}
.ques_col_2 textarea {
    font-size: 18px;
    padding: 10px 20px;
    height: 80px;
    width: 100%;
    margin-top: -15px;
    margin-bottom: 20px;
}
.err_mes{
    margin-bottom: -10px;
}
.form-ank{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 100px;
    border: none;
}
.form-ank a{
    background-color: #21879b;
    color: #fff;
    border-radius: 10px;
    font-size: 30px;
    padding: 10px 20px;
    text-decoration: none;
}
@media (max-width: 767px) {
    .form-ank{
        margin: 30px 0 30px;
    }
    .form-ank a{
        font-size: 24px;
    }

}