@charset "UTF-8";
/* CSS Document */
/*common*/
.outer[data-special] {
  overflow: visible;
}
@media only screen and (max-width: 764px) {
  .outer[data-special] {
    width: 100%;
    left: auto;
    right: auto;
  }
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.image {
  width: auto;
  max-width: none;
}

.footer__backlink {
  z-index: 100;
}

[data-special=true] body {
  background: #fff;
  color: #333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
}
[data-special=true] .main-content {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
}
[data-special=true] li img,
[data-special=true] dd img {
  vertical-align: bottom;
  max-width: 100%;
}
[data-special=true] .red {
  color: #f00;
}
[data-special=true] .container {
  overflow: clip;
  position: relative;
}
[data-special=true] .container__main:before, [data-special=true] .container__main:after {
  content: "";
  display: table;
  clear: both;
}
[data-special=true] .section {
  margin-top: 40px;
}
[data-special=true] .section:after {
  content: "";
  display: table;
  clear: both;
}
[data-special=true] .small {
  font-size: 70%;
}
[data-special=true] .no-scriot-container {
  text-align: center;
  padding-top: 15px;
}
[data-special=true] .no-script-inner {
  text-align: left;
  display: inline-block;
  margin: 10px;
  padding: 15px;
  min-width: 50%;
  max-width: 90%;
  border: solid 1px red;
  overflow-x: hidden;
}
[data-special=true] .no-script-caution-title {
  background: linear-gradient(transparent 0%, #ff6 100%);
  line-height: 1.8;
}
[data-special=true] .no-script-caution-description {
  font-size: 75%;
}
@media print, screen and (min-width: 765px) {
  [data-special=true] {
    /*pc common*/
  }
  [data-special=true] body {
    font-size: 16px;
    line-height: 1.4em;
  }
  [data-special=true] .container {
    min-width: 960px;
  }
  [data-special=true] .sp {
    display: none;
  }
  [data-special=true] {
    /*
        a{
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }
        a:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    */
  }
  [data-special=true] a:hover {
    opacity: 0.6;
    -webkit-opacity: 0.6;
  }
  [data-special=true] {
    /*pc header*/
  }
  [data-special=true] #header {
    background: #fff;
    position: relative;
    z-index: 5;
  }
  [data-special=true] #header .inner {
    position: relative;
    width: 960px;
    height: 64px;
    margin: 0 auto;
  }
  [data-special=true] #header h1 a {
    display: block;
    /* background: url(../img/logo_l.gif); */
    width: 161px;
    height: 64px;
    position: absolute;
    top: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
  }
  [data-special=true] #header h1 a img {
    display: block;
  }
  [data-special=true] #header .identifier a {
    background: url(../img/identifier.png);
    width: 207px;
    height: 20px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    /* left: 198px;
    top: 24px; */
    top: 23px;
    left: 210px;
    margin-top: 0;
  }
  [data-special=true] #header .list-utility {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  [data-special=true] #header .list-utility li {
    display: inline;
    padding-left: 15px;
    font-size: 0.7em;
  }
  [data-special=true] {
    /*pc navi*/
  }
  [data-special=true] #gnavi {
    background: #78b54f;
    position: sticky;
    top: 48px;
    z-index: 5;
    transition: top 0.2s;
  }
  html[data-scroll=top] [data-special=true] #gnavi {
    top: 139px;
  }
  [data-special=true] #gnavi .toggle {
    display: none;
  }
  [data-special=true] #gnavi ul.main {
    width: 960px;
    margin: 0 auto;
    position: relative;
    display: flex;
  }
  [data-special=true] #gnavi ul.main > li {
    display: inline;
    width: 100%;
  }
  [data-special=true] #gnavi ul.main > li > a,
  [data-special=true] #gnavi ul.main > li > p {
    text-align: center;
    height: 50px;
    padding-top: 15px;
    font-size: 1.44rem;
    background: #78b54f;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin-right: -5px;
    border-left: 1px solid #fff;
    width: 100%;
    box-sizing: border-box;
  }
  [data-special=true] #gnavi ul.main > li:last-child > a {
    border-right: 1px solid #fff;
  }
  [data-special=true] #gnavi ul.main > li > a:hover,
  [data-special=true] #gnavi ul.main > li > a.active,
  [data-special=true] #gnavi ul.main > li > p.active {
    background: #63a933;
    opacity: 1;
    -webkit-opacity: 1;
  }
  [data-special=true] #gnavi ul.sub {
    position: absolute;
    left: 0;
    top: 50px;
    text-align: left;
    display: none;
  }
  [data-special=true] #gnavi ul.sub.active {
    display: block;
  }
  [data-special=true] #gnavi ul.sub li {
    display: block;
  }
  [data-special=true] #gnavi ul.sub li a,
  [data-special=true] #gnavi ul.sub li p {
    font-size: 1.44rem;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    border-top: 1px solid #fff;
    box-sizing: border-box;
    width: 320px;
    background: #78b54f url(../img/navi_arrow.png) right center no-repeat;
  }
  [data-special=true] #gnavi ul.sub li a:hover,
  [data-special=true] #gnavi ul.sub li p:hover,
  [data-special=true] #gnavi ul.sub li a.active,
  [data-special=true] #gnavi ul.sub li p.active {
    background: #63a933 url(../img/navi_arrow.png) right center no-repeat;
    opacity: 1;
    -webkit-opacity: 1;
  }
  [data-special=true] #gnavi ul.main li a.active,
  [data-special=true] #gnavi ul.main li p.active,
  [data-special=true] #gnavi ul.sub li a.active,
  [data-special=true] #gnavi ul.sub li p.active {
    font-weight: 900;
  }
  [data-special=true] #gnavi .mishima ul.sub {
    /* left: calc(192 * 2px); */
    left: 50%;
  }
  [data-special=true] #gnavi .ohito ul.sub {
    left: 576px;
  }
  [data-special=true] #gnavi .list-utility {
    display: none;
  }
  [data-special=true] {
    /*pc content*/
  }
  [data-special=true] #content {
    background: url(../../common/img/back.jpg) center top/100% 600px;
  }
  [data-special=true] {
    /*pc footer*/
  }
  [data-special=true] #footer-recruit {
    display: none;
    position: relative;
    border-top: #ccc 1px solid;
    border-bottom: #000 5px solid;
    font-size: 0.75em;
    padding: 20px 20px;
    background-color: #fff;
  }
  [data-special=true] #footer-recruit .inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
  }
  [data-special=true] #footer-recruit .links {
    padding-bottom: 10px;
  }
  [data-special=true] #footer-recruit .links li {
    display: inline-block;
  }
  [data-special=true] #footer-recruit .links li:after {
    content: "　｜　";
  }
  [data-special=true] #footer-recruit .links li:last-child:after {
    content: "";
  }
  [data-special=true] #footer-recruit .links a {
    font-size: 1.2rem;
  }
  [data-special=true] #footer-recruit .forentry {
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
  }
  [data-special=true] #footer-recruit .forentry a {
    display: block;
    border: #ccc 1px solid;
    padding: 20px 60px 20px 60px;
    font-weight: bold;
    background: #fff url(../img/footer_bn_arrow.png) no-repeat right center;
    line-height: 1.3em;
    text-decoration: none;
  }
  [data-special=true] #footer-recruit .copyright {
    padding-top: 10px;
    border-top: 1px #ccc solid;
  }
  [data-special=true] #footer-recruit .identifier {
    display: none;
  }
  [data-special=true] #pagetop {
    display: none;
  }
  [data-special=true] #pagetop a {
    display: block;
    background: url(../img/pagetop.gif);
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 0;
    right: 0;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 10;
  }
  [data-special=true] #content .ftoffices {
    position: relative;
  }
  [data-special=true] #content .ftoffices .outer {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 0;
  }
  [data-special=true] #content .ftoffices .titarea {
    padding-bottom: 150px;
  }
  [data-special=true] #content .ftoffices .titarea h2 {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 4.48rem;
    line-height: 1em;
    font-weight: bold;
    background-image: none;
    height: auto;
    position: relative;
    z-index: 2;
  }
  [data-special=true] #content .ftoffices .titarea h2 span {
    color: #90a050;
  }
  [data-special=true] #content .ftoffices .titarea .read {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
  }
  [data-special=true] #content .ftoffices .titarea .hdk {
    position: absolute;
    left: 0;
    top: -100px;
    z-index: 1;
    width: 100%;
    height: 100px;
  }
  [data-special=true] #content .ftoffices .titarea .hdk img {
    width: 100%;
    height: 100px;
  }
  [data-special=true] #content .ftoffices .links {
    margin-top: -100px;
    position: relative;
  }
  [data-special=true] #content .ftoffices .links .hdk {
    position: absolute;
    left: 0;
    top: -78px;
    z-index: 1;
    width: 100%;
    height: 78px;
  }
  [data-special=true] #content .ftoffices .links .hdk img {
    width: 100%;
    height: 78px;
    vertical-align: top;
  }
  [data-special=true] #content .ftoffices .links .office {
    position: relative;
    padding-top: 0px;
  }
  [data-special=true] #content .ftoffices .office .hd {
    padding-top: 20px;
    font-size: 4.48rem;
    font-weight: bold;
    line-height: 1.5em;
  }
  [data-special=true] #content .ftoffices .office p {
    position: relative;
    display: inline-block;
    font-size: 4.48rem;
  }
  [data-special=true] #content .ftoffices .office .ruby {
    letter-spacing: 0.8em;
    font-size: 30%;
    position: absolute;
    left: 0;
    top: -2.6em;
    width: 7.5em;
    text-align: center;
  }
  [data-special=true] #content .ftoffices .office span.en {
    font-size: 40%;
    display: inline-block;
    margin-left: 10px;
  }
  [data-special=true] #content .ftoffices .office .images {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  [data-special=true] #content .ftoffices .office .images li {
    display: block;
    /* float: left; */
    margin-right: 30px;
    width: 130px;
  }
  [data-special=true] #content .ftoffices .office .images li a,
  [data-special=true] #content .ftoffices .office .images li span {
    display: block;
    position: relative;
  }
  [data-special=true] #content .ftoffices .office .images li a .btn,
  [data-special=true] #content .ftoffices .office .images li span .btn {
    width: 130px;
  }
  [data-special=true] #content .ftoffices .office .images li a .bln,
  [data-special=true] #content .ftoffices .office .images li span .bln {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    margin-top: -40px;
    width: 40px;
  }
  [data-special=true] #content .ftoffices .office .images li:last-child {
    margin-right: 0;
  }
  [data-special=true] #content .ftoffices .links .office.mishima {
    float: left;
    width: 50%;
    background: #d3ad95;
  }
  [data-special=true] #content .ftoffices .links .office.mishima .inn {
    width: 480px;
    height: 280px;
    margin-left: auto;
  }
  [data-special=true] #content .ftoffices .office.ohito {
    text-align: right;
  }
  [data-special=true] #content .ftoffices .links .office.ohito {
    float: right;
    width: 50%;
    background: #87bcb5;
  }
  [data-special=true] #content .ftoffices .links .office.ohito .inn {
    width: 450px;
    height: 280px;
    margin-right: auto;
    margin-left: 30px;
  }
  [data-special=true] .ftabout {
    position: relative;
  }
  [data-special=true] .ftabout a {
    display: block;
  }
  [data-special=true] .ftabout .back img {
    width: 100%;
    vertical-align: middle;
  }
  [data-special=true] .ftabout .texts {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(65, 107, 18, 0.5);
    text-align: center;
  }
  [data-special=true] .ftabout .texts span {
    position: relative;
    top: 50%;
    margin-top: -47px;
    display: inline-block;
    background: url(../../common/img/about_arrow.png) no-repeat right center;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 764px) {
  [data-special=true] {
    /*sp common*/
  }
  [data-special=true] .pc {
    display: none;
  }
  [data-special=true] img {
    width: 100%;
  }
  [data-special=true] {
    /*sp header*/
  }
  [data-special=true] body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
  }
  [data-special=true] #gnavi {
    z-index: 5;
    position: sticky;
    top: 0px;
    transition: top 0.2s;
  }
  [data-special=true] #header {
    /* height: 44px; */
    position: relative;
    z-index: 5;
  }
  [data-special=true] #header .inner {
    padding: 8px;
  }
  [data-special=true] #header h1 a {
    display: block;
    background: url(../img/logo.png) 0 0/115px 30px;
    width: 115px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    left: 8px;
    top: 8px;
  }
  [data-special=true] #header .identifier {
    display: none;
  }
  [data-special=true] {
    /* #header .list-utility {
      display: none;
    } */
  }
  [data-special=true] .list-utility {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  [data-special=true] .list-utility li {
    display: inline;
    padding-left: 15px;
    font-size: 0.7em;
  }
  [data-special=true] .list-utility li a {
    text-decoration: none;
  }
  [data-special=true] {
    /*sp gnavi*/
  }
  [data-special=true] #gnavi .toggle a {
    background: #78b54f url(../img/navi_toggle.png) right center/30px 30px no-repeat;
    display: none;
    position: relative;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 5;
  }
  [data-special=true] #gnavi .toggle a.visible {
    display: block;
  }
  [data-special=true] #gnavi .toggle a.active {
    background: #78b54f url(../img/navi_toggle_close.png) right center/30px 30px no-repeat;
  }
  [data-special=true] #gnavi ul.main {
    margin: 0 auto;
    position: relative;
  }
  [data-special=true] #gnavi ul.main > li {
    display: block;
  }
  [data-special=true] #gnavi ul.main > li > a,
  [data-special=true] #gnavi ul.main > li > p {
    padding-left: 20px;
    padding: 10px 15px;
    background: #78b54f url(../img/navi_arrow_sp.png) right center/30px 30px no-repeat;
    display: block;
    color: #fff;
    text-decoration: none;
    border-top: 1px solid #fff;
    box-sizing: border-box;
  }
  [data-special=true] #gnavi ul.main > li > a.active {
    background: #63a933;
  }
  [data-special=true] #gnavi ul.sub {
    display: none;
  }
  [data-special=true] #gnavi ul.sub.visible {
    display: block;
  }
  [data-special=true] #gnavi ul.sub li {
    display: block;
  }
  [data-special=true] #gnavi ul.sub li a,
  [data-special=true] #gnavi ul.sub li p {
    display: block;
    font-size: 1.44rem;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px 10px 60px;
    border-top: 1px solid #fff;
    background: #78b54f url(../img/navi_arrow_sp.png) right center/30px 30px no-repeat;
  }
  [data-special=true] {
    /*
       #gnavi ul.sub li a.active{
           background: #63a933 url(../img/navi_arrow_sp.png) right center / 30px 30px no-repeat;
        }
    */
  }
  [data-special=true] #gnavi .list-utility {
    border-top: 1px solid #fff;
    padding-top: 10px;
    padding-bottom: 20px;
    background: #78b54f;
    text-align: center;
    display: none;
  }
  [data-special=true] #gnavi .list-utility li {
    display: inline;
    font-size: 1.28rem;
    color: #fff;
  }
  [data-special=true] {
    /* #gnavi .list-utility li:first-child:after{
        content:"　｜　";
    } */
  }
  [data-special=true] #gnavi .list-utility li a {
    color: #fff;
  }
  [data-special=true] {
    /*sp content*/
  }
  [data-special=true] #content {
    background: url(../../common/img/back.jpg) center top;
  }
  [data-special=true] {
    /*sp footer*/
  }
  [data-special=true] #footer-recruit {
    border-top: #ccc 1px solid;
    border-bottom: #000 5px solid;
    font-size: 0.75em;
    padding: 20px 20px;
  }
  [data-special=true] #footer-recruit .links {
    text-align: center;
    padding-bottom: 10px;
  }
  [data-special=true] #footer-recruit .links li {
    display: inline-block;
  }
  [data-special=true] #footer-recruit .links li:after {
    content: "｜";
  }
  [data-special=true] #footer-recruit .links li:last-child:after {
    content: "";
  }
  [data-special=true] #footer-recruit .links a {
    font-size: 1.2rem;
  }
  [data-special=true] #footer-recruit .forentry {
    margin-top: 10px;
    text-align: center;
  }
  [data-special=true] #footer-recruit .forentry a {
    display: inline-block;
    border: #ccc 1px solid;
    padding: 20px 60px 20px 60px;
    font-weight: bold;
    background: #fff url(../img/footer_bn_arrow.png) no-repeat right center;
    line-height: 1.3em;
    text-decoration: none;
  }
  [data-special=true] #footer-recruit .copyright {
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
  }
  [data-special=true] #footer-recruit .identifier {
    margin-top: 20px;
    border-top: 1px #ccc solid;
  }
  [data-special=true] #footer-recruit .identifier a {
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/identifier.gif);
    width: 166px;
    height: 16px;
    text-indent: -9999px;
    overflow: hidden;
  }
  [data-special=true] #pagetop {
    display: none;
  }
  [data-special=true] #pagetop a {
    display: block;
    background: url(../img/pagetop.gif);
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 0;
    right: 0;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 10;
  }
  [data-special=true] #content .ftoffices {
    position: relative;
  }
  [data-special=true] #content .ftoffices .outer {
    background: #fff;
    padding-bottom: 0;
  }
  [data-special=true] #content .ftoffices .titarea {
    position: relative;
    padding-top: 20px;
  }
  [data-special=true] #content .ftoffices .titarea h2 {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.35em;
    font-weight: bold;
    background-image: none;
    height: auto;
    position: relative;
    z-index: 2;
  }
  [data-special=true] #content .ftoffices .titarea h2 span {
    color: #90a050;
  }
  [data-special=true] #content .ftoffices .titarea .read {
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 20px;
    font-size: 1.6rem;
  }
  [data-special=true] #content .ftoffices .titarea .hdk {
    position: absolute;
    left: 0;
    top: -25px;
    z-index: 1;
    width: 100%;
  }
  [data-special=true] #content .ftoffices .titarea .hdk img {
    width: 100%;
    height: 25px;
  }
  [data-special=true] #content .ftoffices .links {
    position: relative;
  }
  [data-special=true] #content .ftoffices .links .hdk {
    position: absolute;
    left: 0;
    top: -25px;
    width: 100%;
    z-index: 1;
  }
  [data-special=true] #content .ftoffices .links .hdk img {
    height: 25px;
    vertical-align: top;
  }
  [data-special=true] #content .ftoffices .links .office {
    position: relative;
    padding-bottom: 20px;
  }
  [data-special=true] #content .ftoffices .office .hd {
    padding: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
    background-position: center top;
  }
  [data-special=true] #content .ftoffices .office {
    font-size: 3.2rem;
    font-weight: bold;
  }
  [data-special=true] #content .ftoffices .office p {
    font-size: 3.2rem;
    position: relative;
    display: inline-block;
  }
  [data-special=true] #content .ftoffices .office .ruby {
    letter-spacing: 0.8em;
    font-size: 30%;
    position: absolute;
    left: 0;
    top: -1.8em;
    width: 7.5em;
    text-align: center;
    line-height: 1;
  }
  [data-special=true] #content .ftoffices .office span.en {
    font-size: 40%;
    display: inline-block;
    margin-left: 10px;
  }
  [data-special=true] #content .ftoffices .office .images {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
  }
  [data-special=true] #content .ftoffices .office .images li {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
  }
  [data-special=true] #content .ftoffices .office .images li a,
  [data-special=true] #content .ftoffices .office .images li span {
    display: block;
    position: relative;
  }
  [data-special=true] #content .ftoffices .office .images li a .bln,
  [data-special=true] #content .ftoffices .office .images li span .bln {
    position: absolute;
    left: -15%;
    top: 20%;
    width: 30%;
  }
  [data-special=true] #content .ftoffices .office .images li:last-child {
    /*        margin-right: 0;*/
  }
  [data-special=true] #content .ftoffices .links .office.mishima {
    background: #d3ad95;
  }
  [data-special=true] #content .ftoffices .links .office.ohito {
    padding-top: 0;
    background: #87bcb5;
  }
  [data-special=true] .ftabout {
    position: relative;
  }
  [data-special=true] .ftabout a {
    display: block;
    display: grid;
  }
  [data-special=true] .ftabout .back {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  [data-special=true] .ftabout .back img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  [data-special=true] .ftabout .texts {
    grid-column: 1/2;
    grid-row: 1/2;
    display: block;
    /* position: absolute;
    left: 0;
    top: 0; */
    width: 100%;
    height: 100%;
    background: rgba(65, 107, 18, 0.5);
    text-align: center;
  }
  [data-special=true] .ftabout .texts span {
    position: relative;
    /* top: 50%;
    margin-top: -22px; */
    display: inline-block;
    background: url(../../common/img/about_arrow.png) no-repeat right center/15px 30px;
    padding: 30px;
  }
  [data-special=true] .ftabout .texts p img {
    width: 90px;
  }
}
[data-special=true] {
  /* add gguideline */
}
[data-special=true] .sr-only {
  /* visibility: hidden; */
  color: transparent;
  position: absolute;
  z-index: -999;
}
[data-special=true] #gnavi ul.main > li > p.active {
  background: #63a933;
  opacity: 1;
  -webkit-opacity: 1;
}
[data-special=true] #gnavi ul.sub li p.active {
  background: #63a933 url(../img/navi_arrow.png) right center no-repeat;
  opacity: 1;
  -webkit-opacity: 1;
}
[data-special=true] #content .mv .breadcrumb {
  display: none;
}
[data-special=true] .breadcrumb {
  max-width: 960px;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
[data-special=true] .breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0em 0.5em;
}
[data-special=true] .breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
[data-special=true] .breadcrumb-item:not(:last-child):after {
  content: ">";
  display: block;
  font-size: 0.8rem;
  color: #fff;
}
[data-special=true] .breadcrumb-item__link:link,
[data-special=true] .breadcrumb-item__link:visited,
[data-special=true] .breadcrumb-item__link {
  display: flex;
  font-size: 1.26rem;
  color: #fff;
  text-decoration: none !important;
}
[data-special=true] .breadcrumb-item__link.breadcrumb-item__link--disable {
  font-size: 1.26rem;
}
@media only screen and (max-width: 764px) {
  [data-special=true] .breadcrumb {
    top: 4px;
    left: 12px;
  }
  [data-special=true] .breadcrumb-item .breadcrumb-item__link:link,
  [data-special=true] .breadcrumb-item .breadcrumb-item__link:visited,
  [data-special=true] .breadcrumb-item .breadcrumb-item__link {
    font-size: 0.96rem;
  }
  [data-special=true] .breadcrumb-item:not(:last-child):after {
    font-size: 0.96rem;
  }
  [data-special=true] .breadcrumb-item .breadcrumb-item__link:visited,
  [data-special=true] .breadcrumb-item .breadcrumb-item__link {
    font-size: 0.96rem;
  }
}
[data-special=true] .living {
  padding: 40px;
  background-image: url(../../common/img/back_living.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-special=true] .living:hover {
  opacity: 0.6;
}
[data-special=true] .logo {
  display: flex;
  align-items: center;
  top: 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  aspect-ratio: 140/38;
  width: 80px;
  left: 20px;
}
@media print, screen and (min-width: 765px) {
  [data-special=true] .logo {
    width: 140px;
    position: absolute;
    top: 14px;
    left: 0;
  }
}
@media only screen and (max-width: 764px) {
  [data-special=true] .breadcrumbs-wrapper + .content {
    margin-top: 0;
  }
}
/*# sourceMappingURL=base.css.map */
