@charset "utf-8";

/* 共通
---------------------------------------------------*/
main #big-headline {
  background: url("/vision/img/big_headline_bg.png")no-repeat center center/101% auto;
}
@media only screen and (max-width:1366px) {
  main #big-headline {
    background: url("/vision/img/big_headline_bg.png")no-repeat center center/auto 101%;
  }
}
@media only screen and (max-width:768px) {
  main #big-headline {
    background: url("/vision/img/big_headline_bg_sp.png")no-repeat center center/101% auto;
  }
}
@media only screen and (max-width:390px) {
  main #big-headline {
    background: url("/vision/img/big_headline_bg_sp.png")no-repeat center center/auto 101%;
  }
}


/* 企業理念コンテンツ
---------------------------------------------------*/
.catch-copy {
  width: 350px;
  height: 100%;
  margin: 72px auto 0;
}
.catch-copy img {
  width: 100%;
  height: auto;
}

.catch-copy + .txt {
  line-height: 2!important;
  text-align: center;
  margin-top: 44px;
}

@media only screen and (max-width:768px) {
  .catch-copy {
    width: 100%;
    max-width: 248px;
    margin: 50px auto 0;
  }
}




/* ビジョン・ミッション・バリュー
---------------------------------------------------*/
.philosophy-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 580px;
  min-height: 138px;
  padding: 20px;
  margin: 0 auto;
  background: #F0F2F5;
  box-sizing: border-box;
}
.philosophy-list li + li {
  margin-top: 15px;
}

.philosophy-list li dl {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.philosophy-list li dl dt {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.philosophy-list li:nth-child(1) dl dt {
  max-width: 212px;
}
.philosophy-list li:nth-child(2) dl dt {
  max-width: 250px;
}
.philosophy-list li:nth-child(3) dl dt {
  max-width: 208px;
}
.philosophy-list li dl dt img {
  width: 100%;
  height: auto;
}

.philosophy-list li dl dd {
  font-size: 1.6em;
  line-height: 2;
  margin-top: 10px;
}

@media only screen and (max-width:768px) {
  .philosophy-list li {
    max-width: 480px;
    min-height: 114px;
    padding: 16px;
  }

  .philosophy-list li dl dd {
    font-size: 1.4em;
    line-height: 1.6;
    margin-top: 10px;
  }
}



/* 社長ごあいさつ
---------------------------------------------------*/
.profile-content {
  display: flex;
  justify-content: space-between;
}

.profile-content .overview {
  width: 425px;
}

.profile-content .overview .catch-copy {
  width: 100%;
  max-width: 415px;
  height: auto;
  margin: 47px 0 0;
}

.profile-content .overview .name-content {
  text-align: right;
  margin-top: 110px;
}

.profile-content .overview .name-content .position {
  font-size: 1.6em;
  line-height: 1.6;
}

.profile-content .overview .name-content .name {
  display: inline-block;
  width: 92px;
  height: auto;
  margin-top: 10px;
}
.profile-content .overview .name-content .name img {
  width: 100%;
  height: auto;
}

.profile-content .face-photo {
  width: 100%;
  max-width: 250px;
  height: 100%;
  margin-left: 30px;
}
.profile-content .face-photo img {
  width: 100%;
  height: 100%;
}

.profile-content + .txt {
  margin-top: 48px;
}

.officer {
  margin-top: 56px;
}

#main-cntent .officer h5 {
  margin-bottom: 24px;
}

#main-cntent .officer p {
  width: 100%;
  max-width: 708px;
  height: auto;
  margin: 0 auto;
}
#main-cntent .officer p img {
  width: 100%;
  height: 100%;
}


@media only screen and (max-width:768px) {
  .profile-content {
    flex-direction: column;
  }

  .profile-content .overview {
    width: 100%;
    order: 2;
  }

  .profile-content .overview .catch-copy {
    max-width: 311px;
    margin: 25px auto 0;
  }

  .profile-content .overview .name-content {
    margin-top: 20px;
  }

  .profile-content .overview .name-content .position {
    font-size: 1.6em;
    line-height: 1.3;
  }

  .profile-content .overview .name-content .name {
    width: 100%;
    max-width: 74px;
  }

  .profile-content .face-photo {
    width: 100%;
    max-width: 311px;
    margin: 10px auto 0;
    order: 1;
  }

  .profile-content + .txt {
    margin-top: 40px;
  }

  .officer {
    margin-top: 40px;
  }
}




/* 経営指針、企業メッセージ
---------------------------------------------------*/
#message-content .txt + .section,
#message-content .section + .section {
  margin-top: 30px;
}





/* 健康経営宣言
---------------------------------------------------*/
#declaration {
  padding-top: 100px;
  margin-top: -20px!important;
}
#declaration .declaration-list {
  margin-top: 16px;
}
#declaration .declaration-list li {
  font-size: 1.6em;
  line-height: 1.2;
  text-indent: -2em;
  padding-left: 2em;
}
#declaration .declaration-list li + li {
  margin-top: 6px;
}

#declaration .famous {
  text-align: right;
  font-size: 1.6em;
  line-height: 1.4;
  margin-top: 20px;
}
@media only screen and (max-width:768px) {
  #declaration .declaration-list li {
    font-size: 1.4em;
  }

  #declaration .famous {
    font-size: 1.4em;
  }
}



/* 「健康経営優良法人2022（大規模法人部門）」
---------------------------------------------------*/
#certification .logo_img {
  width: 100%;
  max-width: 380px;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
#certification .logo_img img {
  width: 100%;
  height: 100%;
}
