@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#services {
  padding-bottom: 0;
}
#services .services__list {
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 50px;
}
#services .services__list .list__item {
  width: 30%;
  margin: 0 1.5%;
  margin-bottom: 40px;
}
#services .services__list .list__item .item__pic {
  margin-bottom: 15px;
}
#services .services__list .list__item .item__name {
  font-size: 20rem;
  margin-bottom: 15px;
}
#services .services__list .list__item .item__text {
  text-align: left;
}
#services .services__map {
  background: #e1e6f3;
  position: relative;
}
#services .services__map .map__bg {
  background: url(../images/business/services_map.png) no-repeat right 0 center;
  height: 600px;
  background-size: auto 90%;
  position: relative;
}
#services .services__map .map__bg .note {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
#services .services__map .map__bg .pin {
  position: absolute;
  font-size: 20rem;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 10px;
  text-indent: 0.5em;
}
#services .services__map .map__bg .pin::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #f7c434;
  border-radius: 20px;
  position: absolute;
  top: 27px;
  left: 280px;
}
#services .services__map .map__bg .pin::after {
  content: '';
  display: block;
  width: 290px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
#services .services__map .map__bg .pin:hover {
  color: #0071C1;
}
#services .services__map .map__bg .pin:hover::after {
  border-color: #0071C1;
}
#services .services__map .map__bg .pin.pin1 {
  top: 355px;
  right: 693px;
}
#services .services__map .map__bg .pin.pin2 {
  top: 180px;
  right: 235px;
}
#services .services__map .map__bg .pin.pin3 {
  top: 346px;
  right: 316px;
}
#services .services__map .map__bg .pin.pin4 {
  top: 220px;
  right: 670px;
}
#services .services__map .map__bg .pin.pin5 {
  top: 129px;
  right: 712px;
}
#services .map__data {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1000px);
  height: 100%;
}
#services .map__data .data__item {
  background: rgba(0, 113, 193, 0.8);
  padding: 40px 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  color: #fff;
}
#services .map__data .data__item:first-child {
  display: block;
}
#services .map__data .data__item .item__label {
  font-size: 20rem;
  margin-bottom: 30px;
  font-weight: bold;
}
#services .map__data .data__item .item__text {
  text-align: left;
}
#services .map__data .data__item .item__picts {
  margin: 40px 0;
}
#services .map__data .data__item .item__picts .picts__pic {
  width: 48%;
  font-weight: bold;
}
#services .map__data .data__item .item__picts .picts__pic img {
  margin-bottom: 5px;
}
#services .map__data .data__item .item__icons img {
  margin: 0 15px;
  max-width: 67px;
  width: 19%;
  margin: 0 2%;
}

#location .section__body {
  background: url(../images/business/location_bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 75%;
  position: relative;
  width: 100%;
}
#location .section__body .location__list {
  position: absolute;
  top: 50px;
  left: 50px;
}
#location .section__body .location__list .list__block {
  background-color: rgba(255, 255, 255, 0.5);
  width: 40%;
  margin-bottom: 30px;
  padding: 20px 30px;
}
#location .section__body .location__list .list__block .block__label {
  margin-bottom: 20px;
}
#location .section__body .location__list .list__block .block__label img {
  height: 30px;
}
#location .section__body .location__list .list__block .block__branch {
  list-style: none;
  text-align: left;
}
#location .section__body .location__list .list__block .block__branch li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f111";
  margin-right: 15px;
  font-size: 12rem;
}
#location .section__body .location__list .list__block:nth-child(1) .block__branch li::before {
  color: #FF0000;
}
#location .section__body .location__list .list__block:nth-child(2) .block__branch li::before {
  color: #002060;
}
#location .section__body .location__list .list__block:nth-child(3) .block__branch li::before {
  color: #FFC000;
}
#location .section__body .location__list .list__block:nth-child(4) .block__branch li::before {
  color: #00B0F0;
}

@media screen and (max-width: 768px) {
  #services .services__list {
    display: block;
  }
  #services .services__list .list__item {
    width: 100%;
    margin: 0 0 40px 0;
  }
  #services .services__list .list__item .item__pic img {
    width: 100%;
  }
  #services .services__map .map__bg {
    background-position: center;
    background-size: 500px;
    height: 310px;
  }
  #services .services__map .map__bg .note {
    right: 0;
    bottom: 10px;
    font-size: 3vw;
    text-align: center;
    width: 100%;
  }
  #services .services__map .map__bg .pin {
    font-size: 4vw;
  }
  #services .services__map .map__bg .pin::before {
    width: 15px;
    height: 15px;
    top: 39px;
    right: -6px;
    left: auto;
  }
  #services .services__map .map__bg .pin::after {
    width: 130px;
  }
  #services .services__map .map__bg .pin.pin1 {
    top: auto;
    bottom: 25%;
    right: 59%;
  }
  #services .services__map .map__bg .pin.pin2 {
    top: auto;
    bottom: 58%;
    right: 4%;
  }
  #services .services__map .map__bg .pin.pin3 {
    top: auto;
    bottom: 41%;
    right: 20%;
  }
  #services .services__map .map__bg .pin.pin4 {
    top: auto;
    bottom: 57%;
    right: 63%;
  }
  #services .services__map .map__bg .pin.pin5 {
    top: auto;
    bottom: 78%;
    right: 58%;
  }
  #services .map__data {
    width: 100%;
    height: auto;
    position: relative;
  }
  #services .map__data .data__item {
    height: auto;
    padding: 30px 20px;
    position: relative;
  }
  #services .map__data .data__item .item__picts {
    margin: 30px 0;
  }

  #location .section__body {
    background-size: contain;
    background-position: left 0 bottom 0;
    padding: 0;
    padding-bottom: 75%;
  }
  #location .section__body .location__list {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }
  #location .section__body .location__list .list__block {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  #location .section__body .location__list .list__block .block__branch {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #location .section__body .location__list .list__block .block__branch li {
    width: 50%;
  }
}
