@charset "UTF-8";
#nlp-careerdesign header {
  margin-bottom: 0;
}
#nlp-careerdesign.fixed .career {
  margin-top: 142px;
}

body[class*=parent-pageid-245].fixed .career {
  margin-top: 140px;
}

body[class*=parent-pageid-248].fixed .career {
  margin-top: 140px;
}

.pc{
  display:block;
}

.sp{
  display:none;
}
@media screen and (max-width: 640px) {
.pc{
  display:none;
}
.sp{
  display:block;
}  
}

@media screen and (max-width: 1130px) {
  #yourself .career {
    margin-top: 140px;
  }
}
#yourself .career .bgarea {
  height: 350px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #yourself .career .bgarea {
    background-image: url(../img/mcd_bg2.png);
    height: 82.6666666667vw;
  }
}
#yourself .career .bgarea h1::after {
  margin-top: 16px;
  margin-bottom: 36px;
}
@media screen and (max-width: 640px) {
  #yourself .career .bgarea h1::after {
    margin-top: 4.2666666667vw;
    margin-bottom: 5.8666666667vw;
  }
}
#yourself .career .bgarea p .mb16, #yourself .career .bgarea .overview .trainer__list li .mb16, .overview .trainer__list #yourself .career .bgarea li .mb16 {
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  #yourself .career .bgarea p .mb16, #yourself .career .bgarea .overview .trainer__list li .mb16, .overview .trainer__list #yourself .career .bgarea li .mb16 {
    margin-bottom: 2.1333333333vw;
  }
}
#yourself .career .overview {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  #yourself .career .overview {
    padding-top: 21.3333333333vw;
    padding-bottom: 16vw;
  }
}

.career figure {
  margin: 0;
}
.career img {
  max-width: 100%;
}
.career .flexlist {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .career .flexlist {
    margin-bottom: 9.8666666667vw;
  }
}
.career .flexlist__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 640px) {
  .career .flexlist__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.career .flexlist__item figure img {
  max-width: 644px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .career .flexlist__item figure img {
    width: 92vw;
  }
}
@media screen and (max-width: 640px) {
  .career .flexlist__item figure {
    position: relative;
    z-index: -1;
    bottom: 6.1333333333vw;
  }
}
.career .flexlist__item:nth-child(1) {
  margin-bottom: 60px;
}
.career .flexlist__item:nth-child(1) figure {
  margin-left: auto;
}
@media screen and (max-width: 640px) {
 /* .career .flexlist__item:nth-child(1) .square__link li:last-child a::after {
    position: absolute;
    bottom: 2.6666666667vw;
    left: 7.4666666667vw;
  }*/
}
.career .flexlist__item:nth-child(2) .square {
  right: 0;
}
@media screen and (max-width: 640px) {
  .career .flexlist__item:nth-child(2) .square {
    /* margin-left: auto; */
  }
}
.career .flexlist__item:nth-child(2) .square h3 {
  padding-left: 16px;
}
.career .flexlist__item:nth-child(2) .square__link {
  padding-left: 22px;
}
.career .flexlist__item:nth-child(2) figure {
  margin-right: auto;
}

@media screen and (max-width: 640px) {
 .career .flexlist__item:nth-child(2) figure {
  margin-right: 0;
  margin-left:auto;
} 
}

.career .square {
  width: 495px;
  height: 290px;
  background-color: rgba(245, 245, 245, 0.8);
  padding-left: 37px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .career .square {
    width: 92vw;
    height: 89.3333333333vw;
    padding-left: 7.7333333333vw;
    top: auto;
    -webkit-transform: none;
            transform: none;
    position: relative;
  }
  .secondheight{
    height: 64.3333333333vw!important;
  }
}
.career .square h3 {
  color: #123e75;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 28px 0 0 22px;
  border-left: 4px solid #123e75;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .career .square h3 {
    line-height: 1.4;
    font-size: 7.2vw;
    padding-top: 6.9333333333vw;
    padding-left: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.career .square h3 a {
  color: #123e75;
}
.career .square h3 span {
  font-size: 18px;
  display: block;
  color: #123e75;
  line-height:1.95;
}
@media screen and (max-width: 640px) {
  .career .square h3 span {
    font-size: 4.5vw;
  }
}
.career .square h3 br {
  display: none;
}
@media screen and (max-width: 640px) {
  .career .square h3 br {
    display: block;
  }
}
.career .square__link {
  padding-left: 16px;
}
@media screen and (max-width: 640px) {
  .career .square__link {
    padding-left: 0;
    width: 85.8666666667vw;
  }
}
.career .square__link a {
  color: #123e75;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .career .square__link a {
    font-size: 4vw;
    line-height: 2.13;
      display: inline-block;
  }
}
.career .square__link a::after {
  content: "";
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: relative;
  width: 14px;
  height: 4px;
  margin-left: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 640px) {
  .career .square__link a::after {
    width: 4.5333333333vw;
    height: 2.4vw;
    margin-left: 1.0666666667vw;
  }
}
.career .square__link a:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.career .box {
  background: -webkit-gradient(linear, left top, right top, from(#0082b2), to(#002f65));
  background: -webkit-linear-gradient(left, #0082b2 0%, #002f65 100%);
  background: linear-gradient(90deg, #0082b2 0%, #002f65 100%);
  margin: 0 0 83px auto;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 640px) {
  .career .box {
    margin-right: 0;
    margin-left: calc(50% - 50vw);
    width: 100vw;
    margin-right: 0vw;
    margin-bottom: 0;
  }
}
.career .box .title {
  padding: 55px 0 55px 100px;
}
@media screen and (max-width: 640px) {
  .career .box .title {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-left: 8vw;
  }
}
.career .box .title h2 {
  display: inline-block;
  font-size: 50px;
}
@media screen and (max-width: 640px) {
  .career .box .title h2 {
    font-size: 10.1333333333vw;
  }
}
.career .box .title h2 span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .career .box .title h2 span {
    font-size: 4vw;
    margin-top: 2.9333333333vw;
  }
}
.career .box .title * {
  color: white;
}
.career .box .title p, .career .box .title .overview .trainer__list li, .overview .trainer__list .career .box .title li {
  display: inline-block;
  vertical-align: 50px;
}
@media screen and (max-width: 1130px) {
  .career .box .title p, .career .box .title .overview .trainer__list li, .overview .trainer__list .career .box .title li {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .career .box .title p, .career .box .title .overview .trainer__list li, .overview .trainer__list .career .box .title li {
    font-size: 4vw;
    line-height: 1.5;
    margin-top: 2.9333333333vw;
  }
}
.career .box .title p br, .career .box .title .overview .trainer__list li br, .overview .trainer__list .career .box .title li br {
  display: none;
}
@media screen and (max-width: 640px) {
  .career .box .title p br, .career .box .title .overview .trainer__list li br, .overview .trainer__list .career .box .title li br {
    display: block;
  }
}
.career .box .title p::before, .career .box .title .overview .trainer__list li::before, .overview .trainer__list .career .box .title li::before {
  content: "";
  display: inline-block;
  height: 1px;
  background: #fff;
  width: 162px;
  vertical-align: 6px;
  margin: 0 25px;
}
@media screen and (max-width: 1130px) {
  .career .box .title p::before, .career .box .title .overview .trainer__list li::before, .overview .trainer__list .career .box .title li::before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .career .box .title p::before, .career .box .title .overview .trainer__list li::before, .overview .trainer__list .career .box .title li::before {
    display: block;
    margin: 0;
    width: 19.2vw;
    height: 1px;
    margin-top: 4vw;
    margin-bottom: 2.9333333333vw;
  }
}
.career .customers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1060px;
  width: 100%;
  margin: 0 auto 44px;
}
@media screen and (max-width: 950px) {
  .career .customers {
    background-color: #f8f8f8;
    padding: 0 6%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .career .customers {
    background-color: #f1f1f1;
    padding: 0;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 950px) {
  .career .customers:after {
    content: "";
    width: 48%;
    display: block;
  }
}
.career .customers li {
  max-width: 340px;
  width: 33%;
  position: relative;
  padding: 28px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 950px) {
  .career .customers li {
    width: 48%;
    padding: 28px 0;
    max-width: 358px;
  }
}
@media screen and (max-width: 640px) {
  .career .customers li {
    width: 100%;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 6.6666666667vw;
    padding-right: 3.7333333333vw;
    padding-bottom: 9.0666666667vw;
    padding-left: 3.7333333333vw;
    width: 84vw;
    border:1px solid #fff;
   background-color:#f1f1f1;
  }
}
.career .customers li .text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.86;
  min-height: 121px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
@media screen and (max-width: 640px) {
  .career .customers li .text {
    min-height: auto;
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 950px) {
  .career .customers li:nth-child(odd) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 640px) {
  .career .customers li:nth-child(odd) {
    margin-right: auto;
  }
}
@media screen and (max-width: 640px) {
  .career .customers li:not(:last-child) {
    margin-bottom: 8vw;
  }
}
.career .customers__wrap {
  position: relative;
  margin: 0 auto 88px;
}
@media screen and (max-width: 640px) {
  .career .customers__wrap {
    margin-bottom: 16vw;
    background-color: #f1f1f1!important;
    padding:50px 0;
    margin-bottom:0;
  }
}
.career .btn {
  position: relative;
}
.career .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  border: 1px solid #123e75;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  color: #123e75;
}
@media screen and (max-width: 640px) {
  .career .btn a {
    width: 48vw;
    height: 9.6vw;
    font-size: 3.7333333333vw;
    border-top-left-radius: 4.8vw;
    border-top-right-radius: 4.8vw;
    border-bottom-left-radius: 4.8vw;
    border-bottom-right-radius: 4.8vw;
    padding-right: 7vw;
    padding-left: 7vw;
  }
}
.career .btn a:hover img {
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}
.career .btn a img {
  vertical-align: 5px;
  margin-left: 17px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .career .btn a img {
    width: 12.8vw;
    margin-left: 2.1333333333vw;
  }
}
.career .container #main p.btn a img, .career .container #main .overview .trainer__list li.btn a img, .overview .trainer__list .career .container #main li.btn a img {
  top: 50%;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .career .container #main p.btn a img, .career .container #main .overview .trainer__list li.btn a img, .overview .trainer__list .career .container #main li.btn a img {
    right: 7.4666666667vw;
  }
}
.career .stripe {
  padding: 58px 0;
  text-align: center;
  background-size: auto auto;
  background-color: white;
  background-image: -webkit-repeating-linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 3px, #ececec 3px, #ececec 6px);
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 3px, #ececec 3px, #ececec 6px);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 1130px) {
  .career .stripe {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .career .stripe {
    padding-top: 10.1333333333vw;
    padding-bottom: 10.1333333333vw;
  }
}
.career .stripe h3 {
  color: #123e75;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  .career .stripe h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
  }
}
.career .bluebtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 70px;
  border-radius: 45px;
  line-height: 70px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#5cb8f5), to(#3071c1));
  background: -webkit-linear-gradient(left, #5cb8f5, #3071c1);
  background: linear-gradient(to right, #5cb8f5, #3071c1);
  width: 520px;
  margin: 0 auto;
  font-size: 26px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 640px) {
  .career .bluebtn {
    width: 68vw;
    height: 13.3333333333vw;
    font-size: 5.0666666667vw;
  }
}
.career .bluebtn:hover img {
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}
.career .bluebtn img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 640px) {
  .career .bluebtn img {
    right: 4vw;
    width: 8vw;
  }
}
.career #link {
  max-width: 1080px;
  width: 100%;
  margin: 84px auto 0;
}
@media screen and (max-width: 640px) {
  .career #link {
    margin-top: 10.6666666667vw;
  }
}
.career #link .mcdarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f8f8f8;
  margin-bottom: 100px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 950px) {
  .career #link .mcdarea {
    padding: 0 6%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .career #link .mcdarea {
    background-color: white;
    padding: 0;
    margin-bottom: 32vw;
  }
}
@media screen and (max-width: 950px) {
  .career #link .mcdarea:after {
    content: "";
    width: 48%;
    display: block;
  }
}
.career #link .mcdarea li {
  max-width: 358px;
  width: 33%;
  padding-bottom: 45px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 950px) {
  .career #link .mcdarea li {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .career #link .mcdarea li {
    width: 84vw;
    margin: 0 auto;
    max-width: none;
    background-color: #f8f8f8;
    padding-bottom: 8.8vw;
  }
}
.career #link .mcdarea li h3 {
  font-size: 18px;
  line-height: 1.33;
  color: #123e75;
  position: relative;
  height: 70px;
  margin: 20px auto 12px;
}
@media screen and (max-width: 640px) {
  .career #link .mcdarea li h3 {
    height: auto;
    margin-top: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.career #link .mcdarea li h3::after {
  content: "";
  border-bottom: solid 2px #123e75;
  display: block;
  width: 40px;
  height: 0;
  margin: 12px auto;
}
@media screen and (max-width: 640px) {
  .career #link .mcdarea li h3::after {
    width: 9.3333333333vw;
    margin-top: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
}
.career #link .mcdarea li .text {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.63;
  height: 100px;
  padding: 0 1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
@media screen and (max-width: 640px) {
  .career #link .mcdarea li .text {
    font-size: 3.7333333333vw;
    margin-bottom: 4.8vw;
    height: 100%;
    padding: 0 1.3em;
  }
}
@media screen and (max-width: 950px) {
  .career #link .mcdarea li:nth-child(odd) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 640px) {
  .career #link .mcdarea li:nth-child(odd) {
    margin-right: auto;
  }
}
@media screen and (max-width: 640px) {
  .career #link .mcdarea li:not(:last-child) {
    margin-bottom: 8.5333333333vw;
  }
}
.career #link .mcdarea li:not(:last-child) div {
  position: relative;
}
.career #link .mcdarea li:not(:last-child) div::after {
  content: "";
  border-right: solid 1px #e6e6e6;
  position: absolute;
  width: 1px;
  height: 170px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 950px) {
  .career #link .mcdarea li:not(:last-child) div::after {
    content: none;
  }
}
.career #link .mcdarea .btn.blue a {
  background: -webkit-gradient(linear, left top, right top, from(#5cb8f5), to(#3071c1));
  background: -webkit-linear-gradient(left, #5cb8f5, #3071c1);
  background: linear-gradient(to right, #5cb8f5, #3071c1);
  color: white;
  border: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.career #link .mcdwrap {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1130px) {
  .career #link .mcdwrap {
    width: 95%;
  }
}
@media screen and (max-width: 640px) {
  .career #link .mcdwrap {
    width: 100%;
  }
}
.career #link .mcdwrap h2 a,
.career #link .mcdwrap h3 a {
  color: #123e75;
}
.career #link .mcdwrap__lead {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #123e75;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .career #link .mcdwrap__lead {
    font-size: 5.8666666667vw;
  }
}
.career #link .mcdwrap__lead span {
  display: table;
  text-align: center;
  margin: 0 auto;
  background-color: white;
  padding: 0 8px;
  color: #123e75;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .career #link .mcdwrap__lead span {
    font-size: 4vw;
  }
}
.career #link .mcdwrap__lead span::after {
  content: "";
  width: 230px;
  position: absolute;
  height: 1px;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #123e75;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .career #link .mcdwrap__lead span::after {
    width: 45.8666666667vw;
  }
}
.career #link .mcdwrap__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 42px auto;
}
@media screen and (max-width: 640px) {
  .career #link .mcdwrap__list {
    margin-top: 8.5333333333vw;
    margin-bottom: 14.6666666667vw;
    width: 76.2666666667vw;
  }
}
.career #link .mcdwrap__list .mcdwrap__item {
  margin-top: 42px;
  margin-right: 74px;
}

.career #link .mcdwrap__list .mcdwrap__item:last-child {
  margin-top: 42px;
  margin-right:0;
}


@media screen and (max-width: 640px) {
  .career #link .mcdwrap__list .mcdwrap__item {
    margin-top: 0;
    width: 100%;
  }
  .career #link .mcdwrap__list .mcdwrap__item:last-child {
  margin-top: 0;
  margin-right:0;
}
}
.career #link .mcdwrap__list .mcdwrap__item:nth-child(1) {
  margin-right: 74px;
}
@media screen and (max-width: 640px) {
  .career #link .mcdwrap__list .mcdwrap__item:nth-child(1) {
    margin-right: auto;
  }
}
@media screen and (max-width: 640px) {
  /*.career #link .mcdwrap__list .mcdwrap__item:nth-child(1) .linkarea li:last-child a:after {
    position: absolute;
    bottom: 2.6666666667vw;
    left: 6.4vw;*/
  }
}
.career #link .mcdwrap__list .mcdwrap__item:nth-child(2) {
  width: 200px;
  margin-right: 90px;
}
@media screen and (max-width: 640px) {
  .career #link .mcdwrap__list .mcdwrap__item:nth-child(2) {
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .career #link .mcdwrap__list .mcdwrap__item:not(:last-child) {
    margin-bottom: 8.5333333333vw;
  }
}
.career #link .mcdwrap__list h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #123e75;
}
@media screen and (max-width: 640px) {
  .career #link .mcdwrap__list h3 {
    font-size: 4.8vw;
  }
}
.career #link .mcdwrap__list h3::after {
  content: "";
  border-bottom: dotted 2px #123e75;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 640px) {
  .career #link .mcdwrap__list h3::after {
    padding-bottom: 3.2vw;
    margin-bottom: 3.2vw;
  }
}
.career #link .mcdwrap__list .linkarea a {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color:#123e75;
}
@media screen and (max-width: 640px) {
  .career #link .mcdwrap__list .linkarea a {
      display:inline-block;
    font-size: 3.7333333333vw;
  }
}
.career #link .mcdwrap__list .linkarea a::after {
  content: "";
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: relative;
  width: 14px;
  height: 4px;
  margin-left: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 640px) {
  .career #link .mcdwrap__list .linkarea a::after {
    width: 3.7333333333vw;
    height: 2.1333333333vw;
    margin-left: 2.1333333333vw;
  }
}
.career #link .mcdwrap__list .linkarea a:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.career #link .apply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 74px;
}
@media screen and (max-width: 640px) {
  .career #link .apply {
    margin-bottom: 20vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.career #link .apply__lead {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #123e75;
  margin-right: 32px;
}
@media screen and (max-width: 640px) {
  .career #link .apply__lead {
    margin-right: 0;
    margin-bottom: 4vw;
    font-size: 4.8vw;
  }
}
.career #link .apply__btn {
  -webkit-box-shadow: 4px 4px 4px rgba(46, 86, 135, 0.1);
          box-shadow: 4px 4px 4px rgba(46, 86, 135, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(#f0a33b), to(#eb3437));
  background: -webkit-linear-gradient(left, #f0a33b 0%, #eb3437 100%);
  background: linear-gradient(90deg, #f0a33b 0%, #eb3437 100%);
  border-radius: 25px;
  color: white;
  width: 228px;
  height: 50px;
  font-size: 18px;
  padding-left: 2em;
  padding-right: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 640px) {
  .career #link .apply__btn {
    width: 60.8vw;
    height: 13.3333333333vw;
    font-size: 4.8vw;
    border-top-left-radius: 6.6666666667vw;
    border-top-right-radius: 6.6666666667vw;
    border-bottom-left-radius: 6.6666666667vw;
    border-bottom-right-radius: 6.6666666667vw;
  }
}
.career #link .apply__btn img {
  width: 22px;
  height: 4px;
  margin-left: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  right: auto;
}
@media screen and (max-width: 640px) {
  .career #link .apply__btn img {
    margin-left: auto;
    width: 5.8666666667vw;
    height: 1.0666666667vw;
  }
}
.career #link .apply__btn:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.career .container.stripebg {
  background-size: auto auto;
  background-color: white;
  background-image: -webkit-repeating-linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 3px, #ececec 3px, #ececec 6px);
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 3px, #ececec 3px, #ececec 6px);
  max-width: none;
}
.career .container.stripebg #main {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.career .bgarea {
  background-image: url(../img/mcd_bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .career .bgarea {
    background-image: url(../img/mcd_bg1_sp.png);
    height: 34.6666666667vw;
  }
}
.career .bgarea h1 {
  color: #123e75;
  font-size: 38px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: bold;
  position: relative;
  line-height: 1.263;
}
@media screen and (max-width: 640px) {
  .career .bgarea h1 {
    font-size: 6.9333333333vw;
  }
}
.career .bgarea h1::after {
  content: "";
  position: relative;
  display: block;
  width: 60px;
  height: 3px;
  background-color: #123e75;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .career .bgarea h2::after {
    width: 12vw;
    margin-top: 4vw;
  }
}
.career .bgarea h1 span {
  color: #123e75;
  font-size: 20px;
  line-height: 1.5;
  display: block;
  text-align:center;
}
@media screen and (max-width: 640px) {
 .career .bgarea h2 span {
  font-size: 4vw;
} 
}

.career .bgarea__para {
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: bold;
  color: #4d4d4d;
}
@media screen and (max-width: 640px) {
  .career .bgarea__para {
    font-size: 3.2vw;
  }
}

.fix-menu.mcd-fix {
  width: 34px;
}
@media screen and (max-width: 500px) {
  .fix-menu.mcd-fix {
    width: 100%;
  }
}
.fix-menu.mcd-fix li:nth-of-type(1) a {
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  height: 128px;
}
@media screen and (max-width: 500px) {
  .fix-menu.mcd-fix li:nth-of-type(1) a {
    border: none;
    height: 13.3333333333vw;
  }
}
@media screen and (max-width: 500px) {
  .fix-menu.mcd-fix li:nth-of-type(2) {
    border-right: 1px solid #fff;
  }
}
.fix-menu.mcd-fix li:nth-of-type(2) a {
  height: 128px;
}

.fix-menu.mcd-fix li:last-child a {
  height: 148px;
}



@media screen and (max-width: 500px) {
  .fix-menu.mcd-fix li:nth-of-type(2) a {
    height: 13.3333333333vw;
  }
}
.fix-menu.mcd-fix li:nth-of-type(3) a {
  height: 140px;
}
@media screen and (max-width: 500px) {
  .fix-menu.mcd-fix li:nth-of-type(3) a {
    width: 36vw;
    height: 13.3333333333vw;
  }
}
.fix-menu.mcd-fix li a {
  color: white;
  background-color: #ff8c00;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  font-size: 14px;
  padding: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}
@media screen and (max-width: 500px) {
  .fix-menu.mcd-fix li a {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: none;
    line-height: 1;
    font-size: 4.2666666667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
.fix-menu.mcd-fix li a:before {
  background-image: url(../img/mcd_fix-menu-down.svg);
}
@media screen and (max-width: 500px) {
  .fix-menu.mcd-fix li a:before {
    background-image: url(../img/mcd_fix-menu-right.svg);
    margin-right: 1.3333333333vw;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.fix-menu.mcd-fix li a:hover {
  background-color: #ff8c00;
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
 .fix-menu.mcd-fix li a:hover {
  background-color: #ff8c00;
  opacity: 1;
}
}

.fix-menu.mcd-fix li a:hover::before {
  background-image: url(../img/mcd_fix-menu-down.svg);
}
@media screen and (max-width: 500px) {
  .fix-menu.mcd-fix li a:hover::before {
    background-image: url(../img/mcd_fix-menu-right.svg);
  }
}

@media screen and (max-width: 1130px) {
  header ul.menu_sp {
    padding-right: 6%;
    padding-left: 6%;
    overflow-y: scroll;
    background: -webkit-linear-gradient(315deg, rgba(3, 163, 212, 0.95) 0%, rgba(0, 189, 190, 0.95) 0.27%, rgba(47, 100, 200, 0.95) 50.75%, rgba(0, 35, 75, 0.95) 100%);
    background: linear-gradient(135deg, rgba(3, 163, 212, 0.95) 0%, rgba(0, 189, 190, 0.95) 0.27%, rgba(47, 100, 200, 0.95) 50.75%, rgba(0, 35, 75, 0.95) 100%);
    z-index: 1;
  }
}
header ul.menu_sp li {
  text-align: left;
}
@media screen and (max-width: 1130px) {
  header ul.menu_sp li {
    padding-bottom: 25px;
  }
}
header ul.menu_sp li a {
  font-size: 24px;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
header ul.menu_sp li a span {
  font-size: 18px;
}
header ul.menu_sp li:not(:last-child) {
  position: relative;
}
header ul.menu_sp li:not(:last-child)::after {
  content: "";
  width: 100%;
  display: block;
  background: -webkit-radial-gradient(circle farthest-side, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6) 33%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0));
  background: radial-gradient(circle farthest-side, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6) 33%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0));
  background-size: 6px 6px;
  background-repeat: repeat-x;
  height: 6px;
  width: 100%;
  bottom: 0;
  position: absolute;
}
header ul.menu_sp li:last-child {
  text-align: center;
  position: relative;
  margin-top: 0;
}
header ul.menu_sp li:last-child a:nth-of-type(1) {
  margin-right: 0;
}
header ul.menu_sp li.snsarea {
  padding-bottom: 0;
}
header ul.menu_sp li.snsarea a:nth-of-type(1) {
  margin-right: 50px;
}
header ul.menu_sp .acd {
  position: relative;
  width: 100%;
  display: block;
  max-width: 500;
}
header ul.menu_sp .acd::after {
  content: "";
  background-image: url(../../img/what-nlp/img_plus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  right: calc(50% - 40vw);
  bottom: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
header ul.menu_sp .acd.invisible::after {
  content: none;
}
header ul.menu_sp .acd__wrap {
  display: none;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
}
header ul.menu_sp .acd__wrap li {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
}
header ul.menu_sp .acd__wrap li::after {
  content: none;
}
header ul.menu_sp .acd__wrap li a {
  font-size: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header ul.menu_sp .acd__wrap li a::after {
  content: "";
  background-image: url(../img/arrow_wt.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 4px;
  margin-left: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  right: 30px;
}
header ul.menu_sp .acd__wrap li a:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
header ul.menu_sp .acd__wrap li:nth-child(1) {
  margin-bottom: 20px;
}

#careerconsulting #link {
  width: 100%;
  margin: 0 auto;
  background: white;
  padding-top: 0;
  padding-bottom: 105px;
}
@media screen and (max-width: 640px) {
  #careerconsulting #link {
    margin-top: 0;
    padding-top: 10.6666666667vw;
    padding-bottom: 1vw;
  }
}
#careerconsulting #link .mcdarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f8f8f8;
  margin-bottom: 100px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1080px;
}
@media screen and (max-width: 950px) {
  #careerconsulting #link .mcdarea {
    padding: 0 6%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  #careerconsulting #link .mcdarea {
    background-color: white;
    padding: 0;
    margin-bottom: 28vw;
  }
}
@media screen and (max-width: 950px) {
  #careerconsulting #link .mcdarea:after {
    content: "";
    width: 48%;
    display: block;
  }
}
#careerconsulting #link .mcdarea li {
  max-width: 358px;
  width: 33%;
  padding-bottom: 45px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 950px) {
  #careerconsulting #link .mcdarea li {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  #careerconsulting #link .mcdarea li {
    width: 84vw;
    margin: 0 auto;
    max-width: none;
    background-color: #f8f8f8;
    border: solid 1px #eee;
    padding-bottom: 8.8vw;
  }
}
#careerconsulting #link .mcdarea li h3 {
  font-size: 18px;
  line-height: 1.33;
  color: #123e75;
  position: relative;
  height: 70px;
  margin: 20px auto 12px;
}
@media screen and (max-width: 640px) {
  #careerconsulting #link .mcdarea li h3 {
    height: auto;
    margin-top: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#careerconsulting #link .mcdarea li h3::after {
  content: "";
  border-bottom: solid 2px #123e75;
  display: block;
  width: 40px;
  height: 0;
  margin: 12px auto;
}
@media screen and (max-width: 640px) {
  #careerconsulting #link .mcdarea li h3::after {
    width: 9.3333333333vw;
    margin-top: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
}
#careerconsulting #link .mcdarea li .text {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.63;
  height: 100px;
  padding: 0 1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
@media screen and (max-width: 640px) {
  #careerconsulting #link .mcdarea li .text {
    font-size: 3.7333333333vw;
    margin-bottom: 4.8vw;
    height: 100%;
    padding: 0 1.3em;
  }
}
@media screen and (max-width: 950px) {
  #careerconsulting #link .mcdarea li:nth-child(odd) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 640px) {
  #careerconsulting #link .mcdarea li:nth-child(odd) {
    margin-right: auto;
  }
}
@media screen and (max-width: 640px) {
  #careerconsulting #link .mcdarea li:not(:last-child) {
    margin-bottom: 8.5333333333vw;
  }
}
#careerconsulting #link .mcdarea li:not(:last-child) div {
  position: relative;
}
#careerconsulting #link .mcdarea li:not(:last-child) div::after {
  content: "";
  border-right: solid 1px #e6e6e6;
  position: absolute;
  width: 1px;
  height: 170px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 950px) {
  #careerconsulting #link .mcdarea li:not(:last-child) div::after {
    content: none;
  }
}
#careerconsulting #link .mcdarea .btn.blue a {
  background: -webkit-gradient(linear, left top, right top, from(#5cb8f5), to(#3071c1));
  background: -webkit-linear-gradient(left, #5cb8f5, #3071c1);
  background: linear-gradient(to right, #5cb8f5, #3071c1);
  color: white;
  border: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.career #main_image {
  background: url(../img//mcd_mv_pc.png) no-repeat;
  width: 100%;
  height: 664px;
  background-size: cover;
  background-position: center top;
  padding-top: 76px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 95px;
}
@media screen and (max-width: 640px) {
  .career #main_image {
    background: url(../img//mcd_mv_sp.png) no-repeat;
    height: auto;
    background-size: 100%;
    padding-top: 100%;
    position: relative;
    margin-bottom: 35px;
    margin-bottom: -2vw;
  }
}
.career #main_image h1 {
  position: relative;
  opacity: 1;
  left: calc(33% - 324px);
  -webkit-transform: none;
          transform: none;
  font-size: 45px;
  line-height: 1.3;
  display: table;
  color: #123e75;
}
@media screen and (max-width: 950px) {
  .career #main_image h1 {
    left: 20px;
  }
}
@media screen and (max-width: 1130px) {
  .career #main_image h1 {
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3), -1px 1px 0px rgba(255, 255, 255, 0.3), 1px -1px 0px rgba(255, 255, 255, 0.3), -1px -1px 0px rgba(255, 255, 255, 0.3), 1px 0px 0px rgba(255, 255, 255, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.3), -1px 0px 0px rgba(255, 255, 255, 0.3), 0px -1px 0px rgba(255, 255, 255, 0.3);
  }
}
@media screen and (max-width: 640px) {
  .career #main_image h1 {
    font-size: 29px;
    top: 32px;
    position: absolute;
    text-shadow: none;
    font-size: 7.7333333333vw;
    top: 5.3333333333vw;
  }
}
.career #main_image h1 span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  color: #123e75;
}
@media screen and (max-width: 640px) {
  .career #main_image h1 span {
    font-size: 13px;
    margin-top: 4px;
    font-size: 3.4666666667vw;
    margin-top: 1.0666666667vw;
  }
}
.career #main_image h1 span::after {
  content: "";
  display: block;
  position: relative;
  border-bottom: solid 1px;
  width: 234px;
  bottom: -18px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .career #main_image h1 span::after {
    border-bottom-width: 1px;
    bottom: -4px;
    width: 46.4vw;
    bottom: -1.0666666667vw;
  }
}
.career #main_image .mvcopy {
  position: relative;
  margin-top: 36px;
  left: calc(33% - 324px);
  width: 460px;
}
@media screen and (max-width: 950px) {
  .career #main_image .mvcopy {
    left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .career #main_image .mvcopy {
    display: none;
  }
}
.career #main_image .mvcopy h2 {
  font-size: 23px;
  line-height: 1.65;
}
@media screen and (max-width: 1130px) {
  .career #main_image .mvcopy h2 {
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3), -1px 1px 0px rgba(255, 255, 255, 0.3), 1px -1px 0px rgba(255, 255, 255, 0.3), -1px -1px 0px rgba(255, 255, 255, 0.3), 1px 0px 0px rgba(255, 255, 255, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.3), -1px 0px 0px rgba(255, 255, 255, 0.3), 0px -1px 0px rgba(255, 255, 255, 0.3);
  }
}
.career #main_image .mvcopy p, .career #main_image .mvcopy .overview .trainer__list li, .overview .trainer__list .career #main_image .mvcopy li {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 1em;
}
@media screen and (max-width: 1130px) {
  .career #main_image .mvcopy p, .career #main_image .mvcopy .overview .trainer__list li, .overview .trainer__list .career #main_image .mvcopy li {
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3), -1px 1px 0px rgba(255, 255, 255, 0.3), 1px -1px 0px rgba(255, 255, 255, 0.3), -1px -1px 0px rgba(255, 255, 255, 0.3), 1px 0px 0px rgba(255, 255, 255, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.3), -1px 0px 0px rgba(255, 255, 255, 0.3), 0px -1px 0px rgba(255, 255, 255, 0.3);
  }
}
@media screen and (max-width: 640px) {
  .career #main_image .mvcopy p, .career #main_image .mvcopy .overview .trainer__list li, .overview .trainer__list .career #main_image .mvcopy li {
    display: none;
  }
}
.career #main_image .mvcopy p span, .career #main_image .mvcopy .overview .trainer__list li span, .overview .trainer__list .career #main_image .mvcopy li span {
  display: block;
  margin-bottom: 20px;
}
.career #main_image .mvcopy .message {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 416px;
}
.career .container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.career .container .mvcopysp {
  display: none;
}
@media screen and (max-width: 640px) {
  .career .container .mvcopysp {
    display: block;
    font-size: 4.2666666667vw;
    padding-right: 7.4666666667vw;
    padding-left: 7.4666666667vw;
    margin-bottom: 13.8666666667vw;
  }
}
.career .container .mvcopysp h2 {
  line-height: 1.63;
  margin-bottom: 4.6666666667vw;
}
.career .container .mvcopysp p, .career .container .mvcopysp .overview .trainer__list li, .overview .trainer__list .career .container .mvcopysp li {
  line-height: 1.75;
}
.career .container .mvcopysp p span, .career .container .mvcopysp .overview .trainer__list li span, .overview .trainer__list .career .container .mvcopysp li span {
  display: block;
  margin-bottom: 2.6666666667vw;
}
.career .obtain {
  position: relative;
  margin: 0 auto 95px;
  max-width: 882px;
  width: 94%;
  padding-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .career .obtain {
    margin-bottom: 13.8666666667vw;
    padding-bottom: 13.8666666667vw;
    width: 95%;
  }
}
.career .obtain::before, .career .obtain::after {
  content: "";
  background-image: url(../img//mcd_obtain_corner.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 106px;
}
@media screen and (max-width: 640px) {
  .career .obtain::before, .career .obtain::after {
    width: 26.6666666667vw;
    height: 14.1333333333vw;
  }
}
.career .obtain::before {
  top: 0;
  left: 0;
}
.career .obtain::after {
  right: 0;
  bottom: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.career .obtain__lead {
  color: #123e75;
  font-weight: bold;
  font-size: 23px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 34px;
}
@media screen and (max-width: 640px) {
  .career .obtain__lead {
    font-size: 5.3333333333vw;
    margin: 0 auto 1em;
    width: 90%;
    text-align:center;
    line-height:1.6 ;
  }
}
.career .obtain__lead::before {
  content: "";
  background-image: url(../img//mcd_diamond.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: relative;
  width: 90px;
  height: 65px;
  margin: 18px auto;
}
@media screen and (max-width: 640px) {
  .career .obtain__lead::before {
    width: 24vw;
    height: 17.3333333333vw;
  }
}
.career .obtain p, .career .obtain .overview .trainer__list li, .overview .trainer__list .career .obtain li {
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
  max-width: 700px;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 640px) {
  .career .obtain p, .career .obtain .overview .trainer__list li, .overview .trainer__list .career .obtain li {
    font-size: 4.2666666667vw;
    width: 90%;
  }
}

.overviewbg {
  -webkit-box-shadow: -7.76px 7.76px 7.76px rgba(46, 86, 135, 0.25);
          box-shadow: -7.76px 7.76px 7.76px rgba(46, 86, 135, 0.25);
  background-color: white;
}
@media screen and (max-width: 640px) {
  .overviewbg {
    margin: 0 auto;
    width: 84vw;
  }
}
.overviewbg h3 {
  background: -webkit-gradient(linear, left top, right top, from(#0082b2), to(#002f65));
  background: -webkit-linear-gradient(left, #0082b2 0%, #002f65 100%);
  background: linear-gradient(90deg, #0082b2 0%, #002f65 100%);
  color: white;
  font-size: 28px;
  line-height: 1.61;
  text-align: center;
  height: 100px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .overviewbg h3 {
    height: 17.3333333333vw;
    font-size: 5.0666666667vw;
  }
}
.overviewbg h3 span {
  display: block;
  font-size: 16px;
  color: white;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .overviewbg h3 span {
    font-size: 3.7333333333vw;
  }
}
.overviewbg h3 span br {
  display: none;
}
@media screen and (max-width: 640px) {
  .overviewbg h3 span br {
    display: block;
  }
}
.overviewbg.recommend h3, .overviewbg.detail h3 {
  height: 120px;
}
@media screen and (max-width: 640px) {
  .overviewbg.recommend h3, .overviewbg.detail h3 {
    height: 30.4vw;
  }
}
.overviewbg:not(:last-child) {
  margin-bottom: 84px;
}
@media screen and (max-width: 640px) {
  .overviewbg:not(:last-child) {
    margin-bottom: 13.3333333333vw;
  }
}

.pc-hide {
  display: none;
}
@media screen and (max-width: 640px) {
  .pc-hide {
    display: block;
  }
}

.sp-hide {
  display: block;
}
@media screen and (max-width: 640px) {
  .sp-hide {
    display: none;
  }
}

.detailwrap {
  background-color: white;
  -webkit-box-shadow: -7.76px 7.76px 7.76px rgba(46, 86, 135, 0.25);
          box-shadow: -7.76px 7.76px 7.76px rgba(46, 86, 135, 0.25);
}

.bottomcont {
  background-color: white;
}

.bottomwrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

.overview {
  padding: 82px 0 200px;
}
@media screen and (max-width: 640px) {
  .overview {
    padding-top: 10.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}
.overview p, .overview .trainer__list li {
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
@media screen and (max-width: 640px) {
  .overview p, .overview .trainer__list li {
    font-size: 4.2666666667vw;
  }
}
.overview__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .overview__wrap {
    padding-top: 10.1333333333vw;
    padding-right: 6.9333333333vw;
    padding-bottom: 13.3333333333vw;
    padding-left: 6.9333333333vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 100% !important;
  }
}
.overview .detailwrap {
  padding: 90px 80px;
  margin-bottom: 84px;
}
@media screen and (max-width: 640px) {
  .overview .detailwrap {
    margin: 0 auto;
    width: 84vw;
    padding-top: 9.3333333333vw;
    padding-right: 8vw;
    padding-bottom: 16vw;
    padding-left: 8vw;
    margin-bottom: 13.0666666667vw;
  }
}
.overview .detailwrap__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 36px;
}
@media screen and (max-width: 640px) {
  .overview .detailwrap__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.overview .detailwrap__list li {
  width: 293px;
}
@media screen and (max-width: 640px) {
  .overview .detailwrap__list li {
    width: 100%;
  }
}
.overview .detailwrap__list li h2 {
  background-color: #123e75;
  color: white;
  text-align: center;
  font-size: 21px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
}
@media screen and (max-width: 640px) {
  .overview .detailwrap__list li h2 {
    font-size: 4.8vw;
    height: 14.9333333333vw;
  }
}
.overview .detailwrap__list li h2::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  height: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 18px;
}
@media screen and (max-width: 640px) {
  .overview .detailwrap__list li h2::before {
    height: 8.2666666667vw;
    left: 4.2666666667vw;
  }
}
.overview .detailwrap__list li h2 span {
  font-size: 14px;
  color: white;
  display: block;
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .overview .detailwrap__list li h2 span {
    font-size: 3.7333333333vw;
    margin-top: 1.6vw;
  }
}
.overview .detailwrap__list li:nth-child(1) h2::before {
  background-image: url(../img/mcd_overview_icon_1.svg);
  width: 42px;
}
@media screen and (max-width: 640px) {
  .overview .detailwrap__list li:nth-child(1) h2::before {
    width: 9.6vw;
  }
}
.overview .detailwrap__list li:nth-child(2) h2::before {
  background-image: url(../img/mcd_overview_icon_2.svg);
  width: 33px;
}
@media screen and (max-width: 640px) {
  .overview .detailwrap__list li:nth-child(2) h2::before {
    width: 7.4666666667vw;
  }
}
.overview .detailwrap__list li:nth-child(3) h2::before {
  background-image: url(../img/mcd_overview_icon_3.svg);
  width: 36px;
}
@media screen and (max-width: 640px) {
  .overview .detailwrap__list li:nth-child(3) h2::before {
    width: 8.2666666667vw;
  }
}
.overview .detailwrap__list li:not(:last-child) {
  margin-right: 17px;
}
@media screen and (max-width: 640px) {
  .overview .detailwrap__list li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8.8vw;
  }
}
.overview .detailwrap__list li p, .overview .detailwrap__list li .trainer__list li, .overview .trainer__list .detailwrap__list li li {
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 32px;
  height: 113px;
  font-size: 18px;
  line-height: 1.56;
}
@media screen and (max-width: 640px) {
  .overview .detailwrap__list li p, .overview .detailwrap__list li .trainer__list li, .overview .trainer__list .detailwrap__list li li {
    font-size: 4.2666666667vw;
    padding-top: 7.4666666667vw;
    height: 26.1333333333vw;
  }
}
.overview .detailwrap__para {
  width: 700px;
  margin: 0 auto 33px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
@media screen and (max-width: 640px) {
  .overview .detailwrap__para {
    width: 100%;
    margin-bottom: 8.8vw;
  }
}
.overview .detailwrap .bluebtn {
  width: 700px;
  height: 80px;
}
@media screen and (max-width: 640px) {
  .overview .detailwrap .bluebtn {
    width: 100%;
    height: 13.3333333333vw;
    font-size: 5.0666666667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 640px) {
  .overview .detailwrap .bluebtn img {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 2.6666666667vw;
  }
}
.overview .recommend .overview__wrap {
  height: 285px;
}
@media screen and (max-width: 640px) {
  .overview .recommend .overview__wrap {
    height: 70.9333333333vw;
  }
}
.overview .recommend__list li {
  color: #123e75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .overview .recommend__list li {
    letter-spacing: 0.03em;
    font-size: 4.2666666667vw;
  }
}
.overview .recommend__list li span {
  color: #123e75;
}
.overview .recommend__list li::before {
  content: "";
  background-image: url(../img/mcd_checkbox.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 18px;
  margin-top: 4px;
  margin-right: 12px;
}
@media screen and (max-width: 640px) {
  .overview .recommend__list li::before {
    width: 3.4666666667vw;
    height: 3.2vw;
    margin-top: 1.0666666667vw;
    margin-right: 1.6vw;
  }
}
.overview .recommend__list li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .overview .recommend__list li:not(:last-child) {
    margin-bottom: 2.4vw;
  }
}
.overview .feature .overview__wrap {
  height: 340px;
}
@media screen and (max-width: 640px) {
  .overview .feature .overview__wrap {
    height: 100%;
  }
}
.overview .feature__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .overview .feature__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.overview .feature__list li {
  width: 268px;
}
@media screen and (max-width: 640px) {
  .overview .feature__list li {
    width: 100%;
  }
}
.overview .feature__list li h4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 640px) {
  .overview .feature__list li h4 {
    margin-bottom: 4.8vw;
  }
}
.overview .feature__list li h4 .border {
  position: relative;
  color: #123e75;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .overview .feature__list li h4 .border {
    font-size: 4.2666666667vw;
  }
}
.overview .feature__list li h4 .border::after {
  content: "";
  display: block;
  width: 75px;
  height: 2px;
  background-color: #123e75;
  position: absolute;
  bottom: -5px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .overview .feature__list li h4 .border::after {
    width: 20vw;
    bottom: -1.3333333333vw;
  }
}
.overview .feature__list li h4 .num {
  color: #123e75;
  font-size: 40px;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .overview .feature__list li h4 .num {
    font-size: 10.6666666667vw;
    margin-left: 2.1333333333vw;
  }
}
.overview .feature__list li p, .overview .feature__list li .trainer__list li, .overview .trainer__list .feature__list li li {
  position: relative;
}
.overview .feature__list li p::before, .overview .feature__list li .trainer__list li::before, .overview .trainer__list .feature__list li li::before {
  content: "";
  width: 100%;
  display: block;
  padding-bottom: 30px;
  background: -webkit-radial-gradient(circle farthest-side, #123e75, #123e75 33%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0));
  background: radial-gradient(circle farthest-side, #123e75, #123e75 33%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0));
  background-size: 6px 6px;
  background-repeat: repeat-x;
  height: 6px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .overview .feature__list li p::before, .overview .feature__list li .trainer__list li::before, .overview .trainer__list .feature__list li li::before {
    padding-bottom: 7.4666666667vw;
  }
}
.overview .feature__list li:not(:last-child) {
  margin-right: 58px;
}
@media screen and (max-width: 640px) {
  .overview .feature__list li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 18.6666666667vw;
  }
}
.overview .detail .overview__wrap {
  height: 363px;
}
.overview .detail__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .overview .detail__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.overview .detail__list li {
  width: 267px;
}
@media screen and (max-width: 640px) {
  .overview .detail__list li {
    width: 100%;
  }
}
.overview .detail__list li h4 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-weight: bold;
  font-size: 18px;
  color: #123e75;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .overview .detail__list li h4 {
    font-size: 4.8vw;
    margin-bottom: 4.8vw;
  }
}
.overview .detail__list li h4::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: relative;
  margin-bottom: 13px;
}
@media screen and (max-width: 640px) {
  .overview .detail__list li h4::before {
    margin-bottom: 4vw;
  }
}
.overview .detail__list li:nth-child(1) h4::before {
  background-image: url(../img/mcd_session_icon_1.svg);
  width: 82px;
  height: 62px;
}
@media screen and (max-width: 640px) {
  .overview .detail__list li:nth-child(1) h4::before {
    width: 21.8666666667vw;
    height: 16.5333333333vw;
  }
}
.overview .detail__list li:nth-child(2) h4::before {
  background-image: url(../img/mcd_session_icon_2.svg);
  width: 47px;
  height: 60px;
}
@media screen and (max-width: 640px) {
  .overview .detail__list li:nth-child(2) h4::before {
    width: 12.5333333333vw;
    height: 16vw;
  }
}
.overview .detail__list li:nth-child(3) h4::before {
  background-image: url(../img/mcd_session_icon_3.svg);
  width: 33px;
  height: 56px;
}
@media screen and (max-width: 640px) {
  .overview .detail__list li:nth-child(3) h4::before {
    width: 8.8vw;
    height: 14.9333333333vw;
  }
}
.overview .detail__list li:not(:last-child) {
  margin-right: 56px;
}
@media screen and (max-width: 640px) {
  .overview .detail__list li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 11.2vw;
  }
}
.overview .detail__inline li {
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
@media screen and (max-width: 640px) {
  .overview .detail__inline li {
    font-size: 4.2666666667vw;
  }
}
.overview .detail__inline li::before {
  content: "●";
  font-size: 10px;
  margin-top: 4px;
  margin-right: 5px;
}
.overview .detail__inline li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .overview .detail__inline li:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
}
.overview .style .overview__wrap {
  height: 580px;
}
.overview .style figure {
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .overview .style figure {
    margin-bottom: 4.8vw;
  }
}
.overview .style .btn {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .overview .style .btn {
    margin-top: 6.4vw;
  }
}
.overview .price .overview__wrap {
  height: 268px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.overview .price__para {
  font-weight: bold;
  font-size: 20px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  margin-bottom: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .overview .price__para {
    font-size: 5.3333333333vw;
    margin-bottom: 3.2vw;
    line-height: 1.3;
    text-align: center;
  }
}
.overview .price .small {
  font-size: 16px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}
@media screen and (max-width: 640px) {
  .overview .price .small {
    font-size: 4.2666666667vw;
  }
}
.overview .price .marker {
  color: #0071bc;
  font-size: 34px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(255, 255, 255, 0)), color-stop(75%, #ffd800));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 75%, #ffd800 75%);
  background: linear-gradient(rgba(255, 255, 255, 0) 75%, #ffd800 75%);
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .overview .price .marker {
    font-size: 9.0666666667vw;
    margin-left: 5.3333333333vw;
  }
}
.overview .price__list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .overview .price__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.overview .price__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
.overview .price__list li h4 {
  font-size: 18px;
  color: #123e75;
}
@media screen and (max-width: 640px) {
  .overview .price__list li h4 {
    font-size: 4.8vw;
  }
}
.overview .price__list li p, .overview .price__list li .trainer__list li, .overview .trainer__list .price__list li li {
  font-size: 18px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}
@media screen and (max-width: 640px) {
  .overview .price__list li p, .overview .price__list li .trainer__list li, .overview .trainer__list .price__list li li {
    font-size: 4.8vw;
  }
}
.overview .price__list li:nth-child(1) {
  margin-right: 38px;
}
@media screen and (max-width: 640px) {
  .overview .price__list li:nth-child(1) {
    margin-right: 0;
  }
}
.overview .price .attention {
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .overview .price .attention {
    font-size: 3.7333333333vw;
    text-indent: -0.6em;
    padding-left: 0.6em;
  }
}
.overview .trainer .overview__wrap {
  height: 478px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 62px;
}
@media screen and (max-width: 640px) {
  .overview .trainer .overview__wrap {
    padding-top: 10.1333333333vw;
  }
}
.overview .trainer figure {
  margin-right: 64px;
}
@media screen and (max-width: 640px) {
  .overview .trainer figure {
    margin-right: auto;
    margin-bottom: 10.6666666667vw;
  }
}
.overview .trainer figure img {
  width: 140px;
}
@media screen and (max-width: 640px) {
  .overview .trainer figure img {
    width: 100%;
  }
}
.overview .trainer__wrap h4 {
  color: #13345e;
  font-size: 21px;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .overview .trainer__wrap h4 {
    font-size: 5.6vw;
    margin-bottom: 4.8vw;
  }
}
.overview .trainer__wrap .bold {
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  .overview .trainer__wrap .bold {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .overview .trainer__list li {
    font-size: 4.2666666667vw;
  }
}
.overview .trainer .btn a {
  margin: 60px auto 0 0;
}
@media screen and (max-width: 640px) {
  .overview .trainer .btn a {
    margin: 0 auto;
    margin-top: 16vw;
  }
}

.graybg {
  background-color: #f4f4f4;
}
.graybg .bottomwrap {
  padding-bottom: 0;
}

.bottomwrap {
  position: relative;
  padding-bottom: 114px;
}
@media screen and (max-width: 640px) {
  .bottomwrap {
    padding-bottom: 13.3333333333vw;
  }
}
.bottomwrap .uservoice {
  position: relative;
  top: -105px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .bottomwrap .uservoice {
    top: -13.3333333333vw;
  }
}
.bottomwrap .uservoice .box {
  margin-bottom: 54px;
}
@media screen and (max-width: 640px) {
  .bottomwrap .uservoice .box {
    margin-bottom: 14.6666666667vw;
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
}
@media screen and (max-width: 640px) {
  .bottomwrap .uservoice__list {
    padding-right: 8vw;
    padding-left: 8vw;
  }
}
.bottomwrap .uservoice__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 32px;
  margin-left: 98px;
  position: relative;
  width: 965px;
}
@media screen and (max-width: 950px) {
  .bottomwrap .uservoice__list li {
    max-width: 965px;
  }
}
@media screen and (max-width: 640px) {
  .bottomwrap .uservoice__list li {
    max-width: none;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    padding-bottom: 12.2666666667vw;
  }
}
.bottomwrap .uservoice__list li:after {
  content: "";
  position: absolute;
  background: -webkit-radial-gradient(circle farthest-side, #999999, #999999 33%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0));
  background: radial-gradient(circle farthest-side, #999999, #999999 33%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0));
  background-size: 6px 6px;
  display: inline-block;
  height: 6px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.bottomwrap .uservoice__list li figure {
  margin-right: 70px;
  width: 110px;
}
@media screen and (max-width: 640px) {
  .bottomwrap .uservoice__list li figure {
    margin: 0 auto;
    width: 44vw;
    margin-bottom: 7.4666666667vw;
  }
}
.bottomwrap .uservoice__list li figure img {
  width: 110px;
}
@media screen and (max-width: 640px) {
  .bottomwrap .uservoice__list li figure img {
    width: 44vw;
  }
}
.bottomwrap .uservoice__list li figure figcaption {
  text-align: center;
  font-size: 14px;
  line-height: 1.429;
  margin-top: 1em;
}
@media screen and (max-width: 640px) {
  .bottomwrap .uservoice__list li figure figcaption {
    font-size: 5.6vw;
  }
}
.bottomwrap .uservoice__list li p, .bottomwrap .uservoice__list li .overview .trainer__list li, .overview .trainer__list .bottomwrap .uservoice__list li li {
  font-size: 16px;
  line-height: 1.75;
  width: 700px;
}
@media screen and (max-width: 640px) {
  .bottomwrap .uservoice__list li p, .bottomwrap .uservoice__list li .overview .trainer__list li, .overview .trainer__list .bottomwrap .uservoice__list li li {
    font-size: 4.2666666667vw;
    width: 100%;
  }
}
.bottomwrap .uservoice__list li:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .bottomwrap .uservoice__list li:not(:last-child) {
    margin-bottom: 12.8vw;
  }
}
.bottomwrap .qa {
  position: relative;
  top: -105px;
}
@media screen and (max-width: 640px) {
  .bottomwrap .qa {
    top: -13.3333333333vw;
  }
}
.bottomwrap .qa .box {
  margin-right: auto;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 640px) {
  .bottomwrap .qa__list {
    padding-right: 8vw;
    padding-left: 8vw;
    margin-top:30px;
  }
}
.bottomwrap .qa__list li {
  position: relative;
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .bottomwrap .qa__list li {
    width: 100%;
   border-bottom: 1px dotted #999999;
  }
}

.bottomwrap .qa__list li:nth-child(n+2) {
  margin-top: 63px;
}
@media screen and (max-width: 640px) {
  .bottomwrap .qa__list li:nth-child(n+2) {
    margin-top: 4vw;
  }
}
.bottomwrap .qa__ttl {
  font-weight: bold;
  font-size: 18px;
  line-height:1.5;
  color: #123e75;
  /* line-height: 2.5; */
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .bottomwrap .qa__ttl {
    font-size: 4.2666666667vw;
    line-height: 1.563;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    /* margin-bottom: 5.8666666667vw; */
  }
}

@media screen and (max-width: 640px) {
  .bottomwrap .qa__ttl::before {
    background-image: url(../img/mcd_q_sp.svg);
    width: 10.9333333333vw;
    height: 12.2666666667vw;
    margin-right: 26.6666666667vw;
    margin-bottom: 4.8vw;
  }
}
.bottomwrap .qa__answer {
  font-size: 16px;
  line-height: 1.75;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  padding-bottom: 52px;
  border-bottom: 1px dotted #999999;
}
}
@media screen and (max-width: 640px) {
  .bottomwrap .qa__answer {
    padding-bottom: 10.6666666667vw;
  }
}
.bottomwrap .qa__answer .qa__para {
  font-size: 16px;
  width: 705px;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .bottomwrap .qa__answer .qa__para {
    width: 100%;
    font-size: 4.2666666667vw;
  }
}
.bottomwrap .qa__answer .qa__para a {
  display: block;
  color: #0095a2;
  text-decoration: underline;
}
.bottomwrap .qa__answer .indent {
  max-width: 689px;
  margin-left: 1em;
  display: block;
  position: relative;
}
@media screen and (max-width: 640px) {
  .bottomwrap .qa__answer .indent {
    width: 100%;
    margin-left: 1em;
  }
}
.bottomwrap .qa__answer .indent::before {
  content: "①";
  position: absolute;
  left: -1em;
}
.bottomwrap .qa__answer .indent.num2 {
  margin-top: 18px;
}
.bottomwrap .qa__answer .indent.num2::before {
  content: "②";
}

@media screen and (max-width: 640px) {
  .bottomwrap .qa__answer::before {
    background-image: url(../img/mcd_a_sp.svg);
    margin-right: 0;
    width: 10.9333333333vw;
    height: 12.2666666667vw;
    margin-bottom: 3.2vw;
  }
}
.bottomwrap .qa__answer strong {
  display: block;
}

.yourself p, .yourself .overview .trainer__list li, .overview .trainer__list .yourself li {
  color: #4d4d4d;
  font-weight: bold;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .yourself p, .yourself .overview .trainer__list li, .overview .trainer__list .yourself li {
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.yourself .mb20 {
  margin-bottom: 20px;
  display: block;
}
.yourself .overview__wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 74px 0 0 60px;
}
@media screen and (max-width: 1130px) {
  .yourself .overview__wrap {
    height: 100% !important;
    padding: 74px 60px 0;
  }
}
@media screen and (max-width: 640px) {
  .yourself .overview__wrap {
    padding-top: 18.1333333333vw;
    padding-right: 8vw;
    padding-bottom: 10.6666666667vw;
    padding-left: 8vw;
  }
}
.yourself .overviewbg {
  position: relative;
}
.yourself .overviewbg::after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
}
@media screen and (max-width: 1130px) {
  .yourself .overviewbg::after {
    content: none;
  }
}
.yourself .overviewbg h3 {
  height: 60px;
  position: absolute;
  padding: 0 34px;
  top: -27px;
  left: 33px;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .yourself .overviewbg h3 {
    padding: 0;
    height: auto;
    width: 76vw;
    left: 50%;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -5.8666666667vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    line-height: 1.222;
  }
}
.yourself .overviewbg:not(:last-child) {
  margin-bottom: 110px;
}
@media screen and (max-width: 640px) {
  .yourself .overviewbg:not(:last-child) {
    margin-bottom: 20.8vw;
  }
}
.yourself__lead {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  line-height: 1.333;
  color: #123e75;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .yourself__lead {
    font-size: 4.8vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.yourself__lead::after {
  content: "";
  position: relative;
  display: block;
  width: 60px;
  height: 2px;
  background-color: #123e75;
  margin: 18px auto 42px;
}
@media screen and (max-width: 640px) {
  .yourself__lead::after {
    width: 16vw;
    margin-top: 5.8666666667vw;
    margin-bottom: 17.0666666667vw;
  }
}
.yourself__list {
  position: relative;
  z-index: 1;
  display:flex;
}

@media screen and (max-width: 640px) {
.yourself__list {
  position: relative;
  z-index: 1;
  display:flex;
  flex-direction:column;
}
.yourself__list li:first-child{
 order:1;
}
.yourself__list li:last-child{
  order:0;
  margin-bottom:30px;
}
}



.yourself__list li {
  position: relative;
}
.yourself__list li:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 1130px) {
  .yourself__list li:nth-of-type(2) {
    display: block;
  }
}
.yourself__list li:nth-of-type(2) figure {
  width: 75%;
  margin: 2em auto;
}
@media screen and (max-width: 640px) {
  .yourself__list li:nth-of-type(2) figure {
    width: 100%;
    margin: 1.5em auto 0;
  }
}
.yourself__link {
  margin-top: 26px;
}
.yourself__link a {
  color: #123e75;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.625;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.yourself__link a::after {
  content: "";
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 6px;
  margin-bottom: 10px;
  margin-left: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 640px) {
  .yourself__link a::after {
    position: absolute;
    bottom: 0;
    left: 37.3333333333vw;
  }
}
.yourself__link a:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.yourself__wrap {
  background-color: #f1f7fa;
  padding: 34px 60px 42px;
}
@media screen and (max-width: 1130px) {
  .yourself__wrap {
    padding: 34px 6%;
  }
}
@media screen and (max-width: 640px) {
  .yourself__wrap {
    padding-top: 11.2vw;
    padding-right: 7.4666666667vw;
    padding-bottom: 11.4666666667vw;
    padding-left: 7.4666666667vw;
  }
}
.yourself__wrap .point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}
@media screen and (max-width: 1130px) {
  .yourself__wrap .point {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .yourself__wrap .point {
    margin-top: 0;
  }
}
@media screen and (max-width: 1130px) {
  .yourself__wrap .point::after {
    content: "";
    width: 283px;
    display: block;
  }
}
.yourself__wrap .point li {
  width: 283px;
}
@media screen and (max-width: 1130px) {
  .yourself__wrap .point li {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .yourself__wrap .point li {
    width: 100%;
  }
}
.yourself__wrap .point li h5 {
  margin: 0 auto 20px;
  font-size: 17px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .yourself__wrap .point li h5 {
    font-size: 4.5333333333vw;
  }
}
.yourself__wrap .point li h5 span {
  color: #123e75;
}
.yourself__wrap .point li h5 span.point__img {
  position: relative;
  font-weight: 500;
}
.yourself__wrap .point li h5 span.point__img::before {
  content: "";
  background-image: url(../img/mcd_point_1.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: -36px;
  width: 92px;
  height: 32px;
  left: -20px;
}
@media screen and (max-width: 640px) {
  .yourself__wrap .point li h5 span.point__img::before {
    width: 24.5333333333vw;
    height: 8.5333333333vw;
    top: -9.6vw;
    left: -5.3333333333vw;
  }
}
.yourself__wrap .point li h5 span.num {
  font-size: 40px;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .yourself__wrap .point li h5 span.num {
    font-size: 12vw;
    margin-left: 3.7333333333vw;
  }
}
.yourself__wrap .point li p, .yourself__wrap .point li .overview .trainer__list li, .overview .trainer__list .yourself__wrap .point li li {
  color: #000;
  -webkit-font-feature-settings: "palt" !important;
          font-feature-settings: "palt" !important;
  letter-spacing: 0.01em !important;
  font-weight: 500;
}
.yourself__wrap .point li:not(:last-child) {
  margin-right: 60px;
}
@media screen and (max-width: 1130px) {
  .yourself__wrap .point li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .yourself__wrap .point li:not(:last-child) {
    margin-bottom: 17.3333333333vw;
  }
}
@media screen and (max-width: 1130px) {
  .yourself__wrap .point li:nth-child(odd) {
    margin-right: 6%;
  }
}
@media screen and (max-width: 640px) {
  .yourself__wrap .point li:nth-child(odd) {
    margin-right: 0;
  }
}
.yourself .whatis::after {
  background-image: url(../img/mcd_yourself_1.png);
  width: 516px;
  height: 402px;
  top: 180px;
  right: 26px;
}
.yourself .whatis .yourself__lead {
  font-size: 20px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .yourself .whatis .yourself__lead {
    font-size: 4.8vw;
    text-align: center;
  }
}
.yourself .whatis .yourself__lead::after {
  margin: 16px 0 26px;
}
@media screen and (max-width: 640px) {
  .yourself .whatis .yourself__lead::after {
    margin: auto;
    margin-top: 3.4666666667vw;
    margin-bottom: 7.4666666667vw;
  }
}
.yourself .whatis .yourself__list li {
  width: 451px;
}
@media screen and (max-width: 1130px) {
  .yourself .whatis .yourself__list li {
    width: 100%;
  }
}
.yourself .whatis .yourself__list li:nth-child(1) {
  margin-right: 27px;
}
.yourself .whatis .overview__wrap {
  padding-bottom: 48px;
}
@media screen and (max-width: 640px) {
  .yourself .whatis .overview__wrap {
    padding-top: 12vw;
    padding-bottom: 12.8vw;
  }
}
.yourself .analytics::after {
  background-image: url(../img/mcd_yourself_2.png);
  width: 537px;
  height: 365px;
  top: 62px;
  right: 74px;
}
.yourself .analytics .overview__wrap {
  height: 460px;
}
.yourself .analytics .yourself__wrap p, .yourself .analytics .yourself__wrap .overview .trainer__list li, .overview .trainer__list .yourself .analytics .yourself__wrap li {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 0;
}
.yourself .vision::after {
  background-image: url(../img/mcd_yourself_3.png);
  width: 687px;
  height: 439px;
  top: 16px;
  right: 0px;
  z-index: 0;
}
.yourself .vision .overview__wrap {
  height: 473px;
}
@media screen and (max-width: 640px) {
  .yourself .vision .yourself__lead {
    font-size: 4.5333333333vw;
  }
}
.yourself .quest::after {
  background-image: url(../img/mcd_yourself_4.png);
  width: 562px;
  height: 382px;
  top: 68px;
  right: 63px;
  z-index: 0;
}
.yourself .quest .overview__wrap {
  height: 487px;
}
.yourself .quest .yourself__wrap .point li h5 span.point__img::before {
  background-image: url(../img/mcd_point_2.svg);
  width: 108px;
  height: 32px;
  left: -38px;
}
@media screen and (max-width: 640px) {
  .yourself .quest .yourself__wrap .point li h5 span.point__img::before {
    width: 28.8vw;
    height: 8.5333333333vw;
    left: -9.6vw;
  }
}

@media screen and (min-width: 641px) and (max-width: 960px) {
  .career .bgarea {
    height: 27.0833333333vw;
  }
  .career .bgarea h2 {
    font-size: 3.9583333333vw;
  }
  .career .bgarea h2::after {
    width: 6.25vw;
    height: 0.3125vw;
    margin-top: 2.0833333333vw;
  }
  .career .box .title {
    padding-top: 5.7291666667vw;
    padding-bottom: 5.7291666667vw;
    padding-left: 10.4166666667vw;
  }
  .career .box .title h2 {
    font-size: 5.2083333333vw;
  }
  .career .box .title h2 span {
    font-size: 2.0833333333vw;
    margin-top: 1.5625vw;
  }
  .career .bluebtn {
    height: 7.2916666667vw;
    border-top-left-radius: 3.6458333333vw;
    border-top-right-radius: 3.6458333333vw;
    border-bottom-left-radius: 3.6458333333vw;
    border-bottom-right-radius: 3.6458333333vw;
    width: 54.1666666667vw;
    font-size: 2.7083333333vw;
    line-height: 1;
  }

  #overview.fixed .career {
    margin-top: 12.9166666667vw;
  }

  #overview .overview {
    padding-top: 8.5416666667vw;
    padding-bottom: 20.8333333333vw;
  }
  #overview .overview .overviewbg h3 {
    font-size: 2.9166666667vw;
  }
  #overview .overview .overviewbg h3 span {
    font-size: 1.6666666667vw;
  }
  #overview .overview .overviewbg.recommend h3, #overview .overview .overviewbg.detail h3, #overview .overview .overviewbg.style h3 {
    height: 12.5vw;
  }
  #overview .overview .overviewbg:not(:last-child) {
    margin-bottom: 8.75vw;
  }
  #overview .overview p, #overview .overview .trainer__list li {
    font-size: 1.6666666667vw;
  }
  #overview .overview .detailwrap {
    padding-top: 9.375vw;
    padding-right: 8.3333333333vw;
    padding-bottom: 9.375vw;
    padding-left: 8.3333333333vw;
    margin-bottom: 8.75vw;
  }
  #overview .overview .detailwrap__list {
    margin-bottom: 3.75vw;
  }
  #overview .overview .detailwrap__list li {
    width: 30.5208333333vw;
  }
  #overview .overview .detailwrap__list li h2 {
    font-size: 2.1875vw;
    height: 6.6666666667vw;
  }
  #overview .overview .detailwrap__list li h2::before {
    content: "";
    height: 3.75vw;
    left: 1.875vw;
  }
  #overview .overview .detailwrap__list li h2 span {
    font-size: 1.4583333333vw;
    margin-top: 0.625vw;
  }
  #overview .overview .detailwrap__list li:nth-child(1) h2::before {
    width: 4.375vw;
  }
  #overview .overview .detailwrap__list li:nth-child(2) h2::before {
    width: 3.4375vw;
  }
  #overview .overview .detailwrap__list li:nth-child(3) h2::before {
    width: 3.75vw;
  }
  #overview .overview .detailwrap__list li:not(:last-child) {
    margin-right: 1.7708333333vw;
  }
  #overview .overview .detailwrap__list li p, #overview .overview .detailwrap__list li .trainer__list li, #overview .overview .trainer__list .detailwrap__list li li {
    padding-top: 3.3333333333vw;
    height: 11.7708333333vw;
    font-size: 1.875vw;
  }
  #overview .overview .detailwrap__para {
    width: 72.9166666667vw;
    margin-bottom: 3.4375vw;
  }
  #overview .overview .detailwrap .bluebtn {
    width: 72.9166666667vw;
    height: 8.3333333333vw;
  }
  #overview .overview .recommend .overview__wrap {
    height: 29.6875vw;
  }
  #overview .overview .recommend__list li {
    font-size: 2.0833333333vw;
  }
  #overview .overview .recommend__list li::before {
    content: "";
    width: 2.0833333333vw;
    height: 1.875vw;
    margin-top: 0.4166666667vw;
    margin-right: 1.25vw;
  }
  #overview .overview .recommend__list li:not(:last-child) {
    margin-bottom: 1.6666666667vw;
  }
  #overview .overview .feature .overview__wrap {
    height: 35.4166666667vw;
  }
  #overview .overview .feature__list li {
    width: 27.9166666667vw;
  }
  #overview .overview .feature__list li h4 {
    margin-bottom: 1.875vw;
  }
  #overview .overview .feature__list li h4 .border {
    font-size: 1.6666666667vw;
  }
  #overview .overview .feature__list li h4 .border::after {
    content: "";
    width: 7.8125vw;
    height: 0.2083333333vw;
    bottom: -0.5208333333vw;
  }
  #overview .overview .feature__list li h4 .num {
    font-size: 4.1666666667vw;
    margin-left: 1.0416666667vw;
  }
  #overview .overview .feature__list li p::before, #overview .overview .feature__list li .trainer__list li::before, #overview .overview .trainer__list .feature__list li li::before {
    content: "";
    padding-bottom: 3.125vw;
  }
  #overview .overview .feature__list li:not(:last-child) {
    margin-right: 6.0416666667vw;
  }
  #overview .overview .detail .overview__wrap {
    height: 37.8125vw;
  }
  #overview .overview .detail__list li {
    width: 27.8125vw;
  }
  #overview .overview .detail__list li h4 {
    font-size: 1.875vw;
    margin-top: 2.0833333333vw;
  }
  #overview .overview .detail__list li h4::before {
    margin-bottom: 1.3541666667vw;
  }
  #overview .overview .detail__list li:nth-child(1) h4::before {
    width: 8.5416666667vw;
    height: 6.4583333333vw;
  }
  #overview .overview .detail__list li:nth-child(2) h4::before {
    width: 4.8958333333vw;
    height: 6.25vw;
  }
  #overview .overview .detail__list li:nth-child(3) h4::before {
    width: 3.4375vw;
    height: 5.8333333333vw;
  }
  #overview .overview .detail__list li:not(:last-child) {
    margin-right: 5.8333333333vw;
  }
  #overview .overview .detail__inline li {
    font-size: 1.6666666667vw;
  }
  #overview .overview .detail__inline li::before {
    font-size: 1.0416666667vw;
    margin-top: 0.4166666667vw;
    margin-right: 0.5208333333vw;
  }
  #overview .overview .detail__inline li:not(:last-child) {
    margin-bottom: 0.8333333333vw;
  }
  #overview .overview .style .overview__wrap {
    height: 60.4166666667vw;
  }
  #overview .overview .style figure {
    margin-bottom: 1.25vw;
  }
  #overview .overview .style .btn {
    margin-top: 2.5vw;
  }
  #overview .overview .price .overview__wrap {
    height: 27.9166666667vw;
  }
  #overview .overview .price__para {
    font-size: 2.0833333333vw;
    margin-bottom: 1.875vw;
  }
  #overview .overview .price .small {
    font-size: 1.6666666667vw;
  }
  #overview .overview .price .marker {
    font-size: 3.5416666667vw;
    margin-left: 1.0416666667vw;
  }
  #overview .overview .price__list li h4 {
    font-size: 1.875vw;
  }
  #overview .overview .price__list li p, #overview .overview .price__list li .trainer__list li, #overview .overview .trainer__list .price__list li li {
    font-size: 1.875vw;
  }
  #overview .overview .price__list li:nth-child(1) {
    margin-right: 3.9583333333vw;
  }
  #overview .overview .price .attention {
    font-size: 1.4583333333vw;
    margin-top: 1.0416666667vw;
  }
  #overview .overview .trainer .overview__wrap {
    height: 49.7916666667vw;
    padding-top: 6.4583333333vw;
  }
  #overview .overview .trainer figure {
    margin-right: 6.6666666667vw;
  }
  #overview .overview .trainer figure img {
    width: 14.5833333333vw;
  }
  #overview .overview .trainer__wrap h4 {
    font-size: 2.1875vw;
    margin-bottom: 1.6666666667vw;
  }
  #overview .overview .trainer .btn a {
    margin-top: 6.25vw;
  }
  #overview .bottomwrap {
    padding-bottom: 11.875vw;
  }
  #overview .bottomwrap .uservoice {
    top: -10.9375vw;
  }
  #overview .bottomwrap .uservoice .box {
    margin-bottom: 5.625vw;
  }
  #overview .bottomwrap .uservoice__list li {
    padding-bottom: 3.3333333333vw;
    margin-left: 10.2083333333vw;
    width: 85%;
  }

  /*tab*/
}
@media screen and (min-width: 641px) and (max-width: 960px) and (max-width: 950px) {
  #overview .bottomwrap .uservoice__list li {
    max-width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  #overview .bottomwrap .uservoice__list li figure {
    margin-right: 7.2916666667vw;
    width: 11.4583333333vw;
  }
  #overview .bottomwrap .uservoice__list li figure img {
    width: 11.4583333333vw;
  }
  #overview .bottomwrap .uservoice__list li figure figcaption {
    font-size: 1.4583333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  #overview .bottomwrap .uservoice__list li p, #overview .bottomwrap .uservoice__list li .overview .trainer__list li, .overview .trainer__list #overview .bottomwrap .uservoice__list li li {
    font-size: 1.6666666667vw;
    width: 72.9166666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  #overview .bottomwrap .uservoice__list li:not(:last-child) {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  #overview .bottomwrap .qa {
    top: -10.9375vw;
  }
  #overview .bottomwrap .qa .box {
    margin-right: auto;
    margin-left: auto;
  }
  #overview .bottomwrap .qa__list li {
    width: 85%;
  }
  #overview .bottomwrap .qa__list li:nth-child(n+2) {
    margin-top: 6.5625vw;
  }
  #overview .bottomwrap .qa__ttl {
    /* font-size: 1.875vw; */
  }
  #overview .bottomwrap .qa__ttl::before {
    width: 5.5208333333vw;
    height: 4.2708333333vw;
    margin-right: 3.3333333333vw;
  }
  #overview .bottomwrap .qa__answer {
    font-size: 1.6666666667vw;
    padding-bottom: 5.4166666667vw;
  }
  #overview .bottomwrap .qa__answer .qa__para {
    font-size: 1.6666666667vw;
    width: 73.4375vw;
  }
  #overview .bottomwrap .qa__answer .indent {
    width: 71.7708333333vw;
    /* margin-left: 10.5208333333vw; */
  }
  #overview .bottomwrap .qa__answer .indent::before {
    left: -1em;
  }
  #overview .bottomwrap .qa__answer .indent.num2 {
    margin-top: 1.875vw;
  }
  #overview .bottomwrap .qa__answer::before {
    width: 5.5208333333vw;
    height: 4.2708333333vw;
    margin-right: 3.3333333333vw;
  }
}

.qa__ttl{
    display:flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items:center;
    flex-direction:row;
    flex-wrap: wrap;  
    margin-bottom:10px;
}

.qa__ttl .cs_light{
  font-size: 35px;
  font-weight: 300;
  order: 0;
  color: #123e75;
  display:flex;
  margin-right:50px;
  position:relative;
  }

 .qa__ttl .cs_light:after{
   content:"";
   display:block;
   width:1px;
   height:20px;
   background-color:#123e75;
   position:absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
   left:42px;
 }




.qa__answer .cs_light{
   font-size: 35px;
  font-weight: 300;
  order: 0;
 color: #0099A5;
  display:flex;
  margin-right:50px;
  position:relative; 
}

.qa__answer .cs_light:after{
   content:"";
   display:block;
   width:1px;
   height:20px;
   background-color:#0099A5;
   position:absolute;
  top: 18px;
   left:42px;
 }

@media screen and (max-width: 640px) {
 .qa__ttl{
    display:block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items:center;
    flex-direction:row;
    flex-wrap: wrap;  
    margin-bottom:10px;
}
.qa__ttl .cs_light{
  font-size: 9.3333333333vw;
  display:block;
  padding-left:2vw;
   margin-right:100vw;
   line-height:2.2;
} 

 .qa__ttl .cs_light:after{
   content:"";
   display:block;
    width: 10.9333333333vw;
    height: 1px;
    margin: 1.3333333333vw auto 0 0;

  top:auto;
  bottom:14px;
   left:0px;
 }
.qa__answer .cs_light{
   font-size: 9.3333333333vw;
  padding-left:2vw;
} 

.qa__answer .cs_light:after{
   content:"";
   display:block;
   width: 10.9333333333vw;
   height: 1px;
   margin: 1.3333333333vw auto 0 0;
   /* background-color:#003461; */
   position:absolute;
   top: auto;
   bottom:8px;
   left:0px;
 }
}




/*# sourceMappingURL=mcd.css.map */