p {
  letter-spacing: 0.32px;
  line-height: 28px;
}

h3 {
  font-size: 36px;
  letter-spacing: 0.72px;
}

.contents__title, .contents__title_ir {
  font-size: 42px;
  font-weight: bold;
  border-bottom: solid 4px #c7000a;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
    line-height: 24.5px;
  }
  h3 {
    font-size: 20px;
  }
  .contents__title {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 32px;
    line-height: 36px;
  }
    .contents__title_ir{
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 16px;
        line-height: 36px;
    }
  .mb-0-sp {
/*    margin-bottom: 0 !important;*/
  }
}

.company__box .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 40px);
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  padding-top: 32px;
}

.company__box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: calc(100% / 3);
  padding: 32px 20px;
}

.company__box-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sub__links-arrow {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
  padding: 16px 3em 16px 0;
  border-bottom: 1px solid #dddddd;
  color: #000;
  word-break: break-word;
}

.sub__links-arrow:hover {
  color: #c7000a;
}

.sub__links-arrow:hover::after {
  right: 1.5em;
}

.sub__links-arrow::after {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  color: #c7000a;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}

@media screen and (max-width: 768px) {
  .company__box .container {
    display: block;
    width: 100%;
    -webkit-transform: inherit;
            transform: inherit;
  }
  .company__box-item {
    width: 100%;
    padding: 16px 0;
  }
  .company__box-item__link {
    display: block;
    width: 100%;
  }
  .company__box-item img {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .sub__links-arrow {
    font-size: 14px;
  }
}

@media screen and (min-width: 1199px) {
  .footerLinks ul {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
  .footerLinks__arrow {
    margin-right: 39px;
  }
  .footerLinks__arrow-mr0 {
    margin-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .footerLinks ul {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
  .footerLinks__arrow {
    margin-right: 3.5%;
  }
  .footerLinks__arrow-mr0 {
    margin-right: 0;
  }
}

.map__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.map__box iframe {
  width: 60%;
}

.map__box p {
  width: 37%;
  padding-top: 40px;
}

@media screen and (max-width: 1024px) {
  .map__box {
    display: block;
  }
  .map__box iframe {
    width: 100%;
  }
  .map__box p {
    width: 100%;
    padding-top: 24px;
  }
}

@media screen and (max-width: 425px) {
  .map__box iframe {
    height: 180px;
  }
}

.contents__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0;
}

.contents__flex-img {
  width: 47%;
}

.contents__flex-text {
  width: 50%;
}

.second__box h3 {
  padding-top: 56px;
  padding-bottom: 32px;
}

.second__box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.second__box-text .btn__more {
  margin-top: 56px;
}

.second__box-text-inner {
  width: 59%;
}

.second__box-text-inner ul {
  padding-top: 24px;
}

.second__box-text-inner ul li {
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 24.5px;
  padding-bottom: 8px;
  text-indent: -1em;
  padding-left: 1em;
}

.second__box-text-inner p {
  padding-bottom: 1em;
}

@media screen and (max-width: 1024px){
    .second__box-text-inner p{
        text-align: left;
    }
}

.second__box-text img {
  width: 37%;
  height: 100%;
}

.greeting__figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}



@media screen and (max-width: 1024px) {
  .contents__flex {
    display: block;
    padding: 48px 0;
  }
  .contents__flex-img {
    width: 100%;
    padding-bottom: 32px;
  }
  .contents__flex-text {
    width: 100%;
  }
  .second__box h3 {
    padding: 0px 0 24px 0;
      text-align: left;
  }
  .second__box-text {
/*    display: block;*/
/*      text-align: center;*/
  }
  .second__box-text-inner {
/*    width: 100%;*/
  }
  .second__box-text-inner-text{
/*    width: 140px !important;*/
  }
  .second__box-text img {
    width: 43%;
      max-width:300px;
  }
  .greeting__figure {
    padding-bottom: 1em;
  }
    #greeting{
        max-width:300px;
    }
    #greeting2{
    width: 140px !important;
  }
}

.img__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .second__box-text {
    display: block;
      text-align: center;
      margin-bottom: 40px;
  }
    .second__box-text-inner {
    width: 100%;
  }
    .second__box-text img {
    width: 100%;
      max-width:480px;
  }
}

.img__flex img {
  width: 48%;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .img__flex {
    display: block;
  }
  .img__flex img {
    width: 100%;
    padding-bottom: 24px;
  }
}

.company_market .pt-h2 {
  padding-top: 80px;
}

.company_market h3.pb-50 {
  padding-bottom: 32px;
}

.company_market .pb-text {
  padding-bottom: 1em;
}

.company_market .contents__imgBox-item {
  padding-bottom: 0;
}

.contents__imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contents__imgBox-item {
  width: 48%;
  padding-bottom: 50px;
}

.contents__imgBox-item img {
  width: 100%;
}

.contents__imgBox-item h4 {
  padding-bottom: 1em;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .company_market .pt-h2 {
    padding-top: 40px;
  }
  .company_market h3.pb-50 {
    padding-bottom: 16px;
  }
  .contents__imgBox {
    display: block;
  }
  .contents__imgBox-item {
    width: 100%;
  }
  .contents__imgBox-item h4 {
    font-size: 18px;
  }
}

.threeCol__table tbody tr td {
  width: 53%;
}

.threeCol__table2 tbody tr td {
  width: 53%;
}

.threeCol__table tbody tr:last-child td:nth-child(2) {
  border-bottom: 1px solid #bbbbbb;
  width: 100%;
}

.threeCol__table tbody tr td:last-child {
  padding-bottom: 20px;
}

.officers .sub__table {
  width: 80%;
}

.officers .sub__table tbody tr th {
  width: 50%;
  padding: 32px;
}

.officers .sub__table tbody tr td {
  padding: 32px;
}

.officers .text-notes {
  max-width: 912px;
}

@media screen and (max-width: 1024px) {
  .officers .sub__table {
    width: 100%;
  }
  .officers .sub__table tbody tr th {
    padding: 24px 0 8px 0;
  }
  .officers .sub__table tbody tr th + td.adjacent {
    padding-top: 8px;
  }
  .officers .sub__table tbody tr td {
    padding: 8px 0 24px 0;
  }
  .officers .sub__table tbody tr .adjacent {
    padding-top: 0;
    padding-bottom: 0;
  }
  .officers .sub__table tbody tr .adjacent.adjacent--last {
    padding-bottom: 24px;
  }
  .threeCol__table tbody tr td {
    padding: 8px 0 0 0;
  }
  .threeCol__table tbody tr td {
    width: 100%;
  }
  .threeCol__table tbody tr:last-child td {
    border-bottom: none;
  }
  .threeCol__table2 tbody tr td {
    padding: 8px 0 0 0;
  }
  .threeCol__table2 tbody tr:last-child td:nth-child(3) {
    border-bottom: 1px solid #bbbbbb;
    width: 100%;
    padding-bottom: 20px;
  }
  .threeCol__table2 tbody tr:last-child td:nth-child(2) {
    display: none;
  }
}

.contents__principal .row {
/*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
*/
    text-align: center;
}

.contents__principal .row + .row {
  margin-top: 32px;
}

.contents__principal__head {
/*
  width: 45%;
  padding-left: 45px;
*/
  color: #c7000a;
  font-size: 36px;
  font-weight: 600;
    margin-bottom: 16px;
}

.contents__principal__summary {
/*  width: calc(55% - 45px);*/
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
}

.sub__table-red th {
  font-size: 36px !important;
  line-height: 45px;
  width: 45% !important;
  color: #c7000a;
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
}

@media screen and (max-width: 1024px) {
  .sub__table-red th {
    font-size: 16px !important;
    line-height: 32px;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
  }
}

.sub__table-red td {
  font-size: 18px;
  font-weight: 700;
  line-height: 31.5px;
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
}

@media screen and (max-width: 1024px) {
  .sub__table-red td {
    font-size: 14px;
    line-height: 17px;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
  }
}

@media (max-width: 1024px) {
  .contents__principal .row {
    display: block;
  }
  .contents__principal__head {
    width: 100%;
    padding-left: 0;
    margin-bottom: 16px;
    font-size: 20px;
  }
  .contents__principal__summary {
    width: 100%;
    font-size: 14px;
  }
}

.contents__box-half {
  padding-bottom: 40px;
}

.contents__box-p {
  padding-bottom: 24px;
}

.contents__box-half img {
  width: 100%;
}

.contents__box-ttl {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 24px;
}

@media screen and (min-width: 1025px) {
  .contents__box-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-bottom: 56px;
  }
  .contents__box-text {
    width: 48%;
  }
  .contents__box-ttl {
    font-size: 36px;
    line-height: 45px;
    padding-bottom: 32px;
  }
  .contents__box-img {
    width: 48%;
  }
  .second__box-philosophy {
    padding-bottom: 56px;
  }
  .second__box-philosophy h3 {
    padding-top: 0 !important;
  }
}

.page_history {
  padding-bottom: 44px;
}

.page_history .sec01 ol li {
  display: table;
  width: 100%;
  position: relative;
}

.page_history .sec01 ol li > div {
  display: table-cell;
  vertical-align: middle;
  padding: 1em 0;
  line-height: 1.4;
}

.page_history .sec01 ol li > div:first-child {
  width: 60px;
  text-align: left;
  vertical-align: top;
}

.page_history .sec01 ol li:first-child > div:first-child::before {
  top: auto;
  bottom: 0;
  height: 50%;
}

.page_history .sec01 ol li > div:first-child::before {
  display: block;
  position: absolute;
  left: 25px;
  top: 0;
  content: '';
  width: 2px;
  height: 100%;
  background: #092b65;
  z-index: 1;
}

.page_history .sec01 ol li .yearWrap {
  display: table;
  font-family: 'Lato';
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #092b65;
  height: 50px;
  width: 50px;
  white-space: nowrap;
  border-radius: 50%;
  position: relative;
  z-index: +1;
}

.page_history .sec01 ol li .yearWrap span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
}

.page_history .sec01 ol li > div:nth-child(2) {
  padding: 1.5em 0;
  position: relative;
}

.page_history .sec01 ol li > div {
  display: table-cell;
  vertical-align: middle;
  padding: 1em 0;
  line-height: 1.4;
}

.page_history .sec01 ol li > div:nth-child(2)::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #ddd;
  width: 100%;
  height: 1px;
}

.page_history .sec01 ol li > div:nth-child(2) p {
  margin: 1em 0;
  padding-left: 1em;
  position: relative;
  line-height: 1.4;
  font-size: 12px;
}

.page_history .sec01 ol li > div:nth-child(2) p::before {
  content: '';
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background: #bbbbbb;
  position: absolute;
  left: 0;
  top: 0.5em;
}

@media (min-width: 768px) {
  .page_history .sec01 ol li > div:first-child {
    width: 90px;
  }
  .page_history .sec01 ol li > div:first-child {
    padding-top: 1.2em;
  }
  .page_history .sec01 ol li > div {
    padding: 1em 0;
  }
  .page_history .sec01 ol li > div:first-child::before {
    left: 30px;
    width: 4px;
  }
  .page_history .sec01 ol li .yearWrap {
    font-size: 20px;
    height: 64px;
    width: 64px;
    border-radius: 50%;
  }
  .page_history .sec01 ol li > div:nth-of-type(2) {
    letter-spacing: .1em;
  }
  .page_history .sec01 ol li > div:nth-child(2) {
    padding: 2em 0;
  }
  .page_history .sec01 ol li > div {
    padding: 1em 0;
  }
  .page_history .sec01 ol li > div:nth-of-type(2) p {
    font-size: 16px;
    max-width: 700px;
  }
}

.contents__video {
  max-width: 80%;
}

@media screen and (max-width: 425px) {
  .contents__video {
    max-width: 100%;
  }
}

.contents__video-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.contents__video-inner iframe {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-38%);
          transform: translateX(-38%);
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 425px) {
  .contents__video-inner iframe {
    left: 0;
    -webkit-transform: inherit;
            transform: inherit;
  }
}

.mainoffice__title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding-bottom: 24px;
}

.company_area .list__item__heading {
  font-size: 18px;
  font-weight: bold;
}

.offices--main li {
  line-height: 1.5;
}

.offices--main li + li {
  margin-top: .5em;
}

.options__list li {
  position: relative;
  padding-left: 16px;
  padding-bottom: 24px;
  font-weight: bold;
}

.options__list li::before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background: #bbbbbb;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.offices--overseas .options__list li {
  position: static;
  padding-left: 0;
}

.offices--overseas .options__list li::before {
  display: none;
}

.contents__bottom-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding-bottom: 28px;
}

.contents__bottom-title::before {
  border-top: 2px solid #c7000a;
  content: "";
  width: 0.7em;
  margin-top: 14px;
  margin-right: 16px;
}

.pcOnly{
        display: block;
    }
    .spOnly{
        display: none;
    }

@media screen and (max-width: 768px) {
  .mainoffice__title {
    font-size: 20px;
  }
  .company_area .list__item__heading {
    font-size: 16px;
  }
  .options__list li {
    font-size: 14px;
    padding-bottom: 14px;
  }
  .contents__bottom-title {
    font-size: 18px;
    padding-bottom: 16px;
  }
  .contents__bottom-title:before {
    border-top: 2px solid #c7000a;
    content: "";
    width: 0.7em;
    margin-top: 9px;
    margin-right: 10px;
  }
    .pcOnly{
        display: none;
    }
    .spOnly{
        display: block;
    }
}
/*# sourceMappingURL=company.css.map */

@media screen and (max-width: 1024px){
    .text-right{
        text-align: right!important;
    }
    .sp_90{
/*
        width:100%!important;
        max-width:100%!important;
*/
    }
    #histryimg-sp{
        width: 100%;
        max-width: 600px;
    }
    
}

