@charset "UTF-8";
/* ==========================================================================//
//
// 仕事を知る
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
section:not(:first-of-type) {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  section:not(:first-of-type) {
    margin-top: 80px;
  }
}

.contents {
  padding: 0 0 40px;
}
@media all and (min-width: 751px) {
  .contents {
    padding: 0 0 80px;
  }
}
@media all and (min-width: 751px) {
  .contents .inner {
    padding: 0 100px;
  }
}

.sec_ttl {
  text-align: center;
}
@media all and (max-width: 750px) {
  .sec_ttl {
    background-image: radial-gradient(circle, #3B97D4 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-repeat: space no-repeat;
    background-position: left bottom;
  }
}
.sec_ttl span {
  display: block;
}
.sec_ttl .en {
  color: #fff;
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: bold;
  -webkit-text-stroke: 1px #3B97D4;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media all and (min-width: 751px) {
  .sec_ttl .en {
    -webkit-text-stroke: 1.5px #3B97D4;
    font-size: clamp(32px, 3vw, 42px);
  }
}
.sec_ttl .jp {
  position: relative;
  letter-spacing: 0.1em;
}
@media all and (max-width: 750px) {
  .sec_ttl .jp {
    padding-top: 2px;
  }
}
@media all and (min-width: 751px) {
  .sec_ttl .jp {
    padding-top: 10px;
    font-size: clamp(20px, 1.86vw, 26px);
  }
  .sec_ttl .jp::before, .sec_ttl .jp::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 16.7%;
    height: 5px;
    background-image: radial-gradient(circle, #3B97D4 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-position: left center;
    background-repeat: space no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec_ttl .jp::before {
    left: 0;
  }
  .sec_ttl .jp::after {
    right: 0;
  }
  .sec_ttl .jp::before {
    left: 15%;
  }
  .sec_ttl .jp::after {
    right: 15%;
  }
}

/* システムエンジニアってどんな仕事？
---------------------------------------------------------- */
.sec_engineer {
  padding: 40px 0;
  position: relative;
  z-index: 0;
  background-image: url(../../images/common/bg_stripe.jpg);
  background-size: auto 664px;
  background-position: top left;
}
@media all and (min-width: 751px) {
  .sec_engineer {
    padding: 80px 0;
  }
}
.sec_engineer .bg_contents {
  padding: 30px 14px;
  background-color: #fff;
  border-radius: 0 0 0 30px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
@media all and (min-width: 751px) {
  .sec_engineer .bg_contents {
    padding: 73px 20px 60px;
    border-radius: 0 0 0 60px;
  }
}
.sec_engineer .bg_contents .sec_ttl {
  margin-bottom: 18px;
  padding-bottom: 13px;
}
@media all and (min-width: 751px) {
  .sec_engineer .bg_contents .sec_ttl {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}
@media all and (max-width: 750px) {
  .sec_engineer .bg_contents .sec_ttl {
    background-image: radial-gradient(circle, #ED7B89 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-repeat: space no-repeat;
    background-position: left bottom;
  }
}
.sec_engineer .bg_contents .sec_ttl .en {
  -webkit-text-stroke: 1px #ED7B89;
}
@media all and (min-width: 751px) {
  .sec_engineer .bg_contents .sec_ttl .en {
    -webkit-text-stroke: 1.5px #ED7B89;
  }
}
.sec_engineer .bg_contents .sec_ttl .jp {
  position: relative;
  z-index: 1;
}
@media all and (min-width: 751px) {
  .sec_engineer .bg_contents .sec_ttl .jp::before, .sec_engineer .bg_contents .sec_ttl .jp::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 16.7%;
    height: 5px;
    background-image: radial-gradient(circle, #ED7B89 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-position: left center;
    background-repeat: space no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec_engineer .bg_contents .sec_ttl .jp::before {
    left: 0;
  }
  .sec_engineer .bg_contents .sec_ttl .jp::after {
    right: 0;
  }
  .sec_engineer .bg_contents .sec_ttl .jp::before {
    left: 15%;
  }
}
@media screen and (min-width: 751px) and (min-width: 931px) and (max-width: 1200px) {
  .sec_engineer .bg_contents .sec_ttl .jp::before {
    left: 8%;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) and (max-width: 930px) {
  .sec_engineer .bg_contents .sec_ttl .jp::before {
    left: 0;
  }
}
@media all and (min-width: 751px) {
  .sec_engineer .bg_contents .sec_ttl .jp::after {
    right: 15%;
  }
}
@media screen and (min-width: 751px) and (min-width: 931px) and (max-width: 1200px) {
  .sec_engineer .bg_contents .sec_ttl .jp::after {
    right: 8%;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) and (max-width: 930px) {
  .sec_engineer .bg_contents .sec_ttl .jp::after {
    right: 0;
  }
}
.sec_engineer .bg_contents p {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.5;
}
@media all and (min-width: 751px) {
  .sec_engineer .bg_contents p {
    font-size: 18px;
  }
}

/* 恒和システムのこだわり
---------------------------------------------------------- */
.sec_commitments .contents_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media all and (min-width: 1001px) {
  .sec_commitments .contents_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.sec_commitments .contents_wrap .bg_contents {
  padding: 30px 14px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 0 0 0 30px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
@media all and (min-width: 1001px) {
  .sec_commitments .contents_wrap .bg_contents {
    margin-left: -40px;
    padding: 45px 0 40px 38px;
    width: 53.4%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .sec_commitments .contents_wrap .bg_contents {
    padding: 45px 38px 40px;
  }
}
.sec_commitments .contents_wrap .bg_contents .sec_ttl {
  margin-bottom: 20px;
  padding-bottom: 12px;
  text-align: center;
  background-image: radial-gradient(circle, #3B97D4 2.5px, transparent 2.5px);
  background-size: 8px 5px;
  background-repeat: space no-repeat;
  background-position: left bottom;
}
@media all and (min-width: 751px) {
  .sec_commitments .contents_wrap .bg_contents .sec_ttl {
    margin-bottom: 22px;
    padding-bottom: 30px;
    text-align: left;
  }
}
@media all and (min-width: 751px) {
  .sec_commitments .contents_wrap .bg_contents .sec_ttl .en {
    font-size: clamp(40px, 3.6vw, 50px);
  }
}
.sec_commitments .contents_wrap .bg_contents .sec_ttl .jp {
  padding-top: 0;
}
.sec_commitments .contents_wrap .bg_contents .sec_ttl .jp::before, .sec_commitments .contents_wrap .bg_contents .sec_ttl .jp::after {
  display: none;
}
.sec_commitments .contents_wrap .bg_contents p {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media all and (min-width: 751px) {
  .sec_commitments .contents_wrap .bg_contents p {
    padding-right: 52px;
    letter-spacing: 0.075em;
    line-height: 2.25;
  }
}
.sec_commitments .contents_wrap .image {
  margin-top: 10px;
  overflow: hidden;
  border: 1.5px solid #3B97D4;
  border-radius: 0 0 0 60px;
}
@media all and (min-width: 1001px) {
  .sec_commitments .contents_wrap .image {
    margin-top: 141px;
    width: 50%;
  }
}

/* システムエンジニアの仕事の流れ
---------------------------------------------------------- */
.sec_flow .sec_ttl {
  margin-bottom: 30px;
  padding-bottom: 15px;
}
@media all and (min-width: 751px) {
  .sec_flow .sec_ttl {
    margin-bottom: 50px;
    padding-bottom: 0;
  }
}
.sec_flow .flow_list {
  margin-inline: auto;
  width: min(965px, 100%);
}
.sec_flow .flow_list .flow_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 1001px) {
  .sec_flow .flow_list .flow_detail {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sec_flow .flow_list .flow_detail:not(:first-child) {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  .sec_flow .flow_list .flow_detail:not(:first-child) {
    margin-top: 40px;
  }
}
.sec_flow .flow_list .flow_detail .bg_contents {
  padding: 20px 15px 30px;
  position: relative;
  z-index: 0;
  background-color: #fff;
  border-radius: 0 0 0 30px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
@media all and (min-width: 1001px) {
  .sec_flow .flow_list .flow_detail .bg_contents {
    margin-right: -40px;
    padding: 30px 1px 40px 37px;
    width: 51.9%;
    border-radius: 0 0 0 60px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .sec_flow .flow_list .flow_detail .bg_contents {
    padding: 30px 37px 40px;
  }
}
.sec_flow .flow_list .flow_detail .bg_contents .detail_ttl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px 0;
  background-image: radial-gradient(circle, #3B97D4 2.5px, transparent 2.5px);
  background-size: 8px 5px;
  background-repeat: space no-repeat;
  background-position: left bottom;
}
@media all and (min-width: 751px) {
  .sec_flow .flow_list .flow_detail .bg_contents .detail_ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 17px;
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
}
.sec_flow .flow_list .flow_detail .bg_contents .detail_ttl .number {
  color: #fff;
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: bold;
  -webkit-text-stroke: 1px #3B97D4;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media all and (min-width: 751px) {
  .sec_flow .flow_list .flow_detail .bg_contents .detail_ttl .number {
    -webkit-text-stroke: 1.5px #3B97D4;
    font-size: 54px;
  }
}
.sec_flow .flow_list .flow_detail .bg_contents .detail_ttl .jp {
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media all and (min-width: 751px) {
  .sec_flow .flow_list .flow_detail .bg_contents .detail_ttl .jp {
    font-size: 24px;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
.sec_flow .flow_list .flow_detail .bg_contents p {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media all and (min-width: 751px) {
  .sec_flow .flow_list .flow_detail .bg_contents p {
    padding-right: 40px;
    letter-spacing: 0.075em;
    line-height: 2.18;
  }
}
.sec_flow .flow_list .flow_detail .image {
  margin-top: 10px;
  overflow: hidden;
  border: 1.5px solid #3B97D4;
  border-radius: 0 0 0 60px;
}
@media all and (min-width: 1001px) {
  .sec_flow .flow_list .flow_detail .image {
    margin-top: 74px;
    width: 52.2%;
  }
}

/* 教えて先輩！Ｑ＆Ａ
---------------------------------------------------------- */
.sec_qa .sec_ttl {
  margin-bottom: 30px;
  padding-bottom: 15px;
}
@media all and (min-width: 751px) {
  .sec_qa .sec_ttl {
    margin-bottom: 50px;
    padding-bottom: 0;
  }
}
.sec_qa .qa_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: min(1160px, 100%);
}
@media all and (min-width: 1001px) {
  .sec_qa .qa_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 40px;
  }
}
.sec_qa .qa_list .qa_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
  border: 1.5px solid #3B97D4;
}
@media all and (max-width: 750px) {
  .sec_qa .qa_list .qa_detail {
    padding: 30px 15px;
    border-radius: 0 0 0 30px;
  }
  .sec_qa .qa_list .qa_detail:not(:first-child) {
    margin-top: 20px;
  }
}
@media all and (min-width: 751px) {
  .sec_qa .qa_list .qa_detail {
    padding: 40px 16px;
    border-radius: 0 0 0 60px;
  }
}
@media all and (min-width: 1001px) {
  .sec_qa .qa_list .qa_detail {
    width: calc(100% - 26.6666666667px);
  }
}
.sec_qa .qa_list .qa_detail .image {
  margin-bottom: 20px;
  margin-inline: auto;
  width: min(80px, 100%);
}
@media all and (min-width: 751px) {
  .sec_qa .qa_list .qa_detail .image {
    margin-bottom: 20px;
    width: min(140px, 100%);
  }
}
.sec_qa .qa_list .qa_detail .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  letter-spacing: 0.075em;
}
.sec_qa .qa_list .qa_detail .wrap .blue {
  padding-right: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #3B97D4;
}
@media all and (min-width: 751px) {
  .sec_qa .qa_list .qa_detail .wrap .blue {
    padding-right: 3px;
    font-size: 20px;
  }
}
.sec_qa .qa_list .qa_detail .wrap .question_txt {
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.42;
}
@media all and (min-width: 751px) {
  .sec_qa .qa_list .qa_detail .wrap .question_txt {
    margin-bottom: 11px;
    font-size: 18px;
    line-height: 1.3;
  }
}
.sec_qa .qa_list .qa_detail .wrap .answer_txt {
  line-height: 1.42;
}
@media all and (min-width: 751px) {
  .sec_qa .qa_list .qa_detail .wrap .answer_txt {
    font-size: 15px;
    line-height: 1.6;
  }
}