@charset "utf-8";
#mainvisual {
    width: 100%;
    height: auto;
    padding-top: calc(564 / 1400 * 100%);
    margin-bottom: 0.7rem;
    background: -moz-linear-gradient(left, #e7ebec 50%, #ffffff 50%);
    background: -webkit-linear-gradient(left, #e7ebec 50%,#ffffff 50%);
    background: linear-gradient(to right, #e7ebec 50%,#ffffff 50%);
    position: relative;
}
#mainvisual h2 {
    width: 3.61rem;
    height: 1.18rem;
    margin-left: -5.1rem;
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: 0.72rem;
    left: 50%;
}
section {
    margin-bottom: 1.4rem;
}
section.tounder:last-child {
    margin-bottom: 0;
}
section.news h3 {
    width: 3.7rem;
    padding-bottom: 0.15rem;
    margin: 0 auto 0.34rem;
    border-bottom: #626262 2px solid;
    color: #626262;
    font-size: 0.13rem;
    text-align: center;
    display: block;
}
section.news h3>span {
    margin-right: 0.18rem;
    color: #626262;
    font-size: 0.3rem;
}
section.news h3:first-letter {
    color: #e60012;
}
.newsbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newsbox section.news_sub {
    width: 5.3rem;
    margin-bottom: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.newsbox section.news_sub>div {
    width: calc(100% - 1.8rem);
}
.newsbox section.news_sub>div.thumb {
    width: 1.6rem;
}
.newsbox section.news_sub p.cate {
    width: 1.3rem;
    height: 0.22rem;
    margin-bottom: 0.1rem;
    background: #000;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.newsbox section.news_sub p.date {
    margin-bottom: 0.1rem;
    color: #010101;
}
.newsbox section.news_sub h4 {
    margin-bottom: 0.2rem;
    font-size: 0.17rem;
}
.tounder {
    padding: 0 calc(50% - 5.7rem);
    background-color: #f1eee5;
    background-size: 70% auto;
    background-repeat: no-repeat;
    position: relative;
}

/* Add */
section.tounder:nth-child(4) {
    display: none;
}
section.tounder:nth-child(5) {
    display: none;
}

.tounder p.title-en {
    width: 5rem;
    height: 0.6rem;
    margin-left: -2.5rem;
    background: rgba(217,210,192,.64);
    font-size: 0.3rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 0.6rem;
    display: block;
    position: absolute;
    top: -0.3rem;
    left: 50%;
}
.tounder:nth-child(odd) {
    background-position: left center;
}
.tounder:nth-child(even) {
    background-position: right center;
}
.tounder .inner {
    width: 60%;
    padding: 0.7rem 0;
}
.tounder:nth-child(odd) .inner {
    padding-left: 3.09rem;
    margin-left: 40%;
    background: -moz-linear-gradient(left, rgba(241,238,229,0) 0%, rgba(241,238,229,1) 40%);
    background: -webkit-linear-gradient(left, rgba(241,238,229,0) 0%,rgba(241,238,229,1) 40%);
    background: linear-gradient(to right, rgba(241,238,229,0) 0%,rgba(241,238,229,1) 40%);
}
.tounder:nth-child(even) .inner {
    padding-right: 3.09rem;
    background: -moz-linear-gradient(left, rgba(241,238,229,1) 60%, rgba(241,238,229,0) 100%);
    background: -webkit-linear-gradient(left, rgba(241,238,229,1) 60%,rgba(241,238,229,0) 100%);
    background: linear-gradient(to right, rgba(241,238,229,1) 60%,rgba(241,238,229,0) 100%);
}
.tounder h3 {
    width: 100%;
    margin-bottom: 0.45rem;
    color: #e60012;
    font-size: 0.3rem;
    position: relative;
}
.tounder h3 span {
    margin-top: 0.2rem;
    color: #626262;
    font-size: 0.14rem;
    display: block;
}
.tounder h3::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #e60012;
    display: block;
    position: absolute;
    top: 0.5rem;
    left: 0;
    right: 0;
}
.tounder p>strong {
    font-size: 0.24rem;
    color: #000;
}

@media screen and (min-width:1118px) { /* PCのみ */
    .bnrarea>ul>li:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width:1118px) { /* タブレット以下の場合 */
}

@media screen and (max-width:1118px) and (min-width:768px) { /* タブレットのみ */
    #mainvisual h2 {
        margin-left: 0;
        left: 0.35rem;
    }
    .newsbox {
        justify-content: space-evenly;
    }
    .newsbox section.news_sub {
        width: 3.5rem;
    }
    .tounder {
        padding: 0;
        background-size: cover;
    }
    .tounder:nth-child(odd) {
        background-position: right 50% center;
    }
    .tounder:nth-child(even) {
        background-position: 50% center;
    }
    .tounder .inner {
        width: 75%;
        padding: 0.7rem 0;
    }
    .tounder:nth-child(odd) .inner {
        padding-left: 20%;
        margin: 0 0 0 auto;
    }
    .tounder:nth-child(even) .inner {
        padding-right: 20%;
        margin: 0 auto 0 0;
    }
}

@media screen and (max-width:768px) { /* スマホのみ */
    #mainvisual {
        padding-top: calc(500 / 750 * 100%);
    }
    #mainvisual h2 {
        width: 100%;
        height: 2.4rem;
        margin: 0;
        top: inherit;
        left: 0;
        bottom: 0.4rem;
    }
    section.news h3 {
        width: 6rem;
        padding-bottom: 0.3rem;
        margin: 0 auto 0.68rem;
        font-size: 0.26rem;
    }
    section.news h3>span {
        margin-right: 0.36rem;
        font-size: 0.6rem;
    }
    .newsbox a.newslink{
        width: 100%;
    }
    .newsbox section.news_sub,
    .newsbox section.news_sub>div {
        width: 100%;
        height: auto;
    }
    .newsbox section.news_sub p.date::before {
        content: '▶';
        margin-right: 0.5em;
        color: #c30d23;
    }
    .newsbox section.news_sub h4 {
        padding-left: 0.42rem;
        font-size: 0.34rem;
    }
    .tounder {
        padding: 6rem 0 0;
        background-color: #fff;
        background-size: auto 8.2rem;
        background-position: center top !important;
        position: relative;
    }
    .tounder p.title-en {
        width: 7rem;
        height: 1.2rem;
        margin-left: -3.5rem;
        font-size: 0.45rem;
        line-height: 1.2rem;
        top: -0.6rem;
    }
    .tounder .inner {
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        background: none !important;
    }
    .tounder h3 {
        width: 100%;
        height: 2.2rem;
        padding: 0.35rem;
        margin-bottom: 0.45rem;
        background: rgba(255,255,255,.6);
        font-size: 0.6rem;
    }
    .tounder h3 span {
        margin-top: 0.2rem;
        font-size: 0.28rem;
    }
    .tounder h3::after {
        top: 1.2rem;
    }
    .tounder p {
        padding: 0 0.35rem;
        background: #fff;
    }
    .tounder p>strong {
        font-size: 0.48rem;
    }
}