@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
.page_title_txt {
  text-shadow: 1px 1px 4px rgba(255,255,255,1);
}

/* ===============================
会社情報TOP
=============================== */
.content.company_top {
  background: url(/jp/company/img/top/bg_title.jpg) no-repeat center 0 /contain;
  padding: 0 0 7%;
}
.title_inner {
  width: 1140px;
  margin: 0 auto;
}
.company_top .title_top_01 {
  font-weight: bold;
  font-style: italic;
}
.company_top .box_01_top_01 {
  background: url(/jp/company/img/top/bg_top_01.jpg) no-repeat center center /cover;
}
.box_01_top_02 > * {
  position: relative;
}
.company_top .box_01_top_02 {
  background: url(/jp/company/img/top/bg_top_07.jpg) no-repeat center center /cover;
}
.company_top .box_01_top_03 {
  background: url(/jp/company/img/top/bg_top_05.jpg) no-repeat right center;
}
.company_top .box_01_top_04 {
  background: url(/jp/company/img/top/bg_top_06.jpg) no-repeat right center;
}
.company_top .txt_top_01 {
  margin: 3% 0 3%;
}

/* ===============================
受賞一覧
=============================== */
.page_title_bg_award {
  background-image: url(/jp/company/award/img/bg_title.jpg);
}

/* ===============================
CSR
=============================== */
.page_title_bg_csr {
  background-image: url(/jp/company/csr/img/bg_title.jpg);
}

/* ===============================
業績の推移
=============================== */
.page_title_bg_highlights {
  background-image: url(/jp/company/highlights/img/bg_title.jpg);
}

/* ===============================
プロフィール
=============================== */
.page_title_bg_profile {
  background-image: url(/jp/company/profile/img/bg_title.jpg);
}


/* ===============================
企業理念
=============================== */
.page_title_bg_philosophy {
  background-image: url(/jp/company/philosophy/img/bg_title.jpg);
}

/* ===============================
事業紹介
=============================== */
.page_title_bg_jigyou {
  background-image: url(/jp/company/jigyou/img/bg_title.jpg);
  background-repeat: no-repeat;
  background-position: center bottom 85%;
  background-size: cover;
  height: 38vw;
  max-height: 620px;
}
.page_title_bg_jigyou .page_title_txt {
  padding: 11vw 0 28vw;
}
@media screen and (min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
.page_title_bg_jigyou .page_title_txt {
  padding: 0 0 160px;
}
}
/* ===============================
事業所一覧
=============================== */
.page_title_bg_office {
  background-image: url(/jp/company/office/img/bg_title.jpg);
}

/* ===============================
プレスリリース
=============================== */
.page_title_bg_release {
  background-image: url(/jp/release/img/bg_title.jpg);
}

/* ===============================
リンク・サイト規約
=============================== */
.page_title_bg_link {
  background-image: url(/jp/link/img/bg_title.jpg);
}

/* ===============================
リンク・サイト規約
=============================== */
.page_title_bg_koukoku {
  background-image: url(/jp/company/koukoku/img/bg_title.jpg);
}

/* ===============================
オフィス紹介
=============================== */
main.is-tour, .map-modal-tour {
  font-family: 'Noto Sans JP', sans-serif;
}
.page_title-tour {
  background: linear-gradient( 180deg, #c21017 0%, #d53b32 100%);
}
.page_title-tour__inner {
  position: relative;
  width: 100%;
  max-width: 1480px;
  height: auto;
  padding: 28px 20px 22px;
  margin: 0 auto;
  background: linear-gradient( 180deg, #fff 0%, #efefee 100%);
}
.page_title-tour__inner::before, .page_title-tour__inner::after {
  z-index: 1;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 244px;
  height: 100%;
}
.page_title-tour__inner::before {
  left: 0;
  background: url(/jp/company/office/tour/img/page_title_tour_bg_left.png) no-repeat top center/cover;
}
.page_title-tour__inner::after {
  right: 0;
  background: url(/jp/company/office/tour/img/page_title_tour_bg_right.png) no-repeat top center/cover;
}
.page_title-tour__ttl , .page_title-tour__txt-01, .page_title-tour__txt-02 {
  z-index: 2;
  position: relative;
  text-align: center;
}
.page_title-tour__ttl {
  margin: 0 0 28px;
  font-size: 36px;
  font-weight: 700;
}
.page_title-tour__txt-01 {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
.page_title-tour__txt-01-indent {
  display: inline-block;
}
.page_title-tour__txt-02 {
  width: 100%;
  max-width: 384px;
  padding: 8px 5px 10px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 8px 5.7px 0.3px rgba(0, 0, 0, 0.06);
  color: #ec1c2a;
  font-size: 18px;
  font-weight: 500;
}
.map-tour {
  opacity: 0;
}
.map-tour.is-shown {
  opacity: 1;
}
.map-tour__inner {
  position: relative;
  right: 13px;
  max-width: 1158px;
  padding: 55px 20px 87px;

  margin: 0 auto;
}
.map-tour__list {
  position: relative;
}
.map-tour__list-item {
  display: inline-block;
  position: absolute;
  padding: 4px 24px 6px;
  background: #fff;
  border: 3px solid #ec1c2a;
  border-radius: 16px;
  box-shadow: 5px 5px 3.84px 0.16px rgba(0, 0, 0, 0.21);
  cursor: pointer;
  color: #ec1c2a;
  font-size: 19px;
  font-weight: 500;
  transition: background .4s;
}
.map-tour__list-item:first-of-type::before, .map-tour__list-item:nth-of-type(2)::before, .map-tour__list-item:nth-of-type(3)::before, .map-tour__list-item:nth-of-type(4)::before, .map-tour__list-item:nth-of-type(5)::before, .map-tour__list-item:nth-of-type(6)::before, .map-tour__list-item:nth-of-type(7)::before, .map-tour__list-item:nth-of-type(8)::before, .map-tour__list-item:nth-of-type(9)::before, .map-tour__list-item:nth-of-type(10)::before, .map-tour__list-item:nth-of-type(11)::before, .map-tour__list-item:nth-of-type(12)::before, .map-tour__list-item:nth-of-type(13)::before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  background: #ec1c2a;
  left: 0;
  right: 0;
  margin: auto;
}
.map-tour__list-item:first-of-type::after, .map-tour__list-item:nth-of-type(2)::after, .map-tour__list-item:nth-of-type(3)::after, .map-tour__list-item:nth-of-type(4)::after, .map-tour__list-item:nth-of-type(5)::after, .map-tour__list-item:nth-of-type(6)::after, .map-tour__list-item:nth-of-type(7)::after, .map-tour__list-item:nth-of-type(8)::after, .map-tour__list-item:nth-of-type(9)::after, .map-tour__list-item:nth-of-type(10)::after, .map-tour__list-item:nth-of-type(11)::after, .map-tour__list-item:nth-of-type(12)::after, .map-tour__list-item:nth-of-type(13)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 13px;
  height: 13px;
  margin: 0 auto;
  border-radius: 50%;
  background: #ec1c2a;
}
.map-tour__list-item:first-of-type {
  bottom: calc(50% + 367px);
  left: calc(50% - 452px);
}
.map-tour__list-item:first-of-type::before {
  top: 35px;
  height: 95px;
}
.map-tour__list-item:first-of-type::after {
  top: 130px;
}
.map-tour__list-item:nth-of-type(2) {
  bottom: calc(50% + 65px);
  left: calc(50% - 496px);
  padding-left: 27px;
  padding-right: 27px;
}
.map-tour__list-item:nth-of-type(2)::before {
  bottom: 35px;
  height: 95px;
}
.map-tour__list-item:nth-of-type(2)::after {
  bottom: 121px;
}
.map-tour__list-item:nth-of-type(3) {
  bottom: calc(50% + 462px);
  left: calc(50% - 198px);
  padding-left: 22px;
  padding-right: 22px;
}
.map-tour__list-item:nth-of-type(3)::before {
  top: 24px;
  left: 87px;
  height: 166px;
  transform: rotate(-30deg);
}
.map-tour__list-item:nth-of-type(3)::after {
  top: 172px;
  left: 129px;
}
.map-tour__list-item:nth-of-type(4) {
  bottom: calc(50% + 21px);
  left: calc(50% - 260px);
  padding-left: 21px;
  padding-right: 21px;
}
.map-tour__list-item:nth-of-type(4)::before {
  height: 96px;
  bottom: 32px;
  left: 35px;
  transform: rotate(21deg);
}
.map-tour__list-item:nth-of-type(4)::after {
  left: 71px;
  bottom: 120px;
}
.map-tour__list-item:nth-of-type(5) {
  bottom: calc(50% + 542px);
  right: calc(50% - 380px);
  padding-left: 12px;
  padding-right: 12px;
}
.map-tour__list-item:nth-of-type(5)::before {
  height: 53px;
  top: 35px;
}
.map-tour__list-item:nth-of-type(5)::after {
  top: 77px;
}
.map-tour__list-item:nth-of-type(6) {
  bottom: calc(50% + 389px);
  right: calc(50% - 232px);
  padding-left: 17px;
  padding-right: 17px;
}
.map-tour__list-item:nth-of-type(6)::before {
  height: 86px;
  top: 35px;
}
.map-tour__list-item:nth-of-type(6)::after {
  top: 116px;
}
.map-tour__list-item:nth-of-type(7) {
  bottom: calc(50% + 414px);
  right: calc(50% - 468px);
  padding-left: 20px;
  padding-right: 20px;
}
.map-tour__list-item:nth-of-type(7)::before {
  height: 136px;
  top: 28px;
  left: -57px;
  transform: rotate(24deg);
}
.map-tour__list-item:nth-of-type(7)::after {
  bottom: -133px;
  left: -113px;
}
.map-tour__list-item:nth-of-type(8) {
  bottom: calc(50% + 339px);
  right: calc(50% - 381px);
  padding-left: 13px;
  padding-right: 13px;
}
.map-tour__list-item:nth-of-type(8)::before {
  height: 40px;
  top: 35px;
  right: 135px;
}
.map-tour__list-item:nth-of-type(8)::after {
  bottom: -48px;
  right: 135px;
}
.map-tour__list-item:nth-of-type(9) {
  bottom: calc(50% + 217px);
  right: calc(50% - 247px);
  padding-left: 21px;
  padding-right: 21px;
}
.map-tour__list-item:nth-of-type(9)::before {
  height: 34px;
  left: -151px;
  bottom: 13px;
  transform: rotate(-65deg);
}
.map-tour__list-item:nth-of-type(9)::after {
  bottom: 32px;
  left: -187px;
}
.map-tour__list-item:nth-of-type(10) {
  bottom: calc(50% + 22px);
  right: calc(50% - 151px);
  padding-left: 32px;
  padding-right: 32px;
}
.map-tour__list-item:nth-of-type(10)::before {
  height: 108px;
  bottom: 20px;
  left: 129px;
  transform: rotate(44deg);
}
.map-tour__list-item:nth-of-type(10)::after {
  bottom: 108px;
  left: 164px;
}
.map-tour__list-item:nth-of-type(11) {
  bottom: calc(50% + 364px);
  right: calc(50% - 562px);
  padding-left: 20px;
  padding-right: 20px;
}
.map-tour__list-item:nth-of-type(11)::before {
  height: 83px;
  top: 30px;
  left: -63px;
  transform: rotate(25deg);
}
.map-tour__list-item:nth-of-type(11)::after {
  bottom: -86px;
  left: -101px;
}
.map-tour__list-item:nth-of-type(12) {
  bottom: calc(50% + 135px);
  right: calc(50% - 574px);
  padding-left: 5px;
  padding-right: 5px;
}
.map-tour__list-item:nth-of-type(12)::before {
  height: 76px;
  bottom: 3px;
  left: -375px;
  transform: rotate(-58deg);
}
.map-tour__list-item:nth-of-type(12)::after {
  bottom: 55px;
  left: -439px;
}
.map-tour__list-item:nth-of-type(13) {
  bottom: calc(50% + 20px);
  right: calc(50% - 352px);
  padding-left: 17px;
  padding-right: 17px;
}
.map-tour__list-item:nth-of-type(13)::before {
  height: 107px;
  bottom: 28px;
  left: -77px;
  transform: rotate(-30deg);
}
.map-tour__list-item:nth-of-type(13)::after {
  bottom: 122px;
  left: -130px;
}
.map-tour__list-item.is-on {
  background: #ec1c2a;
  color: #fff;
}
.facilities-tour {
  background: #eee;
}
.facilities-tour__inner {
  max-width: 1180px;
  padding: 32px 20px 107px;
  margin: 0 auto;
}
.facilities-tour__lyt {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.facilities-tour__list-container {
  width: 270px;
  margin-right: 20px;
}
.facilities-tour__list-item {
  display: block;
  position: relative;
  padding-left: 21px;
  margin: 0 0 8px;
}
.facilities-tour__list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #9e9e9f;
}
.facilities-tour__list-lyt {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  transition: color .4s;
}
.facilities-tour__list-lyt.is-on {
  color: #ec1c2a;
}
.facilities-tour__list-ttl {
  position: relative;
  padding: 11px 0 9px 21px;
  margin: 0 0 16px;
  border: 1px solid #d2d2d2;
  background: linear-gradient( 180deg, #e9e9e9 0%, #fefefe 100%);
  font-size: 18px;
  font-weight: 500;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .facilities-tour__list-ttl {
    padding: 9px 0 11px 21px;
  }
}
.facilities-tour__list-ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 5px;
  height: 28px;
  background: linear-gradient( 180deg, #a1000d 0%, #e30012 100%);
}
.map-modal-tour {
  z-index: -1;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  transition: .4s ease;
}
.map-modal-tour.is-shown {
  z-index: 503;
  opacity: 1;
}
.map-modal-tour__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  cursor: pointer;
}
.map-modal-tour__inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 640px;
  padding: 55px 71px 45px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
}
.map-modal-tour__lyt {
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: clip;
}
.map-modal-tour__list-ttl {
  position: relative;
  padding-left: 16px;
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 500;
}
.map-modal-tour__list-ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 5px;
  height: 28px;
  background: linear-gradient( 180deg, #a1000d 0%, #e30012 100%);
}
.map-modal-tour__list-txt {
  font-size: 16px;
  line-height: 2;
}
.map-modal-tour__list-txt-additional {
  display: block;
  font-size: 14px;
}
.map-modal-tour__img {
  margin: 0 0 32px;
}
.map-modal-tour__img img {
  width: 100%;
}
.map-modal-tour__btn-close {
  position: absolute;
  top: -25px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ec1c2a;
  cursor: pointer;
  transition: opacity .4s;
}
.map-modal-tour__btn-close:hover {
  opacity: .85;
}
.map-modal-tour__btn-close::before,
.map-modal-tour__btn-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 35px;
  background: #fff;
}
.map-modal-tour__btn-close::before {
transform: translateY(-50%) rotate(-45deg);
}
.map-modal-tour__btn-close::after {
transform: translateY(-50%) rotate(45deg);
}
.map-modal-tour__list-arrow-prev, .map-modal-tour__list-arrow-next {
  z-index: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 80px;
  cursor: pointer;
  background: rgba(0, 0, 0, .4);
  text-align: center;
}
.map-modal-tour__list-arrow-prev {
  left: 0;
}
.map-modal-tour__list-arrow-next {
  right: 0;
}
.map-modal-tour__list-arrow-prev img, .map-modal-tour__list-arrow-next img {
  width: 22px;
}
.map-modal-tour__video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 0 33px;
}
.map-modal-tour__video iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.map {
  position: relative;
}
[class^="map_pin"] {
  position: absolute;
}
.map_pin1 {
  top: 27%;
  left: 12.8%;
  width: 6.6%;
}
.map_pin2 {
  top: 36%;
  left: 12.8%;
  width: 7.7%;
}
.map_pin3 {
  top: 47%;
  left: 12.8%;
  width: 7.7%;
}
.map_pin4 {
  top: 74%;
  left: 30%;
  width: 7.7%;
}
.map_pin5 {
  top: 36%;
  left: 40%;
  width: 7.7%;
}
.map_pin6 {
  top: 31%;
  left: 48%;
  width: 6.6%;
}
.map_pin7 {
  top: 31%;
  left: 74%;
  width: 5.3%;
}
.map_pin8 {
  top: 36%;
  left: 74%;
  width: 5.3%;
}
.map_pin9 {
  top: 44%;
  left: 83%;
  width: 5.3%;
}
.map_pin10 {
  top: 54%;
  left: 61%;
  width: 6.6%;
}
.map_pin11 {
  top: 58%;
  left: 67%;
  width: 5.3%;
}
.map_pin12 {
  top: 66%;
  left: 65%;
  width: 10.5%;
}
.map_pin13 {
  top: 74%;
  left: 67%;
  width: 12%;
}
.map_pin14 {
  top: 4%;
  left: 86%;
  width: 12.6%;
}
.map_pin15 {
  top: 52%;

  left: 81%;
  width: 9.7%;
}
.map_pin16 {
  top: 58%;
  left: 84%;
  width: 10.7%;
}

@media all and (max-width: 767px) {
  .content {
    padding: 0 0 6%;
  }
  /* ===============================
  会社情報TOP
  =============================== */
  .content.company_top {
    padding: 0 0 5%;
  }
  .company_top section {
    margin: 0 0 8%;
  }
  .company_top .bg_top-section {
    padding: 30% 0 0;
    position: relative;
  }
  .title_inner {
    width: 100%;
  }
  .company_top .title_top_01 {
    font-size: 25px;
  }
  .company_top .txt_top_01 {
    line-height: 1.7;
  }
  .company_top .bg_top-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 40vw;
    max-height: 460px;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .company_top .bg_top-section_01:before {
    left: 0;
    background: url(/jp/company/img/top/bg_top_02.jpg) no-repeat right center /cover;
  }
  .company_top .bg_top-section_02:before {
    right: 0;
    background: url(/jp/company/img/top/bg_top_03.jpg) no-repeat 0 center /cover;
  }
  .company_top .bg_top-section_03:before {
    left: 0;
    background: url(/jp/company/img/top/bg_top_04.jpg) no-repeat right center /cover;
  }
  .company_top .title_top_01 {
    font-size: 25px;
  }
  .company_top .txt_top_01 {
    line-height: 2;
  }
  .company_top .container > .l_grid > * {
    margin: 0 0 8%;
  }

  /* ===============================
  オフィス紹介
  =============================== */
  .page_title-tour__inner {
    padding: 16px 5% 14px;
    text-align: center;

  }
  .page_title-tour__inner::before, .page_title-tour__inner::after {
    width: 122px;
  }
  .page_title-tour__ttl {
    font-size: 21px;
    margin: 0 0 8px;
  }
  .page_title-tour__txt-01 {
    margin: 0 0 10px;
    font-size: 13px;

  }
  .page_title-tour__txt-02 {
    display: inline-block;
    width: auto;
    max-width: 1000px;
    margin: 0 auto;
    padding: 7px 14px;
    font-size: 14px;
  }
  .map-tour__inner {
    right: 1.5%;
    padding: 26px 2% 27px;
  }
  .facilities-tour__inner {
    padding: 25px 5% 28px;
  }
  .facilities-tour__lyt {
    display: flex;
    justify-content: space-between;
    margin-right: 0;
  }
  .facilities-tour__list-container {
    width: 48%;
    margin: 0 0 15px 0;
  }
  .facilities-tour__list-container:last-of-type {
    margin: 0 0 -15px 0;
  }
  .facilities-tour__list-ttl {
    padding: 10px 0 7px 19px;
    margin: 0 0 12px;
    font-size: 15px;
  }
  .facilities-tour__list-ttl::before {
    height: 22px;
  }
  .facilities-tour__list-lyt {
    font-size: 13px;
  }
  .facilities-tour__list-lyt-indent {
    display: inline-block;
  }
  .facilities-tour__list-item {
    padding-left: 19px;
    margin: 0 0 4px;
  }
  .map-modal-tour {
    padding: 0 5%;
    height: 100%;
  }
  .map-modal-tour__inner {
    padding: 29px 5% 24px;
  }
  .map-modal-tour__list-ttl {
    margin: 0 0 14px;
    padding-left: 12px;
    font-size: 18px;
  }
  .map-modal-tour__list-ttl::before {
    height: 22px;
    margin: -1px 0 0;
  }
  .map-modal-tour__list-txt {
    font-size: 14px;
  }
  .map-modal-tour__video {
    margin: 0 0 28px;
  }
  .map-modal-tour__img {
    position: relative;
  }
  .map-modal-tour__img.is-multiple::before {
    left: 0;
  }
  .map-modal-tour__img.is-multiple::after {
    right: 0;
  }
  .map-modal-tour__list-arrow-prev, .map-modal-tour__list-arrow-next {
    width: 7.8%;
    height: 34%;
  }
  .map-modal-tour__list-arrow-prev img, .map-modal-tour__list-arrow-next img {
    width: 59%;
  }
  .map-modal-tour__btn-close {
    top: -19px;
    right: 2.2%;
    width: 36px;
    height: 36px;
  }
  .map-modal-tour__btn-close::before, .map-modal-tour__btn-close::after {
    height: 25px;
  }

  /*
  .map_pin1 {
    top: 27%;
    left: 12.8%;
  }
  .map_pin2 {
    top: 36%;
    left: 12.8%;
  }
  .map_pin3 {
    top: 47%;
    left: 12.8%;
  }
  .map_pin4 {
    top: 74%;
    left: 30%;
  }
  .map_pin5 {
    top: 36%;
    left: 40%;
  }
  .map_pin6 {
    top: 31%;
    left: 48%;
  }
  .map_pin7 {
    top: 31%;
    left: 74%;
  }
  .map_pin8 {
    top: 36%;
    left: 74%;
    width: 5.3%;
  }
  .map_pin9 {
    top: 44%;
    left: 83%;
  }
  .map_pin10 {
    top: 54%;
    left: 61%;
  }
  .map_pin11 {
    top: 58%;
    left: 67%;
  }
  .map_pin12 {
    top: 66%;
    left: 65%;
  }
  .map_pin13 {
    top: 74%;
    left: 67%;
  }
  .map_pin14 {
    top: 4%;
    left: 86%;
  }
  */
}

@media all and (min-width: 768px) {
  .content {
    padding: 0 0 4%;
  }
  .company_top .bg_top-section {
    padding: 15% 0 0;
    position: relative;
  }
  .company_top .bg_top-section:before {
    content: '';
    display: block;
    width: 70%;
    height: 26vw;
    max-height: 460px;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .company_top .bg_top-section_01:before {
    left: 0;
    background: url(/jp/company/img/top/bg_top_02.jpg) no-repeat right center /cover;
  }
  .company_top .bg_top-section_02:before {
    right: 0;
    background: url(/jp/company/img/top/bg_top_03.jpg) no-repeat 0 center /cover;
  }
  .company_top .bg_top-section_03:before {
    left: 0;
    background: url(/jp/company/img/top/bg_top_04.jpg) no-repeat right center /cover;
  }
  .company_top .title_top_01 {
    font-size: 32px;
    line-height: 1.4;
  }
  .company_top .txt_top_01 {
    line-height: 2;
    font-size: 14px;
  }
}