@charset "UTF-8";
/*
Theme Name: yamakawa
Version: 1.0

*/
/*--------------------------------------------------------------------------
   reset
   --------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 0; }

article, aside, details, figcaption, figure, main, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

img {
  border: 0;
  vertical-align: top; }

em {
  font-style: italic; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0; }

input, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

input:focus, textarea:focus, select:focus {
  outline: none; }

body, p, h1, h2, h3, h4, h5, ul, ol, li, table, tbody, th, td, a {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------------
変数
-------------------------------*/
@media (min-width: 751px) {
  .pc {
    display: block; } }

@media (max-width: 750px) {
  .pc {
    display: none !important; } }

@media (min-width: 751px) {
  .sp {
    display: none !important; } }

@media (max-width: 750px) {
  .sp {
    display: block; } }

.w-100 {
  width: 100%;
}
/*--------------------------------------------------------------------------
 *   default;
 *---------------------------------------------------------------------------*/
/*-----------------------
  fonts
  -----------------------*/
/*--------------------------------------------------------------------------
 *	 html, body, etc;
 *---------------------------------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  letter-spacing: .02em;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333;
  line-height: 2; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem; }
  @media (max-width: 750px) {
    body {
      font-size: 1.4rem; } }

* {
  box-sizing: border-box; }

img {
  display: block; }
  @media (max-width: 750px) {
    img {
      max-width: 100%; } }

/*--------------------------------------------------------------------------
 *	 base link;
 *---------------------------------------------------------------------------*/
a {
  outline: none;
  opacity: 1;
  transition: .3s ease; }
  a:link, a:visited {
    text-decoration: none; }
  @media (min-width: 751px) {
    a:hover {
      text-decoration: none;
      outline: none;
      opacity: 0.7; } }

/* clearfix */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }

/*-------------------------------
WordPressエディタのデフォルト設定
--------------------------------*/
strong {
  font-weight: bold; }

em {
  font-style: italic; }

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%; }

.clearfix {
  overflow: hidden;
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.l-inner {
  width: 1200px;
  margin: 0 auto; }
  @media (max-width: 750px) {
    .l-inner {
      width: 100%;
      padding: 0 15px; } }

.l-content {
  min-width: 1000px; }
  @media (max-width: 750px) {
    .l-content {
      min-width: 320px; } }

.l-header {
  background-color: #004098;
  min-width: 1000px; }
  @media (max-width: 750px) {
    .l-header {
      min-width: 320px; } }

.l-footer {
  background-color: #004098;
  min-width: 1000px; }
  @media (max-width: 750px) {
    .l-footer {
      min-width: 320px; } }

.basicPh {
  margin: 0 0 40px; }
  @media (max-width: 750px) {
    .basicPh {
      margin: 0 0 20px; } }
  .basicPh .basicCaption {
    width: 100%; }
    .basicPh .basicCaption__ph {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.basicCaption {
  width: 450px;
  margin: 0 0 40px; }
  @media (max-width: 750px) {
    .basicCaption {
      margin: 0 0 35px;
      width: 100%; } }
  @media (min-width: 751px) {
    .basicCaption.col2 {
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      .basicCaption.col2 .basicCaption__ttl {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin: 0 100px 0 0; } }
  .basicCaption__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .basicCaption__ph {
    margin: 0 0 30px;
    position: relative; }
    @media (max-width: 750px) {
      .basicCaption__ph {
        margin: 0 0 20px; } }
    .basicCaption__ph img {
      transition: .8s ease; }
  .basicCaption__ttl {
    display: inline-block; }
    .basicCaption__ttl span {
      display: block;
      border-bottom: 1px solid #004098;
      font-size: 2.4rem;
      font-weight: 700;
      color: #004098;
      line-height: 1;
      padding: 0 0 10px;
      margin: 0 0 10px; }
      @media (max-width: 750px) {
        .basicCaption__ttl span {
          font-size: 1.8rem; } }
  .basicCaption__desc {
    line-height: 1.7;
    font-weight: 300; }

.basicList {
  padding: 30px 0; }
  @media (max-width: 750px) {
    .basicList {
      padding: 15px 0; } }
  .basicList ul {
    width: 100%; }
  .basicList li {
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border-bottom: 1px solid #004098; }
    @media (max-width: 750px) {
      .basicList li {
        height: auto; } }
    .basicList li:first-child {
      border-top: 1px solid #004098; }
    .basicList li:before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background-color: #004098;
      margin: 0 40px 0 20px; }
      @media (max-width: 750px) {
        .basicList li:before {
          margin: 0 25px 0 15px;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
          width: 15px;
          height: 15px; } }
    .basicList li p {
      font-size: 2rem;
      line-height: 1.4;
      display: block; }
      @media (max-width: 750px) {
        .basicList li p {
          font-size: 1.6rem;
          padding: 15px 0; } }

.basicTab {
  padding: 40px 0 60px; }
  @media (max-width: 750px) {
    .basicTab {
      padding: 20px 0 10px; } }
  .basicTab ul {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-bottom: 1px solid #004098; }
    @media (max-width: 750px) {
      .basicTab ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-align: center;
            align-items: center;
        border-top: 1px solid #004098;
        border-bottom: none; } }
  .basicTab li {
    background-color: #fff;
    border: 1px solid #004098;
    border-bottom: none;
    cursor: pointer; }
    @media (max-width: 750px) {
      .basicTab li {
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
        text-align: center;
        border-top: none;
        border-bottom: 1px solid #004098; }
        .basicTab li:nth-child(2n) {
          border-left: none; }
        .basicTab li:nth-child(2n-1):last-child {
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
    .basicTab li.current {
      background-color: #004098; }
      .basicTab li.current p {
        color: #fff; }
    .basicTab li p {
      font-size: 2rem;
      line-height: 1;
      padding: 14px 28px;
      font-weight: 500;
      color: #004098; }
      @media (max-width: 750px) {
        .basicTab li p {
          font-size: 1.6rem;
          padding: 12px 0;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          height: 48px;
          width: 100%;
          padding: 5px 0; } }

.basicTable table {
  width: 100%;
  display: none; }
  .basicTable table.current {
    display: block; }
  .basicTable table tbody {
    width: 100%;
    display: block; }

.basicTable p {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1.4; }

.basicTable tr {
  padding: 18px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  border-bottom: 1px solid #004098; }
  .basicTable tr:first-child {
    border-top: 1px solid #004098; }

.basicTable th {
  width: 305px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  @media (max-width: 750px) {
    .basicTable th {
      width: 160px; } }
  .basicTable th:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #004098;
    margin: 0 40px 0 20px; }
    @media (max-width: 750px) {
      .basicTable th:before {
        margin: 0 25px 0 15px;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 15px;
        height: 15px; } }

.contactInfo {
  margin: 20px 0 0; }
  .contactInfo__head {
    font-weight: 300;
    line-height: 1.7; }
  .contactInfo__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 20px 0 40px; }
    @media (max-width: 750px) {
      .contactInfo__content {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: center;
            align-items: center; } }
  .contactInfo__textbox {
    padding: 0 0 0 80px; }
    @media (max-width: 750px) {
      .contactInfo__textbox {
        padding: 30px 0 0; } }
  .contactInfo__logo {
    margin: 0 0 15px; }
    @media (max-width: 750px) {
      .contactInfo__logo {
        margin: 0 0 30px; } }
  .contactInfo__access {
    line-height: 1.7;
    font-weight: 300; }
    .contactInfo__access span {
      display: block; }
  .contactInfo__ph {
    -ms-flex-order: 2;
        order: 2; }
    @media (max-width: 750px) {
      .contactInfo__ph {
        -ms-flex-order: 0;
            order: 0; } }
    .contactInfo__ph img {
      width: 100%; }
  .contactInfo .entry-btn {
    margin: 0 auto; }

@media (max-width: 750px) {
  .footNav__nav {
    display: none; } }

.footNav__nav ul {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 20px 0; }

.footNav__nav a {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: .06em; }

.footNav .copyright {
  color: #fff;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: .12em;
  text-align: center;
  padding: 10px 0 20px;
  line-height: 1; }
  @media (max-width: 750px) {
    .footNav .copyright {
      padding: 20px 0;
      letter-spacing: .06em;
      transform: scale(0.8); } }

.gNav {
  position: relative; }
  .gNav__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    padding: 20px 0 0; }
    @media (max-width: 750px) {
      .gNav__head {
        padding: 7px 0 12px; } }
  @media (max-width: 750px) {
    .gNav__logo {
      width: 140px; } }
  .gNav__logo a {
    display: block; }
  .gNav__nav {
    padding: 20px 0; }
    @media (max-width: 750px) {
      .gNav__nav {
        position: absolute;
        width: calc(100% + 30px);
        top: 100%;
        left: -15px;
        z-index: 99;
        background-color: #004098;
        padding: 0;
        display: none; } }
    .gNav__nav ul {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media (max-width: 750px) {
        .gNav__nav ul {
          display: block; } }
    @media (max-width: 750px) {
      .gNav__nav li {
        font-size: 1.4rem;
        border-top: 1px solid #ccc;
        padding: 10px 20px; } }
    .gNav__nav a {
      font-size: 1.5rem;
      color: #fff;
      letter-spacing: .06em; }
      @media (max-width: 750px) {
        .gNav__nav a {
          position: relative;
          display: block; }
          .gNav__nav a:after {
            content: '';
            display: block;
            width: 6px;
            height: 6px;
            border-width: 1px 1px 0 0;
            border-style: solid;
            border-color: #fff;
            transform: rotate(45deg);
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto 0; } }
  .gNav .menu-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto 0; }
    .gNav .menu-btn.active span {
      background-color: rgba(255, 255, 255, 0); }
      .gNav .menu-btn.active span:before {
        transform: rotate(45deg);
        top: 0; }
      .gNav .menu-btn.active span:after {
        transform: rotate(-45deg);
        bottom: 0; }
    .gNav .menu-btn span {
      position: absolute;
      height: 2px;
      width: 100%;
      background-color: #fff;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto 0;
      transition: .3s ease; }
      .gNav .menu-btn span:before, .gNav .menu-btn span:after {
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        background-color: #fff;
        transition: .3s ease; }
      .gNav .menu-btn span:before {
        top: -8px; }
      .gNav .menu-btn span:after {
        bottom: -8px; }
  @media (max-width: 750px) {
    .gNav .orange {
      background-color: #eb8403; } }

@media (max-width: 750px) {
  .imgLink {
    margin: 10px 0; } }

.imgLink__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 750px) {
    .imgLink__wrap {
      display: block; } }

.imgLink a {
  display: block; }

.imgLink img {
  width: 100%; }

.interviewLink ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px 0; }
  @media (max-width: 750px) {
    .interviewLink ul {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

@media (max-width: 750px) {
  .interviewLink li {
    width: calc(50% - 5px);
    margin: 0 0 10px; } }

.interviewLink a {
  display: block; }

.interviewLink img {
  width: 100%; }

/*--------------------------------
modules
-----------------------------------*/
.en {
  font-family: 'Roboto', sans-serif; }

.title-deco01 {
  font-size: 2.4rem;
  line-height: 1.6;
  border-bottom: 2px solid #004098;
  color: #004098; }
  @media (max-width: 750px) {
    .title-deco01 {
      font-size: 2rem; } }
  .title-deco01 span {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 0 40px; }
    @media (max-width: 750px) {
      .title-deco01 span {
        font-size: 1.4rem; } }

.entry-btn {
  width: 250px;
  height: 60px; }
  .entry-btn.center {
    margin: 50px auto; }
  .entry-btn a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    height: 100%;
    -ms-flex-align: center;
        align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
    background-color: #f18200;
    color: #fff;
    line-height: 1;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    padding: 0 0 0 26px; }
    .entry-btn a:before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      background: url(images/common/arrow-orange.png) center center no-repeat;
      background-size: contain;
      top: 0;
      bottom: 0;
      left: 16px;
      margin: auto 0; }

.link-btn {
  width: 330px;
  height: 60px; }
.link-btn.center {
  margin: 50px auto; }
.link-btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  background-color: #004098;
  color: #fff;
  line-height: 1;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  padding: 0 0 0 26px; }
.link-btn a:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(images/common/arrow-blue.png) center center no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto 0; }

.notice-banner{
  width: 80%;
  text-align: center;
  padding: 10px 0;
  margin:0 auto;
  border-radius: 10px;
  background-color: #004098;
  font-size: 2rem;
  font-weight: 600;
  /* color: #333333; */
  color: #fff;
}

.mv {
  height: 356px;
  background: url(images/top/pattern.jpg) center center repeat;
  background-size: auto 100%; }
  .mv .l-inner {
    background: url(images/top/mv.jpg) center center no-repeat;
    background-size: cover;
    height: 100%;
    position: relative; }
    @media (max-width: 750px) {
      .mv .l-inner {
        background-image: url(images/top/mv-sp.jpg);
        background-position: top center; } }
  .mv__text {
    position: absolute;
    top: 52px;
    right: 10px; }
    @media (max-width: 750px) {
      .mv__text {
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 42%;
        top: auto;
        max-width: 85%; }
        .mv__text img {
          margin: 0 auto; } }
  .mv__btn {
    width: 227px;
    height: 75px;
    position: absolute;
    right: 260px;
    top: 165px; }
    @media (max-width: 750px) {
      .mv__btn {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 62%; } }
    .mv__btn a {
      display: block;
      width: 100%;
      height: 100%;
      background: url(images/top/mv_btn-off.png) left top no-repeat;
      background-size: contain;
      transition: none; }
      .mv__btn a:hover {
        opacity: 1;
        background-image: url(images/top/mv_btn-on.png); }

.lower .mv {
  background: #CCD9EB;
  height: auto; }
  .lower .mv__main {
    width: 100%; }
    .lower .mv__main img {
      margin: 0 auto; }

.newsArchive__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc; }
  @media (max-width: 750px) {
    .newsArchive__item {
      display: block; } }

.newsArchive__date {
  font-weight: 300;
  margin: 0 10px 0 0;
  letter-spacing: .06em; }
  @media (max-width: 750px) {
    .newsArchive__date {
      display: inline-block; } }

.newsArchive img {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 0 15px 0 0; }
  @media (max-width: 750px) {
    .newsArchive img {
      display: inline-block; } }

.newsArchive a {
  display: block;
  color: #004098;
  font-weight: 300;
  letter-spacing: .06em; }
  @media (max-width: 750px) {
    .newsArchive a {
      margin: 8px 0 0;
      line-height: 1; } }
  .newsArchive a:hover {
    text-decoration: underline;
    opacity: 1; }

.section-general {
  margin: 50px 0; }
  @media (max-width: 750px) {
    .section-general {
      margin: 30px 0; } }

.section-interview__head {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0;
  margin: 10px 0 0;
  border-top: 2px solid #004098; }
  @media (max-width: 750px) {
    .section-interview__head {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; } }

.section-interview__icon {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 0 15px 0 0; }
  @media (max-width: 750px) {
    .section-interview__icon {
      margin: 10px; } }

.section-interview__info {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-order: 2;
      order: 2;
  padding: 30px 0 0; }
  @media (max-width: 750px) {
    .section-interview__info {
      padding: 10px 0 20px; } }
  .section-interview__info p {
    line-height: 1;
    margin: 0 0 20px;
    font-size: 2.4rem; }
    @media (max-width: 750px) {
      .section-interview__info p {
        display: inline-block;
        font-size: 1.8rem;
        margin: 0 0 10px; } }

@media (max-width: 750px) {
  .section-interview__role {
    padding: 0 1em 0 0; } }

.section-interview__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 20px 0; }
  @media (max-width: 750px) {
    .section-interview__content {
      display: block; } }

.section-interview__left {
  width: 580px; }
  @media (max-width: 750px) {
    .section-interview__left {
      width: 100%; } }
  .section-interview__left dl {
    counter-reset: number 0; }
  .section-interview__left dt, .section-interview__left dd {
    display: -ms-flexbox;
    display: flex;
    line-height: 1.7;
    font-weight: 300; }
    .section-interview__left dt:before, .section-interview__left dd:before {
      width: 45px;
      height: 45px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      color: #fff;
      font-size: 1.8rem;
      font-weight: 900;
      letter-spacing: .08em;
      line-height: 1;
      font-family: 'Roboto', sans-serif;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      margin: 0 15px 0 0; }
      @media (max-width: 750px) {
        .section-interview__left dt:before, .section-interview__left dd:before {
          width: 36px;
          height: 36px;
          font-size: 1.4rem; } }
    .section-interview__left dt p, .section-interview__left dd p {
      margin: 8px 0 0; }
      @media (max-width: 750px) {
        .section-interview__left dt p, .section-interview__left dd p {
          margin: 10px 0 0; } }
  .section-interview__left dt {
    position: relative;
    margin: 0 0 15px; }
    .section-interview__left dt:before {
      counter-increment: number 1;
      content: "Q" counter(number);
      background-color: #004098; }
  .section-interview__left dd {
    position: relative;
    margin: 0 0 50px; }
    @media (max-width: 750px) {
      .section-interview__left dd {
        margin: 0 0 30px; } }
    .section-interview__left dd:before {
      content: "A" counter(number);
      background-color: #a3a9d4; }

.section-interview__right {
  width: 390px; }
  @media (max-width: 750px) {
    .section-interview__right {
      width: 100%; } }
  .section-interview__right img {
    margin: 0 0 30px; }
    @media (max-width: 750px) {
      .section-interview__right img {
        margin: 0 0 15px;
        width: 100%; } }

@media (max-width: 750px) {
  .section-interview .entry-btn {
    margin: 0 auto; } }

.text_red{
  color:red;
  font-weight: bold;
}
/*# sourceMappingURL=maps/style.css.map */
