@charset "UTF-8";
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
.dep_tab_area {
	margin-bottom: 25px;
}

@media screen and (min-width: 900px), print {
	.dep_tab_area {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: end;
		    align-items: flex-end;
		border-bottom: 1px solid #0069b8;
	}
}

.dep_tab_area .main_area {
	display: inline-block;
	box-sizing: border-box;
}

.dep_tab_area .main_area a {
	text-decoration: none;
}

@media screen and (min-width: 900px), print {
	.dep_tab_area .main_area {
		position: relative;
		top: 1px;
		left: 20px;
		height: 60px;
		padding-top: 13px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.dep_tab_area .main_area.active {
		background-color: #fff;
		border-left: 1px solid #0069b8;
		border-right: 1px solid #0069b8;
		border-top: 1px solid #0069b8;
	}
}

@media screen and (max-width: 899px) {
	.dep_tab_area .main_area {
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 899px) {
	.dep_tab_area .sub_area {
		margin-left: -14px;
		margin-right: -14px;
		width: 100vw;
		border-bottom: 12px solid #1d83d1;
	}
}

.dep_tab_area .sub_area__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	    align-items: flex-end;
}

@media screen and (max-width: 899px) {
	.dep_tab_area .sub_area__list {
		-ms-flex-pack: justify;
		    justify-content: space-between;
		padding-left: 4px;
		padding-right: 4px;
	}
}

.dep_tab_area .sub_area__list > li {
	position: relative;
	top: 0;
	left: 0;
	box-sizing: border-box;
	position: relative;
	top: 1px;
	left: 0;
}

@media screen and (max-width: 899px) {
	.dep_tab_area .sub_area__list > li {
		width: 100%;
	}
	.dep_tab_area .sub_area__list > li._1 {
		width: 30%;
	}
	.dep_tab_area .sub_area__list > li._2 {
		width: 40%;
	}
	.dep_tab_area .sub_area__list > li._3 {
		width: 30%;
	}
}

.dep_tab_area .sub_area__list > li:not(:last-child)::before {
	content: '';
	display: block;
	width: 1px;
	background-color: #0069b8;
	position: absolute;
	top: 20px;
	right: -1px;
	height: 26px;
}

@media screen and (max-width: 899px) {
	.dep_tab_area .sub_area__list > li:not(:last-child)::before {
		height: 18px;
	}
}

@media screen and (max-width: 420px) {
	.dep_tab_area .sub_area__list > li:not(:last-child)::before {
		height: 30px;
	}
}

@media screen and (min-width: 900px), print {
	.dep_tab_area .sub_area__list > li {
		height: 60px;
		padding-top: 20px;
	}
}

@media screen and (max-width: 899px) {
	.dep_tab_area .sub_area__list > li {
		height: 60px;
		padding-top: 0;
	}
}

.dep_tab_area .sub_area__list > li .sub {
	display: block;
	text-decoration: none;
}

@media screen and (min-width: 900px), print {
	.dep_tab_area .sub_area__list > li .sub {
		letter-spacing: .07em;
		font-size: 1rem;
		height: 36px;
		padding-left: 22px;
		padding-right: 22px;
	}
}

@media screen and (max-width: 899px) {
	.dep_tab_area .sub_area__list > li .sub {
		width: 100%;
		text-align: center;
		font-size: 0.813rem;
		box-sizing: border-box;
		padding-top: 8px;
		padding-left: 12px;
		padding-right: 12px;
		height: 60px;
	}
}

.dep_tab_area .sub_area__list > li .sub._disable {
	opacity: .4;
	pointer-events: none;
}

@media screen and (max-width: 420px) {
	.dep_tab_area .sub_area__list > li .sub {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.dep_tab_area .sub_area__list > li .sub-1::before {
	content: '';
	display: inline-block;
	background: url("../img/icon/dep_outline.png") 0 center no-repeat transparent;
	background-size: 18px 20px;
	width: 18px;
	height: 20px;
	background-size: 18px 40px;
}

.dep_tab_area .sub_area__list > li .sub-2::before {
	content: '';
	display: inline-block;
	background: url("../img/icon/dep.png") 0 center no-repeat transparent;
	background-size: 18px 20px;
	width: 18px;
	height: 20px;
	background-size: 18px 40px;
}

.dep_tab_area .sub_area__list > li .sub-3::before {
	content: '';
	display: inline-block;
	background: url("../img/icon/dep_staff.png") 0 center no-repeat transparent;
	background-size: 22px 20px;
	width: 22px;
	height: 20px;
	background-size: 22px 40px;
}

.dep_tab_area .sub_area__list > li .sub::before {
	background-position: 0 0;
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 900px), print {
	.dep_tab_area .sub_area__list > li .sub::before {
		top: .2em;
		left: 0;
		margin-top: -1em;
		margin-right: .4em;
	}
}

@media screen and (max-width: 899px) {
	.dep_tab_area .sub_area__list > li .sub::before {
		display: block;
		margin-left: auto;
		margin-right: auto;
		-ms-transform: scale(0.8);
		    transform: scale(0.8);
		margin-bottom: -3px;
	}
}

.dep_tab_area .sub_area__list > li.active {
	background-color: #fff;
	border-left: 1px solid #0069b8;
	border-right: 1px solid #0069b8;
	border-top: 1px solid #0069b8;
	pointer-events: none;
}

.dep_tab_area .sub_area__list > li.active::before {
	display: none;
}

.dep_tab_area .sub_area__list > li.active .sub::before {
	background-position: 0 -20px;
}

.dep_tab_area .sub_area__list > li.active .sub__inner::before {
	content: '';
	display: block;
	background-color: #1d83d1;
	height: 57px;
	position: absolute;
}

@media screen and (min-width: 900px), print {
	.dep_tab_area .sub_area__list > li.active .sub__inner::before {
		top: 7px;
		width: 90%;
		left: 50%;
		-ms-transform: translateX(-50%);
		    transform: translateX(-50%);
	}
}

@media screen and (max-width: 899px) {
	.dep_tab_area .sub_area__list > li.active .sub__inner::before {
		top: 0px;
		width: 100%;
		left: 0;
		height: 59px;
	}
}

.dep_tab_area .sub_area__list > li.active .sub__inner::after {
	content: '';
	display: block;
	background: url("../img/icon/arrow/dep.png") 0 0 no-repeat transparent;
	background-size: 30px 16px;
	width: 30px;
	height: 16px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
}

@media screen and (min-width: 900px), print {
	.dep_tab_area .sub_area__list > li.active .sub__inner::after {
		bottom: -15px;
	}
}

@media screen and (max-width: 899px) {
	.dep_tab_area .sub_area__list > li.active .sub__inner::after {
		bottom: -26px;
	}
}

.dep_tab_area .sub_area__list > li.active .sub span.text {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	color: #fff;
}

.dep_tab_area .main {
	font-family: "FOT-ニューセザンヌ ProN DB", "NewCezanneProN-DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	position: relative;
	letter-spacing: .05em;
	top: 0;
	left: 0;
	line-height: 1.4;
	font-weight: normal;
}

@media screen and (min-width: 900px), print {
	.dep_tab_area .main {
		padding-left: 45px;
		font-size: 1.875rem;
	}
}

@media screen and (max-width: 899px) {
	.dep_tab_area .main {
		padding-left: 36px;
		font-size: 1.5rem;
	}
}

.dep_tab_area .main .icon {
	display: block;
	position: absolute;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-color: transparent;
}

@media screen and (min-width: 900px), print {
	.dep_tab_area .main .icon {
		width: 36px;
		height: 36px;
		top: 0px;
	}
}

@media screen and (max-width: 899px) {
	.dep_tab_area .main .icon {
		width: 30px;
		height: 30px;
		top: 0px;
	}
}

@media screen and (min-width: 900px), print {
	.main_content h2:not(.cancel):not(.h2_none) {
		padding-left: 55px;
	}
}

@media screen and (max-width: 899px) {
	.main_content h2:not(.cancel):not(.h2_none) {
		padding-left: 40px;
	}
}

.main_content h2:not(.cancel):not(.h2_none)::after {
	content: '';
	display: block;
	position: absolute;
	background-size: cover;
	background-position: center center;
	background-color: transparent;
}

@media screen and (min-width: 900px), print {
	.main_content h2:not(.cancel):not(.h2_none)::after {
		left: 15px;
		width: 30px;
		height: 30px;
		top: 10px;
	}
}

@media screen and (max-width: 899px) {
	.main_content h2:not(.cancel):not(.h2_none)::after {
		left: 10px;
		width: 24px;
		height: 24px;
		top: 8px;
	}
}

.main_content h2:not(.cancel):not(.h2_none) .num {
	color: #1d83d1;
	margin-top: -1em;
	line-height: 1;
	margin-right: .2em;
	display: inline-block;
	font-size: 34px;
}

.box2 {
	padding: 30px 20px 10px;
	background: repeating-linear-gradient(-45deg, #f4f1f7 0, #f4f1f7 2px, #ffffff 2px, #ffffff 4px);
	text-align: center;
}

.dep_foot_link::before, .dep_foot_link::after {
	content: '';
	display: table;
}

.dep_foot_link::after {
	clear: both;
}

.dep_foot_link > li,
.dep_foot_link > * {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	padding-left: 20px;
	padding-right: 20px;
}


@media screen and (max-width: 899px) {
.dep_foot_link > li,
.dep_foot_link > * {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	padding-left: 0;
	padding-right: 0;
	
	}
}

.dep_foot_link > li {
	margin-bottom: 20px;
}

@media screen and (min-width: 900px), print {
	.dep_foot_single_btn {
		width: 680px;
	}
}

@media screen and (min-width: 900px), print {
	.dep_foot_link2 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		width: 100%;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		margin-bottom: 15px;
	}
	.dep_foot_link2 > * {
		text-align: center;
		width: 50%;
	}
	.dep_foot_link2 > *:not(:nth-child(1)):not(:nth-child(2)) {
		margin-top: 30px;
	}
	.dep_foot_link2 .btn {
		width: 310px;
		text-align: left;
	}
}

@media screen and (max-width: 899px) {
	.dep_foot_link2 .btn {
		margin-bottom: 15px;
	}
}

.dep_slider_area {
	margin-bottom: 30px;
}

.slider-dep {
	max-width: 780px;
	height: 370px;
}

@media screen and (max-width: 899px) {
	.slider-dep {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}

.slider-dep .item,
.slider-dep .item img {
	width: 100%;
	display: block;
}

.dep_menu_area {
	margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
	.dep_menu_area {
		background: repeating-linear-gradient(-45deg, #3285c5 0, #3285c5 2px, #0068b6 2px, #0068b6 4px);
		border-radius: 25px;
		padding: 20px;
	}
}

@media screen and (max-width: 767px) {
	.dep_menu_area {
		border-bottom: 2px solid #0068b6;
		margin-left: -14px;
		margin-right: -14px;
		width: 100vw;
	}
}

.dep_menu_area .sub_title {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: .7em;
}

.dep_menu_area .group + .group {
	margin-top: 20px;
}

.dep_menu_area__inner {
	background-color: #fff;
}

@media screen and (min-width: 768px), print {
	.dep_menu_area__inner {
		border-radius: 12px;
		padding: 18px;
	}
}

@media screen and (max-width: 767px) {
	.dep_menu_area__inner {
		padding-left: 14px;
		padding-right: 14px;
		padding-bottom: 30px;
	}
}

@media screen and (min-width: 768px), print {
	.dep_menu_area .layout {
		display: -ms-flexbox;
		display: flex;
	}
	.dep_menu_area .layout > .column {
		box-sizing: border-box;
		padding-right: 5px;
	}
}

@media screen and (min-width: 768px) and (min-width: 900px), print {
	.dep_menu_area .layout > .column {
		width: 50%;
	}
	.dep_menu_area .layout > .column .dep_menu_area__link_list:first-child {
		padding-top: 10px;
	}
}

@media screen and (min-width: 768px) and (max-width: 899px) {
	.dep_menu_area .layout > .column {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.dep_menu_area .layout .column + .column {
		margin-top: 40px;
	}
}

.dep_menu_area .a1 {
	text-decoration: none;
	border-radius: 6px;
	color: #0069b8;
	border: 2px solid #0069b8;
	display: block;
	margin-bottom: 12px;
	width: 100%;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: start;
	    align-items: flex-start;
}

.dep_menu_area .a1.no_link {
	pointer-events: none;
}

@media screen and (min-width: 768px), print {
	.dep_menu_area .a1 {
		min-height: 60px;
		padding: 2px 0 2px 8px;
		font-size: 0.875rem;
	}
}

@media screen and (max-width: 767px) {
	.dep_menu_area .a1 {
		padding: 5px;
		line-height: 1.3;
		font-size: 0.875rem;
	}
}

.dep_menu_area .a1:hover {
	background-color: #0069b8;
	color: #fff;
}

.dep_menu_area__link_list {
	padding-left: 10px;
}

@media screen and (min-width: 768px), print {
	.dep_menu_area__link_list > li {
		margin-bottom: .6em;
	}
}

@media screen and (max-width: 767px) {
	.dep_menu_area__link_list > li {
		margin-bottom: .4em;
	}
}

.dep_menu_area .a2 {
	text-decoration: none;
	padding-left: 20px;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	line-height: 1.3;
}

@media screen and (min-width: 768px), print {
	.dep_menu_area .a2 {
		font-size: 0.875rem;
	}
}

@media screen and (max-width: 767px) {
	.dep_menu_area .a2 {
		font-size: 0.875rem;
	}
}

.dep_menu_area .a2::before {
	content: '';
	display: block;
	background: url("../img/icon/arrow/link.png") 0 0 no-repeat transparent;
	background-size: 11px 11px;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 6px;
	left: 0;
}

.dep_menu_area .a2-down::before {
	content: '';
	display: block;
	background: url("../img/icon/arrow/link_dep_down.png") 0 0 no-repeat transparent;
	background-size: 15px 15px;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 3px;
	left: 0;
}

.dep_menu_area .a2._disable {
	opacity: .2;
	pointer-events: none;
}

.schedule_table_detail_link,
.h2_schedule_table,
.schedule_table_site_caution {
	display: none;
}

.box_gray {
	background-color: #f7f7f7;
	border: 1px solid #f2f2f2;
	border-radius: 12px;
}

@media screen and (min-width: 900px), print {
	.box_gray {
		padding: 15px 20px;
	}
}

@media screen and (max-width: 899px) {
	.box_gray {
		padding: 10px;
	}
}

.mb30 {
	margin-bottom: 30px;
}

.main_content .table-activities .year {
	background-color: #eeecf5;
}

.main_content .table-activities th,
.main_content .table-activities td {
	font-size: 0.875rem;
	padding: .5em 1em;
}

.main_content .h2-q:not(.cancel) small {
	line-height: 1.3;
	font-size: 0.938rem;
	font-weight: bold;
	display: block;
	color: #2b67b1;
}

.main_content .h2-q:not(.cancel)::after {
	top: 50%;
	margin-top: -15px;
}

@media screen and (max-width: 899px) {
	.doctor .img {
		max-width: 280px !important;
	}
}

.doctor-term .box_gray {
	box-sizing: border-box;
	min-height: 140px;
}

.doctor-term .tname_area .handle {
	margin-bottom: .5em;
	line-height: 1.5;
}

@media screen and (min-width: 900px), print {
	.doctor-term .tname_area .handle {
		font-size: 1.125rem;
	}
}

@media screen and (max-width: 899px) {
	.doctor-term .tname_area .handle {
		font-size: 0.813rem;
	}
}

@media screen and (min-width: 900px), print {
	.doctor-term .tname_area .name {
		margin-bottom: 40px;
		line-height: 1.7;
	}
}

@media screen and (max-width: 899px) {
	.doctor-term .tname_area .name {
		margin-bottom: 20px;
		line-height: 1.4;
	}
}

@media screen and (min-width: 900px), print {
	.doctor-term .tname_area .name .ja {
		font-size: 34px;
	}
}

@media screen and (max-width: 899px) {
	.doctor-term .tname_area .name .ja {
		font-size: 26px;
		display: block;
		line-height: 1.5;
	}
}

@media screen and (max-width: 899px) {
	.doctor-t img {
		max-width: 280px !important;
	}
}

@media screen and (max-width: 899px) {
	.doctor-sm img {
		max-width: 100px !important;
	}
}

.tname_area .handle {
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: .2em;
}

@media screen and (min-width: 900px), print {
	.tname_area .handle {
		font-size: 0.875rem;
	}
}

@media screen and (max-width: 899px) {
	.tname_area .handle {
		font-size: 0.813rem;
	}
}

.tname_area .name {
	line-height: 1.4;
	margin-bottom: 20px;
}

.tname_area .name .ja {
	font-family: "FOT-ニューセザンヌ ProN DB", "NewCezanneProN-DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	letter-spacing: .1em;
	color: #2b67b1;
	font-weight: bold;
	margin-right: .5em;
}

.tname_area .name .ja-s {
	margin-right: 0;
}

@media screen and (min-width: 900px), print {
	.tname_area .name .ja {
		font-size: 28px;
	}
}

@media screen and (max-width: 899px) {
	.tname_area .name .ja {
		font-size: 1.25rem;
	}
}

.tname_area .name .en {
	font-size: 0.813rem;
	color: #999;
}

.tname_area .name .handle {
	margin-right: .5em;
}

@media screen and (max-width: 899px) {
	.pc_column2-doctor > * {
		margin-bottom: 50px !important;
	}
}

.program_hero {
	background-size: cover;
	background-position: top center;
	position: relative;
	top: 0;
	left: 0;
	margin-top: 50px;
	margin-bottom: 60px;
}

@media screen and (min-width: 768px), print {
	.program_hero {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-align: end;
		    align-items: flex-end;
		border-radius: 50px;
		height: 500px;
	}
}

@media screen and (max-width: 767px) {
	.program_hero {
		margin-left: -14px;
		margin-right: -14px;
		background: 0 none !important;
	}
	.program_hero .sp_image_area {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		width: 100%;
		height: 300px;
	}
}

@media screen and (max-width: 767px) and (max-width: 550px) {
	.program_hero .sp_image_area {
		height: 200px;
	}
}

@media screen and (max-width: 767px) and (max-width: 400px) {
	.program_hero .sp_image_area {
		height: 150px;
	}
}

@media screen and (min-width: 768px), print {
	.program_hero .text_area {
		text-align: right;
		margin-top: 40px;
		margin-right: 50px;
	}
}

@media screen and (max-width: 767px) {
	.program_hero .text_area {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 768px), print {
	.program_hero .text_area .title {
		width: 270px;
		float: right;
		margin-bottom: .7em;
	}
}

@media screen and (max-width: 767px) {
	.program_hero .text_area .title {
		width: 200px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
}

.program_hero .text_area .title img {
	display: block;
	width: 100%;
}

.program_hero .text_area .name .en {
	color: #3f962a;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .05ex;
	line-height: 1.2;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px), print {
	.program_hero .text_area .name .en {
		font-size: 50px;
	}
}

@media screen and (max-width: 767px) {
	.program_hero .text_area .name .en {
		font-size: 30px;
	}
}

.program_hero .text_area .name .ja {
	font-family: "FOT-セザンヌ Pro DB", "CezannePro-DB", "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}

@media screen and (min-width: 768px), print {
	.program_hero .text_area .name .ja {
		font-size: 30px;
	}
}

@media screen and (max-width: 767px) {
	.program_hero .text_area .name .ja {
		font-size: 20px;
	}
}

.program_hero .line_area {
	background-color: #7db86e;
	padding: 10px 30px 15px 15px;
	border-left: 6px solid #3f962a;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .05ex;
	line-height: 1.3;
}

@media screen and (min-width: 768px), print {
	.program_hero .line_area {
		position: absolute;
		bottom: 40px;
		left: 0;
		font-size: 36px;
	}
}

@media screen and (max-width: 767px) {
	.program_hero .line_area {
		font-size: 18px;
	}
}

.program_content_area {
	background: repeating-linear-gradient(-45deg, #ebf4ea 0, #ebf4ea 2px, #fafcf9 2px, #fafcf9 4px);
	margin-bottom: 50px;
}

@media screen and (min-width: 768px), print {
	.program_content_area {
		padding: 30px;
	}
}

@media screen and (max-width: 767px) {
	.program_content_area {
		margin-left: -14px;
		margin-right: -14px;
		padding: 10px;
	}
}

.program_content_area ._image_area img {
	border-radius: 20px;
}

.prgram_career_area {
	background-color: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

@media screen and (min-width: 768px), print {
	.prgram_career_area {
		padding: 25px 0;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.prgram_career_area {
		padding: 10px;
	}
}

@media screen and (min-width: 768px), print {
	.prgram_career_area .head {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-preferred-size: 150px;
		    flex-basis: 150px;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		-ms-flex-positive: 0;
		    flex-grow: 0;
		width: 150px;
	}
}

@media screen and (max-width: 767px) {
	.prgram_career_area .head {
		padding-bottom: 20px;
	}
}

.prgram_career_area .head .circle {
	border: 18px solid #7db86e;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	text-align: center;
	color: #3f962a;
}

@media screen and (max-width: 767px) {
	.prgram_career_area .head .circle {
		margin-left: auto;
		margin-right: auto;
	}
}

.prgram_career_area .body {
	width: 100%;
	box-sizing: border-box;
	padding-right: 25px;
}

.prgram_career_area .body .birth {
	border-bottom: 1px solid #7db86e;
	font-size: 1.063rem;
	padding-bottom: .7em;
	margin-bottom: 1em;
}

.prgram_career_area .body .dl dt,
.prgram_career_area .body .dl dd {
	font-weight: normal;
}

/* インタビュー */
.program_content_area_2 {
	background: repeating-linear-gradient(-45deg, #ebf4ea 0, #ebf4ea 2px, #fafcf9 2px, #fafcf9 4px);
	margin-bottom: 50px;
}
@media screen and (min-width: 768px), print {
	.program_content_area_2 {
		padding: 30px;
	}
}
@media screen and (max-width: 767px) {
	.program_content_area_2 {
		margin-left: -14px;
		margin-right: -14px;
		padding: 10px;
	}
}
.program_content_area_2 ._image_area img {
	border-radius: 20px;
}
.prgram_career_area_2 {
	background-color: #fff4e9;
	border-radius: 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
@media screen and (min-width: 768px), print {
	.prgram_career_area_2 {
		padding: 25px 0;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.prgram_career_area_2 {
		padding: 10px;
	}
}
@media screen and (min-width: 768px), print {
	.prgram_career_area_2 .head {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-preferred-size: 150px;
		    flex-basis: 150px;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		-ms-flex-positive: 0;
		    flex-grow: 0;
		width: 150px;
	}
}
@media screen and (max-width: 767px) {
	.prgram_career_area_2 .head {
		padding-bottom: 20px;
	}
}
.prgram_career_area_2 .head .circle {
	border: 18px solid #f18006;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	text-align: center;
	color: #ea9e4d;
}
@media screen and (max-width: 767px) {
	.prgram_career_area_2 .head .circle {
		margin-left: auto;
		margin-right: auto;
	}
}
.prgram_career_area_2 .body {
	width: 100%;
	box-sizing: border-box;
	padding-right: 25px;
}
.prgram_career_area_2 .body .birth {
	border-bottom: 1px solid #f18006;
	font-size: 1.063rem;
	padding-bottom: .7em;
	margin-bottom: 1em;
}
.prgram_career_area_2 .body .dl dt,
.prgram_career_area_2 .body .dl dd {
	font-weight: normal;
}

.pg .title {
	font-family: "FOT-セザンヌ Pro DB", "CezannePro-DB", "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	background-color: #7db86e;
	padding: 15px 30px 15px 15px;
	border-left: 6px solid #3f962a;
	color: #fff;
	line-height: 1.3;
	position: relative;
	top: 0;
	z-index: 2;
}

@media screen and (min-width: 768px), print {
	.pg .title {
		font-size: 26px;
		width: 580px;
		left: -30px;
	}
}

@media screen and (max-width: 767px) {
	.pg .title {
		font-size: 1.25rem;
	}
}

.pg .content {
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

.pg .content::before, .pg .content::after {
	content: '';
	display: table;
}

.pg .content::after {
	clear: both;
}

@media screen and (min-width: 768px), print {
	.pg .content {
		margin-top: -35px;
		padding: 60px 25px 40px;
	}
	.pg .content._left {
		left: -30px;
	}
	.pg .content._right {
		left: 30px;
	}
}

@media screen and (max-width: 767px) {
	.pg .content {
		padding: 15px;
	}
}

.pg .content img {
	position: relative;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	.pg .content ._image_area {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}

@media screen and (min-width: 768px), print {
	.pg + .pg {
		margin-top: 90px;
	}
}

@media screen and (max-width: 767px) {
	.pg + .pg {
		margin-top: 40px;
	}
}

@media screen and (min-width: 900px), print {
	._recruit_btn {
		width: 450px;
	}
}

@media screen and (min-width: 900px), print {
	.set-300 .resize.right {
		width: 100%;
		box-sizing: border-box;
		float: right;
		padding-left: 320px;
		margin-left: -300px;
	}
	.set-300 .fix.left {
		width: 300px;
		position: relative;
		top: 0;
		left: 0;
		z-index: 2;
		float: left;
	}
	.set-300 .resize.left {
		width: 100%;
		box-sizing: border-box;
		float: left;
		padding-right: 320px;
		margin-right: -300px;
	}
	.set-300 .fix.right {
		width: 300px;
		position: relative;
		top: 0;
		left: 0;
		z-index: 2;
		float: right;
	}
	.set_flex {
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
	.set_flex .left {
		-ms-flex-order: 1;
		    order: 1;
	}
	.set_flex .right {
		-ms-flex-order: 2;
		    order: 2;
	}
}

@media screen and (max-width: 899px) {
	.set_flex > *:first-child {
		margin-bottom: 1em;
	}
	.set_flex > *,
	.set_flex > * > * {
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 100% !important;
	}
}

.message_title {
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	max-width: 580px;
}

.message_title h2 {
	border-bottom: 3px solid #ffe2c3;
}

.message_title h2,
.message_title h2 img {
	display: block;
}

.message_title .sub {
	font-family: "FOT-セザンヌ Pro DB", "CezannePro-DB", "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 40px;
	text-align: center;
}

.message_hero {
	background-color: #f6f6f4;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 70px;
	background-repeat: no-repeat;
}

@media screen and (min-width: 900px), print {
	.message_hero {
		background-size: cover;
		width: 780px;
		border-radius: 50px;
		height: 490px;
	}
}

@media screen and (max-width: 899px) {
	.message_hero {
		margin-left: -14px;
		margin-right: -14px;
		background-size: 100% auto;
		background-image: none !important;
	}
}

@media screen and (min-width: 900px), print {
	.message_hero .sp_image {
		display: none;
	}
}

@media screen and (max-width: 899px) {
	.message_hero .sp_image {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}

@media screen and (min-width: 900px), print {
	.message_hero .text_area {
		padding-top: 90px;
		padding-left: 60px;
		height: 50px;
	}
}

@media screen and (max-width: 899px) {
	.message_hero .text_area {
		background-color: #ffd8af;
	}
	.message_hero .text_area::before, .message_hero .text_area::after {
		content: '';
		display: table;
	}
	.message_hero .text_area::after {
		clear: both;
	}
}

@media screen and (min-width: 900px), print {
	.message_hero .text_area .title {
		width: 290px;
	}
}

@media screen and (max-width: 899px) {
	.message_hero .text_area .title {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.message_hero .text_area .title img {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 768px), print {
	.message_hero .text_area .title__1 {
		border-bottom: 3px solid #fff;
	}
}

.message_hero .text_area .title__1 img {
	display: block;
}

@media screen and (min-width: 768px), print {
	.message_hero .text_area .title__1 img {
		height: 50px;
	}
}

@media screen and (max-width: 767px) {
	.message_hero .text_area .title__1 img {
		height: 30px;
	}
}

.message_hero .text_area .title__2 img {
	display: block;
}

@media screen and (min-width: 900px), print {
	.message_hero .text_area .title__2 img {
		float: right;
	}
}

@media screen and (min-width: 768px), print {
	.message_hero .text_area .title__2 img {
		height: 70px;
	}
}

@media screen and (max-width: 767px) {
	.message_hero .text_area .title__2 img {
		height: 50px;
	}
}

.message_hero .text_area .title__3 img {
	display: block;
}

/*
@media screen and (min-width: 900px), print {
	.message_hero .text_area .title__3 img {
		float: right;
		height: 100%;
	}
}
*/

@media screen and (min-width: 768px) {
	.message_hero .text_area .title__3 img {
		height: 166px;
	}
}
@media screen and (max-width: 767px) {
	.message_hero .text_area .title__3 img {
		height: 110px;
	}
}

.message_hero .comment {
	font-family: "FOT-セザンヌ Pro DB", "CezannePro-DB", "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	letter-spacing: .08ex;
	position: absolute;
	left: 0;
	width: 100%;
	color: #f78249;
}

@media screen and (min-width: 768px), print {
	.message_hero .comment {
		text-align: center;
		bottom: 50px;
		font-size: 34px;
	}
}

@media screen and (max-width: 767px) {
	.message_hero .comment {
		text-align: left;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		bottom: 5%;
		font-size: 15px;
	}
}

.cardiology_message_area {
	margin-bottom: 70px;
}

.cardiology_message_area .cam::before, .cardiology_message_area .cam::after {
	content: '';
	display: table;
}

.cardiology_message_area .cam::after {
	clear: both;
}

.cardiology_message_area .cam .title {
	font-family: "FOT-セザンヌ Pro DB", "CezannePro-DB", "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	margin-left: -14px;
	margin-right: -14px;
	position: relative;
	top: 0;
	left: 0;
	padding-top: 12px;
	padding-bottom: 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
	z-index: 2;
}

@media screen and (min-width: 768px), print {
	.cardiology_message_area .cam .title {
		font-size: 1.375rem;
		min-height: 65px;
		padding-left: 55px;
	}
}

@media screen and (max-width: 767px) {
	.cardiology_message_area .cam .title {
		font-size: 1.063rem;
		min-height: 45px;
		padding-left: 35px;
		padding-right: 15px;
	}
}

.cardiology_message_area .cam .title::before, .cardiology_message_area .cam .title::after {
	content: '';
	display: block;
	background: url("/common/img/department/cardiology/message/title_before.png") 0 0/cover no-repeat;
	position: absolute;
	left: 0;
}

@media screen and (min-width: 768px), print {
	.cardiology_message_area .cam .title::before, .cardiology_message_area .cam .title::after {
		width: 65px;
		height: 65px;
	}
}

@media screen and (max-width: 767px) {
	.cardiology_message_area .cam .title::before, .cardiology_message_area .cam .title::after {
		width: 45px;
		height: 45px;
	}
}

.cardiology_message_area .cam .title::before {
	background-image: url("/common/img/department/cardiology/message/title_before.png");
	top: 0;
	z-index: 2;
}

.cardiology_message_area .cam .title::after {
	background-image: url("/common/img/department/cardiology/message/title_after.png");
	bottom: 0;
	z-index: 1;
}

.cardiology_message_area .cam p {
	position: relative;
	z-index: 2;
}

.cardiology_message_area .cam .set .resize {
	position: relative;
	z-index: 2;
}

.cardiology_message_area .cam .set .fix {
	position: relative;
	z-index: 1;
}

.cardiology_message_area .cam ._image_area {
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

.cardiology_message_area .cam ._image_area img {
	border-radius: 20px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}

.cardiology_message_area .cam ._image_area::after {
	content: '';
	display: block;
	border-radius: 20px;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 239, 222, 0.8);
}

.cardiology_message_area .cam ._image_area._shadow_top_right::after {
	top: -15%;
	left: 30%;
}

.cardiology_message_area .cam ._image_area._shadow_bottom_left::after {
	top: 15%;
	left: -30%;
}

.cardiology_message_area .cam ._image_area._shadow_bottom_right::after {
	top: 15%;
	left: 30%;
}

@media screen and (min-width: 900px), print {
	.dbanner_area {
		padding: 10px;
	}
}

.dbanner_group + .dbanner_group {
	margin-top: 20px;
}

.dbanner_group__head {
	margin-bottom: 20px;
}

.dbanner_group__head > .title {
	border-bottom: 2px solid #9ae9f0;
	padding-bottom: .4em;
	position: relative;
	top: 0;
	left: 0;
	line-height: 1.4;
	font-weight: normal;
	padding-right: 80px;
	padding-left: 34px;
	font-size: 1.125rem;
}

.dbanner_group__head > .title::before {
	content: '';
	display: block;
	background: url("../img/department/circle_blue.png") 0 0 no-repeat transparent;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 3px;
	left: 0;
}

.dbanner_group__head > .title::after {
	content: '';
	display: block;
	background: url("../img/department/text_interview_blue.png") 0 0 no-repeat transparent;
	background-size: 70px 15px;
	width: 70px;
	height: 15px;
	position: absolute;
	top: 9px;
	right: 0;
}

.dbanner_group__head > .title-blue {
	border-color: #9ae9f0;
}

.dbanner_group__head > .title-blue::before {
	background-image: url("../img/department/circle_blue.png");
}

.dbanner_group__head > .title-blue::after {
	background-image: url("../img/department/text_interview_blue.png");
}

.dbanner_group__head > .title-green {
	border-color: #7db86e;
}

.dbanner_group__head > .title-green::before {
	background-image: url("../img/department/circle_green.png");
}

.dbanner_group__head > .title-green::after {
	background-image: url("../img/department/text_interview_green.png");
}

.dbanner_group__head > .title-orange {
	border-color: #f78249;
}

.dbanner_group__head > .title-orange::before {
	background-image: url("../img/department/circle_orange.png");
}

.dbanner_group__head > .title-orange::after {
	background-image: url("../img/department/text_interview_orange.png");
}

@media screen and (min-width: 900px), print {
	.dbanner_group__body {
		padding-left: 35px;
	}
}

@media screen and (min-width: 768px), print {
	.dbanner_list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.dbanner_list .li {
	margin-bottom: 10px;
}

@media screen and (min-width: 768px), print {
	.dbanner_list .li {
		width: 50%;
		box-sizing: border-box;
	}
	.dbanner_list .li:nth-child(odd) {
		padding-right: 5px;
	}
	.dbanner_list .li:nth-child(even) {
		padding-left: 5px;
	}
	.dbanner_list .li-lg {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

.dbanner {
	border: 1px solid #cbcbcb;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 82px;
	box-sizing: border-box;
	text-decoration: none;
}

.dbanner::after {
	content: '';
	display: block;
	background: url("../img/icon/arrow/link.png") 0 0 no-repeat transparent;
	background-size: 11px 11px;
	width: 11px;
	height: 11px;
	position: absolute;
	bottom: 12px;
	right: 12px;
}

.dbanner__image {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}

@media screen and (min-width: 900px), print {
	.dbanner__image {
		-ms-flex-preferred-size: 120px;
		    flex-basis: 120px;
	}
}

@media screen and (max-width: 899px) {
	.dbanner__image {
		-ms-flex-preferred-size: 100px;
		    flex-basis: 100px;
	}
}

.dbanner__image img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -60px;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	max-width: inherit;
	width: 120px;
	height: 80px;
}

.dbanner__text {
	padding-left: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: start;
	    align-items: flex-start;
}

.dbanner__text .text {
	font-size: 0.813rem;
	line-height: 1.3;
}

.dbanner .name_area .handle {
	display: inline-block;
	font-size: 0.813rem;
	margin-right: 1em;
}

.dbanner .name_area .name {
	display: inline-block;
	font-size: 0.813rem;
}

@media screen and (min-width: 900px), print {
	.dbanner-lg .dbanner__image {
		-ms-flex-preferred-size: 130px;
		    flex-basis: 130px;
	}
}

@media screen and (max-width: 899px) {
	.dbanner-lg .dbanner__image {
		-ms-flex-preferred-size: 100px;
		    flex-basis: 100px;
	}
}

.dbanner-lg .dbanner__image img {
	width: 130px;
	margin-left: -65px;
}

@media screen and (min-width: 900px), print {
	.dbanner-lg .dbanner__text .text {
		font-size: 0.938rem;
	}
}

@media screen and (max-width: 899px) {
	.dbanner-lg .dbanner__text .text {
		font-size: 0.813rem;
	}
}

@media screen and (min-width: 900px), print {
	.dbanner-lg .name_area .name {
		font-size: 0.938rem;
	}
}

@media screen and (max-width: 899px) {
	.dbanner-lg .name_area .name {
		font-size: 0.813rem;
	}
}

.dbanner:hover {
	color: #222;
}

.dbanner:hover:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}

.dbanner:hover .dbanner__image img {
	-ms-transform: scale(1.1);
	    transform: scale(1.1);
}

.dbanner-green .dbanner__text .text {
	color: #7db86e;
}

.dbanner-orange .dbanner__text .text {
	color: #f78249;
}

/*# sourceMappingURL=department.css.map */



/* 後期研修医をお考えの先生へ 独自スタイル */
.message_title._forSenior {
	max-width: 460px;
  }
  
  .message_title._forSenior h2 {
	border-bottom: 2px solid #47a4f3;
  }
  
  .message_title._forSenior .sub {
	margin-bottom: 50px;
  }
  
  @media screen and (min-width: 768px), print {
	.message_hero._forSenior {
	  overflow: hidden;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  border: 1px solid #eaeaea;
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: reverse;
	  -webkit-flex-direction: row-reverse;
		  -ms-flex-direction: row-reverse;
			  flex-direction: row-reverse;
	  margin-bottom: 60px;
	  height: 490px;
	}
  }
  
  @media screen and (min-width: 768px), print {
	.message_hero._forSenior .hero_image {
	  width: calc(100% - 300px);
	  z-index: 0;
	  position: relative;
	}
	.message_hero._forSenior .hero_image img {
	  width: 780px;
	  display: block;
	  position: absolute;
	  top: 0;
	  left: 50%;
	  -webkit-transform: translateX(-50%);
			  transform: translateX(-50%);
	}
  }
  
  @media screen and (max-width: 767px) {
	.message_hero._forSenior .hero_image {
	  width: 100%;
	}
	.message_hero._forSenior .hero_image img {
	  width: 100%;
	  display: block;
	}
  }
  
  .message_hero._forSenior .text_area {
	background-color: #e5e5e5;
  }
  
  @media screen and (min-width: 768px), print {
	.message_hero._forSenior .text_area {
	  height: 100%;
	  width: 300px;
	  padding-top: 30px;
	  padding-right: 45px;
	  padding-left: 45px;
	  position: relative;
	  z-index: 1;
	}
  }
  
  @media screen and (max-width: 899px) {
	.message_hero._forSenior .text_area {
	  height: auto;
	}
  }
  
  @media screen and (max-width: 767px) {
	.message_hero._forSenior .text_area {
	  width: calc(100% - 40px);
	  text-align: center;
	  padding-right: 20px;
	  padding-left: 20px;
	  padding-top: 40px;
	}
  }
  
  .message_hero._forSenior .text_area .case {
	border-top: 1px solid #3d3730;
	border-bottom: 1px solid #3d3730;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
  }
  
  .message_hero._forSenior .text_area .case_num {
	position: absolute;
	background: #e5e5e5;
	top: -11px;
	right: -4px;
	font-style: italic;
	font-weight: bold;
	padding-left: 5px;
  }
  
  .message_hero._forSenior .text_area .case_num img {
	width: 90px;
	height: 20px;
	display: block;
  }
  
  .message_hero._forSenior .text_area .case_flow {
	color: #376ac7;
	font-size: 16px;
	font-family: "FOT-セザンヌ Pro B", "CezannePro-B", "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	text-align: right;
  }
  
  .message_hero._forSenior .text_area .case_flow li:not(:last-child) {
	position: relative;
	padding-bottom: 10px;
	padding-right: 10px;
  }
  
  .message_hero._forSenior .text_area .case_flow li:not(:last-child)::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #376ac7;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	bottom: 3px;
  }
  
  .message_hero._forSenior .text_area .case_flow .white_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
	background: #fff;
	margin-top: 5px;
	padding: 5px;
	border-radius: 4px;
  }
  
  @media screen and (max-width: 767px) {
	.message_hero._forSenior .text_area .case_flow {
	  text-align: center;
	}
  }
  
  .message_hero._forSenior .text_area .name {
	text-align: right;
  }
  
  @media screen and (max-width: 767px) {
	.message_hero._forSenior .text_area .name {
	  text-align: center;
	  margin-bottom: 40px;
	  margin-top: 30px;
	}
  }
  
  .message_hero._forSenior .text_area .name .ja {
	font-family: "FOT-セザンヌ Pro B", "CezannePro-B", "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 26px;
	color: #3d3730;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 5px;
  }
  
  .message_hero._forSenior .text_area .name .en {
	font-size: 17px;
	font-style: italic;
	color: #3d3730;
	line-height: 1;
	font-weight: bold;
  }
  
  .message_hero._forSenior .comment {
	font-weight: bold;
	color: #3d3730;
  }
  
  @media screen and (min-width: 768px), print {
	.message_hero._forSenior .comment {
	  max-height: 150px;
	  padding: 40px 30px 20px;
	  width: auto;
	  background-color: rgba(255, 255, 255, 0.7);
	  border-radius: 44px;
	  display: inline-block;
	  position: absolute;
	  right: 25px;
	  bottom: 23px;
	  left: auto;
	  z-index: 2;
	}
  }
  
  @media screen and (max-width: 767px) {
	.message_hero._forSenior .comment {
	  position: relative;
	  font-size: 18px;
	  text-align: center;
	  padding-top: 20px;
	  padding-bottom: 30px;
	}
  }
  
  .message_hero._forSenior .comment::before {
	position: absolute;
	content: "";
  }
  
  @media screen and (min-width: 768px), print {
	.message_hero._forSenior .comment::before {
	  width: 300px;
	  height: 80px;
	  background: url(../img//department/cardiology/forSenior/hero_kazari-top.png) no-repeat center center/cover;
	  top: 8px;
	  right: 9px;
	}
  }
  
  @media screen and (min-width: 768px), print {
	.message_hero._forSenior .comment::after {
	  width: 380px;
	  height: 80px;
	  content: "";
	  display: block;
	  background: url(../img//department/cardiology/forSenior/hero_kazari-bottom.png) no-repeat center center/cover;
	  position: absolute;
	  bottom: -10px;
	  left: -11px;
	}
  }
  
  .message_hero._forSenior .comment span {
	position: relative;
	display: inline-block;
	z-index: 5;
  }
  
  .prgram_career_area_2._forSenior {
	background-color: #ecf5ff;
	margin-bottom: 60px;
  }
  
  .prgram_career_area_2._forSenior .head .circle {
	border: 18px solid #376ac7;
	color: #376ac7;
  }
  
  .prgram_career_area_2._forSenior .body .birth {
	border-bottom: 1px solid #376ac7;
  }
  
  .prgram_career_area_2._forSenior .body .career {
	font-size: 16px;
  }
  
  .prgram_career_area_2._forSenior .body .career li:not(:last-child) {
	margin-bottom: 0.5em;
  }
  
  .forSenior_area h3 {
	border-bottom: 2px solid #376ac7;
	padding-bottom: 10px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
  }
  
  @media screen and (min-width: 900px), print {
	.forSenior_area h3 {
	  font-size: 24px;
	}
  }
  
  .forSenior_area h3::first-letter {
	color: #376ac7;
  }
  
  .forSenior_area .imageRadius {
	display: block;
	border-radius: 20px;
	border: 1px solid #eaeaea;
	margin: 0 auto;
  }
  
  @media screen and (max-width: 767px) {
	.forSenior_area .imageRadius {
	  max-width: 100%;
	}
  }
  
  .box2.simpleLink {
	border-radius: 8px;
  }
  
  @media screen and (max-width: 767px) {
	.box2.simpleLink {
	  text-align: left;
	}
  }
  
  .dep_foot_simpleLink {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin-bottom: 1em;
  }
  
  @media screen and (max-width: 767px) {
	.dep_foot_simpleLink {
	  -webkit-flex-wrap: wrap;
		  -ms-flex-wrap: wrap;
			  flex-wrap: wrap;
	}
  }
  
  .dep_foot_simpleLink li a {
	position: relative;
	display: inline-block;
  }
  
  .dep_foot_simpleLink li a::before {
	content: '';
	display: block;
	background: url("../img/icon/arrow/link.png") 0 0 no-repeat transparent;
	background-size: 11px 11px;
	width: 11px;
	height: 11px;
	display: inline-block;
	margin-right: 5px;
  }
  
  @media screen and (max-width: 767px) {
	.dep_foot_simpleLink li {
	  font-size: 13px;
	}
	.dep_foot_simpleLink li:not(:last-child) {
	  margin-bottom: 0.5em;
	}
  }
  
  @media screen and (min-width: 768px), print {
	.dep_foot_simpleLink li.li_center {
	  -webkit-box-ordinal-group: 3;
	  -webkit-order: 2;
		  -ms-flex-order: 2;
			  order: 2;
	}
	.dep_foot_simpleLink li.li_before {
	  -webkit-box-ordinal-group: 2;
	  -webkit-order: 1;
		  -ms-flex-order: 1;
			  order: 1;
	}
	.dep_foot_simpleLink li.li_next {
	  -webkit-box-ordinal-group: 4;
	  -webkit-order: 3;
		  -ms-flex-order: 3;
			  order: 3;
	}
  }
  
  @media screen and (max-width: 767px) {
	.dep_foot_simpleLink li.li_center {
	  width: 100%;
	  text-align: center;
	  margin-top: 20px;
	}
	.dep_foot_simpleLink li.li_before {
	  width: 50%;
	}
	.dep_foot_simpleLink li.li_next {
	  width: 50%;
	  text-align: right;
	}
  }
  
  .form_area._forSenior {
	background: -webkit-repeating-linear-gradient(135deg, #e2e1e5 0, #e2e1e5 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #e2e1e5 0, #e2e1e5 2px, #fff 2px, #fff 4px);
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 50px;
	margin-top: 70px;
  }
  
  .form_area._forSenior .form_area_inner {
	background-color: #fff;
	border-radius: 8px;
	padding: 45px 40px;
  }
  
  @media screen and (max-width: 899px) {
	.form_area._forSenior .form_area_inner {
	  padding: 35px 10px;
	}
  }
  
  @media screen and (max-width: 767px) {
	.form_area._forSenior .form_title {
	  text-align: center;
	}
  }
  
  .form_area._forSenior h2 {
	display: inline-block;
	border-bottom: 2px solid #376ac7;
	padding-bottom: 10px;
	margin-bottom: 45px;
  }
  
  .form_area._forSenior h2 span {
	color: #376ac7;
  }
  
  @media screen and (min-width: 768px), print {
	.form_area._forSenior .form_top {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
	  -webkit-justify-content: space-between;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: reverse;
	  -webkit-flex-direction: row-reverse;
		  -ms-flex-direction: row-reverse;
			  flex-direction: row-reverse;
	  margin-bottom: 50px;
	}
  }
  
  @media screen and (max-width: 767px) {
	.form_area._forSenior .form_top {
	  margin-bottom: 30px;
	}
  }
  
  .form_area._forSenior .form_top .right {
	width: 260px;
	height: 62px;
	position: relative;
	z-index: 5;
  }
  
  .form_area._forSenior .form_top .right::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #a999cc;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
  }
  
  @media screen and (max-width: 767px) {
	.form_area._forSenior .form_top .right {
	  margin: 0 auto 20px;
	}
  }
  
  .form_area._forSenior .form_top .right ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  
  .form_area._forSenior .form_top .right ul li.flow_circle {
	width: 60px;
	height: 60px;
	background-color: #f7f5fb;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	color: #7c69a5;
	border: 1px solid #a999cc;
	font-size: 16px;
	/* .mw_wp_form_input &._input_active,
					  .mw_wp_form_confirm &._confirm_active,
					  .mw_wp_form_complete &._complete_active {
						  color: #fff;
						  background-color: #a999cc;
					  } */
  }
  
  .form_area._forSenior .form_top .left {
	color: #222222;
  }
  
  @media screen and (min-width: 768px), print {
	.form_area._forSenior .form_top .left {
	  width: calc(100% - 260px);
	  max-width: 360px;
	  font-size: 15px;
	}
  }
  
  .form_area._forSenior .mw_wp_form_input li.flow_circle._input_active,
  .form_area._forSenior .mw_wp_form_confirm li.flow_circle._confirm_active,
  .form_area._forSenior .mw_wp_form_complete li.flow_circle._complete_active {
	color: #fff !important;
	background-color: #a999cc !important;
  }
  
  .form_area._forSenior .contact__gr {
	padding-bottom: 0;
  }
  
  @media screen and (min-width: 768px), print {
	.form_area._forSenior .contact__gr {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	}
  }
  
  @media screen and (max-width: 767px) {
	.form_area._forSenior .contact__gr:not(:last-of-type) {
	  border-right: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	}
	.form_area._forSenior .contact__gr:first-of-type {
	  border-top: 1px solid #ccc;
	}
	.form_area._forSenior .contact__gr:nth-last-of-type(2) {
	  border-bottom: 1px solid #ccc;
	}
  }
  
  @media screen and (min-width: 768px), print {
	.form_area._forSenior .contact__gr:nth-last-child(2) .contact__th {
	  border-bottom: 1px solid #d0c5e8;
	}
  }
  
  @media screen and (min-width: 768px), print {
	.form_area._forSenior .contact__gr:nth-last-child(2) .contact__td {
	  border-bottom: 1px solid #dedede;
	}
  }
  
  .form_area._forSenior .contact__th, .form_area._forSenior .contact__td {
	padding-top: 35px;
	padding-bottom: 35px;
  }
  
  @media screen and (min-width: 768px), print {
	.form_area._forSenior .contact__th, .form_area._forSenior .contact__td {
	  padding-left: 25px;
	  padding-right: 20px;
	}
  }
  
  @media screen and (max-width: 767px) {
	.form_area._forSenior .contact__th, .form_area._forSenior .contact__td {
	  padding-left: 14px;
	  padding-right: 14px;
	  padding-top: 15px;
	  padding-bottom: 15px;
	}
  }
  
  .form_area._forSenior .contact__th {
	font-weight: 500;
	font-size: 17px;
	color: #7c69a5;
	background-color: #f7f5fb;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
  }
  
  @media screen and (min-width: 768px), print {
	.form_area._forSenior .contact__th {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
		  -ms-flex-align: center;
			  align-items: center;
	  border-top: 1px solid #d0c5e8;
	}
  }
  
  @media screen and (max-width: 767px) {
	.form_area._forSenior .contact__th {
	  /* padding-top: 12px;
				  padding-bottom: 12px; */
	  margin-bottom: 0;
	}
  }
  
  .form_area._forSenior .contact__th > .text {
	display: inline-block;
	margin-right: 1em;
  }
  
  @media screen and (min-width: 768px), print {
	.form_area._forSenior .contact__th > .text {
	  min-width: 170px;
	}
  }
  
  .form_area._forSenior .contact__td {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
  }
  
  @media screen and (min-width: 768px), print {
	.form_area._forSenior .contact__td {
	  padding-right: 1em;
	  border-top: 1px solid #dedede;
	}
  }
  
  .form_area._forSenior .contact__gr-submit {
	padding-top: 50px;
  }
  
  .form_area._forSenior .contact .text_frame input {
	border-radius: 2px;
	border: none;
	background-color: #f0f0f0;
	height: 50px;
  }
  
  .form_area._forSenior .contact .text_frame input::-webkit-input-placeholder {
	color: #373737;
  }
  
  .form_area._forSenior .contact .text_frame input:-ms-input-placeholder {
	color: #373737;
  }
  
  .form_area._forSenior .contact .text_frame input::-ms-input-placeholder {
	color: #373737;
  }
  
  .form_area._forSenior .contact .text_frame input::placeholder {
	color: #373737;
  }
  
  .form_area._forSenior .contact .textarea_frame textarea {
	border-radius: 2px;
	border: none;
	background-color: #f0f0f0;
  }
  
  .form_area._forSenior .contact .layout {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
		-ms-flex-align: start;
			align-items: flex-start;
  }
  
  @media screen and (max-width: 767px) {
	.form_area._forSenior .contact .layout {
	  display: block;
	}
  }
  
  @media screen and (min-width: 768px), print {
	.form_area._forSenior .contact .layout input {
	  max-width: 140px;
	  margin-right: 20px;
	}
  }
  
  @media screen and (max-width: 767px) {
	.form_area._forSenior .contact .layout input {
	  display: block;
	}
	.form_area._forSenior .contact .layout input:nth-of-type(1) {
	  margin-bottom: 10px;
	}
  }
  
  .form_area._forSenior .contact .select_frame {
	position: relative;
	top: 0;
	left: 0;
  }
  
  .form_area._forSenior .contact .select_frame__display {
	border-radius: 2px;
	background-color: #f0f0f0;
	font-size: 1rem;
	z-index: 1;
	position: relative;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding-left: .2em;
	height: 50px;
	padding-right: 30px;
	line-height: 45px;
  }
  
  @media all and (-ms-high-contrast: none) {
	.form_area._forSenior .contact .select_frame__display {
	  /* IE11以上 */
	  padding: 0 !important;
	}
  }
  
  .form_area._forSenior .contact .select_frame__display::after {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
  }
  
  .form_area._forSenior .contact .select_frame__display-default {
	color: #333;
  }
  
  .form_area._forSenior .contact .select_frame select,
  .form_area._forSenior .contact .select_frame select::-ms-expand {
	-webkit-user-modify: read-write-plaintext-only;
	-moz-user-modify: read-write-plaintext-only;
	box-sizing: border-box;
	padding: 0 !important;
	margin: 0;
	border: 0 none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	width: 100%;
	height: 50px;
	line-height: 50;
	cursor: pointer;
  }
  
  .form_area._forSenior .contact .select_frame select:focus + .select_frame__display,
  .form_area._forSenior .contact .select_frame select:active + .select_frame__display,
  .form_area._forSenior .contact .select_frame select::-ms-expand:focus + .select_frame__display,
  .form_area._forSenior .contact .select_frame select::-ms-expand:active + .select_frame__display {
	outline-offset: -2px;
  }
  
  .form_area._forSenior .contact .select_frame option {
	padding: 0 15px;
	height: 50px;
  }
  
  .form_area._forSenior .contact .select_frame._pref,
  .form_area._forSenior .contact .select_frame._pref .select_frame__display,
  .form_area._forSenior .contact .select_frame._pref select {
	width: 6em;
  }
  
  .form_area._forSenior .birth_group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
		-ms-flex-align: start;
			align-items: flex-start;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
  }
  
  .form_area._forSenior .birth_group > * {
	display: inline-block;
  }
  
  .form_area._forSenior .birth_group .bgroup {
	display: inline-block;
  }
  
  .form_area._forSenior .birth_group .bgroup.year {
	margin-right: 10px;
  }
  
  @media screen and (max-width: 500px) {
	.form_area._forSenior .birth_group .bgroup.year {
	  display: block;
	  margin-bottom: .5em;
	  width: 100%;
	}
  }
  
  .form_area._forSenior .birth_group .bgroup.month {
	margin-right: 10px;
  }
  
  .form_area._forSenior .birth_group .select_frame {
	display: inline-block;
  }
  
  .form_area._forSenior .birth_group .select_frame__display {
	border: none;
	border-radius: 2px;
  }
  
  .form_area._forSenior .birth_group .unit {
	display: inline-block;
	padding-left: .2em;
	padding-right: .3em;
  }
  
  .form_area._forSenior .birth_group br {
	display: none;
  }
  
  .form_area._forSenior .date_gr {
	margin-bottom: 30px;
  }
  
  .form_area._forSenior .date_gr .date__th {
	margin-bottom: 10px;
  }
  
  .form_area._forSenior .button_area {
	width: 100% !important;
	position: relative;
  }
  
  .form_area._forSenior .button_area .btn2 {
	cursor: pointer;
  }
  
  @media screen and (max-width: 899px) {
	.form_area._forSenior .button_area .link-prev {
	  width: 100px;
	  margin: 0 auto 40px;
	}
  }
  
  .dbanner_group__head > .title-blue2 {
	border-color: #376ac7;
  }
  
  .dbanner_group__head > .title-blue2::before {
	background-image: url("../img/department/circle_blue2.png");
  }
  
  .dbanner_group__head > .title-blue2::after {
	background-image: url("../img/department/text_interview_blue2.png");
  }
  
  .dbanner-blue2 .dbanner__text .text {
	color: #376ac7;
  }
  
  .mwwpfas_content .text_frame .layout .layout_wrapper {
	margin-right: 0.5em;
  }
  
  @media screen and (max-width: 899px) {
	.contact__th {
	  margin-bottom: 0;
	}
  }
  