/* reset */
body .cf-custom-content-01, .cf-custom-content-01 div, .cf-custom-content-01 dl, .cf-custom-content-01 dt, .cf-custom-content-01 dd, .cf-custom-content-01 ul, .cf-custom-content-01 ol, .cf-custom-content-01 li, .cf-custom-content-01 h1, .cf-custom-content-01 h2, .cf-custom-content-01 h3, .cf-custom-content-01 h4, .cf-custom-content-01 h5, .cf-custom-content-01 h6, .cf-custom-content-01 pre, .cf-custom-content-01 code, .cf-custom-content-01 form, .cf-custom-content-01 fieldset, .cf-custom-content-01 legend, .cf-custom-content-01 input, .cf-custom-content-01 button, .cf-custom-content-01 textarea, .cf-custom-content-01 p, .cf-custom-content-01 blockquote, .cf-custom-content-01 th, .cf-custom-content-01 td, .cf-custom-content-01 header, .cf-custom-content-01 footer, .cf-custom-content-01 nav, .cf-custom-content-01 a, .cf-custom-content-01 img, .cf-custom-content-01 address {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cf-custom-content-01 div, .cf-custom-content-01 dl, .cf-custom-content-01 dt, .cf-custom-content-01 dd, .cf-custom-content-01 ul, .cf-custom-content-01 ol, .cf-custom-content-01 li, .cf-custom-content-01 h1, .cf-custom-content-01 h2, .cf-custom-content-01 h3, .cf-custom-content-01 h4, .cf-custom-content-01 h5, .cf-custom-content-01 h6, .cf-custom-content-01 pre, .cf-custom-content-01 code, .cf-custom-content-01 form, .cf-custom-content-01 fieldset, .cf-custom-content-01 legend, .cf-custom-content-01 input, .cf-custom-content-01 button, .cf-custom-content-01 textarea, .cf-custom-content-01 p, .cf-custom-content-01 blockquote, .cf-custom-content-01 th, .cf-custom-content-01 td, .cf-custom-content-01 article, .cf-custom-content-01 section, .cf-custom-content-01 header, .cf-custom-content-01 footer, .cf-custom-content-01 nav, .cf-custom-content-01 span, .cf-custom-content-01 aside, .cf-custom-content-01 strong, .cf-custom-content-01 i {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 999999px;
    font-style: normal;
    font-weight: normal;
}

.cf-custom-content-01 table {
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cf-custom-content-01 table,
.cf-custom-content-01 table tbody,
.cf-custom-content-01 table tr,
.cf-custom-content-01 table th,
.cf-custom-content-01 table td {
    border: none;
}

.cf-custom-content-01 fieldset, .cf-custom-content-01 img {
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cf-custom-content-01 address, .cf-custom-content-01 caption, .cf-custom-content-01 cite, .cf-custom-content-01 code, .cf-custom-content-01 dfn, .cf-custom-content-01 em, .cf-custom-content-01 strong, .cf-custom-content-01 th, .cf-custom-content-01 var, .cf-custom-content-01 optgroup {
    font-style: inherit;
    font-weight: inherit;
}

.cf-custom-content-01 del, .cf-custom-content-01 ins {
    text-decoration: none;
}

.cf-custom-content-01 li {
    list-style: none;
}

.cf-custom-content-01 caption, .cf-custom-content-01 th {
    text-align: left;
}

.cf-custom-content-01 h1, .cf-custom-content-01 h2, .cf-custom-content-01 h3, .cf-custom-content-01 h4, .cf-custom-content-01 h5, .cf-custom-content-01 h6 {
    font-size: 100%;
    font-weight: normal;
}

.cf-custom-content-01 q:before, .cf-custom-content-01 q:after {
    content: '';
}

.cf-custom-content-01 abbr, .cf-custom-content-01 acronym {
    border: 0;
    font-variant: normal;
}

.cf-custom-content-01 sup {
    vertical-align: baseline;
}

.cf-custom-content-01 sub {
    vertical-align: baseline;
}

.cf-custom-content-01 legend {
    color: #000;
}

.cf-custom-content-01 iframe {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

.cf-custom-content-01 main {
    display: block;
}

.cf-custom-content-01 a {
    outline: none;
}

/* reset */

@keyframes width_100 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes width_0 {
    0% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

@keyframes alpha_100 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 100;
    }
}

@keyframes alpha_0 {
    0% {
        opacity: 100;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade_view {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes figure_view {
    0% {
        transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        opacity: 1;
    }
}

.cf-custom-content-01 .inview_anime {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.cf-custom-content-01 .inview_anime_on {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation: inview_animetion 1s forwards cubic-bezier(.07, .68, .41, 1) .5s;
    animation: inview_animetion 1s forwards cubic-bezier(.07, .68, .41, 1) .5s;
}

.cf-custom-content-01 #content_xebio {
    padding-top: 60px;
    padding-bottom: 220px;
    width: 100%;
    color: #000;
    line-height: 2;
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
}

.cf-custom-content-01 #content_xebio img {
    max-width: 100%;
}

/* common ////////////////////////////////////////////////*/

.cf-custom-content-01 #content_xebio .contarea {
    padding-top: 130px;
}

.cf-custom-content-01 #content_xebio .bt_long {
    position: relative;
    width: 100%;
    height: 350px;
}

.cf-custom-content-01 #content_xebio .btarea {
    cursor: pointer;
}

.cf-custom-content-01 #content_xebio .myopen .btarea {
    cursor: auto;
}

.cf-custom-content-01 #content_xebio .bt_long::before {
    transition: all 500ms 0s ease;
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
}

.cf-custom-content-01 #content_xebio .bt_long:hover::before {
    background-color: rgba(0, 0, 0, .5);
}

.cf-custom-content-01 #content_xebio .myopen .bt_long:hover::before {
    background-color: rgba(0, 0, 0, .2);
}

.cf-custom-content-01 #content_xebio .only_1240,
.cf-custom-content-01 #content_xebio .only_768,
.cf-custom-content-01 #content_xebio .only_599,
.cf-custom-content-01 #content_xebio .only_480,
.cf-custom-content-01 #content_xebio .only_440 {
    display: none;
}

.cf-custom-content-01 #content_xebio .no_1240,
.cf-custom-content-01 #content_xebio .no_768,
.cf-custom-content-01 #content_xebio .no_599,
.cf-custom-content-01 #content_xebio .no_480,
.cf-custom-content-01 #content_xebio .no_440 {
    display: inline-block;
}

/* common ////////////////////////////////////////////////*/

/* header */

.cf-custom-content-01 header {
    position: relative;
    padding-bottom: 115px;
}

.cf-custom-content-01 header div#mainarea {
    position: relative;
    width: 100%;
    height: 50.847458%;
}

.cf-custom-content-01 header div#mainarea figure {
    position: relative;
    top: 0;
    width: 76.271186%;
    margin: 0 0 0 auto;
    z-index: 1;
    overflow: hidden;
}

.cf-custom-content-01 header div#mainarea h1 {
    position: absolute;
    width: 20%;
    z-index: 5;
    left: 0;
    top: 5px;
    background-color: #fff;
    padding: 0 0 20px;
}

.cf-custom-content-01 header div#mainarea h1 span {
    display: block;
    width: 220px;
    height: 60px;
}

.cf-custom-content-01 header div#mainarea h2 {
    position: absolute;
    display: block;
    color: #333;
    font-size: 40px;
    font-weight: 300;
    z-index: 4;
    left: 0;
    bottom: 10px;
    white-space: nowrap;
}

.cf-custom-content-01 header div#mainarea h2 aside {
    display: block;
    overflow: hidden;
    width: 100%;
    line-height: 1.6;
}

.cf-custom-content-01 header div#mainarea h2 strong {
    display: inline-block;
    line-height: 1.6;
    margin-bottom: 10px;
    padding: 0 20px 5px 15px;
    white-space: nowrap;
}

.cf-custom-content-01 header div#mainarea h2 strong:nth-of-type(2) {
    padding: 0 50px 5px 15px;
}

.cf-custom-content-01 header div#mainarea h3 {
    position: absolute;
    display: block;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    z-index: 3;
    left: 0;
    bottom: 10px;
    white-space: nowrap;
}

.cf-custom-content-01 header div#mainarea h3 aside {
    display: block;
    overflow: hidden;
    width: 100%;
    line-height: 1.6;
}

.cf-custom-content-01 header div#mainarea h3 strong {
    display: inline-block;
    background-color: #fff;
    line-height: 1.6;
    margin-bottom: 10px;
    padding: 0 20px 5px 15px;
    white-space: nowrap;
}

.cf-custom-content-01 header div#mainarea h3 strong:nth-of-type(2) {
    padding: 0 50px 5px 15px;
}

.cf-custom-content-01 header.anime_set #mainarea figure img {
    opacity: 0;
}

.cf-custom-content-01 header.anime_set_on #mainarea figure img {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    opacity: 0;
    -webkit-animation: figure_view 1.5s forwards ease 0s;
    animation: figure_view 1.5s forwards ease 0s;
}

.cf-custom-content-01 header.anime_set div#mainarea h3 aside,
.cf-custom-content-01 header.anime_set div#mainarea h2 aside {
    width: 0;
}

.cf-custom-content-01 header.anime_set_on div#mainarea h3 aside:nth-of-type(1) {
    width: 0;
    -webkit-animation: width_100 1s forwards ease 1s;
    animation: width_100 1s forwards ease 1s;
}

.cf-custom-content-01 header.anime_set_on div#mainarea h3 aside:nth-of-type(2) {
    width: 0;
    -webkit-animation: width_100 1s forwards ease 1.3s;
    animation: width_100 1s forwards ease 1.3s;
}

.cf-custom-content-01 header.anime_set_on div#mainarea h3 aside:nth-of-type(3) {
    width: 0;
    -webkit-animation: width_100 1s forwards ease 1.3s;
    animation: width_100 1s forwards ease 1.3s;
}

.cf-custom-content-01 header.anime_set_on div#mainarea h2 aside:nth-of-type(1) {
    width: 0;
    -webkit-animation: width_100 1s forwards ease 1.5s;
    animation: width_100 1s forwards ease 1.5s;
}

.cf-custom-content-01 header.anime_set_on div#mainarea h2 aside:nth-of-type(2) {
    width: 0;
    -webkit-animation: width_100 1s forwards ease 1.8s;
    animation: width_100 1s forwards ease 1.8s;
}

.cf-custom-content-01 header.anime_set_on div#mainarea h2 aside:nth-of-type(3) {
    width: 0;
    -webkit-animation: width_100 1s forwards ease 2s;
    animation: width_100 1s forwards ease 2s;
}

/* header */

/* mes1 */

.cf-custom-content-01 #xebio_mes1 {
    padding: 0 0 60px;
    border-bottom: #004196 solid 2px;
}

.cf-custom-content-01 #xebio_mes1 h1 {
    font-size: 44px;
    font-weight: 400;
    text-align: center;
    color: #004097;
    line-height: 1.5;
    letter-spacing: 3.5px;
    padding-bottom: 25px;
}

.cf-custom-content-01 #xebio_mes1 h2 {
    font-size: 22px;
    text-align: center;
    padding-bottom: 45px;
    color: #004097;
}

.cf-custom-content-01 #xebio_mes1 h3 {
    font-size: 30px;
    line-height: 1.8;
    text-align: center;
    padding-bottom: 45px;
}

.cf-custom-content-01 #xebio_mes1 p {
    font-size: 18px;
    line-height: 2.8;
    text-align: center;
    padding-bottom: 65px;
    color: #666;
    letter-spacing: 3.5px;
}

.cf-custom-content-01 #xebio_mes1 p span {
    display: inline-block;
}

/* mes1 */

/* mes1_2 */

.cf-custom-content-01 #xebio_mes1_2 article {
    font-family: 'Noto Sans Japanese', sans-serif;
    padding: 80px 20px 80px;
    border-bottom: #004196 solid 2px;
}

.cf-custom-content-01 #xebio_mes1_2 article div {
    position: relative;
    padding: 10px 40px;
}

.cf-custom-content-01 #xebio_mes1_2 article div::before,
.cf-custom-content-01 #xebio_mes1_2 article div::after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 100%;
    border: #666 solid 1px;
}

.cf-custom-content-01 #xebio_mes1_2 article div::before {
    border-right: none;
    top: 0;
    left: 0;
}

.cf-custom-content-01 #xebio_mes1_2 article div::after {
    border-left: none;
    top: 0;
    right: 0;
}

.cf-custom-content-01 #xebio_mes1_2 article div h1 {
    font-size: 30px;
    font-weight: 300;
    color: #666;
}

.cf-custom-content-01 #xebio_mes1_2 article div h1 small {
    font-size: 16px;
    color: #666;
}

.cf-custom-content-01 #xebio_mes1_2 article div p {
    padding-top: 25px;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

/* mes1_2 */

.cf-custom-content-01 .stitle {
    position: relative;
    font-size: 30px;
    text-align: center;
    padding-bottom: 110px;
}

.cf-custom-content-01 .stitle::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 80px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background-color: #004196;
}

/* field */

.cf-custom-content-01 #xebio_field {
    padding: 80px 0;
}

.cf-custom-content-01 #xebio_field article {
    background-color: #f5f5f5;
    padding: 70px 0;
    text-align: center;
}

.cf-custom-content-01 #xebio_field article figure {
    width: 100%;
    padding: 0 5%;
}

/* field */

/* work */

.cf-custom-content-01 #xebio_work {
    padding: 85px 0 135px;
    border-top: #004196 solid 2px;
    border-bottom: #004196 solid 2px;
}

.cf-custom-content-01 #xebio_work #step_area {
    padding-bottom: 50px;
}

.cf-custom-content-01 #xebio_work #step_area #step_info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}

.cf-custom-content-01 #xebio_work #step_area #step_info #step_figure {
    width: 500px;
}

.cf-custom-content-01 #xebio_work #step_area #step_info #step_figure div {
    position: relative;
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/cfn-prod-s3-backend/static-content/ja/company_list/00014169/original/bos/images/dot.png");
    padding: 40px 20px 20px;
}

.cf-custom-content-01 #xebio_work #step_area #step_info #step_figure h4 {
    position: absolute;
    display: inline-block;
    background-color: #014197;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    padding: 10px 35px 12px;
    white-space: nowrap;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.cf-custom-content-01 #xebio_work #step_area #step_info #step_figure div figure {
    max-width: 420px;
    margin: 0 auto;
}

.cf-custom-content-01 #xebio_work #step_area #step_info #step_figure div figure img {
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
    transform: translateZ(0)
}

.cf-custom-content-01 #xebio_work #step_area #step_info #step_text {
    width: 445px;
    margin-top: -30px;
}

.cf-custom-content-01 #xebio_work #step_area #step_info #step_text p {
    font-size: 16px;
    letter-spacing: 1.4px;
    line-height: 2.2;
    padding-bottom: 50px;
}

.cf-custom-content-01 #content_xebio #xebio_work #step_area #step_info #step_text dl dt {
    font-family: 'Noto Sans Japanese', sans-serif;
    background-color: #014197;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    letter-spacing: 2px;
}

.cf-custom-content-01 #content_xebio #xebio_work #step_area #step_info #step_text dl dd {
    font-family: 'Noto Sans Japanese', sans-serif;
    border: #014197 solid 1px;
    padding: 10px 5px 10px 10px;

    font-size: 14px;
    letter-spacing: 2px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.cf-custom-content-01 #content_xebio #xebio_work #step_area #step_info #step_text dl dd li {
    position: relative;
    padding-bottom: 5px;
    padding-left: 1em;
}

.cf-custom-content-01 #content_xebio #xebio_work #step_area #step_info #step_text dl dd li::before {
    content: "・";
    position: absolute;
    left: 0;
}

.cf-custom-content-01 #content_xebio #xebio_work #photo_area {
    padding-bottom: 180px;
}

.cf-custom-content-01 #content_xebio #xebio_work #photo_area .slick-initialized,
.cf-custom-content-01 #content_xebio #xebio_work #photo_area .slide_inner div {
    height: 100%;
}

.cf-custom-content-01 #content_xebio #xebio_work #photo_area .slick-track {
    left: -25.1% !important;
    width: 100%;
    opacity: 1;
}

.cf-custom-content-01 #content_xebio #xebio_work #photo_area .slick-slide figure {
    display: block;
    height: 100%;
    padding-right: 10px;
}

.cf-custom-content-01 #content_xebio #xebio_work #photo_area img {
    max-width: 100%;
}

.cf-custom-content-01 #xebio_work article {
    position: relative;
    padding: 30px 0 50px;
    min-height: 550px;
}

.cf-custom-content-01 #xebio_work article figure {
    position: absolute;
    display: block;
    width: 62.711864%;
    max-width: 740px;
    z-index: 1;
}

.cf-custom-content-01 #xebio_work article:nth-of-type(1) figure {
    right: 0;
}

.cf-custom-content-01 #xebio_work article figure::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    right: 0;
}

.cf-custom-content-01 #xebio_work article .work_inner {
    position: relative;
    width: 53.389831%;
    min-height: 500px;
    z-index: 5;
    background-image: url(https://s3-ap-northeast-1.amazonaws.com/cfn-prod-s3-backend/static-content/ja/company_list/00014169/original/bos/images/bg_naname.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 50px 45px 80px;
    margin-top: -60px;
}

.cf-custom-content-01 #xebio_work article:nth-of-type(2) .work_inner {
    margin: 60px 0 0 auto;
    background-position: left bottom;
    padding: 50px 5% 80px 0;
    text-align: right;
}

.cf-custom-content-01 #xebio_work article .work_inner div {
    display: inline-block;
    text-align: left;
}

.cf-custom-content-01 #xebio_work article .work_inner h3 {
    color: #fff;
    font-size: 30px;
    border-bottom: #fff solid 1px;
    font-weight: 300;
    letter-spacing: 3px;
    padding: 0 0 10px 2px;
}

.cf-custom-content-01 #xebio_work article .work_inner p {
    font-family: 'Noto Serif JP', serif;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    padding: 40px 20px 0 0;
    white-space: nowrap;
}

.cf-custom-content-01 #xebio_work article.anime_set_on figure::before {
    width: 100%;
    -webkit-animation: width_0 1s forwards cubic-bezier(.07, .68, .41, 1) .6s;
    animation: width_0 1s forwards cubic-bezier(.07, .68, .41, 1) .6s;
}

.cf-custom-content-01 #xebio_work article.anime_set .work_inner {
    opacity: 0;
}

.cf-custom-content-01 #xebio_work article.anime_set_on .work_inner {
    opacity: 0;
    animation: fade_view .8s forwards cubic-bezier(.07, .68, .41, 1) 1.2s;
}

/* work */

/* mes2 */

.cf-custom-content-01 #xebio_mes2 {
    padding: 80px 0
}

.cf-custom-content-01 #xebio_mes2 article {
    background-image: url(https://s3-ap-northeast-1.amazonaws.com/cfn-prod-s3-backend/static-content/ja/company_list/00014169/original/bos/images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 150px 0 120px;
}

.cf-custom-content-01 #xebio_mes2 article .mes2_inner {
    width: 70%;
    max-width: 690px;
    margin: 0 auto;
}

.cf-custom-content-01 #xebio_mes2 article p#mes2_txt {
    color: #fff;
    font-size: 18px;
    line-height: 3;
    padding: 55px 0 100px;
    letter-spacing: 3.5px;
}

.cf-custom-content-01 #xebio_mes2 article p#mes2_txt span {
    display: inline-block;
    position: relative;
    width: 38px;
}

.cf-custom-content-01 #xebio_mes2 article p#mes2_txt span::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    top: 50%;
    z-index: 3;
}

.cf-custom-content-01 #xebio_mes2 article p#mes2_txt strong {
    display: inline-block;
}

.cf-custom-content-01 #xebio_mes2 article .mes2_inner div h4 {
    background-color: rgba(0, 0, 0, .5);
    font-size: 22px;
    line-height: 1;
    padding: 10px 20px 12px 20px;
    color: #fff;
    letter-spacing: 1px;
}

.cf-custom-content-01 #xebio_mes2 article .mes2_inner div p {
    background-color: rgba(0, 0, 0, .2);
    font-size: 14px;
    line-height: 2;
    letter-spacing: 2px;
    padding: 15px 20px 25px 20px;
    color: #fff;
}

/* mes2 */

/* entry */

.cf-custom-content-01 #xebio_entry a {
    transition: all 500ms 0s ease;
    display: block;
    background-color: #041c45;
    border: #041c45 solid 10px;
    padding: 20px 10px;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    letter-spacing: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cf-custom-content-01 #xebio_entry a strong {
    transition: all 500ms 0s ease;
    font-size: 24px;
    display: block;
    padding-bottom: 25px;
    color: #fff;
    line-height: 1.6;
}

.cf-custom-content-01 #xebio_entry a span {
    transition: all 500ms 0s ease;
    display: inline-block;
    background-color: #fff;
    color: #041c45;
    padding: 5px 50px 9px;
}

.cf-custom-content-01 #xebio_entry a:hover {
    background-color: #fff;
    border: #041c45 solid 10px;
}

.cf-custom-content-01 #xebio_entry a:hover strong {
    display: block;
    color: #041c45;
}

.cf-custom-content-01 #xebio_entry a:hover span {
    display: inline-block;
    background-color: #041c45;
    color: #fff;
}

/* entry */

.cf-custom-content-01 .fade_set {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.cf-custom-content-01 .fade_set_on {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    animation: fade_view .8s forwards cubic-bezier(.07, .68, .41, 1) .6s;
}

@media only screen and (max-width: 1180px) {
    .cf-custom-content-01 #content_xebio .only_1240 {
        display: inline-block;
    }

    .cf-custom-content-01 #content_xebio .no_1240 {
        display: none;
    }

    /* header */
    .cf-custom-content-01 header div#mainarea h1 {
        width: 210px;
        min-width: 210px;
        padding: 0 0 15px;
    }

    .cf-custom-content-01 header div#mainarea h1 span {
        width: 180px;
        height: 50px;
    }

    .cf-custom-content-01 header div#mainarea h2,
    .cf-custom-content-01 header div#mainarea h3 {
        position: absolute;
        font-size: 34px;
    }

    /* header */
    /* mes1 */
    .cf-custom-content-01 #xebio_mes1 h1 {
        font-size: 38px;
        font-weight: 400;
        text-align: center;
        color: #004097;
        line-height: 1.5;
        letter-spacing: 3.5px;
        padding-bottom: 25px;
    }

    /* mes1 */
    /* work */
    .cf-custom-content-01 #xebio_work article {
        min-height: auto;
    }

    .cf-custom-content-01 #xebio_work article .work_inner {
        width: 60%;
        min-height: auto;
    }

    .cf-custom-content-01 #xebio_work article:nth-of-type(2) .work_inner {
        width: 65%;
        min-height: auto;
    }

    /* work */
    /* mes2 */
    .cf-custom-content-01 #xebio_mes2 article p#mes2_txt {
        color: #fff;
        font-size: 16px;
        line-height: 2.6;
        padding: 55px 0 100px;
        letter-spacing: 3.5px;
    }

    /* mes2 */

}

@media only screen and (max-width: 980px) {
    .cf-custom-content-01 #content_xebio .only_980 {
        display: inline-block;
    }

    .cf-custom-content-01 #content_xebio .no_980 {
        display: none;
    }

    /* work */
    .cf-custom-content-01 #xebio_work #step_area #step_info {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        justify-content: space-between;
        max-width: 768px;
        margin: 0 auto;
    }

    .cf-custom-content-01 #xebio_work #step_area #step_info #step_figure {
        width: 50%;
    }

    .cf-custom-content-01 #xebio_work #step_area #step_info #step_figure div {
        position: relative;
        background-image: url("https://s3-ap-northeast-1.amazonaws.com/cfn-prod-s3-backend/static-content/ja/company_list/00014169/original/bos/images/dot.png");
        padding: 40px 20px 20px;
    }

    .cf-custom-content-01 #xebio_work #step_area #step_info #step_figure h4 {
        position: absolute;
        display: inline-block;
        background-color: #014197;
        color: #fff;
        font-size: 16px;
        line-height: 1;
        letter-spacing: 1px;
        padding: 10px 35px 12px;
        white-space: nowrap;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);

    }

    .cf-custom-content-01 #xebio_work #step_area #step_info #step_figure div figure {
        max-width: 420px;
        margin: 0 auto;
    }

    .cf-custom-content-01 #xebio_work #step_area #step_info #step_figure div figure img {
        filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
        transform: translateZ(0)
    }

    .cf-custom-content-01 #xebio_work #step_area #step_info #step_text {
        width: 47%;
        margin-top: -30px;
    }

    .cf-custom-content-01 #xebio_work #step_area #step_info #step_text p {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 2;
        padding-bottom: 40px;
    }

    .cf-custom-content-01 #content_xebio #xebio_work #step_area #step_info #step_text dl dt {
        font-family: 'Noto Sans Japanese', sans-serif;
        background-color: #014197;
        color: #fff;
        padding: 10px 15px;
        font-size: 14px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        letter-spacing: 2px;
    }

    .cf-custom-content-01 #content_xebio #xebio_work #step_area #step_info #step_text dl dd {
        font-family: 'Noto Sans Japanese', sans-serif;
        border: #014197 solid 1px;
        padding: 10px 5px 10px 10px;

        font-size: 13px;
        letter-spacing: 1px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .cf-custom-content-01 #content_xebio #xebio_work #step_area #step_info #step_text dl dd li {
        position: relative;
        padding-bottom: 5px;
        padding-left: 1em;
    }

    .cf-custom-content-01 #content_xebio #xebio_work #step_area #step_info #step_text dl dd li::before {
        content: "・";
        position: absolute;
        left: 0;
    }

    .cf-custom-content-01 #content_xebio #xebio_work #photo_area {
        padding-bottom: 120px;
    }

    .cf-custom-content-01 #xebio_work article .work_inner h3 {
        font-size: 26px;
    }

    .cf-custom-content-01 #xebio_work article .work_inner p {
        font-size: 15px;
    }

    .cf-custom-content-01 #xebio_work article:nth-of-type(2) .work_inner p {
        padding-right: 0;
    }

    /* work */
    /* mes1 */
    .cf-custom-content-01 #xebio_mes1 {
        padding: 0 0 60px;
        border-bottom: #004196 solid 2px;
    }

    .cf-custom-content-01 #xebio_mes1 h1 {
        font-size: 34px;
        font-weight: 400;
        text-align: center;
        color: #004097;
        line-height: 1.5;
        letter-spacing: 3.5px;
        padding-bottom: 20px;
    }

    .cf-custom-content-01 #xebio_mes1 h2 {
        font-size: 20px;
        text-align: center;
        padding-bottom: 40px;
        color: #666;
    }

    .cf-custom-content-01 #xebio_mes1 h3 {
        font-size: 30px;
        text-align: center;
        /*padding-bottom: 40px;*/
        /*color: #666;*/
    }

    .cf-custom-content-01 #xebio_mes1 p {
        font-size: 16px;
        line-height: 2.8;
        text-align: center;
        padding-bottom: 65px;
        color: #666;
        letter-spacing: 3.5px;
    }

    /* mes1 */
    .cf-custom-content-01 .stitle {
        position: relative;
        font-size: 24px;
        text-align: center;

        padding-bottom: 110px;
    }

    .cf-custom-content-01 .stitle::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 80px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 80px;
        height: 2px;
        background-color: #004196;
    }

    .cf-custom-content-01 #xebio_mes2 article {
        background-image: url(https://s3-ap-northeast-1.amazonaws.com/cfn-prod-s3-backend/static-content/ja/company_list/00014169/original/bos/images/bg.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        padding: 120px 0 120px;
    }
}

@media only screen and (max-width: 768px) {
    .cf-custom-content-01 #content_xebio .only_768 {
        display: inline-block;
    }

    .cf-custom-content-01 #content_xebio .no_768 {
        display: none;
    }

    /* header */
    .cf-custom-content-01 header div#mainarea h1 {
        position: static;
        width: 210px;
        min-width: 210px;
        top: 0;
    }

    .cf-custom-content-01 header div#mainarea h1 span {
        width: 180px;
        height: 50px;
    }

    .cf-custom-content-01 header div#mainarea h2,
    .cf-custom-content-01 header div#mainarea h3 {
        position: absolute;
        font-size: 5.5vw;
    }

    /* header */
    .cf-custom-content-01 .stitle {
        position: relative;
        font-size: 24px;
        text-align: center;

        padding-bottom: 70px;
    }

    .cf-custom-content-01 .stitle::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 45px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 80px;
        height: 2px;
        background-color: #004196;
    }

    /* field */
    .cf-custom-content-01 #xebio_field {
        padding: 60px 0;
    }

    .cf-custom-content-01 #xebio_field article {
        background-color: #f5f5f5;
        padding: 50px 0;
    }

    /* field */
    /* work */
    .cf-custom-content-01 #xebio_work {
        padding: 60px 0 0;
        border-top: #004196 solid 2px;
        border-bottom: #004196 solid 2px;
    }

    .cf-custom-content-01 #content_xebio #xebio_work #photo_area .slick-track {
        left: 0% !important;
        width: 100%;
        opacity: 1;
    }

    .cf-custom-content-01 #xebio_work #step_area {
        padding-bottom: 30px;
    }

    .cf-custom-content-01 #xebio_work #step_area #step_info {
        width: 100%;
        display: block;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        justify-content: space-between;
        max-width: 600px;
        margin: 0 auto;
    }

    .cf-custom-content-01 #xebio_work #step_area #step_info #step_figure {
        width: 100%;
        margin-top: 20px;
    }

    .cf-custom-content-01 #xebio_work #step_area #step_info #step_figure div {
        position: relative;
        background-image: url("https://s3-ap-northeast-1.amazonaws.com/cfn-prod-s3-backend/static-content/ja/company_list/00014169/original/bos/images/dot.png");
        padding: 40px 20px 20px;
    }

    .cf-custom-content-01 #xebio_work #step_area #step_info #step_figure h4 {
        position: absolute;
        display: inline-block;
        background-color: #014197;
        color: #fff;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 1px;
        padding: 10px 35px 12px;
        white-space: nowrap;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);

    }

    .cf-custom-content-01 #xebio_work #step_area #step_info #step_figure div figure {
        max-width: 420px;
        margin: 0 auto;
    }

    .cf-custom-content-01 #xebio_work #step_area #step_info #step_figure div figure img {
        filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
        transform: translateZ(0)
    }

    .cf-custom-content-01 #xebio_work #step_area #step_info #step_text {
        width: 100%;
        margin-top: 0;
        padding: 30px 5%;
    }

    .cf-custom-content-01 #xebio_work #step_area #step_info #step_text p {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 2;
        padding-bottom: 40px;
    }

    .cf-custom-content-01 #content_xebio #xebio_work #step_area #step_info #step_text dl dt {
        font-family: 'Noto Sans Japanese', sans-serif;
        background-color: #014197;
        color: #fff;
        padding: 10px 15px;
        font-size: 14px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        letter-spacing: 2px;
    }

    .cf-custom-content-01 #content_xebio #xebio_work #step_area #step_info #step_text dl dd {
        font-family: 'Noto Sans Japanese', sans-serif;
        border: #014197 solid 1px;
        padding: 10px 5px 10px 10px;

        font-size: 13px;
        letter-spacing: 1px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .cf-custom-content-01 #content_xebio #xebio_work #step_area #step_info #step_text dl dd li {
        position: relative;
        padding-bottom: 5px;
        padding-left: 1em;
    }

    .cf-custom-content-01 #content_xebio #xebio_work #step_area #step_info #step_text dl dd li::before {
        content: "・";
        position: absolute;
        left: 0;
    }

    .cf-custom-content-01 #content_xebio #xebio_work #photo_area {
        padding-bottom: 80px;
    }

    .cf-custom-content-01 #xebio_work article .work_inner h3 {
        font-size: 26px;
    }

    .cf-custom-content-01 #xebio_work article .work_inner p {
        font-size: 15px;
    }

    .cf-custom-content-01 #xebio_work article:nth-of-type(2) .work_inner p {
        padding-right: 0;
    }

    .cf-custom-content-01 #xebio_work article {
        position: relative;
        padding: 0 0 30px;
        min-height: auto;
    }

    .cf-custom-content-01 #xebio_work article figure {
        position: relative;
        display: block;
        width: 85%;
        max-width: 740px;
        z-index: 1;
    }

    .cf-custom-content-01 #xebio_work article:nth-of-type(1) figure {
        right: 0;
        margin: 0 0 0 auto;
    }

    .cf-custom-content-01 #xebio_work article .work_inner {
        position: relative;
        width: 90%;
        min-height: auto;
        z-index: 5;
        background-image: url(https://s3-ap-northeast-1.amazonaws.com/cfn-prod-s3-backend/static-content/ja/company_list/00014169/original/bos/images/bg_naname.png);
        background-repeat: no-repeat;
        background-position: right top;
        padding: 6% 15% 6% 6%;
        margin-top: -60px;
    }

    .cf-custom-content-01 #xebio_work article:nth-of-type(2) .work_inner {
        width: 90%;
        margin: 0 0 0 auto;
        background-position: left bottom;
        padding: 6% 6% 6% 15%;
        text-align: right;
        margin-top: -60px;
    }

    .cf-custom-content-01 #xebio_work article .work_inner div {
        display: inline-block;
        text-align: left;
    }

    .cf-custom-content-01 #xebio_work article .work_inner h3 {
        color: #fff;
        font-size: 22px;
        border-bottom: #fff solid 1px;
        font-weight: 300;
        letter-spacing: 3px;
        padding: 0 0 10px 2px;
    }

    .cf-custom-content-01 #xebio_work article .work_inner p {
        font-family: 'Noto Serif JP', serif;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        padding: 20px 0 0 0;
        line-height: 2;
        padding-right: 20px;
        white-space: normal;
    }

    /* work */
    /* mes2 */
    .cf-custom-content-01 #xebio_mes2 {
        padding: 60px 0
    }

    .cf-custom-content-01 #xebio_mes2 article {
        background-image: url(https://s3-ap-northeast-1.amazonaws.com/cfn-prod-s3-backend/static-content/ja/company_list/00014169/original/bos/images/bg.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        padding: 12% 0 12%;

    }

    .cf-custom-content-01 #xebio_mes2 article .mes2_inner {
        width: 80%;
        max-width: 690px;
        margin: 0 auto;
    }

    .cf-custom-content-01 #xebio_mes2 article p#mes2_txt {
        color: #fff;
        font-size: 16px;
        line-height: 2.6;
        padding: 45px 0 100px;
        letter-spacing: 3.5px;
    }

    .cf-custom-content-01 #xebio_mes2 article p#mes2_txt span {
        display: inline-block;
        position: relative;
        width: 38px;
    }

    .cf-custom-content-01 #xebio_mes2 article p#mes2_txt span::before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 1px;
        background-color: #fff;
        top: 50%;
        z-index: 3;
    }

    .cf-custom-content-01 #xebio_mes2 article .mes2_inner div h4 {
        background-color: rgba(0, 0, 0, .5);
        font-size: 22px;
        line-height: 1;
        padding: 10px 20px 12px 20px;
        color: #fff;
        letter-spacing: 1px;
    }

    .cf-custom-content-01 #xebio_mes2 article .mes2_inner div p {
        background-color: rgba(0, 0, 0, .2);
        font-size: 14px;
        line-height: 2;
        letter-spacing: 2px;
        padding: 15px 20px 25px 20px;
        color: #fff;
    }

    /* mes2 */
    /* entry */
    .cf-custom-content-01 #xebio_entry a {
        display: block;
        background-color: #041c45;
        padding: 20px 10px;
        font-size: 25px;
        line-height: 1;
        text-align: center;
        letter-spacing: 2px;
    }

    .cf-custom-content-01 #xebio_entry a strong {
        display: block;
        padding-bottom: 25px;
        color: #fff;
    }

    .cf-custom-content-01 #xebio_entry a span {
        display: inline-block;
        background-color: #fff;
        color: #041c45;
        padding: 5px 50px 9px;
    }

    /* entry */

}

@media only screen and (max-width: 599px) {

    /* header */
    .cf-custom-content-01 header {
        position: relative;
        padding-bottom: 80px;
    }

    .cf-custom-content-01 header div#mainarea {
        position: relative;
        width: 100%;
        height: auto;
    }

    .cf-custom-content-01 header div#mainarea figure {
        position: relative;
        top: 0;
        width: 100%;
        margin: 0 0 0 auto;
        z-index: 1;
    }

    .cf-custom-content-01 header div#mainarea h1 span {
        display: block;
        width: 180px;
        height: 50px;
    }

    .cf-custom-content-01 header div#mainarea h2 {
        position: absolute;
        display: block;
        /*		color: #FFF;*/
        color: #333;
        font-size: 5vw;
        font-weight: 300;
        z-index: 4;
        left: 0;
        bottom: 10%;
        white-space: nowrap;
    }

    .cf-custom-content-01 header div#mainarea h2 aside {
        display: block;
        overflow: hidden;
        width: 100%;
        line-height: 0;
    }

    .cf-custom-content-01 header div#mainarea h2 i {
        display: block;
        overflow: hidden;
        width: 100%;
        line-height: 1.4;
    }

    .cf-custom-content-01 header div#mainarea h2 strong {
        display: inline-block;
        line-height: 1;
        margin-bottom: 0;
        padding: 0;
        white-space: nowrap;
    }

    .cf-custom-content-01 header div#mainarea h2 span {
        display: inline-block;
        line-height: 1.4;
        margin-bottom: 7px;
        padding: 0 15px 5px 12px;
        white-space: nowrap;
    }

    .cf-custom-content-01 header div#mainarea h2 strong:nth-of-type(2) {
        padding: 0 50px 5px 15px;
    }

    .cf-custom-content-01 header div#mainarea h3 {
        position: absolute;
        display: block;
        /*		color: #004097;*/
        color: #fff;
        font-size: 5vw;
        font-weight: 300;
        z-index: 3;
        left: 0;
        bottom: 10%;
        white-space: nowrap;
    }

    .cf-custom-content-01 header div#mainarea h3 aside {
        display: block;
        overflow: hidden;
        width: 100%;
        line-height: 0;
    }

    .cf-custom-content-01 header div#mainarea h3 i {
        display: block;
        overflow: hidden;
        width: 100%;
        line-height: 1.4;
    }

    .cf-custom-content-01 header div#mainarea h3 strong {
        display: inline-block;
        background-color: inherit;
        line-height: 1;
        margin-bottom: 0;
        padding: 0;
        white-space: nowrap;
    }

    .cf-custom-content-01 header div#mainarea h3 span {
        display: inline-block;
        /*		background-color: #004097;*/
        background-color: #fff;
        line-height: 1.4;
        margin-bottom: 7px;
        padding: 0 15px 5px 12px;
        white-space: nowrap;
    }

    .cf-custom-content-01 header div#mainarea h3 strong:nth-of-type(2) {
        padding: 0 50px 5px 15px;
    }

    /* header */
    /* mes1 */
    .cf-custom-content-01 #xebio_mes1 {
        padding: 0 6% 40px;
        border-bottom: #004196 solid 2px;
    }

    .cf-custom-content-01 #xebio_mes1 h1 {
        font-size: 6.5vw;
        font-weight: 400;
        text-align: left;
        color: #004097;
        line-height: 1.5;
        letter-spacing: 2px;
        padding-bottom: 20px;
    }

    .cf-custom-content-01 #xebio_mes1 h2 {
        font-size: 18px;
        text-align: left;
        padding-bottom: 35px;
        color: #666;
    }

    .cf-custom-content-01 #xebio_mes1 h3 {
        font-size: 24px;
        text-align: left;
        padding-bottom: 35px;
    }

    .cf-custom-content-01 #xebio_mes1 p {
        font-size: 16px;
        line-height: 2.8;
        text-align: left;
        padding-bottom: 65px;
        color: #666;
        letter-spacing: 2px;
    }

    /*.cf-custom-content-01 #xebio_mes1 p:nth-of-type(2){
        padding-top: 100px;
        position: relative;
    }

    .cf-custom-content-01 #xebio_mes1 p:nth-of-type(2)::before{
        content: "";
        display: block;
        width: 1px;
        height: 50px;
        position: absolute;
        background-color: #999;
        top: -10px;
        left: .5em;
    }*/
    /* mes1 */
    /* mes1_2 */
    .cf-custom-content-01 #xebio_mes1_2 article {
        font-family: 'Noto Sans Japanese', sans-serif;
        padding: 60px 20px 60px;
        border-bottom: #004196 solid 2px;
    }

    .cf-custom-content-01 #xebio_mes1_2 article div {
        position: relative;
        padding: 15px 30px;
    }

    .cf-custom-content-01 #xebio_mes1_2 article div::before,
    .cf-custom-content-01 #xebio_mes1_2 article div::after {
        content: "";
        position: absolute;
        display: block;
        width: 15px;
        height: 100%;
        border: #666 solid 1px;
    }

    .cf-custom-content-01 #xebio_mes1_2 article div::before {
        border-right: none;
        top: 0;
        left: 0;
    }

    .cf-custom-content-01 #xebio_mes1_2 article div::after {
        border-left: none;
        top: 0;
        right: 0;
    }

    .cf-custom-content-01 #xebio_mes1_2 article div h1 {
        font-size: 24px;
        font-weight: 300;
        color: #666;
    }

    .cf-custom-content-01 #xebio_mes1_2 article div h1 small {
        font-size: 14px;
        color: #666;
    }

    .cf-custom-content-01 #xebio_mes1_2 article div p {
        padding-top: 25px;
        font-size: 13px;
        line-height: 1.8;
        color: #666;
    }

    /* mes1_2 */
    /* entry */
    .cf-custom-content-01 #xebio_entry a {
        display: block;
        background-color: #041c45;
        padding: 20px 10px;
        font-size: 20px;
        line-height: 1.6;
        text-align: center;
        letter-spacing: 2px;
    }

    .cf-custom-content-01 #xebio_entry a strong {
        display: block;
        padding-bottom: 20px;
        color: #fff;
        font-size: 18px;
    }

    .cf-custom-content-01 #xebio_entry a span {
        display: inline-block;
        background-color: #fff;
        color: #041c45;
        padding: 2px 50px 5px;
    }

    /* entry */
    .cf-custom-content-01 #content_xebio .only_599 {
        display: inline-block;
    }

    .cf-custom-content-01 #content_xebio .no_599 {
        display: none;
    }

}

@media only screen and (max-width: 480px) {

    /* work */
    .cf-custom-content-01 #xebio_work {
        padding: 50px 0;
        border-top: #004196 solid 2px;
        border-bottom: #004196 solid 2px;
    }

    .cf-custom-content-01 #xebio_work article {
        position: relative;
        padding: 0 0 60px;
        min-height: auto;
    }

    .cf-custom-content-01 #xebio_work article:nth-of-type(2) {
        padding: 0 0 0;
    }

    .cf-custom-content-01 #xebio_work article figure {
        position: relative;
        display: block;
        width: 90%;
        max-width: 740px;
        z-index: 1;
        margin: 0 auto 0 auto;
    }

    .cf-custom-content-01 #xebio_work article:nth-of-type(1) figure {
        right: 0;
        margin: 0 auto 0 auto;
    }

    .cf-custom-content-01 #xebio_work article .work_inner {
        position: relative;
        width: 90%;
        min-height: auto;
        z-index: 5;
        background-image: none;
        background-color: #004097;
        padding: 7%;
        margin: 0 auto 0 auto;
    }

    .cf-custom-content-01 #xebio_work article:nth-of-type(2) .work_inner {
        width: 90%;
        margin: 0 auto 0 auto;
        background-position: left bottom;
        padding: 7%;
        text-align: right;

    }

    .cf-custom-content-01 #xebio_work article .work_inner div {
        display: inline-block;
        text-align: left;
    }

    .cf-custom-content-01 #xebio_work article .work_inner h3 {
        color: #fff;
        font-size: 22px;
        border-bottom: #fff solid 1px;
        font-weight: 300;
        letter-spacing: 3px;
        padding: 0 0 10px 2px;
    }

    .cf-custom-content-01 #xebio_work article .work_inner p {
        font-family: 'Noto Serif JP', serif;
        color: #fff;
        font-size: 13px;
        font-weight: 300;
        padding: 20px 0 0 0;
        line-height: 2;
        padding-right: 0;
    }

    /* work */
    /* field */
    .cf-custom-content-01 #xebio_field {
        padding: 50px 0;
    }

    .cf-custom-content-01 #xebio_field article {
        background-color: #f5f5f5;
        padding: 50px 0;
    }

    /* field */
    /* mes2 */
    .cf-custom-content-01 #xebio_mes2 {
        padding: 50px 0
    }

    .cf-custom-content-01 #xebio_mes2 article {
        background-image: url(https://s3-ap-northeast-1.amazonaws.com/cfn-prod-s3-backend/static-content/ja/company_list/00014169/original/bos/images/bg.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        padding: 12% 0 12%;

    }

    .cf-custom-content-01 #xebio_mes2 article .mes2_inner {
        width: 80%;
        max-width: 690px;
        margin: 0 auto;
    }

    .cf-custom-content-01 #xebio_mes2 article p#mes2_txt {
        color: #fff;
        font-size: 15px;
        line-height: 2.3;
        padding: 35px 0 70px;
        letter-spacing: 3.5px;
    }

    .cf-custom-content-01 #xebio_mes2 article p#mes2_txt span {
        display: inline-block;
        position: relative;
        width: 38px;
    }

    .cf-custom-content-01 #xebio_mes2 article p#mes2_txt span::before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 1px;
        background-color: #fff;
        top: 50%;
        z-index: 3;
    }

    .cf-custom-content-01 #xebio_mes2 article .mes2_inner div h4 {
        background-color: rgba(0, 0, 0, .5);
        font-size: 20px;
        line-height: 1;
        padding: 10px 20px 12px 20px;
        color: #fff;
        letter-spacing: 1px;
    }

    .cf-custom-content-01 #xebio_mes2 article .mes2_inner div p {
        background-color: rgba(0, 0, 0, .2);
        font-size: 13px;
        line-height: 2;
        letter-spacing: 2px;
        padding: 15px 20px 25px 20px;
        color: #fff;
    }

    /* mes2 */
    .cf-custom-content-01 #content_xebio .only_480 {
        display: inline-block;
    }

    .cf-custom-content-01 #content_xebio .no_480 {
        display: none;
    }

    .cf-custom-content-01 #xebio_work #step_area {
        padding-bottom: 0;
    }

    .cf-custom-content-01 #content_xebio #xebio_work #photo_area .slick-slide figure {
        display: block;
        height: 100%;
        padding-right: 0;
    }

}

@media only screen and (max-width: 440px) {

    /* header */
    .cf-custom-content-01 header div#mainarea h1 span {
        display: block;
        width: 140px;
        height: 40px;
    }

    .cf-custom-content-01 header div#mainarea h2 {
        position: absolute;
        display: block;
        /*		color: #FFF;*/
        font-size: 5.5vw;
        font-weight: 300;
        z-index: 4;
        left: 0;
        bottom: 8.4%;
        white-space: nowrap;
    }

    .cf-custom-content-01 header div#mainarea h3 {
        position: absolute;
        display: block;
        /*		color: #004097;*/
        font-size: 5.5vw;
        font-weight: 300;
        z-index: 3;
        left: 0;
        bottom: 9%;
        white-space: nowrap;
    }

    .cf-custom-content-01 header div#mainarea h2 span,
    .cf-custom-content-01 header div#mainarea h3 span {
        margin-bottom: 5px;
    }

    /* header */
    /* mes1 */
    .cf-custom-content-01 #xebio_mes1 {
        padding: 0 5% 40px;
        border-bottom: #004196 solid 2px;
    }

    .cf-custom-content-01 #xebio_mes1 h1 {
        font-size: 6.5vw;
        font-weight: 400;
        text-align: left;
        color: #004097;
        line-height: 1.5;
        letter-spacing: 2px;
        padding-bottom: 20px;
    }

    .cf-custom-content-01 #xebio_mes1 h2 {
        font-size: 16px;
        text-align: left;
        padding-bottom: 35px;
        color: #666;
    }

    .cf-custom-content-01 #xebio_mes1 h3 {
        font-size: 25px;
        text-align: left;
        padding-bottom: 35px;
        /*color: #666;*/
    }

    .cf-custom-content-01 #xebio_mes1 p {
        font-size: 15px;
        line-height: 2.4;
        text-align: left;
        padding-bottom: 45px;
        color: #666;
        letter-spacing: 2px;
    }

    /*	.cf-custom-content-01 #xebio_mes1 p:nth-of-type(2){
            padding-top: 80px;
            position: relative;
        }

        .cf-custom-content-01 #xebio_mes1 p:nth-of-type(2)::before{
            content: "";
            display: block;
            width: 1px;
            height: 50px;
            position: absolute;
            background-color: #999;
            top: -10px;
            left: .5em;
        }*/
    /* mes1 */
    /* mes1_2 */
    .cf-custom-content-01 #xebio_mes1_2 article {
        font-family: 'Noto Sans Japanese', sans-serif;
        padding: 40px 15px 40px;
        border-bottom: #004196 solid 2px;
    }

    .cf-custom-content-01 #xebio_mes1_2 article div {
        position: relative;
        padding: 20px 30px;
    }

    .cf-custom-content-01 #xebio_mes1_2 article div::before,
    .cf-custom-content-01 #xebio_mes1_2 article div::after {
        content: "";
        position: absolute;
        display: block;
        width: 15px;
        height: 100%;
        border: #666 solid 1px;
    }

    .cf-custom-content-01 #xebio_mes1_2 article div::before {
        border-right: none;
        top: 0;
        left: 0;
    }

    .cf-custom-content-01 #xebio_mes1_2 article div::after {
        border-left: none;
        top: 0;
        right: 0;
    }

    .cf-custom-content-01 #xebio_mes1_2 article div h1 {
        font-size: 24px;
        font-weight: 300;
        color: #666;
    }

    .cf-custom-content-01 #xebio_mes1_2 article div h1 small {
        font-size: 14px;
        color: #666;
    }

    .cf-custom-content-01 #xebio_mes1_2 article div p {
        padding-top: 25px;
        font-size: 13px;
        line-height: 1.8;
        color: #666;
    }

    /* mes1_2 */
    .cf-custom-content-01 .stitle {
        position: relative;
        font-size: 20px;
        text-align: center;
        line-height: 1.6;
        padding-bottom: 70px;
    }

    .cf-custom-content-01 .stitle::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 45px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 60px;
        height: 2px;
        background-color: #004196;
    }

    .cf-custom-content-01 #xebio_mes2 article p#mes2_txt {
        color: #fff;
        font-size: 14px;
        line-height: 2.3;
        letter-spacing: 3.5px;
    }

    .cf-custom-content-01 #xebio_mes2 article .mes2_inner div h4 {
        background-color: rgba(0, 0, 0, .5);
        font-size: 18px;
        line-height: 1;
        padding: 10px 20px 12px 20px;
        color: #fff;
        letter-spacing: 1px;
    }

    .cf-custom-content-01 #xebio_mes2 article .mes2_inner div p {
        background-color: rgba(0, 0, 0, .2);
        font-size: 13px;
        line-height: 2;
        letter-spacing: 2px;
        padding: 15px 20px 25px 20px;
        color: #fff;
    }

    .cf-custom-content-01 #content_xebio .only_440 {
        display: inline-block;
    }

    .cf-custom-content-01 #content_xebio .no_440 {
        display: none;
    }
}

@media only screen and (max-width: 360px) {

    .cf-custom-content-01 #xebio_mes2 article .mes2_inner div h4 {
        background-color: rgba(0, 0, 0, .5);
        font-size: 16px;
        line-height: 1;
        padding: 10px 20px 12px 20px;
        color: #fff;
        letter-spacing: 1px;
    }

}

/* ******************** clearFix ******************* */

.cf-custom-content-01 #content_xebio .clearfix:after {
    content: "";
    clear: both;
    display: block;
}

/*********************************************************************/
