
@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;
    outline: none;
    font-family: 'Noto Sans JP', sans-serif;
  }

  /* Material iconsを利用する */
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* 推奨サイズ */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    float: left;
  }

  #cont_base {
    width: 980px !important;
    margin: 0 auto;
    padding-bottom: 50px;
    background: #fff;
  }

  #cont_wrapper {
  }

  .cont_side {
    width: 0;
    height: auto;
    background: #fbfbfb;
    text-align: center;
  }
  .cont_main {
    width: 980px;
  }
  .cont_main img {
    width: 100%
  }

  .header_text h1 {
    font-size: 46px;
    line-height: 63px;
    padding: 30px 30px 10px 30px;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .header_tag {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
            align-items: center;
    height: 50px;
    padding-right: 20px;
  }
  .header_tag a {
    margin-left: 25px;
    text-decoration: none;
    color: #000 !important;
  }
  .sponsor {
    margin-right: 20px;
    padding: 0 5px;
    border: 1px solid #000;
    border-radius: 5px;
  }

  .cont_osae {
    padding: 30px 30px;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .prof_box {
    display: flex;
    width: 93%;
    margin: 0 auto;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
  }
  .prof_box img {
    width: 190px !important;
  }
  .prof_text_area {
    padding: 20px;
  }
  .prof_headline {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .prof_main_texe {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .cont_headline {
    position: relative;
    font-size: 35px;
    letter-spacing: 0.1em;
    line-height: 41px;
    margin: 50px 0 20px 20px;
  }
  .cont_headline:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -20px;
    width: 10px;
    height: 80px;
    background: #7FC4C1;
  }

  .inte_text1 h3 {
    margin: 30px 30px 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #7fc4c1;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .inte_text2 {
    margin: 20px 30px 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color: #000;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .cont_line {
    width: 100%;
    margin: 50px 0;
    font-size: 20px;
    color: #7fc4c1;
    text-align: center;
  }

  .cont_comp {
    width: 93%;
    margin: 0 auto;
    padding: 30px 0;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
  }
  .comp_box {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  .comp_left {
    position: relative;
    width: 20%;
    padding: 0 30px;
  }
  .comp_right {
    width: 80%;
    padding: 0 25px 0 0;
    font-size: 16px;
  }
  .comp_title {
    margin: 0 0 10px;
    font-weight: bold;
  }
  .comp_text {
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .job_btn a,.comp_btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }

  .job_btn {
    position: relative;
    margin: 20px 0 0 0;
    padding: 10px 0 10px 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #fff;
    background: #7FC4C1;
  }
  .job_btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 15px;
    height: 23px;
    font-size: 25px;
    background: url(../images/link_arrow1.png);
    background-size: cover;
  }

  .comp_btn {
    position: relative;
    margin: 20px 0 0 0;
    padding: 10px 0 10px 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #7FC4C1;
    border: 2px solid #7FC4C1;
    box-sizing: border-box;
    background: #fff;
  }
  .comp_btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 15px;
    height: 23px;
    font-size: 25px;
    background: url(../images/link_arrow2.png);
    background-size: cover;
  }


  /* ===========■■■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;
    vertical-align: bottom;
    outline: none;
    font-family: 'Noto Sans JP', sans-serif;
    color: #434343;
  }

  /* Material iconsを利用する */
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1vw;  /* 推奨サイズ */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    float: left;
  }

  #cont_base {
    width: 100% !important;
    margin: 0 auto;
    padding-bottom: 50px;
    background: #fff;
  }

  .header_text h1 {
    font-size: 5.8vw;
    line-height: 8.4vw;
    padding: 4vw 4vw 1.33vw 4vw;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .cont_main img {
    width: 100%;
  }

  .header_tag {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
            align-items: center;
    height: 11vw;
    padding-right: 2.66vw;
  }
  .header_tag a {
    font-size: 2.5vw;
    margin-left: 7vw;
    padding-top: 1vw;
    text-decoration: none;
    color: #000 !important;
  }
  .sponsor {
    font-size: 2.5vw;
    margin-right: 3vw;
    padding: 0 1vw;
    border: 1px solid #000;
    border-radius: 5px;
  }
  .cont_osae {
    padding: 4vw 4vw;
    font-size: 3.33vw;
    line-height: 6.13vw;
    letter-spacing: 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .prof_box {
    display: flex;
    width: 93%;
    margin: 0 auto;
    box-shadow: 0 0 1.06vw 0 rgba(0,0,0,0.2);
  }
  .prof_box img {
    width: 25.33vw !important;
  }
  .prof_text_area {
    padding: 2.66vw;
  }
  .prof_headline {
    font-size: 2.5vw;
    margin-bottom: 1.33vw;
  }
  .prof_main_texe {
    font-size: 2.18vw;
    line-height: 4vw;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .cont_headline {
    position: relative;
    font-size: 6vw;
    letter-spacing: 0;
    line-height: 8vw;
    margin: 6.66vw 0 2.66vw 3vw;
  }
  .cont_headline:before {
    content: "";
    position: absolute;
    top: -1vw;
    left: -3vw;
    width: 1.5vw;
    height: 17vw;
    background: #7FC4C1;
  }

  .inte_text1 h3 {
    margin: 5vw 4vw 0;
    font-size: 4vw;
    line-height: 6vw;
    font-weight: lighter;
    color: #7fc4c1;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .inte_text2 {
    margin: 4vw 4vw 0;
    font-size: 4vw;
    line-height: 6vw;
    font-weight: lighter;
    color: #000;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .cont_line p {
    width: 100%;
    margin: 6vw 0;
    font-size: 5vw;
    color: #7fc4c1;
    text-align: center;
  }

  .cont_comp {
    width: 93%;
    margin: 0 auto;
    padding: 4vw 0;
    box-shadow: 0 0 1.06vw 0 rgba(0,0,0,0.2);
  }
  .comp_box {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  .comp_left {
    position: relative;
    width: 30%;
    padding: 0 4vw;
  }
  .comp_right {
    width: 70%;
    padding: 0 3.33vw 0 0;
    font-size: 2.5vw;
  }
  .comp_title {
    margin: 0 0 1.33vw;
    font-weight: bold;
  }
  .comp_text {
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .job_btn a,.comp_btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }

  .job_btn {
    position: relative;
    margin: 3.5vw 0 0 0;
    padding: 1.3vw 0 2vw 2vw;
    font-size: 2.6vw;
    letter-spacing: 0;
    color: #fff;
    background: #7FC4C1;
    z-index: 20;
  }
  .job_btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2vw;
    transform: translateY(-50%);
    width: 2vw;
    height: 3.06vw;
    background: url(../images/link_arrow1.png);
    background-size: cover;
  }

  .comp_btn {
    position: relative;
    margin: 3vw 0 0 0;
    padding: 1.3vw 0 2vw 2vw;
    font-size: 2.6vw;
    letter-spacing: 0;
    color: #7FC4C1;
    border: 0.5vw solid #7FC4C1;
    box-sizing: border-box;
    background: #fff;
    z-index: 20;
  }
  .comp_btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2vw;
    transform: translateY(-50%);
    width: 2vw;
    height: 3.06vw;
    background: url(../images/link_arrow2.png);
    background-size: cover;
  }

  .sp_menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ECECEC;
    z-index: 100;
  }
  .sp_menu ul {
    display: flex;
    justify-content: space-between;
    padding:  1vw 5vw;
  }
  .sp_menu ul li {
    list-style: none;
    cursor: pointer;
  }
  .sp_menu ul li img {
    width: 20vw;
  }

  /* ===========■■■SP版のCSSここまで■■■========== */
  /* ===========■■■SP版のCSSここまで■■■========== */
  /* ===========■■■SP版のCSSここまで■■■========== */
}



