@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
.stuffing {
  font-feature-settings: "palt" 1;
}

#global_nav ul li.nav06 a {
  font-weight: 700;
  color: #d9aacd !important;
}
#global_nav ul li.nav06::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75em;
  display: inline-block;
  content: "●";
  color: #d9aacd;
}

.intro {
  padding: 100px 0 60px;
}
@media screen and (max-width: 640px) {
  .intro {
    padding: 60px 0 30px;
  }
}
.intro .container {
  width: 87.5%;
  max-width: 820px;
  margin: auto;
  font-size: 18px;
  line-height: 1.65;
  color: #00508e;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 640px) {
  .intro .container {
    font-size: 22px;
  }
}
.intro .container .read {
  width: 100%;
  max-width: 810px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .intro .container .read {
    max-width: 510px;
  }
}
.intro .container .comments {
  box-sizing: border-box;
  padding: 0.375em 0;
  border: 3px solid #bbc4e4;
  margin-top: 1.25em;
  font-size: 24px;
  line-height: 1.375;
  text-align: center;
  font-feature-settings: "palt" 1;
  white-space: nowrap;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .intro .container .comments {
    margin-top: 1em;
  }
}

.diagnose {
  padding: 60px 0;
  background: url(../img/bg01.jpg) center center/cover no-repeat;
}
.diagnose .container {
  width: 93.75%;
  max-width: 800px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.diagnose .container .box {
  box-sizing: border-box;
  padding: 30px 25px;
}
.diagnose .container .box h3 {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .diagnose .container .box h3 {
    font-size: 42px;
  }
}
.diagnose .container .box .copy {
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.65;
}
.diagnose .container .box .copy span {
  display: block;
  color: #00508e;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .diagnose .container .box .copy {
    font-size: 27px;
  }
}
.diagnose .container .box .graph {
  margin-top: 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  border: solid #222;
  border-width: 1px 0 0 1px;
  background: #fff;
}
.diagnose .container .box .graph div {
  box-sizing: border-box;
  padding: 0.75em 1.25em;
  border: solid #222;
  border-width: 0 1px 1px 0;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .diagnose .container .box .graph div {
    font-size: 24px;
    padding: 0.5em 1em;
  }
}
.diagnose .container .box.regular {
  background: rgba(217, 170, 205, 0.5);
}
.diagnose .container .box.regular .graph .item01 {
  background: #f7eef5;
}
.diagnose .container .box.when_hired {
  background: rgba(187, 196, 228, 0.5);
}
.diagnose .container .box.when_hired .graph .item01 {
  background: #f1f3fa;
}

.ikuno {
  padding: 60px 0;
  background: #e4eff8;
}
.ikuno .container {
  width: calc(93.75% - 50px);
  max-width: 750px;
  margin: auto;
}
.ikuno .container h2 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  text-align: center;
  font-size: 32px;
  color: #222;
}
@media screen and (max-width: 640px) {
  .ikuno .container h2 {
    font-size: 36px;
  }
}
.ikuno .container h3 {
  margin-top: 24px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #036eb8;
}
@media screen and (max-width: 640px) {
  .ikuno .container h3 {
    font-size: 42px;
  }
}
.ikuno .container .copy {
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.65;
}
.ikuno .container .copy span {
  display: block;
  color: #00508e;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .ikuno .container .copy {
    font-size: 27px;
  }
}
.ikuno .container .graph {
  margin-top: 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  border: solid #222;
  border-width: 1px 0 0 1px;
  background: #fff;
}
.ikuno .container .graph div {
  box-sizing: border-box;
  padding: 0.75em 1.25em;
  border: solid #222;
  border-width: 0 1px 1px 0;
  line-height: 1.5;
}
.ikuno .container .graph div.item01 {
  background: #dfeaf8;
}
@media screen and (max-width: 640px) {
  .ikuno .container .graph div {
    font-size: 24px;
    padding: 0.5em 1em;
  }
}

.osaka {
  padding: 60px 0;
  background: #c9e4da;
}
.osaka .container {
  width: calc(93.75% - 50px);
  max-width: 750px;
  margin: auto;
}
.osaka .container h2 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  text-align: center;
  font-size: 32px;
  color: #00508e;
}
@media screen and (max-width: 640px) {
  .osaka .container h2 {
    font-size: 36px;
  }
}
.osaka .container h3 {
  margin-top: 24px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .osaka .container h3 {
    font-size: 42px;
  }
}
.osaka .container .copy {
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.65;
}
.osaka .container .copy span {
  display: block;
  color: #00508e;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .osaka .container .copy {
    font-size: 27px;
  }
}
.osaka .container .graph {
  margin-top: 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  border: solid #222;
  border-width: 1px 0 0 1px;
  background: #fff;
}
.osaka .container .graph div {
  box-sizing: border-box;
  padding: 0.75em 1.25em;
  border: solid #222;
  border-width: 0 1px 1px 0;
  line-height: 1.5;
}
.osaka .container .graph div.item01 {
  background: #e7f4f1;
}
@media screen and (max-width: 640px) {
  .osaka .container .graph div {
    font-size: 24px;
    padding: 0.5em 1em;
  }
}

.note {
  padding: 60px 0 140px;
}
@media screen and (max-width: 640px) {
  .note {
    padding: 60px 0 100px;
  }
}
.note .container {
  width: calc(93.75% - 50px);
  max-width: 750px;
  margin: auto;
}
.note .container .note_title {
  font-size: 24px;
  font-weight: 700;
  color: #00508e;
  width: 12.5em;
  height: 2.5em;
  box-sizing: border-box;
  border: 3px solid #bbc4e4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .note .container .note_title {
    font-size: 36px;
    border-width: 4px;
  }
}
.note .container .copy {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.65;
}
.note .container .copy ul li {
  position: relative;
  padding-left: 1em;
}
.note .container .copy ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "※";
}
@media screen and (max-width: 640px) {
  .note .container .copy {
    font-size: 27px;
  }
}

.sub_navi {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  gap: 35px;
}
@media screen and (max-width: 640px) {
  .sub_navi {
    gap: 20px;
  }
}
.sub_navi .btn {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 10px;
  color: #bbc4e4;
  background: radial-gradient(circle closest-side, currentColor 80%, transparent) bottom var(--p1, 0px) left 50%/100% var(--p, 12px) no-repeat, linear-gradient(currentColor 0 0) bottom 4px left 50%/var(--d, 0%) 3px no-repeat;
  transition: 0.5s;
}
.sub_navi .btn a {
  color: #b84c97;
}
.sub_navi .btn:hover {
  --d: 100%;
  --p: 3px;
  --p1: 4px;
}/*# sourceMappingURL=style.css.map */