@charset "utf-8";
/* recruit.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV          　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	background-image: url(../images/recruit_kv.jpg);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* inner       　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#intro .inner,
#flow .inner,
#faq .inner,
#boshu .inner,
#boshu2 .inner,
#recruit .inner,
#youkou .inner {
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
	background-color: #FFFFFF;
	border-radius: 20px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* h3          　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#flow h3,
#faq h3,
#recruit h3,
#boshu h3,
#boshu2 h3,
#youkou h3 {
	font-size: 36px;
	line-height: 1.4em;
	border-bottom: 3px solid #96CE9B;
	margin-bottom: 30px;
	background-image: url(../images/bg_tree.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 62px;
	padding-left: 10px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* はじめに        　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#intro {
	padding-bottom: 100px;
	text-align: center;
}
#intro h3 {
	font-size: 36px;
	line-height: 1.2em;
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: 5px solid #CAB78A;
}
#intro h4 {
	background-color: #4B9E62;
	display: inline-block;
	color: #FFFFFF;
	border-radius: 100px;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 20px;
	margin-top: 60px;
	margin-bottom: 12px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 一日の流れ  　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#flow {
	padding-bottom: 50px;
}
.nagare_data {
	background-repeat: no-repeat;
	background-position: center 52px;
	background-image: url(../images/recruit_flow_bg.png);
}

.flow_list {
	width: 160px;
	margin-right: 70px;
	float: left;
}
.nagare_data .flow_list:last-child {
	margin-right: 0px;
}

.flow_time {
	font-weight: bold;
	font-size: 24px;
	line-height: 100px;
	height: 100px;
	border-radius: 100px;
	border: 5px solid #4C9F63;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	color: #3D7E4F;
	margin-bottom: 20px;
	text-align: center;
	background-color: #FFFFFF;
}
.flow_list ul {
	padding-left: 15px;
}
.nagare_data + h3 {
	margin-top: 80px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* FAQ        　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#faq {
	padding-bottom: 120px;
}
.faq_list {
	margin-bottom: 50px;
}
.faq_q {
	font-size: 22px;
	margin-bottom: 8px;
}
.q_tt  {
	background-color: #8FD345;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 50px;
	height: 50px;
	width: 50px;
	text-align: center;
	border-radius: 100px;
	display: inline-block;
	margin-right: 20px;
}
.faq_a {
	margin-left: 100px;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.a_tt {
	background-color: #FFD43F;
	width: 120px;
	border-radius: 8px;
	margin-right: 20px;
	display: block;
	text-align: center;
	margin-bottom: 12px;

}
.staff_tt {
	background-color: #4B9E62;
	border-radius: 100px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	display: inline-block;
	margin-bottom: 8px;
	margin-top: 25px;
}
.staff_text {
	margin-left: 20px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 募集について　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#boshu {
	padding-bottom: 120px;
}
.boshu_box {
	margin-top: 30px;
}
.boshu_box .box_fl_left {
	width: 520px;
}
.boshu_box .box_fl_right {
	width: 520px;
}
#boshu h3 {
	font-size: 24px;
	line-height: 1.4em;
	border-bottom: 3px solid #96CE9B;
	margin-bottom: 30px;
	background-image: url(../images/bg_tree.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 62px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#boshu h4,
#boshu2 h4 {
	color: #FFFFFF;
	font-size: 18px;
	background-color: #00aaa7;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 60px;
	padding-right: 15px;
	border-radius: 8px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: 10px 0%;
	background-image: url(../images/bg_tree_03.png);
}
#boshu a,
#boshu2 a {
	color: #00AAA7;
}
#boshu a:hover,
#boshu2 a:hover {
	color: #006C6A;
}

/* エントリー */
.flow {
	border: 3px solid #CCCCCC;
	border-radius: 10px;
	margin-bottom: 10px;
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.flow_number {
	display: table-cell;
	background-color: #CCCCCC;
	color: #FFFFFF;
	text-align: center;
	width: 50px;
	font-weight: bold;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.flow_data {
	display: table-cell;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* lead        　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#recruit {
	padding-bottom: 100px;
}

.lead_box {
	margin-bottom: 5px;
}
.lead_text {
	width: 500px;
}
.text_L {
	font-size: 18px;
	color: #FF9090;
	margin-top: 12px;
	font-weight: bold;
}
.lead_text ul {
	margin-bottom: 20px;
}
.lead_pic {
	width: 500px;
}
.lead_pic img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* こんなよいこと  　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#yoikoto {
	padding-bottom: 100px;
	background-color: #E9EDBE;
	padding-top: 70px;
	background-image: url(../images/home_page_link_bottom.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: auto 45px;
	margin-bottom: 60px;
}
#yoikoto h3 {
	text-align: center;
	color: #408555;
	font-size: 30px;
	padding-top: 70px;
	background-image: url(../images/icon_tree_01.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 60px;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#yoikoto h3 span {
	display: block;
	font-size: 14px;
	color: #AC964A;
}
#yoikoto_box {
	padding-top: 70px;
	padding-bottom: 40px;
	border-top: 5px dotted #4B9E62;
}
.yoikoto_list {
	width: 380px;
	margin-right: 30px;
	float: left;
}
.yoikoto_list:nth-child(3) {
	margin-right: 0px;
}
.yoikoto_list:nth-child(4) {
	margin-right: 0px;
	width: 100%;
	margin-top: 60px;
}
.yoikoto_tt {
	position: relative;
}
.yoikoto_list h4 {
	color: #FFFFFF;
	font-size: 22px;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 100px;
	padding-right: 15px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	font-weight: bold;
	background-color: #4B9E62;
}
.yoikoto_text {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-left-color: #4B9E62;
	border-right-color: #4B9E62;
	border-bottom-color: #4B9E62;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.yoikoto_number {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 募集要項        　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#youkou {
	padding-top: 100px;
	padding-bottom: 100px;
}
#youkou_box_01 {
	width: 500px;
	margin-bottom: 30px;
}
#youkou_box_02 {
	width: 500px;
	margin-bottom: 30px;
}
#youkou h4 {
	color: #FFFFFF;
	font-size: 18px;
	background-color: #00aaa7;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 60px;
	padding-right: 15px;
	border-radius: 8px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: 10px 0%;
	background-image: url(../images/bg_tree_03.png);
}
#youkou h5 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 12px;
	border-left: 8px solid #CCCCCC;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 2px;
	color: #00AAA7;
}


/* マル写真 */
#inchou_pic {
	clear: both;
	text-align: center;
	margin-bottom: 30px;
}

/* 募集内容 */
.data_box {
	margin-left: 10px;
	margin-right: 10px;
}

.youkou_tbl {
	margin-bottom: 40px;
}
.youkou_tbl table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.youkou_tbl th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 240px;
	text-align: left;
	background-color: #F4F9EF;
	font-weight: bold;
	vertical-align: top;
}
.youkou_tbl td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#youkou a {
	color: #228AB7;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 医師募集　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#boshu2 .boshu_box {
	margin-top: 0px;
}
#boshu2 .box_fl_left {
	width: 520px;
}
#boshu2 .box_fl_right {
	width: 520px;
	text-align: center;
}
#boshu2 h3 {
	background-color: #FF9326;
	color: #FFFFFF;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 900;
	border-bottom-style: none;
	padding-top: 15px;
	margin-left: -60px;
	margin-right: -60px;
	background-image: url(transparent);
	padding-left: 60px;
	font-size: 46px;
	padding-bottom: 10px;
}
#boshu2 .box_fl_right img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 8px;
}
#boshu2 h4 {
	font-size: 30px;
	line-height: 1.4em;
	background-position: 10px bottom;
}

#boshu2 h5 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 12px;
	border-left: 8px solid #CCCCCC;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 2px;
	color: #00AAA7;
}
#doctor_chara {
	width: 160px;
	position: absolute;
	top: 60px;
	right: 60px;
}
#doctor_chara img {
	width: 100%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* メールフォーム  　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#form_block {
	padding-top: 150px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 2024/11/26 修正・追加　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.point_box {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
	background-color: #FFFFFF;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.point_box h3 {
	font-size: 36px;
	line-height: 1.4em;
	border-bottom: 3px solid #96CE9B;
	margin-bottom: 30px;
	background-image: url(../images/bg_tree.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 62px;
	padding-left: 10px;
}

/* -- 理念 ----------------------------------------------- */
#rinen {
	text-align: center;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-top: 12px;
	border-radius: 8px;
	background-color: #4B9E62;
	margin-bottom: 30px;
}
#rinen h4 {
	font-weight: 800;
	font-size: 34px;
	line-height: 1.4em;
	color: #FFFFFF;
	margin-bottom: 10px;
}
#rinen h4 span {
	font-size: 30px;
	line-height: 1.2em;
}
#rinen p {
	background-color: #FFFFFF;
	color: #4B9E62;
	display: inline-block;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

/* -- 基本方針 ----------------------------------------------- */
#houshin {
	position: relative;
}
#houshin h4 {
	font-size: 30px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 25px;
	align-items: center;
	display: flex;
	line-height: 1.2em;
}
#houshin h4::before,
#houshin h4::after {
	background-color: #68572F; 
	content: "";
	flex-grow: 1; 
	height: 1px; 
}
#houshin h4::before {
     margin-right: 15px; /* 文字との余白 */
}
#houshin h4::after {
     margin-left: 15px; /* 文字との余白 */
}

/* 円の画像 */
#houshin_map {
	width: 300px;
	position: absolute;
	right: 20px;
	bottom: 0px;
}
#houshin_map img {
	width: 100%;
	height: auto;
}

/* -- わたしたちの仲間 ----------------------------------------------- */
#nakama .box_fl_left {
	width: 520px;
}
#nakama .box_fl_right {
	width: 520px;
}
#nakama .box_fl_right img {
	width: 100%;
	height: auto;
}

/* -- 求める人材 ----------------------------------------------- */
#motomeru h4 {
	color: #FFFFFF;
	font-size: 18px;
	background-color: #00aaa7;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 60px;
	padding-right: 15px;
	border-radius: 8px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: 10px 0%;
	background-image: url(../images/bg_tree_03.png);
}
#okigaru {
	text-align: center;
	font-size: 30px;
	line-height: 1.2em;
	margin-top: 30px;
}














/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* inner       　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#intro .inner,
#flow .inner,
#faq .inner,
#boshu .inner,
#boshu2 .inner,
#recruit .inner,
#youkou .inner {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* h3                    　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#flow h3,
#faq h3,
#recruit h3,
#youkou h3 {
	font-size: 20px;
	margin-bottom: 30px;
	padding-top: 20px;
	min-height: 35px;
	padding-right: 50px;
	padding-left: 0px;
	line-height: 1.5em;
	background-size: 40px auto;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* はじめに        　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#intro {
	padding-bottom: 40px;
	text-align: left;
}
#intro h3 {
	font-size: 26px;
	line-height: 1.2em;
	margin-top: 30px;
}
#intro h4 {
	font-size: 18px;
	margin-top: 40px;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
	margin-right: -10px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 一日の流れ  　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#flow {
	padding-bottom: 40px;
}
.flow_data {
	/*background-image: url(../images/recruit_flow_bg_sp.png);
	background-repeat: repeat-y;
	background-position: 40px top;*/
}

.flow_list {
	width: 100%;
	margin-right: 0px;
	float: none;
	margin-bottom: 50px;
}
.flow_list:last-child {
	margin-bottom: 0px;
}
.flow_time {
	font-size: 24px;
	line-height: 80px;
	height: 80px;
	width: 80px;
	margin-left: 0px;
	margin-bottom: 0px;
	display: inline-block;
	vertical-align: top;
}
.flow_list ul {
	padding-left: 15px;
	display: inline-block;
	width: calc(100% - 130px);
	vertical-align: top;
	padding-top: 5px;
}
.nagare_data + h3 {
	margin-top: 50px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* FAQ        　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#faq {
	padding-bottom: 40px;
}
.faq_list {
	margin-bottom: 40px;
}
.faq_q {
	font-size: 20px;
	margin-bottom: 8px;
}
.q_tt  {
	display: inline-block;
	margin-right: 10px;
	height: 30px;
	width: 30px;
	line-height: 30px;
}
.faq_a {
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.a_tt {
	width: 80px;
}
.staff_tt {
	background-color: #4B9E62;
	border-radius: 5px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	display: block;
}
.staff_text {
	margin-left: 0px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 募集について　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#boshu {
	padding-bottom: 40px;
}
#boshu .inner,
#boshu2 .inner{
	padding-top: 30px;
	position: relative;
}
.boshu_box {
	margin-top: 25px;
	margin-bottom: 40px;
}
.boshu_box .box_fl_left {
	width: 100%;
	margin-bottom: 30px;
}
.boshu_box .box_fl_right {
	width: 100%;
}
#boshu h3,
#boshu2 h3 {
	font-size: 20px;
	margin-bottom: 30px;
	padding-top: 20px;
	min-height: 35px;
	padding-right: 50px;
	padding-left: 0px;
	line-height: 1.5em;
	background-size: 40px auto;
}
#boshu h4,
#boshu2 h4 {
	font-size: 16px;
	padding-left: 40px;
	background-size: 20px auto;
	background-position: 10px center;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* lead        　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#recruit {
	padding-bottom: 20px;
}

.lead_box {
	margin-bottom: 40px;
}
.lead_box:last-child {
	margin-bottom: 0px;
}
.lead_text {
	width: 100%;
	margin-bottom: 10px;
}
.text_L {
	font-size: 16px;
}

.lead_pic {
	width: 100%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* こんなよいこと  　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#yoikoto {
	padding-bottom: 40px;
	padding-top: 40px;
	margin-bottom: 100px;
}
#yoikoto h3 {
	font-size: 20px;
	margin-bottom: 0px;
	line-height: 1.3em;
	margin-top: 0px;
}
#yoikoto h3 img {
	margin-bottom: 20px;
}

#yoikoto_box {
	padding-bottom: 30px;
	padding-top: 40px;
}
.yoikoto_list {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 35px;
}
.yoikoto_list:nth-child(4) {
	margin-top: 0px;
}

.yoikoto_list h4 {
	font-size: 20px;
	padding-left: 0px;
	text-align: center;
}
#youkou h5 {
	font-size: 18px;
}
.yoikoto_text {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.yoikoto_number img {
	width: 80px;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 募集要項        　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#youkou {
	padding-top: 60px;
}
#youkou_box_01 {
	width: 100%;
	margin-bottom: 30px;
}
#youkou_box_02 {
	width: 100%;
	margin-bottom: 30px;
}
#youkou h4 {
	font-size: 16px;
	padding-left: 40px;
	background-size: 20px auto;
	background-position: 10px center;
}

/* マル写真 */
#inchou_pic img {
	width: 100%;
	height: auto;
}

/* 募集内容 */
.data_box {
	margin-left: 0px;
	margin-right: 0px;
}

.youkou_tbl {
	margin-bottom: 12px;
}
.youkou_tbl table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.youkou_tbl th {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.youkou_tbl td {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 医師募集　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#boshu2 .boshu_box {
	margin-top: 0px;
}
#boshu2 .box_fl_left {
	width: 100%;
	margin-bottom: 20px;
}
#boshu2 .box_fl_right {
	width: 100%;
}
#boshu2 h3 {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	font-size: 26px;
	padding-right: 10px;
	line-height: 1.4em;
}
#boshu2 h4 {
	font-size: 20px;
	line-height: 1.4em;
	background-position: 10px center;
}
#boshu2 h5 {
	font-size: 18px;
}
#doctor_chara {
	position: static;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* メールフォーム  　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#form_block {
	padding-top: 60px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 2024/11/26 修正・追加　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.point_box {
	width: calc(100% - 30px);
	margin-bottom: 30px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
.point_box h3 {
	font-size: 20px;
	margin-bottom: 30px;
	padding-top: 20px;
	min-height: 35px;
	padding-right: 50px;
	padding-left: 0px;
	line-height: 1.5em;
	background-size: 40px auto;
}
	
/* -- 理念 ----------------------------------------------- */
#rinen h4 {
	font-size: 24px;
	line-height: 1.4em;
}
#rinen h4 span {
	font-size: 20px;
	line-height: 1.2em;
}
#rinen p {
	margin-left: 20px;
	margin-right: 20px;
}

/* -- 基本方針 ----------------------------------------------- */
#houshin h4 {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.2em;
}
#houshin h4::before {
     margin-right: 10px; /* 文字との余白 */
}
#houshin h4::after {
     margin-left: 10px; /* 文字との余白 */
}

/* 円の画像 */
#houshin_map {
	width: 300px;
	position: static;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
	
/* -- わたしたちの仲間 ----------------------------------------------- */
#nakama .box_fl_left {
	width: 100%;
	margin-bottom: 20px;
}
#nakama .box_fl_right {
	width: 100%;
}

/* -- 求める人材 ----------------------------------------------- */
#motomeru h4 {
	font-size: 16px;
	padding-left: 40px;
	background-size: 20px auto;
	background-position: 10px center;
}
}
