@charset "UTF-8";
/*!
 * ress.css v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
} /*select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}*/
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  --clr-txt: #333;
  --clr-err: #cc0000;
  --clr-red: #ed442b;
  --clr-pink: #ff00ba;
  --clr-orange: #ff7e00;
  --clr-green: #00c77d;
  --clr-navy: #01324b;
  --clr-white: #fff;
  --clr-gray: #f6f6f8;
  --clr-charcoal: #999;
  --clr-bdr: #ccc;
  --clr-aqua: #dff2ff;
  --clr-indigo: #069;
  --clr-blue: #0071be;
  --clr-bk: #000;
  --clr-white-txt: #fefefe;
}

body {
  line-height: 1.5;
  background: var(--clr-white);
  color: var(--clr-txt);
  font-size: min(16px, 4.2672vw);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

small {
  font-size: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

input[type=text],
input[type=password] {
  line-height: 1.2;
  padding: 3px 5px;
  border: 1px solid var(--clr-bdr);
  background: var(--clr-white);
}

ul, ol {
  list-style: none;
}

ul:not([class]) li,
ol:not([class]) li {
  margin-left: 1.5em;
}

.font-bold {
  font-weight: bold;
}

.font-blue {
  color: var(--clr-blue) !important;
}

.error {
  color: var(--clr-err);
}

.flex-center {
  justify-content: center;
}

.flex-between {
  justify-content: space-between;
}

.hdr-lv1 {
  margin-top: min(80px, 10.668vw);
  text-align: center;
}
.hdr-lv1:first-child {
  margin-top: 0;
}
.hdr-lv1 + * {
  margin-top: min(60px, 8.001vw);
}

.width-def,
.width-short {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.width-short {
  max-width: 800px;
}

section,
.section {
  margin-top: min(80px, 10.668vw);
}
section p,
.section p {
  margin-top: 2em;
}
section p:first-child,
.section p:first-child {
  margin-top: 0;
}

.bg-white {
  background: var(--clr-white);
  color: var(--clr-txt);
}

.list-kome {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  list-style-type: "※";
}
.list-kome li {
  margin-left: 1em;
}

.btn-wrapper {
  text-align: center;
}
.btn-wrapper p {
  margin-top: 0;
}

.btn-blue,
.btn-frame-blue {
  display: inline-block;
  transition: filter 0.2s ease;
}
.btn-blue a,
.btn-blue input[type=submit],
.btn-blue button,
.btn-blue span.btn-element,
.btn-frame-blue a,
.btn-frame-blue input[type=submit],
.btn-frame-blue button,
.btn-frame-blue span.btn-element {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: var(--clr-blue);
  color: var(--clr-white);
  text-decoration: none;
}
.btn-blue:hover,
.btn-frame-blue:hover {
  filter: brightness(1.2);
}

.btn-frame-blue a,
.btn-frame-blue input[type=submit],
.btn-frame-blue button,
.btn-frame-blue span.btn-element {
  border: 2px solid var(--clr-blue);
  background: var(--clr-white);
  color: var(--clr-blue);
}
.btn-frame-blue:hover {
  filter: brightness(1.2);
}

.mod-err {
  color: var(--clr-err);
}
.mod-err .hdr {
  font-weight: bold;
}
.mod-err p {
  margin-top: 0;
}
.mod-err ul {
  list-style: disc;
}

.job-select {
  flex-wrap: nowrap;
}
.job-select > * {
  position: relative;
  flex: 1;
  margin-top: 0;
  background-color: var(--clr-bk);
  color: var(--clr-white-txt);
}
.job-select > *::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s 0s ease;
}
.job-select > *:hover::before {
  background: rgba(0, 0, 0, 0.4);
}
.job-select > * > a {
  position: relative;
  z-index: 1;
}
.job-select > * > a:hover {
  text-decoration: none;
}
.job-select .flex {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.job-select h2 {
  font-size: min(24px, 5.334vw);
  font-weight: bold;
}
.job-select p {
  margin-top: 1em;
  line-height: 1.25;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: min(16px, 4.2672vw);
}
.job-select p.font-small {
  font-size: min(14px, 3.2004vw);
}

.mod-target {
  padding: min(29px, 3.7338vw);
  border: 1px solid var(--clr-blue);
  color: var(--clr-blue);
}

.mod-questions {
  margin-top: min(80px, 10.668vw);
}
.mod-questions h2 {
  display: flex;
  margin-bottom: min(40px, 8.001vw);
  font-size: min(18px, 4.8006vw);
}
.mod-questions .col-q {
  font-weight: bold;
}
.mod-questions .col-select {
  flex: 0 0 101px;
  text-align: center;
}
.mod-questions + .btn-wrapper {
  margin-top: min(60px, 10.668vw);
}

.mod-result > .flex {
  gap: min(20px, 2.667vw);
}
.mod-result h3 {
  line-height: 1.1;
  color: var(--clr-blue);
  font-size: min(66px, 8.8011vw);
  font-weight: bold;
  font-feature-settings: "palt";
}
.mod-result h3 .font-small {
  font-size: min(48px, 6.4008vw);
}
.mod-result h3 .block {
  line-height: 1.15;
}
.mod-result .bg-img {
  position: relative;
  z-index: -1;
}
.mod-result .bg-img::before {
  display: block;
  content: "";
}
.mod-result .table-results {
  width: 100%;
  border-collapse: collapse;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
.mod-result .table-results th {
  width: min(260px, 46.1391vw);
  padding: min(20px, 2.667vw);
  border-bottom: solid 1px var(--clr-bdr);
  background-color: var(--clr-gray);
  text-align: left;
  font-size: min(16px, 3.2004vw);
  font-weight: 600;
}
.mod-result .table-results th:first-of-type {
  border-top: solid 1px var(--clr-bdr);
}
.mod-result .table-results td {
  padding: min(20px, 2.667vw);
  border-bottom: solid 1px var(--clr-bdr);
  text-align: center;
  font-size: min(26px, 4.2672vw);
  font-weight: 600;
  font-feature-settings: "palt";
}
.mod-result .table-results td:first-of-type {
  border-top: solid 1px var(--clr-bdr);
}
.mod-result .table-results td .score {
  font-size: min(16px, 3.2004vw);
}
.mod-result.result-cause .bg-img {
  aspect-ratio: 220/246;
  width: min(220px, 29.337vw);
  margin-left: auto;
  margin-right: 0;
  background: url(../img/pict_cause.png) no-repeat center top;
}
.mod-result.result-physical .bg-img {
  aspect-ratio: 173/182;
  width: min(173px, 22.9362vw);
  margin-left: auto;
  margin-right: 0;
  background: url(../img/pict_physical.png) no-repeat center top;
}
.mod-result.result-physical h3 .font-small {
  font-size: min(47px, 6.4008vw);
}
.mod-result + .btn-wrapper {
  margin-top: min(100px, 13.335vw);
}

.list-terms {
  list-style: decimal;
}
.list-terms li {
  list-style-position: inside;
  margin-top: min(100px, 13.335vw);
}
.list-terms li:first-child {
  margin-top: 0;
}
.list-terms li::marker {
  color: var(--clr-blue);
  margin-left: 1.5em;
  font-weight: bold;
  font-size: min(18px, 4.8006vw);
}
.list-terms li .wrapper-body {
  margin-top: min(40px, 8.001vw);
}

.mod-plan {
  margin-top: min(80px, 10.668vw);
}
.mod-plan h2 {
  display: flex;
  margin-top: min(80px, 8.001vw);
  font-size: min(18px, 4.8006vw);
}
.mod-plan h2:first-child {
  margin-top: 0;
}
.mod-plan h2 + * {
  margin-top: 1.5em;
}
.mod-plan .option-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.mod-plan .item-option {
  display: flex;
  border: 2px solid var(--clr-blue);
  font-weight: 600;
}
.mod-plan .item-option::after {
  display: block;
  content: "";
}
.mod-plan input[type=radio]:checked + .item-option {
  background: var(--clr-aqua);
}
.mod-plan .question:nth-of-type(1) .item-option:nth-of-type(1)::after {
  background: url(../img/pict_4th_01.png) no-repeat center center;
  background-size: contain;
}
.mod-plan .question:nth-of-type(1) .item-option:nth-of-type(2)::after {
  background: url(../img/pict_4th_02.png) no-repeat center center;
  background-size: contain;
}
.mod-plan .question:nth-of-type(2) .item-option:nth-of-type(1)::after {
  background: url(../img/pict_4th_03.png) no-repeat center center;
  background-size: contain;
}
.mod-plan .question:nth-of-type(2) .item-option:nth-of-type(2)::after {
  background: url(../img/pict_4th_04.png) no-repeat center center;
  background-size: contain;
}
.mod-plan input[type=radio] {
  display: none;
}

.mod-keyword {
  margin-top: min(80px, 10.668vw);
}
.mod-keyword input[type=checkbox] {
  display: none;
}
.mod-keyword .option-wrapper {
  display: grid;
  background: var(--clr-blue);
}
.mod-keyword .item-option {
  line-height: 1.1;
  border: 2px solid var(--clr-blue);
  background: var(--clr-white);
  text-align: center;
  font-weight: 600;
}
.mod-keyword .item-option .txt-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2em;
}
.mod-keyword input[type=checkbox]:checked + .item-option {
  background: var(--clr-aqua);
}

.mod-action {
  margin-top: min(80px, 10.668vw);
}
.mod-action .question {
  color: var(--clr-white);
}
.mod-action .question:nth-of-type(1) {
  background: var(--clr-blue);
}
.mod-action .question:nth-of-type(2) {
  background: var(--clr-red);
}
.mod-action .question:nth-of-type(3) {
  background: var(--clr-green);
}
.mod-action .question input[type=radio] {
  display: none;
}
.mod-action .item-option {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--clr-white);
  color: var(--clr-txt);
}
.mod-action .item-option::after {
  display: block;
  content: "";
}
.mod-action .item-option[for=act1-1]::after {
  background: url(../img/pict_acrion_1_1.png) no-repeat center bottom;
  background-size: contain;
}
.mod-action .item-option[for=act1-2]::after {
  background: url(../img/pict_acrion_1_2.png) no-repeat center bottom;
  background-size: contain;
}
.mod-action .item-option[for=act1-3]::after {
  background: url(../img/pict_acrion_1_3.png) no-repeat center bottom;
  background-size: contain;
}
.mod-action .item-option[for=act1-4]::after {
  background: url(../img/pict_acrion_1_4.png) no-repeat center bottom;
  background-size: contain;
}
.mod-action .item-option[for=act1-5]::after {
  background: url(../img/pict_acrion_1_5.png) no-repeat center bottom;
  background-size: contain;
}
.mod-action .item-option[for=act1-6]::after {
  background: url(../img/pict_acrion_1_6.png) no-repeat center bottom;
  background-size: contain;
}
.mod-action .item-option[for=act2-1]::after {
  background: url(../img/pict_acrion_2_1.png) no-repeat center bottom;
  background-size: contain;
}
.mod-action .item-option[for=act2-2]::after {
  background: url(../img/pict_acrion_2_2.png) no-repeat center bottom;
  background-size: contain;
}
.mod-action .item-option[for=act2-3]::after {
  background: url(../img/pict_acrion_2_3.png) no-repeat center bottom;
  background-size: contain;
}
.mod-action .item-option[for=act2-4]::after {
  background: url(../img/pict_acrion_2_4.png) no-repeat center bottom;
  background-size: contain;
}
.mod-action .item-option[for=act3-1]::after {
  background: url(../img/pict_acrion_3_1.png) no-repeat center bottom;
  background-size: contain;
}
.mod-action .item-option[for=act3-2]::after {
  background: url(../img/pict_acrion_3_2.png) no-repeat center bottom;
  background-size: contain;
}
.mod-action .item-option[for=act3-3]::after {
  background: url(../img/pict_acrion_3_3.png) no-repeat center bottom;
  background-size: contain;
}
.mod-action .item-option[for=act3-4]::after {
  background: url(../img/pict_acrion_3_4.png) no-repeat center bottom;
  background-size: contain;
}
.mod-action .item-option[for=act3-5]::after {
  background: url(../img/pict_acrion_3_5.png) no-repeat center bottom;
  background-size: contain;
}
.mod-action input[type=radio]:checked + .item-option {
  background: var(--clr-aqua);
}
.mod-action .badge-recommend,
.mod-action .badge-casestudy {
  display: inline-block;
}
.mod-action .badge-recommend {
  background: var(--clr-pink);
  color: var(--clr-white);
}
.mod-action .badge-casestudy {
  background: var(--clr-orange);
  color: var(--clr-white);
}
.mod-action .badge-wrapper {
  display: flex;
  justify-content: flex-end;
}
.mod-action .txt-wrapper {
  height: 2.2em;
  line-height: 1.1;
  font-weight: 500;
}
.mod-action + .list-kome {
  margin-top: 10px;
}

.selected-action .selected-action-title {
  text-align: center;
}

.mod-guide {
  margin-top: min(80px, 10.668vw);
}
.mod-guide .hdr {
  font-weight: bold;
}
.mod-guide .hdr::before {
  display: inline-block;
  aspect-ratio: 32/26;
  content: "";
  background: url(../img/icn_talk.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}
.mod-guide .current-job .voice {
  display: flex;
}
.mod-guide .current-job .voice:first-child {
  margin-top: 0;
}
.mod-guide .current-job .voice::after {
  display: block;
  content: "";
  flex-shrink: 0;
  flex-grow: 0;
}
.mod-guide .current-job .voice .txt-wrapper {
  flex: 1;
}
.mod-guide .current-job .voice .txt {
  position: relative;
}
.mod-guide .current-job .voice .txt::after {
  position: absolute;
  display: block;
  content: "";
}
.mod-guide .current-job .voice:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.mod-guide .acc {
  border-right: 1px solid var(--clr-bdr);
  border-left: 1px solid var(--clr-bdr);
  border-top: 1px solid var(--clr-bdr);
}
.mod-guide .acc:last-of-type {
  border-bottom: 1px solid var(--clr-bdr);
}
.mod-guide .acc .acc-header button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mod-guide .acc .acc-header button::after {
  aspect-ratio: 54/30;
  display: block;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2054%2030%22%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpolyline%20points%3D%223%203%2C%2027%2024%2C%2052%203%22%20stroke-linecap%3D%22butt%22%20stroke-width%3D%225%22%20stroke%3D%22%230071be%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
}
.mod-guide .acc .acc-header:has([aria-expanded=true]) {
  border-bottom: 1px solid var(--clr-bdr);
}
.mod-guide .acc .acc-header:has([aria-expanded=true]) button::after {
  transform: rotate(180deg);
}
.mod-guide .acc .voice {
  border-top: 1px solid var(--clr-bdr);
}
.mod-guide .acc .voice:first-child {
  border-top-style: none;
}
.mod-guide .acc-panel {
  overflow: hidden; /* アニメに必須 */
  height: 0; /* 閉状態の初期値 */
}
.mod-guide .js-load-more {
  position: relative;
}
.mod-guide .js-load-more .is-hidden {
  display: none;
}
.mod-guide .js-load-more .voice.is-peek {
  overflow: hidden;
  position: relative;
}
.mod-guide .js-load-more .btn-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.mod-guide .js-load-more .btn-wrapper:has(.is-hidden) {
  padding: 0;
}

@media (prefers-reduced-motion: no-preference) {
  .acc-panel {
    transition: height 0.2s ease;
  }
}
.action-confirm {
  color: var(--clr-blue);
  text-align: center;
  font-weight: bold;
}

.mod-step {
  margin-top: min(80px, 10.668vw);
}
.mod-step .hdr {
  font-weight: bold;
}
.mod-step .hdr::before {
  aspect-ratio: 40/29;
  display: inline-block;
  content: "";
  background: url(../img/icn_step.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}
.mod-step table {
  width: 100%;
  border-top: 1px solid var(--clr-bdr);
  border-collapse: collapse;
}
.mod-step table caption {
  text-align: left;
}
.mod-step table th,
.mod-step table td {
  border-bottom: 1px solid var(--clr-bdr);
  text-align: center;
  font-weight: 500;
}
.mod-step table th {
  background: var(--clr-gray);
}

#header .sitename,
#top-header .sitename {
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
}
#header .sitename .font-small,
#top-header .sitename .font-small {
  display: block;
}
#header .sitelogo > a,
#header .sitelogo > span,
#top-header .sitelogo > a,
#top-header .sitelogo > span {
  display: block;
  aspect-ratio: 105/120;
  height: min(60px, 10.668vw);
  background: url(../img/logo_emblem.png) no-repeat center center;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#header .flex {
  height: min(100px, 13.335vw);
  align-items: center;
  justify-content: space-between;
}
#header .sitename {
  font-size: min(32px, 4.0005vw);
}
#header .sitename .font-small {
  font-size: min(18px, 3.2004vw);
}

#top-header {
  padding-top: min(20px, 4.0005vw);
}
#top-header .sitename {
  line-height: 1.1;
  font-size: min(58px, 8.001vw);
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.05em;
}
#top-header .sitename .font-small {
  display: block;
  font-size: min(42px, 6.4008vw);
}
#top-header .sitelogo a {
  margin-left: auto;
}
#top-header .p-flex .p-flex {
  justify-content: space-between;
}
#top-header .p-flex .p-flex > p {
  flex-basis: 450px;
}

#page-header {
  background-color: var(--clr-bdr);
  font-size: min(36px, 6.4008vw);
}
#page-header .flex {
  height: min(200px, 26.67vw);
  align-items: center;
  justify-content: center;
}
#page-header h1,
#page-header p {
  line-height: 1.2;
  color: var(--clr-white);
  font-size: inherit;
}
#page-header.job-01 {
  background: url(../img/pageheader_bg_01.png) no-repeat left bottom;
  background-size: cover;
}
#page-header.job-02 {
  background: url(../img/pageheader_bg_02.png) no-repeat left bottom;
  background-size: cover;
}
#page-header.job-03 {
  background: url(../img/pageheader_bg_03.png) no-repeat left bottom;
  background-size: cover;
}
#page-header.job-04 {
  background: url(../img/pageheader_bg_04.png) no-repeat left bottom;
  background-size: cover;
}
#page-header.job-05 {
  background: url(../img/pageheader_bg_05.png) no-repeat left bottom;
  background-size: cover;
}
#page-header.terms {
  background: url(../img/pageheader_bg_terms.png) no-repeat center center;
  background-size: cover;
}

#footer {
  margin-top: min(150px, 20.0025vw);
  border-top: solid 1px var(--clr-bdr);
}

#footer .menu,
#top-footer .menu {
  justify-content: center;
  gap: min(50px, 10.668vw);
  font-size: min(16px, 4.2672vw);
  align-items: center;
}

#top-footer .logo-lab a {
  display: block;
  aspect-ratio: 370/60;
  height: min(60px, 14.9352vw);
  background: url(../img/logo_lab.png) no-repeat center center;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#copyright {
  height: min(55px, 14.6685vw);
  text-align: center;
  font-size: min(12px, 2.667vw);
}
#copyright.flex {
  align-items: center;
  justify-content: center;
}

#top-footer #copyright {
  height: min(60px, 21.336vw);
}

#form_go_to_select_plan,
#form_back {
  display: none;
}

.pos-r {
  position: relative !important;
}

.pos-s {
  position: static !important;
}

.font-10 {
  font-size: min(10px, 2.667vw) !important;
}

.font-11 {
  font-size: min(11px, 2.9337vw) !important;
}

.font-12 {
  font-size: min(12px, 3.2004vw) !important;
}

.font-13 {
  font-size: min(13px, 3.4671vw) !important;
}

.font-14 {
  font-size: min(14px, 3.7338vw) !important;
}

.font-15 {
  font-size: min(15px, 4.0005vw) !important;
}

.font-16 {
  font-size: min(16px, 4.2672vw) !important;
}

.font-17 {
  font-size: min(17px, 4.5339vw) !important;
}

.font-18 {
  font-size: min(18px, 4.8006vw) !important;
}

.font-19 {
  font-size: min(19px, 5.0673vw) !important;
}

.font-20 {
  font-size: min(20px, 5.334vw) !important;
}

.font-21 {
  font-size: min(21px, 5.6007vw) !important;
}

.font-22 {
  font-size: min(22px, 5.8674vw) !important;
}

.font-23 {
  font-size: min(23px, 6.1341vw) !important;
}

.font-24 {
  font-size: min(24px, 6.4008vw) !important;
}

.font-25 {
  font-size: min(25px, 6.6675vw) !important;
}

.font-26 {
  font-size: min(26px, 6.9342vw) !important;
}

.font-27 {
  font-size: min(27px, 7.2009vw) !important;
}

.font-28 {
  font-size: min(28px, 7.4676vw) !important;
}

.font-29 {
  font-size: min(29px, 7.7343vw) !important;
}

.font-30 {
  font-size: min(30px, 8.001vw) !important;
}

.font-31 {
  font-size: min(31px, 8.2677vw) !important;
}

.font-32 {
  font-size: min(32px, 8.5344vw) !important;
}

.font-33 {
  font-size: min(33px, 8.8011vw) !important;
}

.font-34 {
  font-size: min(34px, 9.0678vw) !important;
}

.font-35 {
  font-size: min(35px, 9.3345vw) !important;
}

.font-36 {
  font-size: min(36px, 9.6012vw) !important;
}

.font-37 {
  font-size: min(37px, 9.8679vw) !important;
}

.font-38 {
  font-size: min(38px, 10.1346vw) !important;
}

.font-39 {
  font-size: min(39px, 10.4013vw) !important;
}

.font-40 {
  font-size: min(40px, 10.668vw) !important;
}

.font-41 {
  font-size: min(41px, 10.9347vw) !important;
}

.font-42 {
  font-size: min(42px, 11.2014vw) !important;
}

.font-43 {
  font-size: min(43px, 11.4681vw) !important;
}

.font-44 {
  font-size: min(44px, 11.7348vw) !important;
}

.font-45 {
  font-size: min(45px, 12.0015vw) !important;
}

.font-46 {
  font-size: min(46px, 12.2682vw) !important;
}

.font-47 {
  font-size: min(47px, 12.5349vw) !important;
}

.font-48 {
  font-size: min(48px, 12.8016vw) !important;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.list-none {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

.list-disc {
  list-style: disc;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
.list-disc li {
  margin-left: 1.5em;
}

.list-decimal {
  list-style: decimal;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
.list-decimal li {
  margin-left: 1.5em;
}

.list-inline li {
  display: inline;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.iblock {
  display: inline-block !important;
}

.flex {
  display: flex !important;
}

.iflex {
  display: inline-flex !important;
}

.none {
  display: none !important;
}

.grid {
  display: grid !important;
}

@media (orientation: portrait) or (width < 1100px) {
  .width-def,
  .width-short {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    margin-right: 4%;
    margin-left: 4%;
  }
  .btn-blue a,
  .btn-blue input[type=submit],
  .btn-blue button,
  .btn-blue span.btn-element,
  .btn-frame-blue a,
  .btn-frame-blue input[type=submit],
  .btn-frame-blue button,
  .btn-frame-blue span.btn-element {
    width: 100%;
    height: min(70px, 10.668vw);
    font-size: 4.8006vw;
  }
  .btn-blue a .font-small,
  .btn-blue input[type=submit] .font-small,
  .btn-blue button .font-small,
  .btn-blue span.btn-element .font-small,
  .btn-frame-blue a .font-small,
  .btn-frame-blue input[type=submit] .font-small,
  .btn-frame-blue button .font-small,
  .btn-frame-blue span.btn-element .font-small {
    margin-top: -0.5em;
    flex-basis: 100%;
    font-size: 3.2004vw;
  }
  .btn-blue a .font-semi-small,
  .btn-blue input[type=submit] .font-semi-small,
  .btn-blue button .font-semi-small,
  .btn-blue span.btn-element .font-semi-small,
  .btn-frame-blue a .font-semi-small,
  .btn-frame-blue input[type=submit] .font-semi-small,
  .btn-frame-blue button .font-semi-small,
  .btn-frame-blue span.btn-element .font-semi-small {
    font-size: 3.7338vw;
  }
  .btn-blue a,
  .btn-frame-blue a {
    font-size: 4.0005vw;
  }
  .btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2.667vw;
    justify-content: center;
  }
  .btn-wrapper > * {
    flex: 0 0 calc((100% - 2.667vw) / 2);
  }
  .btn-wrapper:has(> :nth-child(1)):not(:has(> :nth-child(2))) > :nth-child(1) {
    flex-basis: min(400px, 53.34vw);
  }
  .btn-wrapper.navigation {
    margin-top: 13.335vw;
  }
  .hdr-lv1 {
    font-size: 5.6007vw;
  }
  .mod-err {
    line-height: 1.81;
  }
  .mod-err .hdr {
    padding-left: 6.1341vw;
    background: url(../img/icn_err.png) no-repeat left top 0.45em;
    background-size: 4.5339vw auto;
  }
  .mod-err p,
  .mod-err ul {
    padding-left: 6.1341vw;
  }
  .job-select {
    flex-direction: column;
  }
  .job-select > * {
    flex-basis: 61.8744vw;
  }
  .job-select > *:nth-of-type(1) {
    background: url(../img/job_bg_01_sp.png) no-repeat center center;
    background-size: cover;
  }
  .job-select > *:nth-of-type(2) {
    background: url(../img/job_bg_02_sp.png) no-repeat center center;
    background-size: cover;
  }
  .job-select > *:nth-of-type(3) {
    background: url(../img/job_bg_03_sp.png) no-repeat center center;
    background-size: cover;
  }
  .job-select > *:nth-of-type(4) {
    background: url(../img/job_bg_04_sp.png) no-repeat center center;
    background-size: cover;
  }
  .job-select > *:nth-of-type(5) {
    background: url(../img/job_bg_05_sp.png) no-repeat center center;
    background-size: cover;
  }
  .job-select > * > a {
    padding: 4.0005vw;
  }
  .job-select h2 {
    font-size: min(18px, 4.8006vw);
  }
  .job-select p {
    font-size: min(15px, 4.0005vw);
  }
  .mod-questions .q-table-hdr {
    display: none;
  }
  .mod-questions .questions .qa-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: min(30px, 8.001vw);
  }
  .mod-questions .questions .select-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: min(20px, 5.334vw);
  }
  .mod-questions .questions .col-select {
    flex-basis: auto;
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding-left: min(12px, 3.2004vw);
    border: 1px solid var(--clr-charcoal);
    border-radius: 3px;
    text-align: left;
  }
  .mod-questions .questions .col-select input {
    vertical-align: middle;
  }
  .mod-questions .questions .col-select label {
    display: inline-block;
    display: flex;
    align-items: center;
    flex-basis: 80%;
    height: min(38px, 10.1346vw);
    text-align: left;
  }
  .mod-questions.s-ptn-2 .q-table-hdr {
    display: contents;
  }
  .mod-questions.s-ptn-2 .q-table-hdr .col-wrapper {
    margin-top: min(40px, 8.001vw);
  }
  .mod-questions.s-ptn-2 .q-table-hdr .col-select {
    display: none;
  }
  .mod-questions.s-ptn-2 .questions .qa-wrapper {
    gap: 10px;
    flex-direction: row;
    margin-top: min(20px, 5.334vw);
  }
  .mod-questions.s-ptn-2 .questions .qa-wrapper > * {
    flex: 1;
  }
  .mod-questions.s-ptn-2 .questions .qa-wrapper:nth-child(odd) .col-q {
    background: var(--clr-gray);
  }
  .mod-questions.s-ptn-2 .questions .qa-wrapper .col-q {
    flex-basis: calc(50% - 10px);
    flex-grow: 0;
    display: flex;
    align-items: center;
    padding: min(12px, 3.2004vw);
  }
  .mod-questions.s-ptn-2 .questions .qa-wrapper .select-wrapper {
    gap: 10px;
    margin-top: 0;
  }
  .mod-err + * > .mod-questions:first-child {
    margin-top: 8.001vw;
  }
  .mod-result > .flex {
    flex-direction: column;
  }
  .mod-result > .flex > * {
    flex: 0 0 100%;
  }
  .mod-result .category-wrapper {
    position: relative;
  }
  .mod-result.result-cause .category-wrapper {
    aspect-ratio: 690/246;
  }
  .mod-result.result-cause .bg-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(31.89%, 220px);
    background-position: right bottom;
    background-size: 100% auto;
  }
  .mod-result.result-physical .category-wrapper {
    aspect-ratio: 690/197;
  }
  .mod-result.result-physical .bg-img {
    position: absolute;
    right: 10.668vw;
    bottom: 0;
    width: min(25.07%, 174px);
    background-position: right bottom;
    background-size: 100% auto;
  }
  .mod-result.result-others .category-wrapper {
    aspect-ratio: 690/227;
    flex-direction: row-reverse;
  }
  .mod-result.result-others h3 {
    padding-left: 6.6675vw;
  }
  .mod-result.result-others .bg-img {
    aspect-ratio: 250/227;
    position: absolute;
    left: 1.8669vw;
    bottom: 0;
    width: min(36.23%, 250px);
    background: url(../img/pict_others.png) no-repeat left bottom;
    background-size: 100% auto;
  }
  .mod-plan {
    margin-bottom: 8.001vw;
  }
  .mod-plan .question {
    margin-top: 8.001vw;
  }
  .mod-plan .option-wrapper {
    gap: 5.334vw;
    margin-top: 4.0005vw;
  }
  .mod-plan .item-option {
    flex-direction: column;
    justify-content: space-between;
    gap: 2.667vw;
    padding: 3.4671vw;
  }
  .mod-plan .item-option > * {
    flex-basis: 50%;
  }
  .mod-plan .item-option::after {
    height: 25.6032vw;
  }
  .mod-plan .item-option .txt-wrapper .font-blue {
    display: block;
    margin-bottom: 1.3335vw;
    font-size: 6.4008vw;
    text-align: center;
  }
  .mod-plan + .list-kome {
    margin-top: 8.001vw;
  }
  .mod-keyword {
    margin-bottom: 8.001vw;
  }
  .mod-keyword .option-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.667vw;
    padding: 2.667vw;
  }
  .mod-keyword .item-option {
    padding: 2.1336vw 1.3335vw;
  }
  .mod-keyword + .list-kome {
    margin-top: 8.001vw;
  }
  .mod-keyword ~ .navigation {
    margin-top: 13.335vw;
  }
  .mod-action {
    margin-bottom: 8.001vw;
  }
  .mod-action .question {
    margin-top: 8.001vw;
    padding: 5.334vw 2.667vw 2.667vw 2.667vw;
  }
  .mod-action .question .hdr {
    font-size: 4.8006vw;
  }
  .mod-action .option-wrapper {
    display: flex;
    gap: 2.667vw;
    flex-wrap: wrap;
    margin-top: 5.334vw;
  }
  .mod-action .item-option {
    flex: 0 0 calc((100% - 2.667vw) / 2);
    gap: 2.667vw;
    padding: 2.667vw;
  }
  .mod-action .item-option::after {
    height: 22.4028vw;
  }
  .mod-action .badge-recommend,
  .mod-action .badge-casestudy {
    height: 3.7338vw;
    line-height: 3.4671vw;
    padding: 0 0.5334vw;
    font-size: 2.667vw;
  }
  .mod-action .badge-wrapper {
    gap: 1.3335vw;
    height: 3.7338vw;
  }
  .mod-action .txt-wrapper {
    font-size: 4.2672vw;
  }
  .mod-action + .list-kome {
    margin-top: 8.001vw;
  }
  .mod-action ~ .navigation {
    margin-top: 13.335vw;
  }
  .selected-action .selected-action-title {
    font-size: 5.6007vw;
  }
  .selected-action .selected-action-description {
    text-align: left;
  }
  .mod-guide .hdr {
    display: flex;
    align-items: flex-start;
    gap: 2.1336vw;
    font-size: 4.8006vw;
  }
  .mod-guide .hdr + * {
    margin-top: 5.334vw;
  }
  .mod-guide .hdr::before {
    flex: 0 0 5.334vw;
    margin-top: 0.45em;
  }
  .mod-guide .current-job .voice {
    gap: 5.334vw;
    min-height: 33.6042vw;
    margin-top: 8.001vw;
  }
  .mod-guide .current-job .voice::after {
    flex-basis: 10.668vw;
    background: url(../img/pict_7th.png) no-repeat center bottom;
    background-size: contain;
  }
  .mod-guide .current-job .voice .txt {
    min-height: 33.6042vw;
    padding: 3.4671vw;
    border: 2px solid var(--clr-blue);
    border-radius: 1.3335vw;
  }
  .mod-guide .current-job .voice .txt::after {
    bottom: 26.67vw;
    right: 0;
    width: 5.8674vw;
    height: 2.4003vw;
    background: url(../img/fukidashi.png) no-repeat center center;
    background-size: contain;
    transform: translateX(100%) translateY(100%) scale(-1, 1);
  }
  .mod-guide .current-job .voice:nth-of-type(odd) .txt::after {
    left: 0;
    transform: translateX(-100%) translateY(100%);
  }
  .mod-guide .js-load-more .voice.is-peek {
    max-height: 28.0035vw;
    min-height: auto;
  }
  .mod-guide .js-load-more .btn-wrapper {
    padding: 17.3355vw 0 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  }
  .mod-guide .js-load-more .btn-wrapper .btn-load-more {
    flex-basis: 37.338vw;
  }
  .mod-guide .js-load-more .btn-wrapper .btn-load-more .btn-element {
    height: 10.668vw;
    font-size: 4.8006vw;
  }
  .mod-guide .acc .acc-header button {
    height: 11.7348vw;
    padding-right: 3.7338vw;
    padding-left: 3.7338vw;
  }
  .mod-guide .acc .acc-header button::after {
    width: 4.0005vw;
  }
  .mod-guide .acc .voice-wrapper {
    padding-right: 3.7338vw;
    padding-left: 3.7338vw;
  }
  .mod-guide .acc .voice {
    border-top: 1px solid var(--clr-bdr);
    padding-top: 3.7338vw;
    padding-bottom: 3.7338vw;
  }
  .mod-guide .acc .voice.is-peek {
    max-height: 36.0045vw;
    min-height: auto;
  }
  .mod-guide .acc .js-load-more .btn-wrapper {
    padding: 13.335vw 0 4.0005vw;
  }
  .mod-guide .acc .js-load-more .btn-wrapper:has(.is-hidden) {
    padding: 0;
  }
  .action-confirm {
    font-size: 5.8674vw;
  }
  .action-confirm + * {
    margin-top: 6.6675vw;
  }
  .mod-step .hdr {
    display: flex;
    align-items: flex-start;
    gap: 2.1336vw;
    font-size: 4.8006vw;
  }
  .mod-step .hdr + * {
    margin-top: 5.334vw;
  }
  .mod-step .hdr::before {
    flex: 0 0 5.334vw;
    margin-top: 0.45em;
  }
  .mod-step table {
    margin-top: 5.334vw;
    font-size: 3.2004vw;
  }
  .mod-step table caption {
    padding: 1.6002vw;
  }
  .mod-step table th {
    width: 33.333%;
    height: 4em;
    padding: 2.1336vw;
  }
  .mod-step table td {
    padding: 2.1336vw;
    font-size: 4.2672vw;
  }
  #header .sitename {
    font-feature-settings: "palt";
    letter-spacing: -0.1em;
  }
  #header .sitename .font-small {
    letter-spacing: normal;
  }
  #top-header {
    padding-bottom: min(40px, 10.668vw);
  }
  #top-header .sitename + * {
    margin-top: 10.668vw;
  }
  #top-header .sitename + p {
    line-height: 1.81;
  }
  #top-header .sitename .font-small {
    margin-bottom: 0.1em;
  }
  #top-header .sitelogo-wrapper {
    position: absolute;
    right: 0;
    top: 0;
  }
  #page-header.job-01 {
    background: url(../img/pageheader_bg_01_sp.png) no-repeat right bottom;
    background-size: cover;
  }
  #page-header.job-02 {
    background: url(../img/pageheader_bg_02_sp.png) no-repeat center bottom;
    background-size: cover;
  }
  #page-header.job-03 {
    background-size: auto 125%;
  }
  #footer .menu,
  #top-footer .menu {
    height: min(60px, 16.002vw);
  }
  #top-footer .logo-lab a {
    margin-right: auto;
    margin-left: auto;
  }
  .s-align-left {
    text-align: left !important;
  }
  .s-align-center {
    text-align: center !important;
  }
  .s-align-right {
    text-align: right !important;
  }
  .s-block {
    display: block !important;
  }
  .s-inline {
    display: inline !important;
  }
  .s-iblock {
    display: inline-block !important;
  }
  .s-flex {
    display: flex !important;
  }
  .s-iflex {
    display: inline-flex !important;
  }
  .s-none {
    display: none !important;
  }
  .s-grid {
    display: grid !important;
  }
}
@media (869px < width < 1100px) {
  .width-short {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (orientation: landscape) and (width >= 1100px) {
  .btn-blue,
  .btn-frame-blue {
    width: 100%;
    max-width: 340px;
  }
  .btn-blue a,
  .btn-blue input[type=submit],
  .btn-blue button,
  .btn-blue span.btn-element,
  .btn-frame-blue a,
  .btn-frame-blue input[type=submit],
  .btn-frame-blue button,
  .btn-frame-blue span.btn-element {
    width: 100%;
    height: 60px;
  }
  .btn-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
  }
  .btn-wrapper p {
    margin-top: 0;
  }
  .btn-wrapper.navigation {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 100px;
  }
  .btn-wrapper.navigation > * {
    grid-column: span 2;
  }
  .btn-wrapper.navigation:has(> :nth-child(1)):not(:has(> :nth-child(2))) > :nth-child(1) {
    grid-column: 3/span 2;
  }
  .btn-wrapper.navigation:has(> :nth-child(2)):not(:has(> :nth-child(3))) > :nth-child(1) {
    grid-column: 2/span 2;
  }
  .btn-wrapper.navigation:has(> :nth-child(2)):not(:has(> :nth-child(3))) > :nth-child(2) {
    grid-column: 4/span 2;
  }
  .btn-wrapper + .btn-wrapper {
    margin-top: 100px;
  }
  .hdr-lv1 {
    font-size: 30px;
  }
  .mod-err .hdr {
    padding-left: 30px;
    background: url(../img/icn_err.png) no-repeat left top 0.56em;
    background-size: 23px auto;
  }
  .mod-err p,
  .mod-err ul {
    padding-left: 30px;
  }
  .job-select > * {
    aspect-ratio: 256/414;
    margin-top: 0;
    --inline-size: 256;
    --fluid-ratio: calc(1 / var(--inline-size) * 100cqi);
    container-type: inline-size;
  }
  .job-select > *:nth-of-type(1) {
    background: url(../img/job_bg_01_pc.png) no-repeat center center;
    background-size: cover;
  }
  .job-select > *:nth-of-type(2) {
    background: url(../img/job_bg_02_pc.png) no-repeat center center;
    background-size: cover;
  }
  .job-select > *:nth-of-type(3) {
    background: url(../img/job_bg_03_pc.png) no-repeat center center;
    background-size: cover;
  }
  .job-select > *:nth-of-type(4) {
    background: url(../img/job_bg_04_pc.png) no-repeat center center;
    background-size: cover;
  }
  .job-select > *:nth-of-type(5) {
    background: url(../img/job_bg_05_pc.png) no-repeat center center;
    background-size: cover;
  }
  .job-select > * > a {
    position: relative;
    padding: calc(15 * var(--fluid-ratio));
    z-index: 1;
  }
  .job-select .txt-wrapper {
    min-height: calc(160 * var(--fluid-ratio));
  }
  .job-select h2 {
    font-size: calc(24 * var(--fluid-ratio));
  }
  .job-select p {
    font-size: calc(15 * var(--fluid-ratio));
    font-feature-settings: “palt”;
  }
  .job-select p.font-small {
    font-size: calc(12 * var(--fluid-ratio));
  }
  .mod-questions .col-q {
    padding: 15px;
  }
  .mod-questions .q-table-hdr {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    background: var(--clr-blue);
    color: var(--clr-white);
    font-weight: bold;
  }
  .mod-questions .q-table-hdr .col-wrapper {
    display: table-row;
  }
  .mod-questions .q-table-hdr .col-q,
  .mod-questions .q-table-hdr .col-select {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
  }
  .mod-questions .q-table-hdr .col-q {
    border-left-style: none;
  }
  .mod-questions .q-table-hdr .col-select {
    width: 101px;
    border-left: 1px solid var(--clr-white);
    text-align: center;
  }
  .mod-questions .qa-wrapper {
    display: flex;
    width: 100%;
  }
  .mod-questions .qa-wrapper:nth-child(even) {
    background: var(--clr-gray);
  }
  .mod-questions .qa-wrapper .select-wrapper {
    display: contents;
  }
  .mod-questions .qa-wrapper .col-q {
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 75px;
    font-weight: bold;
  }
  .mod-questions .qa-wrapper .col-select {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 75px;
  }
  .mod-questions .qa-wrapper .col-select label {
    position: absolute;
    width: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
  }
  .mod-questions.s-ptn-2 .q-table-hdr:not(:nth-of-type(1)) {
    margin-top: 80px;
  }
  .mod-err + * > .mod-questions:first-child {
    margin-top: 50px;
  }
  .mod-result .category-wrapper {
    flex: 0 0 250px;
  }
  .mod-result .result-wrapper {
    flex: 1;
  }
  .mod-result:nth-of-type(even) > .flex {
    flex-direction: row-reverse;
  }
  .mod-result.result-cause .bg-img {
    margin-top: -20px;
    margin-left: auto;
    margin-right: 0;
  }
  .mod-result.result-physical .bg-img {
    margin-left: auto;
    margin-right: 0;
  }
  .mod-result.result-others h3 {
    text-align: right;
  }
  .mod-result.result-others > .flex {
    flex-direction: column;
    gap: 37px;
  }
  .mod-result.result-others .category-wrapper {
    flex-basis: auto;
  }
  .mod-result.result-others .category-wrapper .bg-img {
    display: none;
  }
  .mod-result.result-others .result-wrapper {
    background: url(../img/pict_others.png) no-repeat right top;
    background-size: 250px 227px;
  }
  .mod-result.result-others .result-wrapper .table-results {
    width: 530px;
    margin-top: 13px;
    margin-right: auto;
  }
  .mod-plan {
    margin-bottom: 80px;
  }
  .mod-plan ~ * {
    margin-top: 80px;
  }
  .mod-plan .question {
    margin-top: 80px;
  }
  .mod-plan .question:first-child {
    margin-top: 0;
  }
  .mod-plan .option-wrapper {
    gap: 40px;
    margin-top: 40px;
  }
  .mod-plan .item-option {
    aspect-ratio: 380/200;
    padding: 16px;
    border-width: 4px;
  }
  .mod-plan .item-option > * {
    flex-basis: 50%;
  }
  .mod-plan .item-option::after {
    flex-basis: 50%;
  }
  .mod-plan .item-option .txt-wrapper {
    padding-left: 1em;
    font-size: 18px;
    text-indent: -1em;
  }
  .mod-keyword {
    margin-bottom: 80px;
  }
  .mod-keyword .option-wrapper {
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    padding: 10px;
  }
  .mod-keyword .item-option {
    padding: 15px 10px;
  }
  .mod-keyword + .list-kome {
    margin-top: 80px;
  }
  .mod-action {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 80px;
  }
  .mod-action .question {
    padding: 20px 10px;
  }
  .mod-action .question .hdr {
    padding-right: 10px;
    padding-left: calc(10px + 1em);
    text-indent: -1em;
    font-size: 18px;
  }
  .mod-action .option-wrapper {
    margin-top: 20px;
  }
  .mod-action .item-option {
    gap: 10px;
    min-height: 234px;
    margin-top: 10px;
    padding: 10px 10px 20px 10px;
  }
  .mod-action .item-option::after {
    height: 124px;
  }
  .mod-action .badge-recommend,
  .mod-action .badge-casestudy {
    height: 20px;
    line-height: 18px;
    padding: 0 5px;
    font-size: 14px;
  }
  .mod-action .badge-wrapper {
    gap: 5px;
    height: 20px;
  }
  .mod-action .txt-wrapper {
    display: flex;
    gap: 5px;
    font-size: 18px;
  }
  .mod-action .txt-wrapper .num {
    white-space: nowrap;
  }
  .mod-action + .list-kome {
    margin-top: 80px;
  }
  .selected-action .selected-action-title {
    font-size: 30px;
  }
  .selected-action .selected-action-description {
    text-align: center;
  }
  .mod-guide .hdr {
    font-size: 18px;
  }
  .mod-guide .hdr + * {
    margin-top: 30px;
  }
  .mod-guide .hdr::before {
    width: 32px;
    margin-right: 10px;
  }
  .mod-guide .current-job .voice {
    gap: 40px;
    margin-top: 40px;
  }
  .mod-guide .current-job .voice::after {
    flex-basis: 120px;
    background: url(../img/pict_7th.png) no-repeat center top 20px;
  }
  .mod-guide .current-job .voice:not(.is-peek) {
    min-height: 221px;
  }
  .mod-guide .current-job .voice .txt {
    padding: 26px;
    border: 4px solid var(--clr-blue);
    border-radius: 10px;
  }
  .mod-guide .current-job .voice .txt::after {
    top: 50%;
    right: 0;
    width: 44px;
    height: 18px;
    background: url(../img/fukidashi.png) no-repeat;
    transform: translateX(100%) translateY(-100%) scale(-1, 1);
  }
  .mod-guide .current-job .voice:nth-of-type(odd) .txt::after {
    left: 0;
    background: url(../img/fukidashi.png) no-repeat;
    transform: translateX(-100%) translateY(-100%);
  }
  .mod-guide .js-load-more .voice.is-peek {
    max-height: 166px;
    min-height: auto;
  }
  .mod-guide .js-load-more .btn-wrapper {
    padding: 126px 0 0;
    /* 上は透けていて、下に向かって白くなるグラデーションで「奥にコンテンツが続いてる」感 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 40%, #fff 100%);
  }
  .mod-guide .js-load-more .btn-wrapper:has(.is-hidden) {
    padding: 0;
  }
  .mod-guide .js-load-more .btn-wrapper .btn-load-more {
    width: 140px;
  }
  .mod-guide .js-load-more .btn-wrapper .btn-load-more .btn-element {
    height: 40px;
  }
  .mod-guide .acc .acc-header button {
    height: 50px;
    padding-right: 29px;
    padding-left: 29px;
  }
  .mod-guide .acc .acc-header button::after {
    width: 16px;
  }
  .mod-guide .acc .voice-wrapper {
    padding-right: 29px;
    padding-left: 29px;
  }
  .mod-guide .acc .voice {
    border-top: 1px solid var(--clr-bdr);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mod-guide .acc .voice:first-child {
    margin-top: 0;
  }
  .mod-guide .acc .voice:last-of-type {
    padding-bottom: 20px;
  }
  .mod-guide .acc .voice.is-peek {
    min-height: 1em;
    max-height: 160px;
  }
  .mod-guide .acc .js-load-more .btn-wrapper {
    padding: 90px 0 30px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.9) 40%, #fff 100%);
  }
  .mod-guide .acc .js-load-more .btn-wrapper:has(.is-hidden) {
    padding: 0;
  }
  .action-confirm {
    font-size: 36px;
  }
  .action-confirm + * {
    margin-top: 50px;
  }
  .mod-step .hdr {
    display: flex;
    align-items: center;
    font-size: 18px;
  }
  .mod-step .hdr + * {
    margin-top: 20px;
  }
  .mod-step .hdr::before {
    width: 30px;
    margin-right: 10px;
  }
  .mod-step table {
    margin-top: 40px;
  }
  .mod-step table caption {
    margin-bottom: 6px;
  }
  .mod-step table th {
    width: 32.5%;
    height: 70px;
    padding: 15px;
  }
  .mod-step table td {
    padding: 15px;
    font-size: 26px;
  }
  #top-header {
    height: 346px;
  }
  #top-header .flex {
    align-items: flex-end;
  }
  #top-header .sitename {
    line-height: 1.3333;
    font-feature-settings: "palt";
  }
  #top-header .p-flex .p-flex {
    justify-content: space-between;
  }
  #top-header .p-flex .p-flex > p {
    line-height: 2.125;
  }
  #footer .p-flex,
  #top-footer .p-flex {
    justify-content: space-between;
  }
  #copyright {
    letter-spacing: 0.75px;
  }
  #top-footer {
    padding-top: 20px;
  }
  .p-align-left {
    text-align: left !important;
  }
  .p-align-center {
    text-align: center !important;
  }
  .p-align-right {
    text-align: right !important;
  }
  .p-block {
    display: block !important;
  }
  .p-inline {
    display: inline !important;
  }
  .p-iblock {
    display: inline-block !important;
  }
  .p-flex {
    display: flex !important;
  }
  .p-iflex {
    display: inline-flex !important;
  }
  .p-none {
    display: none !important;
  }
  .p-grid {
    display: grid !important;
  }
  .p-flex-r {
    flex-direction: row-reverse;
  }
  .p-flex-c-r {
    flex-direction: column-reverse;
  }
  .p-flex-valign-bottom {
    align-items: flex-end;
  }
  .p-lh-l, .mod-err, .selected-action .selected-action-description, .mod-guide .current-job .voice .txt, .mod-guide .acc .voice .txt {
    line-height: 2.125;
  }
}