h2 {
    font-size: 32px;
    color: #A7374B;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

h2:after {
    content: '';
    background: url(../images/kodoku-koritsu/line.png);
    background-size: cover;
    background-position: bottom;
    display: block;
    width: 150px;
    height: 7px;
    position: absolute;
    bottom: -12px;
    left: calc(50% - 75px);
}

h3 {
    font-size: 20px;
    color: #A7374B;
}

p {
    font-size: 16px;
    line-height: 1.75em;
}

section {
    margin-bottom: 80px;
}

.mainvisual{
    padding-top: 12.3rem;
    margin-bottom: 0;
}

.message p {
    text-align: center;
}

p.read {
    font-size: 2em;
}

.message-img {
    display: flex;
    gap: 2%;
    margin-top: 3em;
}

.message-img .box {
    width: 48%;
}

.message-img .box img{
    width:100%;
}

.news {
    background: #FDFBEA;
    position: relative;
    padding: unset;
}

.news__inner {
    padding: 30px 0;
}

.news:before,.news:after {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
}

.news:before {
    background: linear-gradient(360deg, #FDFBEA,#FDFBEA, #fff);
}

.news:after {
    background: linear-gradient(180deg, #FDFBEA, #FDFBEA, #fff);
}

.news .inner__container {
    padding: 30px 0;
}

.k_news__list {
    padding:0;
}

.k_news__list li {
    list-style: none;
    color: #816770;
}

.k_news__list a {
    padding: 1.5rem 0;
    display: block;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    border-bottom: 0.1rem solid #826770;
    color: #816770;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    line-height: 2;
    font-size: 2.2rem;
}

.k_news__list .date {
    width: 20%;
    text-align: center;
}

.k_news__list .title {
    width: 80%;
}

.newsBox a {
    text-decoration: none;
    transition: .5s;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.newsBox a:hover {
    opacity: .5;
}


.search .col2 {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.searchBox {
    width: 48%;
    background: #fff2f5;
    padding: 2rem 2.75rem;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.searchBox ul {
    padding: 0;
}

.searchBox li {
    list-style: circle;
    list-style-position: inside;
}

.searchBox li a {
    font-size: 16px;
}


.makeBox {
    margin-top:50px;
    margin-bottom: 30px;
    text-align: center;
}

/*.makeBox:last-child {
    margin: 0;
}*/

.makeBox h3 {
    margin-bottom: 10px;
}


.report {
    background: #FDFBEA;
    position: relative;
    padding: unset;
    margin-bottom:0;
}

.report:before,.report:after {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
}

.report:before {
    background: linear-gradient(360deg, #FDFBEA,#FDFBEA, #fff);
}

.report .inner__container {
    padding: 30px 0;
}


.swiper-container-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.swiper-container {
    overflow: hidden;
    padding: 50px;
}
.swiper-slide {
    background: #fff;
    padding: 1.5rem;
    height: auto;
    box-shadow: 0px 0px 10px 3px #d07e8530;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.swiper-slide img {
    width: 100%;
}
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background: #A7374B;
    width: 40px;
    height: 40px;
    border-radius: 9em;
    position: absolute;
    top: 50%;
    z-index: 10;
}
.swiper-button-prev:after, 
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, 
.swiper-container-rtl .swiper-button-prev:after {
    font-size: 1.5em;
}
.swiper-button-next {
    right: -50px;
}
.swiper-button-prev {
    left: -50px;
}

.swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.swiper-slide h3 {
    color: #212529;
    font-weight: 500;
}

.swiper-slide h4 {
    color: #A7374B;
    font-size: 14px;
    font-weight: 500;
}

.swiper-slide a {
    height: 100%;
    text-decoration: none;
    transition: .5s;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.swiper-slide a:hover {
    opacity: .5;
}

.swiper-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0.5em;
}

.swiper-pagination-bullet-active {
    background: #A7374B;
}

@media screen and (max-width: 1300px){
    .swiper-button-next {
        right: 0;
    }
    .swiper-button-prev {
        left: 0;
    }
}

@media screen and (max-width: 768px){
    .inner__container,.news .inner__container,.report .inner__container {
        padding:0 1.75rem;
    }

    h2 {
        font-size: 24px;
    }
    
    p {
        font-size: 14px;
    }
    
    h3 {
        font-size: 18px;
    }
    
    section {
        margin-bottom: 50px;
    }
    
    .message-img {
        flex-direction: column;
    }
    
    .message-img .box {
        width: 100%;
        margin-bottom: 2em;
    }
    
    .message-img .box:last-child {
        margin-bottom: 0;
    }

    .k_news__list a {
        flex-direction: column;
        align-items: center;
    }
    
    .k_news__list .date {
        width: 100%;
    }
    
    .k_news__list .title {
        width: 100%;
        text-align: center;
    }
    
    .swiper-container{
        padding:25px;
    }

    .swiper-slide {
        padding: 3rem;
    }

    .col3 {
        flex-direction: column;
        row-gap: 2rem;
    }
    
    .newsBox {
        width: 100%;
    }

    .search .col2 {
        margin-top: 45px;
    }
    
    .col2 {
        flex-direction: column;
        row-gap: 1.5rem;
    }
    
    .searchBox {
        width: 100%;
    }
}