@charset "UTF-8";

.yjjs * {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
	/*font-weight:normal;*/
  vertical-align:baseline;
	/*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
body {
	font-size:12px;
  line-height:1;
	position:relative;
	-webkit-text-size-adjust: 100%;
}
.yjjs article,.yjjs aside,.yjjs canvas,.yjjs details,.yjjs figcaption,.yjjs figure,
.yjjs footer,.yjjs header,.yjjs hgroup,.yjjs menu,.yjjs nav,.yjjs section,.yjjs summary {
	display:block;
}
.yjjs ul,.yjjs ol {
  list-style:none;
}
.yjjs blockquote, .yjjs q {
  quotes:none;
}
.yjjs blockquote:before, .yjjs blockquote:after,
.yjjs q:before, .yjjs q:after {
  content:'';
  content:none;
}
.yjjs a {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  line-height: 1;
}
.yjjs ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
.yjjs mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
.yjjs del {
  text-decoration: line-through;
}

.yjjs abbr[title], .yjjs dfn[title] {
  border-bottom:1px dotted #000;
  cursor:help;
}

.yjjs table {
  border-collapse:collapse;
  border-spacing:0;
}

.yjjs hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #ccc;
  margin:1em 0;
  padding:0;
}

.yjjs input, .yjjs select {
  vertical-align:middle;
}
.yjjs table {border-collapse:collapse; border-spacing:0;}

.yjjs .clearfix:after {
  content:" ";
  display:block;
  clear:both;
}
/*スマホ対応
@media screen and (max-width: 480px){

}
@media screen and (max-width: 320px){

}
*/

body {
  overflow-y: scroll;
  overflow-x: hidden;
}

.yjjs {
  font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  overflow-x: hidden;
}
.yjjs .sp {
  display: none;
}
.yjjs p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 14px;
  line-height: 1.75;
  color: #333;
}
.yjjs .inner {
  width: 950px;
  margin: 0 auto;
  position: relative;
  display: block;
}
.yjjs .checkbox {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  line-height: 1;
  padding-left: 20px;
}
.yjjs .checkbox > input {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  opacity: 0;
}
.yjjs .checkbox__icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.yjjs .checkbox__icon::before {
  content: "";
  display: block;
  width: 16px;
  height: 17px;
  background: url("../img/common/sprite.png") -93px -160px no-repeat;
}
.yjjs .checkbox > input:checked + .checkbox__icon::before {
  background: url("../img/common/sprite.png") -110px -160px no-repeat;
}
.yjjs .checkbox > input:focus {
  outline: 0;
}
.yjjs .checkbox > input:focus + .checkbox__icon {
  box-shadow: 0 0 4px 1px #00aaeb;
  border-collapse: separate;
}
.yjjs .checkbox--disabled__text,
.yjjs .checkbox__text,
.yjjs .radio--disabled__text {
  margin-left: 10px;
}
.yjjs .checkbox--disabled {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  opacity: 0.5;
  cursor: default;
}
.yjjs .checkbox--disabled > input {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  opacity: 0;
}
.yjjs .checkbox--disabled__icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.yjjs .checkbox--disabled__icon::before {
  content: "";
  display: block;
  width: 16px;
  height: 17px;
  background: url("../img/common/sprite.png") -93px -160px no-repeat;
}
.yjjs .checkbox--disabled > input:checked + .checkbox--disabled__icon::before {
  background: url("../img/common/sprite.png") -110px -160px no-repeat;
}
.yjjs .checkbox--disabled > input:focus {
  outline: 0;
}
.yjjs .checkbox--disabled > input:focus + .checkbox--disabled__icon {
  box-shadow: 0 0 4px 1px #00aaeb;
  border-collapse: separate;
}
.yjjs .range-value {
  font-size: 18px;
  font-weight: bold;
  margin: 80px auto 0;
}
.yjjs .input-range[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #e6dfdf;
  height: 6px;
  width: 600px;
  margin: 50px 0;
}
.yjjs .input-range[type="range"]:active, .yjjs .input-range[type="range"]:focus {
  outline: none;
}
.yjjs .input-range[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  border: none;
  width: 24px;
  height: 74px;
  display: block;
  background-color: #00aaeb;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.yjjs .input-range[type=range]::-moz-range-track {
  background-color: #e6dfdf;
  height: 6px;
  width: 600px;
  margin: 50px 0;
  border: none;
  border-radius: 0;
}
.yjjs .input-range[type="range"]::-moz-range-thumb {
  cursor: pointer;
  position: relative;
  border: none;
  width: 24px;
  height: 74px;
  display: block;
  background-color: #00aaeb;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.yjjs .input-range[type=range]::-moz-focus-outer {
  border: 0;
}
@media all and (-ms-high-contrast: none) {
  .yjjs .input-range[type="range"] {
    background-color: transparent;
    height: 74px;
    margin: 25px 0;
  }
}
@supports (-ms-ime-align: auto) {
  .yjjs .input-range[type="range"] {
    background-color: transparent;
    height: 74px;
    margin: 25px 0;
  }
}
.yjjs .input-range[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
.yjjs .input-range[type=range]::-ms-track {
  width: 600px;
  height: 6px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
.yjjs .input-range[type=range]::-ms-fill-lower {
  background: #e6dfdf;
}
.yjjs .input-range[type=range]::-ms-fill-upper {
  background: #e6dfdf;
}
.yjjs .input-range[type=range]::-ms-thumb {
  border: none;
  width: 24px;
  height: 74px;
  background-color: #00aaeb;
  border-radius: 5px;
}
.yjjs .input-range[type=range]:focus::-ms-fill-lower {
  background: #e6dfdf;
}
.yjjs .input-range[type=range]:focus::-ms-fill-upper {
  background: #e6dfdf;
}
.yjjs .button {
  width: 154px;
  height: 42px;
  padding-top: 0.15em;
  text-align: center;
  background-color: #fff;
  border: 1px solid #00aaeb;
  color: #00aaeb;
  border-radius: 5px;
  margin: 0 auto;
  box-shadow: 0 1px 2px 0 #bbb6a8;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  transition: opacity 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.yjjs .button:hover {
  opacity: 0.7;
}
.yjjs .button.plus {
  padding-left: 1em;
  background-image: url("../img/common/icon_plus.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: left 35px center;
}
.yjjs .button.next {
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #00aaeb;
  border: 1px solid transparent;
  color: #fff;
  margin-bottom: 0;
  background-image: url("../img/pc/arrow_right_white.svg");
  background-repeat: no-repeat;
  background-size: auto 10px;
  background-position: right 27px center;
}
.yjjs .button.inactive {
  background-color: #bbb;
  background-image: none;
  pointer-events: none;
}
.yjjs .button.inactive:hover {
  opacity: 1;
}
.yjjs .button.closeModal {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 80px;
  height: 30px;
  margin-bottom: 0;
  font-size: 13px;
  padding-left: 20px;
  padding-top: 0.2em;
}
.yjjs .button.closeModal:after,
.yjjs .button.closeModal:before {
  position: absolute;
  left: 14px;
  top: 7px;
  content: ' ';
  height: 14px;
  width: 2px;
  background-color: #00aaeb;
}
.yjjs .button.closeModal:before {
  transform: rotate(45deg);
}
.yjjs .button.closeModal:after {
  transform: rotate(-45deg);
}
.yjjs .button.applyModal {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 290px;
  height: 50px;
  background-color: #00aaeb;
  border: 1px solid transparent;
  color: #fff;
  margin-bottom: 0;
  font-size: 17px;
}
.yjjs #header {
  width: 100%;
  border-bottom: 2px solid #00aaeb;
}
.yjjs #header .inner {
  height: 86px;
}
.yjjs #header h1 {
  position: absolute;
  top: 6px;
  left: 0;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  color: #8c8c8c;
  display: inline-block;
  position: absolute;
}
.yjjs #header a.logo_mynavi_tenshoku {
  position: absolute;
  left: 0;
  bottom: 15px;
}
.yjjs #header .logo_subsite {
  position: absolute;
  left: 240px;
  bottom: 15px;
}
.yjjs #header .registration {
  position: absolute;
  top: 0;
  right: 0;
}
.yjjs #header .registration a {
  width: 180px;
  background: #00aaeb;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding-right: 5px;
  position: relative;
  border-radius: 0 0 5px 5px;
  transition: all 0.2s;
  background-image: url("../img/pc/arrow_right_white.svg");
  background-repeat: no-repeat;
  background-size: auto 10px;
  background-position: right 27px top 9px;
}
.yjjs #header .registration a:before {
  content: "";
  position: absolute;
}
.yjjs #header .registration a:hover {
  opacity: 0.7;
}
.yjjs #header .account {
  position: absolute;
  bottom: 15px;
  right: 0;
  font-size: 0;
  line-height: 1;
}
.yjjs #header .account li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
  padding-left: 10px;
  background-image: url("../img/pc/arrow_right_blue.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.yjjs #header .account li a {
  font-size: 12px;
  color: #474747;
  text-decoration: underline;
}
.yjjs #header .account li a:hover {
  text-decoration: none;
}
.yjjs #mainvisual {
  text-align: center;
}
.yjjs #mainvisual .inner {
  min-height: 498px;
  padding: 70px 0 0;
}
.yjjs #mainvisual .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((950px - 1259px) / 2 + 10px);
  width: 1259px;
  height: 498px;
  display: block;
  background-image: url("../img/pc/main.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  z-index: -1;
}
.yjjs #mainvisual h2 {
  margin-bottom: 15px;
}
.yjjs #mainvisual p {
  width: 500px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #0077a4;
  margin: 0 auto;
}
.yjjs #qa {
  margin-top: -100px;
  margin-bottom: 260px;
}
.yjjs #qa .inner {
  height: 502px;
  background-image: url("../img/pc/illust_question.png"), url("../img/pc/frame_question.png");
  background-repeat: no-repeat;
  background-position: left 50px top 25px, center;
  background-size: 182px auto,920px auto;
  text-align: center;
  padding: 30px 60px 0;
}
.yjjs #qa .page {
  position: relative;
}
.yjjs #qa .page:nth-of-type(n+2) {
  display: none;
}
.yjjs #qa p {
  text-align: center;
}
.yjjs #qa .num {
  position: absolute;
  top: 0;
  left: 185px;
  background-image: url("../img/pc/bg_question.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 105px;
  height: 109px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yjjs #qa .num em {
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  color: #fff;
}
.yjjs #qa .question {
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  color: #ff6c00;
  padding-top: 40px;
  padding-left: 310px;
  margin-bottom: 50px;
  position: relative;
  text-align: left;
}
.yjjs #qa .note {
  margin: -30px auto 20px;
}
.yjjs #qa .selections {
  font-size: 0;
  text-align: left;
  margin: 30px auto 0;
  padding-left: 140px;
}
.yjjs #qa .selections li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  margin-right: 20px;
  line-height: 1.42;
}

.yjjs #qa .selections li .checkbox {
  padding-left: 15px;
}

.yjjs #qa .selections li .checkbox--disabled__text,
.yjjs #qa .selections li .checkbox__text,
.yjjs #qa .selections li .radio--disabled__text {
  font-size: 12px;
  line-height: 1.42;
  color: #333;
}
.yjjs #qa .selections li:last-of-type {
  margin-right: 0;
}
.yjjs #qa .pager {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1;
}
.yjjs #qa .pager p {
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}
.yjjs #qa .pager ul {
  font-size: 0;
  text-align: center;
}
.yjjs #qa .pager ul li {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 50%;
  display: inline-block;
  background: #cdcdcd;
  transition: all 0.2s;
}
.yjjs #qa .pager ul li.active {
  background: #00aaeb;
  transition: all 0.2s;
}
.yjjs #qa .prev {
  position: absolute;
  bottom: 100px;
  left: 340px;
  font-size: 11px;
  color: #00aaeb;
  text-decoration: none;
  display: none;
}
.yjjs #qa .prev:hover {
  text-decoration: underline;
}
.yjjs #qa .prev.active {
  display: inline-block;
}
.yjjs #qa .skip {
  position: absolute;
  bottom: 100px;
  right: 340px;
  font-size: 11px;
  color: #00aaeb;
  text-decoration: none;
  display: none;
}
.yjjs #qa .skip:hover {
  text-decoration: underline;
}
.yjjs #qa .skip.active {
  display: inline-block;
}
.yjjs .feature {
  padding: 0;
}
.yjjs .feature .inner {
  padding: 50px 0 40px;
}
.yjjs .feature h3 {
  font-size: 22px;
  color: #fff;
  line-height: 81px;
  padding-top: 5px;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  letter-spacing: 0.05em;
}
.yjjs .feature h3 em {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
}
.yjjs .feature ul {
  font-size: 0;
}
.yjjs .feature ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 38px;
  width: calc((100% - 38px * 3) / 4);
}
.yjjs .feature ul li a {
  font-size: 16px;
  line-height: 1.375;
  transition: all 0.2s;
  text-decoration: none;
  display: block;
}
.yjjs .feature ul li a img {
  margin-bottom: 10px;
  width: 100%;
}
.yjjs .feature ul li a:hover {
  opacity: 0.7;
}
.yjjs .feature ul li:nth-of-type(4n) {
  margin-right: 0;
}
.yjjs .feature#feature_01 {
  background: #e9ecf5;
}
.yjjs .feature#feature_01 .illust {
  position: absolute;
  top: -260px;
  left: 0;
  right: 0;
  margin: auto;
}
.yjjs .feature#feature_01 h3 {
  background-image: url("../img/pc/h3_feature_01.svg");
}
.yjjs .feature#feature_01 ul li a {
  color: #4b5783;
}
.yjjs .feature#feature_01 div.inner:nth-of-type(n+2){
	padding-top: 0;
}
.yjjs #contslist {
  background: #ecf0f2;
}
.yjjs #contslist .inner {
  padding: 70px 0 65px;
  font-size: 0;
}
.yjjs #contslist .col {
  width: calc((100% - 50px) / 2);
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
}
.yjjs #contslist .col:nth-of-type(2n) {
  margin-right: 0;
}
.yjjs #contslist h3 {
  font-size: 21px;
  color: #00aaeb;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
  padding-top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  line-height: 65px;
  display: inline-block;
  letter-spacing: 0.05em;
}
.yjjs #contslist .knowhow h3 {
  background-image: url("../img/pc/h3_knowhow.svg");
  letter-spacing: 0;
  padding-left: 10px;
}
.yjjs #contslist .knowledge h3 {
  background-image: url("../img/pc/h3_knowledge.svg");
}
.yjjs #contslist ul li {
  padding: 15px 0 15px 120px;
  width: 100%;
  min-height: 90px;
  display: block;
  border-bottom: 1px solid #add3e6;
  position: relative;
}
.yjjs #contslist ul li a {
  text-decoration: none;
}
.yjjs #contslist ul li a img {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100px;
}
.yjjs #contslist ul li a h4 {
  font-size: 16px;
  line-height: 1.375;
  color: #00aaeb;
  margin-bottom: 10px;
}
.yjjs #contslist ul li a p {
  font-size: 13px;
  line-height: 1.538;
}
.yjjs #contslist ul li a * {
  transition: all 0.2s;
}
.yjjs #contslist ul li a:hover * {
  opacity: 0.7;
}
.yjjs #breadcrumbs {
  background: #00aaeb;
}
.yjjs #breadcrumbs .inner {
  height: 50px;
  display: flex;
  align-items: center;
}
.yjjs #breadcrumbs ul {
  font-size: 0;
}
.yjjs #breadcrumbs ul li {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  margin-right: 13px;
  color: #fff;
  font-weight: bold;
  background-image: url("../img/pc/arrow_right_white.svg");
  background-repeat: no-repeat;
  background-size: auto 10px;
  background-position: right center;
}
.yjjs #breadcrumbs ul li a {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
}
.yjjs #breadcrumbs ul li a:hover {
  text-decoration: none;
}
.yjjs #breadcrumbs ul li:last-of-type {
  padding-right: 0;
  margin-right: 0;
  background-image: none;
}
.yjjs #footer {
  background: #f3f3f3;
}
.yjjs #footer .inner {
  height: 70px;
  display: flex;
  align-items: center;
}
.yjjs #footer ul {
  font-size: 0;
}
.yjjs #footer ul li {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #333;
}
.yjjs #footer ul li a {
  color: #333;
  text-decoration: none;
}
.yjjs #footer ul li a:hover {
  text-decoration: underline;
}
.yjjs #footer ul li:first-of-type {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.yjjs #footer .copyright {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  line-height: 70px;
  padding: 0;
}

.yjjs .modalArea {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yjjs .modalArea.active {
  display: block;
}
.yjjs .modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
.yjjs .modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  z-index: 0;
  background: #fff;
  padding: 0 0 80px;
}
.yjjs .modalHeader {
  width: 100%;
  height: 55px;
  display: block;
  position: relative;
}
.yjjs .modalTitle {
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 19px;
  font-weight: bold;
  display: inline-block;
  line-height: 55px;
  padding-top: 0.15em;
  color: #ff6c00;
}
.yjjs .modalContents {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 30px 40px 10px;
  display: block;
  text-align: left;
  position: relative;
  width: 680px;
  font-size: 14px;
}
.yjjs .modalContents .selections {
  font-size: 0;
}
.yjjs .modalContents .selections li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1;
}
.yjjs .modalContents .selections li:nth-of-type(2n) {
  margin-right: 0;
}

/*差し込み追加記述*/
.yjjs #feature_01 .inner h4{
	margin-bottom: 30px;
	color: #404040;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.yjjs #feature_01 .inner ul{
	margin-bottom: 30px;
}
.yjjs .feature#feature_01 div.inner:nth-of-type(n+2) {
    padding-bottom: 0;
}