﻿@charset "utf-8";

.home-story-ul {
	width:100%;
	margin-top: 40px;
}

.home-story-li {
    align-items: flex-start;
    border-top: 1px solid #aaa;
    display: flex;
    justify-content: center;
    max-width: 820px;
    padding: 20px 0 60px;
    gap:15px;
}

.home-story-li .text {
	width:100%;
	max-width:480px;
}

.home-story-li .number {
    display: block;
    font-family: "Roboto Condensed", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.home-story-li .number .color {
    color: #d92127;
}

.home-ps-li .project {
	display: inline-block;
	font-size: 18px;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:5px;
}

.home-story-li h3 {
    font-size: 2rem;
    margin: 5px 0 10px;
}


.home-story-li h1.name {
    font-size: 2.6rem;
	font-weight:700;
    margin: 5px 0 5px;
}
.home-story-li h1.name span {
    font-size: 2.0rem;
}

.home-story-li .sub {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom:10px;
}

.home-story-li .company,
.home-story-li .position {
    font-size: 1.8rem;
    font-weight: 700;
}

.home-story-li .company {
    font-weight: 700;
}

.home-story-li .switch-image {
    flex: none;
}



.more {
    display: table;
    margin-top: 20px;
    padding: 5px 30px 5px 5px;
    position: relative;
}



@media screen and (min-width: 768px) {
    .home-story .copy-heading {
        font-size: 3.8rem;
    }

    .home-story-ul {
        margin-top: 50px;
    }

    .home-story-li {
        align-items: center;
        padding: 30px 0;
    }

    .home-story-li:last-child {
        padding-bottom: 0;
    }

    .home-story-li .number {
        margin-bottom: 20px;
    }

    .home-story-li .project {
        font-size: 1.4rem;
    }

    .home-story-li h3 {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 767.9px) {
    .home-story-li {
        position: relative;
    }

    .home-story-li:last-child {
        border-bottom: 1px solid #aaa;
    }

    .home-story-li .company {
        font-size: 1.2rem;
    }

    .home-story-li .business {
        font-size: 1.2rem;
    }

    .home-story-li .more {
        bottom: 20px;
        position: absolute;
        right: 0;
    }

    .home-story-li .switch-image {
        max-width: 30%;
    }
}
