@charset "UTF-8";
/* flex */
@media screen and (max-width: 767px) {
  .main {
    margin-top: auto;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 10px;
  }
}

.center {
  margin: 0 auto;
  text-align: center;
}

/*------------------------------------*/
#wrapper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #wrapper {
    max-width: 100%;
    padding-top: 50px;
    /* 強制非表示 padding-bottom: 80px;*/
  }
}

.contents-inner {
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .contents-inner {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.contents-inner.is-first {
  background-color: #f9f9f9;
}
.contents-inner.has-mb {
  margin-bottom: 20px;
}
.contents-inner.has-side {
  padding: 0;
  background-color: transparent;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
}
.contents-inner.has-side #side {
  width: 20%;
  margin-right: 20px;
}
.contents-inner.has-side main {
  flex: 1;
  background-color: #fff;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .contents-inner.has-side {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .contents-inner.has-side #side {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .contents-inner.has-side main {
  flex: 1 0 auto;/*IE11*/
    width: 100%;
    padding: 0;
  }
}

#contents.is-clipboard .contents-wrapper {
  position: relative;
  padding: 20px 38px 30px;
  background-color: #0b489a;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.6);
}
#contents.is-clipboard .contents-wrapper:before {
  content: "";
  display: inline-block;
  width: 586px;
  height: 112px;
  background-image: url(../images/common/bg_binder.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: calc((100% - 586px) / 2);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #contents.is-clipboard .contents-wrapper {
    background-color: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
  #contents.is-clipboard .contents-wrapper:before {
    content: none;
  }
}
#contents.is-clipboard .contents-inner {
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  #contents.is-clipboard .contents-inner {
    padding-top: 10px;
  }
  #contents.is-clipboard .contents-inner .inner {
    padding: 0;
  }
}
#contents.is-clipboard.is-service.is-top .contents-wrapper:before {
  content: none;
}
#contents.is-clipboard.is-service.is-top .contents-inner {
  padding: 0 0 40px;
}
@media screen and (max-width: 767px) {
  #contents.is-clipboard.is-service.is-top .contents-inner {
    padding: 0 10px 20px;
  }
}
#contents.is-clipboard.is-service.is-top .contents-inner .inner {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  #contents.is-clipboard.is-service.is-top .contents-inner .inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #contents.is-clipboard.is-flow .contents-inner {
    padding-top: 0;
  }
}

/* ------------------------------------- /
/   Header
/* ------------------------------------- */
#header {
  position: relative;
  width: 100%;
  height: 173px;
  /*background-image: url("../images/bg.jpg");*/
  z-index: 36;
  background-color: #fff;
}
#header header {
  height: 119px;
  padding: 22px 0;
}
#header h1,
#header p {
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  #header {
    max-width: 100%;
    height: 50px;
    position: fixed;
    background: #fff;
    top: 0;
  }
  #header header {
    width: 100%;
    height: 50px;
    padding: 0;
    position: relative;
  }
  #header header:after {
    clear: both;
    content: " ";
    display: table;
  }
  #header .inner {
    padding: 0;
  }
  #header + .main {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
  }
}

#logo {
  float: left;
  max-width: 330px;
  height: 81px;
  position: absolute;
  top: 25px;
}
#logo a {
  display: block;
  height: 66px;
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  #logo {
    width: 40%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 10px;
    margin: 0;
  }
  #logo a {
    padding: 10px 0;
    height: 50px;
    display: block;
  }
  #logo a img {
    width: auto;
    max-height: 100%;
  }
}

#h_freedial_pc {
  float: right;
  height: 80px;
  /*width: 400px;*/
  padding: 5px 5px 0px 0px;
}

#h_freedial_sp {
  margin: 0;
  padding: 0;
  background-color: #ff7f00;
  width: 114px;
  height: 50px;
  position: absolute;
  right: 50px;
  top: 0;
}
#h_freedial_sp a {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  height: 100%;
  padding: 0 8px 0 42px;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 30px auto;
  background-image: url(../images/icon_tel04.png);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
#h_freedial_sp a span {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 320px) {
  #h_freedial_sp a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #h_freedial_sp a span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#morisue {
  position: fixed;
  top: -34px;
  left: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 9999;
  background-image: url(../images/morisuebar.png);
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  #morisue {
    display: none;
  }
}


#tunetell {
  display: none;
  position: fixed;
  bottom: 6px;
  right: 0;
  z-index: 8000;
}
#tunetell img {
  z-index: 8000 !important;
}
@media screen and (max-width: 767px) {
  #tunetell {
    display: none;
  }
}
.isbody-contact #tunetell {
  display: block;
}
.isbody-contact.isbody-constructions #tunetell {
  display: none;
}
@media screen and (max-width: 767px) {
  .isbody-contact #tunetell {
    display: none;
  }
}

#chatbot_opener {
  display: inline-block;
  position: fixed;
  bottom: 6px;
  right: 0;
  z-index: 8000;
  cursor: pointer;
}
#chatbot_opener_footer {
  width: 210px;
  /* max-width: 210px; */
  height: 60px;
  background-image: url(/wp-content/themes/qracian/images/chatbot/bottom_btn_chat_new_pc.png);
  background-size: 100%;
  -webkit-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
  -moz-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
  -ms-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
  filter: drop-shadow(0px 3px 2px rgba(0,0,0,.4));
}
.mtalk_opener_footer {
  width: 210px;
  /* max-width: 210px; */
  height: 60px;
  /* background-image: url(/wp-content/themes/qracian/images/chatbot/bottom_btn_chat_new_pc.png);
  background-size: 100%; */
  -webkit-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
  -moz-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
  -ms-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
  filter: drop-shadow(0px 3px 2px rgba(0,0,0,.4));
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #chatbot_opener_footer {
    width: calc(210 / 1200 * 100vw);
    height: calc(60 / 1200 * 100vw);
    background-size: contain;
  }
  .mtalk_opener_footer {
    width: calc(210 / 1200 * 100vw);
    height: calc(60 / 1200 * 100vw);
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  #chatbot_opener {
    width: 84px;
    height: 186px;
    background-image: url("/wp-content/themes/qracian/images/chatbot/chat_pc_green.png");
  }
}
@media screen and (max-width: 767px) {
  #chatbot_opener {
    bottom: 100px;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-image: url("/wp-content/themes/qracian/images/chatbot/chat_sp_green.png");
  }
  #chatbot_opener_footer {
    width: 31vw;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/qracian/images/chatbot/bottom_btn_chat_new_sp.png);
  }
  .mtalk_opener_footer {
    width: 31vw;
    height: auto;
    /* background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/qracian/images/chatbot/bottom_btn_chat_new_sp.png); */
  }
  #chatbot_opener_footer2 {
    width: 20.8vw;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/qracian/images/chatbot/bottom_btn_chat2_sp.png");
    -webkit-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
    -moz-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
    -ms-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
    filter: drop-shadow(0px 3px 2px rgba(0,0,0,.4));
  }
}
#chatbot_opener:hover {
  opacity: 0.95;
}

.isbody-contact #chatbot_opener {
  display: none;
}
.js-hiraku-offcanvas-body-right #chatbot_opener {
  display: none;
}
#chatbot {
  position: fixed;
  /*height: 70vh; common.js getChatbotConfigs() で設定 */
  overflow: hidden;
  z-index: 8000;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  transition-duration: 600ms;
  transition-delay: 0ms;
}
#chatbot.hide {
}
@media screen and (min-width: 768px) {
  #chatbot {
    bottom: 20px;
    right: 20px;
    width: 400px;
    border-radius: 10px;
    border: 2px solid #386cae;
    transition-property: right;
  }
  #chatbot.hide {
    right: -402px;
  }
}
@media screen and (max-width: 767px) {
  #chatbot {
    left: 0px;
    bottom: 0px;
    width: 100%;
    border-top: 2px solid #386cae;
    transition-property: bottom;
  }
  #chatbot.hide {
    /*bottom: calc(-70vh - 2px); common.js getChatbotConfigs() で設定 */
  }
  html.fixed {
    position: fixed;
  }
}
.chatbot_bg {
	position: fixed;
	background-color: #000000;
	opacity: 0.5;
	width: 100vw;
	height: 100vh;
	z-index: 6999;
	left: 0;
	top: 0;
	transition-duration: 600ms;
	transition-delay: 0ms;
	transition-property: opacity;
}
.chatbot_bg.hide {
	display: none;
}
#chatbot .chatbot_header {
  background-color: #0863b4;
  background-image: linear-gradient(90deg, #0863b4 0%, #2892cc 100%);
  position: relative;
  overflow: hidden;
}
#chatbot .chatbot_header .icon {
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 45px;
  border-radius: 22.5px;
  background-color: #f8f8f8;
  background-image: url('/form-control/img/front/chatbot/istockphoto-871788854.png');
  background-size: contain;
  margin: 5px 10px 5px 5px;
}
#chatbot .chatbot_header p {
  text-align: center;
  color: #ffffff;
  margin: 0;
  font-size: 0.85em;
}
#chatbot .chatbot_header p.title {
  line-height: 55px;
  font-size: 1.2em;
}
#chatbot .chatbot_header .close_icon {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 10px;
  border-radius: 10px;
  text-align: center;
}
#chatbot .chatbot_header .close_icon:hover {
  opacity: 0.8;
}
#chatbot .chatbot_header .close_icon i {
  display: block;
  width: 16px;
  height: 16px;
  margin: 2px;
  padding: 0;
  color: #386cae;
}
@media screen and (max-width: 767px) {
  #chatbot .chatbot_header .close_icon i {
    padding: 1px 0 0 0;
  }
}
@media all and (-ms-high-contrast: none){ /* IEのみ */
	#chatbot .chatbot_header .close_icon i::before {
		content: "×";
	}
}
#chatbot iframe {
	border: none;
	width: 100%;
	flex-grow: 5;
}

#descri {
  top: 0px;
  overflow: hidden;
  position: absolute;
  z-index: 1000;
  width: 100%;
  background-image: url(../images/headbar.png);
  zoom: 1;
}
#descri p {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 11px;
  color: #ffffff;
  line-height: 1.1;
  text-align: right;
  text-shadow: 1px 1px 0px #575757;
}
@media screen and (max-width: 767px) {
  #descri {
    display: none;
  }
}

/*--------------------------------
 humberger Menu
---------------------------------*/
#sp-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  #sp-menu {
    display: block !important;
  }
}

.logged-in #header .offcanvas {
    margin-top: 46px;
}
#header .offcanvas {
  background-color: #005a9e;
}
#header .offcanvas li {
  border-bottom: 1px solid #fff;
}
#header .offcanvas li.contact {
  background-color: #ff7f00;
  border-bottom: 1px solid #ff7f00;
}
#header .offcanvas li.contact a {
  padding: 0 10px 0 42px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 30px auto;
  background-image: url(../images/icon_mail.png);
}
#header .offcanvas li.contact ul li a {
  display: block;
  color: #005a9e;
  padding-left: calc(10px + 1em);
  font-size: 1.4rem;
  text-decoration: none !important;
  background-image: none;
}
#header .offcanvas li.contact ul li a:after {
  border-color: #005a9e;
}
#header .offcanvas a {
  display: block;
  padding: 10px 28px 10px 10px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none !important;
}
#header .offcanvas a {
  position: relative;
}
#header .offcanvas a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
#header .offcanvas a[target="_blank"]:after {
  content: none;
  border: none;
}
#header .offcanvas a[target="_blank"] .fas {
  margin-left: 0.5em;
}
#header .offcanvas .dropdown > a:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#header .offcanvas .dropdown.is-open > a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header .offcanvas .dropdown ul {
  display: none;
}
#header .offcanvas .dropdown ul li {
  border-bottom: none;
  background-color: #f1f6ff;
}
#header .offcanvas .dropdown ul li:not(:last-child) {
  border-bottom: 1px dotted #005a9e;
}
#header .offcanvas .dropdown ul li a {
  color: #005a9e;
  padding-left: calc(10px + 1em);
}
#header .offcanvas .dropdown ul li a:after {
  border-color: #005a9e;
}
#header .offcanvas .dropdown ul li a[target="_blank"]:after {
  content: "";
}
#header .sp-menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #204e9e;
  width: 50px;
  height: 50px;
}
.logged-in #header .sp-menu-btn {
    top: 46px;
}
#header .hiraku-open-btn {
  border: none;
  position: absolute;
  right: 0;
  top: 8px;
  padding: 0;
  width: 100%;
}
#header .hiraku-open-btn:focus {
  outline: none;
}
#header .hiraku-open-btn:after {
  content: "メニュー";
  display: inline-block;
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: bold;
  color: #fff;
}
#header .hiraku-open-btn.js-hiraku-offcanvas-btn-active:after {
  content: "閉じる";
}
#header .hiraku-open-btn-line,
#header .hiraku-open-btn-line:before,
#header .hiraku-open-btn-line:after {
  background-color: #fff;
}
#header .hiraku-open-btn-line {
  width: 24px;
  margin: 8px auto;
}
#header .hiraku-open-btn-line:before {
  top: -8px;
}
#header .hiraku-open-btn-line:after {
  bottom: -8px;
}
#header [aria-expanded='true'] .hiraku-open-btn-line {
  background-color: transparent;
}
#header [aria-expanded='true'] .hiraku-open-btn-line:before {
  -ms-transform: translate(0, 8px) rotate(45deg);
  transform: translate(0, 8px) rotate(45deg);
}
#header [aria-expanded='true'] .hiraku-open-btn-line:after {
  -ms-transform: translate(0, -8px) rotate(-45deg);
  transform: translate(0, -8px) rotate(-45deg);
}

/* ------------------------------------- /
/   Footer
/* ------------------------------------- */
#footer {
  clear: both;
  text-align: center;
  background-image: none;
  background: #005eae;
  color: #fff;
  padding: 0;
  position: relative;
  z-index: 35;
}
#footer .inner {
  max-width: none;
}
#footer .footer-top {
  padding: 50px 0px 0px;
  margin: 0 auto;
  width: 94%;
  max-width: 1020px;
}
#footer .col-md-2 {
  margin-right: 40px;
  margin-left: 0;
}
#footer a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #2f7ab9;
  font-size: 14px;
}
#footer a:hover {
  /*text-decoration: underline;*/
  color: #b8e1fb;
}
@media screen and (min-width: 768px) and (max-width: 1035px) {
  #footer a {
    font-size: 11px;
  }
}
#footer * h2,
#footer * div.title {
  font-family:"新ゴ DB", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6", HiraKakuProN-W6;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  color: #FFFFFF;
  width: 215px;
  padding: 0x;
  margin: 0;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1035px) {
  #footer * h2,
  #footer * div.title {
    font-size: 13px !important;
    width: 100% !important;
  }
}
#footer * h2.has-mt,
#footer * div.title.has-mt {
  margin-top: 10px;
}
#footer * ul {
  margin: 10px 0 30px;
  padding: 0;
  min-height: 150px;
}
#footer * li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  margin: 0 0 0 0;
  padding: 0 0 3px 16px;
  list-style: none;
  text-align: left;
}
#footer li {
  background-image: none;
  position: relative;
  font-size: 14px;
  line-height: 200%;
  padding-bottom: 4px;
}
#footer .col-md-five-1 {
  position: relative;
  min-height: initial;
  margin-bottom: 40px;
  padding-right: 0;
  padding-left: 0;
  width: 25%;
}
#footer .col-md-five-1 li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  vertical-align: middle;
  position: absolute;
  left: 0px;
  top: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1035px) {
  #footer .col-md-five-1 {
    width: 20%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    display: none;
  }
}

.footer-bottom {
  padding: 30px 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #fff;
}
.footer-bottom:after {
  clear: both;
  content: " ";
  display: table;
}
.footer-bottom .row {
  display: block;
  width: 94%;
  margin: auto;
  max-width: 980px;
}
.footer-bottom div.logo {
  display: inline;
  float: left;
  width: 20%;
  margin: auto 0 0;
  text-align: left;
}
.footer-bottom dl {
  float: right;
  padding: 15px 0 0;
  margin: 0;
  width: 70%;
  text-align: left;
  line-height: 1;
}
.footer-bottom dt, .footer-bottom dd {
  display: inline-block;
  height: 100%;
  line-height: 100%;
  font-weight: normal;
  padding: 0;
  margin: 0 35px 0 0;
}
.footer-bottom dd {
  border-left: none;
  box-shadow: none;
}

footer.SPblock ul {
  margin: 0;
  padding: 0;
}

footer.SPblock ul li {
  list-style: none;
}

#pageTop {
  position: fixed;
  bottom: 210px;
  right: -30px;
  z-index: 50;
}
#pageTop img {
  width: 50%;
}

/*  sns-icon
/*--------------------------------- */
.copyright {
  clear: both;
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  display: block;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  background-image: url(../images/footbg2.png);
  background-repeat: repeat-x;
  background-position: top left;
  font-size: 10px;
  line-height: 1.8;
}

.totop {
  text-decoration: none;
  text-align: right;
}
.totop a {
  margin: 0 auto 1em;
  background-color: #0761d3 !important;
  padding: 3px 4px 3px;
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
}
.totop a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .totop {
    display: none;
  }
}

/*  SP
/*--------------------------------- */
.footer-nav-sp .navi {
  background: url(../images/sp/arrow.png) 95% 49% no-repeat #6cbcd9;
  background-size: 7px 10px;
  background-color: #005eae;
  line-height: 1.3em;
  font-size: 1.063em;
}
.footer-nav-sp .navi.arrow-none {
  background-image: none;
}
.footer-nav-sp .navi.arrow-none .fas {
  margin-left: 0.5em;
}
.footer-nav-sp .navi a {
  display: inline-block;
  font-size: 1em;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
}
.footer-link-sp {
  padding: 20px 0;
  text-align: center;
}
.footer-link-sp ul {
  font-size: 0;
}
.footer-link-sp li {
  display: inline-block;
  font-size: 0;
}
.footer-link-sp a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #000;
  border-right: 1px solid #8a8a8a;
  padding: 0 0.8em;
}
.footer-link-sp li:last-child a {
  border-right: none;
}

#footer-contact {
  /*margin-top: 30px;*/
}
#footer-contact .text {
  padding: 0 10px;
}
#footer-contact .text span {
  font-size: 12px;
  font-size: 1.2rem;
}
#footer-contact .tel {
  margin: 15px 10px;
}
#footer-contact .button {
  width: 80%;
  margin: 15px auto;
}
#footer-contact .ttl.is-ttl03 {
  margin-left: 0;
  margin-right: 0;
}

#footer-breadcrumbs #breadcrumbs {
  display: block !important;
  text-align: left;
}

#footer-fixed {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #005eae;
  z-index: 99;
}
#footer-fixed .footer-fixed-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 20px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#footer-fixed .footer-fixed-inner img.footer-fixed-btn-txt {
  height: 45px;
}
#footer-fixed .footer-fixed-inner img.footer-fixed-btn-tel {
  max-width: 100%;
  filter: drop-shadow(0px 3px 2px rgba(0,0,0,.4));
  padding-top: 0;
}
#footer-fixed .footer-fixed-inner img.footer-fixed-btn-mail {
  width: 210px;
  height: 60px;
  -webkit-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
  -moz-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
  -ms-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
  filter: drop-shadow(0px 3px 2px rgba(0,0,0,.4));
}
#footer-fixed .footer-fixed-inner-sp img.footer-fixed-btn-mail-sp {
  -webkit-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
  -moz-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
  -ms-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
  filter: drop-shadow(0px 3px 2px rgba(0,0,0,.4));
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer-fixed .footer-fixed-inner {
    width: 96%;
  }
  #footer-fixed .footer-fixed-inner img {
    max-width: 98%;
  }
  #footer-fixed .footer-fixed-inner img.footer-fixed-btn-txt {
    width: calc(315 / 1200 * 100vw);
    height: calc(45 / 1200 * 100vw);
    padding-right: 25px;
  }
  #footer-fixed .footer-fixed-inner img.footer-fixed-btn-tel {
    width: calc(210 / 1200 * 100vw);
    height: calc(60 / 1200 * 100vw);
    padding-right: 20px;
  }
  #footer-fixed .footer-fixed-inner img.footer-fixed-btn-mail {
    width: calc(210 / 1200 * 100vw);
    height: calc(60 / 1200 * 100vw);
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #footer-fixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 34;
  }
  #footer-fixed .footer-fixed-inner-sp {
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
  }
  #footer-fixed .footer-fixed-inner-sp p.footer-fixed-txt-sp {
    margin: 0;
    text-align: center;
  }
  #footer-fixed .footer-fixed-inner-sp-btn {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
  }
  #footer-fixed .footer-fixed-inner-sp-btn div {
    margin-right: 3vmin;
  }
  #footer-fixed .footer-fixed-inner-sp-btn div:last-child {
    margin-right: 0;
  }
  #footer-fixed .footer-fixed-inner-sp img.footer-fixed-btn-txt-sp {
    width: 75vw;
    padding: 15px 0;
  }
  #footer-fixed .footer-fixed-inner-sp img.footer-fixed-btn-tel-sp {
    width: 100vw;
    -webkit-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
    -moz-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
    -ms-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
    filter: drop-shadow(0px 3px 2px rgba(0,0,0,.4));
  }
  #footer-fixed .footer-fixed-inner-sp img.footer-fixed-btn-tel2-sp {
    width: 32vw;
    -webkit-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
    -moz-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
    -ms-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
    filter: drop-shadow(0px 3px 2px rgba(0,0,0,.4));
  }
  #footer-fixed .footer-fixed-inner-sp img.footer-fixed-btn-mail-sp {
    width: 31vw;
  }
  #footer-fixed .footer-fixed-inner-sp img.footer-fixed-btn-mail2-sp {
    width: 32vw;
    -webkit-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
    -moz-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
    -ms-filter:drop-shadow(0px 3px 2px rgba(0,0,0,.4));
    filter: drop-shadow(0px 3px 2px rgba(0,0,0,.4));
  }
}

/*  nav
/--------------------------------- */
/* container */
#nav .navInner > a {
  display: none;
}

#nav .navInner li {
  /*position: relative;*/
  list-style: none;
  z-index: 999;
}

/* first level */
#nav .navInner > ul {
  height: 58px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav .navInner > ul > li {
  width: 12.5%;
  height: 100%;
  float: left;
  list-style: none;
}

#nav .navInner > ul > li > a {
  color: #fff;
  font-size: 1.52vw;
  display: block;
  text-align: center;
  border-left: 1px solid #91abcd;
  font-weight: 700;
  line-height: 100%;
  white-space: nowrap;
  height: 100%;
  padding: calc((58px - 2.8vw)/2) 0 calc((58px - 2.8vw)/2) 0; /* liの高さ=58px, テキストの高さ=1.52vw+0.6vw=2.12vw */
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  #nav .navInner > ul > li > a {
    padding: 17px 0 6px 0;
    font-size: 18px;
  }
}

#nav .navInner > ul > li:first-child > a {
  border-left: none;
}

#nav .navInner > ul > li.active > a,
#nav .navInner > ul > li.hover > a {
  border-bottom: 6px solid #4fc4ef;
}

#nav .navInner > ul > li > a > span.block {
  display: block;
  font-size: 0.6vw;
  color: #628cbf;
  font-weight: normal;
}
@media screen and (min-width: 1200px) {
  #nav .navInner > ul > li > a > span.block {
    font-size: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 976px) {
  #nav .navInner > ul > li > a {
    padding: calc((58px - 1.8vw)/2) 0 calc((58px - 1.8vw)/2) 0; /* liの高さ=58px, テキストの高さ=1.52vw */
  }

  #nav .navInner > ul > li > a > span.block {
    display: none;
  }
}
.ls {
  letter-spacing: -1.5px;
}

#nav .navInner > ul > li > a{
  font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "新ゴ DB", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* メガメニュー */
.megamenu_bg {
  display: none;
  background-color: #000000;
  opacity: 0.5;
  width: 100%;
  height: 200vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 35;
}
#nav .navInner li .megamenu {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 58px;
  background-color: #f0f8fc;
}
#nav .navInner li .megamenu .wrap {
  width: 100%;
}
#nav .navInner li .megamenu .wrap .content {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
	#nav .navInner li .megamenu .wrap .content {
	  max-width: 1200px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
	#nav .navInner li .megamenu .wrap .content {
	  max-width: calc(100% - 30px);
	}
}
#nav .navInner li .megamenu .wrap .content .title {
  font-size: 18px;
  margin: 30px 30px 30px 40px;
  position: relative;
}
#nav .navInner li .megamenu .wrap .content .title a {
  color: #000000;
}
#nav .navInner li .megamenu .wrap .content .title:before {
  content: "";
  display: inline-block;
  background-repeat: none;
  width: 30px;
  height: 24px;
  position: absolute;
  left: -40px;
  top: 0px;
}
#nav .navInner li .megamenu.is_service .wrap .content .title:before {
  background-image: url(../images/common/icon_mega_01_service_30x24.png);
}
#nav .navInner li .megamenu.is_reform .wrap .content .title:before {
  background-image: url(../images/common/icon_mega_02_reform_30x24.png);
}
#nav .navInner li .megamenu.is_flow .wrap .content .title:before {
  background-image: url(../images/common/icon_mega_03_flow_30x24.png);
}
#nav .navInner li .megamenu.is_area .wrap .content .title:before {
  background-image: url(../images/common/icon_mega_04_area_30x24.png);
}
#nav .navInner li .megamenu.is_company .wrap .content .title:before {
  background-image: url(../images/common/icon_mega_05_company_30x24.png);
}
#nav .navInner li .megamenu.is_recruit .wrap .content .title:before {
  background-image: url(../images/common/icon_mega_06_recruit_30x24.png);
}
#nav .navInner li .megamenu.is_biz .wrap .content .title:before {
  background-image: url(../images/common/icon_mega_07_biz_30x24.png);
}
#nav .navInner li .megamenu.is_contact .wrap .content .title:before {
  background-image: url(../images/common/icon_mega_08_contact_30x24.png);
}
#nav .navInner li .megamenu .wrap .content hr {
  border: none;
  border-top: 2px solid #b8cbe6;
  padding-bottom: 5px;
}
#nav .navInner li .megamenu .wrap .content dl {
 padding-top:7px;
 margin-bottom:10px;
}
#nav .navInner li .megamenu .wrap .content dl dt {
  font-size:16px;
  color:#1658a5;
  position: relative;
}
#nav .navInner li .megamenu .wrap .content dl dt span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #f0f8fc;
  padding-right:15px;
}
#nav .navInner li .megamenu .wrap .content dl dt:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #b8cbe6;
}
#nav .navInner li .megamenu .wrap .content dl dd {
  margin:0;
}
#nav .navInner li .megamenu .wrap .content ul {
  letter-spacing:-50px;
  margin-top:25px;
}
#nav .navInner li .megamenu .wrap .content ul.col3 {
  
}
#nav .navInner li .megamenu .wrap .content ul.col4 {
  
}
#nav .navInner li .megamenu .wrap .content ul li {
  display:inline-block;
  vertical-align:top;
  letter-spacing:normal;
  position: relative;
  margin-bottom:28px;
}
#nav .navInner li .megamenu .wrap .content ul.col3 li {
  width:calc(100% / 3);
}
#nav .navInner li .megamenu .wrap .content ul.col4 li {
  width:calc(100% / 4);
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  #nav .navInner li .megamenu .wrap .content ul.col3 li {
    width:calc(100% / 2);
  }
  #nav .navInner li .megamenu .wrap .content ul.col4 li {
    width:calc(100% / 3);
  }
}
#nav .navInner li .megamenu .wrap .content ul li a {
  font-size:16px;
  color:#161616;
  margin-left:24px;
}
#nav .navInner li .megamenu .wrap .content ul li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 20px;
  background-image: url(../images/common/icon_mega_list_14x20.png);
  position:absolute;
  left: 0;
  top: 0;
}

#nav {
  position: absolute;
  background-image: url(../images/nav-top_bg.png);
  height: 58px;
  font-size: 0.5em;
  width: 100%;
  z-index: 100;
}

.navInner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ------------------------------------- /
/   Side
/* ------------------------------------- */
#side .cate-nav li:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #side .cate-nav li {
    width: 100%;
  }
}
#side .btn {
  width: 100%;
  text-align: center;
  white-space: normal;
  font-size: 16px;
  font-size: 1.6rem;
}


