.wrapper {
  min-width: 1200px; }
  .wrapper .sp {
    display: none; }
  @media screen and (max-width: 768px) {
    .wrapper {
      min-width: initial; }
      .wrapper .pc {
        display: none; }
      .wrapper .sp {
        display: block; } }
  .wrapper img {
    width: 100%; }
  .wrapper .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .wrapper .header .logo {
    width: calc(245 / 2000 * 100%);
    margin: calc(100 / 2000 * 100%) auto calc(41 / 2000 * 100%); }
  .wrapper .header .page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
    height: 217px;
    background-color: #EFEAD6; }
  .wrapper .main .method {
    width: calc(1100 / 2000 * 100%);
    margin: 50px auto 0; }
    @media screen and (max-width: 768px) {
      .wrapper .main .method {
        width: 100%;
        margin-top: 0; } }
  .wrapper .main .assessment {
    width: calc(1100 / 2000 * 100%);
    margin: 120px auto -10px; }
    @media screen and (max-width: 768px) {
      .wrapper .main .assessment {
        width: 90%;
        margin: 40px 3.5% -10px auto; } }
  .wrapper .main .cv-area {
    text-align: center;
    background-color: #EFEAD6;
    padding: 20px 0 45px; }
    @media screen and (max-width: 768px) {
      .wrapper .main .cv-area {
        padding: 10px 0 20px; } }
    .wrapper .main .cv-area .cv-01 {
      width: calc(1034 / 2000 * 100%);
      margin-bottom: 25px; }
      @media screen and (max-width: 768px) {
        .wrapper .main .cv-area .cv-01 {
          width: 90%;
          margin-bottom: 10px; } }
    .wrapper .main .cv-area .cv-02 {
      width: calc(584 / 1157 * 100%);
      margin-right: 10px; }
      @media screen and (max-width: 768px) {
        .wrapper .main .cv-area .cv-02 {
          width: 100%; } }
    .wrapper .main .cv-area .cv-03 {
      width: calc(189 / 1157 * 100%);
      margin-right: -15px; }
      @media screen and (max-width: 768px) {
        .wrapper .main .cv-area .cv-03 {
          width: 29.5%;
          margin: 0 0 0 -6px; } }
    .wrapper .main .cv-area .cv-04 {
      width: calc(385 / 1157 * 100%);
      margin-right: -20px; }
      @media screen and (max-width: 768px) {
        .wrapper .main .cv-area .cv-04 {
          width: 71%;
          margin: 0 0 0 -7px; } }
    .wrapper .main .cv-area .cv-btm {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: calc(1157 / 2000 * 100%);
      padding: 10px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 10px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .wrapper .main .cv-area .cv-btm {
          width: 90%; } }
  .wrapper .main .other {
    width: calc(1102 / 2000 * 100%);
    margin: 60px auto 80px; }
    @media screen and (max-width: 768px) {
      .wrapper .main .other {
        width: 90%;
        margin: 20px auto 30px; } }
  .wrapper .main .service01 {
    width: calc(1201 / 2000 * 100%);
    margin: 0 auto 86px; }
    @media screen and (max-width: 768px) {
      .wrapper .main .service01 {
        width: 95%;
        margin: 20px auto 30px; } }
  .wrapper .main .service02 {
    width: calc(1201 / 2000 * 100%);
    margin: 0 auto 90px; }
    @media screen and (max-width: 768px) {
      .wrapper .main .service02 {
        width: 100%;
        margin-bottom: 40px; } }
  .wrapper .main .difference {
    background-color: #EFEAD6;
    padding: 5px 0; }
    .wrapper .main .difference .inner {
      width: calc(1143 / 2000 * 100%);
      margin: 0 auto;
      padding: 80px 0 30px;
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff; }
      @media screen and (max-width: 768px) {
        .wrapper .main .difference .inner {
          width: 98%;
          padding: 40px 0 20px; } }
  .wrapper .main .person {
    width: calc(1131 / 2000 * 100%);
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .wrapper .main .person {
        width: 98%; } }
  .wrapper .footer .inner {
    width: calc(1197 / 2000 * 100%);
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .wrapper .footer .inner {
        width: 100%; } }
  .wrapper .footer .js-ft-fix {
    position: relative;
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    min-width: 1200px;
    height: 100px;
    background-color: #BDAE80; }
    @media screen and (max-width: 768px) {
      .wrapper .footer .js-ft-fix {
        min-width: initial;
        height: auto;
        padding-top: 10px; } }
    .wrapper .footer .js-ft-fix .fixed-img {
      width: auto;
      max-height: 100px; }
    .wrapper .footer .js-ft-fix .fixed-link {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 433px;
      right: 0;
      bottom: 5px; }
      @media screen and (max-width: 768px) {
        .wrapper .footer .js-ft-fix .fixed-link {
          position: static;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          width: 95%;
          margin: 0 auto; } }
    .wrapper .footer .js-ft-fix .fixed-mail {
      width: auto; }
      @media screen and (max-width: 768px) {
        .wrapper .footer .js-ft-fix .fixed-mail {
          margin: 0 10px; } }
    .wrapper .footer .js-ft-fix .fixed-line {
      width: auto; }
