/*------------------------------------------------------

    HOME / HERO

------------------------------------------------------*/
/* テキストは常に前面へ */
#hero .hero-txt {
    position: relative;
    z-index: 3;
}

/*------------------------------------------------------

    HOME / HERO

------------------------------------------------------*/
#hero .container {
    position: relative;
    display: flex;
    justify-content: space-between;
}

#hero .container .outside-left {
    margin-left: calc(50% - 50vw);
    margin-right: 20%;
}

/* HERO VISUAL (overlay slides) */
#hero .outside-left {
    position: relative;
    overflow: hidden;
}

#hero .outside-left picture {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
}

#hero .outside-left picture img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

#hero .outside-left .hero-visual {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
}

#hero .outside-left .hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.25));
    pointer-events: none;
}

#hero .outside-left .hero-visual .hero-track {
    position: absolute;
    inset: 0;
    height: 100%;
    background-color: #2a2a2a; /* 画像読み込み前のグレー背景を防ぐ */
}

#hero .outside-left .hero-visual .hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (prefers-reduced-motion: reduce) {
    #hero .outside-left .hero-visual .hero-slide {
        transition: none !important;
        transform: none !important;
        animation: none !important;
    }

    #hero .hero-txt {
        opacity: 1 !important;
        transform: none !important;
    }
}

#hero .hero-txt {
    position: absolute;
    bottom: 100px;
    right: 12%;
    z-index: 3;
    opacity: 0;
    transform: translateY(30px);
}

#hero .hero-txt hgroup h2 {
    display: inline-block;
    background-color: #fff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 28px;
    padding: 14px 18px 10px;
    letter-spacing: 4px;
    white-space: nowrap;
}

#hero .hero-txt hgroup h2 em {
    letter-spacing: 0;
    display: inline-block;
    background: linear-gradient(90deg, #00464A, #00A3A6);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#hero .hero-txt hgroup h2 span {
    display: inline-block;

    letter-spacing: -50px;
}

#hero .hero-txt p {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 2px;
    text-shadow: 0px 0px 5px #fff;
    filter: drop-shadow(0px 0px 5px #fff);
}

.scroll_down {
    right: 3%;
    z-index: 2;
}

.scroll_down a {
    position: relative;
    display: flex;
    align-items: center;
    width: 13px;
    padding: 10px 10px 35px;
    color: #00464A;
    font-size: var(--role-meta);
    text-decoration: none;
    writing-mode: vertical-lr;
    transition: 0.2s;
    overflow: hidden;
    margin: auto;
}

.scroll_down a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: 1px;
    height: 25px;
    background: #00464A;
}

.scroll_down a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: 1px;
    height: 25px;
    background: #fff;
}

.scroll_down a:hover {
    opacity: 0.5;
}

.scroll_down a:after {
    animation: scrolldown 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes scrolldown {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

/*------------------------------------------------------

    HOME / SECTION

------------------------------------------------------*/
section hgroup span {
    display: inline-block;
    font-size: var(--role-pageTitle);
    font-weight: 500 !important;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

section hgroup h2 {
    font-size: var(--role-meta);
    margin-bottom: 15px;
}

/*------------------------------------------------------

    HOME / VALUE

------------------------------------------------------*/
#value {
    position: relative;
    padding: 95px 0;
}

#value p {
    margin: 32px auto;
}

#value .text-center p{
    width: 73%;
}

#value hgroup h2 {
    font-size: var(--fz-lg);
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

#value hgroup h2 em {
    font-size: var(--fz-xl);
    display: inline-block;
    background: linear-gradient(90deg, #00464A, #00A3A6);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 5px;
    letter-spacing: 0;
}

#value hgroup h2 span {
    font-size: var(--fz-xl);
    margin-left: 3px;
}

#value img.wave {
    position: absolute;
    top: 38%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
    z-index: -1;
}

#value span.grass-txt {
    position: absolute;
    bottom: -5px;
    left: 50%;
    translate: -50% 0;
    z-index: -1;
    white-space: nowrap;
    font-size: 17vw;
    font-weight: 500;
    color: #ebf6f6;
    line-height: 0.65;
    overflow: hidden;
    width: 100%;
    /* filter: blur(1.5px); */
}

#value .section__contents {
    width: 73%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#value .section__contents--item {
    width: 50%;
    text-align: center;
}

#value .section__contents--item .value-txt {
    padding: 0 10%;
    text-align: left;
}

#value .section__contents--item img {
    width: 70%;
}

#value .section__contents--item .value-txt span {
    position: relative;
    color: #00464A;
    font-size: var(--fz-lg);
    font-weight: 500;
    margin-bottom: 4%;
    display: inline-block;
}

#value .section__contents--item .value-txt span::after {
    content: "";
    position: absolute;
    top: 57%;
    right: -131%;
    translate: 0 -50%;
    width: 25px;
    height: 1px;
    background-color: #00464A;
}

#value .section__contents--item .value-txt h3 {
    color: #00464A;
    font-size: var(--fz-md);
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 4%;
}

#value .section__contents--item .value-txt p {
    font-size: 16px;
    font-weight: 400;
}

/*------------------------------------------------------

    HOME / BUSINESS

------------------------------------------------------*/
#business {
    background-color: #ebf6f6;
    padding: 95px 0;
}

#business .section__contents {
    width: 73%;
    margin: 3% auto 0;
    display: flex;
    justify-content: space-between;
}

#business .section__contents--item {
    background-color: #fff;
    width: 32%;
}

#business .section__contents--item .business-txt {
    padding: 7%;
    font-weight: 400;
}

#business .section__contents--item .business-txt h3 {
    font-size: var(--fz-md);
    margin-bottom: 7%;
    text-align: left;
    color: #00464A;
}

#business .section__contents--item .business-txt p {
    font-size: var(--fz-sm);
}

#business .more-link,
#news .more-link,
#blog .more-link {
    margin: 40px auto 0;
    text-align: center;
}

/*------------------------------------------------------

    HOME / MACHINE

------------------------------------------------------*/
#machine .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#machine .column-outside-right {
    margin-left: -14%;
}

#machine .column hgroup h2 {
    margin-bottom: 5px;
}

#machine .column hgroup p {
    font-size: var(--role-meta);
    margin-bottom: 5%;
}

#machine .column hgroup img {
    width: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
}

#machine .more-link,
#method .more-link,
#company .more-link,
#partnership .more-link,
#recruit .more-link {
    margin: 50px 0 0;
}

/*------------------------------------------------------

    HOME / METHOD

------------------------------------------------------*/
#method .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#method .column-outside-left {
    margin-left: -14%;
}

#method .column {
    width: 38%;
}

#method .column hgroup h2 {
    margin-bottom: 5px;
}

#method .column hgroup p {
    font-size: var(--role-meta);
    margin-bottom: 5%;
}

#method .column hgroup img {
    width: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
}

#method .column h3 {
    margin-bottom: 15px;
    font-size: var(--fz-lg);
    font-weight: 500;
}

#method .column p {
    font-size: var(--role-body);
}

/* merged into grouped rule above */

/*------------------------------------------------------

    HOME / NEWS

------------------------------------------------------*/
#news {
    padding: 120px 0;
}

#news .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#news hgroup {
    width: 25%;
}

#news hgroup h2 {
    margin-bottom: 5px;
    font-size: var(--role-meta);
}

#news hgroup img {
    margin-top: 20px;
    margin-bottom: 40px;
}

#news .section__contents {
    width: 75%;
}

/* merged into grouped rule near #business */

#news .section__contents ul {
    border-top: 1px solid #c7c7c7;
}

#news .section__contents ul li {
    border-bottom: 1px solid #c7c7c7;
    padding: 10px 8px;
}

#news .section__contents ul li span {
    color: #00464A;
    font-size: var(--role-meta);
}

#news .section__contents ul li h3 {
    font-size: var(--role-body);
    font-weight: 500;
}

#news span.grass-txt {
    position: absolute;
    top: -32%;
    left: -17%;
    writing-mode: vertical-lr;
    font-size: 8vw;
    letter-spacing: 10px;
    font-weight: 500;
    color: #f5f7f9;
    white-space: nowrap;
    z-index: -1;
    /* filter: blur(1.5px); */
}

/*------------------------------------------------------

    HOME / COMPANY

------------------------------------------------------*/

#company {
    padding-bottom: 120px;
}

#company .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#company .column-outside-left {
    margin-left: 0;
}

#company .column {
    width: 57%;
    padding-left: 3%;
}

#company .column hgroup h2 {
    margin-bottom: 5px;
}

#company .column hgroup p {
    font-size: var(--role-meta);
    margin-bottom: 5%;
}

#company .column hgroup img {
    width: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
}

#company .column h3 {
    margin-bottom: 15px;
    font-size: var(--fz-lg);
    font-weight: 500;
}

#company .column p {
    font-size: var(--role-body);
    margin-bottom: 5%;
    font-weight: 400;
}

#company img.company-logo {
    position: absolute;
    width: 390px;
    height: auto;
    top: 0;
    right: 0;
    overflow: hidden;
}

/* merged into grouped rule near #machine */

/*------------------------------------------------------

    HOME / BLOG

------------------------------------------------------*/
#blog {
    background-color: #ebf6f6;
    padding: 95px 0;
}

#blog .section__contents {
    width: 73%;
    margin: 3% auto 0;
    display: flex;
    justify-content: space-between;
}

#blog .section__contents--item {
    background-color: #fff;
    width: 32%;
}

/* ブログ画像の16:9固定比率 */
#blog .section__contents--item img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
}

#blog .section__contents--item .business-txt {
    padding: 7%;
}

#blog .section__contents--item .business-txt h3 {
    font-size: var(--fz-md);
    margin: 4% 0;
    text-align: left;
    color: #00464A;
    line-height: 1.4;
}

#blog .section__contents--item .business-txt p {
    font-size: var(--fz-sm);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    line-height: 1.4;
    height: calc(1.4em * 2);
}

/* merged into grouped rule near #business */

/*------------------------------------------------------

    HOME / PARTNERSHIP

------------------------------------------------------*/
#partnership {
    position: relative;
    margin-top: 115px;
    padding: 3% 0;
}

#partnership::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, #EEF9F9, #fff);
    z-index: -1;
}

#partnership .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
}

#partnership .column-outside-right {
    margin-left: 6%;
}

#partnership .column hgroup h2 {
    margin-bottom: 5px;
}

#partnership .column hgroup p {
    font-size: var(--role-meta);
    margin-bottom: 5%;
}

#partnership .column hgroup img {
    width: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
}

#partnership .column h3 {
    margin-bottom: 15px;
    font-size: var(--fz-lg);
    font-weight: 500;
    letter-spacing: 2px;
}

#partnership .column p {
    font-size: var(--role-body);
}

#partnership img.deco {
    position: absolute;
    top: -7%;
    right: 0%;
    width: 18.7%;
    z-index: -1;
}

#partnership img.recruite_small {
    position: absolute;
    top: -12%;
    left: 0;
    width: 13%;
}

/* merged into grouped rule near #machine */

/*------------------------------------------------------

    HOME / RECRUIT

------------------------------------------------------*/
#recruit {
    position: relative;
    margin-top: 115px;
    padding: 3% 0;
}

#recruit::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, #EEF9F9, #fff);
    z-index: -1;
}

#recruit .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#recruit .column-outside-right {
    margin-left: 6%;
}

#recruit .column hgroup h2 {
    margin-bottom: 5px;
}

#recruit .column hgroup p {
    font-size: 14px;
    margin-bottom: 5%;
}

#recruit .column hgroup img {
    width: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
}

#recruit .column h3 {
    margin-bottom: 15px;
    font-size: 27px;
    font-weight: 500;
}

#recruit .column p {
    font-size: 14px;
}

#recruit img.deco {
    position: absolute;
    top: -7%;
    right: 0%;
    width: 18.7%;
    z-index: -1;
}

#recruit img.recruite_small {
    position: absolute;
    top: -12%;
    left: 0;
    width: 15%;
}

/* merged into grouped rule near #machine */

/*------------------------------------------------------

    HOME / RECRUIT IMG

------------------------------------------------------*/
#recruit-img {
    display: flex;
}

/*------------------------------------------------------

    RESPO / PC FIRST

------------------------------------------------------*/
@media (max-width: 1440px) {
    #hero .container .hero-txt {
        width: 37%;
        padding-top: 30%;
    }

    #hero .container .hero-txt hgroup h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    #hero .container .hero-txt p {
        margin-top: 30px;
        font-size: 13px;
    }

    #hero .container .hero-txt hgroup h2 span {
        font-size: inherit;
    }

    #value .section__contents--item .value-txt h3 {
        font-size: 22px;
    }

    #value .section__contents--item .value-txt p {
        font-size: 16px;
    }

    #business .section__contents--item .business-txt p {
        font-size: 13px;
    }

    #business .section__contents--item .business-txt h3 {
        font-size: 20px;
        font-weight: 500;
    }

    #news .container {
        max-width: 1000px;
    }

    #news .section__contents ul li h3 {
        font-size: 16px;
        font-weight: 400;
    }

    #recruit img.deco {
        top: -5%;
        right: 0;
        width: 16%;
    }

    #recruit img.recruite_small {
        left: 0;
    }

    #business hgroup h2 img {
        height: 110px;
    }

    #machine .column h2 img,
    #method .column h2 img,
    #company .column h2 img,
    #blog .column h2 img,
    #partnership .column h2 img,
    #recruit .column h2 img {
        height: 100px;
    }
}

@media (max-width: 1400px) {
    .container.w1000 {
        width: 880px;
    }

    #hero .container .hero-txt {
        bottom: 70px;
    }

    #business .section__contents--item .business-txt p,
    #blog .section__contents--item .business-txt p,
    #method .column p,
    #recruit .column p,
    #company .column p,
    #partnership .column p {
        font-size: 12px;
    }

    #value .section__contents--item .value-txt p,
    #news .section__contents ul li h3 {
        font-size: 14px;
    }

    #hero .container .hero-txt p {
        font-size: 15px;
    }

    #business hgroup h2 img {
        height: 90px;
    }

    #news hgroup h2 img {
        height: 68px;
    }

    #machine .column h2 img,
    #method .column h2 img,
    #company .column h2 img,
    #blog .column h2 img,
    #partnership .column h2 img,
    #recruit .column h2 img {
        height: 80px;
    }
}

@media (max-width: 1200px) {
    .container.w1000 {
        width: 800px;
    }

    #method .column h3,
    #recruit .column h3,
    #company .column h3,
    #blog .column h3,
    #partnership .column h3 {
        font-size: 24px;
    }

    #hero .container .hero-txt hgroup h2 {
        font-size: 34px;
        padding: 10px 5px;
    }

    #hero .container .hero-txt p {
        margin-top: 20px;
        font-size: 13px;
    }
}

@media (max-width: 1024px) {
    .scroll_down {
        display: inline-block;
    }

    .scroll_down.d-sp {
        display: none;
    }
}

@media (max-width: 768px) {
    .container.w1000 {
        width: 70%;
    }

    #hero .container .hero-txt {
        width: 45%;
    }

    #hero .container .hero-txt p {
        margin-top: 10px;
    }

    #hero .container .hero-txt hgroup h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    #value .section__contents,
    #business .section__contents,
    #blog .section__contents {
        width: 88%;
    }

    #news img.news-text {
        left: 0;
    }

    #company img.company-logo {
        width: 50%;
        top: 30%;
        right: 0;
    }
}

@media (max-width: 576px) {

    body {
        font-weight: 500;
    }

    #hero {
        margin-bottom: 180px;
    }

    /* HERO */
    #hero .container {
        width: 100%;
        flex-direction: row-reverse;
        overflow-x: clip;
    }

    #hero .container .outside-left {
        position: relative;
        margin-right: 0;
        padding-left: 10%;
        overflow: hidden;
    }

    /* Remove right padding on small screens */
    #hero .outside-left .hero-visual {
        padding-right: 0;
    }

    #hero .container .outside-left .scroll_down {
        position: absolute;
        right: auto;
        left: 4%;
        bottom: 0%;
    }

    #hero .container .hero-txt {
        position: absolute;
        padding: 0%;
        right: 0px;
        left: 7%;
        width: auto !important;
        bottom: -180px;
    }

    #hero .container .hero-txt hgroup {
        position: static; /* PC と同じ通常フローに戻す */
        top: auto;
        left: auto;
    }

    #hero .container .hero-txt hgroup h2 {
        margin-bottom: 8px;
        display: inline-block;
        letter-spacing: 5px;
    }

    #hero .container .hero-txt hgroup h2.sp_title {
        background: linear-gradient(90deg, rgba(0, 71, 75, 0.8), rgba(0,163,166,0.8));
        color: #FFFFFF;
        font-size: 4vw;
        font-weight: 400;
    }

    #hero .container .hero-txt hgroup h2 span {
        letter-spacing: 0;
        width: 14px;
    }   

    #hero .container .hero-txt p {
        padding: 3% 12% 0 0;
        text-align: left;
        font-size: 3.4vw;
        line-height: 1.5;
        margin-left: 8px;
    }

    #hero .container img.wave-line {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
    }

    .scroll_down {
        right: auto;
        left: 5%;
        top: 100px !important;
        bottom: auto !important;
        z-index: 2;
    }

    .scroll_down.d-pc {
        display: inline-block; 
    }

    .scroll_down.d-sp {
        display: none;
    }

    /* SECTION */
    section hgroup span {
        font-size: 10vw;
    }

    section hgroup h2 {
        font-size: 3.5vw;
    }

    .column h3 {
        line-height: 1.5;
    }

    /* VALUE */
    #value {
        padding: 60px 0 100px;
    }

    #value p {
        margin: 20px auto 0;
        font-size: 3.5vw;
    }

    #value .text-center p{
        width: 100%;
    }

    #value hgroup h2 {
        font-size: 6vw;
    }

    #value hgroup h2 em,
    #value hgroup h2 span {
        font-size: 6.5vw;
        letter-spacing: -2px;
    }

    #value img.value-txt {
        left: 46%;
        width: 145%;
    }

    #value .section__contents {
        width: 90%;
        flex-direction: column;
    }

    #value .section__contents--item {
        width: 100%;
        margin: 25px 0 0;
    }

    #value .section__contents--item:nth-child(2) {
        margin: 25px 0 0;
    }

    #value .section__contents--item .value-txt {
        margin-top: -10px;
        padding: 0;
    }

    #value .section__contents--item .value-txt span {
        font-size: 6.5vw;
        margin-bottom: 4px;
    }

    #value .section__contents--item .value-txt h3 {
        font-size: 5vw;
        flex-direction: column;
        text-align: center;
    }

    #value .section__contents--item .value-txt p {
        font-size: 3.5vw;
        line-height: 1.8;
        text-align: left;

    }

    #value img.wave.d-sp {
        position: absolute;
        top: 15%;
        left: 50%;
        translate: -50% -50%;
        width: 100%;
        z-index: -1;
    }

    #value span.grass-txt {
        bottom: -0.2%;
        font-size: 26vw;
    }

    /* BUSINESS */
    #business {
        padding: 45px 0;
    }

    #business hgroup span {
        font-size: 12vw;
    }

    #business .section__contents {
        width: 100%;
        margin: 10% auto 0;
        flex-direction: column;
    }

    #business .section__contents--item {
        width: 100%;
        margin-bottom: 22px;
    }

    #business .section__contents--item .business-txt h3 {
        font-size: 5vw;
        font-weight: 700;
        margin: 2px 0 20px;
        text-align: left;
    }

    #business .section__contents--item .business-txt p {
        font-size: 3.5vw;
        line-height: 2;
    }

    #business .more-link {
        margin: 10px auto 20px;
    }

    /*
    MACHINE
    METHOD
    BLOG
    */
    #machine,
    #method {
        margin-bottom: 15px;
    }

    #machine .container,
    #method .container {
        flex-direction: column;
        width: 85%;
    }

    #machine .column-outside-right,
    #method .column-outside-right {
        width: 100%;
        margin: 0;
    }

    #machine .column,
    #method .column {
        width: 100%;
        padding: 25px 0;
    }

    #machine .column h2,
    #method .column h2 {
        margin-bottom: 20px;
    }

    #machine .column p,
    #method .column p {
        font-size: 3.5vw;
        line-height: 1.8;
        margin-bottom: 5%;
    }

    #machine .more-link,
    #method .more-link {
        margin: 30px auto 20px;
    }

    #method .column hgroup img,
    #machine .column hgroup img {
        width: 30px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    #method .column h3 {
        font-size: 5vw;
        margin-top: 10px;
    }

    /* BLOG */
    #blog {
        padding: 20px 0 45px;
    }

    #blog .section__contents {
        width: 88%;
        flex-direction: column;
    }

    #blog .section__contents--item {
        width: 100%;
        margin: 25px 0 0;
    }


    #blog .section__contents--item .business-txt p {
        font-size: 13px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        line-height: 1.4;
        height: calc(1.4em * 2);
    }

    /* モバイルでも16:9比率を維持 */
    #blog .section__contents--item img {
        aspect-ratio: 16/9;
        object-fit: cover;
        object-position: center;
    }

    /* NEWS */
    #news {
        padding: 20px 0 45px;
    }

    #news .container {
        flex-direction: column;
        width: 85%;
        margin: 0 auto;
    }

    #news hgroup {
        width: 100%;
        text-align: center;
        padding: 25px 0;
    }

    #news hgroup span {
        font-size: 10vw;
    }

    #news hgroup h2 {
        font-size: 3.5vw;
    }

    #news hgroup img {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    #news .more-link {
        text-align: center;
        margin-top: 20px;
    }

    #news .section__contents {
        width: 100%;
    }

    #news .section__contents ul li {
        padding: 15px 8px;
    }

    #news .section__contents ul li span {
        font-size: 3.5vw;
        font-weight: 800;
    }

    #news .section__contents ul li h3 {
        font-size: 3.5vw;
        font-weight: 500;
    }

    #news span.grass-txt {
        top: -8%;
        left: -17%;
        font-size: 12vw;
        letter-spacing: 4px;
        z-index: -1;
    }

    /* COMPANY */
    #company {
        padding: 40px 0;
    }

    #company .column-outside-left {
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: 45%;
    }

    #company .column {
        width: 100%;
        padding-left: 0;
        padding-top: 14%;
    }

    #company .column h2 {
        margin-bottom: 25px;
    }

    #company .column h2 img {
        height: 80px;
    }

    #company .column h3 {
        font-size: 5vw;
        font-weight: 700;
        margin-top: 20px;
    }

    #company .column p {
        font-size: 3.5vw;
        line-height: 1.8;
    }

    #company img.company-logo {
        display: none;
    }

    #company .column hgroup img {
        width: 30px;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    #company .more-link {
        margin: 30px 0 10px;
    }

    /* PARTNERSHIP */
    #partnership {
        padding: 0 0 40px;
    }

    #partnership .container {
        width: 90%;
    }

    #partnership .column-outside-right {
        position: absolute;
        margin: 0;
        top: 5%;
        right: 0;
        width: 45%;
        z-index: 1;
    }

    #partnership .column {
        padding-top: 30%;
        width: 100%;
    }

    #partnership .column h2 {
        margin-bottom: 25px;
    }

    #partnership .column h2 img {
        height: 72px;
    }

    #partnership .column h3 {
        font-size: 5vw;
        font-weight: 700;
        margin-top: 20px;
    }

    #partnership .column p {
        font-size: 3.5vw;
        line-height: 1.8;
    }

    #partnership img.deco {
        top: -3%;
        right: 33%;
        z-index: 0;
        width: 75px;
        height: 75px;
    }

    #partnership img.recruite_small {
        top: -10%;
        left: 0;
        width: 25%;
    }

    #partnership .more-link,
    #recruit .more-link {
        margin: 30px auto;
    }

    #partnership .column hgroup img {
        width: 30px;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    /* RECRUIT */
    #recruit {
        padding: 0 0 40px;
    }

    #recruit .container {
        width: 90%;
    }

    #recruit .column-outside-right {
        position: absolute;
        margin: 0;
        top: 5%;
        right: 0;
        width: 45%;
        z-index: 1;
    }

    #recruit .column {
        padding-top: 30%;
        width: 100%;
    }

    #recruit .column h2 {
        margin-bottom: 25px;
    }

    #recruit .column h2 img {
        height: 72px;
    }

    #recruit .column h3 {
        font-size: 5vw;
        font-weight: 700;
        margin-top: 20px;
    }

    #recruit .column p {
        font-size: 3.5vw;
        line-height: 1.8;
    }

    #recruit img.deco {
        top: -3%;
        right: 33%;
        z-index: 0;
        width: 75px;
        height: 75px;
    }

    #recruit img.recruite_small {
        top: -10%;
        left: 0;
        width: 25%;
    }

    /* merged into grouped rule above */

    #recruit .column hgroup img {
        width: 30px;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    /* RECRUIT IMG */
    #recruit-img {
        padding-top: 0%;
    }

    .more-link a {
        width: 90%;
    }
}