@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
body {
  font-size: 16px;
  font-size: 1.6rem;
}

div#wrap {
  width: 100%;
  margin: 0 auto;
}

/*----- フッター下部固定 -----*/
html, body {
  height: 100%;
}

div#wrap {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

div#content {
  padding-bottom: 140px;
  width: 100%;
  margin: 0;
  clear: both;
}

/*40px*/
h1 {
  font-size: 2.500em;
}

/*34px*/
h2 {
  font-size: 2.125em;
}

/*25px*/
h3 {
  font-size: 1.500em;
}

/*20px*/
h4 {
  font-size: 1.250em;
}

p {
  margin-bottom: 0.75em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

img {
  width: 100%;
  height: auto;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.sp-only {
  display: none;
}

table {
  width: 100%;
  border: 1px solid #b3b3b3;
  background: #FFF;
  margin-bottom: 8px;
}
table thead th {
  background: #005bac;
  text-align: center;
  color: #FFF;
  padding: 8px;
  border: 1px solid #b3b3b3;
}
table tbody th {
  border: 1px solid #b3b3b3;
  padding: 8px;
  background: #4c8cc5;
  color: #FFF;
}
table tbody td {
  border: 1px solid #b3b3b3;
  padding: 8px;
}
table tbody tr:nth-of-type(even) td {
  background: #e6e6e6;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none !important;
  color: #000;
}

.btn {
  text-align: center;
  margin: 0 auto 20px;
  line-height: 1.2;
}
.btn a {
  background: #005BAC;
  color: #FFF;
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-decoration: none !important;
}
.btn a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 3px #FFF;
  border-right: solid 3px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn a:hover {
  text-decoration: none;
  background: #4C8CC5;
}

.btnBtm {
  text-align: center;
  margin: 0 auto 20px;
  line-height: 1.2;
}
.btnBtm a {
  background: #005BAC;
  color: #FFF;
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-decoration: none !important;
}
.btnBtm a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-bottom: solid 3px #FFF;
  border-left: solid 3px #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btnBtm a:hover {
  text-decoration: none;
  background: #4C8CC5;
}

.btnR {
  margin-left: auto;
  margin-right: 0;
  width: 30%;
}

.mb0 {
  margin-bottom: 0;
}

/*----------------------------------------------------
ページトップへ
----------------------------------------------------*/
.backtotop {
  position: fixed;
  right: 15px;
  bottom: 55px;
  z-index: 9000;
  display: none;
}
.backtotop a {
  display: block;
  background: #4D4D4D;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.backtotop a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 18px;
  height: 18px;
  margin: -5px -9px 0 0;
  border-top: solid 4px #FFF;
  border-right: solid 4px #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*----------------------------------------------------
ヘッダー
----------------------------------------------------*/
header {
  background: #FFF;
  width: 100%;
}
header .headerInr .headerLogoBox {
  margin: 0 auto;
  width: 94%;
  max-width: 1160px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .headerInr .headerLogoBox > a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}
header .headerInr .headerLogoBox > a:hover {
  text-decoration: none;
}
header .headerInr .headerLogoBox > a .logo {
  width: 42px;
  margin-right: 8px;
}
header .headerInr .headerLogoBox > a h1.cName {
  font-size: 2.125em;
  font-weight: 600;
}
header .headerInr .headerLogoBox .headerNav {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 0.875em;
  margin-top: 28px;
  list-style: none;
}
header .headerInr .headerLogoBox .headerNav li {
  margin-left: 2em;
}
header .headerInr .headerLogoBox .headerNav li a {
  color: #000;
  position: relative;
}
header .headerInr .headerLogoBox .headerNav li a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 6px;
  height: 6px;
  border-top: solid 1px #005bac;
  border-right: solid 1px #005bac;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -2.2px;
}

/*----------------------------------------------------
グローバルナビ
----------------------------------------------------*/
nav {
  width: 100%;
  background: #005bac;
  height: 40px;
}
nav ul {
  list-style: none;
  width: 94%;
  max-width: 1160px;
  margin: 0 auto;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  height: 40px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
nav ul li {
  width: 20%;
  text-align: center;
}
nav ul li a {
  display: block;
  color: #FFF !important;
  position: relative;
  line-height: 40px;
  height: 40px;
}
nav ul li a:hover {
  background: #2674b8;
  text-decoration: none;
}
nav ul li + li {
  border-left: 1px solid #FFF;
}

#menu_btn {
  display: none;
}

/*----------------------------------------------------
フッター
----------------------------------------------------*/
footer {
  position: absolute;
  bottom: 0;
  height: 140px;
  width: 100%;
  background: #FFF;
  color: #000;
  padding: 15px 0;
}
footer > div {
  width: 94%;
  max-width: 1160px;
  margin: 0 auto;
  font-size: 0.875em;
}
footer > div span {
  font-size: 16px;
}
footer .copy {
  font-size: 0.750em;
  margin-top: 0.75em;
}

/*----------------------------------------------------
メインビジュアル
----------------------------------------------------*/
.mainVisual div {
  text-align: center;
}
.mainVisual div img {
  object-fit: cover;
}

.mvBox {
  position: relative;
}
.mvBox p {
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 1.875em;
  text-shadow: 0 0 2px black, 0 0 4px rgba(0, 0, 0, 0.8), 0 0 6px rgba(0, 0, 0, 0.6);
  font-weight: 600;
}

/*-----------------------------------------------------------------------------
トップページ詳細
-----------------------------------------------------------------------------*/
.topBox {
  padding: 50px 0;
  text-align: center;
}
.topBox h2 {
  margin-bottom: 15px;
  font-weight: 600;
}
.topBox h2 a {
  color: #FFF;
}
.topBox h2 a:hover {
  text-decoration: none;
}
.topBox h2 a span {
  width: 18px;
  height: 18px;
  background: #FFF;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin-left: 5px;
}
.topBox h2 a span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  background: #005bac;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.topBox h2 a span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 7px;
  height: 7px;
  border-top: solid 1px #005bac;
  border-right: solid 1px #005bac;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}

.bgLightBlue {
  background: #2674b8;
}

.topBgc {
  background: #005bac;
  color: #FFF;
}

/*----------------------------------------------------
企業サポート・医業サポート
----------------------------------------------------*/
.supportBox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 880px;
  margin: 0 auto;
}
.supportBox > div {
  margin-bottom: 15px;
  font-size: 1.125em;
  width: 15%;
  margin: 0 1%;
  font-weight: 600;
}
.supportBox > div a {
  display: block;
  position: relative;
  background: #FFF;
  color: #005bac;
  border-radius: 50%;
  width: 100%;
  padding-top: 100%;
}
.supportBox > div a::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #005bac;
  margin-left: -5px;
}
.supportBox > div a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  border-top: solid 2px #005bac;
  border-right: solid 2px #005bac;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.supportBox > div a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.supportBox > div a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.2;
}

.supportTxt {
  font-size: 1.125em;
  margin-bottom: 30px;
}
.supportTxt br {
  display: none;
}

/*----------------------------------------------------
アクセス
----------------------------------------------------*/
.accessBox {
  width: 880px;
  margin: 0 auto;
}
.accessBox .accessMap {
  height: 400px;
}

/*----------------------------------------------------
相談・お問い合わせ
----------------------------------------------------*/
.topContact {
  width: 880px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.topContact > div {
  width: 50%;
  padding: 15px 20px;
}
.topContact > div:nth-of-type(2) {
  padding-top: 0;
}
.topContact > div + div {
  border-left: 1px solid #FFF;
}

.tel {
  font-size: 1.500em;
  font-weight: 700;
  line-height: 1.1;
}
.tel a {
  color: #FFF;
  position: relative;
  display: inline-block;
}
.tel a::before {
  display: block;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../img/icon_tel.svg") no-repeat 50% 50%;
  top: 30%;
  left: -24px;
}

.contactBtn {
  width: 80%;
  margin: 0 auto;
  font-size: 1.125em;
}
.contactBtn a {
  display: block;
  background: #FFF;
  border-radius: 8px;
  color: #005bac;
  padding: 8px;
  position: relative;
}
.contactBtn a::before {
  display: block;
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../img/icon_mail.svg") no-repeat 50% 50%;
  top: 50%;
  left: 15px;
  margin-top: -12px;
}
.contactBtn a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.recruitBtn {
  width: 80%;
  margin: 10px auto 0;
  font-size: 1.125em;
}
.recruitBtn a {
  display: block;
  background: #FFF;
  border-radius: 8px;
  color: #005bac;
  padding: 8px;
  position: relative;
}
.recruitBtn a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 10px;
  height: 2px;
  background: #005bac;
}
.recruitBtn a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #005bac;
  border-right: solid 2px #005bac;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
  margin-left: 2px;
}
.recruitBtn a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*-----------------------------------------------------------------------------
階層ページ詳細
-----------------------------------------------------------------------------*/
.pageBgc {
  background: #d9e6f3;
}

/* タイトル */
.pageTtl {
  height: 220px;
  background-color: #FFF;
  background-image: url("../img/ttlbg.jpg");
  background-repeat: no-repeat;
  background-position: right 50%;
}
.pageTtl .pageTtlInr {
  width: 94%;
  max-width: 1160px;
  margin: 0 auto;
}
.pageTtl .pageTtlInr h2 {
  line-height: 220px;
  font-weight: 600;
}

/* コンテンツ */
.pageContents {
  padding: 50px 0;
}
.pageContents .pageInr {
  width: 94%;
  max-width: 1160px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pageContents .pageInr .main {
  width: 70%;
  max-width: 760px;
}
.pageContents .pageInr .main .pageBox {
  margin-bottom: 60px;
}
.pageContents .pageInr .main .pageBox:nth-last-of-type(1) {
  margin-bottom: 0;
}
.pageContents .pageInr .main h3 {
  padding: 12px 0;
  border-top: 4px double #005bac;
  border-bottom: 4px double #005bac;
  margin-bottom: 15px;
  font-weight: 600;
  color: #005bac;
}
.pageContents .pageInr .main h4 {
  border-bottom: 2px solid #005bac;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #005bac;
}
.pageContents .pageInr .main ul, .pageContents .pageInr .main ol {
  padding-left: 1.5em;
}
.pageContents .pageInr .main ol.listParentheses {
  margin-left: 2.5em;
  padding-left: 0;
}
.pageContents .pageInr .main ol.listParentheses li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
.pageContents .pageInr .main ol.listParentheses li:before {
  content: "（" counter(cnt) "）";
  display: inline-block;
  margin-left: -2.5em;
  width: 2em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.pageContents .pageInr .main .asterisk {
  font-size: 0.875em;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pageContents .pageInr .main .asterisk dt {
  width: 5%;
}
.pageContents .pageInr .main .asterisk dd {
  width: 95%;
}
.pageContents .pageInr .main .note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.875em;
}
.pageContents .pageInr .main a {
  text-decoration: underline;
}
.pageContents .pageInr .main a:hover {
  text-decoration: none;
}
.pageContents .pageInr .main strong {
  font-weight: 700;
}
.pageContents .pageInr .sub {
  width: 25%;
  max-width: 300px;
}
.pageContents .pageInr .sub .subNav {
  padding: 20px;
  background: #FFF;
  margin-bottom: 50px;
}
.pageContents .pageInr .sub .subNav ul {
  list-style: none;
  border-top: 1px dashed #666;
}
.pageContents .pageInr .sub .subNav ul li {
  border-bottom: 1px dashed #666;
}
.pageContents .pageInr .sub .subNav ul li a {
  display: block;
  padding: 15px 15px 15px 20px;
  color: #000;
  position: relative;
}
.pageContents .pageInr .sub .subNav ul li a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 2px;
  background: #005bac;
  margin-top: -1px;
}
.pageContents .pageInr .sub .subNav ul li a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 2px #005bac;
  border-right: solid 2px #005bac;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pageContents .pageInr .sub .subNav ul li a:hover {
  color: #005bac;
  text-decoration: none;
}
.pageContents .pageInr .sub .subContactBox {
  padding: 20px;
  background: #005bac;
  color: #FFF;
  text-align: center;
}
.pageContents .pageInr .sub .subContactBox h4 {
  margin-bottom: 0.5em;
  font-weight: 600;
}
.pageContents .pageInr .sub .subContactBox .subContact p {
  margin-bottom: 0;
}
.pageContents .pageInr .sub .subContactBox .subContact .subTel {
  border-bottom: 1px solid #FFF;
  margin-bottom: 15px;
  padding-bottom: 20px;
  font-size: 1.500em;
  font-weight: 700;
  line-height: 1.1;
  text-indent: 0.3em;
}
.pageContents .pageInr .sub .subContactBox .subContact .subTel a {
  color: #FFF;
  position: relative;
  display: inline-block;
}
.pageContents .pageInr .sub .subContactBox .subContact .subTel a::before {
  display: block;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../img/icon_tel.svg") no-repeat 50% 50%;
  top: 30%;
  left: -16px;
}
.pageContents .pageInr .sub .subContactBox .subContact .subContactBtn {
  width: 100%;
  margin-top: 10px;
  font-size: 1.125em;
}
.pageContents .pageInr .sub .subContactBox .subContact .subContactBtn a {
  display: block;
  background: #FFF;
  border-radius: 8px;
  color: #005bac;
  padding: 8px;
  position: relative;
}
.pageContents .pageInr .sub .subContactBox .subContact .subContactBtn a::before {
  display: block;
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../img/icon_mail.svg") no-repeat 50% 50%;
  top: 50%;
  left: 15px;
  margin-top: -12px;
}
.pageContents .pageInr .sub .subContactBox .subContact .subContactBtn a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*----------------------------------------------------
事務所紹介
----------------------------------------------------*/
.rinenTxt {
  font-size: 1.250em;
}

.history {
  border-bottom: 1px solid #CCC;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #FFF;
  margin-bottom: 10px;
}
.history dt {
  width: 20%;
  padding: 15px;
  border-top: 1px solid #CCC;
  background: #F2F2F2;
}
.history dd {
  width: 80%;
  padding: 15px;
  border-top: 1px solid #CCC;
}

/*ご挨拶*/
.aisatsuName {
  text-align: right;
}

/*プロフィール*/
.profileBox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.profileBox .profileImg {
  width: 28%;
  order: 2;
}
.profileBox dl {
  width: 68%;
  order: 1;
}

/*事務所案内*/
.aboutBox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.aboutBox .aboutImg {
  width: 48%;
  order: 2;
}
.aboutBox dl {
  width: 48%;
  order: 1;
}
.aboutBox dl dt {
  width: 30%;
  padding-bottom: 8px;
  padding-top: 8px;
}
.aboutBox dl dd {
  width: 70%;
  padding-bottom: 8px;
  padding-top: 8px;
}

/*アクセスマップ*/
.aboutAccessMap {
  height: 400px;
}

/*職員紹介*/
.staffImg {
  margin-bottom: 30px;
}

.staffBox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.staffBox .staff {
  background: #FFF;
  padding: 15px;
  width: 48%;
  margin-bottom: 30px;
}
.staffBox .staff .staffName {
  border-bottom: 1px solid #CCC;
  font-size: 1.125em;
  padding-bottom: 10px;
}
.staffBox .staff .staffName span {
  font-size: 14px;
}
.staffBox .staff .staffTxt {
  font-size: 0.938em;
  margin-bottom: 0;
}
.staffBox .staff .staffTxt strong {
  font-weight: 700;
}
.staffBox .staff:nth-of-type(even) {
  margin-left: 4%;
}

/*求人情報*/
.workSpace {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
.workSpace > div:nth-of-type(1) {
  width: 38%;
}
.workSpace > div:nth-of-type(2) {
  width: 55%;
}

/*----------------------------------------------------
企業サポート
----------------------------------------------------*/
.scBox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.scBox .scNav {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 65%;
}
.scBox .scNav > div {
  margin-bottom: 15px;
  font-size: 1.125em;
  width: 30%;
  margin: 0 3% 20px 0;
  font-weight: 600;
  text-align: center;
}
.scBox .scNav > div a {
  display: block;
  position: relative;
  background: #005bac;
  color: #FFF;
  border-radius: 50%;
  width: 100%;
  padding-top: 100%;
}
.scBox .scNav > div a::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #FFF;
  margin-left: -5px;
}
.scBox .scNav > div a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.scBox .scNav > div a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.scBox .scNav > div a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.2;
}
.scBox .scNintei {
  width: 30%;
}

/*創業サポート
----------------------------------------------------*/
.scSogyo {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2em;
  margin-bottom: 1.5em;
}
.scSogyo > div {
  width: 48%;
  margin-bottom: 1.5em;
  margin-right: 4%;
}
.scSogyo > div:nth-of-type(even) {
  margin-right: 0;
}
.scSogyo > div p {
  margin-bottom: 0;
}

/*会計・税務サポート
----------------------------------------------------*/
.scCertificate {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.scCertificate > div:nth-of-type(1) {
  width: 25%;
}
.scCertificate > div:nth-of-type(2) {
  width: 70%;
}

/*----------------------------------------------------
医業サポート
----------------------------------------------------*/
.smNav {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.smNav > div {
  margin-bottom: 15px;
  font-size: 1.125em;
  width: 22%;
  margin: 0 4% 20px 0;
  font-weight: 600;
  text-align: center;
}
.smNav > div:nth-last-of-type(1) {
  margin-right: 0;
}
.smNav > div a {
  display: block;
  position: relative;
  background: #005bac;
  color: #FFF;
  border-radius: 50%;
  width: 100%;
  padding-top: 100%;
}
.smNav > div a::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #FFF;
  margin-left: -5px;
}
.smNav > div a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.smNav > div a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.smNav > div a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.2;
}

.smProfileName {
  margin-bottom: 20px;
}
.smProfileName span {
  font-size: 1.500em;
}

.smProfileBox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.smProfileBox .smProfileImg {
  width: 35%;
}
.smProfileBox .smProfile {
  width: 60%;
}

/*開業スケジュール*/
.smFlow {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 35px;
}
.smFlow::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #B3B3B3 transparent transparent transparent;
  display: block;
  content: "";
  position: absolute;
  left: 14%;
  bottom: -25px;
  margin-left: -15px;
}
.smFlow:last-child::after {
  display: none;
}
.smFlow h5 {
  width: 28%;
  background: #4C8CC5;
  color: #FFF;
  text-align: center;
  padding: 10px 15px;
}
.smFlow ul {
  width: 70%;
}

/*----------------------------------------------------
サイトマップ
----------------------------------------------------*/
ul.sitemap {
  list-style: none !important;
  padding-left: 0 !important;
}
