@charset "UTF-8";
/* /company/ CSS Document */


/* /company/
============================================================= */

.page-company.index .l-section--financial .l-section__content {
  font-size: 1.4rem;
  line-height: 2;
}
.page-company.index .l-section--financial .l-section__content .c-list-pdf {
  margin-top: 40px;
}
/* SP */
@media only screen and (max-width: 768px) {
  .page-company.index .l-section--financial .l-section__content .c-list-pdf {
    margin-top: 24px;
  }
}



/* /company/characteristics/
============================================================= */

/* feature */
.page-company.characteristics .l-section--feature .l-section__content {
  font-size: 1.4rem;
  line-height: 2;
}
.page-company.characteristics .l-section--feature .l-section__content > .c-heading-02 {
  margin-top: 40px;
}
/* SP */
@media only screen and (max-width: 768px) {
  .page-company.characteristics .l-section--feature .l-section__content > .c-heading-02 {
    margin-top: 32px;
  }
}

/* business */
.page-company.characteristics .l-section--business {
  background: var(--color-standard-blue);
}
.page-company.characteristics .l-section--business .l-section__title {
  color: var(--color-white);
  text-align: center;
}
.page-company.characteristics .l-section--business .p-business-contentsBlock {
  margin-top: 40px;
  position: relative;
}
.page-company.characteristics .l-section--business .p-business-contentsBlock .list-description__item .text-heading {
  background: var(--color-white);
  color: var(--color-standard-blue);
  font-size: 2rem;
  font-weight: bold;
  padding: 9px 16px;
  position: relative;
  text-align: center;
}
.page-company.characteristics .l-section--business .p-business-contentsBlock .list-description__item .text-heading:before {
  background: var(--color-standard-red);
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
}
.page-company.characteristics .l-section--business .p-business-contentsBlock .list-description__item .text-heading + p {
  color: var(--color-white);
  font-size: 1.8rem;
  margin-top: 16px;
}
.page-company.characteristics .l-section--business .p-business-contentsBlock + .c-button {
  margin-top: 40px;
  min-width: 324px;
}
/* PC */
@media only screen and (min-width: 769px) {
  .page-company.characteristics .l-section--business .l-section__inner {
    max-width: 960px;
  }
  .page-company.characteristics .l-section--business .p-business-contentsBlock {
    padding-bottom: 24px;
  }
  .page-company.characteristics .l-section--business .p-business-contentsBlock .list-description__item {
    background: rgba(0,71,158,0.5);
    position: absolute;
    width: 272px;
    z-index: 1;
  }
  .page-company.characteristics .l-section--business .p-business-contentsBlock .list-description__item:nth-of-type(1) {
    bottom: 0;
    left: 40px;
  }
  .page-company.characteristics .l-section--business .p-business-contentsBlock .list-description__item:nth-of-type(2) {
    top: 0;
    left: 40px;
  }
  .page-company.characteristics .l-section--business .p-business-contentsBlock .list-description__item:nth-of-type(3) {
    top: 0;
    right: 40px;
  }
  .page-company.characteristics .l-section--business .p-business-contentsBlock .list-description__item:nth-of-type(4) {
    bottom: 0;
    right: 40px;
  }
  .page-company.characteristics .l-section--business .p-business-contentsBlock .list-description__item .item-image {
    display: none;
  }
  .page-company.characteristics .l-section--business .p-business-contentsBlock .list-description__item .text-heading + p {
    text-shadow: 0 0 6px var(--color-standard-blue);
  }
  .page-company.characteristics .l-section--business .p-business-contentsBlock + .c-button .c-button__inner {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    padding-block: 18px;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .page-company.characteristics .l-section--business .p-business-contentsBlock__image {
    display: none;
  }
  .page-company.characteristics .l-section--business .p-business-contentsBlock .list-description__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-company.characteristics .l-section--business .p-business-contentsBlock .list-description__item:nth-of-type(n+2) {
    margin-top: 24px;
  }
  .page-company.characteristics .l-section--business .p-business-contentsBlock .list-description__item .item-text {
    width: 41.15%;
  }
  .page-company.characteristics .l-section--business .p-business-contentsBlock .list-description__item .text-heading {
    font-size: 1.6rem;
    padding: 12px 20px;
    text-align: left;
  }
  .page-company.characteristics .l-section--business .p-business-contentsBlock .list-description__item .text-heading:before {
    width: 8px;
  }
  .page-company.characteristics .l-section--business .p-business-contentsBlock .list-description__item .text-heading + p {
    font-size: 1.4rem;
  }
  .page-company.characteristics .l-section--business .p-business-contentsBlock .list-description__item .item-image {
    width: 54.44%;
  }
}




/* /company/message/
============================================================= */
.page-company.message .l-section--message h2 {
  color: var(--color-standard-blue);
  font-size: 2.4rem;
  font-weight: bold;
}
.page-company.message .l-section--message .p-message-contentsBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}
.page-company.message .l-section--message .p-message-contentsBlock .text-information {
  font-weight: bold;
  margin-top: 16px;
  text-align: right;
}
.page-company.message .l-section--message .p-message-contentsBlock .text-belong {
  font-size: 1.4rem;
  line-height: 2;
}
.page-company.message .l-section--message .p-message-contentsBlock .text-name {
  font-size: 2.4rem;
}
.page-company.message .l-section--message .p-message-contentsBlock__text > p {
  line-height: 2;
}
.page-company.message .l-section--message .p-message-contentsBlock__text > p + p {
  margin-top: 32px;
}
/* PC */
@media only screen and (min-width: 769px) {
  .page-company.message .l-section--message .p-message-contentsBlock {
    flex-direction: row-reverse;
  }
  .page-company.message .l-section--message .p-message-contentsBlock__image {
    width: 300px;
  }
  .page-company.message .l-section--message .p-message-contentsBlock__text {
    padding-right: 40px;
    width: calc(100% - 300px);
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .page-company.message .l-section--message h2 {
    font-size: 1.8rem;
  }
  .page-company.message .l-section--message .p-message-contentsBlock {
    margin-top: 32px;
  }
  .page-company.message .l-section--message .p-message-contentsBlock__image {
    margin-inline: auto;
    width: calc(200 / 390 * 100vw);
  }
  .page-company.message .l-section--message .p-message-contentsBlock__text {
    margin-top: 32px;
  }
}




/* /company/profile/
============================================================= */
.page-company.profile .l-section .p-profile-overviewBlock > dl {
  border-bottom: 1px solid rgba(var(--color-standard-blue-rgb), 0.25);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 1.4rem;
  line-height: 2;
  padding-bottom: 20px;
}
.page-company.profile .l-section .p-profile-overviewBlock > dl + dl {
  margin-top: 20px;
}
.page-company.profile .l-section .p-profile-overviewBlock > dl dt {
  color: var(--color-standard-blue);
  font-weight: bold;
  padding-right: 1em;
  width: 200px;
}
.page-company.profile .l-section .p-profile-overviewBlock > dl dd {
  width: calc(100% - 200px);
}
.page-company.profile .l-section .p-profile-overviewBlock > dl dd .text-heading {
  font-weight: bold;
}
.page-company.profile .l-section .p-profile-overviewBlock > dl dd * + .text-heading {
  margin-top: 16px;
}
.page-company.profile .l-section .p-profile-overviewBlock > dl dd .c-list-disc {
  margin-top: 0;
}
.page-company.profile .l-section .p-profile-executivesBlock > dl {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page-company.profile .l-section .p-profile-executivesBlock > dl + dl {
  margin-top: 8px;
}
.page-company.profile .l-section .p-profile-executivesBlock > dl dt {
  font-weight: bold;
}
.page-company.profile .l-section .p-profile-executivesBlock > dl dt {
  width: 200px;
}
.page-company.profile .l-section .p-profile-executivesBlock > dl dd {
  width: calc(100% - 200px);
}
/* SP */
@media only screen and (max-width: 768px) {
  .page-company.profile .l-section .p-profile-overviewBlock > dl dt {
    width: 95px;
  }
  .page-company.profile .l-section .p-profile-overviewBlock > dl dd {
    width: calc(100% - 95px);
  }
  .page-company.profile .l-section .p-profile-overviewBlock > dl dd * + .text-heading {
    margin-top: 24px;
  }
}





/* /company/philosophy/
============================================================= */
.page-company.philosophy .l-section .p-philosophy-contentsBlock__item {
  font-size: 1.4rem;
  line-height: 2;
}
.page-company.philosophy .l-section .p-philosophy-contentsBlock__item:nth-of-type(n+2) {
  margin-top: 64px;
}
.page-company.philosophy .l-section .p-philosophy-contentsBlock__item .block-philosophy {
  border: 1px solid var(--color-gray-2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
  padding: 24px;
}
.page-company.philosophy .l-section .p-philosophy-contentsBlock__item .block-philosophy > dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-company.philosophy .l-section .p-philosophy-contentsBlock__item .block-philosophy > dl dt {
  padding-right: 0.5em;
}
.page-company.philosophy .l-section .p-philosophy-contentsBlock__item .block-declare {
  border: 1px solid var(--color-gray-2);
  line-height: 1.5;
  margin-top: 20px;
  padding: 16px 30px;
}
.page-company.philosophy .l-section .p-philosophy-contentsBlock__item .image-logo {
  margin-inline: auto;
  max-width: 235px;
}
.page-company.philosophy .l-section .p-philosophy-contentsBlock__item .image-logo + * {
  margin-top: 32px;
}
.page-company.philosophy .l-section .p-philosophy-contentsBlock__item .block-origin > dl + dl {
  margin-top: 20px;
}
.page-company.philosophy .l-section .p-philosophy-contentsBlock__item .block-origin > dl dt {
  color: var(--color-standard-blue);
  font-weight: bold;
}
/* PC */
@media only screen and (min-width: 769px) {
  .page-company.philosophy .l-section .p-philosophy-contentsBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-company.philosophy .l-section .p-philosophy-contentsBlock__item {
    width: 420px;
  }
  .page-company.philosophy .l-section .p-philosophy-contentsBlock__item:nth-of-type(1) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
  }
  .page-company.philosophy .l-section .p-philosophy-contentsBlock__item:nth-of-type(1) .item-image {
    width: 208px;
  }
  .page-company.philosophy .l-section .p-philosophy-contentsBlock__item:nth-of-type(1) .item-text {
    padding-left: 40px;
    width: calc(100% - 208px);
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .page-company.philosophy .l-section .p-philosophy-contentsBlock__item:nth-of-type(1) .item-image {
    margin-top: 20px;
    margin-inline: auto;
    width: calc(260 / 390 * 100vw);
  }
  .page-company.philosophy .l-section .p-philosophy-contentsBlock__item .block-philosophy > dl + dl {
    margin-top: 1em;
  }
  .page-company.philosophy .l-section .p-philosophy-contentsBlock__item .block-philosophy > dl dt {
    padding-right: 0;
    width: 3em;
  }
  .page-company.philosophy .l-section .p-philosophy-contentsBlock__item .block-philosophy > dl dd {
    width: calc(100% - 3em);
  }
  .page-company.philosophy .l-section .p-philosophy-contentsBlock__item:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .page-company.philosophy .l-section .p-philosophy-contentsBlock__item .block-philosophy > dl dt {
    padding-right: 0.5em;
  }
  .page-company.philosophy .l-section .p-philosophy-contentsBlock__item .block-declare {
    padding-block: 20px;
  }
  .page-company.philosophy .l-section .p-philosophy-contentsBlock__item .block-declare > p + p {
    margin-top: 16px;
  }
  .page-company.philosophy .l-section .p-philosophy-contentsBlock__item .image-logo {
    max-width: calc(235 / 390 * 100vw);
  }
  .page-company.philosophy .l-section .p-philosophy-contentsBlock__item .image-logo + * {
    margin-top: 24px;
  }
  .page-company.philosophy .l-section .p-philosophy-contentsBlock__item .block-origin > dl + dl {
    margin-top: 16px;
  }
}





/* /company/csr/
============================================================= */
.page-company.csr .l-section {
  font-size: 1.4rem;
  line-height: 2;
}
.page-company.csr .l-section .p-heading-03 {
  color: var(--color-standard-blue);
  font-size: 1.6rem;
  font-weight: bold;
}
.page-company.csr .l-section .p-heading-03 + * {
  margin-top: 0 !important;
}
.page-company.csr .l-section * + .p-heading-03 {
  margin-top: 24px !important;
}
/* SP */
@media only screen and (max-width: 768px) {
  .page-company.csr .l-section * + .p-heading-03 {
    margin-top: 20px !important;
  }
}





/* /company/group/
============================================================= */
.page-company.group .l-section .p-group-overviewBlock > dl {
  border-bottom: 1px solid rgba(var(--color-standard-blue-rgb), 0.25);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 1.4rem;
  line-height: 2;
  padding-bottom: 20px;
}
.page-company.group .l-section .p-group-overviewBlock > dl + dl {
  margin-top: 20px;
}
.page-company.group .l-section .p-group-overviewBlock > dl dt {
  color: var(--color-standard-blue);
  font-weight: bold;
  padding-right: 1em;
  width: 200px;
}
.page-company.group .l-section .p-group-overviewBlock > dl dd {
  width: calc(100% - 200px);
}
.page-company.group .l-section .p-group-overviewBlock > dl dd .text-heading {
  font-weight: bold;
}
.page-company.group .l-section .p-group-overviewBlock > dl dd * + .text-heading {
  margin-top: 16px;
}
.page-company.group .l-section .p-group-overviewBlock > dl dd .c-list-disc {
  margin-top: 0;
}
/* PC */
@media only screen and (min-width: 769px) {
  .page-company.group .l-section .c-button-list__item {
    margin-inline: 6px;
  }
  .page-company.group .l-section .c-button-list .c-button__inner {
    font-size: 1.4rem;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .page-company.group .l-section .p-group-overviewBlock > dl dt {
    width: 120px;
  }
  .page-company.group .l-section .p-group-overviewBlock > dl dd {
    width: calc(100% - 120px);
  }
  .page-company.group .l-section .p-group-overviewBlock > dl dd * + .text-heading {
    margin-top: 24px;
  }
}





/* /company/history/
============================================================= */
.page-company.history .l-section .p-history-summaryBlock {
  color: var(--color-standard-blue);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
}
.page-company.history .l-section .p-history-contentsBlock {
  margin-top: 64px;
}
.page-company.history .l-section .p-history-contentsBlock__list {
  position: relative;
}
.page-company.history .l-section .p-history-contentsBlock__list_item .item-heading {
  background: var(--color-standard-blue);
  color: var(--color-white);
  font-weight: bold;
  line-height: 1.75;
  padding: 10px 16px;
}
.page-company.history .l-section .p-history-contentsBlock__list_item.engineering .item-heading {
  background: var(--color-lightblue);
}
.page-company.history .l-section .p-history-contentsBlock__list_item.sosetsu .item-heading {
  background: #26C4FF;
}
.page-company.history .l-section .p-history-contentsBlock__list_item.hakko .item-heading {
  background: #00C3C3;
}
.page-company.history .l-section .p-history-contentsBlock__list_item .item-body {
  height: calc(100% - 48px);
  padding: 24px 0 40px 48px;
  position: relative;
}
.page-company.history .l-section .p-history-contentsBlock__list_item .item-body:before,
.page-company.history .l-section .p-history-contentsBlock__list_item .item-body:after {
  content: "";
  position: absolute;
}
.page-company.history .l-section .p-history-contentsBlock__list_item .item-body:before {
  background: var(--color-standard-blue);
  height: calc(100% - 10px);
  left: 24px;
  top: 0;
  width: 4px;
}
.page-company.history .l-section .p-history-contentsBlock__list_item .item-body:after {
  border-color: var(--color-standard-blue) transparent transparent transparent;
  border-style: solid;
  border-width: 15px 9px 0 9px;
  content: "";
  height: 0;
  position: absolute;
  left: 17px;
  bottom: 0;
  width: 0;
  z-index: 1;
}
.page-company.history .l-section .p-history-contentsBlock__item:last-child .p-history-contentsBlock__list_item .item-body:before,
.page-company.history .l-section .p-history-contentsBlock__item:last-child .p-history-contentsBlock__list_item .item-body:after {
  display: none;
}
.page-company.history .l-section .p-history-contentsBlock__list_item.engineering .item-body:before {
  background: var(--color-lightblue);
}
.page-company.history .l-section .p-history-contentsBlock__list_item.sosetsu .item-body:before {
  background: #26C4FF;
}
.page-company.history .l-section .p-history-contentsBlock__list_item.hakko .item-body:before {
  background: #00C3C3;
}
.page-company.history .l-section .p-history-contentsBlock__list_item.engineering .item-body:after {
  border-top-color: var(--color-lightblue);
}
.page-company.history .l-section .p-history-contentsBlock__list_item.sosetsu .item-body:after {
  border-top-color: #26C4FF;
}
.page-company.history .l-section .p-history-contentsBlock__list_item.hakko .item-body:after {
  border-top-color: #00C3C3;
}
.page-company.history .l-section .p-history-contentsBlock__list_item .item-body > ul > li {
  font-size: 1.4rem;
}
.page-company.history .l-section .p-history-contentsBlock__list_item .item-body > ul > li .text-year {
  color: var(--color-standard-blue);
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 2px;
}
.page-company.history .l-section .p-history-contentsBlock__list_item .item-body > ul > li:nth-of-type(n+2) {
  margin-top: 20px;
}
.page-company.history .l-section .p-history-contentsBlock__list_item .item-body > ul > li .button-link {
  background: var(--color-white);
  border: 1px solid var(--color-standard-blue);
  color: var(--color-standard-blue);
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  margin-top: 16px;
  min-width: 160px;
  padding-right: 16px;
  position: relative;
}
.page-company.history .l-section .p-history-contentsBlock__list_item .item-body > ul > li .button-link:after {
  background-image: url(/common/images/icon_arrow_blue_right.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 16px;
}
.page-company.history .l-section .p-history-contentsBlock__item:last-child .p-history-contentsBlock__list_item .item-body {
  padding-bottom: 0 !important;
}
/* PC */
@media only screen and (min-width: 769px) {
  .page-company.history .l-section .p-history-summaryBlock {
    line-height: 2;
    text-align: center;
  }
  .page-company.history .l-section .p-history-contentsBlock__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-company.history .l-section .item1 {
    width: 570px;
  }
  .page-company.history .l-section .item1 .p-history-contentsBlock__list_item {
    width: 260px;
  }
  .page-company.history .l-section .item2 .p-history-contentsBlock__list {
    align-items: flex-end;
  }
  .page-company.history .l-section .item2 .p-history-contentsBlock__list_item:nth-of-type(1) {
    width: 570px;
  }
  .page-company.history .l-section .item2 .p-history-contentsBlock__list_item:nth-of-type(2) {
    width: 260px;
  }
  .page-company.history .l-section .item3 .p-history-contentsBlock__list_item {
    width: 100%;
  }
  .page-company.history .l-section .p-history-contentsBlock__list_item.hakko {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .page-company.history .l-section .p-history-contentsBlock__list_item .item-body > ul > li .button-link:hover {
    background: var(--color-whiteblue);
    opacity: 1;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .page-company.history .l-section .p-history-contentsBlock {
    margin-top: 40px;
  }
  .page-company.history .l-section .p-history-contentsBlock__list_item .item-body {
    padding: 24px 0 24px 48px;
  }
  .page-company.history .l-section .p-history-contentsBlock__list_item .item-body > ul > li .button-link {
    font-size: 1.4rem;
    line-height: 48px;
    margin-top: 16px;
    min-width: 166px;
    padding-left: 24px;
    padding-right: 40px;
  }
  .page-company.history .l-section .item1 .p-history-contentsBlock__list_item,
  .page-company.history .l-section .item2 .p-history-contentsBlock__list_item {
    width: calc(260 / 390 * 100vw);
  }
  .page-company.history .l-section .item1 .p-history-contentsBlock__list_item:nth-of-type(2),
  .page-company.history .l-section .item2 .p-history-contentsBlock__list_item:nth-of-type(2) {
    margin-left: auto;
  }
  .page-company.history .l-section .item3 .p-history-contentsBlock__list_item {
    width: 100%;
  }
  .page-company.history .l-section .p-history-contentsBlock__item:last-child .p-history-contentsBlock__list_item .item-body {
    padding-left: 20px;
  }
}





/* /company/cooperation/
============================================================= */
.page-company.cooperation .c-pagetitle h1 .text-publications {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
.page-company.cooperation #main2,
.page-company.cooperation #main3,
.page-company.cooperation #main4 {
  margin-top: 30px;
}
.page-company.cooperation #inner,
.page-company.cooperation #inner2,
.page-company.cooperation #inner3,
.page-company.cooperation #inner4 {
  position: relative;
}

.page-company.cooperation .kensaku {
  width: 300px;
}
.page-company.cooperation #form2 {
  position: relative;
  width: 300px;
}
.page-company.cooperation #sbox2 {
  position: relative;
  height: 38px;
  padding-left: 20px;
  padding-right: 40px;
  outline: 0;
  border: 1px solid var(--color-standard-blue);
  background: var(--color-white);
  border-radius: 50px;
  transition: all .6s ease;
  font-size: 1.2rem;
  width: 134px;
}
.page-company.cooperation #sbox2.focus,
.page-company.cooperation #sbox2:focus {
  width: 300px;
}
.page-company.cooperation #sbtn2 {
  background-image: url("/common/images/icon_search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: none;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 12px;
  width: 14px;
}
.page-company.cooperation .tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
}
.page-company.cooperation .tab .tab_s {
  margin-inline: 6px;
}
.page-company.cooperation .tab .tab_s a {
  background: var(--color-white);
  border: 1px solid var(--color-standard-blue);
  color: var(--color-standard-blue);
  display: block;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 24px;
  text-align: center;
}
.page-company.cooperation .tab .tab_s a:hover,
.page-company.cooperation .tab .tab_s a.active {
  background: var(--color-whiteblue);
  opacity: 1;
  text-decoration: none;
}
.page-company.cooperation .page {
  display: none;
  position: relative;
}
.page-company.cooperation .page .page_tit {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 24px;
}
.page-company.cooperation .page .page_tit span.text-count {
  color: var(--color-lightblue);
}
.page-company.cooperation .page .page_tit span.text-attention {
  font-size: 1.2rem;
  font-weight: normal;
}
.page-company.cooperation .page .list .list_s {
  margin-top: 40px;
}
.page-company.cooperation .page .list .list_s:nth-child(2n+1) {
  margin-left: 0;
}
.page-company.cooperation .page .list .list_s .name {
  border-bottom: 1px solid var(--color-standard-blue);
  color: var(--color-standard-blue);
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 10px;
}
.page-company.cooperation .page .list .list_s .detail {
  margin-top: 24px;
}
.page-company.cooperation .page .list .list_s .detail dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.4rem;
}
.page-company.cooperation .page .list .list_s .detail dl + dl {
  margin-top: 8px;
}
.page-company.cooperation .page .list .list_s .detail dl dt {
  font-weight: bold;
  width: 5em;
}
.page-company.cooperation .page .list .list_s .detail dl dd {
  width: calc(100% - 5em);
}
.page-company.cooperation .page .list .list_s .detail a {
  color: var(--color-lightblue);
  text-decoration: underline;
}
.page-company.cooperation .page .list .list_s .detail a:hover {
  text-decoration: none;
}
.page-company.cooperation .page .no_search {
  display: none;
  width: 100%;
  padding: 50px 0;
}
.page-company.cooperation .page .no_search p {
  color: var(--color-standard-blue);
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.page-company.cooperation .page#page1 {
  display: block;
}
.page-company.cooperation .page#page4.result_non .no_search {
  display: block;
}
.page-company.cooperation .page .others {
  color: #808080;
  text-align: right;
}
/* PC */
@media only screen and (min-width: 769px) {
  .page-company.cooperation .kensaku {
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 1;
  }
  .page-company.cooperation #form2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .page-company.cooperation .page .page_tit {
    min-height: 38px;
  }
  .page-company.cooperation .page .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-company.cooperation .page .list .list_s {
    width: 420px;
  }
  .page-company.cooperation .page .list .list_s:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .page-company.cooperation .tab {
    margin-inline: -2px;
    margin-bottom: 16px;
  }
  .page-company.cooperation .tab .tab_s {
    margin-inline: 2px;
  }
  .page-company.cooperation .tab .tab_s a {
    line-height: 1.3;
    padding: 6px 24px;
  }
  .page-company.cooperation .kensaku,
  .page-company.cooperation #form2,
  .page-company.cooperation #sbox2 {
    width: 100% !important;
  }
  .page-company.cooperation .kensaku {
    margin-bottom: 24px;
  }
  .page-company.cooperation #sbox2 {
    font-size: 1.4rem;
    height: 42px;
  }
  .page-company.cooperation #sbtn2 {
    top: 14px;
  }
  .page-company.cooperation .page .list .list_s {
    min-height: initial !important;
  }
  .page-company.cooperation .page .no_search p {
    font-size: 1.4rem;
  }
}





/* /company/office/
============================================================= */
.page-company.office .l-section--office {
  padding-top: 40px;
}
.page-company.office .l-section--office .p-office-mapBlock__heading {
  color: var(--color-standard-blue);
  font-size: 2.4rem;
  font-weight: bold;
}
.page-company.office .l-section--office .p-office-mapBlock__body {
  margin-top: 24px;
  position: relative;
}
.page-company.office .l-section--office .p-office-mapBlock__body img {
  width: 100%;
}
.page-company.office .l-section--office .p-office-mapBlock .list-point__item {
  background: var(--color-lightblue);
  border-radius: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 123px;
  position: absolute;
  text-align: center;
  z-index: 1;
}
.page-company.office .l-section--office .p-office-mapBlock .list-point__item:after {
  border-color: var(--color-lightblue) transparent transparent transparent;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  content: "";
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
  width: 0;
  z-index: 1;
}
.page-company.office .l-section--office .p-office-mapBlock .list-point__item[data-layout="arrow-top"]:after {
  border-color: transparent transparent var(--color-lightblue) transparent;
  border-width: 0 6px 12px 6px;
  top: -11px;
  bottom: initial;
  left: initial;
  right: 28px;
  transform: none;
}
.page-company.office .l-section--office .p-office-mapBlock .list-point__item.headoffice {
  background: var(--color-standard-blue);
}
.page-company.office .l-section--office .p-office-mapBlock .list-point__item.headoffice:after {
  border-top-color: var(--color-standard-blue);
}
.page-company.office .l-section--office .p-office-mapBlock .list-point__item.center {
  background: #26C4FF;
}
.page-company.office .l-section--office .p-office-mapBlock .list-point__item.center:after {
  border-top-color: #26C4FF;
}
.page-company.office .l-section--office .p-office-mapBlock .list-point__item a {
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  height: 100%;
  line-height: 1.15;
  padding-right: 32px;
  padding-left: 24px;
  text-align: left;
  width: 100%;
}
.page-company.office .l-section--office .p-office-mapBlock .list-point__item a:after {
  background-image: url(/common/images/icon_arrow_white_right.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 16px;
}
.page-company.office .l-section--office .p-office-mapBlock .list-point__item span {
  display: block;
}
.page-company.office .l-section--office .p-office-mapBlock .list-point__item.point-01 {
  top: 208px;
  left: 371px;
}
.page-company.office .l-section--office .p-office-mapBlock .list-point__item.point-02 {
  top: 419px;
  left: 53px;
}
.page-company.office .l-section--office .p-office-mapBlock .list-point__item.point-03 {
  top: 59px;
  left: 386px;
}
.page-company.office .l-section--office .p-office-mapBlock .list-point__item.point-04 {
  top: 281px;
  left: 193px;
}
.page-company.office .l-section--office .p-office-mapBlock .list-point__item.point-05 {
  top: 175px;
  left: 496px;
}
.page-company.office .l-section--office .p-office-mapBlock .list-point__item.point-05:after {
  left: 28px;
  transform: none;
}
.page-company.office .l-section--office .p-office-mapBlock .list-point__item.point-06 {
  top: 381px;
  left: 245px;
}
.page-company.office .l-section--office .p-office-mapBlock .list-point__item.point-07 {
  top: 319px;
  left: 679px;
}
.page-company.office .l-section--office .p-office-mapBlock .list-point__item.point-08 {
  top: 217px;
  left: 209px;
}
.page-company.office .l-section--office .p-office-mapBlock .list-point__item.point-08:after {
  left: initial;
  right: 28px;
  transform: none;
}
.page-company.office .l-section--office .p-office-mapBlock .list-point__item.point-09 {
  top: 295px;
  left: 392px;
}
.page-company.office .l-section--office .p-office-mapBlock .list-point__item.point-09:after {
  left: 28px;
  transform: none;
}
.page-company.office .l-section--office .p-office-contentsBlock__item {
  margin-top: 60px;
}
.page-company.office .l-section--office .p-office-contentsBlock__item .list-office__item {
  padding-right: 80px;
  position: relative;
}
.page-company.office .l-section--office .p-office-contentsBlock__item .list-office .text-officename {
  font-size: 1.6rem;
  font-weight: bold;
}
.page-company.office .l-section--office .p-office-contentsBlock__item .list-office .text-address {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 4px;
}
.page-company.office .l-section--office .p-office-contentsBlock__item .list-office .button-popup {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}
.page-company.office .l-section--office .p-office-contentsBlock__item .list-office .button-popup a {
  background: var(--color-white);
  border: 1px solid var(--color-standard-blue);
  color: var(--color-standard-blue);
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  padding-left: 12px;
  padding-right: 28px;
  position: relative;
}
.page-company.office .l-section--office .p-office-contentsBlock__item .list-office .button-popup a:after {
  background-image: url(/common/images/icon_arrow_blue_right.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 16px;
}
/* PC */
@media only screen and (min-width: 769px) {
  .page-company.office .l-section--office .p-office-contentsBlock,
  .page-company.office .l-section--office .p-office-contentsBlock__item .list-office[data-layout-pc="2col"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-company.office .l-section--office .p-office-contentsBlock__item,
  .page-company.office .l-section--office .p-office-contentsBlock__item .list-office[data-layout-pc="2col"] .list-office__item {
    width: 400px;
  }
  .page-company.office .l-section--office .p-office-contentsBlock__item[data-layout-pc="width-full"] {
    width: 100%;
  }
  .page-company.office .l-section--office .p-office-contentsBlock__item .list-office[data-layout-pc="2col"] {
    margin-top: 4px !important;
  }
  .page-company.office .l-section--office .p-office-contentsBlock__item .list-office[data-layout-pc="2col"] .list-office__item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-company.office .l-section--office .p-office-contentsBlock__item .list-office[data-layout-pc="2col"] .list-office__item:nth-of-type(n+3) {
    border-top: 1px solid rgba(var(--color-standard-blue-rgb), 0.3);
  }
  .page-company.office .l-section--office .p-office-contentsBlock__item .list-office__item#hiranuma {
    border-bottom: 1px solid rgba(var(--color-standard-blue-rgb), 0.3);
    padding-bottom: 20px;
  }
  .page-company.office .l-section--office .p-office-contentsBlock__item .list-office .button-popup a:hover {
    opacity: 1;
    background: var(--color-whiteblue);
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .page-company.office .l-section--office .p-office-mapBlock {
    display: none;
  }
  .page-company.office .l-section--office .p-office-contentsBlock__item {
    margin-top: 40px;
  }
  .page-company.office .l-section--office .p-office-contentsBlock__item:nth-of-type(1) {
    margin-top: 0;
  }
  .page-company.office .l-section--office .p-office-contentsBlock__item .list-office .button-popup a {
    font-size: 1.4rem;
    line-height: 40px;
  }
  .page-company.office .l-section--office .p-office-contentsBlock__item .list-office__item:nth-of-type(n+2) {
    border-top: 1px solid rgba(var(--color-standard-blue-rgb), 0.3);
    margin-top: 20px;
    padding-top: 20px;
  }
}



/* /company/office/ detail
============================================================= */
.page-company.office-popup {
  background: var(--color-beige);
}
.page-company.office-popup .p-popup-header {
  margin-inline: auto;
  padding-block: 16px;
  max-width: 880px;
}
.page-company.office-popup .p-popup-header__logo {
  width: 140px;
}
.page-company.office-popup #l-main {
  padding-top: 0 !important;
}
.page-company.office-popup .p-popup-mainBlock {
  background: var(--color-white);
  margin-inline: auto;
  max-width: 880px;
  padding: 24px 32px 32px;
}
.page-company.office-popup .p-popup-mainBlock .button-map a {
  background: var(--color-standard-blue);
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 32px;
  padding-left: 12px;
  padding-right: 32px;
  position: relative;
}
.page-company.office-popup .p-popup-mainBlock .button-map a:after {
  background-image: url(/common/images/icon_arrow_white_right.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 16px;
}
.page-company.office-popup .p-popup-mainBlock__heading {
  border-bottom: 1px solid var(--color-standard-blue);
  padding-bottom: 12px;
}
.page-company.office-popup .p-popup-mainBlock__heading h1 {
  color: var(--color-standard-blue);
  font-size: 2.4rem;
  font-weight: bold;
}
.page-company.office-popup .p-popup-mainBlock__heading .text-address {
  font-size: 1.4rem;
}
.page-company.office-popup .p-popup-mainBlock__heading .button-map {
  margin-left: auto;
}
.page-company.office-popup .p-popup-mainBlock__body {
  margin-top: 32px;
}
.page-company.office-popup .p-popup-footer {
  margin-inline: auto;
  max-width: 880px;
  padding-block: 24px;
}
.page-company.office-popup .p-popup-footer__button {
  background: var(--color-white);
  height: 42px;
}
.page-company.office-popup .p-popup-footer__button > * {
  background: var(--color-white);
  border: 1px solid var(--color-standard-red);
  color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}
.page-company.office-popup .p-popup-footer__button.print > *:before {
  background-image: url(/common/images/icon_print.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  width: 16px;
}
.page-company.office-popup .p-popup-footer__button.close > * span {
  padding-left: 28px;
  position: relative;
}
.page-company.office-popup .p-popup-footer__button.close > * span:before {
  background-image: url(/common/images/icon_close_red.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
}
.page-company.office-popup .p-popup-footer__copyright {
  color: var(--color-standard-blue);
  font-size: 1.2rem;
  letter-spacing: 0;
}
/* PC */
@media only screen and (min-width: 769px) {
  .page-company.office-popup #l-main {
    min-width: 960px;
  }
  .page-company.office-popup {
    padding-inline: 40px;
  }
  .page-company.office-popup .p-popup-mainBlock__heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .page-company.office-popup .p-popup-mainBlock__heading h1 {
    margin-right: 24px;
  }
  .page-company.office-popup .p-popup-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-company.office-popup .p-popup-footer__button.print {
    width: 160px;
  }
  .page-company.office-popup .p-popup-footer__button.close {
    margin-left: auto;
    margin-right: 60px;
    width: 200px;
  }
  .page-company.office-popup .p-popup-footer__button > *:hover {
    background: var(--color-pink);
    opacity: 1;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .page-company.office-popup .p-popup-header {
    padding: 12px 16px;
  }
  .page-company.office-popup .p-popup-mainBlock {
    padding: 24px 20px;
  }
  .page-company.office-popup .p-popup-mainBlock__heading {
    padding-bottom: 16px;
  }
  .page-company.office-popup:not(.accessmap) .p-popup-mainBlock__heading {
    border-bottom: none;
    padding-bottom: 0;
  }
  .page-company.office-popup .p-popup-mainBlock__heading h1 {
    font-size: 1.8rem;
  }
  .page-company.office-popup .p-popup-mainBlock__heading .text-address {
    margin-top: 8px;
  }
  .page-company.office-popup .p-popup-mainBlock__body {
    margin-top: 24px;
  }
  .page-company.office-popup .p-popup-footer {
    padding: 24px 20px;
  }
  .page-company.office-popup .p-popup-footer__button {
    height: 48px;
    width: 100%;
  }
  .page-company.office-popup .p-popup-footer__button.print {
    display: none;
  }
  .page-company.office-popup .p-popup-footer__copyright {
    font-size: 1.2rem;
    margin-top: 24px;
    text-align: center;
  }
}

@media print{
  body {
    min-width: initial;
  }
  .page-company.office-popup #l-main {
    min-width: initial;
  }
  .page-company.office-popup .p-popup-header {
    padding-inline: 20px;
  }
  .page-company.office-popup .p-popup-mainBlock {
    margin-inline: 20px;
  }
  .page-company.office-popup .p-container-officedetailBlock {
    display: flex;
    justify-content: flex-start;
    align-items: initial;
    flex-direction: row-reverse;
    column-gap: 20px;
  }
  .page-company.office-popup .p-container-officedetailBlock__map {
    height: auto;
    width: 50%;
  }
  .page-company.office-popup .p-container-officedetailBlock__text {
    padding-right: 0;
    width: 50%;
  }
  .page-company.office-popup .p-popup-footer {
    display: none;
  }
}



/* /company/office/ office
============================================================= */
.page-company.office-popup .p-container-officedetailBlock__map {
  height: 447px;
  overflow: hidden;
  position: relative;
}
.page-company.office-popup .p-container-officedetailBlock__map > * {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-company.office-popup .p-container-officedetailBlock .block-contact {
  font-size: 1.4rem;
}
.page-company.office-popup .p-container-officedetailBlock .block-contact > dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.page-company.office-popup .p-container-officedetailBlock .block-contact > dl + dl {
  margin-top: 4px;
}
.page-company.office-popup .p-container-officedetailBlock .block-contact > dl dt {
  color: var(--color-standard-blue);
  font-weight: bold;
}
.page-company.office-popup .p-container-officedetailBlock .block-contact > dl[data-layout="block"] {
  display: block;
}
.page-company.office-popup .p-container-officedetailBlock .block-contact > dl[data-layout="block"] dd {
  padding-left: 1em;
}
.page-company.office-popup .p-container-officedetailBlock .block-contact > dl dd .list-department > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4px;
}
.page-company.office-popup .p-container-officedetailBlock .block-summary {
  font-size: 1.4rem;
}
.page-company.office-popup .p-container-officedetailBlock .block-summary > dl + dl {
  margin-top: 24px;
}
.page-company.office-popup .p-container-officedetailBlock .block-summary > dl dt {
  color: var(--color-standard-blue);
  font-weight: bold;
}
.page-company.office-popup .p-container-officedetailBlock .block-summary > dl dd {
  line-height: 1.8;
}
.page-company.office-popup .p-container-officedetailBlock .block-summary__image {
  margin-top: 40px;
}
/* PC */
@media only screen and (min-width: 769px) {
  .page-company.office-popup .p-container-officedetailBlock {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .page-company.office-popup .p-container-officedetailBlock__map {
    width: 416px;
  }
  .page-company.office-popup .p-container-officedetailBlock__text {
    padding-right: 40px;
    width: 400px;
  }
  .page-company.office-popup .p-container-officedetailBlock .block-contact {
    padding-right: 30px;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .page-company.office-popup .p-container-officedetailBlock__map {
    margin-inline: -20px;
    height: calc(240 / 390 * 100vw);
  }
  .page-company.office-popup .p-container-officedetailBlock__text {
    margin-top: 24px;
  }
  .page-company.office-popup .p-container-officedetailBlock__text > *:first-child {
    margin-top: 0 !important;
  }
  .page-company.office-popup .p-container-officedetailBlock__text > .button-map {
    margin-inline: auto;
    width: 160px;
  }
  .page-company.office-popup .p-container-officedetailBlock__text > .button-map a {
    font-size: 1.4rem;
    line-height: 48px;
    text-align: center;
  }
  .page-company.office-popup .p-container-officedetailBlock__text .block-contact {
    margin-top: 24px;
    padding-inline: 14px;
  }
}



/* /company/office/ map
============================================================= */
.page-company.accessmap .p-container-accessBlock > *:first-child {
  margin-top: 0 !important;
}
.page-company.accessmap .p-container-accessBlock .c-categoryindex {
  margin-bottom: 24px;
}
.page-company.accessmap .p-container-accessBlock .c-categoryindex > ul > li {
  width: calc(50% - 2px);
}
.page-company.accessmap .p-container-accessBlock__map {
  position: relative;
}
.page-company.accessmap .p-container-accessBlock__map .image-zoom {
  position: absolute;
  right: 27px;
  bottom: -169px;
  width: 220px;
  z-index: 1;
}
.page-company.accessmap .p-container-accessBlock__detail {
  margin-top: 32px;
}
.page-company.accessmap .p-container-accessBlock * + .text-route {
  margin-top: 32px;
}
.page-company.accessmap .p-container-accessBlock .text-route > dl dt {
  color: var(--color-standard-blue);
  font-size: 1.6rem;
  font-weight: bold;
}
.page-company.accessmap .p-container-accessBlock .text-route > dl dd {
  font-size: 1.4rem;
  line-height: 1.8;
}
.page-company.accessmap .p-container-accessBlock .text-route > dl dd > ol li {
  padding-left: 1.5em;
  position: relative;
}
.page-company.accessmap .p-container-accessBlock .text-route > dl dd > ol li .text-number {
  background: var(--color-standard-blue);
  border-radius: 50%;
  color: var(--color-white);
  font-size: 1.2rem;
  line-height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  text-align: center;
  width: 14px;
}
.page-company.accessmap .p-container-accessBlock .image-route {
  margin-top: 32px;
}
.page-company.accessmap .p-container-accessBlock[data-type="car"] .text-route > dl dd {
  margin-top: 8px;
}
.page-company.accessmap .p-container-accessBlock .color-red {
  color: var(--color-standard-red) !important;
}
.page-company.accessmap .p-container-accessBlock[data-type="car"] .image-route {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-company.accessmap .p-container-accessBlock[data-type="car"] .image-route__item {
  width: 49%;
}
/* PC */
@media only screen and (min-width: 769px) {
  .page-company.accessmap .p-container-accessBlock[data-type="train"] .text-route > dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .page-company.accessmap .p-container-accessBlock[data-type="train"] .text-route > dl dt {
    padding-right: 24px;
  }
  .page-company.accessmap .p-container-accessBlock[data-type="car"] .text-route:nth-of-type(1) {
    padding-right: 250px;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .page-company.accessmap .p-container-accessBlock .c-categoryindex {
    padding-inline: 0;
  }
  .page-company.accessmap .p-container-accessBlock .c-categoryindex > ul > li a {
    font-size: 1.2rem;
  }
  .page-company.accessmap .p-container-accessBlock__map {
    margin-inline: -20px;
  }
  .page-company.accessmap .p-container-accessBlock__map .image-zoom {
    right: calc(20 / 390 * 100vw);
    bottom:  calc(-71 / 390 * 100vw);
    width: calc(112 / 390 * 100vw);
  }
  .page-company.accessmap .p-container-accessBlock__detail {
    margin-top: 24px;
  }
  .page-company.accessmap .p-container-accessBlock .text-route > dl dd {
    margin-top: 8px;
  }
  .page-company.accessmap .p-container-accessBlock .text-route > dl dd > *:nth-of-type(n+2) {
    margin-top: 8px;
  }
  .page-company.accessmap .p-container-accessBlock * + .text-route,
  .page-company.accessmap .p-container-accessBlock .image-route {
    margin-top: 24px;
  }
}






/* /company/ /
============================================================= */
/* PC */
@media only screen and (min-width: 769px) {
}
/* SP */
@media only screen and (max-width: 768px) {
}





