@charset "UTF-8";





/* ────────────────────────────────────────── サイト名　site_title */

#header {
display: flex;
}
.header_box_L {
flex: 3;
}
.header_box_R {
position: relative;
flex: 2;
align-items: flex-end !important;
padding-top: 1%;
text-align: center;
}

.header_box_R h1 {
/* position: relative;
top: 45%; */
}

.header_box_R p.navbar-brand_summery {
margin: 0;
}

.icon_admin {
background: navy;
font-size: x-small;
color: #fff;
padding: 0.3em 0.5em;
margin-right: 6px;
border-radius: 0.4em;
}

.header_box_R a {
margin-bottom: -2px!important;
vertical-align: bottom;
}



@media screen and (max-width: 992px) {
#header {
display: block;
}
.header_box_L {
flex: none;
}
.header_box_R {
flex: none;
text-align: center;
background: #f3f3f3;
border-top: 1px solid #dae6da;
}

.header_box_R .navbar-brand_summery {
margin: 0;
}

.header_box_R p {
margin: 0 auto!important;
padding: 0 !important;
}
}


h1 .site_title,
.site_title {
font-family: kan48typos-std, "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}

h1 .site_title, 
.site_title {
text-align: center;
font-size: 1.5rem;
}

@media screen and (max-width: 992px) {
.header_box_R .site_title {
font-size: 1.1rem;
}
}

h1 .site_title .c1,
.site_title .c1 {
color: #2d91f9;
}

h1 .site_title .c2,
.site_title .c2 {
color: #f56c6c;
}

h1 .site_title .c3,
.site_title .c3 {
color: #ff7bd0;
}

.navbar-brand_summery {
font-size: x-small;
}




/* ───────────────レイアウト構成要素 */

.outline {
display: none;
}

body {
font-family: kan48typos-std, "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
line-height: 1.4em;
color: #333;
margin: 0px;
padding: 0px;
background: none;
}
  
h1, h2, h3, h4, h5, h6 {
font-size: 14pt;
margin: 0;
padding: 0;
}          
    
a {
color: midnightblue;
text-decoration: none;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}

a:hover {
opacity: 0.5;
}

hr {
border-top: 1px solid #ffcee4;
margin: 2em 0;
}

main {
padding: 0 1em 5em;
display: block; /* IE認識用 */
}





/* ───────────────　共有要素 */


header h1 a img {
width: 50%;
max-width: 320px;
}

#page_Title {
margin: 0;
color: #777;
padding-right: 2em;
}

#header, #box_main {
margin: 0 auto;
max-width: 1200px;
}

header #top {
font-size: small;
display: block;
padding: 0.6em 1em;
}



/* 上部グローバルナビ　PC閲覧時非表示 */
#g_navi_top {
display: none; 
}



#box_main {
position: relative;
overflow: hidden;
/* background: #3a8; */
}



#page_Title_box {
/* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */
background: linear-gradient(-45deg, #f1fba9, #ffd09e, #ff84c4, #c4baf7, #86dfff, #b8eadf);
background-size: 400% 400%;
animation: gradientBG 50s ease infinite;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


body#page_confirm #page_Title_box {
background: #c2d3cf;
}

body#page_error #page_Title_box {
background: #fb5555;
}



h1#page_Title {
font-family: 'Muli', "游明朝", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 170%;
font-weight: 400;
max-width: 1200px;
margin: 0 auto;
text-align: right;
padding: 2em 0;
color: #27272d;
}

h1#page_Title span {
font-weight: 300;
letter-spacing: 0.1em;
color: #fff;
}

section {
/* background: rgba(0,255,128,0.1); */
}

.genre_box {
/* background: #fff; */
display: flex;
}

.genre_box_name {
font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
color: #555;
text-align: center;
padding: 0.5em 0;
margin-top: 3em;
font-size: 170%;
border-bottom: 2px solid pink;
line-height: 1.5em;
}

.genre_box_name:nth-child(1) {
margin-top: 1em;
}

.genre_box_inner {
background: #fff;
flex: 1;
/* box-shadow: 0px 0px 2px rgba(64,64,64,0.2); */
padding: 2em;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}

.genre_box_inner:hover {
background: rgba(255,255,255,0.5);
}

.genre_box_inner:nth-child(2) {
margin: 0 1em;
}

.genre_box_inner h2 {
text-align: center;
font-weight: 600;
font-size: 140%;
line-height: 1.3em;
padding: 0.5em 0;
background: #e963a0;
border-radius: 0.2em;
/* color: #d82531; */
color: #fff;
font-family: "游ゴシック", sans-serif;
}

.genre_box_inner h2 span {
display: block;
font-size: small;
padding-right: 1em;
padding-left: 1em;
}


.genre_box_inner img { 
width: 100%;
max-width: 100%;
}


a .icon_check {
position: relative;
top: 0.3em;
margin-right:0.4em;
width: 1.2em;
}

a .icon_check:hover {
opacity: 0.4;
}
    
.nagare_box {
font-size: 100%;
}

.sitemap_list {
padding-left: 15%;
}
    
.sitemap_list li {
line-height: 1.8;
list-style: none;
/* list-style-type: square;
background: url("../images/check_24px.svg") no-repeat left center; */
background: url("../images/arrow_right.svg") no-repeat left center;
background-size: 1em;
padding-bottom: 0.1em;
padding-left: 1.6em;
font-size: 90%;
}

.sitemap_feature {
padding: 1em;
background: #ffd9ef;
font-size: 90%;
box-shadow: 0px 2px 2px rgba(128,128,128,0.1);
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}

.sitemap_feature:hover {
background: #ffeef8;
}

.pharma_box {
flex: 1;
}



.page_navi {
background: green;
display: flex;
}

.page_navi p {
flex: 1;
}


#copyright {
font-size: small;
margin: 2em auto 3em;
}



footer {
background: #f9f9f9;
text-align: center;
padding: 2em;
}

footer address a {
display: block;
margin: 0 auto;
width: 40%;
text-decoration: none;
position: relative;
}

footer address a img {
width: 100%;
max-width: 300px;
position: relative;
top: 10px;
}

footer box_footer {
width: 80%;
max-width: 1000px;
margin: 0 auto; 
text-align: center; 
padding-top: 1em;
}



/* 共通　セキュリティサイン */
#security {
padding: 0em 1em 1em;
color: #0b65b1;
font-size: x-small;
line-height: 1.5em;
text-align: center;
}



/* ──────────────────────────────共通・パターン背景　赤 */
.bg_ptn_red {
color: #fff;
background-color: rgba(193,0,41,1);
background-image:
linear-gradient(45deg, rgba(204,0,81,1) 25%, transparent 25%,
transparent 75%, rgba(204,0,81,1) 75%, rgba(204,0,81,1)),
linear-gradient(-45deg, rgba(204,0,81,1) 25%, transparent 25%,
transparent 75%, rgba(204,0,81,1) 75%, rgba(204,0,81,1));
background-size: 20px 20px;
background-position: 0 0, 10px 10px;
transform: scaleY(1);
animation: move 0.6s ease 1;
}

@keyframes move {
  25% {
  transform: scaleY(1.2);
  }
  50% {
  transform: scaleY(1);
  }
  75% {
  transform: scaleY(1.5);
  }
}

/* ──────────────────────────────共通・パターン背景　ピンク */
.bg_ptn_red {
color: #fff;
background-color: rgba(193,0,41,1);
background-image:
linear-gradient(45deg, rgba(204,0,81,1) 25%, transparent 25%,
transparent 75%, rgba(204,0,81,1) 75%, rgba(204,0,81,1)),
linear-gradient(-45deg, rgba(204,0,81,1) 25%, transparent 25%,
transparent 75%, rgba(204,0,81,1) 75%, rgba(204,0,81,1));
background-size: 20px 20px;
background-position: 0 0, 10px 10px;
}

/* ──────────────────────────────共通・アニメ　下方向の矢印 */
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_arrows {
	position: relative;
	display: flex;
	height: 20vh;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
.cp_arrows .cp_arrow {
	position: absolute;
	top: 70%;/*着地点（サンプルは[class:cp_arrows]height300pxの50%）*/
	left: 45%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
	opacity: 0;
}
.cp_arrows .cp_arrowfirst {
	-webkit-animation: arrow-move08 1.5s ease-in-out infinite;
	        animation: arrow-move08 1.5s ease-in-out infinite;
}
.cp_arrows .cp_arrowsecond {
	-webkit-animation: arrow-move08 1.5s 0.75s ease-in-out infinite;
	        animation: arrow-move08 1.5s 0.75s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before, .cp_arrows .cp_arrow:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 3px;
	content: '';
	background: #E91E63;
}
.cp_arrows .cp_arrow:before {
	-webkit-transform: rotate(30deg) translateX(-39%);
	        transform: rotate(30deg) translateX(-39%);
	-webkit-transform-origin: top left;
	        transform-origin: top left;
}
.cp_arrows .cp_arrow:after {
	-webkit-transform: rotate(-30deg) translateX(39%);
	        transform: rotate(-30deg) translateX(39%);
	-webkit-transform-origin: top right;
	        transform-origin: top right;
}
@-webkit-keyframes arrow-move08 {
	0% {
		top: 40%;/*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes arrow-move08 {
	0% {
		top: 40%;/*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}



/* ──────────────────────────────共通・タイトル　青 */
.title_blue {
color: navy;
text-align: center;
font-size: 1.4rem;
margin: 2em 0 0;
line-height: 1.4em;
}




/* ──────────────────────────────共通・タイトル　電話 */
.title_call_me {
/* border: 2px solid navy;
border-radius: 50%; */
padding:0.2em;
text-align: center;
margin-top: 2em;
color: #c00;
font-size: 1.4rem;
}


/* 共通・求人カテゴリの上部クイックナビ */
#top_quick_navi {
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-content: space-between;
padding-left: 0;
}

#top_quick_navi li {
border: 3px solid #6fe5f7;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    width: 7em;
    margin: 0.3em 0;
    border-radius: 0.5em;
/* background: linear-gradient(-35deg, #76dfef33 20%, #fff 50%); */
background: linear-gradient(-35deg, #76dfef 9%, #fff 10%);
box-shadow: 0px 4px 3px rgba(128,128,64,0.2);
}

#top_quick_navi li:hover {
background: linear-gradient(-35deg, #b6f5ff 9%, #fff 10%);
box-shadow: 0px 4px 3px rgba(128,128,64,0.2);
animation: animbtn 0.8s ease 1;
    border-radius: 0.5em;
}

@keyframes animbtn {
    0% {
        box-shadow: 0px 6px 5px rgba(128,128,64,0.2);
    }
    50% {
        box-shadow: 0px 12px 10px rgba(128,128,64,0.1);
    border-radius: 0.5em 0.5em 2em 0.5em;
    }
}


#top_quick_navi li small {
display: block;
font-size: x-small;
}

#top_quick_navi li a {
display: block;
padding: 1em 0;
}


#gotoTOP a {
background: rgba(52, 206, 193, 0.5);
border-radius: 50%;
color: #fff;
width: 4em;
height: 4em;
text-align: center;
position: fixed;
right: 10%;
bottom: 10%;
display: block;
}

#gotoTOP a img {
display: block;
margin: 0.5em auto 0;
width: 2em;
}

#gotoTOP a span {
font-size: x-small;
color: #000;
}


main {
position: relative;
overflow: hidden;
width: 69%;
float: right;
}

body#page_sitemap main,
body#page_error main {
width: auto;
float: none;
}

aside {
margin-top: 2em;
/* background: #ececec; */
width: 25%;
float: left;
/* font-size: 90%; */
}

aside dl {
margin-left: 0;
}

aside dl dt {
/* background: #d7efed; */
background: #a3efe8;
border-top: 1px solid #ccc;
padding: 0.4em 0 0.4em 1em;
/* border-bottom: 1px solid #ccc; */
margin: 2em 0 0.8em;
font-weight: bold;
}

aside dl dt:first-child {
margin-top: 0!important;
}


aside dl dt span {
display: block;
font-size: small;
}

aside dl dd {
line-height: 1.8em;
font-size: 90%;
}


.thin {
font-weight: normal;
color: #555;
padding-right: 1em;
padding-left: 1em;
}



h2.sidebar_title {
margin-top: 4em;
text-align: center;
font-weight: 600;
font-size: 90%;
line-height: 1.3em;
padding: 0.5em 0;
background: #e963a0;
border-radius: 0.2em;
/* color: #d82531; */
color: #fff;
font-family: "游ゴシック", sans-serif;
}

h2.sidebar_title#sidebar_title_top {
margin-top: 3em!important;
}



/* ───────────────────　個別　プライバシーポリシー */

p.p_aisatsu {
padding: 0 1em 0;
line-height: 1.8em;
}

.p_aisatsu dt {
font-weight: bold;
border-bottom: 2px solid rgba(0,0,128,0.05);
line-height: 1.6em;
margin: 2em 0 1em;
padding-bottom: 0.4em;
}

button[type="button"].btn-info {
font-size: 100%;
width: 50%!important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0 auto;
padding: 1em 0;
}

.btn.btn-info {
display: block;
}



/* ───────────────────　個別　お問い合わせ */

.green {
margin-top: 1.5em;
border-bottom: 2px solid #090;
padding: 0 0 0.5em;
font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 150%;
font-weight: bold;
text-align: center;
line-height: 1.5em;
}

.green.margin_top {
margin-top: 4em;
}

.inq_table {
background: #56b0ff1a;
padding: 2em 2em 2em;
position: relative;
overflow: hidden;
}

.inq_table:last-child {
border: 1em solid #56b0ff1a;
background: none;
padding: 1em;
}

.inq_table dt {
/* font-size: 125%; */
padding: 2px 1em 1px;
background: #0064bd;
color: #fff;
/* border-radius: 0.2em; */
font-weight: bold;
margin: 0 0 2em;
width: 25%;
clear: both;
float: left;
}

.inq_table.inq_form dt {
margin: 0 0 3em;
}

@media screen and (max-width: 992px) {
.inq_table.inq_form dt {
margin: 1em 0 0.5em;
}
}

.inq_table dd {
width: 65%;
margin: 0;
float: left;
padding: 0 0 0 2em;
text-align: left;
}

.inq_table input, 
.inq_table textarea {
/* font-size: 125%; */
line-height: 1.5em;
border: 1px solid #0064bd;
width: 100%;
}

.inq_table input {
padding-left: 0.5em;
margin-bottom: 7px;
}



.inq_table input.input_width_1 {
width: 1em;
}
.inq_table input.input_width_3 {
width: 3em;
}
.inq_table input.input_width_5 {
width: 5em;
}
.inq_table input.input_width_10 {
width: 10em;
}
.inq_table input.input_width_50 {
width: 50%;
}
.inq_table input.input_width_80 {
width: 80%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=url]:focus,
textarea:focus {
	color: #003a6c;
	background-color: #d9f6ff;
}

.inq_table .tel_number {
display: block;
margin-bottom: 0.5em;
color: #cc0000;
font-weight: 900;
font-size: 2.3em;
}

.inq_table .tel_number img {
width: 0.7em;
height: 0.7em;
margin-right: 0.1em;
text-decoration: none;
}

.inq_table .tel_number_L {
color: #0045e0;
font-weight:600;
margin-right: 2em;
}

.inq_table .tel_number_R {
color: lightslategray;
}

.required {
font-size: 1em;
color: #ff4ad8;
font-weight: bold;
}

select {
font-size: 100%!important;
padding: 0 2em 0.3em!important;
}

.btn {
display: flex;
}

.button_control {
width: 70%;
padding: 1em;
font-size: 13pt;
margin: 0 auto 1em;
display: block;
text-align: center;
border: 1px solid gray;
}

.button_control:nth-child(2) {
background: #66d3ff!important;
}
.button_control:last-child {
background: orange;
}




/* ───────────────────　個別　お問い合わせの御礼 */

.text_center {
text-align: center;
}

.pics_inquiry {
display: block;
width: 50%;
max-width: 100%;
margin: 2em auto;
}




/* ───────────────────　個別　会社概要　沿革 */

.list_company {
padding: 2em 2em 0;
position: relative;
overflow: hidden;
}

.list_company dt,
.list_company dd {
border-top: 1px dotted rgba(0,0,0,0.2);
}

.list_company dt:first-child,
.list_company dd:nth-child(2) {
border-top: none;
}
.list_company dt {
padding: 1em 1em 1px;
color: #333;
font-weight: bold;
margin: 0 0 1em;
width: 25%;
clear: both;
float: left;
}

.list_company dd {
width: 65%;
margin: 0;
float: left;
padding: 1em 0 0 0;
}

.list_company ul {
padding-left: 0;
}

.list_company li {
line-height: 1.7em;
}

.list_company ul li {
list-style: none;
}

.list_company strong {
background: navy;
font-size: x-small;
color: #fff;
padding: 0.3em 0.5em;
border-radius: 0.4em;
}



/* ───────────────────　個別　リンク */

.list_link {
position: relative;
padding: 4rem 5%;
margin-bottom: 3em;
}

.list_link li {
list-style: none;
border-top: 1px solid #efefef;
padding: 0;
}

.list_link li a {
padding: 1em;
display: block;
}

.list_link li a:hover {
background: #efefff;
}



.table_inquiry {
width: 80%;
margin: 2em auto 0;
border: 2px solid #efefef;
position: relative;
overflow: hidden;
}

.table_inquiry dt {
border-top: 2px solid #efefef;
margin: 0 0 1em;
padding: 1em;
}

.table_inquiry input {
min-width: 15em;
width: auto;
}

.yoken {
width: 80%;
}

.table_inquiry .submit {
width: 40%;
float: left;
margin: 0 0.5em;
}



/* ───────────────────　個別　医師・歯科医師のかたへ */

.title_doctor {
/* border-left: 0.3em solid #d41291; */
margin-top: 1em;
/* font-size: 1.3rem; */
font-size: 2vw;
padding: 1em 0;
text-align: center;
font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.title_doctor span {
color: #d41291;
display: block;
font-size: 2rem;
margin-top: 0.6em;
font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

ul.doctor_card {
position: relative;
overflow: hidden;
padding-left: 0;
}

ul.doctor_card li {
list-style: none;
width: 40%;
padding: 1em 3%;
float: left;
margin: 1%;
/* box-shadow: 0 2px 2px rgba(64,64,64,0.1); */
}

ul.doctor_card li.sad {
color: #c32424;
font-size: 1.1rem;
background: none;
border-bottom: none;
/* border: 1px solid #e46b6b; */
}

li.sad {
list-style: none;
margin-bottom: 0.5em;
padding: 0 0 .25em 1em;
background: linear-gradient(rgba(198, 231, 60, 0.5), rgba(198, 231, 60, 0.5)) 0 100%/0 100% no-repeat;
transition: background .6s;
text-decoration: none;
border-bottom: 1px dashed #91d0da;
font-size: 1.2rem;
}
li.sad.reverse {
background-position: 100% 100%;
}
li.sad:hover {
background-size: 100% 100%;
opacity: 0.8;
}



/* ボタン・お申込みから採用までのながれ */
.flow_button {
padding: 1em;
width: 60%;
border: 3px solid #b50000;
margin: 2em auto 4em;
color: #b50000;
text-decoration: none;
font-size: 1em;
font-weight: bold;
text-align: center;
justify-content: center;
overflow: hidden;
box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
}

.flow_button a {
color: #b50000;
}

#button-right {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-right a {
  position: relative;
overflow: hidden;
  left: 0;
  transition: all .35s ease-Out;
}

#button-right a img {
display: block;
    width: 14%;
    height: auto;
    margin-right: 1em;
    float: left;
    border: 1px solid #b50000;
}

#dub-arrow {
color: #fff;
  width: 100%;
  height: 100%;
  background: linear-gradient(35deg, #960404, #b50000);
  left: -80%;
  position: absolute;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .35s ease-Out;
  bottom: 0;
}

#button-right img {
  width: 20px;
  height: auto;
}

#button-right:hover #dub-arrow {
  left: 0;
}

#button-right:hover a {
  left: 80%;
}



ul.doctor_card li.sad::before {
content: "";
border-top: 2px solid #e46b6b;
border-left: 2px solid #e46b6b;
padding: 1em 0 0 1em;
}

ul.doctor_card li.sad::after {
content: "";
border-right: 2px solid #e46b6b;
border-bottom: 2px solid #e46b6b;
padding: 0 1em 1em 0;
}



ul.doctor_card li.wish {
border: 0.3em solid #0cb1fb;
background: #faffd0;
}

ul.doctor_card li:nth-child(odd) {
clear: both;
}

img.doctor_pics {
flex: 0.5;
display: block;
margin: 1em auto;
}


/* 文字を正円で囲む */
.maru {
display: inline-flex;
justify-content: center;
align-items: center;
border-radius: 50%;
flex-flow: column wrap; 
vertical-align: top;
}
.size_wrap {
width: 12em;
height: 12em;
}
.letter_small {
font-size: 1.5em;
line-height: 1em;
}
.letter_medium {
font-size: 2.7em;
line-height: 1.5em;
font-weight: bold;
}
.navy {
color: #fff;
border: 4px solid navy;
background: skyblue;
transition: .5s ease;
transform: scale(0.8,0.8);
}

.navy.active{
background: navy;
transform: scale(1,1);
}


.merit_box {
/* border: 0.4em solid navy; */
position: relative;
text-align: center;
margin-top: 2em;
}

.merit {
margin-top: 3em;
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
align-content: stretch;
padding: 0;
counter-reset: list;
list-style-type: none;
}

.merit li {
position: relative;
text-align: left;
align-items: center;
border: 0.3em solid navy;
border-collapse: collapse;
box-sizing: border-box;
padding: 2em 0.5em 0.5em;
flex: 1;
margin: 0 0.3em;
border-radius: 0.5em;
transition: .3s ease;
opacity: 0; 
}

.merit li.active {
opacity: 1;
}

.merit li::before{
counter-increment: list;
content: counter(list);
position: absolute;
left: 36%;
top: -22%;
/* width: 3em;
height: 3em; */
font-size: 2em;
padding: 0.5em;
border-radius: 50%;
text-align: center;
color: #fff;
background: #08a4ff;
}
.merit li::after{
content: "";
display: block;
position: absolute;
left: 45%;
height: 0;
width: 0;
border-left: 0.5em solid transparent;
border-right: 0.5em solid transparent;
border-top: 1em solid #08a4ff;
top: 11%;
}

.merit li strong {
color: #1a1aca;
display: block;
margin: 1em auto;
text-align: center;
}


.dr_workstyle {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-webkit-flex-pack: justify;
-moz-flex-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
padding: 0;
margin-bottom: 5em;
}


.dr_workstyle li {
flex: 1;
text-align: center;
margin-right: 1%;
border: 3px solid navy;
}

.dr_workstyle li:last-child {
margin-right: 0;
}

.dr_workstyle_genre {
display: block;
background: navy;
color: #fff;
padding: 0.5em;
font-weight: bold;
margin-bottom: 0.5em;
}

.dr_workstyle li small {
text-align: left;
font-size: 90%;
color: navy;
border-top: 1px dashed navy;
padding: 0.5em 1em 0;
margin-top: 0.5em;
display: block;
font-weight: bold;
}

.dr_workstyle li ol {
padding: 0 1em;
margin-top: 1em;
}

.dr_workstyle li li {
border: none;
list-style: none;
text-align: left;
padding: none;
margin-bottom: 0.7em;
line-height: 1.5em;
}



/* ───────────────────　個別　開業支援 */

.support_title {
color: #cc0051;
margin: 1em auto;
text-align: center;
font-size: 6vh;
padding: 1em 0;
text-align: center;
font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.support_genre {
padding: 0 0 1em;
position: relative;
overflow: hidden;
}

.support_genre li {
list-style: none;
min-height: 3em;
padding: 1em 1%;
float: left;
width: 30%;
text-align: center;
margin-top: 1em;
margin-bottom: 1em;
box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
border: 1px solid #dfdfdf;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}


.support_genre li img {
display: block;
width: 40%;
height: auto;
max-width: 100%;
margin-right: 3%;
border: 1px solid #dadecb;
position: absolute;
left: 0;
}

.support_genre li:nth-child(2),
.support_genre li:nth-child(5),
.support_genre li:nth-child(8),
.support_genre li:nth-child(11),
.support_genre li:nth-child(14),
.support_genre li:nth-child(17), 
.support_genre li:nth-child(20),
.support_genre li:nth-child(23),
.support_genre li:nth-child(26),
.support_genre li:nth-child(29) {
margin-right: 1%;
margin-left: 1%;
}


.support_genre li a {
position: absolute;
left: 48%;
}

@media screen and (max-width: 992px) {
.support_genre li {
display: block;
/* width: 47%; */
background: #f5f5f5;
width: 30%;
min-height: 13em;
padding: 0.8em 1% 0.5em;
margin-top: 5px!important;
margin-bottom: 5px!important;
box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
}
.support_genre li img {
display: block;
position: relative;
width: 90%;
height: auto;
margin-right: auto;
margin-left: auto;
border: 3px solid #fff;
}
.support_genre li a {
position: relative;
left: 0;
margin-top: 0.4em;
}
.support_genre li:nth-child(2),
.support_genre li:nth-child(5),
.support_genre li:nth-child(8),
.support_genre li:nth-child(11),
.support_genre li:nth-child(14),
.support_genre li:nth-child(17), 
.support_genre li:nth-child(20),
.support_genre li:nth-child(23),
.support_genre li:nth-child(26),
.support_genre li:nth-child(29) {
margin-right: 3px;
margin-left: 3px;
}
}

@media screen and (max-width: 768px) {
.support_genre li {
min-height: 8em;
}
}





/* 文字・赤 */
.red {
color: red;
font-weight: bold;
}



/* 左右2列カラム */
.column_2 {
position: relative;
overflow: hidden;
display: flex;
}



/* 電話アイコン */
img.icon_call {
width: 0.7em;
height: 0.7em;
margin-right: 0.1em;
text-decoration: none;
}


/* デスクトップ環境では折り返し */
.brk_desktop {
display: block;
}










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

.inq_table dt, 
.inq_table dd {
margin: 1.5em 0 0;
float: none;
width: auto;
}

.inq_table dd {
padding-left: 0;
}

#top_quick_navi li {
width: 25%;
}

li.sad {
font-size: 1rem;
}

#copyright {
font-size: small;
}

}



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

header h1 {
text-align: center;
}

header h1 a img {
width: 70%;
margin: 0.5em auto 0.2em;
}

header #top {
font-size: 80%;
text-align: center;
}



/* モバイル環境で上部グローバルナビを可視化 */
#g_navi_top {
display: none;
background: #c60;
color: #fff;
}



/* モバイル環境では折り返し */
.brk_sp {
display: block;
}

/* デスクトップ環境では折り返し */
.brk_desktop {
display: none;
}


aside dl dt, 
aside dl dd {
font-size: 100%!important;
}




img {
max-width: 100%;
width: 100%;
}

main, section, aside,
#header, #box_main {
width: auto;
float: none;
}

#main {
padding: 0 0 1em;
}

h1#page_Title {
font-size: 100%;
font-weight: bold;
max-width: 100%;
text-align: center;
padding: 0.3em 0 0.5em;
}

h1#page_Title .brk_sp {
font-size: small;
}

.genre_box {
display: block;
width: 100%;
}

.genre_box_name:nth-child(1) {
    display: none;
/* margin-top: 0;
font-size: small; */
}

.inq_table {
padding: 0em 1em 0.5em;
}


.inq_table:last-child {
border: 0.5em solid #56b0ff1a;
padding: 1em 0.5em;
}

.inq_table dt, .inq_table dd {
text-align: center;
margin: 0;
}

.inq_table dt {
margin-top: 0.5em;
border-radius: 0.5em 0.5em 0 0;
}

.inq_table input[type="text"],
.inq_table textarea {
font-size: 100%;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.inq_table select {
width: auto;
padding: 0.2em 0!important;
}

.inq_table input.input_width_3 {
width: 3em!important;
}

.inq_table input.tel_limit {
width: 4em!important;
}

.inq_table .tel_number {
font-size: 1.8em;
margin: 0.5em auto 0.3em;
}

.inq_table .tel_number_L {
display: block;
text-align: center;
width: 8em;
margin: 0 auto;
background: #0045e0;
color: #fff;
font-size: small;
border-radius: 1em;
}

.inq_table .tel_number_R {
color: #333;
font-weight: 900;
}

input[type="submit"],
input[type="reset"] {
-webkit-appearance: none;
border-radius: 0;
border: none;
color: #fff;
font-size: 1em;
font-weight: bold;
box-shadow: 0 1px 3px rgba(0,0,0, 0.4);
padding: 0.6em 0;
}

input[type="submit"] {
background: #3c9ef7;
}

input[type="reset"] {
background: #ee7752;
}


.pics_inquiry {
display: block;
width: 80%;
max-width: 100%;
margin: 2em auto;
}


.title_call_me {
margin: 0.5em auto 0;
}

.list_company dt {
padding: 1em 1em 1px;
}

.list_company dd {
padding: 0 1em 1px;
}
    
.list_company dt,
.list_company dd {
margin: 0 0 1em;
width: auto;
clear: both;
float: none;
}

.list_company dd {
border-top: none;
}

.list_company small {
font-size: x-small;
}

.list_company ol {
padding: 0;
}



.title_doctor {
margin-top: 2em;
font-size: 1.2rem;
}

.title_doctor span {
font-size: 1.3rem;
}

ul.doctor_card {
padding-left: 0;
}

ul.doctor_card li {
width: auto;
float: none;
}


.merit {
margin-top: 3em;
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-content: space-between;
padding-left: 0;
}

.merit li {
margin-bottom: 1.2em;
width: 49%;
flex: none;
margin: 0 0 0.7em;
padding: 2em 0.3em 0.5em;
transform: skewY(-10deg);
}

.merit li strong {
text-align: center;
font-size: 1rem;
line-height: 1.5em;
}

.merit li::before{
left: 33%;
top: -10%;
/* width: 3em;
height: 3em; */
font-size: 2em;
padding: 0.5em;
border-radius: 50%;
text-align: center;
color: #fff;
background: #000080;
}
.merit li::after{
display: none;
}


.dr_workstyle {
display: block;
}

.dr_workstyle_genre {
margin-top: 2em;
font-size: 1.2em;
}

.dr_workstyle li {
border: none;
}

.dr_workstyle li small {
text-align: center;
}

.inq_table:last-child {
border: 1em solid #56b0ff1a;
background: none;
padding: 1em;
}


li.sad {
padding: 0 0 .25em 0;
font-size: small;
}

ul.doctor_card li.sad {
font-size: 1rem;
padding: 0.2em;
}

ul.doctor_card li.sad:before,
li.sad:before {
content: " ";
margin-right: 0.2em;
}

ul.doctor_card li.sad:before,
ul.doctor_card li.sad:after {
border: 0;
}

ul.offerer_catch {
padding-left: 0;
}



.flow_button {
padding: 0 0 1em;
width: 80%;
}

#button-right a img {
display: none;
}

#dub-arrow {
left: -100%;
}


/* 共通・求人カテゴリの上部クイックナビ */
#top_quick_navi {
margin-top: 0.3em;
}

#top_quick_navi li {
width: 31%;
background: #6fe5f7;
font-size: 1.1rem;
margin: 0.1em 0;
}
#top_quick_navi li:hover {
background: #b1fce5;
}

#top_quick_navi li a {
padding: 0.5em 0;
}

#top_quick_navi li small {
font-size: small;
font-weight: normal;
}



footer address a {
width: 80%;
}

#copyright {
margin: 1em auto 3em;
}
   
} /* ────────────── max-width: 768px */


