@charset "utf-8";

.c-center-type04.p-company-bg01 {
  background: url(../images/company/company_img_ceo.jpg) no-repeat top right;
  background-size: 100%;
  margin: 80px auto 0;
  height: 480px;
  width: calc(100% - -83px);
  position: relative;
  right: -84px;
}

.p-company-ceo__item {
  justify-content: flex-end;
  margin-top: 56px;
}

.p-company-ceo__items + .p-company-ceo__items {
  margin-left: 40px;
}

.p-company-ceo__name {
  font-size: 20px;
  margin-left: 20px;
}

.p-company-ceo__position {
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
}

.p-company-rinen {
  position: relative;
  margin-top: 120px;
  padding-top: 400px;
}

.c-center-type04.p-company-bg02 {
  position: absolute;
  left: 50%;
  top: -160px;
  background: url(../images/company/company_img_rinen.jpg) no-repeat top left;
  background-size: auto 100%;
  margin-top: 80px;
  margin-left: -683px;
  height: 480px;
  width: calc(100% - 83px);
}

.p-company-gaiyo .grid {
  justify-content: space-between;
}

.p-company-gaiyo .p-company-gaiyo__table {
  max-width: 576px;
}

.p-company-gaiyo .p-about-sec__tab dt,
.p-company-gaiyo .p-about-sec__tab dd {
  vertical-align: top;
}

/*役員紹介*/
.p-yakuin-item {
  width: 100%;
  padding-right: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p-yakuin-list .col-6.sp-col-12 + .col-6.sp-col-12 {
  padding-right: 0;
  padding-left: 44px;
}

.p-yakuin-list .p-title-h3 {
  font-size: 20px;
}

.p-yakuin-items {
  margin-bottom: 16px;
}

.p-yakuin-items span {
  font-size: 13px;
}

.p-yakuin-position {
  width: 25%;
}

.p-yakuin-field {
  width: 53%;
}

.p-yakuin-name {
  width: 22%;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.p-yakuin-list .col-6.sp-col-12 + .col-6.sp-col-12 .p-yakuin-position {
  width: 18%;
}

.p-yakuin-list .col-6.sp-col-12 + .col-6.sp-col-12 .p-yakuin-field {
  width: 60%;
}

/*サミットの歩み*/
.p-ayumi-inner {
  width: 1000px;
  margin: 0 auto 56px;
  border-bottom: 1px solid rgba(85,85,85,.3);
  padding-bottom: 8px;
}

.p-ayumi-year {
  width: 144px;
  font-size: 24px;
}

.p-ayumi-history {
  width: calc(100% - 144px);
}

.p-year-items {
  margin-bottom: 32px;
  justify-content: space-between;
  align-items: center;
}

.p-year-items__inner {
  width: calc(100% - 154px);
  margin-left: auto;
  order: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.p-year-items__inner p {
  width: calc(100% - 114px);
  margin-left: auto;
}

.p-year-items .p-year-items__thum {
  width: 100%;
  order: 1;
  max-width: 136px;
}


.p-year-items__date {
  font-weight: 400;
}

.p-year-items__date span {
  font-weight: 400;
}

@media screen and (max-width: 1250px) {
  .p-company-gaiyo .p-company-gaiyo__table {
    max-width: 48%;
  }
  .p-company-gaiyo__table + .col-6.sp-col-12 {
    width: 48%;
  }
}
@media screen and (max-width: 1200px) {
  .p-yakuin-item {
    padding-right: 20px;
  }
  .p-yakuin-list .col-6.sp-col-12 + .col-6.sp-col-12 {
    padding-left: 20px;
  }
  .p-yakuin-position {
    white-space: nowrap;
    padding-right: 15px;
    width: 27%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-yakuin-field {
    width: 50%;
  }
  .p-yakuin-name {
    padding-left: 25px;
  }
}
































