@charset "utf-8";
/* CSS Document */

/*******************
TOP共通
********************/
h2 {
    margin-bottom: 50px;
    font-family: "NotoSerifCJKjp", serif;
    font-style: italic;
    font-size: 52px;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 2px;
}
h3 {
    margin-bottom: 30px;
    font-family: "NotoSerifCJKjp", serif;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 2px;
}
section {
    padding: 120px 0;
}
@media screen and (max-width: 1365px){
    h2{
        font-size: 46px;
    }
}
@media screen and (max-width: 767px){
    section{
        padding: 90px 0;
    }
    h2{
        margin-bottom: 30px;
        padding: 0 15px;
        font-size: 40px;
    }
}
@media screen and (max-width: 500px){
    h2{
        font-size: 6.5vw;
    }
}

/*******************
cv
********************/
.cv_area {
    padding: 80px 0;
    background: url("../images/common/cv-bg.jpg") no-repeat right, #990000;
    background-size: auto 100%;
}
.cv_area .cv_white {
    width: 94%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
}
.cv_area .cv_white .line {
    padding: 40px;
    border: 1px solid #990000;
}
.cv_area .cv_white .title {
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
    line-height: 1.4;
    font-style: italic;
    letter-spacing: 2px;
}
.cv_area .cv_white .title .txt_red {
    font-size: 40px;
}
.cv_area .cv_white .txt {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2;
    text-align: center;
}
.cv_area .cv_white .inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cv_area .cv_white .inner a.tel {
    margin-right: 60px;
    font-size: 48px;
    font-family: 'ヒラギノ明朝 ProN W3', 'ヒラギノ明朝 ProN', '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
    line-height: 1;
    font-style: italic;
    pointer-events: none;
}
.cv_area .cv_white .inner a.tel .tel_num {
    font-size: 78px;
    letter-spacing: -2.5px;
    font-weight: bold;
}
.cv_area .cv_white .inner a.mail {
    width: 40%;
    max-width: 400px;
    padding: 20px;
    background: #322820;
    color: #fff;
    font-size: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.cv_area .cv_white .inner a.mail:before {
    content: "";
    display: inline-block;
    background: url(../images/common/header_mail.svg) no-repeat left center;
    background-size: contain;
    width: 26px;
    height: 20px;
}
.cv_area .cv_white .inner a.mail:after {
    content: "";
    background: url(../images/common/arw_white.svg) no-repeat center / contain;
    display: inline-block;
    width: 20px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
}
@media screen and (max-width: 1365px){
    .cv_area{
        padding: 30px 0;
    }
    .cv_area .cv_white .inner a.tel{
        font-size: 3.8vw;
    }
    .cv_area .cv_white .inner a.tel .tel_num{
        font-size: 5.8vw;
    }
}
@media screen and (max-width: 1023px){
    .cv_area{
        padding: 30px;
    }
    .cv_area .cv_white{
        width: 100%;
    }
    .cv_area .cv_white .line{
        padding: 30px;
    }
    .cv_area .cv_white .title{
        font-size: 26px;
    }
    .cv_area .cv_white .title .txt_red{
        font-size: 36px;
    }
    .cv_area .cv_white .txt{
        text-align: left;
    }
    .cv_area .cv_white .inner a.mail{
        width: 32%;
        padding: 15px;
        font-size: 18px;
    }
    .cv_area .cv_white .inner a.tel{
        margin-right: 40px;
    }
    .cv_area .cv_white .inner a.tel .tel_num{
        font-size: 6.8vw;
    }
}
@media screen and (max-width: 767px){
    .cv_area{
        padding: 5%;
    }
    .cv_area .cv_white .inner{
        display: block;
        text-align: center;
    }
    .cv_area .cv_white .txt{
        margin-bottom: 10px;
    }
    .cv_area .cv_white .inner a.tel{
        margin: 0 0 20px;
        text-align: center;
        font-size: 6vw;
        display: inline-block;
        text-indent: -0.5em;
        pointer-events:inherit;
    }
    .cv_area .cv_white .inner a.tel .tel_num{
        font-size: 10vw;
    }
    .cv_area .cv_white .inner a.mail{
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 500px){
    .cv_area .cv_white .line{
        padding: 8% 6%;
    }
    .cv_area .cv_white .title{
        font-size: 5vw;
    }
    .cv_area .cv_white .title .txt_red{
        font-size: 7vw;
    }
}

/*******************
mv
********************/
.mv {
    width: 100%;
    height: 100vh;
    max-height: 900px;
    background: url("../images/index/mainvisual.png") no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv h1 {
    padding: 0 30px;
    font-family: "NotoSerifCJKjp", serif;
    color: #fff;
    font-size: 52px;
    font-style: italic;
    line-height: 1.3;
    text-align: center;
    font-feature-settings: "palt";
}
.mv h1 .txt_red{
    font-size: 82px;
    color: #990000;
    font-weight: normal;
    text-shadow: 0 0 8px rgb(255, 255, 255, 1), 0 0 8px rgb(255, 255, 255, 1), 0 0 8px rgb(255, 255, 255, 1);
}
.mv h1 .txt_large,
.mv h1 .txt_large .txt_red{
    font-size: 114px;
    font-weight: normal;
}
@media screen and (max-width: 1365px){
    .mv{
        height: 60vw;
    }
    .mv h1{
        font-size: 44px;
    }
    .mv h1 .txt_red{
        font-size: 70px;
    }
    .mv h1 .txt_large,
    .mv h1 .txt_large .txt_red{
        font-size: 100px;
    }
}
@media screen and (max-width: 1023px){
    .mv{
        height: 70vh;
    }
    .mv h1{
        font-size: 4vw;
    }
    .mv h1 .txt_red{
        font-size: 6vw;
    }
    .mv h1 .txt_large,
    .mv h1 .txt_large .txt_red{
        font-size: 8vw;
    }
}
@media screen and (max-width: 767px){
    .mv{
        height: 100vh;
        max-height: 1280px;
        background: url("../images/index/mv_sp_bg.jpg") no-repeat center;
        background-size: cover;
    }
    /* .mv h1{
        padding: 0 20px;
        font-size: 7vw;
    } */

    .mv h1 {
        padding: 0 20px;
        font-size: 9vw;
        font-weight: normal;
    }

    .mv h1 .inbl{
        display: block;
    }
    .mv h1 .txt_red{
        font-size: 12vw;
    }
    .mv h1 .txt_large,
    .mv h1 .txt_large .txt_red{
        font-size: 12.3vw;
    }
}

/*******************
スライダー共通部分
********************/
.dots-class button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.dots-class {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.dots-class li {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color .5s ease;
}
.dots-class li.slick-active {
    border: 1px solid #990000;
    background-color: #990000;
}
.dots-class li:hover {
    background-color: #990000;
}
.dots-class li:last-child {
    margin-right: 0;
}

/*******************
case
********************/
.case{
    padding-top: 160px;
    padding-bottom: 60px;
}

.case h2{
    margin-bottom: 1.2em;
}

.case-slide__content{
    display: contents;
}

.case__slide-item{
    width: 800px;
    margin: 0 40px;
    box-shadow: 0 0 20px rgb(0 0 0 / 26%);
    padding: 60px;
    overflow: hidden;
    position: relative;
}

.case__slide .slick-list{
    overflow: visible;
    position: relative;
}

.case-slide-arrow-next,.case-slide-arrow-prev{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    aspect-ratio: 1/1;
    z-index: 10;
}

.case-slide-arrow-next{
    left: calc(50% + 440px);
}

.case-slide-arrow-prev{
    left: calc(50% - 440px);
}

.case__slide-title {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-left: 83px;
    margin-bottom: 1.5em;
    text-align: left;
    /* position: relative; */
}

.case__slide-band {
    position: absolute;
    top: 5%;
    left: -8.5%;
    transform: rotate(-45deg);
    transform-origin: center;
}

.case__slide-band p{
    background: rgb(51,36,27);
    background: linear-gradient(90deg, rgba(51,36,27,1) 0%, rgba(152,0,0,1) 92%, rgba(152,0,0,1) 100%);
    color: #fff;
    font-family: "NotoSerifCJKjp", serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 80px;
    letter-spacing: 0.1em;
    height: 80px;
    width: 12em;
    text-align: center;
    position: relative;
}

.case__slide-band p::before,
.case__slide-band p::after{
    content: "";
    display: block;
    background-color: #fffffe;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}

.case__slide-band p::before{
    top: 5px;
}

.case__slide-band p::after{
    bottom: 5px;
}
/* .case__slide-title::before{
    content: "";
    display: block;
    background: url("../images/index/case-slide-img.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 90px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
} */

.case__slide-ditems {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.case__slide-ditem dt {
    color: #fff;
    font-size: 20px;
    height: 2.5em;
    line-height: 2.5em;
}

.case__slide-ditem--black dt{
    background-color: #000;
}

.case__slide-ditem--red dt{
    background-color: #990000;
}

.case__slide-ditem dd {
    background-color: #ebecef;
    font-family: "NotoSerifCJKjp", serif;
    font-size: 24px;
    height: 2.5em;
    line-height: 2.5em;
}

.case__slide-ditem--black dd{
    color: #000;
}

.case__slide-ditem--red dd{
    color: #990000;
}

.case__slide-detail {
    margin-top: 30px;
    display: flex;
}

.case__slide-detail dt{
    background-color: #322820;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    width: 113px;
    clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0.8em;
}

.case__slide-detail dd{
    flex: 1;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    margin: -0.5em 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 6em;
}

.case__link {
    margin-top: 85px;
}

.case__link .btn_a {
    background-color: #990000;
    width: 90%;
    max-width: 360px;
}

.case__slide .slick-track {
    display: flex;
  }
.case__slide .slick-slide {
    height: auto !important;
  }

@media screen and (max-width: 1023px){
    .case{
        padding-bottom: 0;
    }

    .case__slide-item {
        width: 550px;
        margin: 0 30px;
        padding: 40px;
    }

    .case__slide-band {
        top: 3%;
        left: -11%;
    }

    .case__slide-band p {
        font-size: 20px;
        line-height: 66px;
        height: 65px;
        width: 11em;
    }

    .case__slide-band p span{
        font-size: 16px;
    }


    .case__slide-title {
        font-size: 20px;
        padding-left: 70px;
        margin-bottom: 1.5em;
    }

    .case__slide-title::before {
        width: 70px;
    }

    .case__slide-ditem dt {
        font-size: 18px;
    }

    .case__slide-ditem dd {
        font-size: 20px;
    }

    .case__slide-detail dt {
        font-size: 18px;
        width: 90px;
    }

    .case__slide-detail dd {
        font-size: 14px;
    }

    .case-slide-arrow-next {
        left: calc(50% + 305px);
    }

    .case-slide-arrow-prev {
        left: calc(50% - 305px);
    }
}

@media screen and (max-width: 767px){
    .case {
        padding-top: 90px;
    }

    .case-slide__content{
        display: block;
    }

    .case__slide-item {
        width: 450px;
        margin: 0 30px;
        padding: 5vw;
    }

    .case__slide-band p {
        font-size: 17px;
        line-height: 50px;
        height: 50px;
    }

    .case__slide-band p span {
        font-size: 15px;
    }

    .case__slide-title {
        font-size: max(19px, 3vw);
        padding-left: 10vw;
    }

    .case__slide-title::before {
        width: 8.5vw;
    }

    .case__slide-ditem dt {
        font-size: 16px;
    }

    .case__slide-ditem dd {
        font-size: 18px;
    }

    .case__slide-detail dt {
        font-size: 18px;
        width: 100px;
    }

    .case__slide-detail dd {
        font-size: 15px;
    }

    .case__slide-detail {
        flex-direction: column;
    }

    .case__slide-ditems {
        grid-template-columns: 1fr;
    }

    .case__slide-ditem dt {
        font-size: 16px;
    }

    .case__slide-ditem dd {
        font-size: 18px;
    }

    .case__slide-detail dt {
        font-size: 18px;
        width: 100%;
        padding-right: 0;
        clip-path: polygon(0% 0%, 100% 0%, 100% 65%, 50% 100%, 0% 65%);
        padding: 0.3em 0.3em 0.6em;
    }

    .case__slide-detail dd {
        font-size: 14px;
        padding-left: 0;
        margin-top: 1em;
    }

    .case__link {
        margin-top: 60px;
    }

    .case-slide-arrow-next {
        left: calc(50% + 255px);
    }

    .case-slide-arrow-prev {
        left: calc(50% - 255px);
    }
}

@media screen and (max-width: 599px){
    .case-slide-arrow-next, .case-slide-arrow-prev {
        width: 30px;
    }

    .case-slide-arrow-next {
        left: calc(50% + 45%);
    }

    .case-slide-arrow-prev {
        left: calc(50% - 45%);
    }

    .case__slide-item {
        padding: 40px 5vw 5vw;
    }

    .case__slide-title {
        font-size: 20px;
        /* padding-left: 60px; */
        text-indent: 1em;
    }

    .case__slide-title::before {
        width: 55px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .case__slide-detail {
        flex-direction: column;
    }

    .case__slide-ditems {
        grid-template-columns: 1fr;
    }

    .case__slide-ditem dt {
        font-size: 16px;
    }

    .case__slide-ditem dd {
        font-size: 18px;
    }

    .case__slide-detail dt {
        font-size: 18px;
        width: 100%;
        padding-right: 0;
        clip-path: polygon(0% 0%, 100% 0%, 100% 65%, 50% 100%, 0% 65%);
        padding: 0.3em 0.3em 0.6em;
    }

    .case__slide-detail dd {
        font-size: 14px;
        padding-left: 0;
        margin-top: 1em;
    }

    .case__link {
        margin-top: 50px;
    }
}

@media screen and (max-width: 499px){
    .case__slide-band {
        top: 20px;
        left: -50px;
    }

    .case__slide-band p {
        font-size: 16px;
        line-height: 46px;
        height: 45px;
    }

    /* .case__slide-title {
        padding-left: 9vw;
    } */
}

@media screen and (max-width: 399px){
    .case__slide-band {
        top: 18px;
        left: -36px;
    }

    .case__slide-band p span {
        font-size: 13px;
    }

    .case__slide-band p {
        font-size: 15px;
        line-height: 40px;
        height: 40px;
        width: 10em;
    }

    .case__slide-title {
        font-size: 18px;
        padding-left: 11vw;
    }

    .case__slide-title::before {
        width: 50px;
    }

    .case__slide-item {
        margin: 0 20px;
    }
}


/*******************
section01
********************/
.section01 .content {
    width: 94%;
    max-width: 1500px;
    margin: 0 auto;
}
.section01 .content > .txt_area {
    margin-bottom: 80px;
    text-align: center;
}
.section01 .content .item_wrap {}
.section01 .content .item_wrap .item:not(:last-child) {
    margin-bottom: 90px;
}
.section01 .content .item_wrap .item {
    padding: 60px;
    display: flex;
    justify-content: flex-end;
}
.section01 .content .item_wrap .item01 {
    background: url("../images/index/section01_img01.jpg") no-repeat left center/ auto 100%, #e3e4e6;
}
.section01 .content .item_wrap .item02 {
    background: url("../images/index/section01_img02.jpg") no-repeat right center/ auto 100%, #e3e4e6;
    justify-content: flex-start;
}
.section01 .content .item_wrap .item03 {
    background: url("../images/index/section01_img03.jpg") no-repeat left center/ auto 100%, #e3e4e6;
}
.section01 .content .item_wrap .item .txt_area {
    width: 690px;
    padding: 50px;
    background: #fff;
    box-shadow: 0px 0px 10px #a4a4a4;
}
.section01 .content .item_wrap .item .txt_area h3 {
    font-size: 34px;
    text-align: left;
    line-height: 1;
}
.section01 .content .item_wrap .item .txt_area h3 .txt_large {
    font-size: 56px;
    color: #990000;
}
.section01 .content01 {
    margin-bottom: 120px;
}
.section01 .content02 {
    display: flex;
    justify-content: space-between;
}
.section01 .content02 .left {
    width: 48%;
    padding-right: 4%;
    border-right: 2px solid #000000;
}
.section01 .content02 .left .img{
    max-width: 707px;
}
.section01 .content02 .left .img img {
    max-width: 100%; 
}
.section01 .content02 .right {
    width: 48%;
}
.section01 .content02 .right .img{
    width: 58%;
}
.section01 .content02 .title {
    margin-bottom: 10px;
    font-size: 52px;
    font-style: italic;
    line-height: 1.2;
    font-weight: bold;
    font-feature-settings: "palt";
}
.section01 .content02 .title .txt_large {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 64px;
    color: #990000;
    margin-right: 0.1em;
    position: relative;
    top: 2px;
}
.section01 .content02 .num {
    margin-bottom: 8px;
    font-size: 52px;
    font-style: italic;
    line-height: 1;
    font-weight: bold;
}
.section01 .content02 .num .txt_large {
    font-size: 84px;
    color: #990000;
    font-weight: bold;
    margin-right: 0.1em;
    position: relative;
    top: 4px;
}
.section01 .content02 .kome {
    font-size: 16px;
    font-weight: bold;
}
.section01 .content02 .right .item {
    display: flex;
    justify-content: space-between;
}
.section01 .content02 .right .item:first-child {
    margin-bottom: 30px;
}
@media screen and (max-width: 1600px){
    .section01 .content02 .num{
        font-size: 3vw;
    }
    .section01 .content02 .title{
        font-size: 3.8vw;
    }
    .section01 .content02 .title .txt_large{
        font-size: 4.8vw;
    }
    .section01 .content02 .num .txt_large{
        font-size: 6vw;
    }
    .section01 .content02 .kome{
        font-size: 12px;
    }
    .section01 .content02 .right .img{
        width: 55%;
    }
}
@media screen and (max-width: 1365px){
    .section01 .content .item_wrap .item{
        padding: 40px;
    }
    .section01 .content .item_wrap .item .txt_area{
        width: 640px;
        padding: 30px;
    }
}
@media screen and (max-width: 1200px){
    .section01 .content .item_wrap .item01{
       background-position-x: -62%; 
    } 
    .section01 .content .item_wrap .item02{
        background-position-x: 162%;
    }
    .section01 .content .item_wrap .item03{
        background-position-x: -40%;
    }
}
@media screen and (max-width: 1100px){
    .section01 .content .item_wrap .item01{
        background-position-x: -150%;
    }
    .section01 .content .item_wrap .item02{
        background-position-x: 220%;
    } 
    .section01 .content .item_wrap .item03{
        background-position-x: -60%;
    }
}
@media screen and (max-width: 1023px){
    .section01 .content01{
        margin-bottom: 60px;
    }
    .section01 .content > .txt_area{
        margin-bottom: 40px;
        text-align: justify;
    }
    .section01 .content .item_wrap .item{
        padding: 48% 4% 4%;
    }
    .section01 .content .item_wrap .item01,
    .section01 .content .item_wrap .item03 {
        background-size: 126% auto;
        background-position: top left;
    }
    .section01 .content .item_wrap .item02 {
        background-size: 126% auto;
        background-position: top right;
    }
    .section01 .content .item_wrap .item .txt_area{
        width: 100%;
    }
    .section01 .content .item_wrap .item .txt_area h3{
        text-align: center;
    }
}
@media screen and (max-width: 767px){
    .section01 .content .item_wrap .item:not(:last-child){
        margin-bottom: 60px;
    }
    .section01 .content .item_wrap .item .txt_area{
        padding: 8%;
    }
    .section01 .content .item_wrap .item .txt_area h3{
        margin-bottom: 20px;
        font-size: 30px;
        text-align: center;
    }
    .section01 .content .item_wrap .item .txt_area h3 .txt_large{
        font-size: 50px;
    }
    .section01 .content02 .right .img{
        width: 48%;
    }
    .section01 .content02 .kome{
        font-size: 10px;
    }
}
@media screen and (max-width: 500px){
    .section01 .content .item_wrap .item:not(:last-child){
        margin-bottom: 40px;
    }
    .section01 .content .item_wrap .item .txt_area h3{
        font-size: 7vw;
    }
    .section01 .content .item_wrap .item .txt_area h3 .txt_large{
        font-size: 10vw;
    }
    .section01 .content02{
        display: block;
        width: 90%;
    }
    .section01 .content02 .left{
        width: 100%;
        border: none;
        margin-bottom: 40px;
    }
    .section01 .content02 .right{
        width: 100%;
    }
    .section01 .content02 .title{
        font-size: 7vw;
    }
    .section01 .content02 .num{
        font-size: 6vw;
    }
    .section01 .content02 .title .txt_large,
    .section01 .content02 .num .txt_large{
        font-size: 11vw;
    }
}

/*******************
section02
********************/
.section02 {
    padding: 140px 0;
    background: url("../images/index/section02_bg.jpg") no-repeat center / cover;
}
.section02 .content {
    width: 94%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.section02 .content .txt_area {
    width: 47%;
}
.section02 .content .txt_area h2 {
    text-align: left;
    font-style: italic;
}
.section02 .content .txt_area h2 .dots{
    position: relative;
}
.section02 .content .txt_area h2 .dots::before{
    position: absolute;
    top: -15px;
    left: 50%;
    right: 0;
    margin: auto;
    content: "";
    padding-top: 20px;
    background: -webkit-radial-gradient(circle 8px, #000 50%,transparent 50%);
    background: radial-gradient(circle 8px, #000 50%,transparent 50%);
    background: -moz-radial-gradient(circle 8px, #000 50%,transparent 50%);
}
.section02 .content .txt_area h2 .txt_large {
    font-size: 72px;
}
.section02 .content .txt_area .sub_title {
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 1.4;
    font-weight: bold;
}
.section02 .content .txt_area .txt {}
.section02 .content .txt_area .txt .txt_large {
    font-size: 20px;
}
.section02 .content .txt_area .txt .txt_red {
    color: #990000;
    font-weight: bold;
}
.section02 .content .list_area {
    width: 44%;
}
.section02 .content .list_area ul {}

.section02 .content .list_area ul li:not(:last-child) {
    border-bottom: 1px solid #000;
}
.section02 .content .list_area ul li a {
    min-height: 90px;
    padding: 0 60px 0 80px;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.4;
}
.section02 .content .list_area ul li a:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.section02 .content .list_area ul li.icon01 a:before {
    background-image: url("../images/index/section02_icon01.png");
}
.section02 .content .list_area ul li.icon02 a:before {
    background-image: url("../images/index/section02_icon02.png");
}
.section02 .content .list_area ul li.icon03 a:before {
    background-image: url("../images/index/section02_icon03.png");
}
.section02 .content .list_area ul li.icon04 a:before {
    background-image: url("../images/index/section02_icon04.png");
}
.section02 .content .list_area ul li.icon05 a:before {
    background-image: url("../images/index/section02_icon05.png");
}
.section02 .content .list_area ul li.icon06 a:before {
    background-image: url("../images/index/section02_icon06.png");
}
.section02 .content .list_area ul li.icon07 a:before {
    background-image: url("../images/index/section02_icon07.png");
}
.section02 .content .list_area ul li.icon08 a:before {
    background-image: url("../images/index/section02_icon08.png");
}
.section02 .content .list_area ul li a:after {
    content: url(../images/common/arw.svg);
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
}
@media screen and (max-width: 1365px){
    .section02 .content .txt_area h2{
        margin-bottom: 30px;
        font-size: 34px;
    }
    .section02 .content .txt_area h2 .txt_large{
        font-size: 54px;
    }
    .section02 .content .txt_area .sub_title{
        font-size: 28px;
    }
    .section02 .content .txt_area .txt .txt_large{
        font-size: 18px;
    }
    .section02 .content .list_area ul li a{
        min-height: 84px;
        padding: 0 60px 0 60px;
        font-size: 20px;
    }
    .section02 .content .list_area ul li a:before{
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 1365px){
    .section02 .content .list_area{
        width: 46%;
    }
    .section02 .content .txt_area {
        width: 48%;
    }
}
@media screen and (max-width: 767px){
    .section02{
        padding: 90px 0;
        background: url(../images/index/section02_bg_sp.jpg) no-repeat center top / 100% auto, #d2d2d2;
    }
    .section02 .content{
        display: block;
        width: 90%;
    }
    .section02 .content .txt_area{
        width: 100%;
        margin-bottom: 30px;
    }
    .section02 .content .txt_area h2{
        text-align: center;
    }
    .section02 .content .txt_area h2 .dots::before{
        background: radial-gradient(circle 8px, #000 50%,transparent 50%);
        background: -moz-radial-gradient(circle 8px, #000 50%,transparent 50%);
    }
    .section02 .content .txt_area .sub_title{
        text-align: center;
    }
    .section02 .content .list_area{
        width: 100%;
    }
}
@media screen and (max-width: 500px){
    .section02 .content .txt_area h2{
        font-size: 7vw;
    }
    .section02 .content .txt_area h2 .txt_large{
        font-size: 12vw;
    }
    .section02 .content .txt_area .sub_title{
        font-size: 5vw;
    }
}
@media screen and (max-width: 360px){
    .section02 .content .list_area ul li a{
        min-height: 74px;
        padding: 0 60px 0 50px;
        font-size: 18px;
    }
}

/*******************
section03
********************/
.section03 {}
.section03 .content {
    width: 94%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.section03 .content .item {
    width: 48%;
    box-shadow: 0px 0px 10px #a4a4a4;
}
.section03 .content .item .img{
    position: relative;
}
.section03 .content .item:first-child .img:before{
    content: "";
    background: url("../images/index/section03_icon.png") no-repeat left / contain;
    display: inline-block;
    width: 132px;
    height: 107px;
    position: absolute;
    top: 0;
    left: 0;
}
.section03 .content .item .txt_area {
    padding: 40px;
    box-sizing: border-box;
}
.section03 .content .item .txt_area .inner {
    min-height: 122px;
    margin-bottom: 30px;
}
.section03 .content .item .txt_area h3 {
    margin-bottom: 20px;
    font-size: 34px;
    text-align: center;
    line-height: 1.4;
    font-feature-settings: "palt";
}
.section03 .content .item .txt_area h3 .txt_red {
    font-size: 52px;
}
.section03 .content .item .txt_area .txt {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.section03 .content .item .txt_area .btn_a {
    max-width: 280px;
}
@media screen and (max-width: 1365px){
    .section03 .content .item .txt_area .txt .br{
        display: block;
    }
    .section03 .content .item .txt_area .inner {
        min-height: 150px;
    }
}
@media screen and (max-width: 1023px){
    .section03 .content .item .txt_area{
       padding: 8% 5%; 
    }
    .section03 .content .item .txt_area h3{
        font-size: 26px;
    }
    .section03 .content .item .txt_area h3 .txt_red{
        font-size: 36px;
    }
    .section03 .content .item:first-child .img:before{
        width: 20%;
        height: 35%;
    }
    .section03 .content .item .txt_area .inner{
        min-height: 140px;
    }
}
@media screen and (max-width: 767px){
    .section03 .content .item .txt_area h3{
        font-size: 4vw;
    }
    .section03 .content .item .txt_area h3 .txt_red{
        font-size: 5vw;
    }
    .section03 .content .item .txt_area .inner{
        min-height: 140px;
    }
    .section03 .content .item .txt_area .txt{
        font-size: 16px;
    }
}
@media screen and (max-width: 700px){
    .section03 .content{
        display: block;
        max-width: 530px;
    }
    .section03 .content .item{
        width: 100%;
    }
    .section03 .content .item:first-child{
        margin-bottom: 40px;
    }
    .section03 .content .item .txt_area h3{
        font-size: 6vw;
    }
    .section03 .content .item .txt_area h3 .txt_red{
        font-size: 8vw;
    }
    .section03 .content .item .txt_area .txt .br{
        display: inline-block;
    }
    .section03 .content .item .txt_area .inner{
        min-height: inherit;
    }
    .section03 .content .item .img img{
        width: 100%;
    }
}

/*******************
section04
********************/
.section04 {
    padding-bottom: 0 !important;
    background: #eaeae8;
}
.section04 .content, .case .content {
    width: 94%;
    max-width: 1100px;
    margin: 0 auto;
}
.section04 .content .txt_area {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}
/*tab*/
.section04 .tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section04 .tab > li {
    width: 24%;
    margin-bottom: 15px;
}
.section04 .tab li {
    display: block;
    background: #322820;
    border: 2px solid #322820;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
    line-height: 1.4;
}
.section04 .tab li:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 6px 6px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 38%;
    right: 4%;
}
.section04 .tab li.active {
    background: #fff;
    color: #322820;
}
.section04 .tab li.active:before {
    border-color: #322820 transparent transparent transparent;
}
.section04 .area {
    display: none; /*はじめは非表示*/
    opacity: 0; /*透過0*/
    background: #fff;
    padding: 60px 80px 45px;
    margin-bottom: 60px;
    box-shadow: 0px 0px 10px #a4a4a4;
}
.section04 .area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section04 .area ul li {
    width: 30%;
    margin-bottom: 2%;
}
.section04 .area ul li {
    border-bottom: 1px solid #000;
    font-size: 18px;
    position: relative;
    display: block;
    /*padding: 0 30px 10px 0;*/
    margin-bottom: 10px;
    color: #322820;
    font-weight: bold;
    vertical-align: middle;
    text-decoration: none;
    padding-bottom: 10px;
}
.section04 .area ul li a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #322820;
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
}
.section04 .area ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 0 30px 0 0;
}
.section04 .area ul li.dummy{
    border-bottom:none;
    height: 0;
}

/*areaにis-activeというクラスがついた時の形状*/
.section04 .area.active {
    display: block; /*表示*/
    animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes displayAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.section04 .img_area {
    width: 100%;
    height: 500px;
    background: url("../images/index/section04_bg.jpg") no-repeat center / cover;
}
@media screen and (max-width: 1023px) {
    .section04 .tab{
        justify-content: flex-start;
    }
    .section04 .tab > li{
        width: 32%;
        margin-right: 2%;
    }
    .section04 .tab > li:nth-child(3n){
        margin-right: 0;
    }
    .section04 .area{
        padding: 6% 4% 3%;
    }
}
@media screen and (max-width: 1365px){
    .section04 .img_area{
        height: 30vw; 
    }
}
@media screen and (max-width: 767px) {
    .section04 .img_area{
        height: 40vw; 
    }
    .section04 .area{
        padding: 6% 6% 3%;
    }
    .section04 .tab > li,
    .section04 .tab > li:nth-child(3n){
        width: 48%;
        margin-right: 2%;
    }
    .section04 .tab > li:nth-child(2n){
        margin-right: 0;
    }
    .section04 .area ul li{
        width: 46%;
    }
    .section04 .content .txt_area{
        text-align: justify;
    }
}
@media screen and (max-width: 500px) {
    .section04 .tab{
        justify-content: space-between;
    }
    .section04 .tab li:before{
        border-width: 6px 4px 4px 4px;
        top: 40%;
    }
    .section04 .tab li{
        min-height: 70px;
        padding: 8px 20px 8px 10px;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section04 .area ul li{
        font-size: 16px;
    }
    .section04 .area ul{
        display: block;
    }
    .section04 .area ul li{
        width: 100%;
    }
    .section04 .area ul li{
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .section04 .area ul li a:before{
        border-width: 4px 0 4px 6px;
    }
    .section04 .content .txt_area{
        width: 100%;
    }
}
@media screen and (max-width: 400px){
    .section04 .tab li{
        min-height: 65px;
        padding: 6px 20px 6px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/*******************
section05
********************/
.section05 {}
.section05 .content {
    width: 86%;
    max-width: 1100px;
    margin: 0 auto;
}
.section05 .content .inner {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section05 .content .inner h2 {
    margin-bottom: 0;
}
.section05 .content .inner .btn_a {
    max-width: 380px;
    margin-right: 1%;
}
.section05 .content .section05_slide {
    margin-left: auto;
    position: relative;
}
.section05 .content .section05_slide li.slick-slide{
    width: 350px;
    height: 200px;
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.section05 .content .section05_slide li img{
    max-width: 100%;
    height: auto;
}
.section05 .content .section05_slide .slide-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -32px;
    opacity: .95;
    z-index: 8000;
}
.section05 .content .section05_slide .prev-arrow {
    left: -40px;
}
.section05 .content .section05_slide .next-arrow {
    right: -40px;
}
.section05 .content .section05_slide li .title{
    display: inline-block;
    width: 94%;
    margin: 0 auto;
    padding: 15px 30px 15px 60px;
    background: #990000;
    transform: skewX(-20deg);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: -10%;
    letter-spacing: 1.5px;
}
.section05 .content .section05_slide li .title .center {
    transform: skewX(20deg);
    display: inline-block;
}
.section05 .slick-dots li button:before{
    font-size: 26px;
}
.section05 .slick-dots li.slick-active button:before{
    color: #990000;
}

@media screen and (max-width: 1365px){
    .section05 .content .section05_slide li .title{
        padding: 10px 30px 10px 50px;
        bottom: 14%;
    }
    .section05 .content .inner .btn_a{
        max-width: 320px;
    }
}
@media screen and (max-width: 1023px){
    .section05 .content .section05_slide{
        margin-bottom: 60px;
    }
    .section05 .content .inner{
        display: block;
        margin-bottom: 30px;
    }
    .section05 .content .btn_a.btn_sp{
        max-width: 380px;
    }
}
@media screen and (max-width: 767px){
    .section05 .content{
        width: 78%;
    }
}
@media screen and (max-width: 500px){
    .section05 .content .section05_slide li .title{
        width: 80%;
    }
    .section05 .content .section05_slide .slide-arrow{
        width: 6vw;
        height: 6vw;
    }
    .section05 .content .section05_slide .prev-arrow {
        left: -8vw;
    }
    .section05 .content .section05_slide .next-arrow{
        right: -8vw;
    }
    .section05 .content .btn_a.btn_sp{
        width: 100%;
    }
}
@media screen and (max-width: 400px){
    .section04 .tab li a{
        min-height: 65px;
        padding: 6px 20px 6px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/*******************
section06
********************/
.section06 {
    background: #eaeae8;
}
.section06 .inner_2 {
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	
	/*width: 86%;*/
	width: 94%;
    max-width: 1100px;
}
.section06 h2 {
	margin: 0;	
}
.section06 .inner_2 .btn_a {
    max-width: 380px;
    margin-right: 1%;
}
.section06 .content {
    width: 94%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.section06 .content .txt_area {
    margin-bottom: 40px;
    text-align: center;
}
/*tab*/
.section06 .tab02 {
    width: 24%;
}
.section06 .tab02 > li {
    margin-bottom: 15px;
}
.section06 .tab02 li {
    display: block;
    background: #322820;
    border: 2px solid #322820;
    padding: 10px 30px 10px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
    line-height: 1.4;
}
.section06 .tab02 li:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 4px 6px;
    border-color: transparent transparent transparent#fff;
    position: absolute;
    top: 38%;
    right: 4%;
}
.section06 .tab02 li.active02 {
    background: #fff;
    color: #322820;
}
.section06 .tab02 li.active02:before {
    border-color: transparent transparent transparent #322820;
}
.section06 .inner {
    width: 72%;
    background: #fff;
    padding: 40px 50px;
    box-shadow: 0px 0px 10px #a4a4a4;
}
.section06 .area02 {
    display: none; /*はじめは非表示*/
    opacity: 0; /*透過0*/
}
.section06 .area02 dl:not(:first-child) {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid;
}
.section06 .area02 dl dt {
    margin-bottom: 30px;
    font-size: 22px;
    position: relative;
    padding-left: 60px;
    line-height: 1.4;
}
.section06 .area02 dl dt:before {
    content: "Q";
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #990000;
    color: #fff;
    font-size: 25px;
    font-family: 'Lora', serif;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: -3px;
    left: 0;
}
.section06 .area02 dl dd {
    padding-left: 60px;
    line-height: 2;
    font-size: 16px;
    position: relative;
}
.section06 .area02 dl dd:before {
    content: "A";
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #990000;
    color: #fff;
    font-size: 25px;
    font-family: 'Lora', serif;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: -3px;
    left: 0;
    font-weight: normal;
    line-height: 40px;
}
.section06 .area02 .btn_a{
    max-width: 400px;
    margin-top: 40px;
    background: #990000;
}
/*areaにis-activeというクラスがついた時の形状*/
.section06 .area02.active02 {
    display: block; /*表示*/
    animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes displayAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media screen and (max-width: 1365px){
    
}
@media screen and (max-width: 1023px){
    .section06 .content{
        display: block;
    }
    .section06 .tab02{
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .section06 .tab02 > li{
        width: 32%;
        margin-right: 2%;
    }
    .section06 .tab02 > li:nth-child(3n){
        margin-right: 0;
    }
    .section06 .inner{
        width: 100%;
    }
	.section06 .content .btn_a.btn_sp {
        max-width: 380px;
		margin-top: 60px;
	}
}
@media screen and (max-width: 767px){
    .section06 .inner{
        padding: 6%;
    }
    .section06 .tab02 > li,
    .section06 .tab02 > li:nth-child(3n){
        width: 48%;
        margin-right: 4%;
    }
    .section06 .tab02 > li:nth-child(2n){
        margin-right: 0;
    }
}
@media screen and (max-width: 500px){
    .section06 .inner{
        padding: 10% 6%;
    }
    .section06 .area02 dl dt{
        margin-bottom: 20px;
        font-size: 18px;
        padding-left: 50px;
    }
    .section06 .area02 dl dd{
        padding-left: 50px;
    }
    .section06 .area02 dl dt:before,
    .section06 .area02 dl dd:before{
        width: 34px;
        height: 34px;
        font-size: 22px;
    }
    .section06 .area02 dl dt:before{
        line-height: 33px;
    }
    .section06 .area02 dl dd:before{
        line-height: 35px;
    }
    .section06 .tab02 li{
        min-height: 65px;
        padding: 6px 20px 6px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .section06 .tab02 li:before {
        border-width: 6px 4px 4px 4px;
        border-color: #fff transparent transparent transparent;
        top: 40%;
        right: 4%;
    }
    .section06 .tab02 li.active02:before {
        border-width: 6px 4px 4px 4px;
        border-color: #322820 transparent transparent transparent;
    }
    .section06 .area02 dl:not(:first-child){
        margin-top: 30px;
        padding-top: 30px;
    }
    .section06 .area02 .btn_a{
        margin-top: 30px;
    }
	.section06 .content .btn_a.btn_sp{
        /*width: 100%;*/
		width: 82%;
    }
}
@media screen and (max-width: 400px){
    .section06 .tab02 li{
        font-size: 16px;
        
    }
}

/*******************
section07
********************/
.section07 .content {
    width: 86%;
    max-width: 1100px;
    margin: 0 auto;
}
.section07 .content .inner {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section07 .content .inner h2 {
    margin-bottom: 0;
}
.section07 .content .inner .btn_a {
    max-width: 380px;
    margin-right: 1%;
}
.section07 .content .section07_slide {
    margin-left: auto;
    position: relative;
}
.section07 .content .section07_slide li.slick-slide{
    width: 350px;
    height: 200px;
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.section07 .content .section07_slide li img{
    max-width: 100%;
    height: auto;
}
.section07 .content .section07_slide .slide-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -35px;
    opacity: .95;
    z-index: 8000;
}
.section07 .content .section07_slide .prev-arrow {
    left: -40px;
}
.section07 .content .section07_slide .next-arrow {
    right: -40px;
}
.section07 .content .section07_slide li .title{
    display: inline-block;
    width: 94%;
    margin: 0 auto;
    padding: 15px 30px 15px 60px;
    background: #990000;
    transform: skewX(-20deg);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: -10%;
    letter-spacing: 1.5px;
}
.section07 .content .section07_slide li .title .center {
    transform: skewX(20deg);
    display: inline-block;
}
.section07 .slick-dots li button:before{
    font-size: 26px;
}
.section07 .slick-dots li.slick-active button:before{
    color: #990000;
}
@media screen and (max-width: 1365px){
    .section07 .content .section07_slide li .title{
        padding: 10px 30px 10px 50px;
        bottom: 14%;
    }
    .section07 .content .inner .btn_a{
        max-width: 320px;
    }
}
@media screen and (max-width: 1023px){
    .section07 .content .section07_slide{
        margin-bottom: 60px;
    }
    .section07 .content .inner{
        display: block;
        margin-bottom: 30px;
    }
    .section07 .content .btn_a.btn_sp{
        max-width: 380px;
    }
}
@media screen and (max-width: 767px){
    .section07 .content{
        width: 78%;
    }
}
@media screen and (max-width: 500px){
    .section07 .content .section07_slide li .title{
        width: 80%;
    }
    .section07 .content .section07_slide .slide-arrow{
        width: 6vw;
        height: 6vw;
    }
    .section07 .content .section07_slide .prev-arrow {
        left: -8vw;
    }
    .section07 .content .section07_slide .next-arrow{
        right: -8vw;
    }
    .section07 .content .btn_a.btn_sp{
        width: 100%;
    }
}



#index_banner{
	max-width: 1100px;
	width: 90%;
	margin:-80px auto 20px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index_banner a{
	text-align: center;
	width:calc( 50% - 10px );
	display: inline-block;
}
#index_banner img{
	margin-bottom: 20px;
}
@media screen and (max-width: 600px){
#index_banner a{
	width:90%;
}
#index_banner{
	justify-content: center;
}

}

/*********コラム一覧*********/
.top-column{
    padding-top: 0 !important;
}
.top-column ul.list{
    width: 94%;
    max-width: 1100px;
    margin: 0 auto 60px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap: 30px;
}
.top-column ul.list li{
    width: 48%;
    margin-bottom: 4%;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px #a4a4a4;
    margin: 0 auto;
}
.top-column ul.list li:nth-child(n+3){
    margin-bottom: 0;
}
.top-column ul.list li a{
    padding: 30px;
    display: flex;
    justify-content: space-between;
}
.top-column ul.list li .img_area{
    width: 40%;
}
.top-column ul.list li .txt_area{
    width: 56%;
}
.top-column ul.list li .txt_area .categroy{
    width: 48%;
    min-width: 120px;
    padding: 8px 20px;
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    background:#222222;
    box-sizing: border-box;
}
.top-column ul.list li .txt_area .txt{
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1.5px;
    min-height: 86px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.top-column ul.list li .txt_area .date{
    font-size: 16px;
    font-weight: bold;
    color: #636363;
}
.top-column a.btn_a{
    width: 82%;
    max-width: 380px;
    margin: 0 auto;
}

@media screen and (max-width: 1023px){
    .top-column ul.list li a{
        padding: 20px;
    }
    .top-column ul.list li .img_area{
        width: 34%;
    }
    .top-column ul.list li .txt_area{
        width: 58%;
    }
    .top-column ul.list li .txt_area .categroy{
        margin-bottom: 10px;
        padding: 8px 15px;
        font-size: 14px;
    }
    .top-column ul.list li .txt_area .txt{
        min-height: 60px;
        margin-bottom: 15px;
        font-size: 16px;
    }
    .top-column ul.list li .txt_area .date{
        font-size: 12px;
    }
}
@media screen and (max-width: 767px){
    .top-column ul.list{
        display: block;
        margin-bottom: 30px;
    }
    .top-column ul.list li{
        width: 100%;
        margin-bottom: 20px;
    }
    .top-column ul.list li:not(:last-child){
        margin-bottom: 1.5em !important;
    }
    .top-column ul.list li .img_area{
        width: 34%;
    }
    .top-column ul.list li .txt_area{
        width: 61%;
    }
    .top-column ul.list li .txt_area .txt{
        min-height: inherit;
        overflow: inherit;
        display: block;
    }
    .top-column ul.list li a{
        padding: 6%;
    }

}

/* スライドバナーエリア */

#index_banner_slide{
    padding: 40px 0 120px;
}
/*#index_banner_slide .case__slide .slick-track{
    gap: 0 100px;
}*/
#index_banner_slide .case__slide .slick-slide{
    /*padding: 0 50px;*/
    width: 540px;
    margin: 0 50px;
}
#index_banner_slide .case-slide-arrow-prev {
    left: calc(50% - 320px);
}
#index_banner_slide .case-slide-arrow-next {
    left: calc(50% + 320px);
}
#index_banner_slide .case__slide .slick-slide a{
    display: block;
    margin: 0 auto;
}
#index_banner_slide .slick-dots li button:before{
    font-size: 24px;
}

@media screen and (max-width: 767px){
    #index_banner_slide .case-slide-arrow-prev {
        left: 35px;
    }
    #index_banner_slide .case-slide-arrow-next {
        left: unset;
        right: 0;
    }
}
@media screen and (max-width: 599px){
    #index_banner_slide{
        padding: 30px 0 60px;
    }
    #index_banner_slide .case__slide .slick-track{
        gap: 0;
    }
    #index_banner_slide .case-slide-arrow-prev {
        left: 20px;
    }
    #index_banner_slide .case-slide-arrow-next {
        right: -10px;
    }
    #index_banner_slide .case__slide .slick-slide a{
        width: 90vw;
    }
    #index_banner_slide .case__slide .slick-slide{
        /*padding: 0;*/
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 399px){
    #index_banner_slide .slick-dots li{
        margin: 0;
    }
}
