a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
img {
  width: 100%;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*h1 {
  margin: 1rem 0;
  text-align: center;
  color: #007ee6;
  font-weight: bold;
  font-size: 3rem;
  line-height: 3rem;
}*/
.contents {
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}
.contents .section h2 {
  font-size: 1.6rem;
  line-height: 1.8rem;
}
body .contents .section h2 {
  font-size: 3.2rem;
  line-height: 3.6rem;
}
body .contents .section .txt {
  font-size: 2.4rem;
  line-height: 2.8rem;
}
body .btn {
  font-size: 2.8rem;
  line-height: 3.2rem;
}
body #toTop a {
  font-size: 2.8rem;
  line-height: 3.2rem;
}
.contents .section .txt {
  font-size: 2.8rem;
  line-height: 3.2rem;
}
.btn, .modalOpen {
  font-size: 1rem;
  line-height: 1rem;
}
body {
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  html {
    font-size: 44%;
  }
  body {
    max-width: 1100px;
    margin: 0 auto;
  }
  body #start .book {
    width: 25%;
    bottom: 4rem;
  }
}
body .navbar-toggle {
  display: none;
}
.contents .section {
  display: none;
}
.contents .section:last-child {
  border: none;
}
#start.section.is-fadeIn .inner {
  height: 100vh;
}
#door.section.is-fadeIn .inner {
  height: inherit;
}
.contents .inner {
  padding: 2rem 1rem 37rem;
  position: relative;
  box-sizing: border-box;
}
.contents #categoryZ .inner {
  padding: 1rem 1rem 50rem;
}
.contents #start .inner {
  padding: 5rem 1rem 15rem;
}
.contents .section h2 {
  margin-bottom: 1rem;
  padding: 1rem;
  border-bottom: 4px dotted #ccc;
}
.contents .section .txt {
  margin: 0 0 2rem;
  word-wrap: break-word;
}

.contents .answerList .answerList_item {
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
}
.btn {
  width: 100%;
  padding: 2rem 1rem;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  vertical-align: middle;
  white-space: break-spaces;
  border-radius: 20px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  cursor: pointer;
}
.btn:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  color: #000;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.is-fadeIn {
  display: block !important;
  opacity: 1 !important;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.is-fadeOut {
  height: 0;
  opacity: 0 !important;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
    height: 100%;
  }
  95% {
    opacity: 1;
    height: 100%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    height: 100%;
  }
  95% {
    opacity: 1;
    height: 100%;
  }
  100% {
    opacity: 0;
  }
}
/*#toTop a {
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: block;
  background: #ff9900;
  cursor: pointer;
}*/
#toTop a:hover {
  opacity: 0.8;
}
#score {
  font-size: 1.4rem;
  text-align: center;
}
#totalScore {
  font-size: 6rem;
}
#myChartD {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
#comment2 ul {
  margin-bottom: 2rem;
}
#categoryZ .book {
  width: 70%;
  margin: 0 auto;
}
#door {
  background-size: 100%;
  background-repeat: no-repeat;
}
#door form .mktoFormRow, #door form .mktoButtonRow {
  width: 70%;
  margin: auto;
}
#start .answerList_item {
  width: 70%;
  margin: 0 auto;
}
#start .btn {
  font-size: 3rem;
}
#door .book {
  width: 572px;
  margin: 3rem auto;
  padding: 0 3rem;
}
#categoryZ h2 {
  margin-bottom: 6rem;
  padding-bottom: 3rem;
  font-weight: bold;
}
.recommendWrap {
  margin: 0 0 4rem;
  padding: 1rem;
  border: 1px solid #000;
}
.recommendWrap h3 {
  text-align: center;
}
.recommendList {
  margin: 1rem 0;
}
.recommendList li {
  padding-left: 2rem;
  position: relative;
}
.recommendList li:before {
  content: '・';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.comment {
  margin-bottom: 2rem;
}
#comment2 .resultTtl {
  padding-bottom: 0.5rem;
  margin-bottom: 0.7rem;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px)  {
	#comment2 .resultTtl {
  font-size: 18px;
}
}
#comment2 .resultTxt {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  #door .book {
    width: 100%;
    margin: 3rem auto;
    padding: 0;
  }
}
body#hr {
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}

#hr-start a {
  color: #fff;
}


@media only screen and (min-width: 769px) {
  #hr #start h1 {
    width: 50%;
    margin: 20px auto;
    padding: 5rem;
    background: rgba(255, 255, 255, 0.7);
  }
}
#hr .contents #start .inner {
  padding: 0 1rem 40rem;
}
#hr #toTop a {
  color: #fff;
  background-image: -moz-linear-gradient(90deg, rgb(229, 137, 0) 50%, rgb(255, 153, 0) 50%);
  background-image: -webkit-linear-gradient(90deg, rgb(229, 137, 0) 50%, rgb(255, 153, 0) 50%);
  background-image: -ms-linear-gradient(90deg, rgb(229, 137, 0) 50%, rgb(255, 153, 0) 50%);
}
#hr #start, #hr #door {
  color: #fff;
  background: linear-gradient(-225deg, rgb(22, 135, 237) 0%, rgb(20, 55, 90) 100%);
  /* background-color: #46bad7; */ 
  /* background-image: url(../images/bg_hr.png); */
  background-position: bottom center;
}
#hr #start, #hr #door.sys {
  color: #fff;
  background: linear-gradient(-225deg, rgb(34, 211, 238) 0%, rgb(90, 43, 199) 100%);
  /* background-color: #46bad7; */ 
  /* background-image: url(../images/bg_hr.png); */
  background-position: bottom center;
}

#hr #start .btn, #hr .btn, #hr .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  color: #000;
  background-image: -moz-linear-gradient(90deg, rgb(229, 191, 0) 0%, rgb(229, 191, 0) 51%, rgb(249, 230, 0) 52%, rgba(249, 230, 0, 0.99608) 100%) !important;
  background-image: -webkit-linear-gradient(90deg, rgb(229, 191, 0) 0%, rgb(229, 191, 0) 51%, rgb(249, 230, 0) 52%, rgba(249, 230, 0, 0.99608) 100%) !important;
  background-image: -ms-linear-gradient(90deg, rgb(229, 191, 0) 0%, rgb(229, 191, 0) 51%, rgb(249, 230, 0) 52%, rgba(249, 230, 0, 0.99608) 100%) !important;
}
/* #hr #door .mktoButton {display: none;} */
#hr .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  font-size: 3rem;
  padding: 2rem 0 !important;
}
#hr .btn:active {
  color: #000;
  background: linear-gradient(#fed6e3 0%, #ffbcbc 100%);
}
body .door .mktoForm .mktoLabel {
  color: #fff;
}
.mktoButtonRow {
  display: block !important;
}
.mktoButtonWrap {
  margin: 0 !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  width: 100%;
  padding: 2rem 0.5rem !important;
  font-size: 3rem !important;
  border: none;
  border-radius: 10px;
}
#Lblremarks, .mktoFieldDescriptor.mktoFormCol #remarks {
  /* display: none; */
}
#mktoForm_2703, #mktoForm_2711, #mktoForm_1556 {
  width: 100% !important;
  padding: 0;
  font-size: inherit !important;
}
#mktoForm_1727 {
  width: 60% !important;
  margin: 0 auto;
}
#mktoForm_1727 label {
  Color: #fff;
}
@media only screen and (max-width: 480px) {
  #mktoForm_1727 {
    width: 100% !important;
    margin: 0 auto;
  }
}
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date] {
  border: 3px solid #aaa;
}
body .mktoFormCol, body .mktoForm .mktoFieldWrap {
  width: 100% !important;
}
body .mktoForm .mktoLabel {
  text-align: center;
}
body .mktoAsterix {
  font-size: 0;
  position: relative;
}
body .mktoAsterix:after {
  width: 4rem;
  height: 3.2rem;
  margin: auto;
  background: #ff0000;
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  display: block;
  content: '必須';
  position: absolute;
  right: 5px;
  top: 0;
}
@media only screen and (max-width: 480px) {
  body .mktoAsterix:after {
    width: 6rem;
    height: 3.4rem;
    font-size: 2rem;
  }
}
.mktoHtmlText h3 {
  text-align: center;
}
body .mktoField[type="radio"] {
  display: none;
}
body .mktoField[type="radio"] + label {
  margin: 0 5px 5px 0;
  padding: 0.7rem 1rem 0.7rem 1rem;
  border-radius: 50px;
  color: #000;
  background: #fff;
  position: relative;
}
body .mktoField[type="radio"] + label::before {
  margin: auto 0 !important;
  font-family: "Font Awesome 5 Free" !important;
  content: '\f111' !important;
  font-weight: 400;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  left: 0.5rem;
  top: 0;
  bottom: 0;
}
body .mktoField[type="radio"]:checked + label {
  color: #fff;
  background: #0041B3;
}
body .mktoField[type="radio"]:checked + label::before {
  content: '\f192' !important;
  font-weight: 400;
  color: #ffffff !important;
}
body .mktoField[type="checkbox"] {
  display: none;
}
body .mktoField[type="checkbox"] + label {
  margin: 0 5px 5px 0;
  padding: 0.7rem 1rem 0.7rem 2rem;
  border-radius: 50px;
  color: #000;
  background: #eee;
  display: inline-block;
  position: relative;
}
body .mktoField[type="checkbox"]:checked + label {
  color: #fff;
  background: #0041B3;
  box-sizing: border-box;
}
body .mktoField[type="checkbox"] + label::before {
  margin: auto 0 !important;
  padding-right: 10px;
  font-family: "Font Awesome 5 Free" !important;
  content: '\f0c8' !important;
  font-weight: 400;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  left: 0.5rem;
  top: 0;
  bottom: 0;
}
body .mktoField[type="checkbox"]:checked + label::before {
  content: '\f14a' !important;
  font-weight: 900;
  color: #fff !important;
}
/* .mktoForm input.mktoField.mktoInvalid, .mktoForm select.mktoField.mktoInvalid, .mktoForm textarea.mktoField.mktoInvalid, .mktoForm div.mktoLogicalField.mktoInvalid {
        border: none !important;
    } */
body .mktoForm .mktoError .mktoErrorMsg {
  background: #ff0000;
  text-shadow: none;
  box-shadow: none;
  border: none;
}
body .mktoForm .mktoError .mktoErrorArrow {
  border: none;
  background: #ff0000;
}
body .mktoField[type="radio"] + label {
  display: inline-block !important;
}
body .mktoField[type="text"], body .mktoField[type="email"], body .mktoField[type="tel"], body .mktoField[type="email"], body select.mktoField, body textarea.mktoField {
  padding: 10px;
  background: #ffffff;
  border: none;
  border: 3px solid #999;
  font-size: 2.6rem !important;
}
body .mktoField[type="text"]::placeholder, body .mktoField[type="email"]::placeholder, body .mktoField[type="tel"]::placeholder, body .mktoField[type="email"]::placeholder, body select.mktoField::placeholder, body textarea.mktoField::placeholder {
  color: #ccc;
}
body .mktoForm .mktoRadioList > label, body .mktoForm .mktoCheckboxList > label, body .mktoField[type="radio"] + label {
  margin: 0 1rem 1rem 0 !important;
  padding: 2rem 2rem 2rem 3.5rem;
}
body .mktoField[type="radio"] + label::before, body .mktoField[type="checkbox"] + label::before {
  width: 2rem !important;
  height: 1rem !important;
  padding: 0 0 1rem 0 !important;
  font-size: 2rem !important;
  line-height: 2rem !important;
  left: 1.4rem;
  position: absolute;
}
body .mktoForm .mktoLabel {
  margin: 0 0 1rem !important;
  font-size: 2.8rem;
}
.mktoHtmlText {
  width: 100% !important;
}
.mktoForm .mktoGutter {
  display: none;
}
body textarea.mktoField {
  min-height: 7rem;
}
#contact_free {}
body .mktoField[type="text"], body .mktoField[type="email"], body .mktoField[type="tel"], body .mktoField[type="email"], body textarea.mktoField {
  width: 100% !important;
  padding: 1rem !important;
}
@media only screen and (max-width: 480px) {
  body .mktoField[type="text"], body .mktoField[type="email"], body .mktoField[type="tel"], body .mktoField[type="email"], body textarea.mktoField {
    padding: 1rem !important;
    font-size: 3.4rem !important;
    line-height: 3.8rem !important;
    height: inherit !important;
  }
}
body select.mktoField {
  width: 100% !important;
  padding: 1.5rem 1rem !important;
}
body .mktoForm textarea.mktoField, body textarea.mktoField {
  width: 100%;
}
body .mktoField[type="radio"] + label::before {
  width: 1.5rem;
  height: 1.5rem;
  background-size: 100%;
}
body .mktoForm .mktoFieldWrap {
  float: inherit;
}
body .mktoForm .mktoRequiredField label.mktoLabel, body .mktoForm .mktoLabel {
  width: 100% !important;
  text-align: left;
  font-weight: bold;
  background: inherit;
  display: block;
  box-sizing: border-box;
  float: inherit;
}
body .mktoForm .mktoRadioList, body .mktoForm .mktoCheckboxList {
  width: 100% !important;
  padding: 0;
  float: inherit;
  clear: both;
}
.mktoFormRow:nth-child(9) .mktoFormCol {
  width: 50%;
  float: left;
}
body .mktoAsterix {
  width: 100%;
  height: 0;
}
#LblCity, #LblCity .mktoAsterix, #LblLastName, #LblLastName .mktoAsterix {
  display: none;
}
.mktoForm .mktoOffset {
  display: none;
}
.mktoButtonWrap {
  margin: 0 auto !important;
}
.policy-link {
  padding: 1rem !important;
  background: rgba(255, 255, 255, 0.6);
  border: 5px dotted #FF9900;
}
.policy-link p {
  margin-bottom: 1rem !important;
  line-height: 2.0rem;
  font-size: 1.8rem;
}
.policy-link img {
  width: 30%;
  margin: 0 auto;
  display: block;
}


#Z01 .mktoFormRow:nth-child(3) .mktoCheckboxList label {
  font-size: 2.2rem;
}

#hr .mktoFormRow:nth-child(0), #hr.is-after .mktoFormRow:nth-child(0), #hr.is-after .mktoFormRow:nth-child(1), #hr.is-after .mktoFormRow:nth-child(3), #hr.is-after .mktoFormRow:nth-child(4), #hr.is-after .mktoFormRow:nth-child(5) {
  visibility: hidden;
  height: 0 !important;
  overflow: hidden;
}
/*---------------------------------
追加css
------------------------------------*/
#mktoForm_4340 {
  width: 100% !important;
  padding: 0;
  font-size: inherit !important;
}
#hr.door {
  max-width: 700px;
}
.hr_3 .contents, .hr_2 .contents {
  margin: 10rem 0;
}
@media only screen and (max-width: 768px) {
	.hr_3 .contents, .hr_2 .contents {
  margin: 5rem auto;
		width: 95%;
}
}
.hr_3 *, .hr_2 * {
  box-sizing: border-box;
}
canvas#chart {
  margin-top: 2rem;
}
.hr_3 div#comment2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10rem;
  padding-top: 4rem;
  border-top: 1px solid #ddd;
}
.hr_3 div#comment2 > div {
  width: 49%;
  padding: 1rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
	.hr_3 div#comment2 > div {
  width: 100%;
  padding: 10px;
		margin-top: 30px;
}
}
.hr_3 #comment2 .resultTtl {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.hr_3 #comment2 .resultTtl {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.hr_3 #comment2 .resultTxt {
  margin-bottom: 0;
  font-size: 16px;
}
.hr_3 .recommendWrap {
  margin: 2rem 0 0 0;
  padding: 3rem;
  border: 1px solid #ddd;
  text-align: left;
}
@media only screen and (max-width: 768px) {
	.hr_3 .recommendWrap {
  padding: 18px;
}
}
.hr_3 .recommendWrap h3 {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
}
.hr_3 .resultTtl span.evaluation {
  font-size: 2.8rem;
  margin-left: 4px;
  margin-bottom: 7px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
	.hr_3 .resultTtl span.evaluation {
  font-size: 26px;
}
}
.hr_3 #comment2 ul {
  margin-bottom: 2rem;
  /* display: flex; */
  flex-wrap: wrap;
}
.hr_3 .recommendList li {
  padding-left: 2rem;
  /* position: relative; */
  margin-right: 10px;
  margin-top: 7px;
  font-size: 14px;
}
.hr_3 .recommendList li span.notes {
  font-size: 11px;
}
.hr_3 .resultTtl span.evaluation.evaluation-A {
  color: #ee0000;
}
.hr_3 .resultTtl span.evaluation.evaluation-B {
  color: #ee7900;
}
.hr_3 .resultTtl span.evaluation.evaluation-C {
  color: #008516;
}
.hr_3 .resultTtl span.evaluation.evaluation-D {
  color: #000485;
}
.hr_3 .resultTtl span.evaluation.evaluation-E {
  color: #838383;
}
.hr_3 #comment2 .resultTxt {
  margin-bottom: 1rem;
  font-size: 16px;
}
.hr_3 .contents #categoryZ .inner {
  padding: 0;
}
#hr.hr_3 {
  margin: 100px auto;
}
#hr.hr_3 .contents .section #comment.txt {
  font-size: 2.4rem;
  line-height: 2.8rem;
  padding: 38px;
  line-height: 1.6;
  margin-top: 5rem;
  font-weight: bold;
  border: 1px solid #ddd;
  background-color: #f5fcff;
  color: #333;
  text-align: center;
}
@media only screen and (max-width: 768px) {
	#hr.hr_3 .contents .section #comment.txt {
  font-size: 18px;
padding: 14px;
}
}
/*設問のcss*/
#hr.hr_2 article#categoryZ form {
  max-width: 100%;
}
#hr.hr_2 ul.answerList .answerList_item .btn {
  text-align: left;
  padding: 2rem;
  border-radius: 0;
  background-image: none !important;
  border: 1px solid #ddd;
  font-size: 16px;
  transition: 0.3s all;
}
@media only screen and (max-width: 768px) {
#hr.hr_2 ul.answerList .answerList_item .btn {
  padding: 10px;
  font-size: 14px;

}	
}
#hr.hr_2 ul.answerList .answerList_item .btn:hover {
  color: #fff;
  background-color: #123378;
}
#hr.hr_2 ul.answerList .answerList_item .select {
  color: #fff;
  background-color: #123378;
}
#hr.hr_2 .contents .inner {
  padding: 0;
}
#hr.hr_2 .contents .section h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5rem;
  padding-bottom: 3rem;
}
#hr article#toTop {
  /*text-align: center;*/
  text-align: right;
}
#hr #toTop a {
  display: inline-block;
  z-index: 1;
  position: relative;
  min-width: 30%;
  max-width: 100%;
  border-radius: 10000px;
  background: transparent;
  /*background-color: #123378;
    font-size: 14px;
    padding: 2.2rem 3rem;
    width: 280px;
*/
  padding: 1.2rem 3rem;
  background-color: #767676;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  line-height: 2.6rem;
  letter-spacing: 0.1rem;
  text-align: center;
  transition: 0.5s;
  font-weight: bold;
}





/*--------------------
230521
---------------------*/

.only-sp {
    display: none!important;
}
#hr {
    letter-spacing: 0.18em;
    line-height: 1.4;
}
#door.section.is-fadeIn .inner {
    padding: 38px;
}

.hr_top {
    background-color: #fff;
    padding: 40px;
    border-radius: 6px;
}
.hr_top--logo {
    width: 164px;
}
.hr_top--label {
    background-color: #001e5c;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 1000px;
    padding: 10px;
    margin-top: 40px;
}
#hr .hr_top--subttl {
    color: #001e5c;
    font-weight: bold;
    margin: 0 0 30px 0;
    text-align: center;
    padding: 30px;
    line-height: 1.4;
}
#hr .hr_top--maittl {
    color: #000;
    text-align: center;
    width: inherit;
    font-size: 14.8rem;
    font-weight: bold;
    z-index: 10;
    position: relative;
}
.hr_top--graph {
    text-align: center;
}
.hr_top--graph img {
    width: 340px;
}
.hr_top--issue {
    border: 1px solid #001e5c;
    border-radius: 6px;
    color: #737373;
    padding: 20px;
    margin-top: 30px;
}
.hr_top--issue__ttl {
    font-size: 16px;
    font-weight: bold;
}
.hr_top--issue ul {
    margin-top: 10px;
}
.hr_top--issue ul li {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: bold;
}
.hr_top--issue ul li:last-child {
    margin-bottom: 0;
}
.hr-explanation {
    text-align: center;
    margin: 50px 0;
    padding-bottom: 50px;
    border-bottom: 2px solid #fff;
}
.hr-explanation__txt {
    font-weight: bold;
    font-size: 18px;
}
.hr-explanation__txt span {
    margin: 0 8px;
}
a.hr-strat__btn {
    width: 400px;
    background-color: #dd3e0c;
    color: #fff;
    padding: 18px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 28px;
    margin: 25px auto;
    border: 1px solid #a12600;
    border-radius: 6px;
    box-shadow: 0px 0px 3px #000000;
    transition: 0.3s all;
}
a.hr-strat__btn:hover {
    opacity: 0.7;
}
.hr-explanation__causion {
    font-size: 14px;
}
.hr-explanation__lead {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 16px;
}
.hr-feature {
    margin: 50px 0;
    padding-bottom: 50px;
    border-bottom: 2px solid #fff;
}
#hr h2.hr-feature__mainttl {
    font-size: 56px;
    font-weight: bold;
    line-height: 1;
    padding: 0;
    border-bottom: none;
    margin-bottom: 30px;
}
.hr-feature__mainttl .small {
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
}
.hr-feature__item {
    margin-top: 40px;
}
.hr-feature__item__label {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.hr-feature__item__label__num {
    background-color: #fff;
    color: #001e5c;
    font-size: 20px;
    font-weight: bold;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-right: 10px;
}
.hr-feature__item__label__ttl {
    font-size: 22px;
    font-weight: bold;
    color: #f4fc19;
}
.hr-feature__item p {
    font-size: 16px;
    line-height: 1.4;
}
.hr-feature__item__desc {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    margin-top: 16px;
    border-radius: 6px;
}
.hr-feature__item__desc ul {
    margin-right: 80px;
}
.hr-feature__item__desc ul li {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.hr-feature__item__desc ul li:last-child {
    margin-bottom: 0;
}
.hr-feature__item__desc__img {
    text-align: center;
}
.hr-feature__item__desc__img img {
    width: 152px;
}
.hr-feature__human {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px dotted #ddd;
}
.hr-feature__human__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}
.hr-feature__human__item:last-child {
    margin-bottom: 0;
}
.hr-feature__human__item__img {
    margin-right: 36px;
}
.hr-feature__human__item__img img {
    width: 130px;
}
.hr-feature__human__item__txt {
    font-size: 16px;
    line-height: 1.4;
}
.hr-feature__human__item__txt__position {
    margin-bottom: 12px;
}
.hr-feature__human__item__txt__position .name {
    font-weight: bold;
    font-size: 20px;
    display: block;
}
.hr-present {
    margin: 50px 0;
    padding-bottom: 50px;
    border-bottom: 2px solid #fff;
}
.hr-present__lead {
    display: inline-block;
    background-color: #fff;
    color: #001e5c;
    font-weight: bold;
    font-size: 20px;
    padding: 8px 6px;
    line-height: 1;
}
#hr .hr-present__ttl {
    font-size: 30px;
    color: #f4fc19;
    font-weight: bold;
    margin: 20px 0 20px 0;
    padding: 0;
    border: none;
}
#hr .hr-present__ttl .small {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}
.hr-present p {
    font-size: 16px;
    line-height: 1.4;
}
.hr-present__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    padding: 30px;
    margin-top: 20px;
    border-radius: 6px;
    background-color: #fff;
    color: #000;
}
.hr-present__item__txtbox {
    font-size: 16px;
}
.hr-present__item__label {
    font-weight: bold;
    color: #001e5c;
    margin-bottom: 18px;
    font-size: 18px;
}
.hr-present__item__txtbox > ul > li {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
}
.hr-present__item__txtbox > ul > li:last-child {
    margin-bottom: 0;
}
.hr-present__item__txtbox > ul > li > ul > li {
    margin-top: 10px;
    padding-left: 2rem;
    font-weight: normal;
    font-size: 13px;
}
.hr-present__item__imgbox img {
    width: 185px;
}
.hr-start {
    margin: 50px 0;
    padding-bottom: 50px;
    border-bottom: 2px solid #fff;
}
#hr .hr-start__ttl {
    font-size: 30px;
    color: #f4fc19;
    font-weight: bold;
    margin: 20px 0 20px 0;
    padding: 0;
    border: none;
}
.hr-start__lead {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 30px;
}
.hr-start p {
    font-size: 14px;
    line-height: 1.4;
}
#hr-start label#LblEmail {
    display: none;
}
#door #hr-start form .mktoFormRow {
    width: 100%;
    margin: auto;
}
#hr-start input#Email {
    border: none;
    border-radius: 6px;
}
.hr-start__mail {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.hr-start__mail .label {
    display: inline-block;
    border-radius: 4px;
    background-color: #d5f6fe;
    color: #001e5c;
    text-align: center;
    padding: 4px 6px;
    line-height: 1;
    margin-left: 10px;
}
#hr-start .policy-link.flex {
    border: none;
    background: none;
    font-size: 14px;
    color: #fff;
}
#hr #hr-start button.mktoButton {
    width: 400px;
    background-color: #dd3e0c;
    color: #fff;
    padding: 18px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 28px;
    margin: 25px auto;
    border: 1px solid #a12600;
    border-radius: 6px;
    box-shadow: 0px 0px 3px #000000;
    transition: 0.3s all;
    background-image: none!important;
    transition: 0.3s all;
}
#hr #hr-start button.mktoButton:hover {
    opacity: 0.7;
}
.hr-start__caution {
    text-align: center;
    font-size: 14px;
}
.hr-bottom {
    margin-bottom: 40px;
}
.hr-bottom__img {
    width: 164px;
    margin-bottom: 18px;
}
.hr-bottom ul li a {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
.only-sp {
    display: block!important;
}
#door.section.is-fadeIn .inner {
    padding: 20px;
}
.hr_top {
    padding: 20px;
}
.hr_top--label {
    font-size: 18px;
    line-height: 1.4;
}
#hr .hr_top--subttl {
    margin: 0 0 30px 0;
    padding: 20px;
    font-size: 22px;
}
#hr .hr_top--maittl {
    font-size: 65px;
}
.hr_top--graph img {
    width: 80%;
}
a.hr-strat__btn {
    width: 80%;
    font-size: 24px;
}
#hr h2.hr-feature__mainttl {
    font-size: 48px;
}
.hr-feature__mainttl .small {
    font-size: 20px;
}
.hr-feature__item__label__ttl {
    font-size: 20px;
    line-height: 1.4;
}
.hr-feature__item__desc {
    flex-direction: column-reverse;
}
.hr-feature__item__desc ul {
    margin: 20px 0 0 0;
}
.hr-feature__human__item {
    flex-direction: column;
}
.hr-feature__human__item__img {
    margin: 0 auto 18px;
}
#hr .hr-present__ttl {
    font-size: 28px;
}
#hr .hr-present__ttl .small {
    display: block;
}
.hr-present__item {
    padding: 20px;
    flex-direction: column-reverse;
}
.hr-present__item__imgbox {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
#hr .hr-start__ttl {
    font-size: 28px;
}
#hr-start #door form .mktoButtonRow {
    width: 100%;
}
#hr #hr-start button.mktoButton {
    width: 100%;
    font-size: 24px!important;
}
}

.toFirst {
    text-align: right;
    margin-bottom: 10px;
}
a.toFirst__btn {
    display: inline-block;
    background-color: #767676;
    color: #fff;
    border: 1px solid #7c7c7c;
    padding: 10px 14px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 1000px;
    font-size: 12px;
    transition: all 0.3s;
}
a.hr-toFirst__btn:hover {
    background-color: #fff;
    color: #767676;
}

.hr-print {
    text-align: right;
}


#hr .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    width: 400px;
    background-color: #dd3e0c;
    color: #fff;
    padding: 18px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 28px;
    margin: 25px auto;
    border: 1px solid #a12600;
    border-radius: 6px;
    box-shadow: 0px 0px 3px #000000;
    transition: 0.3s all;
    background-image: none!important;
    transition: 0.3s all;
}
#hr2 button.mktoButton:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
#hr .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    width: 100%;
    font-size: 18px!important;
}
body .mktoForm .mktoRequiredField label.mktoLabel, body .mktoForm .mktoLabel {
    font-size: 16px;
}
body .mktoAsterix:after {
    width: 3rem;
    height: 3rem;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mktoFieldWrap.mktoRequiredField {
    margin-bottom: 15px;
}
#Z01 .mktoFormRow:nth-child(3) .mktoCheckboxList label {
    font-size: 16px;
    padding: 10px 10px 10px 43px;
}
body .mktoAsterix:after {
    width: 3rem;
    height: 3rem;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: inherit;
    top: -38px;
}
.mktoFieldWrap.mktoRequiredField {
    margin-bottom: 50px;
}
}

#Z01 #viewResult {
    display: none!important;
}

#Z01 .mktoFormRow:nth-child(n + 10) {
    display: none!important;
}

#mktoForm_4341 {
    padding: 40px;
    background-color: #e8ebf2;
}

#mktoForm_4341 input,#mktoForm_4341 select {
    border: 1px solid #ddd!important;
}

body .mktoForm .mktoRequiredField label.mktoLabel, body .mktoForm .mktoLabel {
	font-size: 16px;
}

.mktoForm .mktoFormRow {
    clear: both;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted#ddd;
}

.mktoForm .mktoFormRow:nth-child(2) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

body .mktoAsterix::after {
    padding: 6px 8px;
    line-height: 1;
    top: -6px;
    height: auto;
}

#hr .back{
  display: inline-block;
  background-color: #001e5c;
  color: #fff;
  border: 1px solid #001e5c;
  padding: 10px 14px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 1000px;
  font-size: 12px;
  transition: all 0.3s;
}

#pb {
  width: 100%;
  height: 40px;
}
