@charset "utf-8";

body{
  font-family: "Noto Sans JP", sans-serif;
  color: #666;
}
/* body */
  
.co_top{
    position: relative;
    height: 400px;
    z-index: -2;
}
/* ↑top親 */

.co_table1{
    background-color: #b2804b;
    height: 110px;
    width: 100%;
    position: absolute;
    bottom: 30px;
    z-index: -1;
}
.co_table2{
    background-color: #6d4c2e;
    height: 30px;
    width: 100%;
    bottom: 0;
    position: absolute;
}
/* ↑机 */

.co_titlebox{
    margin: 0 auto;
    height: 400px;
    max-width: 1040px;
    position: relative;
}
/* タイトル・イラスト用外枠 */

.co_top_img{
    height: 330px;
    position: absolute;
    right: 10%;
    bottom: 102px;
}
/*  ↑イラスト */
 
h2.co_title{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
    color: #fff;
    position: absolute;
    left: 90px;
    bottom: 54px;
}
.co_title span{
    font-size: 20px;
    color: #fff;
}
/* ↑ページtitle */
/* top設定 */

.co_container{
    max-width: 1040px;
    margin: 70px auto 84px;
}
/* container */


.co_interviewbox{
    margin-bottom: 85px;
    display: flex;
    gap: 20px 20px;
    justify-content: space-around;
}
/* ↑インタビュー大枠 */

.co_picbox{
    flex-shrink: 0;
    margin: 0 auto;
    text-align: center;
}

.co_pic{
    width: 240px;
    height: 275px;
    border-radius: 5%;
    object-fit: cover;
}
/* ↑写真 */

.co_name{
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin-top: 20px;
    
}
.co_name span{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
}
/* ↑　名前 */
/* ↑写真側 */

.co_textbox{
    flex-basis: 600px;
}

.co_inttitle{
    font-size: 20px;
    padding: 42px 0 36px;
    border-top: 3px dotted #b2804b;
    border-bottom: 3px dotted #b2804b;
}
.co_text{
    font-size: 16px;
    line-height: 1.7;
    flex-wrap: wrap;
    padding: 24px 0 30px;
    /* border-bottom: 3px dotted #b2804b; */
}
/* ↑文章側 */
/* ↑インタビュー設定 */

@media (max-width: 768px){

    .co_top{
        height: 290px;
    }
    /* ↑top親 */
    
    .co_table1{
        height: 100px;
        bottom: 20px;
    }
    .co_table2{
        height: 20px;  
    }
    /* ↑机 */

    .co_titlebox{
        height: 290px;
    }
    /* タイトル・イラスト用外枠 */

    .co_top_img{
        height: 190px;
        left: 50%;
        transform: translate(-50%);
        bottom: 90px;
    }
    /*  ↑イラスト */

    h2.co_title{
        font-size: 25px;
        left: 50%;
        transform: translate(-50%);
        bottom: 35px;
    }
    .co_title span{
        font-size: 18px;
    }
    /* ↑ページtitle */
    /* top設定 */
    
    .co_container{
        margin: 40px 20px 0;
    }
    /* container */

    .co_interviewbox{
        margin-bottom: 90px;
        display: block;
    }
    /* ↑インタビュー大枠 */

    .co_pic{
        width: 200px;
        height: 230px;
    }
    /* ↑写真 */
    
    .co_name{
        font-size: 12px;
        line-height: 1.5;
        text-align: center;
        margin: 20px 0 30px;
        
    }
    .co_name span{
        font-size: 18px;
        font-weight: bold;
        line-height: 1.7;
    }
    /* ↑　名前 */
    /* ↑写真側 */

    .co_inttitle{
        font-size: 16px;
        padding: 25px 0 20px;
    }
    .co_text{
        font-size: 14px;
        padding: 18px 0 18px;
        border-bottom: 3px dotted #b2804b;
    }
    /* ↑文章側 */
    /* ↑インタビュー設定 */

}