
@charset "utf-8";

@media screen and (min-width: 769px) {
  /* ==========PC=========== */
  /* ========================= */
  /*表示・非表示
  /*  sp-on/pc-on(PC)
  /* ========================= */
  .sp-on {
    display: none;
  }
  .pc-on {
    display: block;
  }
  #wrapper {
    background: #FAF5EA;
  }
  .common-breadcrumb {
    font-size: 12px;
  }
  .a01 {
    display: inline-block;
  }
  /* ===========■■■ここからPC版のCSSを書いてください■■■========== */
  /* ===========■■■ここからPC版のCSSを書いてください■■■========== */
  /* ===========■■■ここからPC版のCSSを書いてください■■■========== */

* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  font-family: sans-serif;
}

.warp {
  overflow: hidden;
}

#cont_base {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  background: #F3FEFF;
}

#cont_wrapper {
  width: 960px;
  margin: 0 auto;
}

.top_cont {
  width: 960px;
  height: 464px;
  background: url(/contents/compinterview_tokai/images/title_pc.png);
}

.osae {
  padding: 100px 0;
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 35px;
  text-align: center;
  background: #feffec;
}

.osae p {
  display: inline-block;
  text-align: left;
}

.banner_area {
  width: 727px;
  margin: 0 auto;
  padding: 0x 0 120px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom:120px;
}

.banner {
  width: 340px;
  margin-top: 80px;
}

.banner:nth-child(even) {
  margin-left:45px;
}

.banner_title {
  position: relative;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  font-size: 25px;
  letter-spacing: 3px;
  font-weight: bold;
  background: #f8fd60;
}

.banner_title p {
  position: absolute;
  top: 25%;
  left: 52%;
  width:100px;
}

.banner img {
  opacity: 1;
  transition: all 0.3s;
}

.banner img:hover {
  opacity: 0.5;
}

.banner_headline {
  margin-top: 17px;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 3px;
}

.banner_headline_sub {
  font-size: 16px;
  letter-spacing: 3px;
}

.banner_text {
  margin-top: 17px;
  font-size: 16px;
  letter-spacing: 3px;
}

  /* ===========■■■PC版のCSSここまで■■■========== */
  /* ===========■■■PC版のCSSここまで■■■========== */
  /* ===========■■■PC版のCSSここまで■■■========== */
}

@media screen and (max-width: 768px) {
  /* ==========SP=========== */
  /* ========================= */
  /*表示・非表示
  /*  sp-on/pc-on(SP)
  /* ========================= */
  .sp-on {
    display: block;
  }
  .pc-on {
    display: none;
  }
  /* ===========■■■ここからSP版のCSSを書いてください■■■========== */
  /* ===========■■■ここからSP版のCSSを書いてください■■■========== */
  /* ===========■■■ここからSP版のCSSを書いてください■■■========== */


  * {
    margin: 0;
    padding: 0
    }

    .warp {
      overflow: hidden;
    }

    #cont_base {
    width: 100%;
    margin: 0;
    padding: 0 0 100px;
    background: #F3FEFF;
  }

  #cont_wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .top_cont {
    width: 100vw;
    height:102vw;
    background: url(/contents/compinterview_tokai/images/title_sp.png);
    background-size: cover;
  }

  .osae {
    padding: 50px 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 40px;
    text-align: center;
    background: #feffec;
  }

  .osae p {
    display: inline-block;
    text-align: left;
  }

  .banner_area {
    width: 340px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .banner {
    width: 340px;
    margin-top: 35px;
  }

  .banner_title {
    position: relative;
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
    font-size: 25px;
    letter-spacing: 3px;
    font-weight: bold;
    background: #f8fd60;
  }

  .banner_title p {
    position: absolute;
    top: 25%;
    left: 52%;
    width:100px;
  }

  .banner img {
    opacity: 1;
    transition: all 0.3s;
  }

  .banner img:hover {
    opacity: 0.5;
  }

  .banner_headline {
    margin-top: 17px;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 3px;
  }

  .banner_headline_sub {
    font-size: 16px;
    letter-spacing: 3px;
  }

  .banner_text {
    margin-top: 17px;
    font-size: 16px;
    letter-spacing: 3px;
  }

  /* ===========■■■SP版のCSSここまで■■■========== */
  /* ===========■■■SP版のCSSここまで■■■========== */
  /* ===========■■■SP版のCSSここまで■■■========== */
}




