/* -------------------------------------------- */
/* common                                       */
/* -------------------------------------------- */
*{
	padding:0;
	margin:0;
	line-height:1.7em;
}
:root {
	--color-01: #2e4b71;
	--color-02: #559fb7;
	--color-03: #a7e63a;
	--color-04: #00a1e5;
	--color-05: #5190a4;
	--color-06: #e1ebee;
	--color-07: #186e7f;
	--color-08: #aec6d1;
	--color-09: #D93A49;
	--pc_width: 1000px;
}
.Source_Han_Serif_Regular {
	font-family: "source-han-serif-japanese", serif;
	font-weight: 400;
	font-style: normal;	
}
.Source_Han_Serif_bold {
	font-family: "source-han-serif-japanese", serif;
	font-weight: 700;
	font-style: normal;
}
.inner_contents {
	width: 98%;
    max-width: var(--pc_width);
    margin: 0 auto;
}
.separatorsub {
	background-color: #7d7d7d;
    height: 4px;
    width: 80%;
    max-width: 900px;
    margin: -300px auto 100px!important;
    border-radius: 2px;
}
.separator {
	background-color: #7d7d7d;
    height: 4px;
    width: 80%;
    max-width: 900px;
    margin: 300px auto 100px;
    border-radius: 2px;
}
a:hover{
  animation: flash 0.2s ease both;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.pc_view {
	display:block;
}
.pc_view_inline {
	display:inline;
}
.sp_view {
	display:none;
}
h2 span.h2_stamp::after {
	animation: jump 2s ease both;
}
.hmbgmenu {
    display: none;
}

@keyframes jump {
  0% {
	top: -20px;
  }
  20% {
	top: -50px;
  }
  40% {
	top: -10px;
  }
  60% {
	top: -25px;
  }
  80% {
	top: -15px;
  }
  100% {
	top: -20px;
  }
}
.gototop {
	background-color: var(--color-02);
    height: 60px;
    line-height: 60px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 30px;
    width: 60px;
    position: fixed;
	z-index:11;
    bottom: 50px;
    right: 50px;
	box-shadow: 3px 3px 6px #fff;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* -------------------------------------------- */
/* header                                       */
/* -------------------------------------------- */
header {
	box-shadow: 0 20px 20px #ddd;
	position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-top: solid 5px #006064!important;
}
.inner_header {
	width: 98%;
    max-width: var(--pc_width);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.wrap_logo {
	width: 70%;
}
.logo_link {
}
.logo_img {
	max-width: 407px;
    margin-left: 50px;
}
.luxbar-menu-material-cyan, .luxbar-menu-material-cyan .dropdown ul {
    background-color: #fff!important;
    color: #006064!important;
    margin: 10px;
}
.wrap_apply_btns {
	width: 550px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
	font-size:0;
    padding-right: 50px;
}
.header_apply_msg {
	font-size:0;
}
.header_apply_msg img {
	width:100%;
}
.haader_apply_tel {
    width: 78%;
}
.header_apply_tel_link {
	
}
.header_apply_tel_link img {
    width: 100%;
    max-width: 307px;
    margin: 0 auto;
    display: block;
}
.header_apply_email {
    width: 15%;	
	padding: 10px 10px;
}
.header_apply_email_link {
	
}
.header_apply_email_link img {
	width: 100%;
    display: block;
    margin-left: 20%;
}
.header_apply_btn_sp{
	display:none;
}
.header_apply_separator {
    width: 2px;
    display: block;
    background-color: var(--color-01);
    height: 35px;
    border-radius: 2px;
    margin-left: calc( 5% - 2px );
}
.luxbar-menu{
}
.luxbar-navigation {
    width: 90%;
    margin-right: 50px!important;
}
.wrap_apply_btns {
    float: right;}
.luxbar-item a {
    font-family: "source-han-serif-japanese", serif;
    padding: 10px 15px 10px 15px!important;
}
.luxbar-item a:hover {
    font-family: "source-han-serif-japanese", serif;
    color: #fff;
}
.luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    overflow: hidden!important;
}
.luxbar-item {
    height: 45px!important;
}

/* -------------------------------------------- */
/* main                                         */
/* -------------------------------------------- */
.wrap_top_slider {
	margin: 80px 0 0;
	padding: 0 0 80px 0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 65%, rgba(149,195,210,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 65%, rgba(149,195,210,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 65%, rgba(149,195,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#95c3d2",GradientType=1);
}
.top_slider_contents,
.top_slider{
	list-style: none;
}
.top_slider {
	padding: 5px;
	background-color:#fff;
	border: 2px solid #f0f0f0;
	border-radius: 3px;
	box-shadow: 0 0 10px #f0f0f0;
	margin: 0 2vw;
	font-size:0;
	width: 80vw;
	/* max-width: 1260px; */
	max-width: 1000px;
}
.top_slider img {
	width:100%;
}

h2 {
	text-align: center;
    padding: 100px 0;
    font-size: 280%;
    letter-spacing: 0.1em;
	font-family: "source-han-serif-japanese", serif;
	font-weight: 400;
	font-style: normal;
	color: var(--color-04);
}
h2 span {
	position:relative;
	font-size:140%;
	padding: 0 5px;
}
h2 span::after {
	content: "";
    position: absolute;
    top: -20px;
    left: calc( 50% - 10px );
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: var(--color-03);
}
#KNOW h2 {
	background-image:url( ./../img/h2_bg_msg_know.png);
	background-repeat: no-repeat;
	background-position:center bottom;
	background-size: auto;
}
#WORK h2 {
	background-image:url( ./../img/h2_bg_msg_work.png);
	background-repeat: no-repeat;
	background-position:center bottom;
	background-size: auto;
}
#WORK h3,
#RESIDENT h3{
	position:relative;
    font-family: "source-han-serif-japanese", serif;
    font-weight: 400;
    font-style: normal;
    color: var(--color-01);
    padding: 50px 10px 20px 40px;
    width: 90%;
    margin: 0 auto;
    border-bottom: dashed 4px var(--color-01);
    text-align: left;
}
#WORK h3::before, 
#RESIDENT h3::before{
	content: "";
    position: absolute;
    top: 48px;
    left: 15px;
    height: 50%;
    width: 5px;
    border-radius: 2px;
    background-color: var(--color-01);
}
#LEARN h2 {
	background-image:url( ./../img/h2_bg_msg_learn.png);
	background-repeat: no-repeat;
	background-position:center bottom;
	background-size: auto;
}
#MESSAGE h2 {
	background-image:url( ./../img/h2_bg_msg_message.png);
	background-repeat: no-repeat;
	background-position:center bottom;
	background-size: auto;
}
#INQUIRY h2 {
	background-image:url( ./../img/h2_bg_msg_inquiry.png);
	background-repeat: no-repeat;
	background-position:center bottom;
	background-size: auto;
}
#SNS h2 {
	background-image:url( ./../img/h2_bg_msg_sns.png);
	background-repeat: no-repeat;
	background-position:center bottom;
	background-size: auto;
}
.wrap_know_iseikai_group {
	list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 90px 0 10px;
    align-items: flex-start;
}
.know_iseikai {
	position:relative;
    border: 2px solid var(--color-05);
    background-color: #fff;
    width: 30%;
    box-sizing: border-box;
}
.know_iseikai_link {
    text-decoration: none;
    color: var(--color-05);
    font-size: 150%;
    padding: 15px 20px;
    display: block;
    box-sizing: border-box;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(135deg, rgba(255,255,255,1) 90%, rgba(81,144,164,1) 90%, rgba(81,144,164,1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,1) 90%, rgba(81,144,164,1) 90%, rgba(81,144,164,1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,1) 90%, rgba(81,144,164,1) 90%, rgba(81,144,164,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#5190a4",GradientType=1);
	transition:1s;
	font-family: "source-han-serif-japanese", serif;
	font-weight: 400;
	font-style: normal;	
	letter-spacing: 0.1em;
}
.know_iseikai_link:hover {
	background: rgb(81,144,164);
	background: -moz-linear-gradient(135deg, rgba(81,144,164,1) 0%, rgba(81,144,164,1) 90%, rgba(255,255,255,1) 90%);
	background: -webkit-linear-gradient(135deg, rgba(81,144,164,1) 0%, rgba(81,144,164,1) 90%, rgba(255,255,255,1) 90%);
	background: linear-gradient(135deg, rgba(81,144,164,1) 0%, rgba(81,144,164,1) 90%, rgba(255,255,255,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5190a4",endColorstr="#ffffff",GradientType=1);
	color :#fff;
}
.bg_know {
	background-color:var(--color-06);
    height: 200px;
}
h3 {
	text-align: center;
    padding: 80px 0;
    font-size: 200%;
    letter-spacing: 0.1em;
	font-family: "source-han-serif-japanese", serif;
	font-weight: 400;
	font-style: normal;
	color: var(--color-05);
}
h3.topix {
	background-image:url( ./../img/h2_bg_msg_topix.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size: auto;
}
.wrap_topix {
    height: 1000px;
	background: rgb(225,235,238);
	background: -moz-linear-gradient(180deg, rgba(225,235,238,1) 0%, rgba(225,235,238,1) 30%, rgba(255,255,255,1) 30%);
	background: -webkit-linear-gradient(180deg, rgba(225,235,238,1) 0%, rgba(225,235,238,1) 30%, rgba(255,255,255,1) 30%);
	background: linear-gradient(180deg, rgba(225,235,238,1) 0%, rgba(225,235,238,1) 30%, rgba(255,255,255,1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1ebee",endColorstr="#ffffff",GradientType=1);
}
.wrap_topix_contents {
	display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.wrap_topix_content {
	/* width: 50%; */
		width: 40%;
    box-sizing: border-box;
    border: 4px solid var(--color-05);
    box-shadow: 15px 15px 0 #5190a450;
}
.topix_content_link {
	text-decoration: none;
}
.wrap_topix_content_img {
	font-size: 0;
}
.topix_content_img {
	width: 100%;
}
.topix_content_msg {
	font-family: "source-han-serif-japanese", serif;
    font-weight: 400;
    font-style: normal;
    color: var(--color-05);
    font-size: 120%;
    padding: 10px 10px 10px 50px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
	position:relative;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(135deg, rgba(255,255,255,1) 90%, rgba(81,144,164,1) 90%, rgba(81,144,164,1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,1) 90%, rgba(81,144,164,1) 90%, rgba(81,144,164,1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,1) 90%, rgba(81,144,164,1) 90%, rgba(81,144,164,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#5190a4",GradientType=1);
	transition:1s;
    border-top: 1px solid #fff;
}
.topix_content_link:hover .topix_content_msg{
	background: rgb(81,144,164);
	background: -moz-linear-gradient(135deg, rgba(81,144,164,1) 0%, rgba(81,144,164,1) 90%, rgba(255,255,255,1) 90%);
	background: -webkit-linear-gradient(135deg, rgba(81,144,164,1) 0%, rgba(81,144,164,1) 90%, rgba(255,255,255,1) 90%);
	background: linear-gradient(135deg, rgba(81,144,164,1) 0%, rgba(81,144,164,1) 90%, rgba(255,255,255,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5190a4",endColorstr="#ffffff",GradientType=1);
	color :#fff;
}
.topix_content_msg::before {
	content: "";
    width: 5px;
    height: 70%;
    border-radius: 4px;
    background-color: var(--color-05);
    top: 15%;
    left: 32px;
    display: block;
    position: absolute;
	transition:1s;
}
.topix_content_link:hover .topix_content_msg::before{
	background-color:#fff;
}
.topix_main_img_link {
	display: block;
	margin: 150px auto;
	position:relative;
}
.topix_main_img {
	width: 100%;
}
.topix_main_image_btn {
	display: block;
    position: absolute;
    top: calc( 50% - 30px );
    left: calc( 50% - 20% );
    width: 40%;
    height: auto;
    text-decoration: none;
    color: var(--color-05);
    font-size: 150%;
    padding: 15px 20px;
    box-sizing: border-box;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(135deg, rgba(255,255,255,1) 90%, rgba(81,144,164,1) 90%, rgba(81,144,164,1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(255,255,255,1) 90%, rgba(81,144,164,1) 90%, rgba(81,144,164,1) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,1) 90%, rgba(81,144,164,1) 90%, rgba(81,144,164,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#5190a4",GradientType=1);
    transition: 1s;
	border: 2px solid var(--color-05);
	font-family: "source-han-serif-japanese", serif;
	font-weight: 400;
	font-style: normal;	
    letter-spacing: 0.1em;
    box-shadow: 0 0 20px #fff;
}
.topix_main_img_link:hover .topix_main_image_btn{
	background: rgb(81,144,164);
	background: -moz-linear-gradient(135deg, rgba(81,144,164,1) 0%, rgba(81,144,164,1) 90%, rgba(255,255,255,1) 90%);
	background: -webkit-linear-gradient(135deg, rgba(81,144,164,1) 0%, rgba(81,144,164,1) 90%, rgba(255,255,255,1) 90%);
	background: linear-gradient(135deg, rgba(81,144,164,1) 0%, rgba(81,144,164,1) 90%, rgba(255,255,255,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5190a4",endColorstr="#ffffff",GradientType=1);
	color :#fff;
}
.innter_work {
	width: 100%;
	height: auto;
	background-image:url(./../img/bg_work.png);
	background-repeat: repeat;
	background-size:auto;
	padding: 50px 0;
}
.iigh_sections,
.iigh_recruit_sections {
	border: 2px solid var(--color-01);
    border-radius: 40px;
    width: 100%;
    margin: 50px auto;
    box-shadow: 20px 20px 0 var(--color-06);
    background-color: #fff;
}
.iigh_recruit_sections {
	margin-top: 80px;
}
.list_style_ul {
    width: 80%;
    margin: 50px auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.list_style_ul.col4 {
	
}
.list_style_ul.col3 {
	
}
.list_style_li {
	box-sizing: border-box;
	padding: 10px 0px;
	margin-left:3%;
}

.col4 .list_style_li {
	width: 25%;
}
.col3 .list_style_li {
	width: 30%;
}
.list_style_link {
	text-decoration: none;
	color:#333;
	position:relative;
	transition:0.3s;
}
.list_style_link::before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    position: absolute;
    top: -1px;
    left: -19px;
    color: #333;
    font-size: 70%;
}
.list_style_link:hover,
.list_style_link:hover::before {
	color:var(--color-04);
}
.link_btn_base_type1 {
	font-family: "source-han-serif-japanese", serif;
    font-weight: bold;
    font-style: normal;
    color: var(--color-01);
    border: 2px solid var(--color-01);
    font-size: 120%;
    padding: 10px 10px 10px 20px;
    line-height: 1.5em;
	position:relative;
	transition:1s;
	display:block;
	text-decoration: none;
	overflow:hidden;
}
.link_btn_base_type1 span {
    position: absolute;
    bottom: -104px;
    right: -105px;
    width: 150px;
    height: 150px;
    background-color: var(--color-01);
    transform: rotate(53deg);
	transition:1s;
}
.link_btn_base_type1:hover,
.grp_hosp_link:hover .link_btn_base_type1{
	color:#fff;
	background-color:var(--color-01);
}
.link_btn_base_type1:hover span ,
.grp_hosp_link:hover .link_btn_base_type1 span{
	background-color:#fff;
}

.link_btn_base_type1::after {
	content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: calc( 50% - 15px );
    right: 20px;
    font-size: 30px;
}
.apply_recruit4IIGH {
	width: 80%;
    margin: 50px auto;
    font-size: 140%;
    padding: 20px 10px 20px 50px;
    border: 2px solid var(--color-01);
}
.wrap_grp_hospitals {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-evenly;

}
.grp_hospital {
	width: 30%;
    border: 1px solid var(--color-01);
    box-sizing: border-box;
    margin-bottom: 50px;
	background-color:#fff;
     display: flex;
    flex-direction: column!important;
    
    
}
.grp_hosp_link {
	display:block;
	font-size:0;
	text-decoration: none;
    flex-grow: 1!important;

    
}

.grow {
    flex-grow: 1!important;
}
.grp_hosp_img {
	width:100%;
}
.grp_hosp_name {
    font-size: 0.8rem;
    border: none;
    border-top: 1px solid var(--color-01);
    border-bottom: 1px solid var(--color-01);
	font-weight: 400;
	position:relative;
	background-color:#fff;
    flex-grow: 1!important; 
}
.grp_hosp_name.link_btn_base_type1::after {
	font-size: 1rem;
    right: 21px;
    top: calc( 50% - 8px);
}
.grp_hosp_name.link_btn_base_type1 span {
	bottom: -123px;
}
.innter_learn {
	background-image: url(./../img/bg_learn.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    padding: 100px 0 1000px;
}
.wrap_learn h3 {
	position: relative;
    color: #fff;
    text-align: left;
    padding: 20px 10px 5px 50px;
}
.wrap_learn h3::before {
	position: absolute;
    content: "";
    top: 27px;
    left: 20px;
    width: 4px;
    height: 50%;
    background-color: #fff;
}
.learn_grp {
	padding: 20px;
}
.learn_grp_top_msg {
	background-color: var(--color-07);
}
.h3_sub_msg {
    color: #fff;
    /* margin-left: 50px; */
    font-family: "source-han-serif-japanese", serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 50px;
    padding-bottom: 20px;
	font-size: 140%;
}
.wrap_learn_bn {
	padding: 80px 10px 200px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.learn_bn_img {
	width: 45%;
    box-shadow: 20px 20px 0 var(--color-06);
}
.learn_bn_link {
	display: block;
    width: 50%;
    color: var(--color-05);
    border: 2px solid var(--color-05);
    font-size: 180%;
    letter-spacing: 0.1em;
    padding: 30px 40px 30px 50px;
    background-color: #fff;
    box-sizing: border-box;
}
.link_btn_base_type1.learn_bn_link span {
	background-color:var(--color-05);
}
.link_btn_base_type1:hover.learn_bn_link {
	background-color:var(--color-05);
}
.link_btn_base_type1:hover.learn_bn_link span{
	background-color:#fff;
}
.learn_bn_link small {
	font-size:70%;
}
.learn_bn_link.invalid {
	pointer-events: none;
	position:relative;
}
.learn_grp_note {
    font-family: "source-han-serif-japanese", serif;
	margin: 10px;
    text-align: right;
    color: red;
    letter-spacing: 0.01em;
}
.inter_message {
    background-color: var(--color-06);
    margin-left: calc( calc( 100vw - 1000px ) / 2.0 + 200px );
}
.wrap_msg_sub {
	position:relative;
	width: calc( 1000px / 2.0 );
	margin-left: calc( 1000px / 2.0 - 200px);
}
.wrap_message h3 {
    padding-bottom: 50px;
    font-weight: bold;
    text-align: left;
}
.msg_img {
	position: absolute;
    top: 70px;
    right: 600px;
    width: 500px;
    box-shadow: 20px 20px var(--color-08);	
}
.msg_comment {
    text-align: left;
    padding: 0px 10px 50px;
    font-size: 130%;
    line-height: 2em;
    letter-spacing: 0.1em;
}
.msg_comment_sub {
	text-align: right;
    padding: 10px 10px 50px;
    font-size: 130%;
}
.msg_comment_ol {
    font-size: 130%;
	padding: 10px 10px 50px 40px;
}
.msg_comment_li {
}

.inquiry_msg {
    text-align: center;
    padding: 10px;
    letter-spacing: 0.05em;
    color: #333;
	font-size: 130%;
}
.inquiry_section {
	color: var(--color-01);
    font-family: "source-han-serif-japanese", serif;
    font-weight: bold;
    border-bottom: dashed 3px var(--color-01);
    padding: 10px 0;
    width: 400px;
    margin: 70px auto 70px;
    text-align: center;
    font-size: 120%;
	box-sizing: border-box;
}
.wrap_inquiry_bn {
	display: flex;
    width: 98%;
    max-width: var(--pc_width);
    margin: 0 auto;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
}
.inquiry_bn {
	width: 45%;
    display: block;
	position:relative;
    border: 6px solid var(--color-01);
}
.inquiry_bn::before {
	content: "";
    width: 100%;
    height: 100%;
    border: 6px solid var(--color-06);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
}
.inquiry_bn_link {
	text-decoration: none;
}
#dental-resident .inquiry_bn_link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#dental-resident .inquiry_bn_link a {
	text-decoration: none;
}
.inquiry_h3 {
    color: var(--color-01);
    padding: 50px 20px 10px;
    font-size: 120%;
    line-height: 50px;
}
.inquiry_h3 i {
	font-size: 240%;
    line-height: 50px;
}
.inquiry_bn_msg {
	font-family: "source-han-serif-japanese", serif;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    padding: 0px 10px 50px;
    font-size: 170%;
    letter-spacing: 0.1em;
    color: var(--color-01);
}
.inquiry_bn_msg.tel {
	font-size:260%;
}
.inquiry_bn_msg.email {
	font-size: 160%;
    padding-top: 16px;
}
.wrap_sns {

}
.innter_sns {
	display:flex;
	width:100%;
	padding: 100px 0;
	background-image:url(./../img/bg_sns.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}
.wrap_sns_btns {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    width: 80%;
    margin: 10px auto 300px;
}
.sns_btn {
	width: 123px;
}
.sns_btn_img {
	width: 100%;
}

/* -------------------------------------------- */
/* footer                                       */
/* -------------------------------------------- */
footer {
	border-top : 20px solid var(--color-01);
}
.footer_privacy {
	display:block;
	padding: 100px 10px 50px;
	text-align: center;
}
.copyright {
	font-size: 80%;
    text-align: center;
    padding: 10px 10px 100px;
}



/* -------------------------------------------- */
/* menu                                         */
/* -------------------------------------------- */
.wrap_menu {
    position: fixed;
    bottom: 5px;
    left: 0;
    width: 100vw;
}
.menu_list {
	list-style: none;
	width: 1000px;
    margin: 0 auto;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: stretch;
    background-color: rgba(255,255,255,0.9);
	border-radius: 50px;
}
.menu_list_li a{
    float: left;
    width: calc( 100% / 6.0 );
	box-sizing: border-box;
	border-top:1px solid var(--color-01);
	border-bottom:1px solid var(--color-01);
}
.menu_list_li:nth-of-type(1) a{
	border-left: 1px solid var(--color-01);
	border-radius: 50px 0 0 50px;
}
.menu_list_li:last-of-type a{
	border-right: 1px solid var(--color-01);
	border-radius: 0 50px 50px 0;
}

.menu_link {
    text-decoration: none;
    color: var(--color-01);
    display: block;
    text-align: center;
    font-size: 90%;
    line-height: 1em;
    padding: 20px 0;
	transition:0.5s;
}
.menu_link strong {
    font-size: 120%;
    text-align: center;
    display: block;
    font-weight: normal;
	font-family: "source-han-serif-japanese", serif;
	font-style: normal;	
}
.menu_link:hover {
	background-color:var(--color-01);
	color:#fff;
}



/* -------------------------------------------- */
/* resident                                       */
/* -------------------------------------------- */
.wrap_topcontent_subpage {
	background-color:var(--color-06);
}
.wrap_topcontent_subpage_image {
    overflow: hidden;
    width: 100%;
    height: 480px;
    background-image: url(./../img/resident_top_image.jpg);
    background-repeat-x: repeat;
    background-size: contain;
    background-position-y: center;
    background-repeat-y: no-repeat;
    background-position-x: 55%;
    position: relative;
    border-bottom: 50px solid var(--color-08);
}
#dental.wrap_topcontent_subpage_image {
	background-image: url(./../img/dental-resident_top_image.jpg);
}
.wrap_topcontent_subpage_coments {
    position: absolute;
    top: 30px;
    left: calc( 50% - 500px );
    width: 400px;
    height: auto;
	box-shadow: 10px 10px 0 #fff;
	font-size: 0;
	z-index:2;
}
.wrap_topcontent_subpage_coments img{
	width: 100%;
}
.bg_decoration_01 {
	position: absolute;
    top: 0;
    left: 84%;
    width: 1000px;
    height: 560px;
    background-color: var(--color-05);
    opacity: 0.9;
    transform: rotate(70deg);
}
.bg_decoration_02 {
	position: absolute;
    top: 0;
    left: 80%;
    width: 1000px;
    height: 560px;
    background-color: #fff;
    opacity: 0.6;
    transform: rotate(100deg);
}
.bg_decoration_03 {
    position: absolute;
    top: 0;
    left: -21%;
    width: 1000px;
    height: 140px;
    background-color: #fff;
    opacity: 0.6;
    transform: rotate(70deg);
}
.caution_info {
    color: red;
    text-align: center;
    padding: 10px;
    background-color: #f8ebed;
    margin: 50px auto;
    width: var(--pc_width);
    box-sizing: border-box;
	letter-spacing: 0.05em;
}
.list_style_column_ul {
	float: left;
    width: 45%;
    margin: 20px 0 20px 10%;
    list-style: none;
}
.list_style_column_ul:nth-of-type(2) {
    margin: 20px 5% 20px 4%;
    width: 35%;
}

.list_style_column_li {
	padding: 13px 0px;
}
.list_style_column_link {
	text-decoration: none;
	color:#333;
	position:relative;
	transition:0.3s;
}
.list_style_column_link::before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    position: absolute;
    top: -1px;
    left: -19px;
    color: #333;
    font-size: 70%;
}
.list_style_column_link:hover,
.list_style_column_link:hover::before {
	color:var(--color-04);
}
.inqyiry_parson {
	text-align: center;
    font-size: 200%;
    color: var(--color-01);
    margin: 150px 0 70px;
}
.dental-resident-top {
	color: var(--color-01);
	font-size: 1.5rem;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
.wrap_training_content {
	width: var(--pc_width);
	max-width: 95%;
	margin: 100px auto 0;
}
#training h1 {
	background-color: var(--color-05);
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.1em;
    font-family: "source-han-serif-japanese", serif;
    font-weight: 700;
    font-style: normal;
    padding: 3px 5px 3px 35px;
    position: relative;
    margin-bottom: 50px;
}
#training h1::before {
	content: "";
    width: 6px;
    height: 70%;
    top: 15%;
    left: 15px;
    background-color: #fff;
    position: absolute;
    border-radius: 3px;
}
.training_program dl,
.recruitment dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;	
}
.training_program dt,
.recruitment dt {
	width: calc(20% - 15px);
	color: white;
	background: var(--color-05);
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.training_program dd,
.recruitment dd {
	width: 80%;
	padding: 5px 0;
}
.training_goals,
.treatment,
.recruitment,
.achievements {
	margin-top: 100px;
}
.training_goals ol {
	counter-reset: number;
	list-style-type: none;
	padding: .5em;
}
.training_goals ol li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: .5em .5em .5em 30px;
}
.training_goals ol li::before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: var(--color-05);
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#dental-resident .treatment table th {
	background-color: var(--color-05);
	color: white;
	font-weight: bold;
	text-align: center;
	border: solid 1px white;
	width: 30%;
}
#dental-resident .treatment table td {
	text-align: left;
	width: 70%;
}
#dental-resident table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	border-radius: 20px;
	text-align: center;
}
#dental-resident table tr {
	background-color: var(--color-06);
}
#dental-resident table tr:nth-child(even) {
	background-color: white;
}
#dental-resident table th,
#dental-resident table td {
	padding: 1em;
}
#dental-resident table thead th {
	background-color: var(--color-05);
	color: white;
	font-weight: bold;
	text-align: center;
}
#dental-resident table tbody th {
	color: var(--color-05);
}

/* -------------------------------------------- */
/* resident2                                      */
/* -------------------------------------------- */

.wrap_smtopcontent_subpage_image {
    overflow: hidden;
    width: 100%;
    height: 480px;
    background-image: url(./../img/resident2_top_image.png);
    background-repeat-x: repeat;
    background-size: contain;
    background-position-y: center;
    background-repeat-y: no-repeat;
    background-position-x: 55%;
    position: relative;
    border-bottom: 50px solid var(--color-08);
}
.wrap_smtopcontent_subpage_coments {
    position: absolute;
    top: 30px;
    left: calc( 50% - 500px );
    width: 400px;
    height: auto;
	box-shadow: 10px 10px 0 #fff;
	font-size: 0;
	z-index:2;
}
.wrap_smtopcontent_subpage_coments img{
	width: 100%;
}
.resident2bnr{
    width: 100%;
    height: auto;
    margin: 50px auto 0 auto;
    text-align: center;
}
.list_style_column2_ul {
    margin: 20px 0 20px 10%;
    list-style: none;
}
.list_style_column2_ul:nth-of-type(4) {
    margin: 20px 5% 20px 4%;
    width: 35%;
}

.list_style_title{
    font-size: 120%;
    position: relative;
    background-color: var(--color-07);
    padding: 5px 5px 5px 30px;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: auto;
    font-family: "source-han-serif-japanese", serif;
    margin-bottom: 10px;
}
.list_style_title::before{
    content: "";
    position: absolute;
    top: 13px;
    left: 15px;
    height: 50%;
    width: 5px;
    border-radius: 2px;
    background-color: #fff;
}
.secbold{
    font-family: "source-han-serif-japanese", serif;
    font-weight: bold;
    color: var(--color-07);
}
.prgm{
    width: 85%;
    margin-left: 50px;
    display: inline-block;
}
.mr10 {
    margin-right: 10px;
}
.header_fix {
    display: flex;
    align-items: center;

}
.iseikai_hospital {
    width: 80%!important;
    margin: 0 auto 30px auto;
}
.iseikai_hosp_name {
    font-size: 1.2rem;
}
a.btn_13 {
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
    font-family: "source-han-serif-japanese", serif;
	padding: 0.5rem 2rem;
	background: #FBFBFB;
	color: #00B3F0;
	position: relative;
	transition: 0.5s;
    font-size: 80%;
    border-radius: 100vh;
    margin: 10px;
    border: solid 1px #00B3F0;
    
}
a.btn_13::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #00B3F0;
}
a.btn_13::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 25px;
	height: 1px;
	background-color: #00B3F0;
}
a.btn_13:hover {
	background: #d4eef7;
	color: #00B3F0;
}
ul.list_style_ul_group {

}

.list_style_ul_group {
    display: flex;
    width: 100%;
    margin: 0 10px 0 30px;

}
.list_style_ul_group li{
    width: 100%!important;

}
.recruit_h4 {
	width: 160px;
	margin: 50px 20px 10px;
	font-size: 120%;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
}
.recruit_h4.cat1 {
	background-color: var(--color-09);
	color: #fff;
}
.recruit_h4.cat2 {
	background-color: var(--color-02);
	color: #fff;
}
.recruit_h4.cat3 {
	background-color: var(--color-06);
}
.table_note {
	color: var(--color-05) !important;
	margin-top: 0 !important;
	margin-bottom: 0!important;
	margin-left:0!important;
	font-size:90%;
}
.table_note:last-of-type {
	margin-bottom:20px!important;
	
}


















/* ---------------------------------------------- */
/* --                                          -- */
/* --  print                                   -- */
/* --                                          -- */
/* ---------------------------------------------- */
@media print {
	.luxbar-navigation {
		flex-direction: row!important;
	}
	.luxbar-fixed {
		position: relative !important;
		top:inherit!important;
		left:inherit!important;
	}
	.footer_privacy {
		padding: 10px 10px;
	}
	.copyright {
		padding: 10px 10px;		
	}
	.wrap_sns_btns {
		margin: 10px auto;
	}
	.innter_sns {
		padding :10px 0;
	}
	.separator {
		margin: 10px auto;
	}
	header {
		position: relative !important;
		top:inherit!important;
		left:inherit!important;
	}
}
/* ---------------------------------------------- */
/* --  print ここまで                          -- */
/* ---------------------------------------------- */

	
