@-webkit-keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}

@keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}

@-webkit-keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

@keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

.w-100 {
  width: 100%;
}

.sub-mv.shiga .sub-mv_box {
  background-position: top right;
}

.service-features_list .desc {
  padding: 2% 0;
}

@media screen and (max-width: 500px) {
  .service-features_list .desc {
    height: auto;
  }
}

.service-features_list .desc-txt {
  margin-top: 15px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .service-features_list .desc-txt {
    margin-top: 0;
    padding-bottom: 12px;
  }
}

.service-features_list h2.desc-txt {
  margin-top: 0;
  font-size: 1.6rem;
}

.service-features_list h2.desc-txt span {
  font-weight: bold;
}

.service-features_list p.pickup {
  height: 155px;
}

@media screen and (max-width: 1024px) {
  .service-features_list p.pickup {
    height: 188px;
  }
}

@media screen and (max-width: 768px) {
  .service-features_list p.pickup {
    height: 195px;
  }
}

@media screen and (max-width: 500px) {
  .service-features_list p.pickup {
    height: auto;
  }
}

.service-features_list .more-btn {
  position: relative;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .service-features_list .more-btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 500px) {
  .service-features_list:nth-child(odd) .more-btn {
    margin-left: 33.33%;
  }
}

.office-heading .desc {
  padding-right: 10%;
}

.office-west .ttl-01::before {
  background-color: #ffffff;
}

.office-west .ofh {
  margin-top: 32px;
  padding-left: 30px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 500px) {
  .office-west .ofh {
    margin-top: 20px;
  }
  .android .office-west .ofh {
    margin-top: 24px;
  }
}

.office-west .ofh .slide-r {
  -webkit-transform: translateX(-130%);
  transform: translateX(-130%);
}

.office-west .link-blue {
  width: 100%;
}

.office-west li {
  position: relative;
  margin-bottom: 5%;
}

@media screen and (max-width: 1024px) {
  .office-west li {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 500px) {
  .office-west li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5%;
  }
  .android .office-west li {
    padding-bottom: 10px;
  }
}

.office-west li:nth-child(2) .link-blue {
  background-position: top right;
}

.office-west li.blank {
  background-color: #eee;
}

.office-west li.blank::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 320px);
  left: 0;
  bottom: 0;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .office-west li.blank::before {
    height: calc(100% - 280px);
  }
}

@media screen and (max-width: 768px) {
  .office-west li.blank::before {
    height: calc(100% - 240px);
  }
}
.office-west li:hover .b-back1 span::before {
  opacity: 0;
}

.office-eastern .ttl-01::before {
  background-color: #ffffff;
}

.office-eastern .ofh {
  margin-top: 32px;
  padding-left: 30px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 500px) {
  .office-eastern .ofh {
    margin-top: 20px;
  }
  .android .office-eastern .ofh {
    margin-top: 24px;
  }
}

.office-eastern .link-blue {
  width: 100%;
}

.office-eastern li {
  margin-bottom: 5%;
}

@media screen and (max-width: 1024px) {
  .office-eastern li {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 500px) {
  .office-eastern li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5%;
  }
  .android .office-eastern li {
    padding-bottom: 10px;
  }
}

.office-eastern li:last-child {
  padding-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.office-eastern li:last-child .ofh {
  position: relative;
}

.office-eastern li:last-child .ofh::after {
  background-color: #ffffff;
  position: absolute;
  right: -50vw;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  padding-top: 32px;
}

.office-eastern_lists {
  background-color: #eeeeee;
}

.office-eastern_location {
  width: 100%;
  position: relative;
}

.office-table {
  margin-bottom: 5%;
}

@media screen and (max-width: 768px) {
  .office-table_list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.office-table_list .more-btn {
  width: 90%;
  margin-top: 25px;
}

@media screen and (max-width: 350px) {
  .office-table_list .more-btn {
    width: 96%;
  }
}

@media screen and (max-width: 1024px) {
  .office-table_list .more-btn span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 350px) {
  .office-table_list .more-btn span {
    font-size: 1.4rem;
  }
}

.office-table_list:last-child .more-btn span {
  background-color: #000;
}

.office-table_list:last-child .more-btn:hover span {
  background-color: #fff;
  color: #000;
  border-color: #000;
}

.office-table_list:last-child .more-btn:hover .link-bx,
.office-table_list:last-child .more-btn:hover .link-bx::after {
  border-color: #000;
}

.office-greeting_img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 650px;
}

@media screen and (max-width: 1024px) {
  .office-greeting_img {
    height: 600px;
  }
}

@media screen and (max-width: 500px) {
  .office-greeting_img {
    height: 400px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.office-greeting_card {
  display: block;
  position: relative;
  z-index: 3;
  bottom: -60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ffffff;
  z-index: 2;
}
.office-greeting_card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: calc(100% + 30px);
  background: #000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
}

@media screen and (max-width: 500px) {
  .office-greeting_card {
    bottom: -50%;
  }
}

.office-greeting_card a {
  display: block;
  width: 320px;
  font-size: 2rem;
  margin: 10px 0;
  padding: 10px 30px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1024px) {
  .office-greeting_card a {
    width: 280px;
  }
}

@media screen and (max-width: 768px) {
  .office-greeting_card a {
    padding: 10px 20px;
    width: 250px;
  }
}

@media screen and (max-width: 500px) {
  .office-greeting_card a {
    padding: 10px;
    width: 200px;
  }
}

.office-greeting_card a .link-bx {
  right: 0;
  bottom: 2px;
}

@media screen and (max-width: 1024px) {
  .office-greeting_card a .link-bx {
    bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  .office-greeting_card a .link-bx {
    bottom: 2px;
  }
}

.office-greeting_card a:hover {
  color: #065bab;
  background-color: #fff;
  text-shadow: none;
}

.office-greeting_position {
  font-size: 1.8rem;
  display: table;
  min-width: 110px;
  max-width: 40rem;
  padding: 1rem;
  margin-bottom: 1.9rem;
  text-align: center;
  background-color: rgba(0, 91, 172, 0.9);
}

.office-greeting_position::before {
  height: 0;
  width: 0;
}

.office-greeting_en {
  display: block;
  font-size: 1.8rem;
}

.view .office-greeting_en::before {
  background-color: #ffffff;
  width: 175px;
}

@media screen and (max-width: 1024px) {
  .view .office-greeting_en::before {
    width: 170px;
  }
}

@media screen and (max-width: 768px) {
  .view .office-greeting_en::before {
    width: 135px;
  }
}

@media screen and (max-width: 500px) {
  .view .office-greeting_en::before {
    width: 110px;
  }
}

.office-greeting_ja {
  display: block;
  font-size: 3.2rem;
}

.office-greeting_desc {
  padding: 0 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 500px) {
  .office-greeting_desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 25px 30px 0;
  }
}

.office-greeting_desc h3 {
  padding-left: 30px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}

.office-greeting_desc p {
  padding-left: 30px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 500px) {
  .office-features_catch {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .office-features_list .desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.office-features_list {
  position: relative;
  width: 100%;
  z-index: 3;
}

@media screen and (max-width: 500px) {
  .office-features_list:nth-child(odd) .office-features_catch {
    margin-left: 25%;
  }
}

.office-features_list:nth-child(even) .office-features_catch {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 500px) {
  .office-features_list:nth-child(even) .office-features_catch {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto;
  }
}

.office-features_list:nth-child(even) .desc {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 500px) {
  .office-features_list:nth-child(even) .desc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
  }
}

.office-features_list .desc {
  padding: 5% 30px 10% 0;
}

.office-features_list .desc h3 {
  font-size: 2.3rem;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 30px;
}

.office-features_list .desc p {
  padding-left: 30px;
}

.office-features_catch .office-features_number {
  display: inline-block;
  padding-top: 2%;
  font-size: 15vw;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .office-features_catch .office-features_number {
    line-height: 1.5;
  }
}

@media screen and (max-width: 500px) {
  .office-features_catch .office-features_number {
    line-height: 1.2;
  }
}

.office-features_catch .office-features_number .jp {
  font-size: 7vw;
}

.office-features_catch .ttl-01 {
  margin: auto 0;
}

.office-features_catch .ttl-01 span {
  font-size: 11rem;
}

.office-features_catch .ttl-01::before {
  height: 0;
  width: 0;
}

@media screen and (max-width: 768px) {
  .office-staff .more-btn {
    width: 220px;
  }
}

@media screen and (max-width: 500px) {
  .office-staff .more-btn {
    width: 170px;
  }
}

.office-voice {
  margin-bottom: 10%;
}

.office-column {
  margin-top: 10%;
}

.office-access_details {
  position: relative;
}

@media screen and (max-width: 500px) {
  .office-access_details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.office-access_waiting {
  font-size: 2rem;
}

@media screen and (max-width: 500px) {
  .office-access_waiting {
    width: 100%;
    margin: auto;
  }
  .office-access_waiting .desc-txt {
    padding-left: calc(10% + 10px);
    padding-right: 10%;
  }
}

.office-address {
  display: block;
  z-index: 3;
  position: relative;
}

@media screen and (max-width: 500px) {
  .office-address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.office-address_details {
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  .office-address_details:nth-child(2) .d-f {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .office-address_details:nth-child(2) .area-tag {
    height: 42px;
  }
}

.office-address_details .address {
  padding-top: 2px;
}

.office-address_details .area-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  padding: 10px 20px;
}

.office-address_details:nth-child(2) p {
  margin-top: 0;
}

.office-address_details.by-car p,
.office-address_details.by-other p {
  padding: 0 20px 0 30px;
}

.office-address_details p {
  margin-top: 10px;
  padding-left: 10px;
}

.office-map {
  position: relative;
  height: 100%;
}

@media screen and (max-width: 500px) {
  .office-map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.office-map iframe {
  height: 900px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .office-map iframe {
    height: 850px;
  }
}

@media screen and (max-width: 500px) {
  .office-map iframe {
    height: 280px;
  }
}
/*# sourceMappingURL=office.min.css.map */
