@charset "UTF-8";

/*----------------------------------------------------
	☆PC
----------------------------------------------------*/

/*--- mainTitle --*/
#mainTitle::before{
    background: url("../images/culture/bg_title.jpg") right bottom / auto 100% no-repeat;
}

/*--- head --*/
#contents .cultureHead01{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 780px;
    margin: 0 auto 80px;
    width: 85%;
    position: relative;
}

#contents .cultureHead01::before,
#contents .cultureHead01::after{
    content: "";
    display: block;
    position: absolute;
}
#contents .cultureHead01::before{
    width: 100%;
    height: 100%;
    background: #ffda00;
    left: 10px;
    top: 10px;
    z-index: 0;
}
#contents .cultureHead01::after{
    content: "";
    position: absolute;
    display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 16px solid #ffda00;
  border-bottom: 0;
    left: calc(50% + 10px);
    bottom: -10px;
    transform: translate(-50%,100%);
    z-index: -1;
}
#contents .cultureHead01 .num{
    position: absolute;
    font-size: 20px;
    left: 50%;
    top: 0;
    transform: translate(-50%,-108%);
    color: #e21b13;
}
#contents .cultureHead01 .num::before{
    content: "";
    display: block;
    position: absolute;
    background: url("../images/culture/deco_01.svg") center center / contain no-repeat;
    width: 10px;
    aspect-ratio: 1 / 1.1;
    left: 0;
    top: 0;
    transform: translate(-100%,0);
}
#contents .bgRed .cultureHead01 .num{
    color: #fff;
}
#contents .bgRed .cultureHead01 .num::before{
    background: url("../images/culture/deco_01_white.svg") center center / contain no-repeat;
}
#contents .cultureHead01 .inr{
    font-size: 30px;
    font-weight: bold;
    position: relative;
    line-height: 1.5;
    padding: 15px 10px;
    background: #e21b13;
    color: #fff;
    width: 100%;
    display: block;
    z-index: 1;
}
#contents .cultureHead01 .inr::after{
    content: "";
    position: absolute;
    display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 16px solid #e21b13;
  border-bottom: 0;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,100%);
    z-index: 1;
}
#contents .cultureHead01 .inr.black{
    background: #000;
}
#contents .cultureHead01 .inr.black::after{
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 16px solid #000;
}


#contents .cultureList{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: 85%;
    margin: 0 auto;
}
#contents .cultureList > li{
    width: 21.6%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#contents .cultureList li .info .title{
    font-size: clamp(22px,2.5vw,30px);
    font-weight: bold;
    color: #e21b13;
    line-height: 1.2;
    margin: 25px auto;
    text-align: center;
}
#contents .name{
    font-size: 12px;
    opacity: 0.5;
    text-align: center;
    line-height: 1.2;
}
#contents .cultureList li .info .text{
    margin-top: 25px;
    line-height: 1.45;
}

#contents .cultureList01 li .image{
    max-width: 140px;
    margin: 0 auto;
}

#contents .liWhiteBg li,
#contents .cultureList05 li,
#contents .cultureList08 li .info{
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    width: 24%;
}
#contents .liWhiteBg li::after,
#contents .cultureList05 li::after,
#contents .cultureList08 li .info::after{
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-top: 21px solid #fff;
    border-bottom: 0;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,100%);
    z-index: 1;
}
#contents .liWhiteBg li .info .text,
#contents .cultureList15 li .info .text{
    text-align: center;
    margin: 0 0 25px;
    font-size: 20px;
}
#contents .liWhiteBg li .info .text .red,
#contents .cultureList08 li .info .title,
#contents .cultureList12 li .title,
#contents .cultureList15 li .info .red{
    font-size: clamp(26px,2.8vw,34px);
    line-height: 1.3;
    margin-bottom: 0.2em;
    display: inline-block;
    font-weight: bold;
}

#contents .q02{
    padding-bottom: 0;
}
#contents .centerImage01{
    max-width: 487px;
    width: 85%;
    margin: 30px auto 0;
}

#contents .cultureList03{
    flex-wrap: wrap;
    max-width: 900px;
    padding-bottom: 80px;
}
#contents .cultureList03 > li{
    background: #fff;
    border-radius: 15px;
    padding: 50px;
    width: calc((100% - 30px) / 2);
    position: relative;
}
#contents .cultureList03 > li .image01{
    max-width: 200px;
    right: 60px;
    bottom: 60px;
    width: 22%;
}
#contents .cultureList03 > li:nth-child(1){
    width: 100%;
    margin-bottom: 30px;
    padding: 60px 80px;
}
#contents .cultureList03 > li:nth-child(1) .titleBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: clamp(40px,7.2vw,82px);
    line-height: 1.1;
    font-weight: bold;
}
#contents .cultureList03 > li:nth-child(1) .titleBox .num{
    width: 23.75%;
    margin-right: 30px;
}
#contents .cultureList03 > li:nth-child(1) .disc{
    width: 60%;
    margin-top: 30px;
}
#contents .cultureList03 > li:nth-child(1) .disc li{
    font-size: 20px;
    margin-top: 15px;
    line-height: 1.5;
}

#contents .cultureList03 li .titleBox{
    font-weight: bold;
    color: #e21b13;
}
#contents .cultureList03 li .name{
    display: block;
    text-align: right;
}
#contents .cultureList03 li:nth-child(n+2) .titleBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#contents .cultureList03 li:nth-child(n+2) .titleBox .num{
    max-width: 120px;
}
#contents .cultureList03 li:nth-child(n+2) .titleBox .title{
    font-size: clamp(26px,3.7vw,38px);
    margin: 15px auto;
    text-align: center;
    line-height: 1.45;
}
#contents .cultureList03 li:nth-child(n+2) .image02{
    max-width: 210px;
    width: 48%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,50%);
}

#contents .q04 .listContainer,
#contents .q07 .listContainer{
    max-width: 1080px;
    width: 85%;
    margin: 0 auto;
}
#contents .cultureList04 {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -40px;
    width: 100%;
}
#contents .cultureList04 li{
    width: calc((100% - 120px) / 3);
    border: 1px solid #c4c4c4;
    margin: 0 20px 40px 20px;
}
#contents .cultureList04 li::after{
    display: none;
}
#contents .cultureList04 li .image{
    max-width: 200px;
    margin: 0 auto 15px;
}

#contents .q05{
    padding-bottom: 0;
}
#contents .cultureList05 li .info .title{
    margin-top: 0;
    font-size: clamp(22px,2.8vw,36px);
}
#contents .cultureList05 > li {
    padding-left: 30px;
    padding-right: 30px;
}
#contents .cultureList05 > li .info .text{
    line-height: 1.75;
    margin-bottom: 25px;
}


#contents .cultureList06 {
    align-items: flex-start;
}
#contents .cultureList06 > li{
    padding-bottom: 90px;
    padding-left: 35px;
    padding-right: 35px;
}
#contents .cultureList06 > li:nth-child(2n){
    margin-top: 40px;
}
#contents .cultureList06 > li::after{
    display: none;
}
#contents .cultureList06 > li .image{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    bottom: -70px;
    position: absolute;
    color: #fff;
}
#contents .cultureList06 > li .image img{
    display: block;
    max-width: 200px;
    margin-bottom: 10px;
}
#contents .cultureList06 li .info .title{
    font-size: clamp(22px,2.8vw,36px);
    margin-top: 0;
}
#contents .cultureList06 li .info .text{
    font-size: 16px;
    text-align: justify;
    line-height: 1.75;
}
#contents .cultureList06 li .name{
    opacity: 1;
}


#contents .cultureList08{
    align-items: flex-start;
}
#contents .cultureList08 li{
    width: 32%;
}
#contents .cultureList08 li:nth-child(odd){
    margin-top: 40px;
}
#contents .cultureList08 li .info{
    width: 100%;
    padding: 60px 30px;
    margin-bottom: 60px;
}
#contents .cultureList08 li .info .text{
    line-height: 1.75;
}
#contents .cultureList08 li .info .title{
    margin-top: 0;
}
#contents .cultureList08 li .image{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
#contents .cultureList08 li .image img{
    display: block;
    max-width: 155px;
    margin: 0 auto 10px;
}

#contents .q09 .listContainer{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}
#contents .cultureList09 li{
    padding: 0;
}
#contents .cultureList09 li .inr{
    border: 1px solid #c4c4c4;
    padding: 40px 20px 80px;
    border-radius: 10px;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#contents .cultureList09 li:nth-child(even) .inr{
    transform: translateY(40px);
}
#contents .cultureList09 li::after{
    display: none;
}
#contents .cultureList09 li .image{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    bottom: -70px;
    position: absolute;
    left: 0;
}
#contents .cultureList09 li .image img{
    max-width: 167px;
    margin: 0 auto 10px;
}


#contents .cultureList10{
    max-width: 1080px;
    margin: 0 auto;
}
#contents .cultureList10 li {
    width: 32%;
}

#contents .cultureList10 li::after{
    display: none;
}

#contents .cultureList10 li .image{
    max-width: 190px;
    margin: 0 auto;
}
#contents .cultureList10 li .image .name{
    margin: 25px 0;
    display: block;
}

#contents .cultureList10 li .info{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#contents .cultureList10 li .info .text{
    height:  auto !important;
    margin: 0;
}

#contents .cultureList11{    
    max-width: 1080px;
    margin: 0 auto -2%;
    flex-wrap: wrap;
}
#contents .cultureList11 li {
    width: 49%;
    margin-bottom: 2%;
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
#contents .cultureList11 li .info{
    width: 60%;
}
#contents .cultureList11 li .image{
    width: 38%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#contents .cultureList11 li .name{
    margin-top: 10px;
}
#contents .cultureList11 li .info .title{
    font-size: clamp(30px,3.6vw,44px);
    font-weight: bold;
    color: #e21b13;
    margin-top: 0;
}


#contents .q12 .listContainer{
    background:  url("../images/culture/img_q12_01.png") center center / 33.75% auto no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    width: 85%;
}
#contents .cultureList12{
    width: 27%;
    display: flex;
    flex-direction: column;
    margin: 0;
}
#contents .cultureList12 li{
    width: 100%;
    border: 1px solid #c4c4c4;
    border-radius: 15px;
    padding: 40px;
    background: #fff;
}
#contents .cultureList12 li + li{
    margin-top: 15px;
}
#contents .cultureList12 li .title {
    text-align: center;
}
#contents .cultureList12 li .text{
    line-height: 1.75;
}
#contents .cultureList12 li .name{
    margin-top: 15px;
}

#contents .cultureList12.list12_01 li:nth-child(1){ margin-left: 40px;}
#contents .cultureList12.list12_02 li:nth-child(2){ margin-left: -40px;}

#contents .cultureList13 li .info .text{
    font-size: 16px;
    text-align: justify;
    line-height: 1.75;
    margin-top: 15px;
    padding: 0 35px;
}

#contents .cultureList15 li .info .text{
    margin: 0;
}


/*----------------------------------------------------
	☆ANIMATION
----------------------------------------------------*/

#contents .cultureList.out li{
    opacity: 0;
}

#contents .cultureList.in li{
    animation: slidein 0.8s ease forwards;
}

#contents .cultureList.in li:nth-child(2){ animation-delay: .2s !important;}
#contents .cultureList.in li:nth-child(3){ animation-delay: .4s !important;}
#contents .cultureList.in li:nth-child(4){ animation-delay: .6s !important;}
#contents .cultureList.in li:nth-child(5){ animation-delay: .8s !important;}
#contents .cultureList.in li:nth-child(6){ animation-delay: 1.0s !important;}
#contents .cultureList.in li:nth-child(7){ animation-delay: 1.2s !important;}
#contents .cultureList.in li:nth-child(8){ animation-delay: 1.4s !important;}


/*----------------------------------------------------
	☆901以上　PCのみ & HOVER
----------------------------------------------------*/

@media screen and (min-width:901px) {
}


/*----------------------------------------------------
	☆TOP UNDER 1200
----------------------------------------------------*/

@media screen and (max-width:1200px) {
    
}

/*----------------------------------------------------
	☆TOP UNDER 900
----------------------------------------------------*/

@media screen and (max-width:900px) {   
    
    #contents .cultureHead01 .inr {
        font-size: 26px;
    }
    
    #contents .cultureList {
        flex-wrap: wrap;
        margin-bottom: -60px;
    }
    #contents .cultureList > li {
        width: 46%;
        margin-bottom: 60px;
    }
    #contents .cultureList li .info .title {
        margin: 15px auto;
    }
    #contents .cultureList li .info .text{
        margin-top: 0;
    }
    
    
    #contents .cultureList01 li .info .text{
        margin-top: 15px;
    }
    
    #contents .cultureList03 > li:nth-child(n+2){
        width: 48%;
    }
    
    #contents .cultureList04 > li{
        width: 46%;
        margin: 0 2% 40px 2%;
    }
    
    #contents .cultureList06 {
        padding-bottom: 6vw;
    }
    
    
    #contents .cultureList08 {
        align-items: flex-start;
        justify-content: center;
        gap: 6%;
        margin-bottom: 0;
    }
    
    #contents .cultureList08 li,    
    #contents .cultureList10 li{
        margin-bottom: 0;
    }
    #contents .cultureList08 li .info {
        padding: 40px 20px;
        margin-bottom: 30px;
    }
    #contents .cultureList08 li .info .title{
        margin-top: 0;
    }
    #contents .cultureList08 li .info .text{
        margin-top: 0;
    }
    
    #contents .q09 .listContainer {
        padding-bottom: 20px;
    }
    #contents .cultureList09{
        margin-bottom: -60px;
    }
    #contents .cultureList09 > li{
        margin-bottom: 120px;
    }
    
    #contents .cultureList10 {
        justify-content: center;
        gap: 20px 4%;
        margin-bottom: 0;
    }
    
    #contents .cultureList11{
        gap: 20px 0;
        margin-bottom: 0;
    }
    #contents .cultureList11 > li{
        width: 49%;
        margin-bottom: 0;
        padding: 30px;
    }
    
    #contents .q12 .listContainer{
        flex-direction: column;
        gap: 35vw;
        background-size: 40vw auto;
    }
    #contents .cultureList12{
        width: 100%;
        flex-direction: row;
        margin: 0;
    }
    
    #contents .cultureList12 > li{
        width: 48%;
    }
    
    
    
    #contents .cultureList12 > li,
    #contents .cultureList12 li + li,
    #contents .cultureList12.list12_01 li:nth-child(1),
    #contents .cultureList12.list12_02 li:nth-child(2){
        margin: 0;
    }
    
}


/*----------------------------------------------------
	☆TOP UNDER 600
----------------------------------------------------*/

@media screen and (max-width:600px) {
    
    #contents .cultureHead01{
        margin-bottom: 50px;
    }
    #contents .cultureHead01 .inr {
        font-size: 20px;
    }
    
    #contents .cultureList > li,
    #contents .cultureList03 > li:nth-child(1),
    #contents .cultureList03 > li:nth-child(n+2){
        width: 100%;
        margin-bottom: 30px;
    }
    
    #contents .liWhiteBg li .info .text{
        font-size: 15px;
    }
    #contents .cultureList13 li .info .text,
    #contents .cultureList15 li .info .text {
        font-size: 14px;
    }
    
    #contents .cultureList03 {
        padding-bottom: 20px;
    }
    #contents .cultureList03 > li:nth-child(1),
    #contents .cultureList03 > li:nth-child(n+2){
        padding: 40px 30px 60px;
        margin-bottom: 80px;
    }
    #contents .cultureList03 > li:nth-child(1) .titleBox{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #contents .cultureList03 > li:nth-child(1) .titleBox .num{
        margin: 0 auto 10px;
    }
    #contents .cultureList03 > li:nth-child(1) .disc{
        width: 100%;
    }
    #contents .cultureList03 li:nth-child(1) .image01 {
        max-width: 130px;
        width: 48%;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 50%);
    }
    #contents .cultureList03 > li:nth-child(1) .disc li {
        font-size: 16px;
    }
    #contents .cultureList03 > li .titleBox .num {
        width: 23.75% !important;
    }
    
    #contents .centerImage01 {
        margin: 60px auto 0;
    }
    
    #contents .cultureList06 > li:nth-child(2n),
    #contents .cultureList06 > li{
        margin: 0 auto 100px;
    }
    
    #contents .cultureList08 li:nth-child(odd){
        margin-top: 0;
    }
    
    #contents .cultureList09 li{
        margin-bottom: 90px;
    }
    #contents .cultureList09 li:nth-child(even) .inr {
        transform: translateY(0);
    }
    
    #contents .cultureList04,
    #contents .cultureList10,
    #contents .cultureList11,
    #contents .cultureList12{
        gap: 10px;
        margin-bottom: 0;
    }
    #contents .cultureList04 li,
    #contents .cultureList10 li,
    #contents .cultureList11 li,
    #contents .cultureList12 li{
        margin-bottom: 0;
    }
    
    #contents .cultureList11 li {
        flex-direction: column;
    }
    #contents .cultureList11 li .info{
        width: 100%;
    }
    #contents .cultureList11 li .image{
        width: 45%;
        margin-top: 10px;
    }
    
    #contents .q12 .listContainer {
        gap: 10px;
        background-size: 58vw auto;
        background-position: center bottom;
        padding-bottom: 50vw;
    }
    
    #contents .cultureList14{
        margin-bottom: -50px;
    }
    #contents .cultureList14 li{
        margin-bottom: 50px;
    }
    
    
    
}

