@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
.pa_04 {
  padding: 0 4%; }

.ttl_wp h2 {
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 60px;
  color: #2C377E;
  font-weight: normal; }
  @media (min-width: 768px) {
    .ttl_wp h2 {
      font-size: calc( 1.8rem + ( 1vw - 7.68px ) * 4.5454545455 ); } }
  @media (min-width: 900px) {
    .ttl_wp h2 {
      font-size: 2.4rem; } }
  .ttl_wp h2::before {
    position: relative;
    content: "";
    display: block;
    bottom: -50px;
    left: 50%;
    width: 90px;
    height: 1px;
    background: #2C377E;
    transform: translate(-50%, 0); }

.ttl_txt {
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: justify; }
  @media (min-width: 768px) {
    .ttl_txt {
      font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 1.5151515152 ); } }
  @media (min-width: 900px) {
    .ttl_txt {
      font-size: 1.5rem; } }

#recruit_txt .main_txt {
  font-size: 1.6rem;
  margin-bottom: 45px;
  text-align: center;
  color: #2C377E; }
  @media (min-width: 768px) {
    #recruit_txt .main_txt {
      font-size: calc( 1.6rem + ( 1vw - 7.68px ) * 6.0606060606 ); } }
  @media (min-width: 900px) {
    #recruit_txt .main_txt {
      font-size: 2.4rem; } }

.idea figure {
  margin-bottom: 20px; }
.idea .idea__txt-wp {
  padding: 30px 0;
  text-align: center;
  color: #2C377E;
  border: solid 1px #2C377E;
  background: #fff; }
  .idea .idea__txt-wp .idea__ttl {
    font-size: 1.5rem; }
  .idea .idea__txt-wp .idea__txt {
    margin-bottom: 30px;
    font-size: 1.3rem; }
    .idea .idea__txt-wp .idea__txt:last-child {
      margin-bottom: 0; }

.thought .ttl_txt {
  margin-bottom: 20px; }
.thought .thought__txt-wp {
  position: relative;
  margin: -45px auto 30px;
  padding: 20px;
  background: #fff; }
  .thought .thought__txt-wp figure {
    width: 100%;
    max-width: 120px;
    margin: 0 auto 25px; }
  .thought .thought__txt-wp .thought__txt {
    text-align: center;
    color: #2C377E; }
    .thought .thought__txt-wp .thought__txt .thought__num {
      font-size: 2.1rem; }
      @media (min-width: 768px) {
        .thought .thought__txt-wp .thought__txt .thought__num {
          font-size: calc( 2.1rem + ( 1vw - 7.68px ) * 2.2727272727 ); } }
      @media (min-width: 900px) {
        .thought .thought__txt-wp .thought__txt .thought__num {
          font-size: 2.4rem; } }
    .thought .thought__txt-wp .thought__txt .thought__con {
      font-size: 1.5rem;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .thought .thought__txt-wp .thought__txt .thought__con {
          font-size: calc( 1.5rem + ( 1vw - 7.68px ) * 2.2727272727 ); } }
      @media (min-width: 900px) {
        .thought .thought__txt-wp .thought__txt .thought__con {
          font-size: 1.8rem; } }
      .thought .thought__txt-wp .thought__txt .thought__con:last-child {
        margin-bottom: 0; }
.thought .thought__con-box {
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 35px;
  padding: 25px 0;
  color: #2C377E;
  text-align: center; }
  @media (min-width: 768px) {
    .thought .thought__con-box {
      font-size: calc( 1.6rem + ( 1vw - 7.68px ) * 4.5454545455 ); } }
  @media (min-width: 900px) {
    .thought .thought__con-box {
      font-size: 2.2rem; } }
  .thought .thought__con-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-top: solid 1px #2C377E;
    border-left: solid 1px #2C377E; }
  .thought .thought__con-box::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-bottom: solid 1px #2C377E;
    border-right: solid 1px #2C377E; }
.thought .thought__con-name {
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: right; }
  @media (min-width: 768px) {
    .thought .thought__con-name {
      font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 1.5151515152 ); } }
  @media (min-width: 900px) {
    .thought .thought__con-name {
      font-size: 1.5rem; } }
  .thought .thought__con-name figure {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    max-width: 150px;
    vertical-align: top; }

.recruit .recruit__wp li {
  font-size: 1.4rem;
  flex: 0 1 48%;
  width: 48%;
  max-width: 48%;
  margin-bottom: 10px; }
  @media (min-width: 769px) {
    .recruit .recruit__wp li {
      font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.7633587786 ); } }
  @media (min-width: 900px) {
    .recruit .recruit__wp li {
      font-size: 1.5rem; } }
  .recruit .recruit__wp li a {
    display: block;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    background: #2C377E;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    border: solid 1px #2C377E; }
  .recruit .recruit__wp li:nth-child(n+5) {
    margin-bottom: 20px; }
  .recruit .recruit__wp li.none a:hover {
    opacity: 1;
    cursor: inherit; }
.recruit .recruit__att {
  margin-bottom: 30px;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: justify;
  color: #F80000; }
.recruit .recruit__ttl {
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: #2C377E;
  text-align: center;
  font-weight: normal; }
  @media (min-width: 769px) {
    .recruit .recruit__ttl {
      font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 4.5801526718 ); } }
  @media (min-width: 900px) {
    .recruit .recruit__ttl {
      font-size: 2.4rem; } }
.recruit .type {
  margin-bottom: 50px; }
  .recruit .type .recruit__wp {
    margin-bottom: 35px; }
    .recruit .type .recruit__wp .recruit__img-box {
      margin-bottom: 20px; }
    .recruit .type .recruit__wp .recruit__txt-box {
      font-size: 1.3rem;
      font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      text-align: justify; }
      @media (min-width: 768px) {
        .recruit .type .recruit__wp .recruit__txt-box {
          font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 1.5151515152 ); } }
      @media (min-width: 900px) {
        .recruit .type .recruit__wp .recruit__txt-box {
          font-size: 1.5rem; } }
  .recruit .type .specialist__wp {
    margin-bottom: 40px; }
    .recruit .type .specialist__wp:last-child {
      margin-bottom: 0; }
  .recruit .type .specialist {
    margin-bottom: 25px;
    padding: 30px 20px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    border: solid 1px #2C377E; }
    .recruit .type .specialist .specialist__ttl {
      margin-bottom: 20px;
      color: #2C377E;
      font-size: 1.5rem; }
    .recruit .type .specialist .specialist__txt {
      font-size: 1.2rem;
      text-align: justify; }
      @media (min-width: 769px) {
        .recruit .type .specialist .specialist__txt {
          font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.7633587786 ); } }
      @media (min-width: 900px) {
        .recruit .type .specialist .specialist__txt {
          font-size: 1.3rem; } }
  .recruit .type .emp__wp {
    font-size: 1.3rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    border: solid 1px #707070; }
    @media (min-width: 769px) {
      .recruit .type .emp__wp {
        font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.7633587786 ); } }
    @media (min-width: 900px) {
      .recruit .type .emp__wp {
        font-size: 1.4rem; } }
    .recruit .type .emp__wp .emp__ttl {
      padding: 15px 0;
      text-align: center;
      background: #E2E2E2; }
    .recruit .type .emp__wp .emp__txt {
      text-align: justify;
      padding: 10px 15px;
      background: #fff; }
.recruit .recruit__end {
  text-align: center; }
  .recruit .recruit__end p {
    font-size: 1.5rem;
    display: inline-block;
    padding: 15px 20px;
    color: #F80000;
    border: solid 1px #F80000; }
    @media (min-width: 768px) {
      .recruit .recruit__end p {
        font-size: calc( 1.5rem + ( 1vw - 7.68px ) * 2.2727272727 ); } }
    @media (min-width: 900px) {
      .recruit .recruit__end p {
        font-size: 1.8rem; } }

.request p {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3.90625%;
  color: #2C377E;
  line-height: 1.4; }
  @media (min-width: 769px) {
    .request p {
      font-size: calc( 2rem + ( 1vw - 7.69px ) * 3.1311154599 ); } }
  @media (min-width: 1280px) {
    .request p {
      font-size: 3.6rem; } }
  .request p span {
    font-size: .6em; }
.request .btn a span {
  right: 0; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .pa_04 {
    padding: 0; }

  .thought .ttl_txt {
    margin-bottom: 50px; }
  .thought .thought__wp-img {
    display: block;
    width: 80%;
    max-width: 768px; }
  .thought .thought__txt-wp {
    margin: -315px 0 50px auto;
    padding: 30px 0;
    width: 100%;
    max-width: 300px; }
    .thought .thought__txt-wp figure {
      max-width: 140px;
      margin: 0 auto 20px; }
    .thought .thought__txt-wp .thought__txt .thought__con {
      margin-bottom: 15px; }
  .thought .thought__con-wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .thought .thought__con-box {
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%;
    padding: 30px 0; }
    .thought .thought__con-box::before {
      width: 40px;
      height: 40px; }
    .thought .thought__con-box::after {
      width: 40px;
      height: 40px; }

  .recruit .recruit__wp li {
    flex: 0 1 32%;
    width: 32%;
    max-width: 32%; }
    .recruit .recruit__wp li a:hover {
      opacity: 1;
      background: #fff;
      color: #2C377E; }
    .recruit .recruit__wp li.none a:hover {
      background: #2C377E;
      color: #fff; }
  .recruit .recruit__att {
    text-align: center; }
  .recruit .type {
    margin-bottom: 90px; }
    .recruit .type .recruit__wp {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 10px; }
      .recruit .type .recruit__wp .recruit__img-box {
        flex: 0 1 40%;
        width: 40%;
        max-width: 40%;
        margin-bottom: 0;
        order: 2; }
      .recruit .type .recruit__wp .recruit__txt-box {
        flex: 0 1 55%;
        width: 55%;
        max-width: 55%;
        line-height: 1.8;
        order: 1; }
      .recruit .type .recruit__wp.mb_40 {
        margin-bottom: 40px; }
    .recruit .type .recruit__txt-pc {
      margin-bottom: 40px;
      font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-size: 1.5rem;
      line-height: 1.8; }
    .recruit .type .specialist__wp {
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%;
      margin-bottom: 0; }
    .recruit .type .specialist {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 30px;
      padding: 30px 20px; }
      .recruit .type .specialist .specialist__ttl {
        margin-bottom: 10px; }
      .recruit .type .specialist .specialist__txt {
        margin-bottom: 0; }
    .recruit .type .emp__wp {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .recruit .type .emp__wp:last-child {
        border-bottom: none; }
      .recruit .type .emp__wp .emp__ttl {
        flex: 0 1 20%;
        width: 20%;
        max-width: 20%;
        border-bottom: solid 1px #707070;
        box-sizing: border-box; }
      .recruit .type .emp__wp .emp__txt {
        flex: 0 1 80%;
        width: 80%;
        max-width: 80%;
        padding: 15px 25px;
        border-bottom: solid 1px #707070;
        box-sizing: border-box; }

  .request .btn a.gl_btn {
    max-width: 100%;
    padding: 40px 0; } }
/*------------------------------
		901px以上
------------------------------*/
/*------------------------------
		1281px以上
------------------------------*/
