.container p strong{font-weight: 600;}
.container a.btn.center{margin: 20px auto;}
.container h5{color: #b99141;font-size: 1.18em;letter-spacing: 0.1em;font-weight: 500;margin-bottom: 20px; text-indent: -1.4em; padding-left: 1em;}
.container h5:before{content: "■";margin-right: 5px;}
.container h5:not(:first-child){margin-top: 20px;}
.container ul.inline li{background: #b99141;padding: 0.5em 1em; display: inline-block;color: #fff;margin-bottom: 15px;}
.container .flex{display: flex; justify-content: space-between; flex-wrap: wrap;}
.container .flex .half{width: calc(50% - 10px);}

/* txt-list------ */
.container .txt-list{display: flex;flex-wrap: wrap;}
.container .txt-list:not(:first-child){margin-top: 30px;}
.container .txt-list:not(:last-child){margin-bottom: 40px;}
.container .txt-list .box{flex-basis: calc((100% - 40px)/3);
	border: 1px solid #b99141;padding: 35px 18px;counter-increment: txt-list;}
.container .txt-list .box:not(:nth-child(3n+1)){margin-left: 20px;}
.container.txt-list .box:nth-child(n+4){margin-top: 20px;}
.container .txt-list .tit{text-align: center;font-size: 1.42em;font-weight: 500;}
.container .txt-list .tit:before{content: "0" counter(txt-list);display: block;font-size: 1.2em; font-family: YuMincho, "Yu Mincho",yu-mincho-pr6, sans-serif;font-weight: 600; line-height: 1.4;color: #b99141;}
.container .txt-list .txt{border-top: 1px solid #b99141;padding-top: 18px;}

/* img-list------ */
.container .img-list:not(:first-child){margin-top: 30px;}
.container .img-list:not(:last-child){margin-bottom: 40px;}
.container .img-list .box{display: flex;border: 1px solid #b99141;padding: 20px 25px;}
.container .img-list .box:not(:last-child){margin-bottom: 20px;}
.container .img-list .box .photo{flex-shrink: 0;margin-right: 40px;line-height: 0;}
.container .img-list .box .photo:not(:last-child){margin-bottom: 0;}
.container .img-list .box .tit{font-weight: 500;font-size: 1.42em;}
.container .img-list .box .tit:not(:last-child){margin-bottom: 15px;}

.philosophy{ padding: 90px 0 100px; background: url(../../images/index/webp/bg-philosophy01.webp) no-repeat; background-size: cover; background-position: center; position: relative; }
.philosophy{ background: url(../../images/index/bg-philosophy01.jpg) no-repeat; background-size: cover; background-position: center; }
.philosophy .triangle01{ width: 0; height: 0; border-style: solid; border-width: 8.33vw 8.33vw 8.33vw 0; border-color: transparent #aa8c32 transparent transparent; position: absolute; top: -4.3vw; right: 0; }
.philosophy .triangle02{ width: 0; height: 0; border-style: solid; border-width: 8.33vw 0 8.33vw 8.33vw; border-color: transparent transparent transparent #aadc28; position: absolute; bottom: -4.3vw; left: 0; }

.philosophy h2{ color: #fff; font-size: 26px; text-align: center; font-weight: 700;}
.philosophy h2 span{display: block; text-align: center; font-size: 50px; font-weight: 300; line-height: 1.5;}
.philosophy h2 + p{ color: #fff; font-size: 18px; font-weight: 700; text-align: center; margin-top: 26px;}
.philosophy ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 60px; }
.philosophy ul li{ width: 420px; background: #fff; position: relative; display: flex; align-items: center; transition: .3s; }
.philosophy ul li:hover{ opacity: .7; }
.philosophy ul li:nth-of-type(n+3){ margin-top: 55px; }
.philosophy ul li:after{ content: ''; width: 0; height: 0; border-style: solid; border-width: 0 16px 16px 0; border-color: transparent #aa8c32 transparent transparent; position: absolute; top: 5px; right: 5px; }
.philosophy ul li .thumb{ width: 130px; min-height: 150px; background-repeat: no-repeat; background-size: cover; background-position: center; }
.philosophy ul li:nth-of-type(1) .thumb{ background-image: url("../images/index/001.jpg"
); }
.philosophy ul li:nth-of-type(2) .thumb{ background-image: url("../images/index/002.jpg"); }
.philosophy ul li:nth-of-type(3) .thumb{ background-image: url("../images/index/003.jpg"); }
.philosophy ul li:nth-of-type(4) .thumb{ background-image: url("../images/index/004.jpg"); }
.philosophy ul li:nth-of-type(5) .thumb{ background-image: url("../images/index/005.jpg"); }
.philosophy ul li:nth-of-type(6) .thumb{ background-image: url("../images/index/006.jpg"); }
.philosophy ul li:nth-of-type(7) .thumb{ background-image: url("../images/index/007.jpg"); }
.philosophy ul li:nth-of-type(8) .thumb{ background-image: url("../images/index/008.jpg"); }
.philosophy ul li .content{ width: calc(100% - 130px); }
.philosophy ul li .content h3{ font-size: 18px; color: #aa8c32; text-align: center; line-height: 1.6; }
.philosophy ul li .content h3 span{ display: block; font-size: 16px; color: #333; text-align: center; line-height: 2.2; }


@media(max-width: 768px){	
    .container h5{font-size: 1.07em;}
    .container section p + h3{margin-top: 8.5vw;}
    .container ul.inline li{width: calc(50% - 5px); font-size: 3.5vw; margin-bottom: 3vw;}
    .container .flex .half{width: calc(50% - 5px);}
    .container .bg-brown dd h4{margin-top: 2.33vw;}
    
    /* txt-list------ */
    .container .txt-list{display: block;}
    .container .txt-list .box:not(:last-child){margin-bottom: 15px;}
    .container .txt-list .box:not(:nth-child(3n+1)){margin-left: 0;}
    .container .txt-list .tit{color: #b99141;}
    
    /* img-list------ */
    .container .img-list .box{display: block;padding: 25px 5vw;}
    .container .img-list .box .photo {margin-right: 0;}
    .container .img-list .box .photo:not(:last-child){margin-bottom: 20px;}
    .container .img-list .box .photo img{width: 100%;}
    .container .img-list .box .tit{color: #b99141; font-size: 4.5vw;}
    
    /* philosophy------ */
    .philosophy h2{ font-size: 6.4vw; }
    .philosophy h2 span{ font-size: 9.6vw; line-height: 1.2; margin-bottom: 1vw; }
    .philosophy h2 + p{ font-size: 4vw; letter-spacing: .05em; margin-top: 6.93vw; }
    .philosophy{ padding: 14.67vw 0 20vw; }
    .philosophy .triangle01{ border-width: 13.33vw 13.33vw 13.33vw 0; top: -6vw; }
    .philosophy .triangle02{ border-width: 13.33vw 0 13.33vw 13.33vw; bottom: -8vw; }
    .philosophy ul{ margin-top: 8vw; }
    .philosophy ul li{ width: 100%; }
    .philosophy ul li:after{ border-width: 0 4.27vw 4.27vw 0; top: 1.33vw; right: 1.33vw; }
    .philosophy ul li:nth-of-type(n+2){ margin-top: 5.33vw; }
    .philosophy ul li .thumb{ width: 26.67vw; height: 30.93vw; min-height: 0; }
    .philosophy ul li .content{ width: calc(100% - 26.67vw); }
    .philosophy ul li .content h3{ font-size: 3.73vw; }
    .philosophy ul li .content h3 span{ font-size: 3.47vw; line-height: 2.6; }
	
}	
