@charset "utf-8";
/* ========================================================================
   add.css
   B本サイトから移植したブロック用の追加CSS
   ------------------------------------------------------------------------
   読み込み位置: <link href="/taiken/add/css/add.css" rel="stylesheet">
                 ※既存CSSの後に読み込むこと(上書き目的のため)
   
   想定環境:
     - Aサイト(LP)はPC/SPでテンプレートが完全分離
     - PC版: min-width:1100px / float主体 / .cmn_w(1100px)
     - SP版: viewport=320固定 / html { font-size:0.8rem } ベース
   
   命名規則:
     - 追加ブロックはすべて .add_box01, .add_box02, ... の連番で管理
     - 子要素は .add_box01 .xxx の形でスコープを限定
     - 見出しは画像化前提
   
   ブロック索引:
     .add_box01 ... コンセプト本文 + 近年の実績
   ======================================================================== */


/* ========================================================================
   .add_box01 : コンセプト本文 + 近年の実績
   ======================================================================== */

/* ----- PC版 (B側 1513px以上 のレイアウトをAの1100px幅に再設計) ---------- */
@media screen and (min-width: 768px) {

  .add_box01 {
    padding: 100px 0;
    background: url(../img/add_block_bg.jpg) no-repeat center center #002859;
    background-size: cover;
    color: #FFF;
    position: relative;
  }

  .add_box01 .main_block {

    width: 1100px;
    margin: 0 auto;
    padding: 60px 0 80px;
  }

  .add_box01 .main_block picture {}

  .add_box01 .main_block picture img {
    width: 100%;
    height: auto;
  }

  /* イントロ本文 ----------------------------------------------------- */
  .add_box01 .intro_block {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 60px 0 80px;
  }

  .add_box01 .intro_txt {
    position: relative;
    z-index: 2;
    width: 580px;
    font-size: 32px;
    padding-bottom: 35px;
    padding-right: 100px;
    line-height: 2;
    font-weight: bold;
    color: #FFF;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 2;
    letter-spacing: 0.2rem;
  }

  .add_box01 .intro_txt span {
    display: inline-block;
    position: relative;
    padding: 1rem;
    margin-left: 3rem;
    margin-top: -1rem;
  }

  .add_box01 .intro_txt span::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    position: absolute;
    right: 0.3rem;
    top: -1.2rem;
  }

  .add_box01 .intro_txt span::after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    position: absolute;
    left: 0.6rem;
    bottom: -2rem;
  }

  /* 背景画像 (PC) --------------------------------------------------- */
  .add_box01 .intro_bg_pc {
    position: absolute;
    top: -125px;
    right: -100px;
    width: 684px;
    z-index: 1;
  }

  .add_box01 .intro_bg_pc img {
    display: block;
    width: 100%;
  }

  /* 近年の実績ブロック (intro_blockの内側に配置される) -------------- */
  .add_box01 .record_block {
    position: relative;
    width: 560px;
    margin: 60px 0 0;
    padding: 50px 0 0;
    z-index: 2;
  }

  .add_box01 .record_ttl {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -120px;
    width: 240px;
    text-align: center;
    background: rgb(25 98 150 / 85%);
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 14px 0;
  }

  .add_box01 .record_list {
    overflow: hidden;
    /* float clearfix */
    margin-top: 10px;
  }

  .add_box01 .record_list .record_item {
    float: left;
    width: 270px;
    height: 170px;
    margin-right: 20px;
    background: rgb(25 98 150 / 85%);
    text-align: center;
    display: table;
    /* 中央寄せ用 */
  }

  .add_box01 .record_list .record_item:last-child {
    margin-right: 0;
  }

  .add_box01 .record_list .record_item .inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
  }

  .add_box01 .record_list .record_item img {
    max-width: 100%;
    vertical-align: middle;
  }

  .add_box01 .record_other {
    clear: both;
    margin-top: 20px;
    padding: 14px 0;
    background: rgb(25 98 150 / 85%);
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
  }


  .add_block02 {
    background: url(../img/add_block02_bg.jpg) no-repeat center top;
    background-size: cover;
  }

  .add_block02 .inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 60px 0 80px;
  }

  .add_block02 .inner picture img {
    max-width: 100%;
    height: auto;
  }

  .add_block03 {
    background: url(../img/add_block03_bg.jpg) no-repeat center top;
    background-size: contain;
  }

  .add_block03 .inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 80px;
  }

  .add_block03 .inner picture img {
    max-width: 100%;
    height: auto;
  }

  .add_block04 {}

  .add_block04 .inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 60px 0 80px;
  }

  .add_block04 .inner picture img {
    max-width: 100%;
    height: auto;
  }

  /* SP専用要素はPCでは非表示 ------------------------------------------ */
  .add_box01 .u-sp,
  .add_box01 .intro_bg_sp {
    display: none;
  }
}


/* ----- SP版 (B側 600px以下 のレイアウトを viewport=320 環境に再設計) --- */
@media screen and (max-width: 767px) {

  .add_box01 {
    background: url(../img/add_block_bg_sp.jpg) no-repeat center top #002859;
    background-size: cover;
    color: #FFF;
    position: relative;
  }

  .add_box01 .main_block {

    padding: 50px 0 60px;
  }

.add_box01 .main_block picture img {
  width: 100%;
  height: auto;
}

/* イントロ本文 ----------------------------------------------------- */
.add_box01 .intro_block {
  position: relative;
  padding: 1rem 0 0;
}

.add_box01 .intro_txt {
  font-size: 25px;
  text-align: center;
  line-height: 1.9;
  font-weight: bold;
  color: #FFF;
  padding: 0 0.5rem;
  margin-bottom: 1.5rem;
}

.add_box01 .intro_txt span {
  display: inline-block;
  position: relative;
  padding: 1rem;
  margin-top: -1rem;
  font-weight: bold;
}

.add_box01 .intro_txt span::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  position: absolute;
  right: -1.7rem;
  top: -0.2rem;
}

.add_box01 .intro_txt span::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;
  position: absolute;
  left: -1.4rem;
  bottom: 0rem;
}

/* 背景画像 (SP) --------------------------------------------------- */
.add_box01 .intro_bg_sp {
  width: 100%;
  margin-bottom: 1rem;
  margin-top: -30px;
}

.add_box01 .intro_bg_sp img {
  display: block;
  width: 100%;
}

/* 近年の実績ブロック ---------------------------------------------- */
.add_box01 .record_block {
  position: relative;
  padding: 3.5rem 0 1rem;
  margin-bottom: 25px;
}

.add_box01 .record_ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(25 98 150 / 85%);
  color: #FFF;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.6rem 1rem;
  white-space: nowrap;
}

.add_box01 .record_list {
  display: table;
  width: 100%;
  border-spacing: 0.4rem 0;
  border-collapse: separate;
  table-layout: fixed;
}

.add_box01 .record_list .record_item {
  display: table-cell;
  width: 50%;
  min-height: 7rem;
  padding: 1rem;
  vertical-align: middle;
  text-align: center;
  background: rgb(25 98 150 / 85%);
}

.add_box01 .record_list .record_item .inner {
  text-align: center;
}

.add_box01 .record_list .record_item img {
  width: 85%;
  max-width: 100%;
  vertical-align: middle;
}

.add_box01 .record_other {
  margin-top: 0.8rem;
  max-width: calc(100% - 10px);
  margin-left: auto;
  margin-right: auto;
  padding: 0.7rem 0;
  background: rgb(25 98 150 / 85%);
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}

.add_block02 {
  background: url(../img/add_block02_bg_sp.jpg) no-repeat center top;
  background-size: cover;

}

.add_block02 .inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 50px;
}

.add_block02 .inner picture img {
  max-width: 100%;
  height: auto;
}

.add_block03 {
  background: url(../img/add_block03_bg_sp.jpg) no-repeat center top;
  background-size: contain;

}

.add_block03 .inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 50px;
}

.add_block03 .inner picture img {
  max-width: 100%;
  height: auto;
}

.add_block04 {
  padding-left: 10px;
  padding-right: 10px;
}

.add_block04 .inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 50px;
}

.add_block04 .inner picture img {
  max-width: 100%;
  height: auto;
}


/* PC専用要素はSPでは非表示 ------------------------------------------ */
.add_box01 .u-pc,
.add_box01 .intro_bg_pc {
  display: none;
}
}