@charset "UTF-8";
.spring-date-202202 h2 {
    font-size: 1.3rem;
    line-height: 1.3;
}
.spring-date-202202 h3 {
    font-size: 1.2rem;
}
.spring-date-202202 h4 {
    font-size: 1rem;
}
.spring-date-202202 a {
    display: block;
    text-decoration: none;
}
.spring-date-202202 a:hover {
    opacity: 0.7;
}
.spring-date-202202 img {
    width: 100%;
    height: auto;
}
.spring-date-202202 ul {
    list-style: none;
    padding: 0;
}
.title, .staff-list, .code-list, .end-center {
    width: 950px;
    margin: 0 auto;
}
.title {
    padding: 6rem 0 2.5rem;
}
.title img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
.title p {
    text-align: center;
    margin: 3rem auto;
    line-height: 1.75;
}
.staff-list {
    margin-bottom: 4rem;
}
.staff-list p {
    text-align: center;
}
.staff-list ul.mens {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.staff-list ul.mens li {
    width: 49.3%;
    margin-bottom: 1.5%;
}
p.ladies-title {
    margin: 3.5rem auto 1rem;
    font-weight: bold;
    letter-spacing: 2px;
}
.staff-list ul.ladies {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.staff-list ul.ladies li {
    width: 16%;
    margin-bottom: 1.5%;
}
.staff-list ul.ladies img {
    border-radius: 50%;
    margin-bottom: 0.3rem;
}
.code-list , .end-top {
    position: relative;
}
.code-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 55px solid #dfd5cb;
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
}
.code-list.back::before {
    border-top: 55px solid #fff;
}
.back , .end{
    background: #dfd5cb;
}
.code-title {
    text-align: center;
    padding: 5rem 0 0;
}
.code-title span {
    letter-spacing: 2px;
}
.code-title span::before {
    content: "";
    display: block;
    font-weight: bold;
    letter-spacing: 0;
    color: #fff;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: -0.8rem;
}
.code-title.mimu span::before {
    content: "01";
}
.code-title.taiki span::before {
    content: "02";
    color: #dfd5cb;
}
.code-title.mura span::before {
    content: "03";
}
.code-title.sasa span::before {
    content: "04";
    color: #dfd5cb;
}
.code-title.taihe span::before {
    content: "05";
}
.code-title.tatsuya span::before {
    content: "06";
    color: #dfd5cb;
}
.code-title h2 {
    margin: 1.2rem auto;
}
.code-img {
    padding: 0 3rem;
}
.code-img .comment {
    margin: 1rem;
}
.speech {
    padding: 0 3rem;
    margin: 3rem 2rem;
}
.speech .left, .speech .right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1.3rem;
    flex-wrap: wrap;
}
.speech .right {
    flex-direction: row-reverse;
}
.speech .left div, .speech .right div {
    width: 14%;
    text-align: center;
}
.speech .left img, .speech .right img {
    border-radius: 50%;
    margin-bottom: 0.2rem;
}
.speech .left p, .speech .right p {
    position: relative;
    display: block;
    background: #eee;
    width: 81%;
    padding: 2rem;
    border-radius: 20px;
    margin: 0;
}
.speech .left p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #eee;
}
.speech .right p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #eee;
}
.item-link {
    padding: 0 3rem;
}
.item-link h4 {
    display: block;
    background: #666;
    color: #fff;
    padding: 0.5rem 1rem;
    font-weight: normal;
    position: relative;
    margin: 5rem auto 0.5rem;
    text-align: center;
}
.item-link ul {
    display: flex;
    text-align: center;
    justify-content: space-between;
}
.item-link ul li , .end ul li{
    width: 24%;
}
.item-link ul li p , .end ul li p{
    background: #1096db;
    color: #fff;
    padding: 0.7rem 0;
    line-height: 1;
    margin: 0.5rem auto 0;
    border-radius: 50px;
}
.list-return {
    text-align: right;
    padding: 2rem 3rem 3rem;
}
.list-return a {
    color: #1096db;
    position: relative;
    padding-right: 2rem;
}
.list-return a::before {
    content: "";
    width: 22px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid #1096db;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -9px;
}
.list-return a::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #1096db;
    border-right: solid 1px #1096db;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -1px;
    transform: rotate(315deg);
}
.end {
    background: #dfd5cb;
    text-align: center;
    padding: 6rem 3rem;
    position: relative;
}
.end::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 55px solid #fff;
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
}
.end h3 {
    display: flex;
    align-items: center;
    margin: 3rem auto 2rem;
}
.end h3::before, .end h3::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
.end h3::before {
    margin-right: 1rem;
}
.end h3::after {
    margin-left: 1rem;
}
.end h4 {
    margin-bottom: 1rem;
}
.end ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    justify-content: space-between;
}
.end ul li {
    margin-bottom: 1rem;
}
.end ul.pants {
    justify-content: start;
}
.end ul.pants li {
    margin-right: 1.2%;
}
.goods li:nth-child(6) {
    margin-right: 0;
    margin-left: 1.5%;
}
.goods li:nth-child(7) {
    margin-right: auto;
    margin-left: 1.5%;
}
.end .list-return {
    padding: 2rem 0;
}
@media screen and (max-width: 768.98px) {
    
    .spring-date-202202 h2 {
        font-size: 1.5rem;
    }

    .spring-date-202202 h3 {
        font-size: 1.3rem;
    }

    .spring-date-202202 h4 {
        font-size: 1.15rem;
    }

    .title, .staff-list, .code-list, .end-center {
        width: 100%;
    }
    .code-title {
        padding: 5rem 0 0;
    }
    .code-title span::before {
        font-size: 3.5rem;
        margin-bottom: -1.2rem;
    }
    .code-img {
        padding: 0 2rem;
    }
    .code-img .comment {
        margin: 1rem 0.3rem;
    }
    .speech {
        padding: 0 2rem;
        margin: 2rem 0;
    }
    .speech .left, .speech .right {
        align-items: center;
    }
    .speech .left p, .speech .right p {
        padding: 1rem;
    }
    .speech .left p::before {
        border: 10px solid transparent;
        border-right: 10px solid #eee;
        left: -20px;
        margin-top: -10px;
    }
    .speech .right p::before {
        border: 10px solid transparent;
        border-left: 10px solid #eee;
        margin-top: -10px;
    }
    .item-link {
        padding: 0 2rem;
    }
    .item-link h4 {
        margin: 3rem auto 0.5rem;
    }
    .list-return {
        padding: 2rem 2rem 3rem;
    }
    .end {
        padding: 6rem 2rem;
    }
    .end ul li {
        width: 48%;
    }
.goods li:nth-child(7) {
    margin-left: 0;
    margin-right: 0;
}
    .end ul.pants {
        justify-content: space-between;
    }
}
