@charset "UTF-8";
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}

body {
  min-block-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: optimizeSpeed;
}

:where(canvas, audio, iframe, embed, object, main) {
  display: block;
  max-width: 100%;
}

:where(img, svg, video) {
  block-size: auto;
  max-width: 100%;
  max-inline-size: 100%;
  height: auto;
  vertical-align: bottom;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}
:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

:where(a[href], area, button, input, label, select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(input[class], button[class], textarea[class]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
}

ul[class], ol[class] {
  list-style: none;
}

:where(h1, h2, h3, h4, h5, h6, p, span, th, td) {
  overflow-wrap: break-word;
  font-size: inherit;
}

table {
  border-collapse: collapse;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible;
  height: 0;
  border-top-width: 1px;
  color: inherit;
  clear: both;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

em, b, strong {
  background: none;
  font-weight: bold;
  font-style: normal;
}

summary {
  display: block;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
a {
  color: #1A7FDD;
  text-decoration: none;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
a:hover {
  text-decoration: underline;
}

button[class],
input[type=submit][class],
input[type=reset][class] {
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

label {
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea {
  padding: 1.5rem 1.6rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  font-size: 1.6rem;
}
input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}
input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}
input[type=text]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}
input[type=text]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
textarea::placeholder {
  color: #999;
}
input[type=text][disabled],
input[type=number][disabled],
input[type=email][disabled],
input[type=tel][disabled],
input[type=url][disabled],
input[type=password][disabled],
input[type=search][disabled],
textarea[disabled] {
  border-color: #ddd;
  background-color: #ddd;
  cursor: default;
}
input[type=text].-valid,
input[type=number].-valid,
input[type=email].-valid,
input[type=tel].-valid,
input[type=url].-valid,
input[type=password].-valid,
input[type=search].-valid,
textarea.-valid {
  padding-right: 40px;
  border-color: #1A7FDD;
  background: #fff url('data:image/svg+xml;utf8,<svg id="_レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">  <path fill="%231A7FDD" d="m8.79,15.88l-4.17-4.17-1.42,1.41,5.59,5.59,12-12-1.41-1.41-10.59,10.58Z"/></svg>') no-repeat right 16px center/24px 24px;
}
input[type=text].-invalid,
input[type=number].-invalid,
input[type=email].-invalid,
input[type=tel].-invalid,
input[type=url].-invalid,
input[type=password].-invalid,
input[type=search].-invalid,
textarea.-invalid {
  padding-right: 40px;
  border-color: #FE591C;
  background: #fff url('data:image/svg+xml;utf8,<svg id="_レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">  <path fill="%23FE591C" d="m11,15h2v2h-2v-2Zm0-8h2v6h-2v-6Zm.99-5C6.47,2,2,6.48,2,12s4.47,10,9.99,10,10.01-4.48,10.01-10S17.52,2,11.99,2Zm.01,18c-4.42,0-8-3.58-8-8S7.58,4,12,4s8,3.58,8,8-3.58,8-8,8Z"/></svg>') no-repeat right 16px center/24px 24px;
}
input[type=text]:focus-visible,
input[type=number]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
input[type=url]:focus-visible,
input[type=password]:focus-visible,
input[type=search]:focus-visible,
textarea:focus-visible {
  outline: 2px solid #1A7FDD;
  outline-offset: 0;
  border-color: transparent;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1.5rem 30px 1.5rem 1.6rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff url('data:image/svg+xml;utf8,<svg id="_レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">  <path fill="%231A7FDD" d="m3.77,7.11l-1.77,1.77,10,10,10-10-1.77-1.77-8.23,8.23L3.77,7.11Z"/></svg>') no-repeat right 12px center/16px 16px;
  font-size: 1.6rem;
}
select::-webkit-input-placeholder {
  color: #999;
}
select::-moz-placeholder {
  color: #999;
}
select:-ms-input-placeholder {
  color: #999;
}
select::-ms-input-placeholder {
  color: #999;
}
select::placeholder {
  color: #999;
}
select[disabled] {
  opacity: 1;
  border-color: #ddd;
  background-color: #ddd;
  background-image: url('data:image/svg+xml;utf8,<svg id="_レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">  <path fill="%23999999" d="m3.77,7.11l-1.77,1.77,10,10,10-10-1.77-1.77-8.23,8.23L3.77,7.11Z"/></svg>');
  color: #999;
  cursor: default;
}
select:focus-visible {
  outline: 2px solid #1A7FDD;
  outline-offset: 0;
  border-color: transparent;
}
select.-invalid {
  border-color: #FE591C;
  background-image: url('data:image/svg+xml;utf8,<svg id="_レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">  <path fill="%23E43E3E" d="m3.77,7.11l-1.77,1.77,10,10,10-10-1.77-1.77-8.23,8.23L3.77,7.11Z"/></svg>');
  color: #FE591C;
}

.is-gothic {
  font-family: "Noto Sans JP", sans-serif;
}
.is-mincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.is-bold {
  font-weight: 700 !important;
}
.is-normal {
  font-weight: normal !important;
}
.is-tal {
  text-align: left !important;
}
.is-tac {
  text-align: center !important;
}
.is-tar {
  text-align: right !important;
}
.is-fsizeXS {
  font-size: 1.2rem !important;
  letter-spacing: 0.02em;
}
.is-fsizeS {
  font-size: 1.4rem !important;
}
.is-fsizeM, .is-fsizeM-L {
  font-size: 1.6rem !important;
}
.is-fsizeL {
  font-size: 1.8rem !important;
}
.is-fsizeXL {
  font-size: 2rem !important;
}
.is-fsize2XL {
  font-size: 2.2rem !important;
}
.is-fsize3XL {
  font-size: 2.4rem !important;
}
.is-fcolorPrimary {
  color: #FE591C !important;
}
.is-fcolorSecondary {
  color: #1A7FDD !important;
}
.is-fcolorBackground {
  color: #F7F7F7 !important;
}
.is-fcolorTag {
  color: #F1F1F1 !important;
}
.is-fcolorBorder {
  color: #ddd !important;
}
.is-fcolorText {
  color: #111 !important;
}
.is-imgfit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.is-imgcontain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.is-nowrap {
  white-space: nowrap;
}
.is-hide {
  display: none !important;
}
.is-ellipsis1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.is-navOpen {
  overflow: hidden;
}

.c-headingXL {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  font-weight: bold;
}
.c-headingL {
  margin-bottom: 2.4rem;
  font-size: 2rem;
  font-weight: bold;
}
.c-headingM {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.c-headingS, .c-headingS-M {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.c-headingS span {
  font-size: 1.4rem;
  font-weight: normal;
}
.c-headingXS {
  font-size: 1.4rem;
  font-weight: bold;
}
[class*=c-heading].-hasIcon {
  display: flex;
  align-items: center;
  gap: 0 8px;
}

[class*=c-heading][class*=icon-]::before {
  display: inline-block;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 0.8rem;
}

.c-headline {
  margin-bottom: 4.8rem;
}
.c-headline [class*=c-heading] {
  margin-bottom: 0;
}
.c-headline.-white {
  margin-bottom: 1.6rem;
  padding: 1.2rem 2.4rem;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.5);
}
.c-headline.-bg {
  margin-bottom: 2.4rem;
  padding: 1.6rem 2.4rem;
  border-radius: 4px;
  background-color: #F7F7F7;
}
.c-headline.-hasLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-btn {
  background: #FE591C;
  color: #fff;
}
.c-btn.-border {
  border: 1px solid #1A7FDD;
  background: #fff;
  color: #1A7FDD;
}
.c-btn.-border:hover {
  background-color: #fff;
  color: #111;
}
.c-btn:hover {
  background-color: #FF3D00;
  color: rgba(255, 255, 255, 0.8);
}
.c-btn.-exc {
  width: 100%;
  text-align: center;
  background-color: #17c950;
}
.c-btn.-exc:hover {
  /*background-color: rgba(23, 201, 80, 1);*/
  background-color: #EFF051;
}
.c-btn.-secondary {
  width: 100%;
  text-align: center;
  background-color: #1A7FDD;
}
.c-btn.-secondary:hover {
  background-color: rgba(26, 127, 221, 0.8);
}
.c-btnWhite {
  background-color: #fff;
  color: #111;
}
.c-btnWhite:hover {
  color: #1A7FDD;
}
.c-btnWhite.-border {
  border-color: #ddd;
}
.c-btnWhite.-round {
  padding: 1.1rem 1.8rem;
  border-radius: 20em;
  color: #1A7FDD;
  font-weight: normal;
}
.c-btnWhite.-round .num {
  font-size: 87.5%;
}
.c-btnWhite.-round:hover {
  text-underline-offset: 4px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.c-btnWhite.-listA {
  position: relative;
  display: block;
  border: 1px solid #ddd;
  padding-right: 38px;
  font-weight: normal;
  text-align: left;
}
.c-btnWhite.-listA::after {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #1A7FDD;
  content: "\e918";
  font-family: icomoon;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
}
.c-btnWhite.-listA.-small {
  padding-right: 36px;
}
.c-btnWhite.-listA.-small::after {
  right: 14px;
  font-size: 16px;
}
.c-btnWhite.-listA.-large {
  padding-right: 46px;
}
.c-btnWhite.-listA.-large::after {
  right: 25px;
}
.c-btnWhite.-listA .num {
  font-size: 87.5%;
}
.c-btnWhite.-listB {
  position: relative;
  padding-right: 38px;
  border-radius: 4px;
  font-weight: normal;
}
.c-btnWhite.-listB::after {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #1A7FDD;
  content: "\e918";
  font-family: icomoon;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
}
.c-btnWhite.-listB.-small {
  padding-right: 36px;
}
.c-btnWhite.-listB.-small::after {
  right: 14px;
  font-size: 16px;
}
.c-btnWhite.-listB.-large {
  padding-right: 46px;
}
.c-btnWhite.-listB.-large::after {
  right: 25px;
}
.c-btnWhite.-listB .num {
  font-size: 87.5%;
}
.c-btnWhite[class*=icon-]::before {
  color: #FE591C;
}
.c-btnWhite[class*=icon-]:hover {
  color: #FE591C;
}
.c-btn, .c-btnWhite {
  display: inline-block;
  padding: 1.5rem 2rem;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: bold;
}
.c-btn:hover, .c-btnWhite:hover {
  text-decoration: none;
}
.c-btn.-small, .c-btnWhite.-small {
  padding: 1.1rem 1.6rem;
  font-size: 1.4rem;
}
.c-btn.-large, .c-btnWhite.-large {
  padding: 1.9rem 2.4rem;
  font-size: 2rem;
}
.c-btn[disabled], .c-btn.-disabled, .c-btnWhite[disabled], .c-btnWhite.-disabled {
  background-color: #ddd;
  pointer-events: none;
  color: #fff;
}

.c-btn.-right, .c-btnWhite.-right {
  position: relative;
  padding-right: 38px;
}
.c-btn.-right::after, .c-btnWhite.-right::after {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\e918";
  font-family: icomoon;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
}
.c-btn.-right.-small, .c-btnWhite.-right.-small {
  padding-right: 36px;
}
.c-btn.-right.-small::after, .c-btnWhite.-right.-small::after {
  right: 14px;
  font-size: 16px;
}
.c-btn.-right.-large, .c-btnWhite.-right.-large {
  padding-right: 46px;
}
.c-btn.-right.-large::after, .c-btnWhite.-right.-large::after {
  right: 25px;
}
.c-btn[class*=icon-], .c-btnWhite[class*=icon-] {
  position: relative;
  line-height: inherit;
}
.c-btn[class*=icon-]::before, .c-btnWhite[class*=icon-]::before {
  display: inline-block;
  -webkit-transform: translateY(-4px) scale(1.5);
          transform: translateY(-4px) scale(1.5);
  margin-right: 1rem;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1;
}
.c-btn[class*=icon-].-small::before, .c-btnWhite[class*=icon-].-small::before {
  -webkit-transform: translateY(-2px) scale(1.25);
          transform: translateY(-2px) scale(1.25);
  margin-right: 0.8rem;
  font-size: 16px;
}
.c-btn.-w240, .c-btnWhite.-w240 {
  min-width: 240px;
}
.c-btnIcon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  padding: 1.6rem 2rem 1.5rem;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
}
.c-btnIcon:hover {
  color: #1A7FDD;
  text-decoration: none;
}
.c-btnIcon.-secondary {
  background-color: #F7F7F7;
}
.c-btnIcon[disabled], .c-btnIcon.-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.c-btnIcon.-horizontal {
  flex-direction: row;
  justify-content: center;
  padding: 1.2rem 2rem;
  border-radius: 4px;
  font-size: 1.6rem;
}
.c-btnIcon.is-fsizeM {
  gap: 0.4rem;
  padding: 1.2rem 2rem 1.2rem;
  border-radius: 4px;
}
.c-btnWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem;
}
.c-btnWrap.-center {
  justify-content: center;
}
.c-btnWrap.-gap1 {
  gap: 0.4rem;
}
.c-btnWrap.-gap2 {
  gap: 0.8rem;
}
.c-btnWrap.-gap3 {
  gap: 1.2rem;
}
.c-btnWrap.-gap4 {
  gap: 1.6rem;
}
.c-btnWrap.-gap5 {
  gap: 2rem;
}
.c-btnWrap.-gap6 {
  gap: 2.4rem;
}
.c-btnList {
  display: grid;
}
.c-btnList.-col2, .c-btnList.-col2to4 {
  grid-template-columns: 1fr 1fr;
}
.c-btnList.-gap1 {
  gap: 0.4rem;
}
.c-btnList.-gap2 {
  gap: 0.8rem;
}
.c-btnList.-gap3 {
  gap: 1.2rem;
}
.c-btnList.-gap4 {
  gap: 1.6rem;
}
.c-btnList.-gap5 {
  gap: 2rem;
}
.c-btnList.-gap6 {
  gap: 2.4rem;
}
.c-btnList.-auto {
  display: flex;
  flex-wrap: wrap;
}
.c-btnList .c-btn,
.c-btnList .c-btnWhite {
  display: block;
  width: 100%;
  text-align: left;
}
.c-btnList .c-btnIcon {
  width: 100%;
}
.c-link {
  color: #1A7FDD;
}
.c-link.-next::after {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  display: inline-block;
  margin-left: 4px;
  content: "\e918";
  font-family: icomoon;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
}
.c-link.-prev::before {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  display: inline-block;
  margin-right: 4px;
  content: "\e916";
  font-family: icomoon;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
}
[class*=c-heading] .c-link {
  color: #111;
  font-weight: bold;
}
[class*=c-heading] .c-link::before, [class*=c-heading] .c-link::after {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  color: #1A7FDD;
}
[class*=c-heading] .c-link:hover {
  color: #1A7FDD;
  text-decoration: none;
}

.c-block {
  display: block !important;
}
.c-inlineBlock {
  display: inline-block !important;
}
.c-flex {
  display: flex;
}
.c-flex.-justify-center {
  justify-content: center;
}
.c-flex.-justify-around {
  justify-content: space-around;
}
.c-flex.-justify-between {
  justify-content: space-between;
}
.c-flex.-column {
  flex-direction: column;
}
.c-flex.-gap1 {
  gap: 0.4rem;
}
.c-flex.-gap2 {
  gap: 0.8rem;
}
.c-flex.-gap3 {
  gap: 1.2rem;
}
.c-flex.-gap4 {
  gap: 1.6rem;
}
.c-flex.-gap5 {
  gap: 2rem;
}
.c-flex.-gap6 {
  gap: 2.4rem;
}
.c-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 24rem;
  border-radius: 8px;
  background-color: #fff;
}
.c-card:hover {
  text-decoration: none;
}
.c-card__image {
  aspect-ratio: 240/135;
}
.c-card__image .is-imgfit {
  width: 100%;
  height: 100%;
}
.c-card__text {
  padding: 1.6rem 1.6rem 2.4rem;
  color: #111;
  font-size: 1.4rem;
}
.c-card__text p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.c-card__text p + p {
  margin-top: 0.4rem;
}
.c-card__title {
  margin-bottom: 0.4rem;
  color: #1A7FDD;
  font-size: 1.4rem;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.c-card:hover .c-card__title {
  text-decoration: underline;
}
.c-contentBlock__header {
  padding: 1.6rem 2.4rem;
  border-radius: 8px 8px 0 0;
  background-color: #F7F7F7;
}
.c-contentBlock__header .c-badge {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.8rem;
}
.c-contentBlock__title {
  font-size: 1.4rem;
  font-weight: bold;
}
.c-contentBlock__body {
  padding: 2.4rem;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
}
.c-contentBlock__footer {
  margin: 2.4rem -2.4rem -2.4rem;
  padding: 3.2rem 2.4rem;
  border-radius: 0 0 8px 8px;
  background-color: #F7F7F7;
}
.c-contentBlock.-exc .c-contentBlock__header {
  border-radius: 0 0 0 0;
  background-color: #03A8E9;
}
.c-contentBlock.-exc .c-contentBlock__title span {
  display: block;
  text-align: center;
}
.c-contentBlock.-exc .c-contentBlock__title span.ttl-main {
  font-size: 135%;
}
.c-contentBlock.-exc .c-contentBlock__body {
  border-radius: 0 0 0 0;
  background-color: #f2f2f2;
}
.c-contentBlock.-exc .c-contentBlock__footer {
  background-color: #fff;
}
.c-contentBlock + .c-contentBlock {
  margin-top: 1.6rem;
}
.c-whiteBox {
  padding: 3.2rem 1.6rem;
  border-radius: 8px;
  background-color: #fff;
}
.c-list > li + li {
  margin-top: 0.8rem;
}
.c-list.-num {
  counter-reset: num;
}
.c-list.-num > li {
  padding-left: 3.2rem;
  position: relative;
}
.c-list.-num > li:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  counter-increment: num;
  content: "(" counter(num) ")";
  width: 3.2rem;
  text-align: center;
}
.c-navList.-primary {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.c-navList.-primary > li {
  width: calc(50% - 0.8rem);
}
.c-navList.-primary > li.-col1 {
  width: 100%;
}
.c-navList.-secondary {
  border-radius: 8px;
  border: 1px solid #ddd;
}
.c-navList.-secondary li + li {
  border-top: 1px solid #ddd;
}
.c-navList.-secondary a {
  position: relative;
  display: block;
  padding: 1.5rem 38px 1.5rem 2.4rem;
  color: #111;
  font-weight: bold;
}
.c-navList.-secondary a::after {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\e918";
  font-family: icomoon;
  font-weight: normal;
  color: #1A7FDD;
  font-size: 18px;
  line-height: 1;
}
.c-pagination {
  margin-top: 1.6rem;
}
.c-paginationList {
  display: flex;
  justify-content: center;
  gap: 0 0.8rem;
}
.c-paginationList span, .c-paginationList a {
  display: grid;
  place-content: center;
  height: 100%;
  padding: 0.6rem 1.6rem;
}
.c-paginationList a {
  border-radius: 4px;
  background-color: #fff;
}
.c-paginationList .is-current > span, .c-paginationList .is-current a {
  background-color: transparent;
  color: #111;
  pointer-events: none;
}
.c-paginationList .is-prev span, .c-paginationList .is-prev a {
  padding: 6px 10px;
  background-color: transparent;
  font-size: 18px;
}
.c-paginationList .is-next span, .c-paginationList .is-next a {
  padding: 6px 10px;
  background-color: transparent;
  font-size: 18px;
}
.c-table {
  width: 100%;
}
.c-table th, .c-table td {
  padding: 1.6rem 0.8rem;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}
.c-table th {
  padding: 2rem 0.8rem;
  background-color: #F7F7F7;
  font-size: 1.4rem;
  font-weight: bold;
  color: #396097;
}
.c-table td {
  padding: 2rem 0.8rem 2rem 1.2rem;
}
.c-table.-exc {
  border-radius: 8px;
  border-spacing: 0;
  border-collapse: separate;
  /*border: 0;*/
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.c-table.-exc th, .c-table.-exc td {
  border: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.c-table.-exc th {
  background-color: #F5F5F5;
}
.c-table.-exc td {
  background-color: #fff;
  font-size: 1.3rem;
  line-height: 2.2rem;
}
.c-table.-exc tr:first-child th {
  border-radius: 8px 0 0 0;
}
.c-table.-exc tr:first-child td {
  border-radius: 0 8px 0 0;
}
.c-table.-exc tr:last-child th {
  border-radius: 0 0 0 8px;
}
.c-table.-exc tr:last-child td {
  border-radius: 0 0 8px 0;
}
.c-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 10em;
  border: 1px solid transparent;
  background-color: #F1F1F1;
  font-size: 1.2rem;
  color: #333;
}
a.c-tag {
  color: #1A7FDD;
}

.c-tag.-secondary {
  border-color: #ddd;
  background-color: #fff;
}
.c-tagWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-tagWrap.-link {
  gap: 16px 8px;
}
.c-badge {
  display: inline-block;
  padding: 0.25em 0.75em 0.3em 0.8em;
  border: 1px solid rgba(254, 89, 28, 0.8);
  border-radius: 4px;
  color: #FE591C;
  font-size: 1.2rem;
  font-weight: bold;
}
.c-column {
  display: grid;
  gap: 48px 24px;
}
.c-search {
  width: 100%;
}
.c-search:focus-visible {
  outline: 2px solid #FE591C !important;
}
.c-search::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.c-searchWrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.c-searchWrap .c-search {
  padding: 1.5rem 3.6rem 1.5rem 2.4rem;
  border-color: transparent;
  border-radius: 10em;
}
.c-searchWrap .c-search.-border {
  border: 1px solid #ddd;
}
.c-searchWrap .c-search.-border:focus-visible {
  border-color: transparent;
}
.c-searchWrap .icon-search {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  color: #FE591C;
}
.c-searchBlock {
  background-color: #fff;
  padding: 1.2rem 2.2rem;
}
.c-searchBlock .c-search {
  position: relative;
  background-color: #F7F7F7;
  padding: 0.8rem 2rem 0.8rem 4.4rem;
  border-radius: 10em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.c-searchBlock .c-search::before {
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\e90c";
  font-family: icomoon;
  font-weight: normal;
  color: #FE591C;
  font-size: 24px;
}
.c-select.-listA, .c-select.-listB {
  background-image: url('data:image/svg+xml;utf8,<svg id="_レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">  <path fill="%231A7FDD" d="m7.11,20.23l1.77,1.77,10-10L8.88,2l-1.77,1.77,8.23,8.23-8.23,8.23Z"/></svg>');
}
.c-select.-listA.-invalid, .c-select.-listB.-invalid {
  background-image: url('data:image/svg+xml;utf8,<svg id="_レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">  <path fill="%23E43E3E" d="m7.11,20.23l1.77,1.77,10-10L8.88,2l-1.77,1.77,8.23,8.23-8.23,8.23Z"/></svg>');
}
.c-select.-listA[disabled], .c-select.-listB[disabled] {
  background-image: url('data:image/svg+xml;utf8,<svg id="_レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">  <path fill="%23999999" d="m7.11,20.23l1.77,1.77,10-10L8.88,2l-1.77,1.77,8.23,8.23-8.23,8.23Z"/></svg>');
}
.c-select.-listB {
  border-radius: 4px;
}
.c-select.-sort {
  padding: 12px 48px 12px 24px;
  border-color: transparent;
  border-radius: 10em;
  background-image: url('data:image/svg+xml;utf8,<svg id="_レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">  <path fill="%231A7FDD" d="m7,10.5l5,5,5-5H7Z"/></svg>');
  background-size: 25px 25px;
}
.c-select.-sort[disabled] {
  background-image: url('data:image/svg+xml;utf8,<svg id="_レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">  <path fill="%23999999" d="m7,10.5l5,5,5-5H7Z"/></svg>');
}
.c-label {
  position: relative;
  display: inline-block;
  margin-right: 24px;
}
.c-label:last-child {
  margin-right: 0;
}
.c-label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.c-label input[type=checkbox]:checked + .c-label__checkbox::before {
  border-color: #1A7FDD;
  background-color: #1A7FDD;
  content: "\e91a";
  font-family: icomoon;
  font-weight: normal;
}
.c-label__checkbox {
  position: relative;
  display: inline-block;
  padding-left: 28px;
}
.c-label__checkbox::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: grid;
  place-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #fff;
  color: #fff;
  font-size: 18px;
}
.c-label input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.c-label input[type=radio]:checked + .c-label__radio::before {
  border: 5px solid #1A7FDD;
}
.c-label__radio {
  position: relative;
  display: inline-block;
  padding-left: 28px;
}
.c-label__radio::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: grid;
  place-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
}
.c-m0 {
  margin: 0rem !important;
}
.c-mt0 {
  margin-top: 0rem !important;
}
.c-mr0 {
  margin-right: 0rem !important;
}
.c-mb0 {
  margin-bottom: 0rem !important;
}
.c-ml0 {
  margin-left: 0rem !important;
}
.c-mx0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}
.c-my0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.c-p0 {
  padding: 0rem !important;
}
.c-pt0 {
  padding-top: 0rem !important;
}
.c-pr0 {
  padding-right: 0rem !important;
}
.c-pb0 {
  padding-bottom: 0rem !important;
}
.c-pl0 {
  padding-left: 0rem !important;
}
.c-px0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
.c-py0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.c-m1 {
  margin: 0.4rem !important;
}
.c-mt1 {
  margin-top: 0.4rem !important;
}
.c-mr1 {
  margin-right: 0.4rem !important;
}
.c-mb1 {
  margin-bottom: 0.4rem !important;
}
.c-ml1 {
  margin-left: 0.4rem !important;
}
.c-mx1 {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}
.c-my1 {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}
.c-p1 {
  padding: 0.4rem !important;
}
.c-pt1 {
  padding-top: 0.4rem !important;
}
.c-pr1 {
  padding-right: 0.4rem !important;
}
.c-pb1 {
  padding-bottom: 0.4rem !important;
}
.c-pl1 {
  padding-left: 0.4rem !important;
}
.c-px1 {
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
}
.c-py1 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}
.c-m2 {
  margin: 0.8rem !important;
}
.c-mt2 {
  margin-top: 0.8rem !important;
}
.c-mr2 {
  margin-right: 0.8rem !important;
}
.c-mb2 {
  margin-bottom: 0.8rem !important;
}
.c-ml2 {
  margin-left: 0.8rem !important;
}
.c-mx2 {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}
.c-my2 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}
.c-p2 {
  padding: 0.8rem !important;
}
.c-pt2 {
  padding-top: 0.8rem !important;
}
.c-pr2 {
  padding-right: 0.8rem !important;
}
.c-pb2 {
  padding-bottom: 0.8rem !important;
}
.c-pl2 {
  padding-left: 0.8rem !important;
}
.c-px2 {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}
.c-py2 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}
.c-m3 {
  margin: 1.2rem !important;
}
.c-mt3 {
  margin-top: 1.2rem !important;
}
.c-mr3 {
  margin-right: 1.2rem !important;
}
.c-mb3 {
  margin-bottom: 1.2rem !important;
}
.c-ml3 {
  margin-left: 1.2rem !important;
}
.c-mx3 {
  margin-left: 1.2rem !important;
  margin-right: 1.2rem !important;
}
.c-my3 {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
}
.c-p3 {
  padding: 1.2rem !important;
}
.c-pt3 {
  padding-top: 1.2rem !important;
}
.c-pr3 {
  padding-right: 1.2rem !important;
}
.c-pb3 {
  padding-bottom: 1.2rem !important;
  color: #7fb9d0;
  font-family: 'Noto Sans JP';
}
.c-pl3 {
  padding-left: 1.2rem !important;
}
.c-px3 {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}
.c-py3 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}
.c-m4 {
  margin: 1.6rem !important;
}
.c-mt4 {
  margin-top: 1.6rem !important;
}
.c-mr4 {
  margin-right: 1.6rem !important;
}
.c-mb4 {
  margin-bottom: 1.6rem !important;
}
.c-ml4 {
  margin-left: 1.6rem !important;
}
.c-mx4 {
  margin-left: 1.6rem !important;
  margin-right: 1.6rem !important;
}
.c-my4 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}
.c-p4 {
  padding: 1.6rem !important;
}
.c-pt4 {
  padding-top: 1.6rem !important;
}
.c-pr4 {
  padding-right: 1.6rem !important;
}
.c-pb4 {
  padding-bottom: 1.6rem !important;
}
.c-pl4 {
  padding-left: 1.6rem !important;
}
.c-px4 {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}
.c-py4 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}
.c-m5 {
  margin: 2rem !important;
}
.c-mt5 {
  margin-top: 2rem !important;
}
.c-mr5 {
  margin-right: 2rem !important;
}
.c-mb5 {
  margin-bottom: 2rem !important;
}
.c-ml5 {
  margin-left: 2rem !important;
}
.c-mx5 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.c-my5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.c-p5 {
  padding: 2rem !important;
}
.c-pt5 {
  padding-top: 2rem !important;
}
.c-pr5 {
  padding-right: 2rem !important;
}
.c-pb5 {
  padding-bottom: 2rem !important;
}
.c-pl5 {
  padding-left: 2rem !important;
}
.c-px5 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.c-py5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.c-m6 {
  margin: 2.4rem !important;
}
.c-mt6 {
  margin-top: 2.4rem !important;
}
.c-mr6 {
  margin-right: 2.4rem !important;
}
.c-mb6 {
  margin-bottom: 2.4rem !important;
}
.c-ml6 {
  margin-left: 2.4rem !important;
}
.c-mx6 {
  margin-left: 2.4rem !important;
  margin-right: 2.4rem !important;
}
.c-my6 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}
.c-p6 {
  padding: 2.4rem !important;
}
.c-pt6 {
  padding-top: 2.4rem !important;
}
.c-pr6 {
  padding-right: 2.4rem !important;
}
.c-pb6 {
  padding-bottom: 2.4rem !important;
}
.c-pl6 {
  padding-left: 2.4rem !important;
}
.c-px6 {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}
.c-py6 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}
.c-m7 {
  margin: 2.8rem !important;
}
.c-mt7 {
  margin-top: 2.8rem !important;
}
.c-mr7 {
  margin-right: 2.8rem !important;
}
.c-mb7 {
  margin-bottom: 2.8rem !important;
}
.c-ml7 {
  margin-left: 2.8rem !important;
}
.c-mx7 {
  margin-left: 2.8rem !important;
  margin-right: 2.8rem !important;
}
.c-my7 {
  margin-top: 2.8rem !important;
  margin-bottom: 2.8rem !important;
}
.c-p7 {
  padding: 2.8rem !important;
}
.c-pt7 {
  padding-top: 2.8rem !important;
}
.c-pr7 {
  padding-right: 2.8rem !important;
}
.c-pb7 {
  padding-bottom: 2.8rem !important;
}
.c-pl7 {
  padding-left: 2.8rem !important;
}
.c-px7 {
  padding-left: 2.8rem !important;
  padding-right: 2.8rem !important;
}
.c-py7 {
  padding-top: 2.8rem !important;
  padding-bottom: 2.8rem !important;
}
.c-m8 {
  margin: 3.2rem !important;
}
.c-mt8 {
  margin-top: 3.2rem !important;
}
.c-mr8 {
  margin-right: 3.2rem !important;
}
.c-mb8 {
  margin-bottom: 3.2rem !important;
}
.c-ml8 {
  margin-left: 3.2rem !important;
}
.c-mx8 {
  margin-left: 3.2rem !important;
  margin-right: 3.2rem !important;
}
.c-my8 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}
.c-p8 {
  padding: 3.2rem !important;
}
.c-pt8 {
  padding-top: 3.2rem !important;
}
.c-pr8 {
  padding-right: 3.2rem !important;
}
.c-pb8 {
  padding-bottom: 3.2rem !important;
}
.c-pl8 {
  padding-left: 3.2rem !important;
}
.c-px8 {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
}
.c-py8 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}
.c-m9 {
  margin: 3.6rem !important;
}
.c-mt9 {
  margin-top: 3.6rem !important;
}
.c-mr9 {
  margin-right: 3.6rem !important;
}
.c-mb9 {
  margin-bottom: 3.6rem !important;
}
.c-ml9 {
  margin-left: 3.6rem !important;
}
.c-mx9 {
  margin-left: 3.6rem !important;
  margin-right: 3.6rem !important;
}
.c-my9 {
  margin-top: 3.6rem !important;
  margin-bottom: 3.6rem !important;
}
.c-p9 {
  padding: 3.6rem !important;
}
.c-pt9 {
  padding-top: 3.6rem !important;
}
.c-pr9 {
  padding-right: 3.6rem !important;
}
.c-pb9 {
  padding-bottom: 3.6rem !important;
}
.c-pl9 {
  padding-left: 3.6rem !important;
}
.c-px9 {
  padding-left: 3.6rem !important;
  padding-right: 3.6rem !important;
}
.c-py9 {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
}
.c-m10 {
  margin: 4rem !important;
}
.c-mt10 {
  margin-top: 4rem !important;
}
.c-mr10 {
  margin-right: 4rem !important;
}
.c-mb10 {
  margin-bottom: 4rem !important;
}
.c-ml10 {
  margin-left: 4rem !important;
}
.c-mx10 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.c-my10 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.c-p10 {
  padding: 4rem !important;
}
.c-pt10 {
  padding-top: 4rem !important;
}
.c-pr10 {
  padding-right: 4rem !important;
}
.c-pb10 {
  padding-bottom: 4rem !important;
}
.c-pl10 {
  padding-left: 4rem !important;
}
.c-px10 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.c-py10 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.c-m11 {
  margin: 4.4rem !important;
}
.c-mt11 {
  margin-top: 4.4rem !important;
}
.c-mr11 {
  margin-right: 4.4rem !important;
}
.c-mb11 {
  margin-bottom: 4.4rem !important;
}
.c-ml11 {
  margin-left: 4.4rem !important;
}
.c-mx11 {
  margin-left: 4.4rem !important;
  margin-right: 4.4rem !important;
}
.c-my11 {
  margin-top: 4.4rem !important;
  margin-bottom: 4.4rem !important;
}
.c-p11 {
  padding: 4.4rem !important;
}
.c-pt11 {
  padding-top: 4.4rem !important;
}
.c-pr11 {
  padding-right: 4.4rem !important;
}
.c-pb11 {
  padding-bottom: 4.4rem !important;
}
.c-pl11 {
  padding-left: 4.4rem !important;
}
.c-px11 {
  padding-left: 4.4rem !important;
  padding-right: 4.4rem !important;
}
.c-py11 {
  padding-top: 4.4rem !important;
  padding-bottom: 4.4rem !important;
}
.c-m12 {
  margin: 4.8rem !important;
}
.c-mt12 {
  margin-top: 4.8rem !important;
}
.c-mr12 {
  margin-right: 4.8rem !important;
}
.c-mb12 {
  margin-bottom: 4.8rem !important;
}
.c-ml12 {
  margin-left: 4.8rem !important;
}
.c-mx12 {
  margin-left: 4.8rem !important;
  margin-right: 4.8rem !important;
}
.c-my12 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}
.c-p12 {
  padding: 4.8rem !important;
}
.c-pt12 {
  padding-top: 4.8rem !important;
}
.c-pr12 {
  padding-right: 4.8rem !important;
}
.c-pb12 {
  padding-bottom: 4.8rem !important;
}
.c-pl12 {
  padding-left: 4.8rem !important;
}
.c-px12 {
  padding-left: 4.8rem !important;
  padding-right: 4.8rem !important;
}
.c-py12 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}
.c-m13 {
  margin: 5.2rem !important;
}
.c-mt13 {
  margin-top: 5.2rem !important;
}
.c-mr13 {
  margin-right: 5.2rem !important;
}
.c-mb13 {
  margin-bottom: 5.2rem !important;
}
.c-ml13 {
  margin-left: 5.2rem !important;
}
.c-mx13 {
  margin-left: 5.2rem !important;
  margin-right: 5.2rem !important;
}
.c-my13 {
  margin-top: 5.2rem !important;
  margin-bottom: 5.2rem !important;
}
.c-p13 {
  padding: 5.2rem !important;
}
.c-pt13 {
  padding-top: 5.2rem !important;
}
.c-pr13 {
  padding-right: 5.2rem !important;
}
.c-pb13 {
  padding-bottom: 5.2rem !important;
}
.c-pl13 {
  padding-left: 5.2rem !important;
}
.c-px13 {
  padding-left: 5.2rem !important;
  padding-right: 5.2rem !important;
}
.c-py13 {
  padding-top: 5.2rem !important;
  padding-bottom: 5.2rem !important;
}
.c-m14 {
  margin: 5.6rem !important;
}
.c-mt14 {
  margin-top: 5.6rem !important;
}
.c-mr14 {
  margin-right: 5.6rem !important;
}
.c-mb14 {
  margin-bottom: 5.6rem !important;
}
.c-ml14 {
  margin-left: 5.6rem !important;
}
.c-mx14 {
  margin-left: 5.6rem !important;
  margin-right: 5.6rem !important;
}
.c-my14 {
  margin-top: 5.6rem !important;
  margin-bottom: 5.6rem !important;
}
.c-p14 {
  padding: 5.6rem !important;
}
.c-pt14 {
  padding-top: 5.6rem !important;
}
.c-pr14 {
  padding-right: 5.6rem !important;
}
.c-pb14 {
  padding-bottom: 5.6rem !important;
}
.c-pl14 {
  padding-left: 5.6rem !important;
}
.c-px14 {
  padding-left: 5.6rem !important;
  padding-right: 5.6rem !important;
}
.c-py14 {
  padding-top: 5.6rem !important;
  padding-bottom: 5.6rem !important;
}
.c-m15 {
  margin: 6rem !important;
}
.c-mt15 {
  margin-top: 6rem !important;
}
.c-mr15 {
  margin-right: 6rem !important;
}
.c-mb15 {
  margin-bottom: 6rem !important;
}
.c-ml15 {
  margin-left: 6rem !important;
}
.c-mx15 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}
.c-my15 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.c-p15 {
  padding: 6rem !important;
}
.c-pt15 {
  padding-top: 6rem !important;
}
.c-pr15 {
  padding-right: 6rem !important;
}
.c-pb15 {
  padding-bottom: 6rem !important;
}
.c-pl15 {
  padding-left: 6rem !important;
}
.c-px15 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.c-py15 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.c-m16 {
  margin: 6.4rem !important;
}
.c-mt16 {
  margin-top: 6.4rem !important;
}
.c-mr16 {
  margin-right: 6.4rem !important;
}
.c-mb16 {
  margin-bottom: 6.4rem !important;
}
.c-ml16 {
  margin-left: 6.4rem !important;
}
.c-mx16 {
  margin-left: 6.4rem !important;
  margin-right: 6.4rem !important;
}
.c-my16 {
  margin-top: 6.4rem !important;
  margin-bottom: 6.4rem !important;
}
.c-p16 {
  padding: 6.4rem !important;
}
.c-pt16 {
  padding-top: 6.4rem !important;
}
.c-pr16 {
  padding-right: 6.4rem !important;
}
.c-pb16 {
  padding-bottom: 6.4rem !important;
}
.c-pl16 {
  padding-left: 6.4rem !important;
}
.c-px16 {
  padding-left: 6.4rem !important;
  padding-right: 6.4rem !important;
}
.c-py16 {
  padding-top: 6.4rem !important;
  padding-bottom: 6.4rem !important;
}
.c-m17 {
  margin: 6.8rem !important;
}
.c-mt17 {
  margin-top: 6.8rem !important;
}
.c-mr17 {
  margin-right: 6.8rem !important;
}
.c-mb17 {
  margin-bottom: 6.8rem !important;
}
.c-ml17 {
  margin-left: 6.8rem !important;
}
.c-mx17 {
  margin-left: 6.8rem !important;
  margin-right: 6.8rem !important;
}
.c-my17 {
  margin-top: 6.8rem !important;
  margin-bottom: 6.8rem !important;
}
.c-p17 {
  padding: 6.8rem !important;
}
.c-pt17 {
  padding-top: 6.8rem !important;
}
.c-pr17 {
  padding-right: 6.8rem !important;
}
.c-pb17 {
  padding-bottom: 6.8rem !important;
}
.c-pl17 {
  padding-left: 6.8rem !important;
}
.c-px17 {
  padding-left: 6.8rem !important;
  padding-right: 6.8rem !important;
}
.c-py17 {
  padding-top: 6.8rem !important;
  padding-bottom: 6.8rem !important;
}
.c-m18 {
  margin: 7.2rem !important;
}
.c-mt18 {
  margin-top: 7.2rem !important;
}
.c-mr18 {
  margin-right: 7.2rem !important;
}
.c-mb18 {
  margin-bottom: 7.2rem !important;
}
.c-ml18 {
  margin-left: 7.2rem !important;
}
.c-mx18 {
  margin-left: 7.2rem !important;
  margin-right: 7.2rem !important;
}
.c-my18 {
  margin-top: 7.2rem !important;
  margin-bottom: 7.2rem !important;
}
.c-p18 {
  padding: 7.2rem !important;
}
.c-pt18 {
  padding-top: 7.2rem !important;
}
.c-pr18 {
  padding-right: 7.2rem !important;
}
.c-pb18 {
  padding-bottom: 7.2rem !important;
}
.c-pl18 {
  padding-left: 7.2rem !important;
}
.c-px18 {
  padding-left: 7.2rem !important;
  padding-right: 7.2rem !important;
}
.c-py18 {
  padding-top: 7.2rem !important;
  padding-bottom: 7.2rem !important;
}
.c-m19 {
  margin: 7.6rem !important;
}
.c-mt19 {
  margin-top: 7.6rem !important;
}
.c-mr19 {
  margin-right: 7.6rem !important;
}
.c-mb19 {
  margin-bottom: 7.6rem !important;
}
.c-ml19 {
  margin-left: 7.6rem !important;
}
.c-mx19 {
  margin-left: 7.6rem !important;
  margin-right: 7.6rem !important;
}
.c-my19 {
  margin-top: 7.6rem !important;
  margin-bottom: 7.6rem !important;
}
.c-p19 {
  padding: 7.6rem !important;
}
.c-pt19 {
  padding-top: 7.6rem !important;
}
.c-pr19 {
  padding-right: 7.6rem !important;
}
.c-pb19 {
  padding-bottom: 7.6rem !important;
}
.c-pl19 {
  padding-left: 7.6rem !important;
}
.c-px19 {
  padding-left: 7.6rem !important;
  padding-right: 7.6rem !important;
}
.c-py19 {
  padding-top: 7.6rem !important;
  padding-bottom: 7.6rem !important;
}
.c-m20 {
  margin: 8rem !important;
}
.c-mt20 {
  margin-top: 8rem !important;
}
.c-mr20 {
  margin-right: 8rem !important;
}
.c-mb20 {
  margin-bottom: 8rem !important;
}
.c-ml20 {
  margin-left: 8rem !important;
}
.c-mx20 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}
.c-my20 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.c-p20 {
  padding: 8rem !important;
}
.c-pt20 {
  padding-top: 8rem !important;
}
.c-pr20 {
  padding-right: 8rem !important;
}
.c-pb20 {
  padding-bottom: 8rem !important;
}
.c-pl20 {
  padding-left: 8rem !important;
}
.c-px20 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
.c-py20 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.c-m21 {
  margin: 8.4rem !important;
}
.c-mt21 {
  margin-top: 8.4rem !important;
}
.c-mr21 {
  margin-right: 8.4rem !important;
}
.c-mb21 {
  margin-bottom: 8.4rem !important;
}
.c-ml21 {
  margin-left: 8.4rem !important;
}
.c-mx21 {
  margin-left: 8.4rem !important;
  margin-right: 8.4rem !important;
}
.c-my21 {
  margin-top: 8.4rem !important;
  margin-bottom: 8.4rem !important;
}
.c-p21 {
  padding: 8.4rem !important;
}
.c-pt21 {
  padding-top: 8.4rem !important;
}
.c-pr21 {
  padding-right: 8.4rem !important;
}
.c-pb21 {
  padding-bottom: 8.4rem !important;
}
.c-pl21 {
  padding-left: 8.4rem !important;
}
.c-px21 {
  padding-left: 8.4rem !important;
  padding-right: 8.4rem !important;
}
.c-py21 {
  padding-top: 8.4rem !important;
  padding-bottom: 8.4rem !important;
}
.c-m22 {
  margin: 8.8rem !important;
}
.c-mt22 {
  margin-top: 8.8rem !important;
}
.c-mr22 {
  margin-right: 8.8rem !important;
}
.c-mb22 {
  margin-bottom: 8.8rem !important;
}
.c-ml22 {
  margin-left: 8.8rem !important;
}
.c-mx22 {
  margin-left: 8.8rem !important;
  margin-right: 8.8rem !important;
}
.c-my22 {
  margin-top: 8.8rem !important;
  margin-bottom: 8.8rem !important;
}
.c-p22 {
  padding: 8.8rem !important;
}
.c-pt22 {
  padding-top: 8.8rem !important;
}
.c-pr22 {
  padding-right: 8.8rem !important;
}
.c-pb22 {
  padding-bottom: 8.8rem !important;
}
.c-pl22 {
  padding-left: 8.8rem !important;
}
.c-px22 {
  padding-left: 8.8rem !important;
  padding-right: 8.8rem !important;
}
.c-py22 {
  padding-top: 8.8rem !important;
  padding-bottom: 8.8rem !important;
}
.c-m23 {
  margin: 9.2rem !important;
}
.c-mt23 {
  margin-top: 9.2rem !important;
}
.c-mr23 {
  margin-right: 9.2rem !important;
}
.c-mb23 {
  margin-bottom: 9.2rem !important;
}
.c-ml23 {
  margin-left: 9.2rem !important;
}
.c-mx23 {
  margin-left: 9.2rem !important;
  margin-right: 9.2rem !important;
}
.c-my23 {
  margin-top: 9.2rem !important;
  margin-bottom: 9.2rem !important;
}
.c-p23 {
  padding: 9.2rem !important;
}
.c-pt23 {
  padding-top: 9.2rem !important;
}
.c-pr23 {
  padding-right: 9.2rem !important;
}
.c-pb23 {
  padding-bottom: 9.2rem !important;
}
.c-pl23 {
  padding-left: 9.2rem !important;
}
.c-px23 {
  padding-left: 9.2rem !important;
  padding-right: 9.2rem !important;
}
.c-py23 {
  padding-top: 9.2rem !important;
  padding-bottom: 9.2rem !important;
}
.c-m24 {
  margin: 9.6rem !important;
}
.c-mt24 {
  margin-top: 9.6rem !important;
}
.c-mr24 {
  margin-right: 9.6rem !important;
}
.c-mb24 {
  margin-bottom: 9.6rem !important;
}
.c-ml24 {
  margin-left: 9.6rem !important;
}
.c-mx24 {
  margin-left: 9.6rem !important;
  margin-right: 9.6rem !important;
}
.c-my24 {
  margin-top: 9.6rem !important;
  margin-bottom: 9.6rem !important;
}
.c-p24 {
  padding: 9.6rem !important;
}
.c-pt24 {
  padding-top: 9.6rem !important;
}
.c-pr24 {
  padding-right: 9.6rem !important;
}
.c-pb24 {
  padding-bottom: 9.6rem !important;
}
.c-pl24 {
  padding-left: 9.6rem !important;
}
.c-px24 {
  padding-left: 9.6rem !important;
  padding-right: 9.6rem !important;
}
.c-py24 {
  padding-top: 9.6rem !important;
  padding-bottom: 9.6rem !important;
}
.c-m25 {
  margin: 10rem !important;
}
.c-mt25 {
  margin-top: 10rem !important;
}
.c-mr25 {
  margin-right: 10rem !important;
}
.c-mb25 {
  margin-bottom: 10rem !important;
}
.c-ml25 {
  margin-left: 10rem !important;
}
.c-mx25 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}
.c-my25 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.c-p25 {
  padding: 10rem !important;
}
.c-pt25 {
  padding-top: 10rem !important;
}
.c-pr25 {
  padding-right: 10rem !important;
}
.c-pb25 {
  padding-bottom: 10rem !important;
}
.c-pl25 {
  padding-left: 10rem !important;
}
.c-px25 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}
.c-py25 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.c-m {
  margin: auto !important;
}
.c-mt {
  margin-top: auto !important;
}
.c-mr {
  margin-right: auto !important;
}
.c-mb {
  margin-bottom: auto !important;
}
.c-ml {
  margin-left: auto !important;
}
.c-mx {
  margin-left: auto !important;
  margin-right: auto !important;
}
.c-my {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.c-p {
  padding: auto !important;
}
.c-pt {
  padding-top: auto !important;
}
.c-pr {
  padding-right: auto !important;
}
.c-pb {
  padding-bottom: auto !important;
}
.c-pl {
  padding-left: auto !important;
}
.c-px {
  padding-left: auto !important;
  padding-right: auto !important;
}
.c-py {
  padding-top: auto !important;
  padding-bottom: auto !important;
}
.c-w0 {
  width: 0% !important;
}
.c-w4 {
  width: 4% !important;
}
.c-w8 {
  width: 8% !important;
}
.c-w12 {
  width: 12% !important;
}
.c-w16 {
  width: 16% !important;
}
.c-w20 {
  width: 20% !important;
}
.c-w24 {
  width: 24% !important;
}
.c-w28 {
  width: 28% !important;
}
.c-w32 {
  width: 32% !important;
}
.c-w36 {
  width: 36% !important;
}
.c-w40 {
  width: 40% !important;
}
.c-w44 {
  width: 44% !important;
}
.c-w48 {
  width: 48% !important;
}
.c-w52 {
  width: 52% !important;
}
.c-w56 {
  width: 56% !important;
}
.c-w60 {
  width: 60% !important;
}
.c-w64 {
  width: 64% !important;
}
.c-w68 {
  width: 68% !important;
}
.c-w72 {
  width: 72% !important;
}
.c-w76 {
  width: 76% !important;
}
.c-w80 {
  width: 80% !important;
}
.c-w84 {
  width: 84% !important;
}
.c-w88 {
  width: 88% !important;
}
.c-w92 {
  width: 92% !important;
}
.c-w96 {
  width: 96% !important;
}
.c-w100 {
  width: 100% !important;
}
.c-em1 {
  width: 1em !important;
}
.c-em2 {
  width: 2em !important;
}
.c-em3 {
  width: 3em !important;
}
.c-em4 {
  width: 4em !important;
}
.c-em5 {
  width: 5em !important;
}
.c-em6 {
  width: 6em !important;
  color: #396097;
}
.c-em7 {
  width: 7em !important;
}
.c-em8 {
  width: 8em !important;
}
.c-em9 {
  width: 9em !important;
}
.c-em10 {
  width: 10em !important;
}
.c-em11 {
  width: 11em !important;
}
.c-em12 {
  width: 12em !important;
}
.c-em13 {
  width: 13em !important;
}
.c-em14 {
  width: 14em !important;
}
.c-em15 {
  width: 15em !important;
}
.c-em16 {
  width: 16em !important;
}
.c-tabMenu {
  display: flex;
  margin-bottom: 2.4rem;
  border-radius: 8px;
  border: 1px solid #ddd;
}
.c-tabMenu > button {
  flex: 1;
  display: grid;
  place-content: center;
  width: 100%;
  min-height: 56px;
  background-color: #fff;
  color: #1A7FDD;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
}
.c-tabMenu > button:hover {
  text-decoration: underline;
}
.c-tabMenu > button:first-child {
  border-radius: 8px 0 0 8px;
}
.c-tabMenu > button:last-child {
  border-radius: 0 8px 8px 0;
}
.c-tabMenu > button:nth-child(n+2) {
  border-left: 1px solid #ddd;
}
.c-tabMenu > button.is-current {
  background-color: #F7F7F7;
  color: #111;
  text-decoration: none;
}
.c-tabBox:not(.is-current) {
  display: none;
}
.c-tab.-skin02 .c-tabMenu {
  gap: 8px;
  margin-bottom: 1.1rem;
  border: 0;
}
.c-tab.-skin02 .c-tabMenu > button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
}
.c-tab.-skin02 .c-tabMenu > button:hover {
  color: #1A7FDD;
  text-decoration: none;
}
.c-tab.-skin02 .c-tabMenu > button:nth-child(n+2) {
  border-left: 0;
}
.c-tab.-skin02 .c-tabMenu > button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.c-tab.-skin02 .c-tabMenu > button.is-current {
  position: relative;
}
.c-tab.-skin02 .c-tabMenu > button.is-current:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: -1.5rem;
  right: 0;
  height: 1.5rem;
  background-color: #fff;
}
.c-tab.-skin02 .c-tabBox {
  padding: 2.4rem 1.6rem;
  border-radius: 8px;
  background-color: #fff;
}
.c-tab.-skin02 .c-tabBox__bottom {
  margin: 4rem -1.6rem -2.4rem;
  padding: 3.2rem 1.6rem;
  background-color: #F7F7F7;
  border-radius: 0 0 8px 8px;
}
.c-accordion > dt {
  position: relative;
  padding: 1.6rem 42px 1.6rem 2rem;
  cursor: pointer;
}
.c-accordion > dt::before {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 1.2rem 10px;
  color: #1A7FDD;
  font-size: 18px;
}
.c-accordion > dt:focus-visible {
  outline-offset: 5px;
}
.c-accordion > dt.is-open::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.c-accordion > dd {
  display: none;
}
.c-accordion.-skin01 > dt {
  margin-bottom: 1.6rem;
  border-radius: 4px;
  background-color: #F7F7F7;
  font-size: 1.8rem;
  font-weight: bold;
}
.c-accordion.-skin01 > dt ~ dt {
  margin-top: 1.6rem;
}
.c-accordion.-skin02 {
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
}
.c-accordion.-skin02 > dd {
  padding: 1.6rem;
  border-top: 1px solid #ddd;
}
.c-accordion.-skin02 ~ .c-accordion {
  margin-top: 1.6rem;
}
.c-modalWrap {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  background-color: #fff;
}
.c-modalWrap.is-show {
  display: block;
}
.c-movie iframe, .c-movie video {
  width: 100%;
}

.ui-modal-bgb {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  overscroll-behavior-y: contain;
  position: fixed;
  z-index: -10000;
  opacity: 0;
  top: 0;
  padding: 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ui-modal-bgb.is-show {
  z-index: 10000;
  opacity: 1;
}
.ui-modal-bgb-inner {
  max-width: 960px;
  min-width: 320px;
  margin: auto;
  padding-bottom: 4.8rem;
}
.ui-modal-bgb-close {
  text-align: right;
}
.ui-modal-bgb-close .close-btn {
  width: 4.8rem;
  height: 4.8rem;
  font-size: 4.8rem;
  margin-left: auto;
  margin-right: 0;
  color: #fff;
  cursor: pointer;
}
.ui-modal-bgb-cnt img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 96%;
  max-height: calc(100% - 9.6rem);
}
.ui-modal-bgb-cnt video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 96%;
  max-height: calc(100% - 9.6rem);
  aspect-ratio: 16/9;
}
.ui-modal-bgb-cnt .itemspc {
  position: relative;
  z-index: -1;
}
.ui-point dt {
  background-color: #eff051;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bolder;
  padding: 1.2rem 0;
  margin-bottom: 2.4rem;
}
.ui-point dt.-full {
  margin-left: -2.4rem;
  margin-right: -2.4rem;
}
.ui-point__pr {
  margin-bottom: 2.4rem;
}
.ui-point__image {
  margin-bottom: 2.4rem;
  text-align: center;
}
.ui-point__image > img {
  border-radius: 8px;
}
.ui-point__text p {
  font-size: 1.4rem;
  position: relative;
  z-index: 0;
}
.ui-point__text p::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.ui-point__text p.is-hidden {
  overflow: hidden;
}
.ui-point__text p.is-hidden::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#F4ECDE), to(transparent));
  background: linear-gradient(0deg, #F4ECDE 0%, transparent 100%);
}
.ui-point__text p.is-visible {
  overflow: visible;
}
.ui-point__text p.is-visible::after {
  content: none;
}
.ui-point__morebtn {
  width: 100%;
  margin-top: 2.4rem;
  padding: 1.2rem;
  border: 1px solid #BFAE8F;
  border-radius: 8px;
  color: #766448;
  font-size: 1.4rem;
  font-weight: bolder;
  text-align: center;
}

.l-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
}
.l-container {
  overflow-x: hidden;
  min-height: 100vh;
  padding-top: 6.3rem;
  background: #f7f7f7;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.l-container-entry {
  background: linear-gradient(93deg, rgb(121 178 255 / 80%) 0%, rgb(11 125 232 / 66%) 100.95%);
}
.l-container.-exc {
  padding-top: 0;
  background: #fff;
}
.l-wrapper {
  width: 91.66%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
}
.l-wrapper.-full {
  width: 100%;
}
.l-wrapper.-wide {
  width: 93.75%;
}
.l-wrapper.-narrow {
  width: 87.5%;
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1.2rem;
  height: 6.3rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.l-header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
.l-header__logo {
  display: block;
}
.l-header__control {
  display: flex;
  gap: 16px;
  margin-left: auto;
}
.l-header__favorite__text, .l-header__menu__text {
  display: block;
  color: #666;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}
.l-header__favorite {
  position: relative;
}
.l-header__favorite::before {
  content: "\e904";
  font-family: icomoon;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.2;
}
.l-header__favorite__num {
  position: absolute;
  top: -4px;
  left: calc(50% + 10px);
  padding: 1px 4px;
  border-radius: 10em;
  background: #FE591C;
  color: #fff;
  font-size: 1.2rem;
}
.l-header__menu::before {
  content: "\e908";
  font-family: icomoon;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.2;
}
.l-navWrap {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 300px;
  display: none;
  overflow: auto;
  max-height: 94vh;
  max-height: 94dvh;
  padding: 2.4rem;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.l-nav__closeBtn {
  display: grid;
  place-content: center;
  margin: -1.2rem -1.2rem 1.4rem auto;
  color: #666;
  font-size: 1rem;
}
.l-nav__closeBtn::before {
  color: #111;
  font-size: 24px;
}
.l-nav__copy {
  margin-top: 1.6rem;
  color: #999;
  font-size: 1.2rem;
  letter-spacing: 0.0125em;
  text-align: center;
}
.l-main .l-content:last-child {
  margin-bottom: 0;
}
.l-topicpath {
  overflow-x: auto;
  display: flex;
  padding: 1.6rem 0 1.6rem 1.6rem;
  margin-bottom: 2.4rem;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  white-space: nowrap;
}
.l-topicpath > li:not(:first-child)::before {
  display: inline-block;
  content: "/";
  margin: 0 8px;
}
.l-topicpath > li:last-child {
  padding-right: 1rem;
}
.l-content {
  margin-bottom: 8rem;
}
.l-content.-exc {
  margin-bottom: 0;
}
.l-contentGrid__main {
  padding-bottom: 8rem;
}
.l-fixedBtm {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 1000;
  padding: 1.6rem;
  background: #F7F7F7;
}
.l-fixedBtm.-exc {
  background: #396097;
}
.l-fixedBtm.-bgwhite {
  background: #fff;
}
.l-footer {
  margin-top: 10rem;
  padding-top: 8rem;
  padding-bottom: 4.8rem;
  background-color: #fff;
}
.l-footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  width: 91.66%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
}
.l-footer__logo {
  text-align: center;
}
.l-footer__logo .c-headingS {
  margin-top: 1.6rem;
  margin-bottom: 2.4rem;
}
.l-footer__col01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.l-footer__primaryNav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.l-footer__primaryNav .c-btnIcon {
  width: 100%;
}
.l-footer__secondaryNav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 8px;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  font-size: 1.4rem;
}
.l-footer__secondaryNav a {
  color: #111;
}
.l-footer__copy {
  color: #999;
  font-size: 1.2rem;
  text-align: center;
}

:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h2,
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h3,
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h4 {
  margin-top: 3rem;
}
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h5,
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h6 {
  margin-top: 2rem;
}
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + p {
  margin-top: 2rem;
}
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + .c-headline.-bg {
  margin-top: 3.2rem;
}
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + ul, :where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) ol {
  margin-top: 1.6rem;
}
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + table {
  margin-top: 3.2rem;
}

.p-top .l-header {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.p-top .l-header__logo {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.is-scroll .p-top .l-header, .is-modalOpen .p-top .l-header {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.is-scroll .p-top .l-header .l-header__logo, .is-modalOpen .p-top .l-header .l-header__logo {
  visibility: visible;
  opacity: 1;
}
.is-modalOpen .p-top .l-header {
  -webkit-transition: none;
  transition: none;
}
.p-entry {
  padding-top: 0 !important;
}
.p-tutorial {
  padding-top: 0 !important;
  background: #fff;
}

.mv-wrap {
  padding-top: 2.4rem;
}
.mv-wrap .c-btn {
  -webkit-filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.16));
  padding-left: 16px;
  padding-right: 28px;
}
.mv-wrap .c-btn::after {
  right: 12px;
}
.mv-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
.mv-titleWrap {
  margin: 0 0 4rem;
}
.mv-title .c-headingM {
  display: block;
  margin-top: 1.2rem;
}
.mv-map {
  margin-bottom: 2.4rem;
  padding-bottom: 4.6rem;
  background: url(../img/img-map.png) no-repeat center bottom/64.84375vw auto;
}
.mv-totalNum {
  margin-bottom: 2.4rem;
}

.newjob-wrap {
  padding: 4.8rem 0;
  background: rgba(255, 255, 255, 0.5);
}
.newjob-slider {
  overflow: visible;
}

.topFiltering-wrap.-primary {
  padding-bottom: 4.8rem;
}
.topFiltering-wrap.-secondary {
  padding-top: 6.4rem;
}

.swiper-pagination {
  position: static;
  margin-top: 2.4rem;
  line-height: 1;
}
.swiper-pagination-bullet {
  opacity: 1;
  margin: 0 12px !important;
  background-color: #D7DFE5;
}
.swiper-pagination-bullet-active {
  background-color: #1A7FDD;
}

.job-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.4rem 0.8rem;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.job-summary > dt {
  font-size: 2.4rem;
}
.job-summary > dd {
  padding-top: 2px;
}
.job-grid {
  margin-top: 1.6rem;
}
.job-grid .job-summary {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  gap: 0.4rem 0.8rem;
}

.searchCriteria-block {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-bottom: 2.4rem;
}
.searchCriteria-block p + p {
  margin-top: 0.8rem;
}
.searchCriteria-block .c-select {
  width: 100%;
}
.searchCriteria-changeBlock {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  background-color: #fff;
}
.searchCriteria-changeBlock .icon-close {
  color: #1A7FDD;
  font-size: 24px;
}
.searchCriteria-changeBlock__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  height: 57px;
  padding: 1.6rem 2.4rem;
  border-bottom: 1px solid #ddd;
}
.searchCriteria-changeBlock__header .icon-close {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.searchCriteria-changeBlock__header .c-link {
  font-weight: bold;
}
.searchCriteria-changeBlock__body {
  overflow-y: auto;
  padding-top: 2.4rem;
  padding-bottom: 3.6rem;
}
.searchCriteria-changeBlock__body .c-btnWhite {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.searchCriteria-changeBlock__bottom {
  padding: 1.6rem 2.4rem 2.4rem;
  background-color: #F7F7F7;
}
.searchCriteria-changeBlock__btnList > dt {
  margin-bottom: 1.2rem;
  padding: 1.2rem 1.6rem;
  border-radius: 4px;
  background: #F7F7F7;
  font-weight: bold;
}
.searchCriteria-changeBlock__btnList > dt::before {
  display: inline-block;
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
  margin-right: 1.2rem;
  font-weight: normal;
}
.searchCriteria-changeBlock__btnList > dd {
  margin-bottom: 2.4rem;
}
.searchCriteria-changeBlock__grid {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  grid-template-columns: minmax(0, 1fr);
  height: 100vh;
}
.searchCriteria-areaList {
  border: 1px solid #ddd;
  border-radius: 8px;
}
.c-accordion.-skin02 > dd > .searchCriteria-areaList {
  margin: -1.6rem;
  border: 0;
}
.searchCriteria-areaList > li + li {
  border-top: 1px solid #ddd;
}
.searchCriteria-areaList .num {
  font-size: 1.4rem;
}
.searchCriteria-areaList a {
  display: block;
  padding: 1.6rem 1.6rem 1.6rem 4rem;
  text-decoration: underline;
}
.searchCriteria-areaList a:hover {
  text-decoration: none;
}

.keepList-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
.keepList-grid .job-summary {
  gap: 0.6rem 0.8rem;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.keepList-grid .job-summary > dt {
  font-size: 2rem;
}
.keepList-grid .job-summary > dt:first-child {
  display: grid;
  place-content: end;
}
.keepList-grid .c-btnWrap .c-btn {
  display: block;
  width: 100%;
  text-align: center;
}

.detail-slider {
  margin-left: -2.4rem;
  margin-right: -2.4rem;
}
.detail-slider .is-imgfit {
  width: 100%;
  aspect-ratio: 360/202;
}
.detail-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #eee;
}
.detail-slider .swiper-pagination-bullet-active {
  background-color: #FE591C;
}
.detail-slider.-exc .is-imgfit {
  width: 100%;
  aspect-ratio: 1/1;
}
.detail-slider.-exc .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #CCC;
}
.detail-slider.-exc .swiper-pagination-bullet-active {
  background-color: #396097;
}
.detail-slider.-exc .swiper-wrapper {
  align-items: center;
}
.detail-slider.-exc .modal-btn {
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
.detail-slider.-exc .modal-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
@media (hover: hover) {
  .detail-slider.-exc .modal-btn:hover::before {
    opacity: 1;
  }
}
.detail-slider.-exc .modal-btn.-is-movie::after {
  content: "";
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.15 32.5L32.5 24L19.15 15.5V32.5ZM24 44C21.2667 44 18.6833 43.475 16.25 42.425C13.8167 41.375 11.6917 39.9417 9.875 38.125C8.05833 36.3083 6.625 34.1833 5.575 31.75C4.525 29.3167 4 26.7333 4 24C4 21.2333 4.525 18.6333 5.575 16.2C6.625 13.7667 8.05833 11.65 9.875 9.85C11.6917 8.05 13.8167 6.625 16.25 5.575C18.6833 4.525 21.2667 4 24 4C26.7667 4 29.3667 4.525 31.8 5.575C34.2333 6.625 36.35 8.05 38.15 9.85C39.95 11.65 41.375 13.7667 42.425 16.2C43.475 18.6333 44 21.2333 44 24C44 26.7333 43.475 29.3167 42.425 31.75C41.375 34.1833 39.95 36.3083 38.15 38.125C36.35 39.9417 34.2333 41.375 31.8 42.425C29.3667 43.475 26.7667 44 24 44ZM24 41C28.7333 41 32.75 39.3417 36.05 36.025C39.35 32.7083 41 28.7 41 24C41 19.2667 39.35 15.25 36.05 11.95C32.75 8.65 28.7333 7 24 7C19.3 7 15.2917 8.65 11.975 11.95C8.65833 15.25 7 19.2667 7 24C7 28.7 8.65833 32.7083 11.975 36.025C15.2917 39.3417 19.3 41 24 41Z' fill='white'/%3E%3C/svg%3E%0A");
}

.entry-wrap {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 85px minmax(0, 1fr) 100px;
  height: 100vh;
  height: 100dvh;
}
.entry-content:not(.is-current) {
  display: none;
}
.entry-step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 85px;
  padding: 22px 24px 8px 24px;
  background: #FFF;
}
.entry-step__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 336px;
  margin: 0 auto;
  position: relative;
}
.entry-step__list:before {
  position: absolute;
  display: block;
  content: "";
  top: 12px;
  left: 30px;
  right: 30px;
  height: 2px;
  background-color: #ddd;
}
.entry-step__list > li {
  flex: 1;
  padding-top: 30px;
  color: #BBBBBB;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.entry-step__list > li:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  display: grid;
  place-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ccc;
  content: "\e91a";
  font-family: icomoon;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
}
.entry-step__list > li.is-current {
  color: #1A7FDD;
}
.entry-step__list > li.is-current::before {
  background-color: #1A7FDD;
  color: #1A7FDD;
}
.entry-step__list > li.is-passed {
  color: #1A7FDD;
}
.entry-step__list > li.is-passed::before {
  background-color: #1A7FDD;
}
.entry-step__list > li.is-passed::after {
  position: absolute;
  display: block;
  content: "";
  top: 12px;
  left: 50%;
  z-index: 0;
  width: 100%;
  height: 2px;
  background-color: #1A7FDD;
}
.entry-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  place-content: center;
  overflow-y: auto;
  background-color: #F7F7F7;
}
.entry-body.is-topAlign {
  align-content: start;
}
.entry-body.question {
  grid-template-rows: auto minmax(0, 1fr);
}
.entry-video {
  position: relative;
  width: min(62.5vw, 240px);
  height: min(57.56vh, 426px);
  margin-left: auto;
  margin-right: auto;
  background-color: #ccc;
}
.entry-video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.entry-video__message {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 16px;
  padding: 1.6rem 0.8rem;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.entry-progress {
  position: relative;
  overflow: hidden;
  width: min(62.5vw, 240px);
  height: 24px;
  margin: 3.2rem auto 3.2rem;
  border-radius: 10em;
  background-color: #d9d9d9;
}
.entry-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #1A7FDD;
}
.entry-select {
  width: min(62.5vw, 240px);
  margin: 2.4rem auto auto;
}
.entry-select select {
  width: 100%;
}
.entry-question {
  padding: 0.8rem;
  background-color: #1A7FDD;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.entry-guide {
  position: relative;
  height: 100%;
  background-color: #fff;
}
.entry-guide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.entry-recoding {
  position: relative;
  height: 100%;
  background-color: #fff;
}
.entry-recoding video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 120%;
}
.entry-recoding__control {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6rem;
  display: grid;
  place-content: center;
  gap: 0.4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.entry-recoding__control__item:not(.is-current) {
  display: none;
}
.entry-recoding__button {
  display: grid;
  place-content: center;
  width: 48px;
  height: 48px;
  margin: auto;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #FE591C;
}
.entry-recoding__button.-stop {
  background-color: #1A7FDD;
}
.entry-recoding__button.-stop::before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
}
.entry-recoding__button.-rerecode::before {
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  background: url('data:image/svg+xml;utf8,<svg width="29" height="29" viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_17_16463)"><path d="M14.4857 6.33195V1.66528L8.65234 7.49862L14.4857 13.3319V8.66528C18.3473 8.66528 21.4857 11.8036 21.4857 15.6653C21.4857 19.5269 18.3473 22.6653 14.4857 22.6653C10.624 22.6653 7.48568 19.5269 7.48568 15.6653H5.15234C5.15234 20.8219 9.32901 24.9986 14.4857 24.9986C19.6423 24.9986 23.819 20.8219 23.819 15.6653C23.819 10.5086 19.6423 6.33195 14.4857 6.33195Z" fill="white"/></g><defs><clipPath id="clip0_17_16463"><rect width="28" height="28" fill="white" transform="translate(0.485352 0.498535)"/></clipPath></defs></svg>') no-repeat center center/contain;
}
.entry-recoding__outlineButton {
  width: 48%;
  margin: auto;
  padding: 1.2rem 1.6rem;
  border: 1px solid #1A7FDD;
  border-radius: 4px;
  background-color: #1A7FDD;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.entry-recoding__time {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.entry-recoding__text {
  font-size: 1.4rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.entry-recoding__guideImg {
  position: absolute;
  left: 16px;
  top: 24px;
  z-index: 1;
  width: 25%;
  aspect-ratio: 260 / 320;
  border: 3px solid #fff;
  border-radius: 8px;
}
.entry-recoding__guideImg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.entry-bottom {
  height: 100px;
  padding: 1.2rem 1.2rem 3.2rem;
  background: #fff;
}
.entry-bottom .c-btn {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  font-size: 1.6rem;
  text-align: center;
}
.entry-bottom .c-btn[disabled] {
  background-color: #bbbbbb;
}
.entry-bottom .c-btn::after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
}
.entry-bottom .c-btn.-check::after {
  content: "\e91a";
  font-family: icomoon;
  font-weight: normal;
}
.entry-previewSlide .swiper-slide {
  width: min(62.5vw, 280px);
  height: calc(100vh - 200px);
}
.entry-previewSlide .entry-previewSlide__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.entry-previewSlide .entry-question {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  background-color: rgba(26, 127, 221, 0.9);
  margin: 0 auto;
  padding: 0.6rem 0.4rem;
}
.entry-previewSlide .entry-recoding {
  padding-left: 52px;
  padding-right: 52px;
  background-color: #ccc;
}
.entry-previewSlide .entry-recoding__control {
  grid-template-columns: 1fr;
  bottom: 1.6rem;
}
.entry-previewSlide .reTake {
  bottom: 2.8rem;
}
.entry-previewSlide .swiper-button-next {
  font-size: 3rem;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
}
.entry-previewSlide .swiper-button-next::after {
  content: none;
}
.entry-previewSlide .swiper-button-prev {
  font-size: 3rem;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
}
.entry-previewSlide .swiper-button-prev::after {
  content: none;
}
.entry-previewThumb {
  width: min(62.5vw, 280px);
  margin: 0.8rem auto 0;
}
.entry-previewThumb .swiper-wrapper {
  justify-content: center;
}
.entry-previewThumb .swiper-slide {
  display: grid;
  place-content: center;
  width: 25% !important;
  height: 3.6rem;
  text-align: center;
  color: #1A7FDD;
  font-size: 1.7rem;
  font-weight: bold;
}
.entry-previewThumb .swiper-slide.swiper-slide-thumb-active {
  color: #111;
  font-weight: normal;
}
.entry-precheck {
  max-width: 336px;
  margin-left: auto;
  margin-right: auto;
}
.entry-read {
  color: #555555;
  margin-bottom: 3.6rem;
}
.entry-check__list .c-label__checkbox::before {
  top: 0.2em;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.entry-check__list li:not(:last-of-type) {
  margin-bottom: 3.6rem;
}

.questionnaire-block {
  display: block !important;
}
.questionnaire-block .entry-bottom .c-btn {
  background-color: #1A7FDD;
}
.questionnaire-inner {
  padding: 2rem 1.6rem;
}
.questionnaire-box {
  padding-bottom: 2.4rem;
  position: relative;
}
.questionnaire-box:after {
  position: absolute;
  display: block;
  content: "";
  left: -1.6rem;
  right: -1.6rem;
  bottom: 0;
  border-bottom: 1px solid #dddddd;
}
.questionnaire-box + .questionnaire-box {
  margin-top: 2.4rem;
}
.questionnaire-box__options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.questionnaire-box__options .c-label {
  margin-right: 0;
}
.questionnaire-box__options .c-label .c-label__radio {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 10em;
  background: #fff;
  font-size: 1.4rem;
}
.questionnaire-box__options .c-label .c-label__radio::before {
  content: none !important;
}
.questionnaire-box__options .c-label input[type=radio]:checked + .c-label__radio {
  background-color: #1A7FDD;
  color: #fff;
}
.questionnaire-box__options .c-label .c-label__checkbox {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 10em;
  background: #fff;
  font-size: 1.4rem;
}
.questionnaire-box__options .c-label .c-label__checkbox::before {
  content: none !important;
}
.questionnaire-box__options .c-label input[type=checkbox]:checked + .c-label__checkbox {
  background-color: #1A7FDD;
  color: #fff;
}
.questionnaire-box:last-of-type {
  padding-bottom: 0;
}
.questionnaire-box:last-of-type::after {
  content: none;
}

.tutorial-title {
  padding: 0.8rem;
  background-color: #1A7FDD;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.tutorial-inner {
  padding: 2rem 1.6rem;
  background-color: #F7F7F7;
}
.tutorial-box {
  padding-bottom: 2.4rem;
  position: relative;
}
.tutorial-box:after {
  position: absolute;
  display: block;
  content: "";
  left: -1.6rem;
  right: -1.6rem;
  bottom: 0;
  border-bottom: 1px solid #999999;
}
.tutorial-box + .tutorial-box {
  margin-top: 2.4rem;
}
.tutorial-box:last-of-type {
  padding-bottom: 0;
}
.tutorial-box:last-of-type::after {
  content: none;
}
.tutorial-image::before {
  display: block;
  content: "";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto;
  border-style: solid;
  border-width: 16px 32px 0;
  border-color: #999 transparent transparent;
}
.tutorial-img70h {
  max-height: 70vh;
}
.tutorial-numlist {
  counter-reset: list_count;
}
.tutorial-numlist li {
  padding-left: 1.3em;
  position: relative;
}
.tutorial-numlist li:before {
  counter-increment: list_count;
  content: counter(list_count);
  position: absolute;
  left: 0;
  top: 0.45em;
  line-height: 1em;
  text-align: center;
  height: 1.3em;
  width: 1.3em;
  border-radius: 50%;
  font-size: 0.75em;
  border: 1px solid #1A7FDD;
  color: #1A7FDD;
}
.tutorial-numlist li:not(:last-of-type) {
  margin-bottom: 1em;
}
.tutorial-mv-9-16 {
  aspect-ratio: 9/16;
  max-height: 70vh;
  margin: 0 auto;
}
.tutorial-mv-9-16 video {
  width: 100%;
  height: 100%;
}
.tutorial-btn {
  background: #007aff;
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  padding: 20px 20px 20px 20px;
  font-size: 1.6rem;
  text-align: center;
}
.tutorial-btn:hover {
  background: #3997fb;
}

.is-searchCriteria-changeBlock .searchCriteria-changeBlock {
  display: block;
}

@media screen and (max-width: 991.98px) {
  .is-sptal {
    text-align: left !important;
  }
  .is-sptac {
    text-align: center !important;
  }
  .is-sptar {
    text-align: right !important;
  }
  .is-showpc {
    display: none !important;
  }
  .is-showtb {
    display: none !important;
  }
  .c-spflex {
    display: flex;
  }
  .c-spflex.-justify-center {
    justify-content: center;
  }
  .c-spflex.-justify-around {
    justify-content: space-around;
  }
  .c-spflex.-justify-between {
    justify-content: space-between;
  }
  .c-spflex.-column {
    flex-direction: column;
  }
  .c-spflex.-gap1 {
    gap: 0.4rem;
  }
  .c-spflex.-gap2 {
    gap: 0.8rem;
  }
  .c-spflex.-gap3 {
    gap: 1.2rem;
  }
  .c-spflex.-gap4 {
    gap: 1.6rem;
  }
  .c-spflex.-gap5 {
    gap: 2rem;
  }
  .c-spflex.-gap6 {
    gap: 2.4rem;
  }
  .c-contentBlock.-exc .c-contentBlock__body {
    padding-top: 0;
  }
  .c-spm0 {
    margin: 0rem !important;
  }
  .c-spmt0 {
    margin-top: 0rem !important;
  }
  .c-spmr0 {
    margin-right: 0rem !important;
  }
  .c-spmb0 {
    margin-bottom: 0rem !important;
  }
  .c-spml0 {
    margin-left: 0rem !important;
  }
  .c-spmx0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .c-spmy0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .c-spp0 {
    padding: 0rem !important;
  }
  .c-sppt0 {
    padding-top: 0rem !important;
  }
  .c-sppr0 {
    padding-right: 0rem !important;
  }
  .c-sppb0 {
    padding-bottom: 0rem !important;
  }
  .c-sppl0 {
    padding-left: 0rem !important;
  }
  .c-sppx0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .c-sppy0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .c-spm1 {
    margin: 0.4rem !important;
  }
  .c-spmt1 {
    margin-top: 0.4rem !important;
  }
  .c-spmr1 {
    margin-right: 0.4rem !important;
  }
  .c-spmb1 {
    margin-bottom: 0.4rem !important;
  }
  .c-spml1 {
    margin-left: 0.4rem !important;
  }
  .c-spmx1 {
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
  }
  .c-spmy1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .c-spp1 {
    padding: 0.4rem !important;
  }
  .c-sppt1 {
    padding-top: 0.4rem !important;
  }
  .c-sppr1 {
    padding-right: 0.4rem !important;
  }
  .c-sppb1 {
    padding-bottom: 0.4rem !important;
  }
  .c-sppl1 {
    padding-left: 0.4rem !important;
  }
  .c-sppx1 {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }
  .c-sppy1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .c-spm2 {
    margin: 0.8rem !important;
  }
  .c-spmt2 {
    margin-top: 0.8rem !important;
  }
  .c-spmr2 {
    margin-right: 0.8rem !important;
  }
  .c-spmb2 {
    margin-bottom: 0.8rem !important;
  }
  .c-spml2 {
    margin-left: 0.8rem !important;
  }
  .c-spmx2 {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
  .c-spmy2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .c-spp2 {
    padding: 0.8rem !important;
  }
  .c-sppt2 {
    padding-top: 0.8rem !important;
  }
  .c-sppr2 {
    padding-right: 0.8rem !important;
  }
  .c-sppb2 {
    padding-bottom: 0.8rem !important;
  }
  .c-sppl2 {
    padding-left: 0.8rem !important;
  }
  .c-sppx2 {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
  .c-sppy2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .c-spm3 {
    margin: 1.2rem !important;
  }
  .c-spmt3 {
    margin-top: 1.2rem !important;
  }
  .c-spmr3 {
    margin-right: 1.2rem !important;
  }
  .c-spmb3 {
    margin-bottom: 1.2rem !important;
  }
  .c-spml3 {
    margin-left: 1.2rem !important;
  }
  .c-spmx3 {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
  .c-spmy3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .c-spp3 {
    padding: 1.2rem !important;
  }
  .c-sppt3 {
    padding-top: 1.2rem !important;
  }
  .c-sppr3 {
    padding-right: 1.2rem !important;
  }
  .c-sppb3 {
    padding-bottom: 1.2rem !important;
  }
  .c-sppl3 {
    padding-left: 1.2rem !important;
  }
  .c-sppx3 {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  .c-sppy3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .c-spm4 {
    margin: 1.6rem !important;
  }
  .c-spmt4 {
    margin-top: 1.6rem !important;
  }
  .c-spmr4 {
    margin-right: 1.6rem !important;
  }
  .c-spmb4 {
    margin-bottom: 1.6rem !important;
  }
  .c-spml4 {
    margin-left: 1.6rem !important;
  }
  .c-spmx4 {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }
  .c-spmy4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .c-spp4 {
    padding: 1.6rem !important;
  }
  .c-sppt4 {
    padding-top: 1.6rem !important;
  }
  .c-sppr4 {
    padding-right: 1.6rem !important;
  }
  .c-sppb4 {
    padding-bottom: 1.6rem !important;
  }
  .c-sppl4 {
    padding-left: 1.6rem !important;
  }
  .c-sppx4 {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
  .c-sppy4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .c-spm5 {
    margin: 2rem !important;
  }
  .c-spmt5 {
    margin-top: 2rem !important;
  }
  .c-spmr5 {
    margin-right: 2rem !important;
  }
  .c-spmb5 {
    margin-bottom: 2rem !important;
  }
  .c-spml5 {
    margin-left: 2rem !important;
  }
  .c-spmx5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .c-spmy5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .c-spp5 {
    padding: 2rem !important;
  }
  .c-sppt5 {
    padding-top: 2rem !important;
  }
  .c-sppr5 {
    padding-right: 2rem !important;
  }
  .c-sppb5 {
    padding-bottom: 2rem !important;
  }
  .c-sppl5 {
    padding-left: 2rem !important;
  }
  .c-sppx5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .c-sppy5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .c-spm6 {
    margin: 2.4rem !important;
  }
  .c-spmt6 {
    margin-top: 2.4rem !important;
  }
  .c-spmr6 {
    margin-right: 2.4rem !important;
  }
  .c-spmb6 {
    margin-bottom: 2.4rem !important;
  }
  .c-spml6 {
    margin-left: 2.4rem !important;
  }
  .c-spmx6 {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
  .c-spmy6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .c-spp6 {
    padding: 2.4rem !important;
  }
  .c-sppt6 {
    padding-top: 2.4rem !important;
  }
  .c-sppr6 {
    padding-right: 2.4rem !important;
  }
  .c-sppb6 {
    padding-bottom: 2.4rem !important;
  }
  .c-sppl6 {
    padding-left: 2.4rem !important;
  }
  .c-sppx6 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
  .c-sppy6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .c-spm7 {
    margin: 2.8rem !important;
  }
  .c-spmt7 {
    margin-top: 2.8rem !important;
  }
  .c-spmr7 {
    margin-right: 2.8rem !important;
  }
  .c-spmb7 {
    margin-bottom: 2.8rem !important;
  }
  .c-spml7 {
    margin-left: 2.8rem !important;
  }
  .c-spmx7 {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }
  .c-spmy7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .c-spp7 {
    padding: 2.8rem !important;
  }
  .c-sppt7 {
    padding-top: 2.8rem !important;
  }
  .c-sppr7 {
    padding-right: 2.8rem !important;
  }
  .c-sppb7 {
    padding-bottom: 2.8rem !important;
  }
  .c-sppl7 {
    padding-left: 2.8rem !important;
  }
  .c-sppx7 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }
  .c-sppy7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .c-spm8 {
    margin: 3.2rem !important;
  }
  .c-spmt8 {
    margin-top: 3.2rem !important;
  }
  .c-spmr8 {
    margin-right: 3.2rem !important;
  }
  .c-spmb8 {
    margin-bottom: 3.2rem !important;
  }
  .c-spml8 {
    margin-left: 3.2rem !important;
  }
  .c-spmx8 {
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important;
  }
  .c-spmy8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .c-spp8 {
    padding: 3.2rem !important;
  }
  .c-sppt8 {
    padding-top: 3.2rem !important;
  }
  .c-sppr8 {
    padding-right: 3.2rem !important;
  }
  .c-sppb8 {
    padding-bottom: 3.2rem !important;
  }
  .c-sppl8 {
    padding-left: 3.2rem !important;
  }
  .c-sppx8 {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }
  .c-sppy8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .c-spm9 {
    margin: 3.6rem !important;
  }
  .c-spmt9 {
    margin-top: 3.6rem !important;
  }
  .c-spmr9 {
    margin-right: 3.6rem !important;
  }
  .c-spmb9 {
    margin-bottom: 3.6rem !important;
  }
  .c-spml9 {
    margin-left: 3.6rem !important;
  }
  .c-spmx9 {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important;
  }
  .c-spmy9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .c-spp9 {
    padding: 3.6rem !important;
  }
  .c-sppt9 {
    padding-top: 3.6rem !important;
  }
  .c-sppr9 {
    padding-right: 3.6rem !important;
  }
  .c-sppb9 {
    padding-bottom: 3.6rem !important;
  }
  .c-sppl9 {
    padding-left: 3.6rem !important;
  }
  .c-sppx9 {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important;
  }
  .c-sppy9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .c-spm10 {
    margin: 4rem !important;
  }
  .c-spmt10 {
    margin-top: 4rem !important;
  }
  .c-spmr10 {
    margin-right: 4rem !important;
  }
  .c-spmb10 {
    margin-bottom: 4rem !important;
  }
  .c-spml10 {
    margin-left: 4rem !important;
  }
  .c-spmx10 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .c-spmy10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .c-spp10 {
    padding: 4rem !important;
  }
  .c-sppt10 {
    padding-top: 4rem !important;
  }
  .c-sppr10 {
    padding-right: 4rem !important;
  }
  .c-sppb10 {
    padding-bottom: 4rem !important;
  }
  .c-sppl10 {
    padding-left: 4rem !important;
  }
  .c-sppx10 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .c-sppy10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .c-spm11 {
    margin: 4.4rem !important;
  }
  .c-spmt11 {
    margin-top: 4.4rem !important;
  }
  .c-spmr11 {
    margin-right: 4.4rem !important;
  }
  .c-spmb11 {
    margin-bottom: 4.4rem !important;
  }
  .c-spml11 {
    margin-left: 4.4rem !important;
  }
  .c-spmx11 {
    margin-left: 4.4rem !important;
    margin-right: 4.4rem !important;
  }
  .c-spmy11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .c-spp11 {
    padding: 4.4rem !important;
  }
  .c-sppt11 {
    padding-top: 4.4rem !important;
  }
  .c-sppr11 {
    padding-right: 4.4rem !important;
  }
  .c-sppb11 {
    padding-bottom: 4.4rem !important;
  }
  .c-sppl11 {
    padding-left: 4.4rem !important;
  }
  .c-sppx11 {
    padding-left: 4.4rem !important;
    padding-right: 4.4rem !important;
  }
  .c-sppy11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .c-spm12 {
    margin: 4.8rem !important;
  }
  .c-spmt12 {
    margin-top: 4.8rem !important;
  }
  .c-spmr12 {
    margin-right: 4.8rem !important;
  }
  .c-spmb12 {
    margin-bottom: 4.8rem !important;
  }
  .c-spml12 {
    margin-left: 4.8rem !important;
  }
  .c-spmx12 {
    margin-left: 4.8rem !important;
    margin-right: 4.8rem !important;
  }
  .c-spmy12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .c-spp12 {
    padding: 4.8rem !important;
  }
  .c-sppt12 {
    padding-top: 4.8rem !important;
  }
  .c-sppr12 {
    padding-right: 4.8rem !important;
  }
  .c-sppb12 {
    padding-bottom: 4.8rem !important;
  }
  .c-sppl12 {
    padding-left: 4.8rem !important;
  }
  .c-sppx12 {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important;
  }
  .c-sppy12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .c-spm13 {
    margin: 5.2rem !important;
  }
  .c-spmt13 {
    margin-top: 5.2rem !important;
  }
  .c-spmr13 {
    margin-right: 5.2rem !important;
  }
  .c-spmb13 {
    margin-bottom: 5.2rem !important;
  }
  .c-spml13 {
    margin-left: 5.2rem !important;
  }
  .c-spmx13 {
    margin-left: 5.2rem !important;
    margin-right: 5.2rem !important;
  }
  .c-spmy13 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }
  .c-spp13 {
    padding: 5.2rem !important;
  }
  .c-sppt13 {
    padding-top: 5.2rem !important;
  }
  .c-sppr13 {
    padding-right: 5.2rem !important;
  }
  .c-sppb13 {
    padding-bottom: 5.2rem !important;
  }
  .c-sppl13 {
    padding-left: 5.2rem !important;
  }
  .c-sppx13 {
    padding-left: 5.2rem !important;
    padding-right: 5.2rem !important;
  }
  .c-sppy13 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
  }
  .c-spm14 {
    margin: 5.6rem !important;
  }
  .c-spmt14 {
    margin-top: 5.6rem !important;
  }
  .c-spmr14 {
    margin-right: 5.6rem !important;
  }
  .c-spmb14 {
    margin-bottom: 5.6rem !important;
  }
  .c-spml14 {
    margin-left: 5.6rem !important;
  }
  .c-spmx14 {
    margin-left: 5.6rem !important;
    margin-right: 5.6rem !important;
  }
  .c-spmy14 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .c-spp14 {
    padding: 5.6rem !important;
  }
  .c-sppt14 {
    padding-top: 5.6rem !important;
  }
  .c-sppr14 {
    padding-right: 5.6rem !important;
  }
  .c-sppb14 {
    padding-bottom: 5.6rem !important;
  }
  .c-sppl14 {
    padding-left: 5.6rem !important;
  }
  .c-sppx14 {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
  }
  .c-sppy14 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .c-spm15 {
    margin: 6rem !important;
  }
  .c-spmt15 {
    margin-top: 6rem !important;
  }
  .c-spmr15 {
    margin-right: 6rem !important;
  }
  .c-spmb15 {
    margin-bottom: 6rem !important;
  }
  .c-spml15 {
    margin-left: 6rem !important;
  }
  .c-spmx15 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .c-spmy15 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .c-spp15 {
    padding: 6rem !important;
  }
  .c-sppt15 {
    padding-top: 6rem !important;
  }
  .c-sppr15 {
    padding-right: 6rem !important;
  }
  .c-sppb15 {
    padding-bottom: 6rem !important;
  }
  .c-sppl15 {
    padding-left: 6rem !important;
  }
  .c-sppx15 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .c-sppy15 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .c-spm16 {
    margin: 6.4rem !important;
  }
  .c-spmt16 {
    margin-top: 6.4rem !important;
  }
  .c-spmr16 {
    margin-right: 6.4rem !important;
  }
  .c-spmb16 {
    margin-bottom: 6.4rem !important;
  }
  .c-spml16 {
    margin-left: 6.4rem !important;
  }
  .c-spmx16 {
    margin-left: 6.4rem !important;
    margin-right: 6.4rem !important;
  }
  .c-spmy16 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .c-spp16 {
    padding: 6.4rem !important;
  }
  .c-sppt16 {
    padding-top: 6.4rem !important;
  }
  .c-sppr16 {
    padding-right: 6.4rem !important;
  }
  .c-sppb16 {
    padding-bottom: 6.4rem !important;
  }
  .c-sppl16 {
    padding-left: 6.4rem !important;
  }
  .c-sppx16 {
    padding-left: 6.4rem !important;
    padding-right: 6.4rem !important;
  }
  .c-sppy16 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .c-spm17 {
    margin: 6.8rem !important;
  }
  .c-spmt17 {
    margin-top: 6.8rem !important;
  }
  .c-spmr17 {
    margin-right: 6.8rem !important;
  }
  .c-spmb17 {
    margin-bottom: 6.8rem !important;
  }
  .c-spml17 {
    margin-left: 6.8rem !important;
  }
  .c-spmx17 {
    margin-left: 6.8rem !important;
    margin-right: 6.8rem !important;
  }
  .c-spmy17 {
    margin-top: 6.8rem !important;
    margin-bottom: 6.8rem !important;
  }
  .c-spp17 {
    padding: 6.8rem !important;
  }
  .c-sppt17 {
    padding-top: 6.8rem !important;
  }
  .c-sppr17 {
    padding-right: 6.8rem !important;
  }
  .c-sppb17 {
    padding-bottom: 6.8rem !important;
  }
  .c-sppl17 {
    padding-left: 6.8rem !important;
  }
  .c-sppx17 {
    padding-left: 6.8rem !important;
    padding-right: 6.8rem !important;
  }
  .c-sppy17 {
    padding-top: 6.8rem !important;
    padding-bottom: 6.8rem !important;
  }
  .c-spm18 {
    margin: 7.2rem !important;
  }
  .c-spmt18 {
    margin-top: 7.2rem !important;
  }
  .c-spmr18 {
    margin-right: 7.2rem !important;
  }
  .c-spmb18 {
    margin-bottom: 7.2rem !important;
  }
  .c-spml18 {
    margin-left: 7.2rem !important;
  }
  .c-spmx18 {
    margin-left: 7.2rem !important;
    margin-right: 7.2rem !important;
  }
  .c-spmy18 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .c-spp18 {
    padding: 7.2rem !important;
  }
  .c-sppt18 {
    padding-top: 7.2rem !important;
  }
  .c-sppr18 {
    padding-right: 7.2rem !important;
  }
  .c-sppb18 {
    padding-bottom: 7.2rem !important;
  }
  .c-sppl18 {
    padding-left: 7.2rem !important;
  }
  .c-sppx18 {
    padding-left: 7.2rem !important;
    padding-right: 7.2rem !important;
  }
  .c-sppy18 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .c-spm19 {
    margin: 7.6rem !important;
  }
  .c-spmt19 {
    margin-top: 7.6rem !important;
  }
  .c-spmr19 {
    margin-right: 7.6rem !important;
  }
  .c-spmb19 {
    margin-bottom: 7.6rem !important;
  }
  .c-spml19 {
    margin-left: 7.6rem !important;
  }
  .c-spmx19 {
    margin-left: 7.6rem !important;
    margin-right: 7.6rem !important;
  }
  .c-spmy19 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important;
  }
  .c-spp19 {
    padding: 7.6rem !important;
  }
  .c-sppt19 {
    padding-top: 7.6rem !important;
  }
  .c-sppr19 {
    padding-right: 7.6rem !important;
  }
  .c-sppb19 {
    padding-bottom: 7.6rem !important;
  }
  .c-sppl19 {
    padding-left: 7.6rem !important;
  }
  .c-sppx19 {
    padding-left: 7.6rem !important;
    padding-right: 7.6rem !important;
  }
  .c-sppy19 {
    padding-top: 7.6rem !important;
    padding-bottom: 7.6rem !important;
  }
  .c-spm20 {
    margin: 8rem !important;
  }
  .c-spmt20 {
    margin-top: 8rem !important;
  }
  .c-spmr20 {
    margin-right: 8rem !important;
  }
  .c-spmb20 {
    margin-bottom: 8rem !important;
  }
  .c-spml20 {
    margin-left: 8rem !important;
  }
  .c-spmx20 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .c-spmy20 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .c-spp20 {
    padding: 8rem !important;
  }
  .c-sppt20 {
    padding-top: 8rem !important;
  }
  .c-sppr20 {
    padding-right: 8rem !important;
  }
  .c-sppb20 {
    padding-bottom: 8rem !important;
  }
  .c-sppl20 {
    padding-left: 8rem !important;
  }
  .c-sppx20 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .c-sppy20 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .c-spm21 {
    margin: 8.4rem !important;
  }
  .c-spmt21 {
    margin-top: 8.4rem !important;
  }
  .c-spmr21 {
    margin-right: 8.4rem !important;
  }
  .c-spmb21 {
    margin-bottom: 8.4rem !important;
  }
  .c-spml21 {
    margin-left: 8.4rem !important;
  }
  .c-spmx21 {
    margin-left: 8.4rem !important;
    margin-right: 8.4rem !important;
  }
  .c-spmy21 {
    margin-top: 8.4rem !important;
    margin-bottom: 8.4rem !important;
  }
  .c-spp21 {
    padding: 8.4rem !important;
  }
  .c-sppt21 {
    padding-top: 8.4rem !important;
  }
  .c-sppr21 {
    padding-right: 8.4rem !important;
  }
  .c-sppb21 {
    padding-bottom: 8.4rem !important;
  }
  .c-sppl21 {
    padding-left: 8.4rem !important;
  }
  .c-sppx21 {
    padding-left: 8.4rem !important;
    padding-right: 8.4rem !important;
  }
  .c-sppy21 {
    padding-top: 8.4rem !important;
    padding-bottom: 8.4rem !important;
  }
  .c-spm22 {
    margin: 8.8rem !important;
  }
  .c-spmt22 {
    margin-top: 8.8rem !important;
  }
  .c-spmr22 {
    margin-right: 8.8rem !important;
  }
  .c-spmb22 {
    margin-bottom: 8.8rem !important;
  }
  .c-spml22 {
    margin-left: 8.8rem !important;
  }
  .c-spmx22 {
    margin-left: 8.8rem !important;
    margin-right: 8.8rem !important;
  }
  .c-spmy22 {
    margin-top: 8.8rem !important;
    margin-bottom: 8.8rem !important;
  }
  .c-spp22 {
    padding: 8.8rem !important;
  }
  .c-sppt22 {
    padding-top: 8.8rem !important;
  }
  .c-sppr22 {
    padding-right: 8.8rem !important;
  }
  .c-sppb22 {
    padding-bottom: 8.8rem !important;
  }
  .c-sppl22 {
    padding-left: 8.8rem !important;
  }
  .c-sppx22 {
    padding-left: 8.8rem !important;
    padding-right: 8.8rem !important;
  }
  .c-sppy22 {
    padding-top: 8.8rem !important;
    padding-bottom: 8.8rem !important;
  }
  .c-spm23 {
    margin: 9.2rem !important;
  }
  .c-spmt23 {
    margin-top: 9.2rem !important;
  }
  .c-spmr23 {
    margin-right: 9.2rem !important;
  }
  .c-spmb23 {
    margin-bottom: 9.2rem !important;
  }
  .c-spml23 {
    margin-left: 9.2rem !important;
  }
  .c-spmx23 {
    margin-left: 9.2rem !important;
    margin-right: 9.2rem !important;
  }
  .c-spmy23 {
    margin-top: 9.2rem !important;
    margin-bottom: 9.2rem !important;
  }
  .c-spp23 {
    padding: 9.2rem !important;
  }
  .c-sppt23 {
    padding-top: 9.2rem !important;
  }
  .c-sppr23 {
    padding-right: 9.2rem !important;
  }
  .c-sppb23 {
    padding-bottom: 9.2rem !important;
  }
  .c-sppl23 {
    padding-left: 9.2rem !important;
  }
  .c-sppx23 {
    padding-left: 9.2rem !important;
    padding-right: 9.2rem !important;
  }
  .c-sppy23 {
    padding-top: 9.2rem !important;
    padding-bottom: 9.2rem !important;
  }
  .c-spm24 {
    margin: 9.6rem !important;
  }
  .c-spmt24 {
    margin-top: 9.6rem !important;
  }
  .c-spmr24 {
    margin-right: 9.6rem !important;
  }
  .c-spmb24 {
    margin-bottom: 9.6rem !important;
  }
  .c-spml24 {
    margin-left: 9.6rem !important;
  }
  .c-spmx24 {
    margin-left: 9.6rem !important;
    margin-right: 9.6rem !important;
  }
  .c-spmy24 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }
  .c-spp24 {
    padding: 9.6rem !important;
  }
  .c-sppt24 {
    padding-top: 9.6rem !important;
  }
  .c-sppr24 {
    padding-right: 9.6rem !important;
  }
  .c-sppb24 {
    padding-bottom: 9.6rem !important;
  }
  .c-sppl24 {
    padding-left: 9.6rem !important;
  }
  .c-sppx24 {
    padding-left: 9.6rem !important;
    padding-right: 9.6rem !important;
  }
  .c-sppy24 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }
  .c-spm25 {
    margin: 10rem !important;
  }
  .c-spmt25 {
    margin-top: 10rem !important;
  }
  .c-spmr25 {
    margin-right: 10rem !important;
  }
  .c-spmb25 {
    margin-bottom: 10rem !important;
  }
  .c-spml25 {
    margin-left: 10rem !important;
  }
  .c-spmx25 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .c-spmy25 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .c-spp25 {
    padding: 10rem !important;
  }
  .c-sppt25 {
    padding-top: 10rem !important;
  }
  .c-sppr25 {
    padding-right: 10rem !important;
  }
  .c-sppb25 {
    padding-bottom: 10rem !important;
  }
  .c-sppl25 {
    padding-left: 10rem !important;
  }
  .c-sppx25 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .c-sppy25 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .c-spm {
    margin: auto !important;
  }
  .c-spmt {
    margin-top: auto !important;
  }
  .c-spmr {
    margin-right: auto !important;
  }
  .c-spmb {
    margin-bottom: auto !important;
  }
  .c-spml {
    margin-left: auto !important;
  }
  .c-spmx {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .c-spmy {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .c-spp {
    padding: auto !important;
  }
  .c-sppt {
    padding-top: auto !important;
  }
  .c-sppr {
    padding-right: auto !important;
  }
  .c-sppb {
    padding-bottom: auto !important;
  }
  .c-sppl {
    padding-left: auto !important;
  }
  .c-sppx {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .c-sppy {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .c-spw0 {
    width: 0% !important;
  }
  .c-spw4 {
    width: 4% !important;
  }
  .c-spw8 {
    width: 8% !important;
  }
  .c-spw12 {
    width: 12% !important;
  }
  .c-spw16 {
    width: 16% !important;
  }
  .c-spw20 {
    width: 20% !important;
  }
  .c-spw24 {
    width: 24% !important;
  }
  .c-spw28 {
    width: 28% !important;
  }
  .c-spw32 {
    width: 32% !important;
  }
  .c-spw36 {
    width: 36% !important;
  }
  .c-spw40 {
    width: 40% !important;
  }
  .c-spw44 {
    width: 44% !important;
  }
  .c-spw48 {
    width: 48% !important;
  }
  .c-spw52 {
    width: 52% !important;
  }
  .c-spw56 {
    width: 56% !important;
  }
  .c-spw60 {
    width: 60% !important;
  }
  .c-spw64 {
    width: 64% !important;
  }
  .c-spw68 {
    width: 68% !important;
  }
  .c-spw72 {
    width: 72% !important;
  }
  .c-spw76 {
    width: 76% !important;
  }
  .c-spw80 {
    width: 80% !important;
  }
  .c-spw84 {
    width: 84% !important;
  }
  .c-spw88 {
    width: 88% !important;
  }
  .c-spw92 {
    width: 92% !important;
  }
  .c-spw96 {
    width: 96% !important;
  }
  .c-spw100 {
    width: 100% !important;
  }
  .c-spem1 {
    width: 1em !important;
  }
  .c-spem2 {
    width: 2em !important;
  }
  .c-spem3 {
    width: 3em !important;
  }
  .c-spem4 {
    width: 4em !important;
  }
  .c-spem5 {
    width: 5em !important;
  }
  .c-spem6 {
    width: 6em !important;
  }
  .c-spem7 {
    width: 7em !important;
  }
  .c-spem8 {
    width: 8em !important;
  }
  .c-spem9 {
    width: 9em !important;
  }
  .c-spem10 {
    width: 10em !important;
  }
  .c-spem11 {
    width: 11em !important;
  }
  .c-spem12 {
    width: 12em !important;
  }
  .c-spem13 {
    width: 13em !important;
  }
  .c-spem14 {
    width: 14em !important;
  }
  .c-spem15 {
    width: 15em !important;
  }
  .c-spem16 {
    width: 16em !important;
  }
  .l-contentGrid .c-contentBlock__header {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .l-contentGrid .c-contentBlock__body {
    padding-top: 1.6rem;
    padding-bottom: 3.6rem;
  }
  .keepList-wrap .c-contentBlock__header {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .keepList-wrap .c-contentBlock__body {
    padding-bottom: 3.2rem;
  }
  .detail-grid__image {
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  .is-showsp {
    display: none !important;
  }
  .is-pctal {
    text-align: left !important;
  }
  .is-pctac {
    text-align: center !important;
  }
  .is-pctar {
    text-align: right !important;
  }
  .is-pcfsizeXS {
    font-size: 1.2rem !important;
    letter-spacing: 0.02em;
  }
  .is-pcfsizeS {
    font-size: 1.4rem !important;
  }
  .is-pcfsizeM {
    font-size: 1.6rem !important;
  }
  .is-fsizeM-L, .is-pcfsizeL {
    font-size: 1.8rem !important;
  }
  .is-pcfsizeXL {
    font-size: 2rem !important;
  }
  .is-pcfsize2XL {
    font-size: 2.2rem !important;
  }
  .is-pcfsize3XL {
    font-size: 2.4rem !important;
  }
  .c-headingS-M {
    font-size: 1.8rem;
  }
  .c-headline {
    margin-bottom: 2.4rem;
  }
  .c-btn.-pcLarge, .c-btnWhite.-pcLarge {
    padding: 1.9rem 2.4rem;
    font-size: 2rem;
  }
  .c-btnList.-col2to4, .c-btnList.-col1to4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-telLink {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
  }
  .c-pcflex {
    display: flex;
  }
  .c-pcflex.-justify-center {
    justify-content: center;
  }
  .c-pcflex.-justify-around {
    justify-content: space-around;
  }
  .c-pcflex.-justify-between {
    justify-content: space-between;
  }
  .c-pcflex.-column {
    flex-direction: column;
  }
  .c-pcflex.-gap1 {
    gap: 0.4rem;
  }
  .c-pcflex.-gap2 {
    gap: 0.8rem;
  }
  .c-pcflex.-gap3 {
    gap: 1.2rem;
  }
  .c-pcflex.-gap4 {
    gap: 1.6rem;
  }
  .c-pcflex.-gap5 {
    gap: 2rem;
  }
  .c-pcflex.-gap6 {
    gap: 2.4rem;
  }
  .c-contentBlock__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .c-contentBlock__header .c-badge {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    margin-right: 1.6rem;
  }
  .c-contentBlock__body {
    padding: 4rem 4.8rem;
  }
  .c-contentBlock__footer {
    margin: 4rem -4.8rem -4.8rem;
    padding: 4.8rem 4.8rem;
  }
  .c-whiteBox {
    padding: 4.8rem;
  }
  .c-pagination {
    margin-top: 2.4rem;
  }
  .c-table th, .c-table td {
    padding: 1.2rem;
  }
  .c-table th {
    font-size: 1.6rem;
  }
  .c-column.-col1to3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-pcm0 {
    margin: 0rem !important;
  }
  .c-pcmt0 {
    margin-top: 0rem !important;
  }
  .c-pcmr0 {
    margin-right: 0rem !important;
  }
  .c-pcmb0 {
    margin-bottom: 0rem !important;
  }
  .c-pcml0 {
    margin-left: 0rem !important;
  }
  .c-pcmx0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .c-pcmy0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .c-pcp0 {
    padding: 0rem !important;
  }
  .c-pcpt0 {
    padding-top: 0rem !important;
  }
  .c-pcpr0 {
    padding-right: 0rem !important;
  }
  .c-pcpb0 {
    padding-bottom: 0rem !important;
  }
  .c-pcpl0 {
    padding-left: 0rem !important;
  }
  .c-pcpx0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .c-pcpy0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .c-pcm1 {
    margin: 0.4rem !important;
  }
  .c-pcmt1 {
    margin-top: 0.4rem !important;
  }
  .c-pcmr1 {
    margin-right: 0.4rem !important;
  }
  .c-pcmb1 {
    margin-bottom: 0.4rem !important;
  }
  .c-pcml1 {
    margin-left: 0.4rem !important;
  }
  .c-pcmx1 {
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
  }
  .c-pcmy1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .c-pcp1 {
    padding: 0.4rem !important;
  }
  .c-pcpt1 {
    padding-top: 0.4rem !important;
  }
  .c-pcpr1 {
    padding-right: 0.4rem !important;
  }
  .c-pcpb1 {
    padding-bottom: 0.4rem !important;
  }
  .c-pcpl1 {
    padding-left: 0.4rem !important;
  }
  .c-pcpx1 {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }
  .c-pcpy1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .c-pcm2 {
    margin: 0.8rem !important;
  }
  .c-pcmt2 {
    margin-top: 0.8rem !important;
  }
  .c-pcmr2 {
    margin-right: 0.8rem !important;
  }
  .c-pcmb2 {
    margin-bottom: 0.8rem !important;
  }
  .c-pcml2 {
    margin-left: 0.8rem !important;
  }
  .c-pcmx2 {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
  .c-pcmy2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .c-pcp2 {
    padding: 0.8rem !important;
  }
  .c-pcpt2 {
    padding-top: 0.8rem !important;
  }
  .c-pcpr2 {
    padding-right: 0.8rem !important;
  }
  .c-pcpb2 {
    padding-bottom: 0.8rem !important;
  }
  .c-pcpl2 {
    padding-left: 0.8rem !important;
  }
  .c-pcpx2 {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
  .c-pcpy2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .c-pcm3 {
    margin: 1.2rem !important;
  }
  .c-pcmt3 {
    margin-top: 1.2rem !important;
  }
  .c-pcmr3 {
    margin-right: 1.2rem !important;
  }
  .c-pcmb3 {
    margin-bottom: 1.2rem !important;
  }
  .c-pcml3 {
    margin-left: 1.2rem !important;
  }
  .c-pcmx3 {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
  .c-pcmy3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .c-pcp3 {
    padding: 1.2rem !important;
  }
  .c-pcpt3 {
    padding-top: 1.2rem !important;
  }
  .c-pcpr3 {
    padding-right: 1.2rem !important;
  }
  .c-pcpb3 {
    padding-bottom: 1.2rem !important;
  }
  .c-pcpl3 {
    padding-left: 1.2rem !important;
  }
  .c-pcpx3 {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  .c-pcpy3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .c-pcm4 {
    margin: 1.6rem !important;
  }
  .c-pcmt4 {
    margin-top: 1.6rem !important;
  }
  .c-pcmr4 {
    margin-right: 1.6rem !important;
  }
  .c-pcmb4 {
    margin-bottom: 1.6rem !important;
  }
  .c-pcml4 {
    margin-left: 1.6rem !important;
  }
  .c-pcmx4 {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }
  .c-pcmy4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .c-pcp4 {
    padding: 1.6rem !important;
  }
  .c-pcpt4 {
    padding-top: 1.6rem !important;
  }
  .c-pcpr4 {
    padding-right: 1.6rem !important;
  }
  .c-pcpb4 {
    padding-bottom: 1.6rem !important;
  }
  .c-pcpl4 {
    padding-left: 1.6rem !important;
  }
  .c-pcpx4 {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
  .c-pcpy4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .c-pcm5 {
    margin: 2rem !important;
  }
  .c-pcmt5 {
    margin-top: 2rem !important;
  }
  .c-pcmr5 {
    margin-right: 2rem !important;
  }
  .c-pcmb5 {
    margin-bottom: 2rem !important;
  }
  .c-pcml5 {
    margin-left: 2rem !important;
  }
  .c-pcmx5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .c-pcmy5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .c-pcp5 {
    padding: 2rem !important;
  }
  .c-pcpt5 {
    padding-top: 2rem !important;
  }
  .c-pcpr5 {
    padding-right: 2rem !important;
  }
  .c-pcpb5 {
    padding-bottom: 2rem !important;
  }
  .c-pcpl5 {
    padding-left: 2rem !important;
  }
  .c-pcpx5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .c-pcpy5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .c-pcm6 {
    margin: 2.4rem !important;
  }
  .c-pcmt6 {
    margin-top: 2.4rem !important;
  }
  .c-pcmr6 {
    margin-right: 2.4rem !important;
  }
  .c-pcmb6 {
    margin-bottom: 2.4rem !important;
  }
  .c-pcml6 {
    margin-left: 2.4rem !important;
  }
  .c-pcmx6 {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
  .c-pcmy6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .c-pcp6 {
    padding: 2.4rem !important;
  }
  .c-pcpt6 {
    padding-top: 2.4rem !important;
  }
  .c-pcpr6 {
    padding-right: 2.4rem !important;
  }
  .c-pcpb6 {
    padding-bottom: 2.4rem !important;
  }
  .c-pcpl6 {
    padding-left: 2.4rem !important;
  }
  .c-pcpx6 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
  .c-pcpy6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .c-pcm7 {
    margin: 2.8rem !important;
  }
  .c-pcmt7 {
    margin-top: 2.8rem !important;
  }
  .c-pcmr7 {
    margin-right: 2.8rem !important;
  }
  .c-pcmb7 {
    margin-bottom: 2.8rem !important;
  }
  .c-pcml7 {
    margin-left: 2.8rem !important;
  }
  .c-pcmx7 {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }
  .c-pcmy7 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .c-pcp7 {
    padding: 2.8rem !important;
  }
  .c-pcpt7 {
    padding-top: 2.8rem !important;
  }
  .c-pcpr7 {
    padding-right: 2.8rem !important;
  }
  .c-pcpb7 {
    padding-bottom: 2.8rem !important;
  }
  .c-pcpl7 {
    padding-left: 2.8rem !important;
  }
  .c-pcpx7 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }
  .c-pcpy7 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .c-pcm8 {
    margin: 3.2rem !important;
  }
  .c-pcmt8 {
    margin-top: 3.2rem !important;
  }
  .c-pcmr8 {
    margin-right: 3.2rem !important;
  }
  .c-pcmb8 {
    margin-bottom: 3.2rem !important;
  }
  .c-pcml8 {
    margin-left: 3.2rem !important;
  }
  .c-pcmx8 {
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important;
  }
  .c-pcmy8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .c-pcp8 {
    padding: 3.2rem !important;
  }
  .c-pcpt8 {
    padding-top: 3.2rem !important;
  }
  .c-pcpr8 {
    padding-right: 3.2rem !important;
  }
  .c-pcpb8 {
    padding-bottom: 3.2rem !important;
  }
  .c-pcpl8 {
    padding-left: 3.2rem !important;
  }
  .c-pcpx8 {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }
  .c-pcpy8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .c-pcm9 {
    margin: 3.6rem !important;
  }
  .c-pcmt9 {
    margin-top: 3.6rem !important;
  }
  .c-pcmr9 {
    margin-right: 3.6rem !important;
  }
  .c-pcmb9 {
    margin-bottom: 3.6rem !important;
  }
  .c-pcml9 {
    margin-left: 3.6rem !important;
  }
  .c-pcmx9 {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important;
  }
  .c-pcmy9 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .c-pcp9 {
    padding: 3.6rem !important;
  }
  .c-pcpt9 {
    padding-top: 3.6rem !important;
  }
  .c-pcpr9 {
    padding-right: 3.6rem !important;
  }
  .c-pcpb9 {
    padding-bottom: 3.6rem !important;
  }
  .c-pcpl9 {
    padding-left: 3.6rem !important;
  }
  .c-pcpx9 {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important;
  }
  .c-pcpy9 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .c-pcm10 {
    margin: 4rem !important;
  }
  .c-pcmt10 {
    margin-top: 4rem !important;
  }
  .c-pcmr10 {
    margin-right: 4rem !important;
  }
  .c-pcmb10 {
    margin-bottom: 4rem !important;
  }
  .c-pcml10 {
    margin-left: 4rem !important;
  }
  .c-pcmx10 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .c-pcmy10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .c-pcp10 {
    padding: 4rem !important;
  }
  .c-pcpt10 {
    padding-top: 4rem !important;
  }
  .c-pcpr10 {
    padding-right: 4rem !important;
  }
  .c-pcpb10 {
    padding-bottom: 4rem !important;
  }
  .c-pcpl10 {
    padding-left: 4rem !important;
  }
  .c-pcpx10 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .c-pcpy10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .c-pcm11 {
    margin: 4.4rem !important;
  }
  .c-pcmt11 {
    margin-top: 4.4rem !important;
  }
  .c-pcmr11 {
    margin-right: 4.4rem !important;
  }
  .c-pcmb11 {
    margin-bottom: 4.4rem !important;
  }
  .c-pcml11 {
    margin-left: 4.4rem !important;
  }
  .c-pcmx11 {
    margin-left: 4.4rem !important;
    margin-right: 4.4rem !important;
  }
  .c-pcmy11 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }
  .c-pcp11 {
    padding: 4.4rem !important;
  }
  .c-pcpt11 {
    padding-top: 4.4rem !important;
  }
  .c-pcpr11 {
    padding-right: 4.4rem !important;
  }
  .c-pcpb11 {
    padding-bottom: 4.4rem !important;
  }
  .c-pcpl11 {
    padding-left: 4.4rem !important;
  }
  .c-pcpx11 {
    padding-left: 4.4rem !important;
    padding-right: 4.4rem !important;
  }
  .c-pcpy11 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }
  .c-pcm12 {
    margin: 4.8rem !important;
  }
  .c-pcmt12 {
    margin-top: 4.8rem !important;
  }
  .c-pcmr12 {
    margin-right: 4.8rem !important;
  }
  .c-pcmb12 {
    margin-bottom: 4.8rem !important;
  }
  .c-pcml12 {
    margin-left: 4.8rem !important;
  }
  .c-pcmx12 {
    margin-left: 4.8rem !important;
    margin-right: 4.8rem !important;
  }
  .c-pcmy12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .c-pcp12 {
    padding: 4.8rem !important;
  }
  .c-pcpt12 {
    padding-top: 4.8rem !important;
  }
  .c-pcpr12 {
    padding-right: 4.8rem !important;
  }
  .c-pcpb12 {
    padding-bottom: 4.8rem !important;
  }
  .c-pcpl12 {
    padding-left: 4.8rem !important;
  }
  .c-pcpx12 {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important;
  }
  .c-pcpy12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .c-pcm13 {
    margin: 5.2rem !important;
  }
  .c-pcmt13 {
    margin-top: 5.2rem !important;
  }
  .c-pcmr13 {
    margin-right: 5.2rem !important;
  }
  .c-pcmb13 {
    margin-bottom: 5.2rem !important;
  }
  .c-pcml13 {
    margin-left: 5.2rem !important;
  }
  .c-pcmx13 {
    margin-left: 5.2rem !important;
    margin-right: 5.2rem !important;
  }
  .c-pcmy13 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }
  .c-pcp13 {
    padding: 5.2rem !important;
  }
  .c-pcpt13 {
    padding-top: 5.2rem !important;
  }
  .c-pcpr13 {
    padding-right: 5.2rem !important;
  }
  .c-pcpb13 {
    padding-bottom: 5.2rem !important;
  }
  .c-pcpl13 {
    padding-left: 5.2rem !important;
  }
  .c-pcpx13 {
    padding-left: 5.2rem !important;
    padding-right: 5.2rem !important;
  }
  .c-pcpy13 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
  }
  .c-pcm14 {
    margin: 5.6rem !important;
  }
  .c-pcmt14 {
    margin-top: 5.6rem !important;
  }
  .c-pcmr14 {
    margin-right: 5.6rem !important;
  }
  .c-pcmb14 {
    margin-bottom: 5.6rem !important;
  }
  .c-pcml14 {
    margin-left: 5.6rem !important;
  }
  .c-pcmx14 {
    margin-left: 5.6rem !important;
    margin-right: 5.6rem !important;
  }
  .c-pcmy14 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .c-pcp14 {
    padding: 5.6rem !important;
  }
  .c-pcpt14 {
    padding-top: 5.6rem !important;
  }
  .c-pcpr14 {
    padding-right: 5.6rem !important;
  }
  .c-pcpb14 {
    padding-bottom: 5.6rem !important;
  }
  .c-pcpl14 {
    padding-left: 5.6rem !important;
  }
  .c-pcpx14 {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important;
  }
  .c-pcpy14 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .c-pcm15 {
    margin: 6rem !important;
  }
  .c-pcmt15 {
    margin-top: 6rem !important;
  }
  .c-pcmr15 {
    margin-right: 6rem !important;
  }
  .c-pcmb15 {
    margin-bottom: 6rem !important;
  }
  .c-pcml15 {
    margin-left: 6rem !important;
  }
  .c-pcmx15 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .c-pcmy15 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .c-pcp15 {
    padding: 6rem !important;
  }
  .c-pcpt15 {
    padding-top: 6rem !important;
  }
  .c-pcpr15 {
    padding-right: 6rem !important;
  }
  .c-pcpb15 {
    padding-bottom: 6rem !important;
  }
  .c-pcpl15 {
    padding-left: 6rem !important;
  }
  .c-pcpx15 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .c-pcpy15 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .c-pcm16 {
    margin: 6.4rem !important;
  }
  .c-pcmt16 {
    margin-top: 6.4rem !important;
  }
  .c-pcmr16 {
    margin-right: 6.4rem !important;
  }
  .c-pcmb16 {
    margin-bottom: 6.4rem !important;
  }
  .c-pcml16 {
    margin-left: 6.4rem !important;
  }
  .c-pcmx16 {
    margin-left: 6.4rem !important;
    margin-right: 6.4rem !important;
  }
  .c-pcmy16 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .c-pcp16 {
    padding: 6.4rem !important;
  }
  .c-pcpt16 {
    padding-top: 6.4rem !important;
  }
  .c-pcpr16 {
    padding-right: 6.4rem !important;
  }
  .c-pcpb16 {
    padding-bottom: 6.4rem !important;
  }
  .c-pcpl16 {
    padding-left: 6.4rem !important;
  }
  .c-pcpx16 {
    padding-left: 6.4rem !important;
    padding-right: 6.4rem !important;
  }
  .c-pcpy16 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .c-pcm17 {
    margin: 6.8rem !important;
  }
  .c-pcmt17 {
    margin-top: 6.8rem !important;
  }
  .c-pcmr17 {
    margin-right: 6.8rem !important;
  }
  .c-pcmb17 {
    margin-bottom: 6.8rem !important;
  }
  .c-pcml17 {
    margin-left: 6.8rem !important;
  }
  .c-pcmx17 {
    margin-left: 6.8rem !important;
    margin-right: 6.8rem !important;
  }
  .c-pcmy17 {
    margin-top: 6.8rem !important;
    margin-bottom: 6.8rem !important;
  }
  .c-pcp17 {
    padding: 6.8rem !important;
  }
  .c-pcpt17 {
    padding-top: 6.8rem !important;
  }
  .c-pcpr17 {
    padding-right: 6.8rem !important;
  }
  .c-pcpb17 {
    padding-bottom: 6.8rem !important;
  }
  .c-pcpl17 {
    padding-left: 6.8rem !important;
  }
  .c-pcpx17 {
    padding-left: 6.8rem !important;
    padding-right: 6.8rem !important;
  }
  .c-pcpy17 {
    padding-top: 6.8rem !important;
    padding-bottom: 6.8rem !important;
  }
  .c-pcm18 {
    margin: 7.2rem !important;
  }
  .c-pcmt18 {
    margin-top: 7.2rem !important;
  }
  .c-pcmr18 {
    margin-right: 7.2rem !important;
  }
  .c-pcmb18 {
    margin-bottom: 7.2rem !important;
  }
  .c-pcml18 {
    margin-left: 7.2rem !important;
  }
  .c-pcmx18 {
    margin-left: 7.2rem !important;
    margin-right: 7.2rem !important;
  }
  .c-pcmy18 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .c-pcp18 {
    padding: 7.2rem !important;
  }
  .c-pcpt18 {
    padding-top: 7.2rem !important;
  }
  .c-pcpr18 {
    padding-right: 7.2rem !important;
  }
  .c-pcpb18 {
    padding-bottom: 7.2rem !important;
  }
  .c-pcpl18 {
    padding-left: 7.2rem !important;
  }
  .c-pcpx18 {
    padding-left: 7.2rem !important;
    padding-right: 7.2rem !important;
  }
  .c-pcpy18 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .c-pcm19 {
    margin: 7.6rem !important;
  }
  .c-pcmt19 {
    margin-top: 7.6rem !important;
  }
  .c-pcmr19 {
    margin-right: 7.6rem !important;
  }
  .c-pcmb19 {
    margin-bottom: 7.6rem !important;
  }
  .c-pcml19 {
    margin-left: 7.6rem !important;
  }
  .c-pcmx19 {
    margin-left: 7.6rem !important;
    margin-right: 7.6rem !important;
  }
  .c-pcmy19 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important;
  }
  .c-pcp19 {
    padding: 7.6rem !important;
  }
  .c-pcpt19 {
    padding-top: 7.6rem !important;
  }
  .c-pcpr19 {
    padding-right: 7.6rem !important;
  }
  .c-pcpb19 {
    padding-bottom: 7.6rem !important;
  }
  .c-pcpl19 {
    padding-left: 7.6rem !important;
  }
  .c-pcpx19 {
    padding-left: 7.6rem !important;
    padding-right: 7.6rem !important;
  }
  .c-pcpy19 {
    padding-top: 7.6rem !important;
    padding-bottom: 7.6rem !important;
  }
  .c-pcm20 {
    margin: 8rem !important;
  }
  .c-pcmt20 {
    margin-top: 8rem !important;
  }
  .c-pcmr20 {
    margin-right: 8rem !important;
  }
  .c-pcmb20 {
    margin-bottom: 8rem !important;
  }
  .c-pcml20 {
    margin-left: 8rem !important;
  }
  .c-pcmx20 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .c-pcmy20 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .c-pcp20 {
    padding: 8rem !important;
  }
  .c-pcpt20 {
    padding-top: 8rem !important;
  }
  .c-pcpr20 {
    padding-right: 8rem !important;
  }
  .c-pcpb20 {
    padding-bottom: 8rem !important;
  }
  .c-pcpl20 {
    padding-left: 8rem !important;
  }
  .c-pcpx20 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .c-pcpy20 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .c-pcm21 {
    margin: 8.4rem !important;
  }
  .c-pcmt21 {
    margin-top: 8.4rem !important;
  }
  .c-pcmr21 {
    margin-right: 8.4rem !important;
  }
  .c-pcmb21 {
    margin-bottom: 8.4rem !important;
  }
  .c-pcml21 {
    margin-left: 8.4rem !important;
  }
  .c-pcmx21 {
    margin-left: 8.4rem !important;
    margin-right: 8.4rem !important;
  }
  .c-pcmy21 {
    margin-top: 8.4rem !important;
    margin-bottom: 8.4rem !important;
  }
  .c-pcp21 {
    padding: 8.4rem !important;
  }
  .c-pcpt21 {
    padding-top: 8.4rem !important;
  }
  .c-pcpr21 {
    padding-right: 8.4rem !important;
  }
  .c-pcpb21 {
    padding-bottom: 8.4rem !important;
  }
  .c-pcpl21 {
    padding-left: 8.4rem !important;
  }
  .c-pcpx21 {
    padding-left: 8.4rem !important;
    padding-right: 8.4rem !important;
  }
  .c-pcpy21 {
    padding-top: 8.4rem !important;
    padding-bottom: 8.4rem !important;
  }
  .c-pcm22 {
    margin: 8.8rem !important;
  }
  .c-pcmt22 {
    margin-top: 8.8rem !important;
  }
  .c-pcmr22 {
    margin-right: 8.8rem !important;
  }
  .c-pcmb22 {
    margin-bottom: 8.8rem !important;
  }
  .c-pcml22 {
    margin-left: 8.8rem !important;
  }
  .c-pcmx22 {
    margin-left: 8.8rem !important;
    margin-right: 8.8rem !important;
  }
  .c-pcmy22 {
    margin-top: 8.8rem !important;
    margin-bottom: 8.8rem !important;
  }
  .c-pcp22 {
    padding: 8.8rem !important;
  }
  .c-pcpt22 {
    padding-top: 8.8rem !important;
  }
  .c-pcpr22 {
    padding-right: 8.8rem !important;
  }
  .c-pcpb22 {
    padding-bottom: 8.8rem !important;
  }
  .c-pcpl22 {
    padding-left: 8.8rem !important;
  }
  .c-pcpx22 {
    padding-left: 8.8rem !important;
    padding-right: 8.8rem !important;
  }
  .c-pcpy22 {
    padding-top: 8.8rem !important;
    padding-bottom: 8.8rem !important;
  }
  .c-pcm23 {
    margin: 9.2rem !important;
  }
  .c-pcmt23 {
    margin-top: 9.2rem !important;
  }
  .c-pcmr23 {
    margin-right: 9.2rem !important;
  }
  .c-pcmb23 {
    margin-bottom: 9.2rem !important;
  }
  .c-pcml23 {
    margin-left: 9.2rem !important;
  }
  .c-pcmx23 {
    margin-left: 9.2rem !important;
    margin-right: 9.2rem !important;
  }
  .c-pcmy23 {
    margin-top: 9.2rem !important;
    margin-bottom: 9.2rem !important;
  }
  .c-pcp23 {
    padding: 9.2rem !important;
  }
  .c-pcpt23 {
    padding-top: 9.2rem !important;
  }
  .c-pcpr23 {
    padding-right: 9.2rem !important;
  }
  .c-pcpb23 {
    padding-bottom: 9.2rem !important;
  }
  .c-pcpl23 {
    padding-left: 9.2rem !important;
  }
  .c-pcpx23 {
    padding-left: 9.2rem !important;
    padding-right: 9.2rem !important;
  }
  .c-pcpy23 {
    padding-top: 9.2rem !important;
    padding-bottom: 9.2rem !important;
  }
  .c-pcm24 {
    margin: 9.6rem !important;
  }
  .c-pcmt24 {
    margin-top: 9.6rem !important;
  }
  .c-pcmr24 {
    margin-right: 9.6rem !important;
  }
  .c-pcmb24 {
    margin-bottom: 9.6rem !important;
  }
  .c-pcml24 {
    margin-left: 9.6rem !important;
  }
  .c-pcmx24 {
    margin-left: 9.6rem !important;
    margin-right: 9.6rem !important;
  }
  .c-pcmy24 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }
  .c-pcp24 {
    padding: 9.6rem !important;
  }
  .c-pcpt24 {
    padding-top: 9.6rem !important;
  }
  .c-pcpr24 {
    padding-right: 9.6rem !important;
  }
  .c-pcpb24 {
    padding-bottom: 9.6rem !important;
  }
  .c-pcpl24 {
    padding-left: 9.6rem !important;
  }
  .c-pcpx24 {
    padding-left: 9.6rem !important;
    padding-right: 9.6rem !important;
  }
  .c-pcpy24 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }
  .c-pcm25 {
    margin: 10rem !important;
  }
  .c-pcmt25 {
    margin-top: 10rem !important;
  }
  .c-pcmr25 {
    margin-right: 10rem !important;
  }
  .c-pcmb25 {
    margin-bottom: 10rem !important;
  }
  .c-pcml25 {
    margin-left: 10rem !important;
  }
  .c-pcmx25 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .c-pcmy25 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .c-pcp25 {
    padding: 10rem !important;
  }
  .c-pcpt25 {
    padding-top: 10rem !important;
  }
  .c-pcpr25 {
    padding-right: 10rem !important;
  }
  .c-pcpb25 {
    padding-bottom: 10rem !important;
  }
  .c-pcpl25 {
    padding-left: 10rem !important;
  }
  .c-pcpx25 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .c-pcpy25 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .c-pcm {
    margin: auto !important;
  }
  .c-pcmt {
    margin-top: auto !important;
  }
  .c-pcmr {
    margin-right: auto !important;
  }
  .c-pcmb {
    margin-bottom: auto !important;
  }
  .c-pcml {
    margin-left: auto !important;
  }
  .c-pcmx {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .c-pcmy {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .c-pcp {
    padding: auto !important;
  }
  .c-pcpt {
    padding-top: auto !important;
  }
  .c-pcpr {
    padding-right: auto !important;
  }
  .c-pcpb {
    padding-bottom: auto !important;
  }
  .c-pcpl {
    padding-left: auto !important;
  }
  .c-pcpx {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .c-pcpy {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .c-pcw0 {
    width: 0% !important;
  }
  .c-pcw4 {
    width: 4% !important;
  }
  .c-pcw8 {
    width: 8% !important;
  }
  .c-pcw12 {
    width: 12% !important;
  }
  .c-pcw16 {
    width: 16% !important;
  }
  .c-pcw20 {
    width: 20% !important;
  }
  .c-pcw24 {
    width: 24% !important;
  }
  .c-pcw28 {
    width: 28% !important;
  }
  .c-pcw32 {
    width: 32% !important;
  }
  .c-pcw36 {
    width: 36% !important;
  }
  .c-pcw40 {
    width: 40% !important;
  }
  .c-pcw44 {
    width: 44% !important;
  }
  .c-pcw48 {
    width: 48% !important;
  }
  .c-pcw52 {
    width: 52% !important;
  }
  .c-pcw56 {
    width: 56% !important;
  }
  .c-pcw60 {
    width: 60% !important;
  }
  .c-pcw64 {
    width: 64% !important;
  }
  .c-pcw68 {
    width: 68% !important;
  }
  .c-pcw72 {
    width: 72% !important;
  }
  .c-pcw76 {
    width: 76% !important;
  }
  .c-pcw80 {
    width: 80% !important;
  }
  .c-pcw84 {
    width: 84% !important;
  }
  .c-pcw88 {
    width: 88% !important;
  }
  .c-pcw92 {
    width: 92% !important;
  }
  .c-pcw96 {
    width: 96% !important;
  }
  .c-pcw100 {
    width: 100% !important;
  }
  .c-pcem1 {
    width: 1em !important;
  }
  .c-pcem2 {
    width: 2em !important;
  }
  .c-pcem3 {
    width: 3em !important;
  }
  .c-pcem4 {
    width: 4em !important;
  }
  .c-pcem5 {
    width: 5em !important;
  }
  .c-pcem6 {
    width: 6em !important;
  }
  .c-pcem7 {
    width: 7em !important;
  }
  .c-pcem8 {
    width: 8em !important;
  }
  .c-pcem9 {
    width: 9em !important;
  }
  .c-pcem10 {
    width: 10em !important;
  }
  .c-pcem11 {
    width: 11em !important;
  }
  .c-pcem12 {
    width: 12em !important;
  }
  .c-pcem13 {
    width: 13em !important;
  }
  .c-pcem14 {
    width: 14em !important;
  }
  .c-pcem15 {
    width: 15em !important;
  }
  .c-pcem16 {
    width: 16em !important;
  }
  .c-accordion.-skin01 > dt ~ dt {
    margin-top: 1.6rem;
  }
  .c-accordion.-skin02 {
    border: 0;
    background-color: transparent;
  }
  .c-accordion.-skin02 > dt {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
  }
  .c-accordion.-skin02 > dd {
    padding: 1.6rem;
    border-top: 0;
  }
  .c-tab.-skin02 .c-tabMenu {
    gap: 16px;
    margin-bottom: 1.5rem;
  }
  .c-tab.-skin02 .c-tabMenu > button {
    padding: 1.6rem;
    font-size: 1.6rem;
  }
  .c-tab.-skin02 .c-tabMenu > button.is-current {
    position: relative;
  }
  .c-tab.-skin02 .c-tabMenu > button.is-current:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -2rem;
    height: 2rem;
  }
  .c-tab.-skin02 .c-tabBox {
    padding: 2.4rem 1.6rem;
    border-radius: 8px;
    background-color: #fff;
  }
  .c-tab.-skin02 .c-tabBox__bottom {
    margin: 4rem -1.6rem -2.4rem;
    padding: 3.2rem 1.6rem;
    background-color: #F7F7F7;
    border-radius: 0 0 8px 8px;
  }
  .c-modalWrap {
    top: 83px;
    border-top: 1px solid #ddd;
  }
  .l-container {
    padding-top: 8.3rem;
    background: #f7f7f7;
  }
  .l-container-entry {
    background: linear-gradient(93deg, rgb(121 178 255 / 80%) 0%, rgb(11 125 232 / 66%) 100.95%);
  }
  .l-wrapper {
    width: 91.66%;
  }
  .l-wrapper.-narrow, .l-wrapper.-wide {
    width: 91.66%;
  }
  .l-header {
    height: 8.3rem;
    padding: 2.4rem 2.4rem 1.6rem;
  }
  .l-header__logo img {
    width: 10rem;
  }
  .l-topicpath {
    margin-bottom: 4rem;
    padding: 1.6rem 0 1.6rem 2.4rem;
  }
  .l-contentGrid {
    display: grid;
    grid-template-columns: 1fr 32.2695035461%;
    grid-template-areas: "main aside";
    gap: 2.4rem;
    margin-bottom: 8rem;
  }
  .l-contentGrid__main {
    grid-area: main;
    padding-bottom: 0;
  }
  .l-contentGrid__aside {
    grid-area: aside;
  }
  .l-contentGrid .c-contentBlock__body {
    padding: 2.4rem 3.6rem 3.6rem;
  }
  .l-contentGrid .c-contentBlock__body .c-headingM {
    margin-bottom: 2.4rem;
  }
  .l-fixedBtm {
    padding: 2.4rem;
  }
  .l-footer {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .l-footer__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 48px 72px;
    width: 91.66%;
    max-width: 1024px;
    padding-left: 0;
    padding-right: 0;
  }
  .l-footer__col01 {
    grid-row: 1/4;
    grid-column: 1/2;
  }
  .l-footer__col02 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .l-footer__col03 {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .l-footer__col04 {
    grid-row: 3/4;
    grid-column: 2/3;
  }
  .l-footer__primaryNav {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .l-footer__secondaryNav {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    padding-left: 0;
  }
  .l-footer__copy {
    text-align: right;
  }
  :where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + p {
    margin-top: 2.4rem;
  }
  :where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + .c-headline.-bg {
    margin-top: 4.8rem;
  }
  :where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + table {
    margin-top: 4.8rem;
  }
  .p-tutorial {
    background: #fff;
  }
  .mv-wrap {
    padding-top: 0;
  }
  .mv-wrap .l-wrapper {
    display: grid;
    max-width: 842px;
  }
  .mv-title {
    margin-bottom: 2.4rem;
  }
  .mv-title img {
    width: 100%;
  }
  .mv-titleWrap {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 320px;
    padding-top: 5.6rem;
    z-index: 2;
  }
  .mv-title .c-headingM {
    font-size: 2.4rem;
    white-space: nowrap;
  }
  .mv-map {
    grid-column: 1/2;
    grid-row: 1/2;
    z-index: 1;
    min-height: 562px;
    padding-top: 12rem;
    padding-bottom: 2.4rem;
    background-size: 73.63% auto;
    background-position: center bottom;
  }
  .mv-map .c-btnList {
    max-width: 442px;
    margin-left: auto;
  }
  .mv-totalNum {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .topFiltering-wrap.-primary {
    padding-bottom: 8rem;
  }
  .topFiltering-wrap.-primary .c-headline.-white {
    margin-bottom: 2.4rem;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
  .topFiltering-wrap.-primary .c-btnList {
    gap: 2.4rem;
  }
  .topFiltering-wrap.-secondary {
    padding-top: 10rem;
  }
  .job-grid {
    display: grid;
    grid-template-columns: 49.1017964072% 1fr;
    gap: 2.4rem;
    margin-top: 2.4rem;
  }
  .job-grid .job-summary {
    margin-top: 0;
  }
  .job-grid .job-summary > dt {
    text-align: center;
  }
  .job-grid .job-summary > dt:nth-of-type(n+2) {
    font-size: 2rem;
  }
  .job-grid .job-summary > dt {
    padding-top: 0;
  }
  .searchCriteria-block {
    justify-content: space-between;
    flex-direction: row;
    align-items: end;
    width: calc(100% - 38.8rem);
  }
  .searchCriteria-block__sort {
    width: 280px;
  }
  .searchCriteria-changeBlock {
    position: static;
    display: block;
    background-color: transparent;
  }
  .searchCriteria-changeBlock__grid {
    width: 91.66%;
    max-width: 1128px;
    height: calc(100vh - 83px);
    margin-left: auto;
    margin-right: auto;
  }
  .searchCriteria-changeBlock__header {
    gap: 2.4rem;
    height: auto;
    border-bottom: 0;
    margin-bottom: 0;
    padding: 2.4rem 0;
  }
  .searchCriteria-changeBlock__header .c-link {
    font-size: 1.6rem;
  }
  .searchCriteria-changeBlock__title {
    font-size: 2rem;
  }
  .searchCriteria-changeBlock__body {
    margin-bottom: 3.6rem;
    padding: 3.6rem;
    border: 1px solid #ddd;
    border-radius: 8px;
  }
  .searchCriteria-changeBlock__bottom {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .searchCriteria-changeBlock__initialScreen {
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
  }
  .searchCriteria-changeBlock__initialScreen .searchCriteria-changeBlock__grid {
    width: 100%;
    height: auto;
  }
  .searchCriteria-changeBlock__initialScreen .searchCriteria-changeBlock__header {
    background-color: #F7F7F7;
    width: 100%;
    padding: 1.6rem 2.4rem;
  }
  .searchCriteria-changeBlock__initialScreen .searchCriteria-changeBlock__title {
    justify-content: center;
    font-size: 1.6rem;
  }
  .searchCriteria-changeBlock__initialScreen .searchCriteria-changeBlock__body {
    position: static;
    overflow: visible;
    width: auto;
    padding: 2.4rem 0 0 0;
    border: none;
  }
  .searchCriteria-changeBlock__initialScreen .searchCriteria-changeBlock__bottom {
    position: static;
  }
  .searchCriteria-changeBlock > [class*=searchCriteria-changeBlock__]:not(.searchCriteria-changeBlock__initialScreen) {
    top: 83px;
    border-top: 1px solid #ddd;
  }
  .searchCriteria-areaList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .searchCriteria-areaList > li + li {
    border-top: 0;
  }
  .c-accordion.-skin01 > dd > .searchCriteria-areaList {
    border: 0;
  }
  .c-accordion.-skin02 > dd > .searchCriteria-areaList {
    margin-top: -0.8rem;
  }
  .keepList-grid {
    grid-template-columns: minmax(0, 28.4090909091%) 1fr;
  }
  .keepList-grid .c-headingM {
    margin-bottom: 2.4rem;
  }
  .keepList-grid .job-summary {
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    gap: 0.2rem 0.8rem;
  }
  .keepList-grid .job-summary dd {
    padding-top: 4px;
  }
  .keepList-grid .c-pcflex {
    align-items: flex-start;
  }
  .keepList-grid .c-btnWrap {
    width: 200px;
  }
  .keepList-grid .c-btnWrap .c-btnWhite {
    display: block;
    width: 100%;
    text-align: center;
  }
  .detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 48.0620155039%) 1fr;
    gap: 4.8rem;
    margin-left: 0;
    margin-right: 0;
  }
}
/* #Print Fixes */
@media print {
  * {
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 1cm 1cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  body {
    width: auto;
    -webkit-print-color-adjust: exact;
  }
}
