/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio:not([controls]) {
  display: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border-style: none;
  cursor: pointer;
  background-color: transparent;

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: 2.7777vw;
}
@media (min-width: 768px) {
  html {
    font-size: 0.694444vw;
  }
}

body {
  overflow-x: clip;
  background-color: #fff;
  word-wrap: break-word;
  color: #3e3e3e;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6875;

  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: #3e3e3e;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text;
    text-decoration: none;
  }
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-up-sm {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .u-hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1023.98px) {
  .u-hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-down-lg {
  display: none !important;
  visibility: hidden;
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 767.98px) {
  .u-sm_mt0 {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .u-lg_mt0 {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt4 {
    margin-top: 0.4rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt4 {
    margin-top: 0.4rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt5 {
    margin-top: 0.5rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt5 {
    margin-top: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt8 {
    margin-top: 0.8rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt8 {
    margin-top: 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt10 {
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt10 {
    margin-top: 1rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt12 {
    margin-top: 1.2rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt12 {
    margin-top: 1.2rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt15 {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt15 {
    margin-top: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt16 {
    margin-top: 1.6rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt16 {
    margin-top: 1.6rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt20 {
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt20 {
    margin-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt24 {
    margin-top: 2.4rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt24 {
    margin-top: 2.4rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt25 {
    margin-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt25 {
    margin-top: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt28 {
    margin-top: 2.8rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt28 {
    margin-top: 2.8rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt30 {
    margin-top: 3rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt30 {
    margin-top: 3rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt32 {
    margin-top: 3.2rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt32 {
    margin-top: 3.2rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt35 {
    margin-top: 3.5rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt35 {
    margin-top: 3.5rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt36 {
    margin-top: 3.6rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt36 {
    margin-top: 3.6rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt40 {
    margin-top: 4rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt40 {
    margin-top: 4rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt44 {
    margin-top: 4.4rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt44 {
    margin-top: 4.4rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt45 {
    margin-top: 4.5rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt45 {
    margin-top: 4.5rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt48 {
    margin-top: 4.8rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt48 {
    margin-top: 4.8rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt50 {
    margin-top: 5rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt50 {
    margin-top: 5rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt52 {
    margin-top: 5.2rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt52 {
    margin-top: 5.2rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt55 {
    margin-top: 5.5rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt55 {
    margin-top: 5.5rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt56 {
    margin-top: 5.6rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt56 {
    margin-top: 5.6rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt60 {
    margin-top: 6rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt60 {
    margin-top: 6rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt64 {
    margin-top: 6.4rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt64 {
    margin-top: 6.4rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt65 {
    margin-top: 6.5rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt65 {
    margin-top: 6.5rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt68 {
    margin-top: 6.8rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt68 {
    margin-top: 6.8rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt70 {
    margin-top: 7rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt70 {
    margin-top: 7rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt72 {
    margin-top: 7.2rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt72 {
    margin-top: 7.2rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt75 {
    margin-top: 7.5rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt75 {
    margin-top: 7.5rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt76 {
    margin-top: 7.6rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt76 {
    margin-top: 7.6rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt80 {
    margin-top: 8rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt80 {
    margin-top: 8rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt84 {
    margin-top: 8.4rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt84 {
    margin-top: 8.4rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt85 {
    margin-top: 8.5rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt85 {
    margin-top: 8.5rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt88 {
    margin-top: 8.8rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt88 {
    margin-top: 8.8rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt90 {
    margin-top: 9rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt90 {
    margin-top: 9rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt92 {
    margin-top: 9.2rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt92 {
    margin-top: 9.2rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt95 {
    margin-top: 9.5rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt95 {
    margin-top: 9.5rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt96 {
    margin-top: 9.6rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt96 {
    margin-top: 9.6rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt100 {
    margin-top: 10rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt100 {
    margin-top: 10rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt104 {
    margin-top: 10.4rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt104 {
    margin-top: 10.4rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt105 {
    margin-top: 10.5rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt105 {
    margin-top: 10.5rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt108 {
    margin-top: 10.8rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt108 {
    margin-top: 10.8rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt110 {
    margin-top: 11rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt110 {
    margin-top: 11rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt112 {
    margin-top: 11.2rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt112 {
    margin-top: 11.2rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt115 {
    margin-top: 11.5rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt115 {
    margin-top: 11.5rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt116 {
    margin-top: 11.6rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt116 {
    margin-top: 11.6rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt120 {
    margin-top: 12rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt120 {
    margin-top: 12rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt124 {
    margin-top: 12.4rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt124 {
    margin-top: 12.4rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt125 {
    margin-top: 12.5rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt125 {
    margin-top: 12.5rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt128 {
    margin-top: 12.8rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt128 {
    margin-top: 12.8rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt130 {
    margin-top: 13rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt130 {
    margin-top: 13rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt132 {
    margin-top: 13.2rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt132 {
    margin-top: 13.2rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt135 {
    margin-top: 13.5rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt135 {
    margin-top: 13.5rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt136 {
    margin-top: 13.6rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt136 {
    margin-top: 13.6rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt140 {
    margin-top: 14rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt140 {
    margin-top: 14rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt144 {
    margin-top: 14.4rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt144 {
    margin-top: 14.4rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt145 {
    margin-top: 14.5rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt145 {
    margin-top: 14.5rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt148 {
    margin-top: 14.8rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt148 {
    margin-top: 14.8rem;
  }
}

@media (max-width: 767.98px) {
  .u-sm_mt150 {
    margin-top: 15rem;
  }
}

@media (min-width: 768px) {
  .u-lg_mt150 {
    margin-top: 15rem;
  }
}

.u-uppercase {
  text-transform: uppercase !important;
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
* main.css
*
*/
.trk-cvLink {
  display: block;
  overflow: hidden;
  position: relative;
  border: 2px solid #c36c00;
  border-radius: 0.8rem;
  width: 100%;
  background-color: #dc7a00;

  -moz-column-gap: 2.5rem;

       column-gap: 2.5rem;
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .trk-cvLink {
    box-shadow: 0.3rem 0.3rem 0 0 rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 768px) {
  .trk-cvLink:focus::before {
    transform: translateX(66.66666%);
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .trk-cvLink:hover::before {
    transform: translateX(66.66666%);
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .trk-cvLink:hover::before {
    transform: translateX(66.66666%);
  }
}
.trk-cvLink::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 300%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: linear-gradient(268deg, #dc7a00 0%, #dc7a00 33%, #d16100 66%, #d16100 100%);
}
.trk-cvLink > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  padding: 2rem 3.6rem 2.1rem 2.4rem;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0.04em;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 768px) {
  .trk-cvLink > span {
    min-height: 7rem;
  }
}
@media (max-width: 767.98px) {
  .trk-cvLink > span {
    padding: 1rem 2.6rem 1.2rem 1.4rem;
    min-height: 6.6rem;
    text-align: center;
    letter-spacing: 0.01em;
    font-size: 1.8rem;
    line-height: 1.3;

    -moz-column-gap: 1.6rem;

         column-gap: 1.6rem;
  }
}

.trk-cvLink_icon {
  position: absolute;
  top: -0.2rem;
  right: 2.6rem;
  bottom: 0;
  margin: auto;
  width: 0.8rem;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 0;
}
@media (max-width: 767.98px) {
  .trk-cvLink_icon {
    right: 2.1rem;
    width: 0.8rem;
  }
}
.trk-cvLink_icon img {
  width: 100%;
}
.trk-cvLink--anchor .trk-cvLink_icon {
  transform: rotate(90deg);
  transform-origin: center;
}

.trk-fw-bold {
  font-weight: bold;
}

.trk-fixedCv {
  position: fixed;
  z-index: 20;
  right: 2rem;
  bottom: 2rem;
  left: auto;
  width: 28.2rem;
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media (max-width: 767.98px) {
  .trk-fixedCv {
    right: 0;
    bottom: 1rem;
    left: 0;
    margin: auto;
    width: 34.5rem;
  }
}

.trk-header {
  position: relative;
  padding: 2rem 7.7rem;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .trk-header {
    padding: 1rem 1.6rem;
  }
}

.trk-header_logo {
  display: inline-block;
  z-index: 2;
  width: 12rem;
}
@media (max-width: 767.98px) {
  .trk-header_logo {
    width: 6rem;
  }
}
.trk-header_logo path {
  fill: #02358b;
}

.trk-main {
  background-color: #0457cd;
}

.trk-kv {
  position: relative;
  padding: 3rem 3rem 2.7rem;
  background-image: linear-gradient(90deg, #377de0 20%, rgba(27, 144, 218, 0.2) 20%, rgba(27, 144, 218, 0.2) 40%, #377de0 40%, #377de0 60%, rgba(27, 144, 218, 0.2) 60%, rgba(27, 144, 218, 0.2) 80%, #377de0 80%, #377de0 100%);
}
@media (max-width: 767.98px) {
  .trk-kv {
    padding: 1.6rem 1.6rem 4rem;
    background-image: linear-gradient(90deg, #377de0 33.333%, rgba(27, 144, 218, 0.2) 33.333%, rgba(27, 144, 218, 0.2) 66.666%, #377de0 66.666%, #377de0 100%);
  }
}
.trk-kv::before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 32rem;
  background-color: #0457cd;
}

.trk-kv_visual {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 3.9rem;
  padding-bottom: 2.4rem;
  border-radius: 3rem;
  background: #fff url("../img/kv_bg_lg.png") no-repeat center/cover;
}
@media (max-width: 767.98px) {
  .trk-kv_visual {
    padding-top: 10.7rem;
    padding-bottom: 9.6rem;
    border-radius: 2rem;
    background-image: url("../img/kv_bg_sm.png");
  }
}

.trk-kv_ttl {
  position: relative;
  left: -0.5rem;
  margin: auto;
  width: 69.6rem;
}
@media (max-width: 767.98px) {
  .trk-kv_ttl {
    left: 0.4rem;
    width: 30.2rem;
  }
}
.trk-kv_ttl img {
  width: 100%;
}

.trk-kv_present {
  position: relative;
  left: 2.2rem;
  margin: 1rem auto 0;
  width: 70rem;
}
@media (max-width: 767.98px) {
  .trk-kv_present {
    left: 0;
    margin-top: 0.6rem;
    width: 100%;
  }
}
.trk-kv_present img {
  width: 100%;
}

.trk-kv_date {
  position: relative;
  z-index: 1;
  margin: 1.4rem auto 0;
  width: 94.8rem;
}
@media (max-width: 767.98px) {
  .trk-kv_date {
    margin-top: 2.3rem;
    width: 32.8rem;
  }
}
.trk-kv_date img {
  width: 100%;
}

.trk-conts {
  position: relative;
  padding-bottom: 6.4rem;
}
@media (max-width: 767.98px) {
  .trk-conts {
    padding-bottom: 2.4rem;
  }
}
.trk-conts::before {
  content: "";
  display: block;
  position: absolute;
  top: -15rem;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  width: 100%;
  height: calc(100% + 15rem);
  background: url("../img/bg_deco_lg.svg") repeat-y top center/100% auto;
}
@media (max-width: 767.98px) {
  .trk-conts::before {
    background-image: url("../img/bg_deco_sm.png");
  }
}

.trk-whiteBox {
  position: relative;
  margin: auto;
  padding: 5.4rem 5.7rem;
  border-radius: 3rem;
  width: 101.4rem;
  background: linear-gradient(to bottom, #fff, #ebf0ff 60rem, #ebf0ff 100%);
}
@media (max-width: 767.98px) {
  .trk-whiteBox {
    padding: 3.2rem 1.5rem;
    border-radius: 2rem;
    width: 33rem;
  }
}

.trk-about_slash {
  position: relative;
  left: 1rem;
  margin: auto;
  width: 67rem;
}
@media (max-width: 767.98px) {
  .trk-about_slash {
    left: -0.7rem;
    width: 31.5rem;
  }
}
.trk-about_slash img {
  width: 100%;
}

.trk-about_ttl {
  position: relative;
  left: 1rem;
  margin: -1rem auto 0;
  width: 83.1rem;
}
@media (max-width: 767.98px) {
  .trk-about_ttl {
    left: 0;
    margin-top: 1.1rem;
    width: 29.6rem;
  }
}
.trk-about_ttl img {
  width: 100%;
}

.trk-about_gift_wrapper {
  position: relative;
}

.trk-about_deco {
  position: absolute;
  z-index: 1;
  top: -11.7rem;
  left: -13.5rem;
  width: 117.2rem;
}
@media (max-width: 767.98px) {
  .trk-about_deco {
    top: -8.8rem;
    left: -3rem;
    width: 36rem;
  }
}
.trk-about_deco img {
  width: 100%;
}

.trk-about_giftList {
  display: grid;
  position: relative;
  z-index: 2;
  margin-top: 2.4rem;

  grid-template-columns: repeat(2, 1fr);
  gap: 2.2rem;
}
@media (max-width: 767.98px) {
  .trk-about_giftList {
    grid-template-columns: 1fr;
    gap: 2.9rem;
  }
}
.trk-about_giftList li {
  filter: drop-shadow(0.4rem 0.8rem 0.8rem rgba(3, 62, 145, 0.15));
}
.trk-about_giftList img {
  width: 100%;
}

.trk-about_prodList_wrapper {
  margin-top: 7.3rem;
  padding-bottom: 4rem;
  border: 2px solid #c0cdf4;
  border-radius: 1rem;
  background: linear-gradient(to bottom, #f3f7ff, #dfe9ff 18rem, #dfe9ff 100%);
}
@media (max-width: 767.98px) {
  .trk-about_prodList_wrapper {
    margin-top: 2.7rem;
    padding-top: 3rem;
    padding-bottom: 3.3rem;
  }
}

.trk-about_prodList {
  display: grid;
  align-items: end;
  justify-content: center;
  margin: -2.3rem auto 0;
  width: 72.3rem;

  row-gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767.98px) {
  .trk-about_prodList {
    margin-top: 0;
    width: 100%;

    grid-template-columns: repeat(2, 11.5rem);
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 2.3rem;
  }
}
.trk-about_prodList > dt {
  align-self: center;
  position: relative;
  top: 1.4rem;
  left: 4rem;
  width: 10.4rem;
}
@media (max-width: 767.98px) {
  .trk-about_prodList > dt {
    top: auto;
    left: auto;
    margin: auto;
    padding-bottom: 1.9rem;
    width: 10.4rem;

    grid-column: 1/3;
  }
}
.trk-about_prodList img {
  width: 100%;
}

.trk-about_prodItem {
  position: relative;
  width: 13.2rem;
}
@media (max-width: 767.98px) {
  .trk-about_prodItem {
    width: 100%;
  }
}
.trk-about_prodItem img {
  width: 100%;
}
.trk-about_prodItem.trk-about_prodItem--new {
  width: 15.2rem;
}
@media (max-width: 767.98px) {
  .trk-about_prodItem.trk-about_prodItem--new {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .trk-about_prodItem:first-of-type {
    left: 1.8rem;
  }
}
@media (min-width: 768px) {
  .trk-about_prodItem:nth-of-type(2) {
    left: 0.4rem;
  }
}
@media (min-width: 768px) {
  .trk-about_prodItem:nth-of-type(3) {
    left: 1rem;
  }
}
@media (min-width: 768px) {
  .trk-about_prodItem:nth-of-type(4) {
    left: -0.1rem;
  }
}
@media (min-width: 768px) {
  .trk-about_prodItem:nth-of-type(5) {
    left: 2.7rem;
  }
}
@media (min-width: 768px) {
  .trk-about_prodItem:nth-of-type(6) {
    left: 3.8rem;
  }
}
@media (min-width: 768px) {
  .trk-about_prodItem:nth-of-type(7) {
    left: 4.7rem;
  }
}

.trk-about_prodNewIcon {
  position: absolute;
  right: -0.8rem;
  bottom: 4.5rem;
  width: 5.1rem;
}
@media (max-width: 767.98px) {
  .trk-about_prodNewIcon {
    right: 0;
    bottom: 2.6rem;
    width: 3.5rem;
  }
}
.trk-about_prodNewIcon img {
  width: 100%;
}

.trk-features {
  overflow: hidden;
  margin-top: 5.4rem;
  border-radius: 1rem;
}
@media (max-width: 767.98px) {
  .trk-features {
    margin-top: 2.8rem;
  }
}

.trk-features_ttl_wrapper {
  padding: 2.3rem 2rem;
  background-color: #173180;
}
@media (max-width: 767.98px) {
  .trk-features_ttl_wrapper {
    padding: 2.4rem 1.3rem;
  }
}

.trk-features_ttl {
  margin: auto;
  width: 69.9rem;
}
@media (max-width: 767.98px) {
  .trk-features_ttl {
    width: 100%;
  }
}
.trk-features_ttl img {
  width: 100%;
}

.trk-features_list {
  background-color: #fff;
}
.trk-features_list li {
  border-top: 1px solid #173180;
}
.trk-features_list li:first-of-type {
  border-top: none;
}

.trk-features_item {
  display: grid;
  align-items: center;
  color: #054092;

  grid-template-columns: auto 40rem;
}
@media (max-width: 767.98px) {
  .trk-features_item {
    padding-top: 2.4rem;

    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .trk-features_item.trk-features_item--rev {
    grid-template-columns: 40rem auto;
  }
}

.trk-features_point {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  position: relative;
  border: 2px solid #173180;
  border-radius: 999px;
  width: -moz-fit-content;
  width: fit-content;
  width: 11rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.1;

  aspect-ratio: 1/1;
}
@media (max-width: 767.98px) {
  .trk-features_point {
    width: 8rem;
    font-size: 1rem;
  }
}
.trk-features_point > span {
  margin-top: 0.3rem;
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .trk-features_point > span {
    font-size: 1.6rem;
  }
}
.trk-features_point > i {
  position: absolute;
  top: -0.9rem;
  right: 0.6rem;
  width: 4.2rem;
}
@media (max-width: 767.98px) {
  .trk-features_point > i {
    top: -0.7rem;
    right: 0.5rem;
    width: 3rem;
  }
}
.trk-features_point > i img {
  width: 100%;
}

.trk-features_itemConts {
  display: inline-flex;
  align-items: center;
  padding-left: 5rem;

  -moz-column-gap: 2.4rem;

       column-gap: 2.4rem;
}
@media (max-width: 767.98px) {
  .trk-features_itemConts {
    padding-inline: 1.6rem;
  }
}
@media (min-width: 768px) {
  .trk-features_item--rev .trk-features_itemConts {
    padding-left: 6rem;
  }
}

.trk-features_itemTxtArea {
  position: relative;
  top: -0.5rem;
}
@media (max-width: 767.98px) {
  .trk-features_itemTxtArea {
    top: 0;
  }
}

.trk-features_itemTtl {
  letter-spacing: 0.02em;
  font-size: 3.2rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .trk-features_itemTtl {
    letter-spacing: 0.09em;
    font-size: 2.1rem;
  }
}

.trk-features_itemTxt {
  margin-top: 0.7rem;
  letter-spacing: 0.02em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .trk-features_itemTxt {
    font-size: 1.6rem;
  }
}

@media (max-width: 767.98px) {
  .trk-features_itemImg {
    grid-column: 1/3;
  }
}
@media (min-width: 768px) {
  .trk-features_item--rev .trk-features_itemImg {
    order: -1;
  }
}
.trk-features_itemImg img {
  width: 100%;
}

.trk-flow {
  overflow: hidden;
  margin-top: 5.4rem;
  padding-bottom: 6.5rem;
  border-radius: 1rem;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .trk-flow {
    margin-top: 3rem;
    padding-bottom: 3.2rem;
  }
}

.trk-flow_ttl_wrapper {
  padding: 3.3rem 2rem;
  background-color: #173180;
}
@media (max-width: 767.98px) {
  .trk-flow_ttl_wrapper {
    padding: 3.1rem 1rem 3.2rem;
  }
}

.trk-flow_ttl {
  margin: auto;
  width: 39.7rem;
}
@media (max-width: 767.98px) {
  .trk-flow_ttl {
    width: 13.4rem;
  }
}
.trk-flow_ttl img {
  width: 100%;
}

.trk-flowProd {
  margin-top: 3.2rem;
}
@media (max-width: 767.98px) {
  .trk-flowProd {
    margin-top: 3.3rem;
  }
}

.trk-flowProd_ttl {
  margin: auto;
  width: 10.4rem;
}
.trk-flowProd_ttl img {
  width: 100%;
}

.trk-flowProd_list {
  display: flex;
  justify-content: center;
  margin-top: 4rem;

  -moz-column-gap: 3.2rem;

       column-gap: 3.2rem;
  padding-inline: 2rem;
}
@media (max-width: 767.98px) {
  .trk-flowProd_list {
    display: grid;
    margin-top: 3.2rem;
    padding: 0;

    grid-template-columns: repeat(2, 11.2rem);
    row-gap: 1.5rem;
  }
}

.trk-flowProd_item {
  position: relative;
  width: 8.8rem;
  text-align: center;
  color: #033e91;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .trk-flowProd_item {
    width: 100%;
    font-size: 1.2rem;
  }
}
.trk-flowProd_item figure {
  position: relative;
}
.trk-flowProd_item figure img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .trk-flowProd_item figure img {
    margin: auto;
    width: 8.8rem;
  }
}
.trk-flowProd_item figcaption {
  margin-top: 1rem;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  .trk-flowProd_item:nth-of-type(7) {
    margin-top: 1.5rem;
  }
}

.trk-flowProd_itemNewIcon {
  position: absolute;
  top: -2.4rem;
  left: -1.4rem;
  width: 4.6rem;
}
@media (max-width: 767.98px) {
  .trk-flowProd_itemNewIcon {
    top: -1.8rem;
    left: -0.6rem;
  }
}
.trk-flowProd_itemNewIcon img {
  width: 100%;
}

.trk-flowTerms {
  margin-top: 4.2rem;

  padding-inline: 4rem;
}
@media (max-width: 767.98px) {
  .trk-flowTerms {
    margin-top: 5.3rem;

    padding-inline: 2.2rem;
  }
}

.trk-flowTerms_ttl {
  margin: auto;
  width: 10.4rem;
}
.trk-flowTerms_ttl img {
  width: 100%;
}

.trk-flowTerms_txt {
  margin-top: 1.6rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.62;
}
@media (max-width: 767.98px) {
  .trk-flowTerms_txt {
    margin-top: 1.5rem;
    text-align: left;
    letter-spacing: 0.02em;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

.trk-flowDetails {
  margin-top: 6.4rem;

  padding-inline: 4rem;
}
@media (max-width: 767.98px) {
  .trk-flowDetails {
    margin-top: 2.3rem;

    padding-inline: 2.2rem;
  }
}

.trk-flowDetails_ttl {
  margin: auto;
  width: 10.4rem;
}
.trk-flowDetails_ttl img {
  width: 100%;
}

.trk-flowDetails_lead {
  margin-top: 3.1rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 130%;
}
@media (min-width: 768px) {
  .trk-flowDetails_lead {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .trk-flowDetails_lead {
    margin-top: 1.6rem;
    letter-spacing: 0.02em;
    font-size: 1.6rem;
  }
}

.trk-flowDetails_conts {
  margin-top: 3.4rem;
}
.trk-flowDetails_conts dt {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #5b5b5b;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 155%;
}
@media (max-width: 767.98px) {
  .trk-flowDetails_conts dt {
    font-size: 1.8rem;
  }
}
.trk-flowDetails_conts dt + dd {
  margin-top: 2rem;
}
.trk-flowDetails_conts dd {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 767.98px) {
  .trk-flowDetails_conts dd {
    letter-spacing: 0.02em;
    font-size: 1.4rem;
    line-height: 130%;
  }
}
.trk-flowDetails_conts dd a {
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  text-decoration: underline;
  color: #033e91;
  font-weight: 500;

  text-underline-offset: 2px;
}
@media (min-width: 768px) {
  .trk-flowDetails_conts dd a {
    text-decoration-thickness: 0.05em;
  }
}
@media (min-width: 768px) {
  .trk-flowDetails_conts dd a:focus {
    opacity: 0.7;
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .trk-flowDetails_conts dd a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .trk-flowDetails_conts dd a:hover {
    opacity: 0.7;
  }
}
.trk-flowDetails_conts dd.trk-flowDetails_noindent {
  padding-left: 0;
  text-indent: 0;
}
.trk-flowDetails_conts > div + div {
  margin-top: 3.4rem;
}
@media (max-width: 767.98px) {
  .trk-flowDetails_conts > div + div {
    margin-top: 3.2rem;
  }
}

.trk-flowDetails_conditions dd {
  padding-left: 2.2em;
  text-indent: -2.2em;
}

@media (max-width: 767.98px) {
  .trk-flowDetails_contact dd + dd {
    margin-top: 1.8rem;
  }
}

.trk-flowCta {
  margin: 4rem auto 0;
  padding: 3.6rem 4rem 3rem;
  border-radius: 1rem;
  width: 82rem;
  background-color: #eaf0ff;
}
@media (max-width: 767.98px) {
  .trk-flowCta {
    margin-top: 2.4rem;
    padding: 3.2rem 1.2rem 3rem;
    width: 25.6rem;
  }
}

.trk-flowCta_ttl {
  position: relative;
  left: -0.4rem;
  margin: auto;
  width: 36rem;
}
@media (max-width: 767.98px) {
  .trk-flowCta_ttl {
    left: 0;
    width: 21.1rem;
  }
}
.trk-flowCta_ttl img {
  width: 100%;
}

.trk-flowCta_btnList {
  display: grid;
  margin-top: 1.8rem;

  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2.2rem;
       column-gap: 2.2rem;
}
@media (max-width: 767.98px) {
  .trk-flowCta_btnList {
    margin-top: 3.5rem;

    grid-template-columns: 1fr;
    row-gap: 1.8rem;
  }
}

.trk-footBnr {
  background-color: #fff;
}

.trk-footBnrList {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  max-width: 101.5rem;
}
@media (max-width: 767.98px) {
  .trk-footBnrList {
    display: grid;
    padding: 6.4rem 1.6rem;

    gap: 4.5rem;
  }
}
.trk-footBnrList li {
  width: 16.7rem;
}
@media (max-width: 767.98px) {
  .trk-footBnrList li {
    width: 100%;
  }
}
.trk-footBnrList li img {
  width: 100%;
}
.trk-footBnrList a {
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media (min-width: 768px) {
  .trk-footBnrList a:focus {
    opacity: 0.8;
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .trk-footBnrList a:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .trk-footBnrList a:hover {
    opacity: 0.8;
  }
}

.trk-footBnr_txt {
  margin-bottom: 1.7rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 767.98px) {
  .trk-footBnr_txt {
    letter-spacing: 0.028em;
    font-size: 1.4rem;
    line-height: 130%;
  }
}

.p-footer {
  position: relative;
  background-color: #0b163e;
  color: #fff;
}

.p-footer_inner {
  display: grid;
  align-items: center;
  padding: 3rem 8rem 3.2rem;

  grid-template-columns: auto 1fr auto auto;
}
@media (max-width: 767.98px) {
  .p-footer_inner {
    padding: 6rem 2rem 3.2rem;

    grid-template-columns: auto 1fr;
  }
}

.p-footer_ttl {
  font-size: 1.4rem;
  font-weight: 400;
}

.p-footSns_lists {
  display: inline-flex;
  align-items: center;
  margin-left: 3.4rem;

  -moz-column-gap: 3.2rem;

       column-gap: 3.2rem;
}
@media (max-width: 767.98px) {
  .p-footSns_lists {
    margin-left: 3.2rem;
  }
}

.p-footSns_link {
  display: inline-block;
}
.p-footSns_link svg {
  display: inline-flex;
  width: 3.2rem;
}
.p-footSns_link svg path {
  fill: #fff;
}

.p-footLinks_link {
  color: #fff;
}

.p-footLinks_lists {
  display: inline-flex;
  align-items: center;

  -moz-column-gap: 3.2rem;

       column-gap: 3.2rem;
}
@media (max-width: 767.98px) {
  .p-footLinks_lists {
    display: grid;
    margin-top: 4.8rem;

    row-gap: 3.2rem;
    grid-row: 2/3;
    grid-column: 1/3;
  }
}

.p-foot_copy {
  margin-left: 3.2rem;
  font-size: 1.2rem;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .p-foot_copy {
    margin-top: 4.8rem;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .p-footer_pagetop_wrapper {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.p-footer_pagetop {
  display: grid;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #e5eaee;
  width: 10rem;
  background-color: #fff;
  font-size: 1.2rem;

  place-content: center;
}
@media (min-width: 768px) {
  .p-footer_pagetop {
    margin-right: 5rem;
    margin-left: auto;
    height: 5.7rem;
  }
}
@media (max-width: 767.98px) {
  .p-footer_pagetop {
    padding: 1.2rem;
    width: 100%;
  }
}
.p-footer_pagetop img {
  width: 2rem;
}