@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 #026a53;
    text-align: justify;
}
.main_area p{
    font-size: 13px;
    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 {
    padding-bottom: 1em;
}

.main {
    grid-area: areaA;
    margin-right: 20px;
}
.side {
    grid-area: areaB;
    background: #e6e9fa;
}


/* ------------------------------------------- */
/* main img */
/* ------------------------------------------- */
.main-img{
	height: 390px;
}

.main-img .txt{
    width: 607px;
    position: relative;
    top: -112px;
    left: 50px;
}
.main-img .txt p{
    font-weight: bold;
    line-height: 165%;
    letter-spacing: -0.2px;
    color: #026a53;
}

/* ------------------------------------------- */
/* 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;
}
.c-01 .main_area img.photo01 {
    width: 264px;
    height: 186px;
}
.c-01 .flex p  {
    width: calc(100% - 264px - 30px);
}
.c-02 {
    font-size: 13px;
    line-height: 190%;
}
.c-02 .image {
    width: 311px;
    height: 294px;
}
.c-02 .flex {
    align-items: center;
}
.c-02 .text {
    width: calc(100% - 311px - 30px);
}
.c-02 dt,
.c-04 dt  {
    font-weight: bold;   
}
.c-02 dd,
.c-04 dd{
    margin: 0;
}
.c-03 .video {
    text-align: center;
    margin: 25px 0 20px;
}
.c-03 iframe {
    width: 381px;
    height: 283px;
}
.c-04 dl {
    line-height: 190%;
    margin: 0 0 20px 0;
    font-size: 13px;
}
.bg-green {
    background-color: #e7fcf2;
}
.bg-green h4{
    margin-top: 0;
}
.bg-green .c-04-2 h5, 
.bg-green .c-04-2 p,
.bg-green .c-04-2 dl {
    padding: 0 20px;
}
.bg-green .c-04-2 h5 {
    margin: 0;
    line-height: 160%;
    font-size: 13px;
    font-weight: normal;
}
.bg-green .c-04-2 p {
    padding-bottom: 1em;
}
.bg-green .c-04-2 span {
    font-style: italic;
}
.bg-green .c-04-2 dl:first-of-type dd {
    margin-bottom: 1em;
}
.c-05 .image {
    text-align: center;
} 

/* ------------------------------------------- */
/* interview */
/* ------------------------------------------- */
.interview {
    grid-area: areaC;
    background: #ccb702;
    color: #2a5842;
    padding: 10px;
    margin: 20px 30px 0;
}
.interview .inner {
    width: 93%;
    background: #f7f7f7;
    border-radius: 10px;
    padding: 30px;
    overflow: hidden;
}
.interview .flex {
    flex-direction: row-reverse;
    align-items: center;
}
.interview .flex .image {
    width: 196px;
    height: 343px;
}
.interview .flex .c-right {
    width: calc(100% - 196px - 30px);
}
.interview .flex .c-right h4 {
    margin-top: 0;
}

/* ------------------------------------------- */
/* inquiry */
/* ------------------------------------------- */
.inquiry{
    margin: 30px 0;
    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 20px;
    justify-content: space-between;
    color: #2a5842;
}
.inquiry .inner h3 {
    margin: 0;
    line-height: 130%;
}
.inquiry .inner p {
    line-height: 130%;
}

/* ------------------------------------------- */
/* side */
/* ------------------------------------------- */
.side .content{
    margin: 15px;
    padding: 0;
    overflow-wrap: break-word;
    color: #2a5842;
}
.side .content h3{
    margin-bottom: 1em;
}
.side .content h4{
    line-height: 170%;
    margin: 0;
}
.side .content p{
    line-height: 170%;
    font-size: 12px;
}
.side .content .image {
    margin: 16px 0;
}
.side .com-head {
    margin-top: 50px;
}
.side .com-info .inner{
    background: #fff;
    padding: 15px 6px;
    line-height: 140%;
}
.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;
}
.side .com-info .inner dl dt{
    font-weight: bold;
}
.side .com-info .inner dl dd{
    margin-left: 0px;
    line-height: 170%;
}