@keyframes horizontal {
    0% {
        transform: translateX(-3px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes vertical {
    0% {
        transform: translateY(-16px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* mainvis_block
----------------------------------------------------------*/
main {
    min-width: 1080px;
    overflow-x: hidden;
}

.mainvis {
    position: relative;
    margin-top: -100px;
}

.mainvis #mainvis {
    background: url("mainvis_pc.png") no-repeat 50% 50%;
    background-size: cover;
    display: block;
    min-height: 920px;
    max-height: 1300px;
    opacity: 0;
}

.mainvis #mainvis .home-banner-sp {
    display: none;
}

.mainvis .scroll {
    font-size: 14px;
    font-size: 1.4rem;
    color: #60a183;
    font-family: 'Roboto Condensed', 'arial', sans-serif;
    font-weight: 700;
    letter-spacing: 0.2em;
    vertical-align: middle;
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    text-align: center;
    animation: vertical 1s ease-in-out infinite alternate;
    opacity: 0;
}

.mainvis .scroll:after {
    content: "";
    display: block;
    width: 100%;
    height: 11px;
    background: url("scroll.png") no-repeat center 0;
    background-size: 9px 11px;
    margin-top: 4px;
}

.mainvis .main-tit {
    min-width: 1080px;
    display: block;
    position: absolute;
    top: 0;
    padding-top: 40px;
    margin-top: 7.69231%;
    margin-left: 15.38462%;
}

.mainvis .main-tit h2 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 455px;
    height: 45px;
    background: url("main_tit_pc.png") no-repeat center 0;
    background-size: 455px 45px;
    display: inline-block;
    opacity: 0;
}

.mainvis .main-tit .baloon-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 158px;
    height: 21px;
    background: url("main_baloon_pc.png") no-repeat center 0;
    background-size: 158px 21px;
    display: block;
    margin-left: -30px;
    opacity: 0;
}

.mainvis .main-tit .baloon-line {
    width: 158px;
    height: 38px;
    display: block;
    margin-bottom: 16px;
    margin-left: -30px;
}

.mainvis .main-tit .baloon-line-ie {
    opacity: 0;
    width: 158px;
    height: 38px;
    display: block;
    margin-bottom: 30px;
    margin-left: -30px;
}

.mainvis .main-text {
    min-width: 1080px;
    display: block;
    position: absolute;
    top: 90px;
    padding-top: 100px;
    margin-top: 7.69231%;
    margin-left: 15.38462%;
    opacity: 0;
}

.mainvis .main-text p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .1em;
    line-height: 2;
    text-shadow: 0px -0px 6px #fff;
    margin-bottom: 10px;
}

.mainvis .main-text p:last-child {
    margin-bottom: 0;
}

.mainvis .home-banner {
    display: inline-block;
    position: absolute;
    width: 50vh;
    bottom: 15vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}

.mainvis .home-banner .home-banner-pc {
    display: inline-block;
    margin-left: -2.7%;
}

.mainvis .home-banner .home-banner-pc a {
    display: block;
    width: 50vh;
    height: auto;
    opacity: 1;
    -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;
}

.mainvis .home-banner .home-banner-pc a img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 750px) {
    .mainvis .home-banner .home-banner-pc a:hover {
        opacity: 0.8;
        -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;
        cursor: pointer;
    }
}

/* 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;
}

.contents-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 140px 0 140px;
}

.contents-inner::after {
    content: "";
    display: block;
    clear: both;
}

/* reading_block
----------------------------------------------------------*/
.reading-block {
    background-color: #eff5e3;
    display: block;
    text-align: center;
}

.reading-block .contents-inner {
    padding-top: 60px;
}

.reading-block h2 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 648px;
    height: 73px;
    background: url("reading_tit_pc.png") no-repeat 0 0;
    background-size: 648px 73px;
    display: inline-block;
    margin-bottom: 80px;
}

.reading-block ul::after {
    content: "";
    display: block;
    clear: both;
}

.reading-block ul li {
    width: 340px;
    display: inline-block;
    margin-right: 30px;
    float: left;
}

.reading-block ul li a {
    width: 100%;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
}

.reading-block ul li 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;
}

.reading-block ul li:last-child {
    margin-right: 0;
}

.reading-block ul li:nth-child(1) .read-img {
    background: url("read_01_pc.png") no-repeat 0 0;
    background-size: 156px 156px;
}

.reading-block ul li:nth-child(2) .read-img {
    background: url("read_02_pc.png") no-repeat 0 0;
    background-size: 156px 156px;
}

.reading-block ul li:nth-child(3) .read-img {
    background: url("read_03_pc.png") no-repeat 0 0;
    background-size: 156px 156px;
}

.reading-block .read-txt {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
}

.reading-block .read-txt span {
    display: block;
}

.reading-block .read-tit {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    color: #60a183;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: left;
    letter-spacing: 0.1em;
}

.reading-block .read-img {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 156px;
    height: 156px;
    display: inline-block;
    margin-bottom: 40px;
}

/* product_block
----------------------------------------------------------*/
.products-block {
    background-color: #fff;
    background: url("products_bg.png") no-repeat;
    background-position: top -140px left 50%;
    display: block;
}

.products-block .products-text {
    width: 600px;
    text-align: left;
}

.products-block .products-text h2 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 600px;
    height: 123px;
    background: url("products_tit_pc.png") no-repeat 0 0;
    background-size: 584px 123px;
    display: block;
    margin-bottom: 80px;
    border-bottom: 1px dashed #60a183;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.products-block .products-text p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 60px;
}

/* news_block
----------------------------------------------------------*/
.news-block {
    background-color: #eff5e3;
    display: block;
}

.news-block .left-info,
.news-block .right-webmedia {
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}

.news-block .left-info h2,
.news-block .right-webmedia h2 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin-bottom: 40px;
}

.news-block .left-info ul,
.news-block .right-webmedia ul {
    text-align: left;
    border-top: 1px dashed #dadada;
}

.news-block .left-info li,
.news-block .right-webmedia li {
    display: block;
    border-bottom: 1px dashed #dadada;
}

.news-block .left-info li a:hover,
.news-block .right-webmedia li 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;
}

.news-block .left-info li:last-child,
.news-block .right-webmedia li:last-child {
    margin-bottom: 0;
}

.news-block .left-info p,
.news-block .right-webmedia p {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    line-height: 1.6;
}

.news-block .left-info p a,
.news-block .right-webmedia p a {
    color: #60a183;
}

.news-block .left-info .link,
.news-block .right-webmedia .link {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 6px;
}

.news-block .left-info .info-blank a:after,
.news-block .right-webmedia .info-blank a:after {
    content: "";
    background: url("blank.png") no-repeat right 50%;
    background-size: 12px 9px;
    width: 12px;
    height: 9px;
    display: inline-block;
    margin-left: 10px;
}

.news-block .left-info .info-in-site a:after,
.news-block .right-webmedia .info-in-site a:after {
    content: "";
    background: url("big_right_arrow_gr.png") no-repeat right 50%;
    background-size: 12px 8px;
    width: 12px;
    height: 8px;
    display: inline-block;
    margin-left: 10px;
}

.news-block .left-info .date,
.news-block .right-webmedia .date {
    font-size: 13px;
    font-size: 1.3rem;
    color: #888888;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.news-block .left-info .date .motto,
.news-block .right-webmedia .date .motto {
    display: inline-block;
    border-left: 1px solid #dadada;
    padding: 0 10px;
    margin-left: 10px;
    letter-spacing: 0;
}

.news-block .left-info .date .skincare,
.news-block .right-webmedia .date .skincare {
    display: inline-block;
    border-left: 1px solid #dadada;
    padding: 0 10px;
    margin-left: 10px;
    letter-spacing: 0;
}

.news-block .left-info .tit,
.news-block .right-webmedia .tit {
    font-size: 15px;
    font-size: 1.5rem;
}

.news-block .left-info .new .date:after,
.news-block .right-webmedia .new .date:after {
    content: "NEW";
    color: #fff;
    background: url("new.png") no-repeat right 0;
    background-size: 4px 14px;
    background-color: #60a183;
    font-size: 10px;
    font-size: 1rem;
    font-family: 'Roboto Condensed', 'arial', sans-serif;
    font-weight: 700;
    letter-spacing: 0.2em;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 6px;
    margin-left: 10px;
    margin-top: -3px;
}

.news-block .left-info {
    width: 540px;
    float: left;
    border-right: 1px dashed #60a183;
    padding-right: 80px;
    box-sizing: border-box;
}

.news-block .left-info h2 {
    width: 100%;
    height: 24px;
    background: url("info_tit_pc.png") no-repeat center 0;
    background-size: 271px 24px;
}

.news-block .left-info li {
    padding: 30px 30px;
}

.news-block .baloon {
    position: absolute;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 218px;
    height: 89px;
    background: url("news_balloon.png") no-repeat 0 0;
    background-size: 218px 89px;
    display: inline-block;
    right: -30px;
    top: -90px;
}

.news-block .right-webmedia {
    width: 540px;
    padding-left: 80px;
    position: relative;
}

.news-block .right-webmedia h2 {
    width: 100%;
    height: 24px;
    background: url("webmedia_tit_pc.png") no-repeat center 0;
    background-size: 267px 24px;
}

.news-block .right-webmedia a {
    display: inline-block;
    padding: 30px 30px;
}

.news-block .right-webmedia .web-blank a {
    background: url("blank.png") no-repeat right 50%;
    background-size: 12px 9px;
    display: inline-block;
}

.news-block .right-webmedia .web-in-site a {
    background: url("big_right_arrow_gr.png") no-repeat right 50%;
    background-size: 12px 8px;
    display: inline-block;
}

/* recruit_block
----------------------------------------------------------*/
.recruit-block {
    background-color: #60a183;
    display: block;
    position: relative;
    padding-bottom: 100px;
}

.recruit-block .hide {
    display: none;
}

.recruit-block .contents-inner {
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: -120px;
    position: relative;
}

.recruit-block .contents-inner:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100px;
    background: url("recruit_bg_01.png") no-repeat center 0;
    background-size: 300px 100px;
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
}

.recruit-block .recruit-text {
    border: 1px solid #60a183;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 150px 100px;
    text-align: center;
}

.recruit-block .recruit-text h2,
.recruit-block .recruit-text h3,
.recruit-block .recruit-text h4,
.recruit-block .recruit-text p {
    text-align: left;
}

.recruit-block .recruit-text h2 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 120px;
    background: url("recruit_tit_icon.png") no-repeat center 0;
    background-size: 240px 120px;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    margin-top: -40px;
}

.recruit-block .recruit-text h3 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 168px;
    background: url("recruit_tit_pc.png") no-repeat center 0;
    background-size: 713px 168px;
    display: inline-block;
    margin-bottom: 80px;
    border-bottom: 1px dashed #60a183;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.recruit-block .recruit-text h4 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #60a183;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    padding: 0 60px;
}

.recruit-block .recruit-text p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 0 60px;
}

.recruit-block .recruit-text .last {
    margin-bottom: 60px;
}

.recruit-block .recruit-text .gr-btn {
    padding: 0;
    display: inline-block;
    margin: 0 auto;
}

.recruit-block .recruit-text:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100px;
    background: url("recruit_bg_02.png") no-repeat center 0;
    background-size: 300px 100px;
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
}

.recruit-block ul {
    background-color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.recruit-block ul::after {
    content: "";
    display: block;
    clear: both;
}

.recruit-block ul li {
    display: inline-block;
    float: left;
    box-sizing: border-box;
    width: 480px;
    height: 480px;
}

.recruit-block ul img {
    box-sizing: border-box;
}

.recruit-block #main_slide {
    display: block;
}

.recruit-block #main_slide_sp,
.recruit-block #main_slide_sp2 {
    display: none;
}

/* mediaquery
----------------------------------------------------------*/
@media only screen and (max-width: 750px) {

    /* mainvis_block
  ----------------------------------------------------------*/
    main {
        min-width: 0;
    }

    .mainvis #mainvis {
        background: url("mainvis_sp.png") no-repeat 50% 50%;
        background-size: cover;
        padding-top: 40px;
        min-height: 0;
        margin-top: 120px;
        position: relative;
    }

    .mainvis #mainvis .home-banner-sp {
        display: block;
        position: absolute;
        bottom: 80px;
        left: 0;
        right: 0;
        width: 350px;
        height: 145px;
        margin: 0 auto;
    }

    .mainvis #mainvis .home-banner-sp a {
        display: block;
        margin-left: -7px;
        width: 350px;
        height: 145px;
    }

    .mainvis #mainvis .home-banner-sp img {
        width: 100%;
        height: auto;
        display: block;
    }
}

@media only screen and (max-width: 750px) and (max-width: 374px) {
    .mainvis #mainvis .home-banner-sp {
        display: block;
        position: absolute;
        bottom: 70px;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .mainvis #mainvis .home-banner-sp a {
        display: block;
        margin-left: -2%;
        width: 100%;
        height: auto;
    }

    .mainvis #mainvis .home-banner-sp img {
        width: 100%;
        height: auto;
        display: block;
    }
}

@media only screen and (max-width: 750px) {
    .mainvis .scroll {
        font-size: 10px;
        font-size: 1rem;
        position: relative;
        bottom: 120px;
    }

    .mainvis .main-tit {
        min-width: 0;
        left: 0;
        right: 0;
        padding: 50px 0 0;
        margin: 0 auto;
        margin-top: 8.53333%;
        text-align: center;
    }

    .mainvis .main-tit h2 {
        width: 69.33333%;
        height: 0;
        padding-bottom: 7.46667%;
        background: url("main_tit_sp.png") no-repeat center 0;
        background-size: 100% 100%;
    }

    .mainvis .main-tit .baloon-text {
        width: 25.33333%;
        height: 0;
        padding-bottom: 5.06667%;
        background: url("main_baloon_sp.png") no-repeat center 0;
        background-size: 100% 100%;
        display: block;
        margin-left: 6.66667%;
        opacity: 0;
    }

    .mainvis .main-tit .baloon-line {
        width: 100%;
        height: 0;
        padding-bottom: 5.06667%;
        margin-bottom: 20px;
        display: inline-block;
        margin-left: 6.66667%;
        text-align: left;
    }

    .mainvis .main-tit .baloon-line img {
        width: 25.33333%;
        height: auto;
    }

    .mainvis .main-text {
        position: relative;
        min-width: 0;
        width: 100%;
        left: 0;
        top: 0;
        padding: 0 0 80px;
        margin-top: -50px;
        margin-left: 0px;
    }

    .mainvis .main-text p {
        letter-spacing: 0.05em;
        line-height: 2;
        padding: 0 35px;
        box-sizing: border-box;
    }

    .mainvis .main-text p br {
        display: none;
    }

    .mainvis .home-banner {
        display: none;
    }

    /* contents_block
  ----------------------------------------------------------*/
    .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: 60px 20px 60px;
        box-sizing: border-box;
    }

    /* reading_block
  ----------------------------------------------------------*/
    .reading-block .contents-inner {
        padding-top: 30px;
    }

    .reading-block h2 {
        width: 100%;
        height: 120px;
        background: url("reading_tit_sp.png") no-repeat 50% 50%;
        background-size: 335px 120px;
        margin-bottom: 30px;
    }

    .reading-block 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;
    }

    .reading-block ul li a {
        width: 100%;
        height: 110px;
        display: table;
    }

    .reading-block 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;
    }

    .reading-block 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;
    }

    .reading-block ul li:last-child {
        margin-right: 0;
    }

    .reading-block ul li:nth-child(1) .read-img {
        background: url("read_01_pc.png") no-repeat 50% 50%;
        background-size: 100% 100%;
    }

    .reading-block ul li:nth-child(1) .read-tit:before {
        content: "STORY";
    }

    .reading-block ul li:nth-child(2) .read-img {
        background: url("read_02_pc.png") no-repeat 50% 50%;
        background-size: 100% 100%;
    }

    .reading-block ul li:nth-child(2) .read-tit:before {
        content: "BUSSINESS";
    }

    .reading-block ul li:nth-child(3) .read-img {
        background: url("read_03_pc.png") no-repeat 50% 50%;
        background-size: 100% 100%;
    }

    .reading-block ul li:nth-child(3) .read-tit:before {
        content: "PHILOSOPHY";
    }

    .reading-block .container,
    .reading-block .read-txt {
        display: none;
    }

    .reading-block .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%;
    }

    .reading-block .read-img {
        width: 80px;
        height: 80px;
        display: block;
        margin: 15px 20px 0 15px;
        float: left;
        display: table-cell;
    }

    /* product_block
  ----------------------------------------------------------*/
    .products-block {
        background-color: #fff;
        background: url("products_bg_sp.png") no-repeat right 40px;
        background-size: 632px 265px;
        display: block;
        text-align: center;
    }

    .products-block .products-text {
        width: 100%;
    }

    .products-block .products-text h2 {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 57.01493%;
        height: 141px;
        background: url("products_tit_sp.png") no-repeat 0 0;
        background-size: 191px 141px;
        display: block;
        border-bottom: 0;
        margin-bottom: 30px;
    }

    .products-block .products-text p {
        display: none;
    }

    .products-block .products-text .ribbon {
        display: inline-block;
    }
}

@media only screen and (max-width: 750px) and (max-width: 630px) {
    .products-block {
        background-position: left 40px;
    }
}

@media only screen and (max-width: 750px) {

    /* news_block
  ----------------------------------------------------------*/
    .news-block {
        position: relative;
        display: table;
    }

    .news-block .contents-inner {
        padding: 0 20px;
    }

    .news-block .left-info h2,
    .news-block .right-webmedia h2 {
        margin-bottom: 0;
    }

    .news-block .left-info ul,
    .news-block .right-webmedia ul {
        margin-top: 141px;
        border: 0;
    }

    .news-block .left-info li,
    .news-block .right-webmedia li {
        display: block;
        border-bottom: 1px dashed #dadada;
    }

    .news-block .left-info li a:hover,
    .news-block .right-webmedia li a:hover {
        opacity: 1;
    }

    .news-block .left-info li:last-child,
    .news-block .right-webmedia li:last-child {
        margin-bottom: 0;
        border-bottom: 0;
    }

    .news-block .left-info p,
    .news-block .right-webmedia p {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .news-block .left-info .date,
    .news-block .right-webmedia .date {
        font-size: 13px;
        font-size: 1.3rem;
        color: #888888;
        line-height: 1;
        margin-bottom: 8px;
        letter-spacing: 0.1em;
    }

    .news-block .left-info .tit,
    .news-block .right-webmedia .tit {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.6;
    }

    .news-block .left-info .new .date:after,
    .news-block .right-webmedia .new .date:after {
        content: "NEW";
        color: #fff;
        background: url("new.png") no-repeat right 0;
        background-size: 4px 14px;
        background-color: #60a183;
        font-size: 10px;
        font-size: 1rem;
        font-family: 'Roboto Condensed', 'arial', sans-serif;
        font-weight: 700;
        letter-spacing: 0.2em;
        height: 14px;
        line-height: 14px;
        display: inline-block;
        vertical-align: middle;
        padding: 0 6px;
        margin-left: 10px;
        margin-top: -3px;
    }

    .news-block .left-info {
        width: 100%;
        float: left;
        border-right: 0;
        padding-right: 0;
        position: static;
    }

    .news-block .left-info h2 {
        width: 100%;
        height: 38px;
        background: url("info_tit_sp.png") no-repeat center 0;
        background-size: 91px 38px;
    }

    .news-block .left-info li {
        padding: 20px 0;
    }

    .news-block .left-info .select {
        background-color: #60a183;
    }

    .news-block .left-info .select h2 {
        background: url("info_tit_sp_on.png") no-repeat center 0;
        background-size: 91px 38px;
    }

    .news-block .right-webmedia {
        width: 100%;
        padding-left: 0;
        position: static;
        padding-bottom: 20px;
    }

    .news-block .right-webmedia .baloon {
        display: none;
    }

    .news-block .right-webmedia h2 {
        width: 100%;
        height: 39px;
        background: url("webmedia_tit_sp.png") no-repeat center 0;
        background-size: 133px 39px;
    }

    .news-block .right-webmedia .select {
        background-color: #60a183;
    }

    .news-block .right-webmedia .select h2 {
        background: url("webmedia_tit_sp_on.png") no-repeat center 0;
        background-size: 133px 39px;
    }

    .news-block .right-webmedia a {
        display: inline-block;
        padding: 20px 30px 20px 0;
    }

    .news-block .sp-btn {
        position: absolute;
        width: 50%;
        top: 0;
        height: 130px;
        background-color: #fff;
        border-top: 1px solid #60a183;
        border-bottom: 1px solid #60a183;
        box-sizing: border-box;
        display: table-cell;
        vertical-align: middle;
    }

    .news-block .sp-btn .ribbon-center {
        margin-top: 33px;
    }

    .news-block .tab-left {
        left: 0;
    }

    .news-block .tab-right {
        right: 0;
    }

    .news-block .select:after {
        content: "";
        width: 22px;
        height: 11px;
        background: url("news_arrow.png") no-repeat right 50%;
        background-size: 22px 11px;
        position: absolute;
        bottom: -11px;
        display: inline-block;
    }

    /* recruit_block
  ----------------------------------------------------------*/
    .recruit-block {
        background-color: #fff;
        padding-bottom: 0px;
    }

    .recruit-block .contents-inner {
        padding: 0 20px 60px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-top: 0;
    }

    .recruit-block .contents-inner:before {
        display: none;
    }

    .recruit-block .recruit-text {
        border: 0;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        padding: 0;
        text-align: center;
    }

    .recruit-block .recruit-text h2,
    .recruit-block .recruit-text h3,
    .recruit-block .recruit-text h4,
    .recruit-block .recruit-text p {
        text-align: left;
    }

    .recruit-block .recruit-text h2 {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 202px;
        height: 86px;
        background: url("recruit_tit_icon_sp.png") no-repeat center 0;
        background-size: 202px 86px;
        display: inline-block;
        margin-bottom: 30px;
        position: relative;
        margin-top: -50px;
    }

    .recruit-block .recruit-text h3 {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 335px;
        height: 119px;
        background: url("recruit_tit_sp.png") no-repeat center 0;
        background-size: 335px 119px;
        display: inline-block;
        border-bottom: 0;
        margin-bottom: 30px;
        padding-bottom: 0;
    }

    .recruit-block .recruit-text h4 {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        color: #60a183;
        letter-spacing: 0.1em;
        margin-bottom: 20px;
        padding: 30px 0 0;
        border-top: 1px dashed #60a183;
    }

    .recruit-block .recruit-text h4 br {
        display: none;
    }

    .recruit-block .recruit-text p {
        font-size: 15px;
        font-size: 1.5rem;
        margin-bottom: 16px;
        padding: 0;
    }

    .recruit-block .recruit-text .last {
        margin-bottom: 40px;
    }

    .recruit-block .recruit-text .gr-btn {
        padding: 0;
        display: inline-block;
        margin: 0 auto;
    }

    .recruit-block .recruit-text:before {
        display: none;
    }

    .recruit-block ul {
        background-color: #fff;
        border-top: 1px solid #fff;
        border-bottom: 0;
        height: 150px !important;
    }

    .recruit-block ul::after {
        content: "";
        display: block;
        clear: both;
    }

    .recruit-block ul li {
        display: inline-block;
        float: left;
        box-sizing: border-box;
        width: 188px;
        height: 150px;
    }

    .recruit-block ul img {
        border: 1px solid #fff;
        box-sizing: border-box;
    }

    .recruit-block #main_slide_sp2 {
        over-flow-x: hidden;
    }

    .recruit-block #main_slide_sp2 ul {
        margin-top: -1px;
        margin-left: -94px;
    }

    .recruit-block #main_slide {
        display: none;
    }

    .recruit-block #main_slide_sp,
    .recruit-block #main_slide_sp2 {
        display: block;
    }
}

@media only screen and (max-width: 374px) {
    .reading-block .read-tit {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.4;
        letter-spacing: 0.01em;
    }

    .recruit-block .recruit-text h3 {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        height: 99px;
        background: url("recruit_tit_sp.png") no-repeat 50% 50%;
        background-size: 280px 99px;
        display: inline-block;
        border-bottom: 0;
        margin-bottom: 30px;
        padding-bottom: 0;
    }
}