@charset "UTF-8";
/* ---------------------------------------
    事業所一覧
-----------------------------------------*/
/* header
--------------------------------*/
#header {
  background-color: #FFF8F6;
}
#header .header_wrap {
  border-bottom: 1px solid #D0CDCC;
}
#header:not(.navOpen) .header_wrap .logo a {
  background: url(../img/common/logo_black.png) no-repeat center/contain;
}
#header:not(.navOpen) .header_wrap .logo a img {
  opacity: 0;
}
#header .nav_wrap * {
  color: #181414 !important;
}
#header .nav_wrap a span.txt {
  background-image: linear-gradient(90deg, #181414, #181414);
}
#header .nav_wrap .utility .links_list li .ico svg path,
#header .nav_wrap .utility .sub .search:not(.is-open) .search_btn .ico svg rect {
  fill: #181414;
}
#header .nav_wrap .utility .sub .lang .lang_btn .ico svg path,
#header .nav_wrap .utility .sub .search:not(.is-open) .search_btn .ico svg path {
  stroke: #181414;
}
#header .nav_wrap .utility .sub .lang .lang_btn .txt,
#header .nav_wrap .utility .sub .search .search_input,
#header .nav_wrap .utility .sub .search.is-open .search_btn {
  border-color: #181414;
}

/* common
--------------------------------*/
.contents_wrap {
  padding-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  .contents_wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 15.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contents_wrap {
    padding-bottom: 9.6rem;
  }
}
.contents_wrap .side {
  width: 26.4rem;
}
@media screen and (max-width: 767px) {
  .contents_wrap .side {
    width: 100%;
    margin-top: 7.2rem;
  }
}
.contents_wrap .side .side_nav {
  padding-top: 1.6rem;
  border-top: 1px solid #D0CDCC;
}
.contents_wrap .side .side_nav + .side_nav {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .contents_wrap .side .side_nav + .side_nav {
    margin-top: 4rem;
  }
}
.contents_wrap .side .side_nav .ttl {
  color: #7A7875;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.8rem;
}
.contents_wrap .side .side_nav .ttl::before, .contents_wrap .side .side_nav .ttl::after {
  content: "";
  width: 1px;
  height: 1.1rem;
  background-color: #7A7875;
  position: absolute;
  left: 0.4rem;
  top: -0.1rem;
}
.contents_wrap .side .side_nav .ttl::before {
  rotate: 45deg;
}
.contents_wrap .side .side_nav .ttl::after {
  rotate: -45deg;
}
.contents_wrap .side .side_nav .list {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .contents_wrap .side .side_nav .list {
    margin-top: 2.4rem;
  }
}
.contents_wrap .side .side_nav .list li {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0.15em;
}
.contents_wrap .side .side_nav .list li + li {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .contents_wrap .side .side_nav .list li + li {
    margin-top: 2rem;
  }
}
.contents_wrap .side .side_nav .list li a {
  display: inline-block;
}
.contents_wrap .side .side_nav .list li a span.txt {
  padding-bottom: 0.3rem;
  background-image: linear-gradient(90deg, #181414, #181414);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .contents_wrap .side .side_nav .list li a:hover .txt {
    background-size: 100% 1px;
  }
}
.contents_wrap .side .side_nav .list li.is-current {
  color: #D0CDCC;
}
.contents_wrap .side .side_nav .list li.is-current a span.txt {
  background: none;
}
.contents_wrap .contents {
  width: 80rem;
}
@media screen and (max-width: 767px) {
  .contents_wrap .contents {
    width: 100%;
  }
}

/* sec_locations
--------------------------------*/
#sec_locations .map_img {
  width: 66rem;
}
@media screen and (max-width: 767px) {
  #sec_locations .map_img {
    width: 36rem;
    margin: 0 auto;
  }
}
#sec_locations .locations_list {
  margin-top: 5.6rem;
}
#sec_locations .locations_list .item + .item {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  #sec_locations .locations_list .item + .item {
    margin-top: 3.2rem;
  }
}
#sec_locations .locations_list .item .ttl {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  #sec_locations .locations_list .item .ttl {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
#sec_locations .locations_list .item .tb {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(208, 205, 204, 0.5);
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #sec_locations .locations_list .item .tb {
    display: block;
    margin-top: 0.8rem;
  }
}
#sec_locations .locations_list .item .tb + .ttl {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #sec_locations .locations_list .item .tb + .ttl {
    margin-top: 1.6rem;
  }
}
#sec_locations .locations_list .item .tb dt, #sec_locations .locations_list .item .tb dd, #sec_locations .locations_list .item .tb p {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #sec_locations .locations_list .item .tb dt, #sec_locations .locations_list .item .tb dd, #sec_locations .locations_list .item .tb p {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
#sec_locations .locations_list .item .tb > dt, #sec_locations .locations_list .item .tb > dd {
  padding: 2.1rem 0 2.2rem;
  border-bottom: 1px solid rgba(208, 205, 204, 0.5);
}
#sec_locations .locations_list .item .tb > dt {
  width: 14.4rem;
  color: #7A7875;
}
@media screen and (max-width: 767px) {
  #sec_locations .locations_list .item .tb > dt {
    width: 100%;
    padding: 1.2rem 0 0.4rem;
    border-bottom: none;
  }
}
#sec_locations .locations_list .item .tb > dd {
  width: calc(100% - 14.4rem);
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_locations .locations_list .item .tb > dd {
    width: 100%;
    padding: 0 0 1.5rem;
  }
}
#sec_locations .locations_list .item .tb > dd a.link_map {
  padding-bottom: 0.1rem;
  background-image: linear-gradient(90deg, #181414, #181414);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
  transition: background-size 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  #sec_locations .locations_list .item .tb > dd a.link_map:hover {
    background-size: 0 1px;
  }
}
#sec_locations .locations_list .item .tb dl.tel {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #sec_locations .locations_list .item .tb dl.tel {
    display: block;
  }
}
#sec_locations .locations_list .item .tb dl.tel > dt:not(:first-of-type), #sec_locations .locations_list .item .tb dl.tel > dd:not(:first-of-type) {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sec_locations .locations_list .item .tb dl.tel > dt:not(:first-of-type), #sec_locations .locations_list .item .tb dl.tel > dd:not(:first-of-type) {
    margin-top: 0;
  }
}
#sec_locations .locations_list .item .tb dl.tel > dt {
  width: 7.2rem;
}
@media screen and (max-width: 767px) {
  #sec_locations .locations_list .item .tb dl.tel > dt {
    width: 100%;
  }
  #sec_locations .locations_list .item .tb dl.tel > dt:not(:first-of-type) {
    margin-top: 0.8rem;
  }
}
#sec_locations .locations_list .item .tb dl.tel > dd {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  width: calc(100% - 7.2rem);
  padding-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  #sec_locations .locations_list .item .tb dl.tel > dd {
    width: 100%;
    padding-left: 0;
  }
}
#sec_locations .locations_list .item .tb dl.tel > dd .num {
  font-family: "Source Sans 3", sans-serif;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  #sec_locations .locations_list .item .tb dl.tel > dd .num {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
#sec_locations .locations_list .item .tb dl.tel > dd .num span {
  color: #7A7875;
  letter-spacing: 0.15em;
  margin-right: 0.8rem;
}
#sec_locations .btn {
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  #sec_locations .btn {
    margin-top: 3.2rem;
  }
}
#sec_locations .btn a {
  min-width: 52rem;
  min-height: 12.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #sec_locations .btn a {
    min-width: 100%;
    min-height: 10.8rem;
  }
}

/* 英語ページ
--------------------------------*/
html[lang=en] .contents_wrap .side .side_nav .list li {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  html[lang=en] #sec_locations .map_img {
    width: 71.9rem;
  }
}
html[lang=en] #sec_locations .locations_list .item .tb + .ttl {
  letter-spacing: 0.05em;
}
html[lang=en] #sec_locations .locations_list .item .tb dt, html[lang=en] #sec_locations .locations_list .item .tb dd {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  html[lang=en] #sec_locations .locations_list .item .tb dl.tel > dt {
    width: 9.8rem;
  }
  html[lang=en] #sec_locations .locations_list .item .tb dl.tel > dd {
    width: calc(100% - 9.8rem);
  }
}
@media screen and (min-width: 768px) {
  html[lang=en] #sec_locations .locations_list .item:first-child .tb dl.tel > dt {
    width: 17.1rem;
  }
  html[lang=en] #sec_locations .locations_list .item:first-child .tb dl.tel > dd {
    width: calc(100% - 17.1rem);
  }
}