.header__ttl {
    padding: 1.9rem 1.8rem;
    background: #FDE0E0;
    position: relative;
}

.header__ttl_txt {
    font-size: 1.8rem;
    font-weight: 600;
}

.common__ttl_16 {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 600;
}

.header__close {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 100px;
    background: #FFF;
    position: absolute;
    top: 50%;
    right: 1.8rem;
    transform: translateY(-50%);
}

.header__close::before, .header__close::after {
    content: "";
    width: 53%;
    height: 2px;
    background: #707070;
    position: absolute;
    top: 50%;
    left: 50%;
}

.header__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.header__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.head__search_num {
    font-size: 1.4rem;
}

.common__ttl {
    line-height: 1.6;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
}

.common__ttl_sub {
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 400;
    color: #FF6A62;
}

.common__ttl_sub::before, .common__ttl_sub::after {
    content: "";
    width: 1px;
    height: 80%;
    background: #FF6A62;
    position: absolute;
    bottom: 0;
}

.common__ttl_sub::before {
    left: -1rem;
    transform: rotate(-25deg);
}

.common__ttl_sub::after {
    right: -1rem;
    transform: rotate(25deg);
}

.ttl_sub_21 {
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
    color: #000000;
}

.results {
    padding: 0 0 5rem;
}

.results__num {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 4rem 0 0;
}

.results__num_all {
    display: inline-block;
    margin: 0 .5rem;
    font-size: 1.6rem;
}

.results__num_b {
    font-size: 2rem;
    font-weight: 600;
    color: #FF6A62;
}

.results__num_now {
    display: inline-block;
    margin: 0 .5rem;
    font-size: 1.2rem;
}

.change {
    padding-top: 2rem;
}
.change_search {
    padding: 2rem 0 1rem;
}
.change__box {
    margin: 0;
}

.change__box + .change__box {
    margin: 1.5rem 0 0;
}

.change__box_ttl {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
}

.change__box_cont {
    margin: .8rem 0 0;
}

.change__box_label {
    display: flex;
    border: 1px solid #555555;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    background: #FFF;
    position: relative;
    overflow: hidden;
}

.change__box_input {
    width: calc(100% - 65px);
    max-height: 5rem;
    padding: 1.8rem 8rem 1.8rem 1.8rem;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    background: none;
    font-size: 1.4rem;
    font-weight: 400;
    -webkit-tap-highlight-color: transparent;
}

.change__box_btn {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    padding: 0;
    /*height: 100%;*/
    border-left: 1px solid #555555;
    /*box-sizing: border-box;*/
    background: #898989;
    /*position: absolute;*/
    /*top: 0;*/
    /*right: -2px;*/
    /*font-size: 1.4rem;*/
}

.change__container {
    display: flex;
    justify-content: space-between;
    border: 1px solid #FF6A62;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    background: #FFF;
}

.change__container .disable { color: #ccc }

.change__container_ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 79.9%;
    min-height: 5rem;
    padding: 1.5rem 1.5rem;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: 600;
}

.change__container_ttl.unselected {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3);
}

.change__container_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% - 79.9%);
    padding: 0 1.5rem 0 0;
    border-left: 1px solid #FF6A62;
    box-sizing: border-box;
    position: relative;
    font-size: 1.4rem;
}

.change__container_btn::after {
    content: "";
    width: .8rem;
    height: .8rem;
    border-top: 3px solid #FF6A62;
    border-right: 3px solid #FF6A62;
    position: absolute;
    top: 50%;
    right: .8rem;
    transform: translateY(-50%) rotate(45deg);
}

.change_search__box {
    display: flex;
}

.change_search__box_ttl {
    background-color: #FF6A62;
    width: 90px;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.change_search__box_cont {
    width: calc(100% - 90px);
}
.change_search__container {
    display: flex;
    justify-content: space-between;
    border: 1px solid #FF6A62;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    background: #FFF;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.change_search__container .disable { color: #ccc }

.change_search__container_ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 65px);
    min-height: 5rem;
    padding: 1.5rem 0.5rem;
    box-sizing: border-box;
    font-size: 1.3rem;
    font-weight: 600;
}

.change_search__container_ttl.unselected {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3);
}

.change_search__container_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 65px;
    padding: 0 1.5rem 0 0;
    border-left: 1px solid #FF6A62;
    box-sizing: border-box;
    position: relative;
    font-size: 1.4rem;
}

.change_search__container_btn::after {
    content: "";
    width: .8rem;
    height: .8rem;
    border-top: 3px solid #FF6A62;
    border-right: 3px solid #FF6A62;
    position: absolute;
    top: 50%;
    right: .8rem;
    transform: translateY(-50%) rotate(45deg);
}

.change_search__box_label {
    display: flex;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    background: #FFF;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #FF6A62;
}

.change_search__box_input {
    width: calc(100% - 65px);
    max-height: 5rem;
    padding: 1.8rem 0.5rem 1.8rem 0.5rem;
    border-radius: 0;
    box-sizing: border-box;
    background: none;
    font-size: 1.4rem;
    font-weight: 400;
    -webkit-tap-highlight-color: transparent;
    border-right: 1px solid #FF6A62;
}

.change_search__box_input::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.change_search__box_btn {
    padding: 0;
    border-left: 1px solid #898989 !important;
    background: #898989;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.nowselected {
    margin: 0 0 2.5rem;
}

.nowselected__ttl {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    color: #555555;
}

.nowselected__cont {
    margin: .5rem 0 0;
    padding: 1.5rem 1.8rem;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 20px;
}

.particular__box {
    margin: 1.7rem 0 0;
}

.particular__box_ttl {
    font-size: 1.4rem;
    font-weight: 600;
    color: #555555;
}

.particular__box_ttl::before {
    content: "▶";
}

.particular__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.particular__list_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 48.96%;
    margin: .7rem 0 0;
    padding: 1.5rem 1.2rem;
    border: 1px solid #F0F0F0;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    background: #FFF;
}

.particular__list_item.full-wide {
    width: 100%;
}

.particular__list_label {
    display: block;
}

.particular__list_label input[type="checkbox"] {
    display: none;
}

.particular__list_label input[type="checkbox"]:checked + .particular__list_txt::before {
    border: 2px solid #FF6A62;
    background: #FF6A62;
}

.particular__list_label input[type="checkbox"]:checked + .particular__list_txt::after {
    content: "";
    width: .5rem;
    height: 1rem;
    border-right: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    position: absolute;
    top: 50%;
    left: 1.2rem;
    transform: translate(-50%, -65%) rotate(35deg) skew(0, 15deg);
}

.particular__list_txt {
    display: inline-block;
    padding-left: 3.3rem;
    position: relative;
    line-height: 1.4;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 600;
}

.particular__list_txt::before {
    content: "";
    width: 2.6rem;
    height: 2.6rem;
    border: 2px solid #BEBEBE;
    border-radius: 5px;
    box-sizing: border-box;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 1.2rem;
    transform: translate(-50%, -50%);
}

.head__ad_img img {
    max-width: initial;
    width: 100%;
}

.head__search {
    position: fixed;
    left: 0;
    top: 60px;
}

.bottom__search {
    position: fixed;
    left: 0;
    bottom: 0;
}

.head__search_btn {
    position: relative;
}

.head__search_b,
.bottom__search_b {
    font-size: 2rem;
    font-weight: 600;
    color: #FF6A62;
}

.head__search_btn:after {
    position: absolute;
    top: 19px;
    right: 15px;
    content: '';
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.head__search,
.bottom__search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: .8rem 1.8rem;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    z-index: 99;
}

.head__search_btn,
.bottom__search_btn {
    display: inline-block;
    padding: 1.5rem 0 1.3rem;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background: #FF6A62;
    text-align: center;
    font-size: 1.6rem;
    color: #FFF;
    width: 60%;
}

.w-100 {
    width: 100%;
}

a#topSearch,
.head__search_btn:link, .head__search_btn:visited,
.bottom__search_btn:link,
.bottom__search_btn:visited {
    color: #FFF;
}

.common__ttl + .results__num {
    padding: .4rem 0 0;
}

.bgGray {
    color: lightgray;
}

.d-none {
    display: none;
}

li.background-gray {
    background-color: #F7F7F7;
}

div.background-white {
    background-color: #FFF;
}

.search__area {
    padding: 2.4rem 0 3.4rem;
}

.popup {
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1000;
    bottom:0;
    height: 100%;
}

.open-popup{
    display: block;
    animation: show 0.3s forwards;
}
@keyframes show {
    from   {height: 0}
    to { max-height: 100%; height: 100%}
}

.new-text-ttl{
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
}

.f-size-18 {
    font-size: 1.8rem !important;
}

.new-text-ttl-top{
    margin-bottom: 1rem;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    color: red;
}
.black-text {
    color: unset !important;
}
.message {
    color: #E30B20;
    font-weight: bold;
    border: 2px solid #DE0716;
    background-image: url(/img/icon_csmanagement_00.gif);
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    margin: 10px;
}
.hidden { display: none }

.index__slider__content {
    padding-top: 2rem;
}

.slider__content_list .owl-stage {
    padding: 10px 18px;
    display: flex;
}

.index__slider_item {
    text-align: center;
}

#sliderJob{
    width: calc(60%);
}

#sliderJob .owl-stage-outer {
    overflow: unset;
}

.owl-item {
    padding-right: 30px;
}

.index__slider_head .index__slider__link {
    font-size: 16px;
    text-decoration-line: underline;
    color: #4967AC;
}
.index__slider__content .index__slider__title {
    text-align: center;
    font-size: 18px;
}

.slider__content_list {
    overflow: hidden;
}

@media only screen and (min-width: 769px){
    .index__slider__img {
        height: 360px !important;
    }
    .owl-carousel .owl-item img {
        height: 360px !important;
    }
}

@media only screen and (max-width: 768px){
    .index__slider__img {
        height: 280px !important;
    }
    .owl-carousel .owl-item img {
        height: 280px !important;
    }
}

@media only screen and (max-width: 425px){
    .index__slider__img {
        height: 140px !important;
    }
    .owl-carousel .owl-item img {
        height: 140px !important;
    }
    .index__slider_head .index__slider__link {
        font-size: 13px;
    }

    .index__slider__content .index__slider__title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 375px){
    .index__slider__img {
        height: 120px !important;
    }
    .owl-carousel .owl-item img {
        height: 120px !important;
    }

    .index__slider_head .index__slider__link {
        font-size: 10px;
    }

    .index__slider__content .index__slider__title {
        font-size: 14px;
    }
}

@media only screen and (max-width: 320px){
    .index__slider__img {
        height: 110px !important;
    }
    .owl-carousel .owl-item img {
        height: 110px !important;
    }
}
.pt-20 {
    padding-top: 20px !important;
}

.clear-cond {
    width: 38%;
}