<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Footer Document */
footer{
	padding-top:30px;
	/* margin-top:30px; */
	font-size:1.3rem;
	background:var(--background-footer-color);
	border-top:1px solid var(--gray-color);
}
footer .navigation .navbar-nav .nav-item a {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0;
	color:	var(--link-color);
    text-transform: uppercase;
    position: relative;
    margin: 0;
    line-height: 100%;
}
footer .navigation .navbar-nav {
	margin-bottom:20px;
}
footer .region-footer-search-text {
	    --bs-gutter-x: 30px;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
	display: flex;
}
footer .region-footer-search-text &gt; * {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
footer h2.block-title{
	color: var(--h1-color);
    font-size: 1.6rem;
}
footer .region-footer-search-text ul li{
	/* margin-bottom:15px; */
  font-size:1.2rem;
}
footer .navigation .navbar-nav .nav-item{
	position: relative;
    margin: 0 28px;
}
footer .navigation .navbar-nav .nav-item:first-child{
	margin: 0 28px 0px 0px;
}
.footer_other_copyright{
	/* padding:20px 0px; */
	text-align: center;
	font-size:1.2rem;
	/* border-top:1px solid var(--gray-color); */
}
footer ul.menu {
  margin-left:0px;
}
footer .view-front-search-area .item-list ul{
  display: flex;
  gap:10px;
  flex-wrap: wrap;
}
footer .view-front-search-area .item-list ul li{
  width:calc(50% - 5px);
}
footer .view-front-search-area .item-list ul li a{
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px){
	footer .navigation .navbar-nav .nav-item {
		margin: 0 18px;
	}
	footer .navigation .navbar-nav .nav-item:first-child{
		margin: 0 18px 0px 0px;
	}
}

@media screen and (max-width: 767px) {
  /* footer {
    margin-bottom: 9rem;
  } */

  footer .region-footer-search-text {
    flex-direction: column;
  }
  footer .region-footer-guide{
    display: none;
  }
}




/* *************************************************************************************
 * Customize
 ************************************************************************************* */
footer {
  color: #fff;
  margin-top: 120px;
  padding-top: 0;
}

body.path-job footer {
  margin-top: 0;
}

footer &gt; .container {
  padding: 80px 15px;
}
@media screen and (max-width: 991px) {
  footer &gt; .container {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 60px;
  }
  footer &gt; .container {
    padding: 30px 15px;
  }
}

@media screen and (min-width: 992px) {
  #block-dorazamurai-front-footer-site-logo .site-logo {
    max-width: 215px;
  }
}
#block-dorazamurai-front-footer-site-logo img {
  filter: brightness(0) invert(1);
}
#block-dorazamurai-front-footer-site-logo p {
  font-size: 14px;
  line-height: 1.8;
}
footer .menu--footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin-bottom: 20px;
}
footer .menu--footer ul li {
  margin-bottom: 0;
}
footer .menu--footer ul li a {
  color: #fff;
}

@media screen and (max-width: 991px) {
  footer .menu--footer {
    margin-bottom: 30px;
  }
}


/* SNSリンク */
.region-footer-search-text {
  display: flex;
  flex-direction: column;
}
.region-footer-search-text .sns_box {
  display: flex;
  gap: 15px;
}
.region-footer-search-text .sns_box .sns_button {
  width: 44px;
  background: #fff;
  border-radius: 100%;
  transition: all 280ms ease;
}
.region-footer-search-text .sns_box .sns_button.line {
  box-shadow: none;
  background: #00b900;
}
.region-footer-search-text .sns_box .sns_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  transition: all 280ms ease;
}
.sns_button:hover {
  box-shadow: inset 0 0 0 22px #ccc;
}
.sns_button:hover a {
  opacity: 0.8;
}

.region-footer-search-text .sns_box .sns_button img {
  max-width: 35px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .region-footer-search-text .sns_box {
    justify-content: center;
  }
}


.footer_other_copyright {
  padding: 40px 0;
}


/* フッター固定 */
.block-simple-blockcta-register-bnr-footer-fixed {
  position: fixed;
  top: auto;
  bottom: 20px;
  right: 20px;
  left: auto;
  max-width: 360px;
  width: 100%;
  height: 150px;
  z-index: 5;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
  padding: 10px 20px 10px 10px;
  display: none;
}

.bnr-fixed .content {
  display: flex;
  gap: 15px;
}

.bnr-fixed .thumbnail {
  width: 100px;
}

.bnr-fixed .thumbnail img {
  width: 100%;
  height: auto;
}

.bnr-fixed .message {
  flex: 1;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bnr-fixed .message .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: #666;
  margin-bottom: 5px;
}
.bnr-fixed .message .text {
  margin: 0 0 10px;
  color: #808080;
  font-size: 15px;
  line-height: 1.5;
}
.bnr-fixed .message .btn {
  font-weight: bold;
  display: inline-block;
  padding: 10px 15px 9px;
  background: #e87f17;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bnr-fixed .thumbnail,
  .bnr-fixed .message .text {
    display: none;
  }
  .block-simple-blockcta-register-bnr-footer-fixed {
    right: 15px;
    max-width: 320px;
    height: auto;
    padding: 10px;
  }
  .bnr-fixed .message .ttl {
    font-size: 15px;
    text-align: center;
  }
}

.bnr-fixed {
  position: relative;
}
.bnr-fixed .close {
  position: absolute;
  top: -50px;
  right: -20px;
  opacity: 0.2;
  cursor: pointer;
}
.bnr-fixed .close:hover {
  opacity: 0.5;
}

.bnr-fixed .close span {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/icon/close.svg);
  background-repeat: no-repeat;
  background-size: 30px;
}

@media screen and (max-width: 767px) {
  .bnr-fixed .close {
    right: -10px;
  }
}

/* 1600px以上の画面幅の時の表示位置 */
@media screen and (min-width: 1600px) {
  .region-footer-other-list:has(.block-simple-blockcta-register-bnr-footer-fixed) {
    width:1580px;
    margin:0 auto;
  }
  .block-simple-blockcta-register-bnr-footer-fixed {
    left:50%;
    margin-left: 420px;
  }
}



footer ul.menu a.is-active {
  color: var(--white-color);
}</pre></body></html>