@import url("/css/base_new.css"); /*header-footer*/

.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 #79a94b;
    text-align: justify;
    color: #231f20;
    font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.main_area p,
.main_area dl,
.main_area dt,
.main_area dd,
.main_area h2,
.main_area h3,
.main_area h4,
.main_area h5 {
    font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.main_area p{
    font-size: 12px;
    line-height: 200%;
}
.contents {
    padding: 26px 30px 0;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns:675px 250px ;
    grid-template-areas:
        "areaA areaB"
        "areaC areaC";
}
.contents p {
    margin: 0;
    padding-bottom: 0.6em;
}

.main {
    grid-area: areaA;
    margin-right: 20px;
}
.side {
    grid-area: areaB;
    background: #f1f3e6;
}


/* ------------------------------------------- */
/* main img */
/* ------------------------------------------- */
.main-img{
	height: 390px;
    position: relative;
}

/* top.png の白枠（x:45-655 / y:209-361）内にリード文を収める */
.main-img .txt{
    position: absolute;
    top: 216px;
    left: 60px;
    width: 580px;
    height: 138px;
    display: flex;
    align-items: center;
}
.main-img .txt p{
    margin: 0;
    padding: 0;
    font-weight: bold;
    line-height: 168%;
    letter-spacing: -0.2px;
    color: #0a7c5b;
    font-size: 12px;
}

/* ------------------------------------------- */
/* content */
/* ------------------------------------------- */

.content{
    padding: 0 20px 30px 0;
}

.content:last-of-type {
    padding-bottom: 0;
}
.inner {
    width: 95%;
    margin: 0 auto;
}

.flex{
    display: flex;
    justify-content: space-between;
}

.main_area img {
    max-width: 100%;
    height: auto;
}

/* セクション内画像は中央寄せ */
.main .content .image {
    text-align: center;
    margin: 10px 0 18px;
}

/* c-01 先頭：写真を左寄せで回り込み */
.c-01 .image.c01-photo {
    float: left;
    width: 356px;
    margin: 4px 22px 8px 0;
    text-align: left;
}
.c-01 .main_area img.photo01,
.c-01 img.photo01 {
    width: 356px;
    height: 220px;
}
.c-01 .inner::after {
    content: "";
    display: block;
    clear: both;
}

/* c-03 違い：写真を右寄せで回り込み（中央寄せルールより優先度を上げる） */
.main .content.c-03 .image {
    float: right;
    text-align: right;
    margin: 4px 0 14px 42px;
}
/* c-05 開発ストーリー：写真を左寄せで回り込み（中央寄せルールより優先度を上げる） */
.main .content.c-05 .image {
    float: left;
    text-align: left;
    margin: 0 32px 14px 0;
}
.c-03 .inner::after,
.c-05 .inner::after {
    content: "";
    display: block;
    clear: both;
}

/* ------------------------------------------- */
/* interview */
/* ------------------------------------------- */
.interview {
    grid-area: areaC;
    background: #0a7c5b;
    color: #0a7c5b;
    padding: 10px;
    margin: 20px 30px 0;
}
.interview h3 {
    text-align: left;
    margin-bottom: 10px;
}
.interview .inner {
    width: auto;
    background: #f7f7f7;
    border-radius: 10px;
    padding: 30px;
    overflow: hidden;
}
.interview .inner h4 {
    margin-top: 0;
    margin-bottom: 18px;
    text-align: left;
}
.interview .inner p {
    line-height: 190%;
}
.interview .inner p.q {
    font-weight: bold;
    text-decoration: underline;
    padding-left: 0em;
    margin-bottom: 6px;
}

/* ------------------------------------------- */
/* inquiry */
/* ------------------------------------------- */
.inquiry{
    margin: 30px 0;
    text-align: left;
}
.inquiry .inner{
    border: 1px solid #bccfa4;
    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 20px;
    justify-content: space-between;
    color: #231f20;
}
.inquiry .inner h3 {
    margin: 0;
    line-height: 130%;
}
.inquiry .inner p {
    line-height: 130%;
}

/* ------------------------------------------- */
/* side */
/* ------------------------------------------- */
.side h2 {
    text-align: center;
    margin: 0;
}
.side .content{
    margin: 15px;
    padding: 0;
    overflow-wrap: break-word;
    color: #0a7c5b;
}
.side .content h3{
    margin-bottom: 1em;
    text-align: left;
}
.side .content p{
    line-height: 170%;
    font-size: 12px;
}
.side .content .image {
    margin: 16px 0;
    text-align: center;
}
.side .com-head {
    margin-top: 40px;
}
.side .com-info .inner{
    background: #fff;
    padding: 15px 6px;
    line-height: 140%;
    width: auto;
}
.side .com-info .inner h3{
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}
.side .com-info .inner dl {
    padding: 0 10px;
    font-size: 12px;
    margin: 0 0 10px 0;
}
.side .com-info .inner dl dt{
    font-weight: bold;
}
.side .com-info .inner dl dd{
    margin-left: 0px;
    line-height: 170%;
}
.side .com-info .inner .btn {
    text-align: center;
    margin-top: 12px;
}
