/* layout */
.l-container--company {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .l-container--company {
    min-width: 295px;
    width: 95%;
  }
}

/* バックグラウンドの薄い文字背景 */
#companyDivisionMission {
  background-image: url(/wp-content/themes/blank/img/company/company_mission_bg_text.svg);
  background-repeat: no-repeat;
  background-position-y: 30px;
}

#staywayInNumbers {
  background-image: url(/wp-content/themes/blank/img/data_bg_text.svg);
  background-repeat: no-repeat;
  background-position: left 40px;
  background-size: 52%;
}

.ourServicePortfolioSection {
  background-image: url(/wp-content/themes/blank/img/company_en/our-service-portfolio-text.svg);
  background-repeat: no-repeat;
  background-position: left 40px;
}

.keyAchievementsOfferingsSection {
  background-image: url(/wp-content/themes/blank/img/company_en/key-achievements-offerings-text.svg);
  background-repeat: no-repeat;
  background-position: left 40px;
}

@media screen and (max-width: 768px) {
  #companyDivisionMission {
    background-position-y: 15px;
    background-size: 85%;
  }

  #staywayInNumbers {
    background-position: left 4px top -1px;
    background-size: 40%;
  }
  
  #executiveTeam {
    background: unset !important;
  }

  .executiveTeam_member {
    flex-direction: column;
    align-items: center;
  }

  .executiveTeam_memberItem {
    width: 100% !important;
    margin: 20px 0 !important;
  }

  .ourServicePortfolioSection {
    background-position: top;
    background-size: 80%;
  }

  .keyAchievementsOfferingsSection {
    background-position: top;
    background-size: 84%;
  }

  .ourServicePortfolioDescription {
    font-weight: 400 !important;
    font-size: 14px !important;
  }

  .ourServicePortfolioTableWrapper,
  .keyAchievementsOfferingsTableWrapper {
    flex-direction: column;
    margin: 0 8px;
  }

  .ourServicePortfolioTableContent {
    height: 88px !important;
  }
}

.scrollButtonList {
  display: flex;
}

.scrollButton {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: #edf4ff;
}

@media screen and (min-width: 700px) {
  .scrollButton {
    width: 221px;
    height: 100px;
  }

  .ceoMessage_sp {
    display: none !important;
  }
}

@media screen and (max-width: 699px) {
  .scrollButtonList {
    flex-direction: column;
    align-items: center;
  }

  .scrollButton {
    margin: 4px;
    width: 100%;
    height: 45px;
  }

  .ceoMessage_pc {
    display: none !important;
  }

  .ceoMessage_text {
    font-size: 28px !important;
  }
}

.ceoMessage {
  background: #f8f8f8;
  width: 1040px;
  padding: 24px 44px;
}

@media screen and (max-width: 919px) {
  .ceoMessage {
    width: 90%;
    padding: 24px 44px;
  }

  .ceoMessage_title {
    padding: 0px !important;
  }

  .ceo_message {
    margin: 0 20px;
  }
}

.ceoMessage_title {
  padding: 0px 56px;
}

.ceoMessage_text {
  color: #3d75ca;
  font-size: 36px;
  font-weight: 700;
}

.ceo_leftContent {
  width: 280px;
}

.ceo_name {
  padding-top: 16px;
  font-size: 20px;
  font-weight: 700;
}

.ceo_post {
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}

.ceo_career {
  font-size: 12px;
}

.ceo_message {
  width: 500px;
}

.ceo_message_name {
  text-align: right;
}

.ceoMessage_sp {
  align-items: center;
}

.ceoMessage_content_sp {
  font-size: 12px;
}

.mission_subTitleWrapper,
.vision_subTitleWrapper {
  display: flex;
  align-items: center;
  height: 20px;
}

.mission_subTitle_border {
  width: 314px;
  height: 1px;
  margin-right: 8px;
  background-color: #3d75ca;
}

.mission_description-strong {
  font-weight: bold;
}

.vision_subTitle_border {
  width: 220px;
  height: 1px;
  margin-right: 8px;
  background-color: #3d75ca;
}

.mission_subTitle_text,
.vision_subTitle_text {
  font-size: 20px;
  color: #3d75ca;
}

.mission_theme {
  width: 560px;
}

.vision_theme {
  margin-bottom: 48px;
}

.mission_description {
  width: 530px;
}

.vision_leftContent {
  width: 637px;
}

.visionImageWrapper {
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .mission_subTitle_border {
    width: 108px;
  }

  .vision_subTitle_border {
    width: 64px;
  }

  .missionContent,
  .visionContent {
    align-items: center;
    flex-direction: column;
  }

  .mission_theme,
  .vision_theme {
    margin-bottom: 20px;
    width: 90%;
  }

  .vision_leftContent {
    width: 90%;
  }

  .mission_subTitle_text,
  .vision_subTitle_text {
    font-size: 12px;
  }

  .mission_description {
    width: 90%;
  }

  .visionImageWrapper {
    margin-left: 0px !important;
    margin-top: 20px;
    margin-bottom: 28px;
  }
  
  .sectionBanner_numericalValue {
    flex-direction: column;
    text-align: center;
  }

  .sectionBanner_numericalValueItem {
    border-bottom: 1px solid #D9E4F5;
    margin: 16px 28px;
    padding-bottom: 20px;
  }
}

.sectionBanner_numericalValue {
  display: flex;
  justify-content: space-evenly;
}

.sectionBanner_numericalValueTitle {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.05em;
}

.sectionBanner_numericalValueText {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 180%;
  letter-spacing: 0.05em;
}

.sectionBanner_numericalValue-strong {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0em;
}

.sectionBanner_numericalValueSupplement {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.05em;
}

#executiveTeam {
  background: #F3F4F6;
}

.executiveTeam_member {
  display: flex;
}

.executiveTeam_memberItem {
  margin: 0 8px;
  width: 25%;
}

.executiveTeam_memberItemName {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin: 16px 0;
}

.executiveTeam_memberItemPosition {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #3D75CA;
  margin: 16px 0;
}

.executiveTeam_memberItemDescription {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.05em;
}

.ourServicePortfolioDescription {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.05em;
}

.ourServicePortfolioImageWrapper {
  display: grid;
  justify-items: center;
}

.ourServicePortfolioTableWrapper,
.keyAchievementsOfferingsTableWrapper {
  display: flex;
}

.ourServicePortfolioTableHeader,
.keyAchievementsOfferingsTableHeader {
  border-radius: 4px;
  background: #6EB6DB;
  color: #fff;
  height: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-align: center;
}

.ourServicePortfolioTableSubTitle {
  height: 35px;
  background: #C2E0F0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.05em;
  text-align: center;
}

.keyAchievementsOfferingsTableSubTitle {
  background: #C2E0F0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 10px;
  line-height: 130%;
  letter-spacing: 0.05em;
  padding: 16px;
}

.ourServicePortfolioTableContent {
  height: 291px;
  border-radius: 4px;
  background: #F4FAFD;
  padding: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.05em;
}

.keyAchievementsOfferingsTableContent {
  border-radius: 4px;
  background: #F4FAFD;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.05em;
  padding: 16px;
}

.ourServicePortfolioTableContent-strong {
  font-weight: bold;
  font-size: 10px;
}

footer div:first-of-type {
  display: none;
}
