@charset "utf-8";

.flex{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.btn__more {  display: block; margin: 0 auto; border: 1px solid #424242; position: relative; transition: 0.2s linear; margin-top: 70px; width: 224px; height: 52px; margin: 114px 0px 0px;}
.btn__more::after { content: ""; position: absolute; display: inline-block; width: 0;height: 0; border-top: 8px solid transparent; border-left: 14px solid #000000; border-bottom: 8px solid transparent; bottom: 7px; right: 7px;}
.btn__more span { font-size: 1.6rem; line-height: 1; position: absolute; top: 8px; left: 10px;}
.btn__more:hover{ background: #000000; color: #ffffff;}
.btn__more:hover::after{ border-left-color: #ffffff;}


.contents{  padding: 100px 0 90px; background: #f5f5f5;}
.disaster .titBox{ padding-bottom: 30px;}
.disaster .subtitBox{ padding: 100px 0 95px;}

h2{ font-size: 5rem; font-weight: bold; max-width: 1200px; width: calc(100% - 50px); line-height: 1.5; margin:0 auto;}
h2 span{ display: block; font-size: clamp(16px,1.5vw,1.8rem); }
h3{ font-size: 3.6rem; line-height: 1.4;}
h4{ font-size: 3rem; line-height: 1.5;}

.imgBox{ background: #2d2625; padding: 25px 0 45px;}
.imgBox figure{ margin: 0 auto; text-align: center;}


.box{ padding: 55px 0; border-top: 1px solid #000;}
.box h4{ margin-bottom: 50px;}

.box1{ justify-content: left;}
.box1 .txtBox{ width: 100%; }
/* .box1 figure{ width: 32.25%; margin-left: 10px;} */
.box2 .producer{ max-width: 961px; margin: 50px auto 0; background: #f8f7f3; border: 1px solid #000; padding: 25px;}
.box2 .producer span{ display: inline-block;}
.box2 .producer .profile{  width: 16.11%; font-size: 2.4rem; line-height: 1;}
.box2 .producer .profile .tit{ font-size: 1.4rem; line-height: 1;  margin-bottom: 10px;}
.box2 .producer .profile .post{ font-size: 1.2rem; margin-top: 22px; line-height: 1.2;}
.box2 .producer figure{ width: 20.77%;}
.box2 .producer .history{ width: 60.78%; font-size: 1.4rem; line-height: 1.7;}

@media (max-width: 1400px){
    h2{ font-size: 4.5rem; }
}

@media (max-width: 768px){

    .btn__more { width: 170px; height: 40px; margin: 70px 0 0 0;}
    .btn__more span { font-size: 1.3rem; left: 5px;}
    .btn__more::after { border-top: 6px solid transparent; border-left: 10px solid #000000; border-bottom: 6px solid transparent;}


    .contents{  padding: 70px 0 65px;}

    .disaster .titBox{ padding-bottom: 20px;}
    h2{ font-size: clamp( 2rem , 6.5vw, 5rem); margin-bottom: 0;}
    h3{ font-size: min(5vw, 3.6rem); }
    h4{ font-size: min(4.5vw, 3.6rem);}

    .disaster .subtitBox { padding: 50px 0 ; text-align: center;}

    .box{ padding: 30px 0;}
    .box:not(:first-of-type) { margin-top: 25px;}
    .box h4{ margin-bottom: 15px;}

    .box1 .txtBox{ width: 100%; }
    .box1 figure{ width: 100%; margin:15px 0 0 0; text-align: center;}
    
    .box2 .producer{ padding: 15px; margin-top: 20px;}
    .box2 .producer .profile {width: 33.33%;}
    .box2 .producer figure {width: 65%; text-align: left;}
    .box2 .producer .history{ margin-top: 15px; width: 100%;}

}

@media (max-width: 499px){
    .box2 .producer .profile {width: 100%; margin:  0 auto 15p;}
    .box2 .producer figure {width: 100%; text-align: left; text-align: center;}
}