@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 #FFFF;
    text-align: justify;
    font-family: "Meiryo", sans-serif;
    font-size: 13pt;
    padding-bottom: 1em;
}
.main_area p{
    font-size: 14px;
    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";
    border: 1px solid;
}
.contents p {
    padding-bottom: 1em;
}

.main {
    grid-area: areaA;
    margin-right: 20px;
}
.side {
    grid-area: areaB;
    background: #e1e6e8;
}


/* ------------------------------------------- */
/* main img */
/* ------------------------------------------- */
.main-img{
	height: 390px;
}

.main-img .txt{
    width: 650px;
    position: relative;
    top: -190px;
    left: 50px;
}
.main-img .txt p{
    line-height: 165%;
    letter-spacing: -0.2px;
    color: #FFFF;
    font-family: "Meiryo";
    font-size: 11pt !important;
    padding-bottom: 1em;
}

/* ------------------------------------------- */
/* 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 .topics_video {
    text-align: center;
    margin: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    height: auto;
    width: auto;
}
/*
.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 .main_area img.photo02 {
    width: 188px;
    height: 130px;
}
.c-03 .flex p  {
    width: calc(100% - 188px - 30px);
}

/* 外枠の背景設定 */
.bg-orange {
    background-color: #fcebd7;
    padding: 20px;
    margin: 20px 0;
}

/* 上部テキストの余白 */
.top-paragraph {
    margin-bottom: 1.5em; /* 下の2カラムとの間隔 */
    line-height: 1.5;
}

/* 下部2カラムのコンテナ */
.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* 上揃え */
    gap: 25px; /* テキストと画像の間隔 */
}

/* 左側：テキストカラムの設定 */
.text-column {
    flex: 1; /* 残りの幅をすべて占有する */
}

.text-column p {
    margin-top: 0;
    margin-bottom: 1.2em; /* 段落ごとの隙間 */
    line-height: 1.8;
}

/* 右側：画像カラムの設定 */
.image-column {
    width: 246px; /* 画像の幅を指定 */
    flex-shrink: 0; /* 画面が狭くなっても画像を縮ませない */
}

.image-column img {
    width: 100%;
    height: auto;
    display: block;
}



.c-04 .image04 {
    padding-bottom: 10px;
}




.c-05 .image {
    text-align: center;
} 

/* ------------------------------------------- */
/* interview */
/* ------------------------------------------- */
.interview {
    grid-area: areaC;
    background: #FFFF;
    color: #2a5842;
    padding: 0px;
    margin: 30px 0px 0px 0px;
}
.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: #45678c;
}
.side .content h3{
    margin-bottom: 1em;
}
.side .content h4{
    line-height: 170%;
    margin: 0;
}
.side .content p{
    line-height: 170%;
    font-size: 12px;
    color: #45678c;
}
.side .content .image {
    margin: 16px 0;
}
.side .com-head {
    margin-top: 50px;
}
.side .com-info .inner{
    background: #fff;
    padding: 10px 5%;
    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%;
}


/* ------------------------------------------- */
/* ApplyArea CSS */
/* ------------------------------------------- */

.applyarea{
	font-family: "Meiryo", sans-serif;
	height: auto;
	width: 678px;
	font-size: 16px;
	line-height: 180%;
	color: #282828;
	background-color: #ebefd9;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.applyarea p{
	font-family: "Meiryo", sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.applyarea p span{
	font-family: "Meiryo", sans-serif;
		font-weight: bold;
}

.interview_foot{
	font-family: "Meiryo", sans-serif;
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
	background-color: #b8ad3a;
	text-align: center;
	width: 926px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}

.applyarea .button_area img {
    margin-left: 70px;
}

.attention_area {
    font-size: 11px;
}