@charset "UTF-8";
/*===============================
 カラー
 ===============================*/
.wh {
  color: #fff;
}

.bk {
  color: #313131;
}

.bk2 {
  color: #191919;
}

.red {
  color: #ff0000;
}

.navy {
  color: #003768;
}

.navy2 {
  color: #335F86;
}

.light-navy {
  color: #E6ECF1;
}

.light-navy2 {
  color: #DAE0E5;
}

.light-navy3 {
  color: #E5EBF0;
}

.light-navy4 {
  color: #F2F5F7;
}

.light-blue {
  color: #E5EBF0;
}

.light-blue2 {
  color: #D9E1E8;
}

.sv-blue {
  color: #1058A5;
}

.sv-red {
  color: #E45F4D;
}

.sv-green {
  color: #12876C;
}

.light-gray {
  color: #f6f6f6;
}

.bg_wh {
  background: #fff;
}

.bg_bk {
  background: #313131;
}

.bg_bk2 {
  background: #191919;
}

.bg_red {
  background: #ff0000;
}

.bg_navy {
  background: #003768;
}

.bg_navy2 {
  background: #335F86;
}

.bg_light-navy {
  background: #E6ECF1;
}

.bg_light-navy2 {
  background: #DAE0E5;
}

.bg_light-navy3 {
  background: #E5EBF0;
}

.bg_light-navy4 {
  background: #F2F5F7;
}

.bg_light-blue {
  background: #E5EBF0;
}

.bg_light-blue2 {
  background: #D9E1E8;
}

.bg_sv-blue {
  background: #1058A5;
}

.bg_sv-red {
  background: #E45F4D;
}

.bg_sv-green {
  background: #12876C;
}

.bg_light-gray {
  background: #f6f6f6;
}

/*---明朝体---*/
.agenda {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

/*---ゴシック体---*/
.gothic {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.pt-sans {
  font-family: "PT Sans", sans-serif;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}

.notosans {
  font-family: "Noto Sans Japanese";
  font-weight: 400;
}

/*---リクルート見出し用---*/
.sans {
  font-family: "Source Sans Pro", sans-serif;
}

/*---イタリック用---*/
.pt {
  font-family: "PT Serif", serif;
}

.pt-italic {
  font-family: "PT Serif", serif;
  font-style: italic;
  letter-spacing: normal;
  font-weight: 400;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}
.noto-sans-jp--400 {
  font-weight: 400;
}
.noto-sans-jp--500 {
  font-weight: 500;
}
.noto-sans-jp--600 {
  font-weight: 600;
}
.noto-sans-jp--700 {
  font-weight: 700;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
}
.noto-serif-jp--400 {
  font-weight: 400;
}
.noto-serif-jp--500 {
  font-weight: 500;
}
.noto-serif-jp--600 {
  font-weight: 600;
}
.noto-serif-jp--700 {
  font-weight: 700;
}

.pt-serif {
  font-family: "PT Serif", serif;
}
.pt-serif--400 {
  font-weight: 400;
}
.pt-serif--400-italic {
  font-weight: 400;
  font-style: italic;
}
.pt-serif--700 {
  font-weight: 700;
}
.pt-serif--700-italic {
  font-weight: 700;
  font-style: italic;
}

.pt-sans {
  font-family: "PT Sans", sans-serif;
}
.pt-sans--400 {
  font-weight: 400;
}
.pt-sans--400-italic {
  font-weight: 400;
  font-style: italic;
}
.pt-sans--700 {
  font-weight: 700;
}
.pt-sans--700-italic {
  font-weight: 700;
  font-style: italic;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#contents {
  background: #f3f3f3;
}

/*--------------------
    #main-contents
--------------------*/
#main-contents {
  /*background:rgba(0,55,104,1.0);#003768*/
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 360px;
  top: 0px;
  z-index: 0;
  margin: 0;
  background-image: url(../img/credo/credo-main.jpg);
  /* 画像ファイルの指定 */
  background-position: center center;
  /* 画像を常に天地左右の中央に配置 */
  background-repeat: no-repeat;
  /* 画像をタイル状に繰り返し表示しない */
  /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
  background-size: cover;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-color: #EFEFEF;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
}

#main > article.main-in {
  width: 1224px;
  height: 360px;
  margin: 0 auto;
}

h1.copy {
  width: 1224px;
  height: 120px;
  padding: 0 0 0 10px;
  margin: 160px auto;
  color: #ffffff;
  font-weight: 500;
  vertical-align: middle;
  z-index: 10;
}

h1.copy .fs-40 {
  font-weight: 500;
  padding-bottom: 5px;
}

h1.copy .fs-28 {
  line-height: 1.4em;
  letter-spacing: 0.1em;
}

/*-----------共通----------*/
.title01 {
  margin-top: 30px;
}

.title01 span.agenda {
  background: #f3f3f3;
}

.bg-wh {
  background: #ffffff;
  padding: 60px;
}

/*--------------------
    #message
--------------------*/
#message {
  width: 100%;
  margin: 0 auto;
}

#message .title01 {
  margin-top: 30px;
}

#message .title01 span.agenda {
  background: #f3f3f3;
}

#message .greeting dl {
  padding-bottom: 60px;
}

#message .greeting dl dt {
  font-weight: bold;
  padding-bottom: 0.8em;
  font-size: 16px;
}

#message .greeting dl dd.fs-14 {
  padding-bottom: 30px;
  line-height: 1.5em;
}

#message .greeting .repre {
  text-align: right;
}

#message .greeting .repre span {
  padding: 0.5em 1em 0 0;
}

/*--------------------
    #philosophy
--------------------*/
#philosophy {
  width: 100%;
  margin: 0 auto;
}

#philosophy h4.agenda {
  font-size: 22px;
  text-align: center;
  color: #003768;
}

.concept dl {
  background: #f7f7f7;
  padding: 10px;
  display: table;
  table-layout: auto;
  margin: 15px 0;
  display: block;
}

.concept dl dt {
  display: table-cell;
  padding: 0 0.4em 0 0.2em;
  color: #b3b3b3;
}

.concept dl dt .fs-68 {
  color: #b3b3b3;
}

.concept dl dd {
  display: table-cell;
  vertical-align: middle;
}

.concept dl dd h5.fs-20 {
  padding-bottom: 0.2em;
  color: #003768;
}

/*--------------------
    #conducts
--------------------*/
#conducts {
  width: 100%;
  margin: 0 auto 30px;
  padding-bottom: 60px;
}

#conducts h4.agenda {
  font-size: 22px;
  text-align: center;
  color: #003768;
}

.guideline {
  width: 100%;
  position: relative;
  overflow: hidden;
  top: 0px;
  z-index: 5;
  margin: 0;
  background-image: url(../img/credo/credo-conducts-bg.jpg);
  /* 画像ファイルの指定 */
  background-position: center center;
  /* 画像を常に天地左右の中央に配置 */
  background-repeat: no-repeat;
  /* 画像をタイル状に繰り返し表示しない */
  /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
  background-size: cover;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-color: #EFEFEF;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
}

.guideline dl {
  padding: 10px;
  display: table;
  table-layout: auto;
  margin: 15px 0;
  display: block;
}

.guideline dl dt {
  display: table-cell;
  padding: 0 0.4em 0 0.2em;
  color: #b3b3b3;
}

.guideline dl dt .fs-68 {
  color: #b3b3b3;
}

.guideline dl dd {
  display: table-cell;
  vertical-align: middle;
}

.guideline dl dd h5.fs-18 {
  padding-bottom: 0.3em;
  color: #003768;
}

/*PC1024px以上向けスタイル*/
/*タブレット943px以下向けスタイル*/
@media screen and (max-width: 1023px) {
  /*-----------共通----------*/
  .title01 {
    margin-top: 30px;
  }
  .title01 span.agenda {
    background: #f3f3f3;
  }
  .bg-wh {
    background: #ffffff;
    padding: 30px;
  }
  /*--------------------
      TB#main-contents
  --------------------*/
  #main-contents {
    height: 280px;
  }
  #main > article.main-in {
    width: 100%;
    height: 280px;
  }
  h1.copy {
    width: 100%;
    height: 120px;
    padding: 0 0 0 10px;
    margin: 140px auto;
  }
  h1.copy .fs-40 {
    font-weight: 500;
    padding-bottom: 5px;
    font-size: 36px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
  h1.copy .fs-28 {
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
  /*--------------------
      TB#message
  --------------------*/
  #message {
    width: 100%;
    padding: 30px;
  }
  #message .title01 span.agenda {
    background: #f3f3f3;
  }
  #message .w-1024 {
    width: 100%;
  }
  #message .greeting dl {
    padding-bottom: 30px;
  }
  #message .greeting dl dt {
    font-weight: 500;
    padding-bottom: 0.8em;
    font-size: 16px;
  }
  #message .greeting dl dd.fs-14 {
    padding-bottom: 30px;
    line-height: 1.5em;
  }
  #message .greeting .repre {
    text-align: right;
  }
  #message .greeting .repre span {
    padding: 0.5em 1em 0 0;
  }
  /*--------------------
      TB#philosophy
  --------------------*/
  #philosophy {
    width: 100%;
    padding: 30px;
  }
  #philosophy h4.agenda {
    font-size: 22px;
    text-align: center;
    color: #003768;
  }
  #philosophy .w-1024 {
    width: 100%;
  }
  .concept dl {
    background: #f7f7f7;
    padding: 10px;
    display: table;
    table-layout: auto;
    margin: 20px 0;
    display: block;
  }
  .concept dl dt {
    display: table-cell;
    padding: 0 0.4em 0 0.2em;
    color: #b3b3b3;
    width: 1em;
  }
  .concept dl dt .fs-68 {
    color: #b3b3b3;
  }
  .concept dl dd {
    display: table-cell;
    vertical-align: middle;
  }
  .concept dl dd h5.fs-20 {
    padding-bottom: 0.2em;
  }
  /*--------------------
      TB#conducts
  --------------------*/
  #conducts {
    width: 100%;
    padding: 30px;
  }
  #conducts h4.agenda {
    font-size: 22px;
    text-align: center;
    color: #003768;
  }
  #conducts .w-1024 {
    width: 100%;
  }
  .guideline {
    width: 100%;
    position: relative;
    overflow: hidden;
    top: 0px;
    z-index: 5;
    margin: 0;
    background-image: url(../img/credo/credo-conducts-bg.jpg);
    /* 画像ファイルの指定 */
    background-position: center center;
    /* 画像を常に天地左右の中央に配置 */
    background-repeat: no-repeat;
    /* 画像をタイル状に繰り返し表示しない */
    /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
    background-size: cover;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-color: #EFEFEF;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
  }
}
/*スマートフォン739px以下専用スタイル*/
@media screen and (max-width: 739px) {
  /*-----------共通----------*/
  .title01 {
    margin-top: 20px;
  }
  .title01 span.agenda {
    background: #f3f3f3;
  }
  .bg-wh {
    background: #ffffff;
    padding: 20px;
  }
  /*--------------------
      SP#main-contents
  --------------------*/
  #main-contents {
    height: 240px;
  }
  #main > article.main-in {
    width: 100%;
    height: 240px;
  }
  h1.copy {
    width: 100%;
    height: 120px;
    padding: 0 0 0 10px;
    margin: 120px auto;
  }
  h1.copy .fs-40 {
    font-weight: 400;
    padding-bottom: 5px;
    font-size: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
  h1.copy .fs-28 {
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
  /*--------------------
      SP#message
  --------------------*/
  #message {
    width: 100%;
    padding: 15px;
  }
  #message .title01 {
    margin-top: 15px;
  }
  #message .title01 span.agenda {
    background: #f3f3f3;
  }
  #message .w-1024 {
    width: 100%;
  }
  #message .greeting {
    padding-bottom: 30px;
  }
  #message .greeting dl {
    padding-bottom: 15px;
    width: 100%;
  }
  #message .greeting dl dt {
    font-weight: 500;
    padding-bottom: 0.8em;
    font-size: 16px;
  }
  #message .greeting dl dd.fs-14 {
    padding-bottom: 15px;
    line-height: 1.5em;
  }
  #message .greeting .repre {
    text-align: right;
  }
  #message .greeting .repre span {
    padding: 0.5em 1em 0 0;
  }
  /*--------------------
      TB#philosophy
  --------------------*/
  #philosophy {
    width: 100%;
    padding: 15px;
  }
  #philosophy h4.agenda {
    font-size: 22px;
    text-align: center;
    color: #003768;
  }
  #philosophy .w-1024 {
    width: 100%;
  }
  #philosophy dl dt .fs-68 {
    color: #b3b3b3;
    font-size: 48px;
  }
  .concept dl {
    width: 100%;
    background: #f7f7f7;
    padding: 10px;
    display: table;
    table-layout: auto;
    margin: 20px 0;
  }
  .concept dl dt {
    display: table-cell;
    padding: 0 0.4em 0 0;
    color: #b3b3b3;
    width: 0.8em;
  }
  .concept dl dt .fs-68 {
    color: #b3b3b3;
    font-size: 38px;
  }
  .concept dl dd {
    display: table-cell;
    vertical-align: middle;
  }
  .concept dl dd h5.fs-20 {
    padding-bottom: 0.2em;
    font-size: 16px;
  }
  /*--------------------
      SP#conducts
  --------------------*/
  #conducts {
    width: 100%;
    padding: 15px;
  }
  #conducts h4.agenda {
    font-size: 22px;
    text-align: center;
    color: #003768;
  }
  #conducts .w-1024 {
    width: 100%;
  }
  #conducts dl {
    padding: 5px;
    margin: 20px 0;
  }
  #conducts dl dt {
    display: table-cell;
    padding: 0 0.4em 0 0;
    color: #b3b3b3;
    width: 0.8em;
  }
  #conducts dl dt .fs-68 {
    color: #b3b3b3;
    font-size: 38px;
  }
  #conducts dl dd {
    display: table-cell;
    vertical-align: middle;
  }
  #conducts dl dd h5.fs-20 {
    padding-bottom: 0.2em;
    font-weight: 500;
  }
  .guideline {
    width: 100%;
    position: relative;
    overflow: hidden;
    top: 0px;
    z-index: 5;
    margin: 0;
    background-image: url(../img/credo/credo-conducts-bg.jpg);
    /* 画像ファイルの指定 */
    background-position: center center;
    /* 画像を常に天地左右の中央に配置 */
    background-repeat: no-repeat;
    /* 画像をタイル状に繰り返し表示しない */
    /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
    background-size: cover;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-color: #EFEFEF;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
  }
}
.p-credo .message .message__subtitle {
  font-weight: 500;
  color: #003768;
  text-align: center;
  font-size: 1.4285714286rem;
  line-height: 1.4;
  margin-block: 0 4.2857142857rem;
}
.p-credo .philosophy .rinen-fgure {
  margin-block: 2.1428571429rem 0;
}/*# sourceMappingURL=credo.css.map */