.myNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -90px;
  column-gap: 20px;
}

@media only screen and (max-width: 600px) {
  .myNav {
    margin-top: -40px;
  }
}

.myNav .item {
  display: block;
  position: relative;
  width: 31.3%;
  padding: 20px 60px;
  margin-top: 30px;
  background-color: #0066B3;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.9rem;
}

@media only screen and (max-width: 768px) {
  .myNav .item {
    padding: 10px 0px;
    margin-top: 10px;
    width: 50%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.myNav .item::after {
  content: "";
  background-image: url(../img/common/arrow04.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 8px;
}

@media only screen and (max-width: 600px) {
  .myNav .item::after {
    right: 8px;
    background-size: 8px auto;
    width: 8px;
    height: 6px;
  }
}

.myNav02 {
  background-color: #ffe300;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  .myNav02 {
    padding: 30px;
  }
}

.myNav02 .slider .item {
  margin: 0 15px;
  text-align: center;
  font-weight: bold;
}

.myNav02 .slider .item a {
  display: block;
  position: relative;
  text-decoration: none;
}

.myNav02 .slider .label {
  position: absolute;
  top: 0;
  left: 0;
  width: 114px;
}

@media only screen and (max-width: 600px) {
  .myNav02 .slider .label {
    width: 80px;
  }
}

.myNav02 .slider .label img {
  display: inline;
}

.myNav02 .slider .image {
  margin-bottom: 15px;
  text-align: center;
}

.myNav02 .slider .image img {
  display: inline;
}

.myNav02 .slider .detail .info .job {
  display: block;
}

.myNav02 .slider .name {
  line-height: 1.4;
}

.myNav02 .slider .name .main, .myNav02 .slider .name .sub {
  display: block;
}

.myNav02 .slider .name .main {
  font-size: 31px;
  font-size: 3.1rem;
}

.myNav02 .slider .name .sub {
  font-size: 14px;
  font-size: 1.4rem;
}

.myNav02 .slider .info {
  margin-top: 20px;
  line-height: 1.4;
  color: #808080;
  font-size: 15px;
  font-size: 1.5rem;
}

.myNav02 .slider .slick-arrow {
  position: absolute;
  top: 135px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 46px;
  width: 32px;
  height: 46px;
  text-indent: -9999px;
  z-index: 10;
}

.myNav02 .slider .slick-prev {
  background-image: url(../img/common/arrow_slide.svg);
  left: -62px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media only screen and (max-width: 992px) {
  .myNav02 .slider .slick-prev {
    left: -30px;
  }
}

.myNav02 .slider .slick-next {
  background-image: url(../img/common/arrow_slide.svg);
  right: -62px;
}

@media only screen and (max-width: 992px) {
  .myNav02 .slider .slick-next {
    right: -30px;
  }
}

.myDetailWrap {
  background-image: url(../img/common/bg.jpg);
  background-position: center top;
  padding-top: 50px;
}

.myBlockDetail {
  padding-top: 50px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .myBlockDetail {
    padding-top: 30px;
  }
}

.myBlockDetail .container {
  position: relative;
}

.myBlockDetail .container::before {
  content: "";
  background-color: #ffe300;
  position: absolute;
  top: -50px;
  left: -170px;
  right: 0;
  height: 100px;
}

@media only screen and (max-width: 600px) {
  .myBlockDetail .container::before {
    top: -30px;
    left: 0;
  }
}

.myBlockDetail .mainvisual {
  position: relative;
  margin-right: -110px;
  margin-bottom: 50px;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .myBlockDetail .mainvisual {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .myBlockDetail .mainvisual {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.myBlockDetail .mainvisual .label {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 155px;
}

@media only screen and (max-width: 600px) {
  .myBlockDetail .mainvisual .label {
    width: 70px;
    top: 10px;
    left: 10px;
  }
}

.myBlockDetail .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
  .myBlockDetail .head {
    display: block;
    margin-bottom: 20px;
  }
}

.myBlockDetail .head .catch {
  width: 48%;
  text-align: center;
}

.myBlockDetail .head .catch img {
  mix-blend-mode: multiply;
}

@media only screen and (max-width: 600px) {
  .myBlockDetail .head .catch {
    width: auto;
  }
}

.myBlockDetail .head .detail {
  width: 48%;
}

@media only screen and (max-width: 600px) {
  .myBlockDetail .head .detail {
    width: auto;
  }
}

.myBlockDetail .head .detail .name {
  font-weight: bold;
}

.myBlockDetail .head .detail .name .main, .myBlockDetail .head .detail .name .sub {
  display: inline;
  vertical-align: middle;
}

.myBlockDetail .head .detail .name .main {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: .2em;
}

@media only screen and (max-width: 600px) {
  .myBlockDetail .head .detail .name .main {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.myBlockDetail .head .detail .name .sub {
  margin-left: 30px;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: .1em;
}

@media only screen and (max-width: 600px) {
  .myBlockDetail .head .detail .name .sub {
    margin-left: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.myBlockDetail .head .detail .info {
  font-size: 18px;
  font-size: 1.8rem;
  color: #808080;
  letter-spacing: .1em;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .myBlockDetail .head .detail .info {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myListQa {
  margin-left: -50px;
}

.myListQaWrap {
  padding-left: 30px;
}

@media only screen and (max-width: 600px) {
  .myListQaWrap {
    padding-left: 0;
  }
}

.myListQa .box {
  width: 50%;
  padding: 0 0 0 50px;
  margin-bottom: 90px;
  color: #0066B3;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .myListQa .box {
    width: 100%;
    margin-bottom: 30px;
  }
}

.myListQa .box:nth-child(2) {
  padding-top: 140px;
}

@media only screen and (max-width: 600px) {
  .myListQa .box:nth-child(2) {
    padding-top: 0;
  }
}

.myListQa .inner {
  background-color: #E5EFF8;
  padding-top: 15px;
}

.myBlockDetail.-eigyo .myListQa .inner {
  background-color: #FEF7EB;
}
.myBlockDetail.-kaihatsu .myListQa .inner {
  background-color: #FCF0F5;
}

.myListQa dt {
  display: inline-block;
  background-color: #ffe300;
  position: relative;
  padding: 15px 15px 15px calc(30px + 3em);
  margin-left: -30px;
  margin-right: 30px;
  color: #0066B3;
}

.myListQa dt span {
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
  height: 1em;
  line-height: 1;
  font-size: 32px;
  font-size: 3.2rem;
  vertical-align: middle;
}

.myListQa .main {
  display: inline-block;
  background-color: #0066B3;
  padding: 15px 10px 15px 30px;
  margin-left: -30px;
  margin-right: 30px;
  min-width: 400px;
  color: #fff;
  /* font-size: 25px; */
  font-size: 2.3rem;
  letter-spacing: .1em;
}
.myListQa .main.-small {
  font-size: 2.1rem;
}
.myListQa .main.-verysmall {
  font-size: 1.9rem;
}
.myBlockDetail.-eigyo .myListQa .main {
  background-color: #EB8800;
}
.myBlockDetail.-kaihatsu .myListQa .main {
  background-color: #E55491;
}

@media only screen and (max-width: 992px) {
  .myListQa .main {
    min-width: 0;
  }
}

@media only screen and (max-width: 600px) {
  .myListQa .main {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 992px) {
  .myListQa .main br.pc {
    display: none;
  }
}

.myListQa .answer {
  padding: 20px 36px 30px;
  letter-spacing: .1em;
}
