@charset "UTF-8";

@keyframes horizontal {
    0% {
        transform: translateX(-3px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes vertical {
    0% {
        transform: translateY(-16px);
    }

    100% {
        transform: translateY(0px);
    }
}

main {
    text-align: center;
}

main dl {
    text-align: left;
}

/* page title
----------------------------------------------------------*/
.main-inner {
    width: 1080px;
    display: inline-block;
    margin-bottom: 120px;
}

.main-inner .pagetitle {
    margin: 0 auto;
    padding: 90px 0 90px;
    text-align: center;
}

.main-inner .pagetitle h1 {
    width: 638px;
    height: 95px;
    background: url(story_tit_pc.png) no-repeat 0 0;
    background-size: 638px 95px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
}

.main-inner .pagetitle-text {
    position: relative;
    min-height: 420px;
}

.main-inner .pagetitle-img {
    content: "";
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(pagetitle_img_01.png) no-repeat 50% 50%;
    background-size: cover;
    width: 520px;
    height: 420px;
    position: absolute;
    right: 0;
    top: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.main-inner dl {
    position: relative;
    width: 660px;
    padding-top: 50px;
}

.main-inner dl dt {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #60a183;
    margin-bottom: 20px;
}

.main-inner dl dd {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    text-shadow: 1px 1px 30px #fff;
}

.main-inner dl dd:last-child {
    margin-bottom: 0;
}

.bussiness-inner .pagetitle h1 {
    width: 497px;
    height: 95px;
    background: url(bussiness_tit_pc.png) no-repeat 0 0;
    background-size: 497px 95px;
}

.bussiness-inner .pagetitle-img {
    background: url(pagetitle_img_02.png) no-repeat 50% 50%;
    background-size: cover;
}

.philosophy-inner .pagetitle h1 {
    width: 503px;
    height: 34px;
    background: url(philosophy_tit_pc.png) no-repeat 0 0;
    background-size: 503px 34px;
}

.philosophy-inner .pagetitle-img {
    background: url(pagetitle_img_03.png) no-repeat 50% 50%;
    background-size: cover;
}

.philosophy-contents .arch {
    padding-left: 10px;
}

/* contents_block
----------------------------------------------------------*/
.contents:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 122px;
    background: url("wave.png") no-repeat center 0;
    background-size: 100% 122px;
    position: absolute;
    top: -122px;
    left: 0;
    right: 0;
}

.contents {
    text-align: canter;
    position: relative;
    background-color: #eff5e3;
    margin-top: 122px;
}

.contents-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 80px 0 140px;
}

.contents-inner::after {
    content: "";
    display: block;
    clear: both;
}

.contents-inner .story-ttl {
    color: #60a183;
    font-weight: bold;
    font-family: 'Roboto Condensed', 'arial', sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    margin-left: -30px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.contents-inner .story-ttl .arch {
    font-size: 15px;
    font-size: 1.5rem;
    height: 10px;
    margin-bottom: 20px;
}

.contents-inner .story-ttl .num {
    font-size: 80px;
    font-size: 8rem;
    display: inline-block;
    border-bottom: 6px solid #60a183;
    line-height: 1;
    padding-bottom: 30px;
}

.contents-inner h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.contents-inner h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #60a183;
    margin-bottom: 20px;
    padding-left: 40px;
    background: url("green-line.png") no-repeat 0 center;
    background-size: 30px 2px;
    display: inline-block;
    position: relative;
}

.contents-inner p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 12px;
    position: relative;
}

.contents-inner p a {
    color: #60a183;
}

.contents-inner .text-last {
    margin-bottom: 40px;
}

.contents-inner .block-last {
    margin-bottom: 0;
}

.contents-inner .philosophy-text-last {
    margin-bottom: 60px;
}

.contents-inner .philosophy-block-last {
    text-align: right;
}

.contents-inner .text-list {
    margin-bottom: 40px;
}

.contents-inner .text-list li {
    margin-bottom: 20px;
}

.contents-inner .text-list li::after {
    content: "";
    display: block;
    clear: both;
}

.contents-inner .text-list li .list-tit {
    color: #60a183;
    font-weight: bold;
    margin-bottom: 6px;
}

.contents-inner .text-list li:before {
    content: "・";
    display: inline-block;
    float: left;
    color: #60a183;
}

.contents-inner .text-list li:last-child {
    margin-bottom: 0;
}

.contents-inner .word-list {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
    color: #60a183;
    font-weight: bold;
    line-height: 1.4;
}

.contents-inner .word-list li {
    margin-bottom: 10px;
}

.contents-inner .word-list li:before {
    content: "・";
    display: inline-block;
    float: left;
    color: #60a183;
}

.contents-inner .word-list li:last-child {
    margin-bottom: 0;
}

.contents-inner>ol>li {
    width: 100%;
    position: relative;
    margin-bottom: 100px;
    text-align: left;
}

.contents-inner>ol>li::after {
    content: "";
    display: block;
    clear: both;
}

.contents-inner>ol>li .list-inner {
    width: 600px;
}

.contents-inner>ol>li .circle {
    width: 440px;
    height: 440px;
    background-color: #fff;
    -moz-border-radius: 220px;
    -webkit-border-radius: 220px;
    border-radius: 220px;
    position: absolute;
}

.contents-inner>ol>li .circle .image-icon {
    width: 110px;
    height: 110px;
    position: absolute;
    display: inline-block;
}

.contents-inner>ol>li .circle .story-01-01 {
    top: 45px;
    left: 165px;
}

.contents-inner>ol>li .circle .story-01-02 {
    top: 165px;
    left: 165px;
}

.contents-inner>ol>li .circle .story-01-03 {
    bottom: 45px;
    left: 165px;
}

.contents-inner>ol>li .circle .story-02-01 {
    width: 160px;
    height: 160px;
    top: 140px;
    left: 140px;
}

.contents-inner>ol>li .circle .story-03-01 {
    width: 160px;
    height: 160px;
    top: 140px;
    left: 140px;
}

.contents-inner>ol>li .circle .story-04-01 {
    top: 45px;
    left: 165px;
}

.contents-inner>ol>li .circle .story-04-02 {
    top: 165px;
    left: 165px;
}

.contents-inner>ol>li .circle .story-04-03 {
    width: 141px;
    height: 110px;
    bottom: 45px;
    left: 150px;
}

.contents-inner>ol>li .circle .story-05-01 {
    width: 160px;
    height: 160px;
    top: 140px;
    left: 140px;
}

.contents-inner>ol>li .circle .bussiness-01-01 {
    width: 160px;
    height: 160px;
    top: 140px;
    left: 140px;
}

.contents-inner>ol>li .circle .bussiness-02-01 {
    width: 160px;
    height: 160px;
    top: 140px;
    left: 140px;
}

.contents-inner>ol>li .circle .philosophy-01-01 {
    width: 180px;
    height: 180px;
    top: 130px;
    left: 130px;
}

.contents-inner>ol>li .circle .philosophy-02-01 {
    width: 180px;
    height: 180px;
    top: 130px;
    left: 130px;
}

.contents-inner>ol>li .circle .philosophy-03-01 {
    width: 180px;
    height: 180px;
    top: 130px;
    left: 130px;
}

.contents-inner>ol>li .circle .philosophy-04-01 {
    width: 180px;
    height: 180px;
    top: 130px;
    left: 130px;
}

.contents-inner>ol>li .circle .philosophy-05-01 {
    width: 180px;
    height: 180px;
    top: 130px;
    left: 130px;
}

.contents-inner>ol>li:nth-child(odd) {
    margin-left: 80px;
}

.contents-inner>ol>li:nth-child(odd) .circle {
    top: 0;
    right: 140px;
}

.contents-inner>ol>li:nth-child(even) {
    margin-right: 80px;
}

.contents-inner>ol>li:nth-child(even) .list-inner {
    float: right;
}

.contents-inner>ol>li:nth-child(even) .circle {
    top: 0;
    left: 140px;
}

.contents-inner>ol>li:last-child {
    margin-bottom: 0;
}

.contents-inner .clover-block {
    background-color: #fff;
    padding: 60px 80px;
    margin-top: 100px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.contents-inner .clover-block::after {
    content: "";
    display: block;
    clear: both;
}

.contents-inner .clover-block dt {
    text-align: center;
    color: #60a183;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-weight: bold;
    border-bottom: 1px dashed #60a183;
}

.contents-inner .clover-block dt:before,
.contents-inner .clover-block dt:after {
    content: "";
    display: inline-block;
    background: url("line_baloon_tit_gr.png") no-repeat 0 0;
    background-size: 10px 15px;
    width: 10px;
    height: 15px;
}

.contents-inner .clover-block dt:before {
    transform: scale(-1, 1);
    margin-right: 15px;
}

.contents-inner .clover-block dt:after {
    margin-left: 15px;
}

.contents-inner .clover-block .clover-text {
    width: 500px;
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
}

.contents-inner .clover-block .clover-text span {
    display: block;
    margin-bottom: 20px;
}

.contents-inner .clover-block .clover-img {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    content: "";
    display: inline-block;
    background: url("clover_img_pc.png") no-repeat 0 0;
    background-size: 340px 260px;
    width: 340px;
    height: 260px;
    float: right;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

/* bussiness-link-block
----------------------------------------------------------*/
.bussiness-link-block {
    background-color: #fff;
    padding: 120px;
    text-align: center;
}

.bussiness-link-block .bussiness-link-block-inner {
    width: 1080px;
    display: inline-block;
}

.bussiness-link-block .bussiness-link-baloon {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    content: "";
    display: block;
    width: 100%;
    height: 85px;
    background: url(bussiness_link_baloon.png) no-repeat 0 0;
    background-size: 217px 85px;
    background-position: bottom 0 right 200px;
    text-align: right;
    margin-bottom: 40px;
}

.bussiness-link-block h2 {
    width: 805px;
    height: 75px;
    background: url(bussiness_link_tit_pc.png) no-repeat 0 0;
    background-size: 805px 75px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto 60px;
}

.bussiness-link-block ol {
    text-align: center;
    border-top: 1px dashed #60a183;
    width: 1080px;
    margin: 0 auto;
    padding-top: 80px;
}

.bussiness-link-block ol li {
    width: 100%;
    display: inline-block;
    border-bottom: 1px dashed #dadada;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.bussiness-link-block ol li .bussiness-link-box {
    width: 600px;
    min-height: 280px;
    text-align: left;
    padding-right: 480px;
    position: relative;
}

.bussiness-link-block ol li .bussiness-link-img {
    display: inline-block;
    width: 420px;
    height: 280px;
    position: absolute;
    right: 0;
    top: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.bussiness-link-block ol li .bussiness-link-img img {
    width: 100%;
    height: auto;
}

.bussiness-link-block ol li .ec-webmedia:before {
    height: 120px;
    background: url("banner_suhada.png") no-repeat 50% 50%;
    background-size: 166px 39px;
    display: inline-block;
    background-color: #df487c;
}

.bussiness-link-block ol li .bussiness-tit-box {
    display: table;
    margin-bottom: 30px;
}

.bussiness-link-block ol li .bussiness-link-no {
    font-size: 14px;
    font-size: 1.4rem;
    color: #60a183;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    display: table-cell;
    border-right: 2px solid #60a183;
    text-align: center;
    padding: 4px 20px 4px 0;
    vertical-align: middle;
}

.bussiness-link-block ol li .bussiness-link-no span {
    display: block;
    font-size: 40px;
    font-size: 4rem;
    font-family: 'Roboto Condensed', 'arial', sans-serif;
    font-weight: 700;
}

.bussiness-link-block ol li .bussiness-link-tit {
    font-size: 18px;
    font-size: 1.8rem;
    color: #60a183;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: table-cell;
    padding: 4px 20px;
    line-height: 1.4;
}

.bussiness-link-block ol li .bussiness-link-text {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.bussiness-link-block ol li .blank-link {
    position: relative;
    display: inline-block;
    width: 420px;
    height: 120px;
}

.bussiness-link-block ol li .blank-link a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 420px;
    height: 120px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.bussiness-link-block ol li .blank-link a:hover {
    opacity: 0.5;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bussiness-link-block ol li .blank-link:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 9px;
    margin-left: 8px;
    background: url("blank_wh.png") no-repeat 0 0;
    background-size: 12px 9px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.bussiness-link-block ol li .ukiuki {
    margin-bottom: 20px;
    background-color: #fff;
}

.bussiness-link-block ol li .ukiuki a {
    background: url("banner_suhada.png") no-repeat 50% 50%;
    background-size: 320px 66px;
    border: 3px solid #f6bdc0;
}

.bussiness-link-block ol li .motto a {
    background: url("motto.png") no-repeat 50% 50%;
    background-size: 230px 78px;
    background-color: #f5f5f5;
}

.bussiness-link-block ol li .motto:after {
    background: url("blank_pk.png") no-repeat 0 0;
    background-size: 12px 9px;
}

.bussiness-link-block ol li .skincare a {
    background: url("skincare_2019.png") no-repeat 50% 50%;
    background-size: 294px 61px;
    background-color: #f6bdc0;
}

.bussiness-link-block ol li:nth-child(2) .bussiness-link-text {
    margin-bottom: 0;
}

.bussiness-link-block ol li:nth-child(2) .bussiness-link-img {
    margin-bottom: 0;
}

.bussiness-link-block ol li:nth-child(3) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.bussiness-link-block ol li:nth-child(3) .bussiness-link-box {
    min-height: 0;
}

.bussiness-link-block ol li:nth-child(3) .bussiness-link-text {
    margin-bottom: 0;
}

/***********************************************************************
story-footer
**********************************************************************/
.story-footer {
    background-color: #60a183;
    padding: 100px 0;
    position: relative;
}

.story-footer:before {
    content: "";
    width: 80px;
    height: 44px;
    background: url(../img/recruit/deco_item.png) no-repeat 0 0;
    background-size: 80px 44px;
    position: absolute;
    top: -22px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.story-footer .story-footer-tit {
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    font-weight: bold;
}

.story-footer .story-footer-tit br {
    display: none;
}

.story-footer .story-footer-tit:before,
.story-footer .story-footer-tit:after {
    content: "";
    display: inline-block;
    background: url("line_baloon_tit.png") no-repeat 0 0;
    background-size: 10px 15px;
    width: 10px;
    height: 15px;
}

.story-footer .story-footer-tit:before {
    transform: scale(-1, 1);
    margin-right: 15px;
}

.story-footer .story-footer-tit:after {
    margin-left: 15px;
}

.story-footer ul {
    width: 890px;
    margin: 0 auto;
}

.story-footer ul::after {
    content: "";
    display: block;
    clear: both;
}

.story-footer ul li {
    width: 270px;
    display: inline-block;
    margin-right: 40px;
    text-align: center;
    position: relative;
    float: left;
}

.story-footer ul li a {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    width: 270px;
    padding: 40px 0;
    box-sizing: border-box;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.story-footer ul li a:hover {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #5a977b;
}

.story-footer ul li a:hover .arch {
    color: #fff;
}

.story-footer ul li a:hover .read-tit {
    color: #fff;
}

.story-footer ul li:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 12px;
    background: url("big_right_arrow_gr.png") no-repeat 0 0;
    background-size: 18px 12px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.story-footer ul li:hover:after {
    background: url("big_right_arrow.png") no-repeat 0 0;
    background-size: 18px 12px;
}

.story-footer ul li:last-child {
    margin-right: 0;
}

.story-footer ul li:nth-child(1) .read-img {
    background: url("read_01_pc.png") no-repeat 0 0;
    background-size: 156px 156px;
}

.story-footer ul li:nth-child(2) .read-img {
    background: url("read_02_pc.png") no-repeat 0 0;
    background-size: 156px 156px;
}

.story-footer ul li:nth-child(3) .read-img {
    background: url("read_03_pc.png") no-repeat 0 0;
    background-size: 156px 156px;
}

.story-footer ul .on a {
    background-color: #5a977b;
}

.story-footer ul .on a .arch {
    color: #fff;
}

.story-footer ul .on a .read-tit {
    color: #fff;
}

.story-footer ul .on:after {
    display: none;
}

.story-footer .read-tit {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    color: #60a183;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.story-footer .read-img {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 156px;
    height: 156px;
    display: inline-block;
    margin-bottom: 20px;
}

.bussiness-story-footer:before {
    background: url(deco_item_wh.png) no-repeat 0 0;
    background-size: 80px 44px;
}

/* mediaquery
----------------------------------------------------------*/
@media only screen and (max-width: 750px) {

    /* page title
  ----------------------------------------------------------*/
    .main-inner {
        width: 100%;
        display: block;
        margin-bottom: 90px;
    }

    .main-inner .pagetitle {
        margin: 0 auto;
        padding: 110px 0 20px;
        text-align: center;
    }

    .main-inner .pagetitle h1 {
        width: 335px;
        height: 80px;
        background: url(story_tit_sp.png) no-repeat 50% 50%;
        background-size: 335px 100px;
        white-space: nowrap;
        margin: 0 auto;
    }

    .main-inner .pagetitle-text {
        min-height: 0;
    }

    .main-inner .pagetitle-img {
        background: url(sp_pagetitle_img_01.png) no-repeat 0 0;
        background-size: 100% auto;
        width: 100%;
        height: 0;
        padding-bottom: 40%;
        position: relative;
        right: auto;
        top: auto;
        margin-bottom: 30px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    .main-inner dl {
        position: relative;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .main-inner dl dt {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        color: #60a183;
        margin-bottom: 12px;
    }

    .main-inner dl dt br {
        display: none;
    }

    .main-inner dl dd {
        font-size: 15px;
        font-size: 1.5rem;
    }

    .bussiness-inner .pagetitle h1 {
        width: 335px;
        height: 80px;
        background: url(bussiness_tit_sp.png) no-repeat 50% 50%;
        background-size: 335px 100px;
    }

    .bussiness-inner .pagetitle-img {
        background: url(sp_pagetitle_img_02.png) no-repeat 0 0;
        background-size: 100% auto;
    }

    .philosophy-inner .pagetitle h1 {
        width: 335px;
        height: 80px;
        background: url(philosophy_tit_sp.png) no-repeat 50% 50%;
        background-size: 335px 100px;
    }

    .philosophy-inner .pagetitle-img {
        background: url(sp_pagetitle_img_03.png) no-repeat 0 0;
        background-size: 100% auto;
    }

    /* bussiness-link-block
  ----------------------------------------------------------*/
    .bussiness-link-block {
        padding: 60px 20px;
    }

    .bussiness-link-block .bussiness-link-block-inner {
        width: 100%;
        display: block;
    }

    .bussiness-link-block .bussiness-link-baloon {
        display: block;
        width: 100%;
        height: 64px;
        background: url(bussiness_link_baloon.png) no-repeat 0 0;
        background-size: 164px 64px;
        background-position: bottom 0 right 40px;
        margin-bottom: 20px;
    }

    .bussiness-link-block h2 {
        width: 282px;
        height: 121px;
        background: url(bussiness_link_tit_sp.png) no-repeat 0 0;
        background-size: 282px 121px;
        margin: 0 auto 40px;
    }

    .bussiness-link-block ol {
        width: 100%;
        padding-top: 40px;
    }

    .bussiness-link-block ol li {
        width: 100%;
        display: block;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .bussiness-link-block ol li .bussiness-link-box {
        width: 100%;
        min-height: 0;
        padding-right: 0;
        text-align: center;
    }

    .bussiness-link-block ol li .bussiness-link-box img {
        width: 100%;
        height: auto;
    }

    .bussiness-link-block ol li .bussiness-link-img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        right: auto;
        top: auto;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        margin-bottom: 20px;
    }

    .bussiness-link-block ol li .ec-webmedia:before {
        height: 120px;
        background: url("banner_suhada.png") no-repeat 50% 50%;
        background-size: 166px 39px;
        display: inline-block;
        background-color: #df487c;
    }

    .bussiness-link-block ol li .bussiness-tit-box {
        display: table;
        margin-bottom: 20px;
    }

    .bussiness-link-block ol li .bussiness-link-no {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 4px 20px 4px 0;
    }

    .bussiness-link-block ol li .bussiness-link-no span {
        font-size: 30px;
        font-size: 3rem;
    }

    .bussiness-link-block ol li .bussiness-link-tit {
        font-size: 15px;
        font-size: 1.5rem;
        display: table-cell;
        padding: 4px 0 4px 20px;
        text-align: left;
    }

    .bussiness-link-block ol li .bussiness-link-tit br {
        display: none;
    }

    .bussiness-link-block ol li .bussiness-link-text {
        font-size: 15px;
        font-size: 1.5rem;
        margin-bottom: 20px;
        text-align: left;
    }

    .bussiness-link-block ol li .blank-link {
        display: block;
        height: 70px;
        width: 100%;
    }

    .bussiness-link-block ol li .blank-link a {
        display: block;
        width: 100%;
        height: 70px;
    }

    .bussiness-link-block ol li .blank-link a:hover {
        opacity: 1;
    }

    .bussiness-link-block ol li .ukiuki {
        margin-bottom: 12px;
    }

    .bussiness-link-block ol li .ukiuki a {
        background: url("banner_suhada.png") no-repeat 50% 50%;
        background-size: 166px 39px;
        background-color: #df487c;
    }

    .bussiness-link-block ol li .motto a {
        background: url("motto.png") no-repeat 50% 50%;
        background-size: 177px 60px;
        background-color: #f5f5f5;
    }

    .bussiness-link-block ol li .motto:after {
        background: url("blank_pk.png") no-repeat 0 0;
        background-size: 12px 9px;
    }

    .bussiness-link-block ol li .skincare a {
        background: url("skincare_2019.png") no-repeat 50% 50%;
        background-size: 242px 50px;
        background-color: #f6bdc0;
    }

    .bussiness-link-block ol li:nth-child(2) .bussiness-link-text {
        margin-bottom: 20px;
    }

    .bussiness-link-block ol li:nth-child(3) .bussiness-link-box {
        min-height: 0;
    }

    .bussiness-link-block ol li:nth-child(3) .bussiness-link-text {
        margin-bottom: 20px;
    }

    /* contents_block
  ----------------------------------------------------------*/
    .contents {
        margin-top: 0;
    }

    .contents:before {
        width: 100%;
        height: 40px;
        background: url("wave_sp.png") no-repeat center 0;
        background-size: 100% 40px;
        top: -40px;
    }

    .contents-inner {
        max-width: 100%;
        width: 100%;
        padding: 40px 20px 60px;
        box-sizing: border-box;
    }

    .contents-inner .story-ttl {
        color: #60a183;
        font-weight: bold;
        font-family: 'Roboto Condensed', 'arial', sans-serif;
        font-weight: 700;
        text-align: center;
        margin-bottom: 0;
        margin-left: 0;
        display: block;
        position: relative;
    }

    .contents-inner .story-ttl .arch {
        font-size: 12px;
        font-size: 1.2rem;
        height: 10px;
        margin-bottom: 16px;
    }

    .contents-inner .story-ttl .num {
        font-size: 40px;
        font-size: 4rem;
        display: inline-block;
        border-bottom: 0;
        line-height: 1;
        padding-bottom: 0;
    }

    .contents-inner h2 {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .contents-inner h3 {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        color: #60a183;
        margin-bottom: 20px;
        padding-left: 40px;
        background: url("green-line.png") no-repeat 0 center;
        background-size: 30px 2px;
        display: inline-block;
        position: relative;
    }

    .contents-inner p {
        font-size: 15px;
        font-size: 1.5rem;
        margin-bottom: 12px;
        position: relative;
    }

    .contents-inner .text-last {
        margin-bottom: 30px;
    }

    .contents-inner .block-last {
        margin-bottom: 0;
    }

    .contents-inner .philosophy-text-last {
        margin-bottom: 40px;
    }

    .contents-inner .philosophy-block-last {
        text-align: left;
    }

    .contents-inner .text-list {
        margin-bottom: 30px;
    }

    .contents-inner .word-list {
        font-size: 15px;
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .contents-inner .word-list li {
        margin-left: 1em;
    }

    .contents-inner .word-list li:before {
        margin-left: -1em;
    }

    .contents-inner>ol {
        width: 100%;
        overflow-x: hidden;
    }

    .contents-inner>ol>li {
        width: 100%;
        position: relative;
        margin-bottom: 30px;
        text-align: left;
        box-sizing: border-box;
    }

    .contents-inner>ol>li::after {
        content: "";
        display: block;
        clear: both;
    }

    .contents-inner>ol>li .list-inner {
        width: 100%;
    }

    .contents-inner>ol>li .sp-story-tit {
        background-color: #fff;
        padding: 30px 20px 0px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        margin-top: -20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .contents-inner>ol>li .circle {
        width: 100%;
        height: auto;
        background-color: #fff;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        position: relative;
    }

    .contents-inner>ol>li .circle::after {
        content: "";
        display: block;
        clear: both;
    }

    .contents-inner>ol>li .circle .image-icon {
        width: 80px;
        height: 80px;
        position: relative;
        float: left;
        margin-right: 10px;
    }

    .contents-inner>ol>li .circle .image-icon:last-child {
        margin-right: 0;
    }

    .contents-inner>ol>li .circle .icon {
        display: inline-block;
    }

    .contents-inner>ol>li .circle .story-01-01 {
        top: auto;
        left: auto;
    }

    .contents-inner>ol>li .circle .story-01-02 {
        top: auto;
        left: auto;
        transform: rotate(-90deg);
    }

    .contents-inner>ol>li .circle .story-01-03 {
        bottom: auto;
        left: auto;
    }

    .contents-inner>ol>li .circle .story-02-01 {
        width: 110px;
        height: 110px;
        top: auto;
        left: auto;
    }

    .contents-inner>ol>li .circle .story-03-01 {
        width: 110px;
        height: 110px;
        top: auto;
        left: auto;
    }

    .contents-inner>ol>li .circle .story-04-01 {
        top: auto;
        left: auto;
    }

    .contents-inner>ol>li .circle .story-04-02 {
        top: auto;
        left: auto;
        transform: rotate(-90deg);
    }

    .contents-inner>ol>li .circle .story-04-03 {
        bottom: auto;
        left: auto;
        height: 80px;
        width: 102px;
    }

    .contents-inner>ol>li .circle .story-05-01 {
        width: 110px;
        height: 110px;
        top: auto;
        left: auto;
    }

    .contents-inner>ol>li .circle .bussiness-01-01 {
        width: 110px;
        height: 110px;
        top: auto;
        left: auto;
    }

    .contents-inner>ol>li .circle .bussiness-02-01 {
        width: 110px;
        height: 110px;
        top: auto;
        left: auto;
    }

    .contents-inner>ol>li .circle .philosophy-01-01 {
        width: 110px;
        height: 110px;
        top: auto;
        left: auto;
    }

    .contents-inner>ol>li .circle .philosophy-02-01 {
        width: 110px;
        height: 110px;
        top: auto;
        left: auto;
    }

    .contents-inner>ol>li .circle .philosophy-03-01 {
        width: 110px;
        height: 110px;
        top: auto;
        left: auto;
    }

    .contents-inner>ol>li .circle .philosophy-04-01 {
        width: 110px;
        height: 110px;
        top: auto;
        left: auto;
    }

    .contents-inner>ol>li .circle .philosophy-05-01 {
        width: 120px;
        height: 120px;
        top: auto;
        left: auto;
    }

    .contents-inner>ol>li:nth-child(odd) {
        margin-left: 0;
    }

    .contents-inner>ol>li:nth-child(odd) .circle {
        top: auto;
        right: auto;
    }

    .contents-inner>ol>li:nth-child(even) {
        margin-right: 0;
    }

    .contents-inner>ol>li:nth-child(even) .list-inner {
        float: right;
    }

    .contents-inner>ol>li:nth-child(even) .circle {
        top: auto;
        left: auto;
    }

    .contents-inner>ol>li:last-child {
        margin-bottom: 0;
    }

    .contents-inner .clover-block {
        background-color: #fff;
        padding: 40px 20px;
        margin-top: 40px;
    }

    .contents-inner .clover-block dt {
        font-size: 16px;
        font-size: 1.6rem;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .contents-inner .clover-block .clover-text {
        width: 100%;
        font-size: 15px;
        font-size: 1.5rem;
        display: block;
        margin-bottom: 20px;
    }

    .contents-inner .clover-block .clover-text br {
        display: none;
    }

    .contents-inner .clover-block .clover-text span {
        display: block;
        margin-bottom: 12px;
    }

    .contents-inner .clover-block .clover-img {
        display: block;
        background: url("clover_img_sp.png") no-repeat 0 0;
        background-size: 100% 100%;
        width: 100%;
        height: 0;
        padding-bottom: 56.71642%;
        float: none;
    }

    /***********************************************************************
  story-footer
  **********************************************************************/
    .story-footer {
        padding: 60px 0;
    }

    .story-footer:before {
        content: "";
        width: 80px;
        height: 44px;
        background: url(../img/recruit/deco_item.png) no-repeat 0 0;
        background-size: 80px 44px;
        position: absolute;
        top: -22px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .story-footer .story-footer-tit {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 20px;
        position: relative;
        display: inline-block;
        padding: 0 40px;
    }

    .story-footer .story-footer-tit br {
        display: block;
    }

    .story-footer .story-footer-tit:before,
    .story-footer .story-footer-tit:after {
        position: absolute;
        bottom: 10px;
    }

    .story-footer .story-footer-tit:before {
        margin-right: 0;
        left: 0;
    }

    .story-footer .story-footer-tit:after {
        margin-left: 0;
        right: 0;
    }

    .story-footer ul {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .story-footer ul li {
        background-color: #fff;
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
        float: none;
        text-align: left;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        width: 100%;
        position: relative;
    }

    .story-footer ul li a {
        width: 100%;
        height: 110px;
        display: table;
        padding: 0;
    }

    .story-footer ul li a:hover {
        background-color: #fff;
    }

    .story-footer ul li a:hover .arch {
        color: #60a183;
    }

    .story-footer ul li a:hover .read-tit {
        color: #60a183;
    }

    .story-footer ul li:before {
        content: "";
        background: url("right_bottom_arrow.png") no-repeat 50% 50%;
        background-size: 14px 14px;
        display: block;
        width: 14px;
        height: 14px;
        position: absolute;
        right: 5px;
        bottom: 5px;
    }

    .story-footer ul .read-tit:before {
        font-size: 12px;
        font-size: 1.2rem;
        font-family: 'Roboto Condensed', 'arial', sans-serif;
        font-weight: 700;
        letter-spacing: 0.1em;
        display: block;
        margin-bottom: 8px;
    }

    .story-footer ul li:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }

    .story-footer ul li:nth-child(1) .read-img {
        background: url("read_01_pc.png") no-repeat 50% 50%;
        background-size: 100% 100%;
    }

    .story-footer ul li:nth-child(1) .read-tit:before {
        content: "STORY";
    }

    .story-footer ul li:nth-child(2) .read-img {
        background: url("read_02_pc.png") no-repeat 50% 50%;
        background-size: 100% 100%;
    }

    .story-footer ul li:nth-child(2) .read-tit:before {
        content: "BUSSINESS";
    }

    .story-footer ul li:nth-child(3) .read-img {
        background: url("read_03_pc.png") no-repeat 50% 50%;
        background-size: 100% 100%;
    }

    .story-footer ul li:nth-child(3) .read-tit:before {
        content: "PHILOSOPHY";
    }

    .story-footer ul .on {
        background-color: #5a977b;
        width: 100%;
        height: 110px;
        display: table;
    }

    .story-footer ul .on a:hover {
        background-color: #5a977b;
    }

    .story-footer ul .on a:hover .arch {
        color: #fff;
    }

    .story-footer ul .on a:hover .read-tit {
        color: #fff;
    }

    .story-footer ul .on:before {
        display: none;
    }

    .story-footer ul li:after {
        display: none;
    }

    .story-footer .container,
    .story-footer .read-txt {
        display: none;
    }

    .story-footer .read-tit {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1;
        color: #60a183;
        font-weight: bold;
        margin-bottom: 0;
        letter-spacing: 0.05em;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        width: 100%;
    }

    .story-footer .read-tit br {
        display: none;
    }

    .story-footer .read-img {
        width: 80px;
        height: 80px;
        display: block;
        margin: 15px 20px 0 15px;
        float: left;
        display: table-cell;
    }

    .bussiness-story-footer:before {
        background: url(deco_item_wh.png) no-repeat 0 0;
        background-size: 80px 44px;
    }
}

@media only screen and (max-width: 374px) {
    .image-icon {
        width: 60px !important;
        height: 60px !important;
    }

    .contents-inner .clover-block dt {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0em;
    }

    .main-inner .pagetitle h1 {
        width: 280px;
        height: 80px;
        background: url(story_tit_sp.png) no-repeat 50% 50%;
        background-size: contain;
    }

    .bussiness-inner .pagetitle h1 {
        width: 280px;
        height: 80px;
        background: url(bussiness_tit_sp.png) no-repeat 50% 50%;
        background-size: contain;
    }

    .philosophy-inner .pagetitle h1 {
        width: 280px;
        height: 80px;
        background: url(philosophy_tit_sp.png) no-repeat 50% 50%;
        background-size: contain;
    }

    .bussiness-link-block h2 {
        width: 100%;
        height: 112px;
        background: url(bussiness_link_tit_sp.png) no-repeat 50% 50%;
        background-size: 260px 112px;
    }
}