@charset "UTF-8";
/*========
conpornent
=========*/

/*========
company
=========*/
.s-main #company {
  background-image: url(../img/company/kv_company.jpg);
}

.s-main.company .kv#company h1 {
  color: #333;
}

.s-main.company .flex_btns li a {
  height: 100px;
  border: 2px solid #dfe7ed;
  background: #fff;
}

.s-main.company .flex_btns li a:hover {
  color: #fff;
  background-color: #005093;
}

.s-main.company .flex_btns li a:hover path {
  stroke: #fff;
}
@media screen and (max-width: 767px) {
  .s-main #company {
    background-image: url(../img/company/kv_company.jpg);
    background-position: right -100px center;
  }
}

/*========
greeting
=========*/
.company-greeting #company-greeting {
  background-image: url(../img/company/greeting_bg.jpg);
}

.company-greeting .kv#company-greeting h1 {
  color: #333;
  font-size: 2.8rem;
  text-align: left;
  position: relative;
}

.company-greeting .kv h1 {
  font-size: 40px;
  font-weight: 500;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.company-greeting .kv h1 p {
  white-space: nowrap;
  width: 64%;
  display: flex;
  justify-content: center;
}

.company-greeting .kv#company-greeting h1 img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.company-greeting ol.notice_area {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin-top: 1.5rem;
}
.company-greeting ol.notice_area li {
  text-indent: -2.4rem;
  padding-left: 2.8rem;
  line-height: 1.4;
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
}

.company-greeting ol.notice_area li:before {
  counter-increment: item;
  content: "*" counter(item);
  padding-right: 1rem;
}
@media screen and (max-width: 1000px) {
  .company-greeting .kv h1 p {
    white-space: normal;
    padding-right: 20px;
    font-size: 26px;
    width: 60%;
  }
}

@media screen and (max-width: 900px) {
  .company-greeting .kv h1 p {
    padding-right: 20px;
    font-size: 26px;
    width: 60%;
  }

  .company-greeting .kv#company-greeting h1 img {
    width: 50%;
  }
}

.company-greeting .kv#company-greeting h1 p.sp {
  display: none;
}

.company-greeting .kv {
  height: 530px;
  margin-bottom: 8rem;
}

.company-greeting .content_main p {
  font-size: 1.6rem;
  line-height: 2.5;
  margin-bottom: 2rem;
}

.company-greeting .w880 {
  max-width: 880px;
  width: 100%;
  margin: 0px auto;
}

.company-greeting .credit {
  text-align: right;
  margin-top: 5rem;
}

.company-greeting .credit img {
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .company-greeting .kv#company-greeting h1 {
    font-size: 2.7rem;
    padding-left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .company-greeting .kv#company-greeting h1 p {
    display: none;
  }

  .company-greeting h1.sp p {
    display: block;
    font-size: 1.8rem;
  }

  .company-greeting .kv {
    height: 380px !important;
    margin-bottom: 4rem;
    position: relative;
  }

  .company-greeting .kv#company-greeting h1 img {
    width: 85%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 390px;
  }

  .company-greeting .credit img {
    width: 70%;
  }
}

/*========
outline
=========*/
.s-main .kv.kv-no-img {
  background: none;
  height: 220px;
  margin-bottom: 0;
}

.s-main .kv.kv-no-img h1 {
  color: #333;
  font-size: 4rem;
}

.company-outline table {
  width: 100%;
}

.company-outline table th,
.company-outline table td {
  border-bottom: 1px solid #ccc;
  padding: 4rem 2rem;
  font-size: 1.6rem;
}

.company-outline table th {
  font-weight: bold;
  color: #333;
  width: 22%;
  text-align: left;
}

.company-outline table td {
  color: #666;
}

@media screen and (max-width: 767px) {
  .s-main .kv.kv-no-img {
    height: 125px !important;
  }
  .s-main.single-post .kv.kv-no-img {
    height: auto !important;
    padding: 50px 0;
  }

  .s-main .kv.kv-no-img h1 {
    font-size: 2rem;
  }

  .company-outline table th,
  .company-outline table td {
    display: block;
  }

  .company-outline table tr:first-child th {
    padding: 0 0 1rem 0;
  }

  .company-outline table th {
    border-bottom: none;
    padding: 3rem 0 1rem 0;
    width: 100%;
  }

  .company-outline table td {
    border-bottom: 1px solid #ccc;
    padding: 0 0 3rem 0;
  }
}

/*========
philosophy
=========*/
.company-philosophy .kv {
  background-image: url(../img/company/philosophy_bg.jpg);
  height: auto;
  margin-bottom: 8rem;
  text-align: left;
}

.company-philosophy .kv .mvBox {
  padding: 7rem 2rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 6rem;
}

.company-philosophy .kv .mvBox:last-child {
  margin-bottom: 0;
}

.company-philosophy .kv .mvBox p.en-text {
  font-size: 4rem;
  font-weight: bold;
  color: #005093;
  margin-bottom: 2rem;
  line-height: 1;
  letter-spacing: 0.4rem;
}

.company-philosophy .kv .mvBox p.jp-text {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 4rem;
  font-weight: 400;
}

.company-philosophy .kv .mvBox p.main-text {
  font-size: 5rem;
  color: #333;
  font-weight: bold;
}

.company-philosophy .kv .mvBox p.main-text02 {
  font-size: 3.2rem;
  color: #333;
  font-weight: bold;
}

.company-philosophy .logomark-area {
  text-align: center;
  margin: 2rem auto 12rem auto;
}

.company-philosophy .logomark-area h3 {
  font-size: 2.4rem;
  color: #333;
  margin-bottom: 6rem;
  border-bottom: 1px solid #333;
  padding-bottom: 0.6rem;
  display: inline-block;
}

.company-philosophy .logomark-area img {
  width: 600px;
  margin: 0 auto 6rem auto;
  display: block;
}
.company-philosophy .logomark-area p {
  font-size: 1.6rem;
  color: #333;
  display: inline-block;
  line-height: 2;
}

.company-philosophy .company-philosophy-kv {
  padding: 6rem 2rem;
}

@media screen and (max-width: 767px) {
  .company-philosophy .kv {
    height: auto;
    margin-bottom: 4rem;
    text-align: left;
    padding: 3rem;
    height: auto !important;
  }

  .company-philosophy .kv .mvBox {
    padding: 4rem 2rem;
    margin-bottom: 4rem;
  }

  .company-philosophy .kv .mvBox p {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .company-philosophy .kv .mvBox p.en-text {
    font-size: 3rem;
    margin-bottom: 1rem;
  }

  .company-philosophy .logomark-area {
    margin: 0 auto 6rem auto;
  }

  .company-philosophy .logomark-area h3 {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }

  .company-philosophy .logomark-area img {
    max-width: 100%;
    margin: 0 auto 3rem auto;
  }

  .company-philosophy .kv .mvBox p.main-text {
    font-size: 2.6rem;
    color: #333;
    font-weight: bold;
  }

  .company-philosophy .kv .mvBox p.main-text02 {
    font-size: 1.6rem;
    color: #333;
    font-weight: bold;
  }
  .company-philosophy .kv .mvBox p.jp-text {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}

/*========
history
=========*/
.company-history table {
  width: 100%;
}

.company-history table th,
.company-history table td {
  border-bottom: 1px solid #ccc;
  padding: 4rem 2rem;
  font-size: 1.6rem;
}

.company-history table th {
  font-weight: bold;
  color: #005093;
  width: 26%;
  text-align: left;
  font-size: 2rem;
}

.company-history table td {
  color: #666;
}

@media screen and (max-width: 767px) {
  .company-history table th,
  .company-history table td {
    display: block;
  }

  .company-history table tr:first-child th {
    padding: 0 0 1rem 0;
  }

  .company-history table th {
    border-bottom: none;
    padding: 3rem 0 1rem 0;
    width: 100%;
    font-size: 2.2rem;
  }

  .company-history table td {
    border-bottom: 1px solid #ccc;
    padding: 0 0 3rem 0;
  }
}

/*========
office
=========*/
.company-office .office-area {
  margin-bottom: 8rem;
}

.company-office h2 {
  text-align: left !important;
  font-size: 2.8rem !important;
  margin-bottom: 4rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 1.5rem;
}
.company-office h3 {
  margin-bottom: 1rem;
  font-weight: normal;
}

.company-office .office-wrap {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 5rem;
}

.company-office .office-wrap iframe {
  width: 100%;
  margin-bottom: 2rem;
}

.company-office .office-wrap > div {
  width: 46%;
  margin-bottom: 10rem;
}

.company-office .office-wrap > div.office-head {
  width: 100%;
  margin-bottom: 5rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.company-office .office-wrap > div:nth-child(odd) {
  margin-right: 4%;
}

.company-office .office-wrap > div:nth-child(even) {
  margin-left: 4%;
}

@media screen and (max-width: 767px) {
  .company-office h2 {
    font-size: 1.8rem !important;
    margin-bottom: 1rem !important;
    padding-bottom: 1rem;
  }
  .company-office h3 {
    font-size: 1.6rem !important;
  }
  .company-office .office-wrap {
    display: block;
    margin-bottom: 5rem;
  }

  .company-office .office-wrap > div:nth-child(even) {
    margin-right: 0;
    margin-left: 0;
  }

  .company-office .office-wrap > div:nth-child(odd) {
    margin-right: 0;
    margin-left: 0;
  }

  .company-office .office-wrap > div {
    width: 100%;
  }
}

/*========
group
=========*/
.company-group .group-area {
  margin-bottom: 8rem;
}

.company-group h2 {
  text-align: left !important;
  font-size: 2.8rem !important;
  margin-bottom: 4rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 1.5rem;
}

.company-group .group-wrap {
  display: flex;
  flex-flow: row;
  margin-bottom: 5rem;
}

.company-group .detail-box a {
  display: block;
  color: #005093;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  padding-right: 3rem;
}

.company-group .detail-box a::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/icon_blank_blue.svg) no-repeat;
  width: 22px;
  height: 22px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 1.5rem;
  margin-top: -0.5rem;
}

.company-group .detail-box a.no-link::after {
  background: none;
}

.company-group .detail-box p {
  color: #666;
  font-size: 1.6rem;
}

.company-group .group-wrap .img-box {
  max-width: 250px;
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .company-group h2 {
    font-size: 1.8rem !important;
    margin-bottom: 1rem !important;
    padding-bottom: 1rem;
  }

  .company-group .group-wrap {
    display: block;
    margin-bottom: 5rem;
  }

  .company-group .detail-box a {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    padding-right: 0;
  }
  .company-group .group-wrap .img-box {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

/*========
conduct
=========*/
.company-conduct ol.brackets-num > li {
  list-style-type: none;
  text-indent: -2.2rem;
  padding-left: 2rem;
  counter-increment: cnt;
  margin-bottom: 0.5rem;
}
.company-conduct ol.brackets-num > li::before {
  display: marker;
  content: "(" counter(cnt) ") ";
}
.company-conduct h4 {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.tx_a_link {
  color: #005093;
  font-weight: 500;
  display: flex;
  padding: 1rem 0;
  align-items: center;
}

.tx_a_link svg {
  margin-right: 0.5rem;
}

.s-main .kv.kv-no-img .purchase_h1 {
  flex-direction: column;
}
.s-main .kv.kv-no-img .purchase_h1 .sub_top_title {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .s-main .kv.kv-no-img .purchase_h1 .sub_top_title {
    bottom: 0;
  }
}
.pl_2_pc {
  padding-left: 2rem;
}
