.content-body {
  position: relative;
}

.page-anchor {
  position: absolute;
  display: block;
  top: 60px;
  left: calc((100% - 1040px) / 2);
  width: 180px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-anchor.is-fixed {
  position: fixed;
  top: 160px;
}

.page-anchor.is-fixed-bottom {
  position: fixed;
  top: auto;
  bottom: -30px;
}

@media screen and (max-width: 768px) {
  .page-anchor {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page-anchor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-anchor ul li {
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .page-anchor ul li {
    padding: 0;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    border-bottom: solid 1px #cccccc;
  }
  .page-anchor ul li:nth-child(even) {
    margin-right: 0;
  }
  #page-company-office .page-anchor ul li {
    margin-right: auto;
  }
  #page-company-office .page-anchor ul li:first-child {
    width: 58%;
    margin-right: 2%;
  }
  #page-company-office .page-anchor ul li:nth-child(2) {
    width: 40%;
  }
}

.page-anchor ul li a {
  border-left: solid 6px transparent;
  padding: 12px 14px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .page-anchor ul li a {
    border: none;
    padding: 20px 24px 20px 0;
    background: url(../img/icon-aroow-down-purple.svg) no-repeat top calc(50% + 3px) right 10px;
    min-height: none;
  }
}

@media screen and (min-width: 769px) {
  .page-anchor ul li a.is-active {
    border-color: #b12c8d;
    color: #b12c8d;
  }
  .page-anchor ul li a:hover {
    color: #b12c8d;
  }
}

#page-company .content-header {
  margin-bottom: 40px;
}

#page-company .sec-content {
  margin-bottom: 60px;
}

#page-company .sec-content .sec-inner {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 133px;
  padding-right: 133px;
}

@media screen and (max-width: 768px) {
  #page-company .sec-content .sec-inner {
    width: 100%;
    padding: 0;
  }
}

#page-company .company-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#page-company .company-link-item {
  width: calc((100% - 54px) / 3);
  margin-right: 27px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #page-company .company-link-item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
}

@media screen and (min-width: 769px) {
  #page-company .company-link-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  #page-company .company-link-item:nth-child(even) {
    margin-right: 0;
  }
}

#page-company .company-link-item figure {
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  #page-company .company-link-item figure {
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

@media screen and (max-width: 768px) {
  #page-company .company-link-item figure {
    margin-bottom: 10px;
  }
}

#page-company .company-link-item h2 {
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #page-company .company-link-item h2 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

#page-company .company-link-item h2::after {
  position: relative;
  display: inline-block;
  right: -10px;
  width: 22px;
  height: 7px;
  margin-bottom: 3px;
  content: '';
  background: url(../img/icon-arrow-right-purple.svg) no-repeat center center/cover;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#page-company .company-link-item:hover figure {
  opacity: .7;
}

#page-company .company-link-item:hover h2::after {
  right: -25px;
}

#page-company-about .content-header {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #page-company-about .content-header {
    margin-bottom: 10px;
  }
}

#page-company-about .content-body {
  margin-bottom: 100px;
}

#page-company-about .sec-title {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-title {
    margin-bottom: 30px;
  }
}

#page-company-about .sec-title .title-en {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-title .title-en {
    margin-bottom: 15px;
  }
}

#page-company-about .title-wrapper {
  padding-left: 30px;
  border-left: solid 6px #b12c8d;
  min-height: 72px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #page-company-about .title-wrapper {
    min-height: 55px;
    padding-left: 20px;
    margin-bottom: 25px;
  }
}

#page-company-about .title-wrapper .title-en {
  display: block;
  font-family: 'Karla', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 3.4rem;
  line-height: 1.2058;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #page-company-about .title-wrapper .title-en {
    font-size: 2.6rem;
  }
}

#page-company-about .title-wrapper .title-jp {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6875;
}

@media screen and (max-width: 768px) {
  #page-company-about .title-wrapper .title-jp {
    font-size: 1.4rem;
  }
}

#page-company-about .sec-message .sec-inner {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 180px;
  padding-bottom: 75px;
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-message .sec-inner {
    width: 100%;
    padding-left: 0;
    padding-bottom: 60px;
  }
}

#page-company-about .sec-message .sec-title {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-message .sec-title {
    margin-bottom: 30px;
  }
}

#page-company-about .sec-message figure {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-message figure {
    margin-bottom: 20px;
  }
}

#page-company-about .sec-message h3 {
  font-size: 2.3rem;
  line-height: 1.73;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-message h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

#page-company-about .sec-message p {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-message p {
    margin-bottom: 20px;
  }
}

#page-company-about .sec-message p.president-name {
  margin-bottom: 0;
  text-align: right;
}

#page-company-about .sec-message p.president-name span {
  font-size: 2.3rem;
  margin-left: 20px;
}

#page-company-about .sec-philosophy {
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-philosophy {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#page-company-about .sec-philosophy .sec-inner {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 180px;
  padding-top: 60px;
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-philosophy .sec-inner {
    width: 100%;
    padding-left: 0;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 769px) {
  #page-company-about .sec-philosophy .sec-title {
    margin-bottom: 30px;
  }
}

#page-company-about .sec-philosophy .sec-body h3 {
  font-size: 2.3rem;
  line-height: 1.73;
  margin-bottom: 17px;
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-philosophy .sec-body h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

#page-company-about .sec-feature .sec-inner {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 180px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-feature .sec-inner {
    width: 100%;
    padding-left: 0;
  }
}

#page-company-about .sec-positioning {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-positioning {
    margin-bottom: 50px;
  }
}

#page-company-about .sec-positioning figure {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-positioning figure {
    margin-bottom: 30px;
  }
}

#page-company-about .sec-anniversary {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-anniversary {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  #page-company-about .sec-anniversary .box-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-anniversary .box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#page-company-about .sec-anniversary figure {
  width: 242px;
  margin-right: 88px;
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-anniversary figure {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
}

#page-company-about .sec-anniversary p {
  width: calc(100% - 242px - 88px);
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-anniversary p {
    width: 100%;
  }
}

#page-company-about .sec-delivery {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-delivery {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-delivery .box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#page-company-about .sec-delivery p {
  margin-bottom: 40px;
}

#page-company-about .sec-delivery figure {
  width: calc((100% - 20px) / 2);
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-delivery figure {
    width: 100%;
  }
}

#page-company-about .sec-delivery figure:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-delivery figure:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

#page-company-about .sec-sales {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-sales {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-activities .box-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#page-company-about .sec-activities p {
  margin-bottom: 30px;
}

#page-company-about .sec-activities figure {
  width: 168px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-activities figure {
    margin-bottom: 20px;
  }
  #page-company-about .sec-activities figure:last-child {
    margin-bottom: 0;
  }
}

#page-company-about .sec-activities figure img {
  margin-bottom: 10px;
}

#page-company-about .sec-activities figure figcaption {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #page-company-about .sec-activities figure figcaption {
    font-size: 1.4rem;
  }
}

#page-company-about .box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page-company-outline .content-header {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #page-company-outline .content-header {
    margin-bottom: 10px;
  }
}

#page-company-outline .content-body {
  margin-bottom: 0;
}

#page-company-outline .sec-title {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #page-company-outline .sec-title {
    margin-bottom: 30px;
  }
}

#page-company-outline .sec-title .title-en {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  #page-company-outline .sec-title .title-en {
    margin-bottom: 15px;
  }
}

#page-company-outline .sec-profile {
  padding-top: 60px;
  padding-bottom: 82px;
}

#page-company-outline .sec-profile .sec-inner {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 180px;
}

@media screen and (max-width: 768px) {
  #page-company-outline .sec-profile .sec-inner {
    width: 100%;
    padding-left: 0;
  }
}

#page-company-outline .sec-profile .sec-title {
  margin-bottom: 30px;
}

#page-company-outline .profile-table tr {
  border-bottom: solid 1px #b5b5b5;
}

#page-company-outline .profile-table th {
  width: 178px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  #page-company-outline .profile-table th {
    width: 32%;
    padding-right: 5px;
  }
}

#page-company-outline .profile-table th,
#page-company-outline .profile-table td {
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 22px 0;
}

@media screen and (max-width: 768px) {
  #page-company-outline .profile-table th,
  #page-company-outline .profile-table td {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  #page-company-outline .profile-table td {
    width: 68%;
  }
}

#page-company-outline .sec-history {
  background: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

#page-company-outline .sec-history .sec-inner {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 180px;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  #page-company-outline .sec-history .sec-inner {
    width: 100%;
    padding-left: 0;
    padding-top: 60px;
  }
}

#page-company-outline .sec-history .sec-title {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #page-company-outline .sec-history .sec-title {
    margin-bottom: 30px;
  }
}

#page-company-outline .history-tabs {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #page-company-outline .history-tabs {
    width: 100%;
    margin-bottom: 35px;
  }
}

#page-company-outline .history-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-company-outline .history-tabs ul li {
  width: 200px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  #page-company-outline .history-tabs ul li {
    width: calc((100% - 15px) / 4);
    margin-right: 5px;
  }
}

#page-company-outline .history-tabs ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  padding: 21px;
  color: #b12c8d;
  border: solid 1px #b12c8d;
  border-radius: 30px;
  background: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  min-height: 60px;
}

@media screen and (max-width: 768px) {
  #page-company-outline .history-tabs ul li a {
    font-size: 1.4rem;
    border-radius: 10px;
    padding: 5px 3px;
    line-height: 1.3;
  }
}

#page-company-outline .history-tabs ul li a::after {
  position: absolute;
  display: block;
  width: 14px;
  height: 24px;
  border-top: solid 12px transparent;
  border-right: solid 7px transparent;
  border-bottom: solid 12px transparent;
  border-left: solid 7px transparent;
  content: '';
  bottom: -24px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#page-company-outline .history-tabs ul li a:hover, #page-company-outline .history-tabs ul li a.is-active {
  color: #ffffff;
  background: #b12c8d;
}

#page-company-outline .history-tabs ul li a:hover::after, #page-company-outline .history-tabs ul li a.is-active::after {
  border-top: solid 12px #b12c8d;
}

#page-company-outline .history-tabs ul li:nth-child(4n) {
  margin-right: 0;
}

#page-company-outline .history-contents h3 {
  font-size: 2.3rem;
  line-height: 30px;
  padding-left: 12px;
  border-left: solid 6px #b12c8d;
  min-height: 30px;
  margin-bottom: 52px;
}

@media screen and (max-width: 768px) {
  #page-company-outline .history-contents h3 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

#page-company-outline .history-contents ol .history-month {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 60px;
  border-left: solid 1px #b12c8d;
}

@media screen and (max-width: 768px) {
  #page-company-outline .history-contents ol .history-month {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 45px;
  }
}

#page-company-outline .history-contents ol .history-month:last-child {
  border: none;
}

#page-company-outline .history-contents ol .history-month::before {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #b12c8d;
  content: '';
  top: -5px;
  left: -5px;
  border-radius: 50%;
}

#page-company-outline .history-contents ol .history-month h4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.3rem;
  line-height: 28px;
  color: #b12c8d;
  padding-left: 50px;
  margin-top: -11.5px;
  margin-right: 20px;
  width: 180px;
}

@media screen and (max-width: 768px) {
  #page-company-outline .history-contents ol .history-month h4 {
    font-size: 2rem;
    line-height: 1.1;
    margin-top: -15px;
    margin-bottom: 8px;
  }
}

#page-company-outline .history-contents ol .history-month h4::before {
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  background: #b12c8d;
  content: '';
  top: 11px;
  left: 0;
}

@media screen and (max-width: 768px) {
  #page-company-outline .history-contents ol .history-month h4::before {
    top: 14px;
  }
}

#page-company-outline .history-contents ol .history-month h4 span {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 28px;
}

#page-company-outline .history-contents ol .history-month .history-item-list {
  width: 500px;
  margin-top: -11.5px;
}

@media screen and (max-width: 768px) {
  #page-company-outline .history-contents ol .history-month .history-item-list {
    width: 100%;
    margin-top: 0;
    padding-left: 50px;
  }
}

#page-company-outline .history-contents ol .history-month .history-item-list li {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #21110d;
}

@media screen and (max-width: 768px) {
  #page-company-outline .history-contents ol .history-month .history-item-list li {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

#page-company-outline .sec-history-list {
  display: none;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #page-company-outline .sec-history-list {
    padding-bottom: 40px;
  }
}

#page-company-outline .sec-history-list.is-active {
  display: block;
}

#page-company-office .content-header {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #page-company-office .content-header {
    margin-bottom: 10px;
  }
}

#page-company-office .content-body {
  margin-bottom: 0;
}

#page-company-office .sec-title {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #page-company-office .sec-title {
    margin-bottom: 30px;
  }
}

#page-company-office .sec-title .title-en {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  #page-company-office .sec-title .title-en {
    margin-bottom: 15px;
  }
}

#page-company-office .office-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #page-company-office .office-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#page-company-office .office-img {
  width: 154px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  #page-company-office .office-img {
    margin-bottom: 14px;
  }
}

#page-company-office .office-contact {
  margin-left: 0;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  #page-company-office .office-contact {
    margin-bottom: 18px;
  }
}

#page-company-office .office-contact .office-address {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #page-company-office .office-contact .office-address {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

#page-company-office .office-contact .office-zip {
  display: inline-block;
  margin-right: 18px;
}

#page-company-office .office-contact .office-tel-and-fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page-company-office .office-contact .office-tel {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-company-office .office-contact .office-tel .label-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 20px;
  color: #ffffff;
  background: #524a53;
  font-size: 1.4rem;
  line-height: 1;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  margin-right: 10px;
}

#page-company-office .office-contact .office-tel .tel-list li {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}

#page-company-office .office-contact .office-tel .tel-list li a {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}

#page-company-office .office-contact .office-fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-company-office .office-contact .office-fax .label-fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 20px;
  color: #ffffff;
  background: #524a53;
  font-size: 1.4rem;
  line-height: 1;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  margin-right: 10px;
}

#page-company-office .office-contact .office-fax .fax-list li {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}

#page-company-office .office-data.opt-with-img {
  padding-top: 5px;
}

#page-company-office .office-data.opt-with-img .office-zip {
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}

#page-company-office .office-data.opt-with-img .office-tel-and-fax {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#page-company-office .office-data.opt-with-img .office-tel-and-fax .office-tel {
  margin-right: 0;
  margin-bottom: 12px;
}

#page-company-office .office-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 154px;
}

#page-company-office .office-map a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 32px;
  border-radius: 18px;
  background: #b12c8d;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 17px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}

#page-company-office .office-map a::before {
  position: relative;
  display: inline-block;
  content: '';
  width: 12px;
  height: 16px;
  margin-right: 10px;
  background: url(../img/icon-map-pin.svg) no-repeat center center/cover;
}

#page-company-office .office-map a:hover {
  color: #b12c8d;
  border: solid 1px #b12c8d;
  background: #ffffff;
}

#page-company-office .office-map a:hover::before {
  background: url(../img/icon-map-pin-purple.svg) no-repeat center center/cover;
}

#page-company-office .sec-headquarters {
  padding-top: 60px;
  padding-bottom: 80px;
}

#page-company-office .sec-headquarters .sec-inner {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 180px;
}

@media screen and (max-width: 768px) {
  #page-company-office .sec-headquarters .sec-inner {
    width: 100%;
    padding-left: 0;
  }
}

#page-company-office .sec-headquarters .sec-title {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #page-company-office .sec-headquarters .sec-title {
    margin-bottom: 30px;
  }
}

#page-company-office .sec-headquarters h3 {
  font-size: 4rem;
  line-height: 1.7;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #page-company-office .sec-headquarters h3 {
    font-size: 2.6rem;
  }
}

#page-company-office .sec-headquarters .office-data {
  padding-bottom: 18px;
  border-bottom: solid 1px #b5b5b5;
}

#page-company-office .sec-headquarters .office-contact .office-tel-and-fax .office-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.3;
}

#page-company-office .sec-headquarters .office-contact .office-tel-and-fax .office-tel li {
  margin-bottom: 10px;
}

#page-company-office .sec-headquarters .office-contact .office-tel-and-fax .office-tel li:last-child {
  margin-bottom: 0;
}

#page-company-office .sec-branch {
  background: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 100px;
}

#page-company-office .sec-branch .sec-inner {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 180px;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  #page-company-office .sec-branch .sec-inner {
    width: 100%;
    padding-left: 0;
  }
}

#page-company-office .sec-branch .sec-title {
  font-size: 4rem;
  line-height: 1.7;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #page-company-office .sec-branch .sec-title {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}

#page-company-office .branch-tabs {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #page-company-office .branch-tabs {
    width: 100%;
    margin-bottom: 15px;
  }
}

#page-company-office .branch-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-company-office .branch-tabs ul li {
  width: 156px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  #page-company-office .branch-tabs ul li {
    width: calc((100% - 15px) / 5);
    margin-right: 5px;
  }
}

#page-company-office .branch-tabs ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  padding: 21px;
  color: #b12c8d;
  border: solid 1px #b12c8d;
  border-radius: 30px;
  background: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  min-height: 60px;
}

@media screen and (max-width: 768px) {
  #page-company-office .branch-tabs ul li a {
    font-size: 1.4rem;
    border-radius: 10px;
    padding: 5px 3px;
    line-height: 1.3;
  }
}

#page-company-office .branch-tabs ul li a::after {
  position: absolute;
  display: block;
  width: 14px;
  height: 24px;
  border-top: solid 12px transparent;
  border-right: solid 7px transparent;
  border-bottom: solid 12px transparent;
  border-left: solid 7px transparent;
  content: '';
  bottom: -24px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#page-company-office .branch-tabs ul li a:hover, #page-company-office .branch-tabs ul li a.is-active {
  color: #ffffff;
  background: #b12c8d;
}

#page-company-office .branch-tabs ul li a:hover::after, #page-company-office .branch-tabs ul li a.is-active::after {
  border-top: solid 12px #b12c8d;
}

#page-company-office .branch-tabs ul li:nth-child(5n) {
  margin-right: 0;
}

#page-company-office .sec-branch-list > li {
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: solid 1px #b5b5b5;
}

#page-company-office .sec-branch-list > li h3 {
  font-size: 2.3rem;
  line-height: 30px;
  border-left: solid 6px #b12c8d;
  padding-left: 12px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #page-company-office .sec-branch-list > li h3 {
    font-size: 2rem;
    line-height: 1.3;
  }
}
/*# sourceMappingURL=company.css.map */