@charset "UTF-8";
/*　*/
/**************************************************
		common
**************************************************/
/**************************************************
		index
**************************************************/
.index_list01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.8rem 2.4rem;
}
@media print, screen and (min-width: 768px) {
  .index_list01 {
    margin: 0 -4rem 6.4rem;
  }
}
.index_list01 > li {
  position: relative;
  width: calc(50% - 1.6rem - 0.1px);
  margin: 0 0.8rem;
}
@media print, screen and (min-width: 768px) {
  .index_list01 > li {
    margin: 0 4rem;
    width: calc(50% - 8rem - 0.1px);
  }
}
.index_list01 a {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .index_list01 a:hover .index_list01_img {
    opacity: 0.7;
  }
}
.index_list01_img {
  transition: opacity 0.3s;
}
.index_list01_img .m-img01 {
  border-radius: 1rem;
}
.index_list01_ttl {
  position: static;
  bottom: 0;
  left: 0;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  transition: color 0.3s;
  padding: 0.8rem 0;
  width: 100%;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .index_list01_ttl {
    position: absolute;
    font-weight: 600;
    font-size: 2.4rem;
    padding: 2.4rem;
    color: #fff;
  }
}
.index_list01_ttl:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  border-radius: 0 0 1.5rem 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .index_list01_ttl:before {
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7)) 0 100% no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .index_list01_ttl .m-iconArrow02::after {
    border-color: #D71518;
    width: 0.8rem;
    height: 0.8rem;
  }
}
.index_sec02 {
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  .index_sec02 {
    margin-bottom: 8rem;
  }
}
.index_list02 {
  flex-wrap: wrap;
  margin: 0 -4rem;
}
@media print, screen and (min-width: 768px) {
  .index_list02 {
    display: flex;
  }
}
.index_list02 > li {
  display: flex;
  margin: 0 4rem;
}
@media print, screen and (min-width: 768px) {
  .index_list02 > li {
    width: calc(50% - 8rem - 0.1px);
  }
}
@media only screen and (max-width: 767px) {
  .index_list02 > li:first-child a {
    border-bottom: 0;
  }
}
.index_list02 a {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #D4D4D4;
  border-width: 1px 0 1px 0;
  padding: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .index_list02 a {
    border-radius: 1rem;
    border-width: 1px;
    padding: 0;
  }
}
.index_list02 a:hover {
  opacity: 0.7;
}
.index_list02_img {
  width: 8.5rem;
}
@media print, screen and (min-width: 768px) {
  .index_list02_img {
    width: 16.5rem;
  }
}
.index_list02_img .m-img01 {
  border-radius: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .index_list02_img .m-img01 {
    border-radius: 1rem 0 0 1rem;
  }
}
.index_list02_ttl {
  font-size: 1.6rem;
  font-weight: 500;
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 4.8rem;
}
@media print, screen and (min-width: 768px) {
  .index_list02_ttl {
    padding: 0 2.4rem;
    font-size: 2rem;
    min-height: 10.3rem;
  }
}
.index_list02_ttl > span {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .index_sec03 {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.index_box01 {
  position: relative;
}
.index_box01::before {
  content: "";
  display: block;
  width: 100%;
  height: 14.7rem;
  background: transparent url(../img/top/img-mv_brand_pc.jpg) 50% 50% no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .index_box01::before {
    border-radius: 1rem;
    height: 30rem;
  }
}
.index_box01_wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 2rem;
}
@media print, screen and (min-width: 768px) {
  .index_box01_wrap {
    padding: 0 6.4rem;
  }
}
.index_ttl01 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .index_ttl01 {
    font-size: 4.8rem;
    margin-bottom: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .index_btn01 .m-btn02 {
    font-size: 1.4rem;
  }
}

/*=========================================
		overview
=========================================*/
.overview_sec01 {
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  .overview_sec01 {
    margin-bottom: 8rem;
  }
}
.overview_tbl01 {
  line-height: 1.8;
}
.overview_box01 {
  display: block;
}
.overview_location {
  padding-bottom: 2rem;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .overview_location {
    flex-direction: column;
  }
}
.overview_location_content {
  display: flex;
  flex-direction: column;
  line-height: 1.8;
  flex: 1;
}
@media print, screen and (min-width: 768px) {
  .overview_location_content {
    padding-right: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .overview_location_content {
    order: 1;
  }
}
.overview_location_ttl {
  font-weight: 700;
  display: block;
}
.overview_location_address {
  display: inline-block;
}
.overview_location_address dt {
  padding-right: 1rem;
  display: inline-block;
}
.overview_location_address dd {
  display: inline-block;
}
.overview_location_access {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .overview_location_access {
    display: flex;
  }
}
.overview_location_access dt {
  position: relative;
  padding-right: 0.8rem;
  margin-right: 0.5rem;
  display: inline-block;
}
.overview_location_access dt::after {
  position: absolute;
  content: ":";
  top: 0;
  right: 0;
}
.overview_location_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 0 1.4rem;
}
.overview_location_link::before {
  position: absolute;
  content: "[";
  left: 0;
}
.overview_location_link::after {
  position: absolute;
  content: "]";
  right: 0;
}
.overview_location_img {
  width: 19.7rem;
  position: static;
  order: 2;
  align-self: flex-start;
}
@media only screen and (max-width: 767px) {
  .overview_location_img {
    margin-top: 1rem;
  }
}
.overview_link .m-iconArrow02 {
  padding-right: 1.3rem;
}
.overview_link .m-iconArrow02::after {
  border-width: 0.2rem;
  width: 0.8rem;
  height: 0.8rem;
}
.overview_list01 dl {
  display: flex;
}
.overview_list01 dl dt {
  width: 8em;
}
.overview_sec02 {
  padding: 2.4rem 0;
  display: flex;
  overflow: hidden;
}
.overview_list02 {
  flex-wrap: nowrap;
  display: flex;
  -webkit-animation: photo-loop 300s infinite linear both;
          animation: photo-loop 300s infinite linear both;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes photo-loop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-15795px, 0, 0);
            transform: translate3d(-15795px, 0, 0);
  }
}
@keyframes photo-loop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-15795px, 0, 0);
            transform: translate3d(-15795px, 0, 0);
  }
}
@media print, screen and (min-width: 768px) {
  .overview_list02 {
    -webkit-animation: photo-loop 200s infinite linear 0.5s both;
            animation: photo-loop 200s infinite linear 0.5s both;
  }
}
.overview_list02_img {
  position: relative;
  min-width: 25rem;
  margin: 0 1rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
@media print, screen and (min-width: 768px) {
  .overview_list02_img {
    min-width: 56.5rem;
  }
}
.overview_list02_img .m-img01 {
  padding-bottom: 61.7699115044%;
}
.overview_list02_ttl {
  padding: 0.4rem 0.8rem;
  background: #fff;
  position: absolute;
  bottom: 1rem;
  font-weight: 500;
  border-radius: 0.4rem 0 0 0.4rem;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .overview_list02_ttl {
    padding: 0.8rem 1.6rem;
    border-radius: 1rem 0 0 1rem;
    font-weight: 700;
    bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .overview_list02_ttl {
    font-size: 1.4rem;
  }
}

/*=========================================
		offices
=========================================*/
@media only screen and (max-width: 767px) {
  .offices_list01 {
    margin: 0 -2rem 5.6rem -2rem;
    padding: 0 1.5rem;
    position: relative;
  }
}
@media print, screen and (min-width: 768px) {
  .offices_list01 {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .offices_list01 > li {
    white-space: nowrap;
  }
}
@media (hover: hover) {
  .offices_list01 a:hover .num {
    color: #fff;
  }
}
.d-ie .offices_list01 a:hover .num {
  color: #fff;
}
.offices_list01_tab {
  transition: background-image 0.3s, background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
  pointer-events: auto;
  cursor: pointer;
}
.offices_txt01 {
  padding: 3rem 0;
  font-size: 1.6rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .offices_txt01 {
    padding: 5rem 0;
    font-size: 2.4rem;
  }
}
.offices_box01:not(:last-child) {
  margin-bottom: 6.4rem;
}
@media print, screen and (min-width: 768px) {
  .offices_box01:not(:last-child) {
    margin-bottom: 7.2rem;
  }
}