@import url("/css/base_new.css"); /*header-footer*/

body{
    font-family: "角ヒラギノ", "Osaka", Arial, sans-serif;
}

.navi_text{
	margin: -20px 0px 0px;
	padding: 0px;
	text-align: right;
}

/* ------------------------------------------- */
/* 初期化 */
/* ------------------------------------------- */
h2{
   margin: 0;
   margin-bottom: 10px;
}
h3{
    margin: 0;
    margin-bottom: 12px;
}

/* ------------------------------------------- */
/* all CSS */
/* ------------------------------------------- */
.main_area{
	width: 986px;
    margin: 0 auto;
    border: 1px solid #e47e3d;
    color: #2f1c1c;
    text-align: justify;
}
.main_area p{
    font-size: 13px;
    line-height: 200%;
}
.contents {
    padding: 26px 30px;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns:675px 250px ;
    grid-template-areas:
        "areaA areaB"
        "areaC areaC";
}
.contents p {
    padding-bottom: 1em;
}

.main {
    grid-area: areaA;
    margin-right: 20px;
}
.side {
    grid-area: areaB;
    background: #eeebee;
}
.interview {
    grid-area: areaC;
    background: #797878;
    padding: 10px;
    margin: 20px 30px 0;

}
.inquiry{
    margin: 30px 0;
}

.flex{
    display: flex;
}

.main_area img {
    max-width: 100%;
    height: auto;
}
/* ------------------------------------------- */
/* main img */
/* ------------------------------------------- */

.main-img{
	height: 390px;
}
.main-img .txt{
    width: 750px;
    position: relative;
    top: -173px;
    left: 50px;
}
.main-img .txt p{
    font-weight: bold;
    line-height: 165%;
    letter-spacing: -0.2px;
    color: #2f1c1c;
}


/* ------------------------------------------- */
/* content */
/* ------------------------------------------- */

.content{
    padding: 0 20px 40px 0;
}

.img{
    margin: 10px 0;
    text-align: center;
}
.c-01 .flex {
    justify-content: space-between;
}
.c-01 .text  {
    width: 60%;
}
.content .c-03 {
    padding: 0 0 40px 0;
}
.c-03 .inner01 .txt{
    padding: 10px 15px 0 0;
}
.c-03 .inner01 .txt .img{
    margin: 30px 0;
}
.c-03 .inner02 {
    background-color: #fbe5dc;
}
.c-03 .inner02 p {
    padding: 0 20px;
}
.c-03 .inner02 div {
    text-align: center;
    padding: 1em 0;
}
.c-03 .inner02 div img{
    max-width: inherit;
}
.c-03 .inner02 p:last-of-type {
    padding-bottom: 20px;
}
.c-04 .inner h3{
    margin: 30px 0 12px;
}
.c-04 .inner .img{
    margin-bottom: 40px;
}
.c-04 .inner.flex div {
    width: 40%;
}
.c-04 .inner.flex div.text {
    width: 60%;
}

.c-04 .inner.flex div.text p:first-of-type {
    margin-top: 0;
}


/* ------------------------------------------- */
/* interview */
/* ------------------------------------------- */
.interview .inner{
    background: #f7f7f7;
    border-radius: 10px;
    padding: 30px 30px;
    overflow: hidden;
}
  
.interview .inner .photo {
    float: right;
    width: 254px; 
    margin-left: 30px;
    margin-bottom: 10px;
  }
  
.interview .inner h4 {
    float: left; 
    width: calc(100% - 336px); 
    margin: 0 0 10px 0;
  }
  
.interview .inner p {
    clear: left; 
    margin: 0 0 1em 0;
  }





/* ------------------------------------------- */
/* inquiry */
/* ------------------------------------------- */
.inquiry{
    text-align: left;
}

.inquiry .inner{
    border: 1px solid #bec8b4;
    border-radius: 5px;
    width: 630px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
    padding: 10px 40px;
    justify-content: space-between;
}

.inquiry .inner .com-info h3{
    margin: 0;
    margin-bottom: 4px;
    font-size: 13px;
}

.inquiry .inner .com-info dl{
    font-size: 12px;
    margin: 0;
    line-height: 120%;
    letter-spacing: 0.5px;
}

.inquiry .inner .com-info dl dd{
    margin: 0;
}


/* ------------------------------------------- */
/* side */
/* ------------------------------------------- */
.side .content{
    margin: 15px 15px 30px 15px;
    padding: 0;
    overflow-wrap: break-word;
}
.side .content .img{
    margin: 0;
}
.side .content h3{
    margin: 0;
}
.side .content p{
    line-height: 150%;
    font-size: 12px;
    padding-top: 1em;
}
.side .com-info .inner{
    background: #fff;
    padding: 20px 12px;
    line-height: 140%;
}
.side .com-info .inner h3{
    font-weight: bold;
    font-size: 12px;
}
.side .com-info .inner dl dt{
    font-weight: bold;
    font-size: 12px;
}
.side .com-info .inner dl dd{
    margin-left: 0px;
    font-size: 12px;
}
.side .com-info .inner dl dd ul{
    list-style: none;
        padding-left: 0px;
        font-size: 12px;
}

.side .com-info .inner dl dd ul li{
    list-style-type: none;
    line-height: 150%;
}



.side .com-info .inner .address{
    font-weight: normal;
}
.side .com-info .inner .btn{
    text-align: center;
}




