@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* ---------- ---------- ---------- ---------- ---------- */
/* ress ---------------------------------------------------------------------------*/
/*!
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4; }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */ }

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */ }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden] {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */ }

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */ }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */ }

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not([fill]) {
  fill: currentColor; }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

*, *::before, *::after {
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6, a, ul, ol, dl, li, dt, dd, table, th, td, p, blockquote {
  margin: 0px;
  padding: 0px; }

img {
  border: none;
  vertical-align: bottom; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

html {
  scroll-behavior: smooth;
  font-size: 62.5%; }
  @media print, screen and (min-width: 769px) {
    html {
      scroll-padding-top: 80px; } }
  @media only screen and (max-width: 768px) {
    html {
      scroll-padding-top: 16.9082125604vw; } }

* {
  box-sizing: border-box; }

html, body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none; }

body {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.8;
  margin: 0px;
  color: #1D1E20;
  word-wrap: break-word;
  overflow-x: hidden;
  position: relative; }
  @media print, screen and (min-width: 769px) {
    body {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 3.8647342995vw; } }

a {
  color: #0987FF; }
  a:hover {
    text-decoration: none; }
  a.hover_img, a .hover_img {
    opacity: .7;
    transition: all .4s; }

img {
  max-width: 100%;
  height: auto; }
  @media only screen and (max-width: 768px) {
    img {
      max-width: 100%;
      height: auto; } }

.header {
  display: flex;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 10px 15px;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  text-align: left;
  height: 60px;
  /*.header-icon {
    @include mq-up() {
      display: none;
    }
    @include mq-down-md() {
      display: block;
      line-height: 0;
      cursor: pointer;
    }
    .material-icons {
      font-size: 40px;
      @include mq-down() {
        @include createVw(font-size,34);
      }
    }
  }*/ }
  @media only screen and (max-width: 768px) {
    .header {
      height: 12.077294686vw;
      padding: 2.4154589372vw 0vw 2.4154589372vw 2.4154589372vw; } }
  .header__logo {
    display: flex;
    align-items: center; }
    .header__logo-tkc {
      margin-right: 20px;
      background: url("/media_library/grhpcommon/images/logo_tkcnf.svg") no-repeat center/contain;
      aspect-ratio: 162/29;
      width: 162px; }
      @media only screen and (max-width: 768px) {
        .header__logo-tkc {
          margin-right: 2.4154589372vw;
          width: 24.154589372vw; } }
    .header__logo-tagline {
      font-size: 15px;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .header__logo-tagline {
          font-size: 2.8985507246vw; } }
      .header__logo-tagline a {
        text-decoration: none; }
  .header .header-nav {
    display: flex;
    column-gap: 1.5em; }
    .header .header-nav__list {
      display: flex;
      align-items: center;
      list-style: none;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .header .header-nav__list {
          top: 12.077294686vw;
          padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw; } }
      .header .header-nav__list-item {
        font-weight: 500;
        letter-spacing: .16em;
        font-size: 15px; }
        @media only screen and (max-width: 768px) {
          .header .header-nav__list-item {
            font-size: 3.8647342995vw; } }
        @media print, screen and (min-width: 769px) {
          .header .header-nav__list-item:not(:last-child) {
            margin-right: 15px; } }
        @media screen and (max-width: 1080px) {
          .header .header-nav__list-item:not(:last-child) {
            margin-right: 0; } }
    .header .header-nav__btn {
      height: 60px;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .header .header-nav__btn {
          height: 12.077294686vw; } }
      .header .header-nav__btn-item {
        height: 100%;
        display: flex;
        align-items: center;
        height: 100%;
        padding: 20px 60px;
        background: #11188F;
        text-decoration: none;
        color: #fff;
        transition: background .4s; }
        .header .header-nav__btn-item:hover {
          background: #1620bd; }
        @media only screen and (max-width: 768px) {
          .header .header-nav__btn-item {
            padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw; } }
  .header.is--top {
    background: none;
    transition: all .4s; }
    .header.is--top .header__logo-tkc {
      background-image: url("/media_library/grhpcommon/images/logo_tkcnf_white_mark.svg"); }
      @media print, screen and (min-width: 769px) {
        .header.is--top .header__logo-tkc {
          width: 218px; } }
  .header.is--scroll {
    box-shadow: 0 3px 6px rgba(29, 30, 32, 0.2);
    transition: all .4s; }

.breadcrumb {
  padding: 8px 15px;
  border-top: 1px solid #F5F5F5; }
  @media only screen and (max-width: 768px) {
    .breadcrumb {
      padding: 1.2077294686vw 3.6231884058vw 1.2077294686vw 3.6231884058vw; } }
  .breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
    line-height: 1.4; }
    @media only screen and (max-width: 768px) {
      .breadcrumb__list {
        font-size: 3.1400966184vw; } }
    .breadcrumb__list li:not(:last-child)::after {
      content: ">";
      margin: 0 4px;
      color: #1D1E20; }
    .breadcrumb__list li:last-child {
      font-weight: bold; }
      .breadcrumb__list li:last-child a {
        pointer-events: none;
        text-decoration: none; }
    .breadcrumb__list a {
      color: #39424B; }

.main {
  display: block; }
  @media print, screen and (min-width: 769px) {
    body:not(.finance-top) .main {
      margin-top: 60px; } }
  @media only screen and (max-width: 768px) {
    body:not(.finance-top) .main {
      margin-top: 12.077294686vw; } }
  @media screen and (min-width: 769px) and (max-width: 1080px) {
    .main::before {
      content: '';
      opacity: 0;
      display: none;
      position: fixed;
      background: rgba(0, 0, 0, 0.4);
      width: 100%;
      height: 100%;
      z-index: 5;
      transition: all .4s; } }
  @media screen and (min-width: 769px) and (max-width: 1080px) {
    .main.overlay::before {
      content: '';
      opacity: 1;
      display: block; } }

.sec__inner {
  margin: 0 auto;
  padding: 80px 0; }
  @media print, screen and (min-width: 769px) {
    .sec__inner {
      width: min(1080px, 92%); } }
  @media screen and (max-width: 1080px) {
    .sec__inner {
      width: 92%; } }
  @media only screen and (max-width: 768px) {
    .sec__inner {
      padding: 12.077294686vw 0vw 12.077294686vw 0vw; } }
.sec__tit-h2 {
  font-size: 3rem;
  line-height: 1;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .sec__tit-h2 {
      font-size: 6.7632850242vw;
      margin-bottom: 9.6618357488vw; } }
.sec__tit-h3 {
  font-size: 3.2rem;
  line-height: 1.2;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 30px;
  letter-spacing: 0.05em; }
  @media only screen and (max-width: 768px) {
    .sec__tit-h3 {
      font-size: 5.7971014493vw;
      margin-bottom: 4.8309178744vw; } }
.sec__tit-h4 {
  font-weight: bold;
  line-height: 1.4;
  font-size: 2.6rem;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 30px;
  border-left: 3px #005eb8 solid;
  padding-left: 20px; }
  @media only screen and (max-width: 768px) {
    .sec__tit-h4 {
      padding-left: 3.6231884058vw;
      margin-bottom: 4.8309178744vw;
      font-size: 4.8309178744vw; } }
.sec__tit-h5 {
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 10px;
  font-size: 1em; }
  .sec__tit-h5 small {
    font-weight: normal;
    letter-spacing: .05em; }
@media print, screen and (min-width: 769px) {
  .sec__heading {
    display: flex;
    justify-content: space-between;
    align-items: baseline; } }
@media only screen and (max-width: 768px) {
  .sec__heading {
    margin-bottom: 5.7971014493vw; } }
.sec__heading p {
  color: #6E7982;
  font-size: 1.6rem;
  line-height: 1.4; }
  @media only screen and (max-width: 768px) {
    .sec__heading p {
      font-size: 4.347826087vw; } }
.sec__bl {
  margin-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    .sec__bl {
      margin-bottom: 12.077294686vw; } }
  .sec__bl:last-child {
    margin-bottom: 0; }
.sec__intro {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 50px; }
.sec__text {
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .sec__text {
      margin-bottom: 7.2463768116vw; } }
  .sec__text:last-child {
    margin-bottom: 0; }
  .sec__text p {
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .sec__text p {
        margin-bottom: 4.8309178744vw; } }
    .sec__text p:last-child {
      margin-bottom: 0; }

.inquiry {
  background: #005eb8;
  padding: 45px 0; }
  @media only screen and (max-width: 768px) {
    .inquiry {
      padding: 9.6618357488vw 0vw 9.6618357488vw 0vw; } }
  .inquiry__inner {
    margin: 0 auto; }
    @media print, screen and (min-width: 769px) {
      .inquiry__inner {
        width: min(1080px, 92vw); } }
    @media screen and (min-width: 769px) and (max-width: 1080px) {
      .inquiry__inner {
        width: 96vw; } }
    @media only screen and (max-width: 768px) {
      .inquiry__inner {
        width: 92vw; } }
  .inquiry__tit {
    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 4rem;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    vertical-align: middle; }
    @media only screen and (max-width: 768px) {
      .inquiry__tit {
        font-size: 6.038647343vw;
        margin-bottom: 2.4154589372vw; } }
    .inquiry__tit::before {
      content: '\e0e1';
      font-family: 'Material Symbols Outlined';
      color: #E4FF63;
      font-weight: normal;
      margin-right: .2em;
      font-size: 1.2em;
      font-style: normal; }
  .inquiry__link {
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .inquiry__link {
        margin-bottom: 4.8309178744vw; } }
    .inquiry__link-item {
      display: inline-block;
      text-decoration: none;
      font-size: 2.4rem;
      font-weight: bold;
      color: #fff;
      background: #11188F;
      border: 1px solid #fff;
      background-size: 9px 16px;
      background-position: right 12px center;
      border-radius: 45px;
      padding: 15px 30px 15px 30px;
      text-align: center;
      transition: background .4s; }
      @media print, screen and (min-width: 769px) {
        .inquiry__link-item {
          width: 420px;
          max-width: 100%; } }
      @media only screen and (max-width: 768px) {
        .inquiry__link-item {
          font-size: 4.347826087vw;
          width: 80%;
          padding: 2.4154589372vw 3.6231884058vw 2.4154589372vw 3.6231884058vw; } }
      .inquiry__link-item:hover {
        background-color: #1620bd; }
  .inquiry__tel {
    text-align: center;
    color: #fff; }

.footer__inner {
  text-align: center; }
.footer address {
  font-size: 1.2rem;
  font-style: normal; }
  @media only screen and (max-width: 768px) {
    .footer address {
      font-size: 2.6570048309vw; } }

.fixed-bnr {
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 11;
  transform: translateX(100%);
  transition: .4s; }
  @media only screen and (max-width: 768px) {
    .fixed-bnr {
      width: 50%; } }
  .fixed-bnr.is-display {
    opacity: 1;
    overflow: inherit;
    transform: translateX(0); }
  .fixed-bnr__wrap {
    display: flex;
    transition: transform .4s; }
    @media only screen and (max-width: 768px) {
      .fixed-bnr__wrap {
        flex-wrap: wrap; } }
    @media print, screen and (min-width: 769px) {
      .fixed-bnr__wrap.is-close {
        transform: translateX(calc(100% - 40px)); } }
    @media only screen and (max-width: 768px) {
      .fixed-bnr__wrap.is-close {
        transform: translateY(calc(100% - 9.6618357488vw)); } }
    @media only screen and (max-width: 768px) {
      .fixed-bnr__wrap.is-close .fixed-bnr__img {
        display: none;
        opacity: 0; } }
    @media print, screen and (min-width: 769px) {
      .fixed-bnr__wrap.is-close .fixed-bnr__close::before {
        content: "\e5cb"; } }
    @media only screen and (max-width: 768px) {
      .fixed-bnr__wrap.is-close .fixed-bnr__close::before {
        content: "\e5ce"; } }
  .fixed-bnr__img {
    transition: opacity .4s;
    line-height: 0; }
  .fixed-bnr__close {
    background: #96a4b1;
    position: relative;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    width: 40px; }
    @media only screen and (max-width: 768px) {
      .fixed-bnr__close {
        width: 100%;
        padding: 0;
        height: 9.6618357488vw; } }
    .fixed-bnr__close::before {
      content: "\e888";
      font-family: "Material Icons";
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      font-size: 2.4rem; }

.page-top {
  position: fixed;
  bottom: 153px;
  right: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 10;
  width: 64px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 400ms ease, visibility 400ms ease; }
  @media only screen and (max-width: 768px) {
    .page-top {
      width: 16vw;
      height: 16vw;
      bottom: 9.6618357488vw; } }
  .page-top.is--visible {
    display: block;
    visibility: visible;
    opacity: 1; }

/******************************************************

 共通

******************************************************/
.atcl-list {
  list-style: none; }
  .atcl-list a {
    text-decoration: none;
    color: inherit; }
  .atcl-list__list {
    height: auto;
    line-height: 1.4; }
    @media screen and (max-width: 1080px) {
      .atcl-list__list {
        max-height: none; } }
    .step-relate .atcl-list__list {
      margin-right: 20px; }
  .atcl-list__thumb {
    aspect-ratio: 1200/630;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 15px; }
    @media only screen and (max-width: 768px) {
      .atcl-list__thumb {
        margin-bottom: 4.8309178744vw; } }
    .atcl-list__thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .atcl-list__date {
    font-size: 1.6rem;
    text-align: right;
    margin-bottom: 5px;
    color: #6E7982; }
    @media only screen and (max-width: 768px) {
      .atcl-list__date {
        font-size: 3.3816425121vw; } }
  @media only screen and (max-width: 768px) and (max-width: 768px) {
    .atcl-list__date {
      margin-bottom: 1.2077294686vw; } }

  .atcl-list__tag {
    display: flex;
    column-gap: 6px;
    margin-bottom: 10px; }
    .atcl-list__tag span {
      display: inline-block;
      background: #fff;
      font-size: 1.3rem;
      color: #6E7982;
      padding: 0 15px; }
      @media only screen and (max-width: 768px) {
        .atcl-list__tag span {
          font-size: 3.1400966184vw; } }
  .atcl-list__tit {
    font-weight: bold;
    margin-bottom: 5px; }
    @media only screen and (max-width: 768px) {
      .atcl-list__tit {
        margin-bottom: 1.2077294686vw; } }
  .atcl-list__sub-tit {
    font-size: .8em;
    font-weight: bold; }
  .atcl-list__name {
    font-size: .8em;
    font-weight: normal; }
  .atcl-list__txt {
    color: #6E7982;
    font-size: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .atcl-list__txt {
        font-size: 3.3816425121vw; } }

.list-wrap {
  position: relative; }
  .list-wrap .atcl-list {
    display: grid;
    flex-wrap: wrap;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px; }
    @media screen and (max-width: 1080px) {
      .list-wrap .atcl-list {
        justify-content: space-between;
        column-gap: 4.8309178744vw;
        grid-template-columns: 1fr 1fr; } }
    @media only screen and (max-width: 768px) {
      .list-wrap .atcl-list {
        grid-row-gap: 7.2463768116vw; } }
    .list-wrap .atcl-list__list.is--hidden {
      display: none; }
  .list-wrap__more {
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(transparent 0%, #F1F6FC 100%);
    text-align: center;
    display: flex;
    flex-direction: column;
    display: none; }
    @media only screen and (max-width: 768px) {
      .list-wrap__more {
        height: 53.1400966184vw; } }
    .list-wrap__more-link {
      margin-top: auto; }
    .list-wrap__more-btn {
      display: inline-block;
      cursor: pointer; }

.c-btn__item {
  display: inline-block;
  background: #E4FF63;
  color: #11188F;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(17, 24, 143, 0.2);
  font-weight: 500;
  padding: 15px 20px;
  border-radius: 40px;
  transition: background .4s; }
  @media print, screen and (min-width: 769px) {
    .c-btn__item {
      min-width: 380px; } }
  @media only screen and (max-width: 768px) {
    .c-btn__item {
      padding: 2.4154589372vw 3.6231884058vw 2.4154589372vw 6.038647343vw; } }
  .c-btn__item:hover {
    background-color: #C1F151; }

.vertical-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff; }
  .vertical-box__txt {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px; }

.border-box {
  padding: 20px;
  border: #6E7982 1px solid;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .border-box {
      padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw; } }

.txt-border {
  border-bottom: 3px #1D1E20 solid; }

.box {
  padding: 20px; }
  @media only screen and (max-width: 768px) {
    .box {
      padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw; } }

.white-box {
  background: #fff;
  padding: 20px; }
  @media only screen and (max-width: 768px) {
    .white-box {
      padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw; } }
  @media print, screen and (min-width: 769px) {
    .white-box.hozon {
      width: 540px; } }

.color-box {
  background: #F1F6FC;
  padding: 20px; }
  .color-box:not(:last-child) {
    margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .color-box {
      padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw; } }

.gray-box {
  background: #f2f3f4;
  padding: 20px; }
  @media only screen and (max-width: 768px) {
    .gray-box {
      padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw; } }

.blue-box {
  background: #F1F6FC; }
  .bg--blue .blue-box {
    background: #fff; }
  .blue-box:not(:last-child) {
    margin-bottom: 80px; }
    @media only screen and (max-width: 768px) {
      .blue-box:not(:last-child) {
        margin-bottom: 14.4927536232vw; } }
  .blue-box__heading {
    background: #005eb8;
    padding: 10px;
    font-weight: bolder;
    color: #fff;
    position: relative;
    padding-left: 35px;
    font-weight: bold;
    letter-spacing: .16em; }
    .blue-box__heading::before {
      content: "";
      display: block;
      width: 10px;
      height: 3px;
      background: #fff;
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%); }
  .blue-box__inner {
    padding: 40px; }
    @media only screen and (max-width: 768px) {
      .blue-box__inner {
        padding: 4.8309178744vw 4.8309178744vw 4.8309178744vw 4.8309178744vw; } }

.c-table table {
  border-collapse: collapse;
  border-spacing: 0; }
.c-table th, .c-table td {
  padding: 20px 25px;
  vertical-align: middle;
  border: 1px solid #E4EBF5; }
  @media only screen and (max-width: 768px) {
    .c-table th, .c-table td {
      padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw; } }
.c-table th {
  font-weight: 600;
  text-align: center;
  background: #F1F6FC; }
.c-table td {
  text-align: left; }

.list-circle-num__inner {
  display: flex;
  padding: 0;
  text-indent: 0;
  margin: 0 0 30px; }
  .list-circle-num__inner > div {
    flex: 1; }

.check__list {
  margin-left: 2em;
  list-style: none; }
  .check__list-item {
    text-indent: -1.05em;
    padding-left: .5em;
    margin-bottom: 3px; }
    .check__list-item:last-child {
      margin-bottom: 0; }
    .check__list-item::before {
      content: '\e834';
      font-family: 'Material Icons';
      font-size: 2.4rem;
      color: #005eb8;
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      margin-right: .5em; }

@media only screen and (max-width: 768px) {
  .banner {
    grid-row-gap: 3.6231884058vw; } }

.top-sns {
  background: #fff;
  padding: 0 0 80px; }
  @media only screen and (max-width: 768px) {
    .top-sns {
      min-width: auto;
      margin: 7.2463768116vw auto 7.2463768116vw auto;
      background: none;
      padding-bottom: 9.6618357488vw; } }
  .top-sns__inner {
    border: 1px solid #C0D5E6;
    width: min(1080px, 92vw);
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box; }
    @media only screen and (max-width: 768px) {
      .top-sns__inner {
        width: 100%;
        border: 0;
        padding: 0vw 3.6231884058vw 0vw 3.6231884058vw; } }
  .top-sns__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none; }
    .top-sns__list-item {
      width: 30%;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .top-sns__list-item {
          width: 100%;
          margin: 2.4154589372vw 0vw 2.4154589372vw 0vw; } }
      .top-sns__list-item a {
        display: block;
        position: relative;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        padding: 10px;
        border-radius: 22px;
        background: #fff;
        transition: all 0.18s ease 0s; }
        @media only screen and (max-width: 768px) {
          .top-sns__list-item a {
            font-size: 3.3816425121vw;
            padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw; } }
      .top-sns__list-item.facebook a {
        color: #1578f2;
        border: 1px solid #1578f2; }
        .top-sns__list-item.facebook a:hover {
          color: #fff;
          border: 1px solid #1578f2;
          background: #1578f2; }
      .top-sns__list-item.twitter a {
        color: #1da1f2;
        border: 1px solid #1da1f2; }
        .top-sns__list-item.twitter a:hover {
          color: #fff;
          border: 1px solid #1da1f2;
          background: #1da1f2; }
      .top-sns__list-item.line a {
        color: #00b900;
        border: 1px solid #00b900; }
        .top-sns__list-item.line a:hover {
          color: #fff;
          border: 1px solid #00b900;
          background: #00b900; }

/******************************************************

 article

******************************************************/
.atcl-mv {
  color: #fff; }
  .atcl-mv__inner {
    margin: 0 auto;
    line-height: 1.5; }
    @media print, screen and (min-width: 769px) {
      .atcl-mv__inner {
        width: min(1080px, 92vw); } }
    @media screen and (min-width: 769px) and (max-width: 1080px) {
      .atcl-mv__inner {
        width: 96vw; } }
    @media only screen and (max-width: 768px) {
      .atcl-mv__inner {
        width: 92vw; } }
  .atcl-mv__sec {
    background: #424B55;
    padding: 3px 0; }
  .atcl-mv__tit {
    background: #005eb8 url("/media_library/tkcnf/finance/images/atcl_mv_img.svg") right bottom 20px no-repeat;
    padding: 25px 0 30px; }
    @media only screen and (max-width: 768px) {
      .atcl-mv__tit {
        padding: 6.038647343vw 3.6231884058vw 19.3236714976vw 3.6231884058vw;
        background-size: auto 13.2850241546vw;
        background-position: center bottom 3.6231884058vw; } }
    .atcl-mv__tit-class span {
      display: inline-block;
      font-size: 1.6rem;
      font-weight: 400;
      margin-bottom: 8px; }
    .atcl-mv__tit-main {
      font-size: 3.6rem;
      font-family: "shippori-mincho-b1", sans-serif;
      font-weight: 800;
      font-style: normal;
      margin-bottom: 8px;
      line-height: 1.3; }
      @media only screen and (max-width: 768px) {
        .atcl-mv__tit-main {
          font-size: 8.2125603865vw; } }
    .atcl-mv__tit-sub {
      font-size: 2rem;
      font-family: "shippori-mincho-b1", sans-serif;
      font-weight: 500;
      font-style: normal; }
      @media only screen and (max-width: 768px) {
        .atcl-mv__tit-sub {
          font-size: 4.347826087vw; } }
    .atcl-mv__tit-name {
      font-size: 1.6rem;
      font-weight: 400;
      margin-top: 10px; }
      @media only screen and (max-width: 768px) {
        .atcl-mv__tit-name {
          font-size: 3.8647342995vw; } }

.atcl {
  padding-top: 40px; }
  @media only screen and (max-width: 768px) {
    .atcl {
      padding-top: 7.2463768116vw; } }
  .atcl h2 {
    background: #F1F6FC;
    margin-bottom: 30px;
    margin-top: 60px;
    font-size: 2.3rem;
    line-height: 1.2;
    padding: 15px;
    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 600;
    font-style: normal; }
    @media only screen and (max-width: 768px) {
      .atcl h2 {
        margin-bottom: 7.2463768116vw;
        margin-top: 12.077294686vw;
        font-size: 4.8309178744vw;
        padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw; } }
  .atcl h3 {
    font-size: 2rem;
    border-bottom: 1px solid #1D1E20;
    padding-bottom: 3px;
    margin-bottom: 20px;
    margin-top: 40px; }
    @media only screen and (max-width: 768px) {
      .atcl h3 {
        font-size: 5.0724637681vw;
        margin-bottom: 4.8309178744vw;
        margin-top: 9.6618357488vw; } }
  .atcl h4:not([class="atcl-contents__tit"]) {
    font-size: 2rem;
    color: #005eb8;
    margin-bottom: 15px;
    margin-top: 30px; }
    @media only screen and (max-width: 768px) {
      .atcl h4:not([class="atcl-contents__tit"]) {
        font-size: 4.347826087vw;
        margin-top: 7.2463768116vw;
        margin-bottom: 3.6231884058vw; } }
  .atcl h5 {
    font-weight: bold;
    margin-bottom: 10px; }
  .atcl p {
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .atcl p {
        margin-bottom: 7.2463768116vw; } }
    .atcl p:last-child {
      margin-bottom: 0; }
  .atcl figure {
    margin-bottom: 30px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .atcl figure {
        margin-bottom: 7.2463768116vw; } }
    .atcl figure figcaption {
      font-size: .9em;
      color: #6E7982;
      margin-top: 5px; }
  .atcl .atcl-img-box {
    display: flex;
    column-gap: 50px;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .atcl .atcl-img-box {
        flex-direction: column; } }
    .atcl .atcl-img-box__txt {
      flex: 1; }

.atcl-contents {
  background: #F1F6FC;
  padding: 30px;
  margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .atcl-contents {
      padding: 4.8309178744vw 4.8309178744vw 4.8309178744vw 4.8309178744vw;
      margin-bottom: 12.077294686vw; } }
  .atcl-contents__tit {
    font-size: 2.2rem;
    border-left: 2px solid #005eb8;
    padding-left: 10px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .atcl-contents__tit {
        font-size: 4.8309178744vw;
        padding-left: 2.4154589372vw;
        margin-bottom: 4.8309178744vw; } }
  .atcl-contents__list {
    list-style: none; }
    .atcl-contents__list-link {
      color: #0987FF; }

.atcl-sns {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  align-items: center;
  column-gap: 10px;
  padding: 0;
  margin: 0; }
  .atcl-sns__tit {
    font-weight: 500; }
  .atcl-sns__list {
    display: flex;
    column-gap: 5px;
    list-style: none; }

/******************************************************

 TOP

******************************************************/
.mv {
  position: relative;
  overflow: hidden; }
  @media print, screen and (min-width: 769px) {
    .mv {
      height: calc(100vh + 40px);
      min-height: 660px; } }
  @media screen and (max-width: 1080px) {
    .mv {
      height: auto; } }
  @media only screen and (max-width: 768px) {
    .mv {
      min-height: 154.5893719807vw; } }
  .mv__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #005eb8 url("/media_library/tkcnf/finance/images/mv_illust_2.svg") bottom center/contain no-repeat;
    line-height: 0; }
    .mv__bg p {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      @media only screen and (max-width: 768px) {
        .mv__bg p {
          left: -25%; } }
      .mv__bg p svg {
        width: 100%;
        aspect-ratio: 1563/235; }
        @media only screen and (max-width: 768px) {
          .mv__bg p svg {
            width: 150%; } }
    @media only screen and (max-width: 768px) {
      .mv__bg {
        background-size: 140% auto; } }
    .mv__bg::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .mv__main {
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1; }
    .mv__main-inner {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      padding-bottom: 140px;
      padding-top: 70px; }
      @media only screen and (max-width: 768px) {
        .mv__main-inner {
          padding: 21.7391304348vw 4.8309178744vw 28.9855072464vw 4.8309178744vw; } }
  .mv__logo {
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .mv__logo {
        width: 50%;
        margin: 0vw auto 7.2463768116vw auto; } }
  .mv__txt1 {
    display: flex;
    justify-content: center;
    column-gap: clamp(40px, calc(5.5vw + 10rem), 75px);
    margin-bottom: 15px; }
    @media only screen and (max-width: 768px) {
      .mv__txt1 {
        column-gap: 6.038647343vw;
        font-size: 3.6231884058vw; } }
    .mv__txt1-item {
      font-size: clamp(3rem, calc(3vw + 0.5rem), 3.6rem);
      display: inline-block;
      width: 220px;
      text-align: center;
      background: #fff;
      color: #005eb8;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .mv__txt1-item {
          width: 36.231884058vw;
          font-size: 6.2801932367vw; } }
  .mv__txt2 {
    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2;
    font-size: clamp(5.4rem, calc(4.5vw + 1rem), 7.4rem);
    text-shadow: 0 0 5px #11188f;
    margin-bottom: 15px; }
    @media only screen and (max-width: 768px) {
      .mv__txt2 {
        font-size: 10.6280193237vw;
        margin-bottom: 3.6231884058vw; } }
  .mv__date {
    text-align: center;
    margin-bottom: 20px;
    color: #fff; }
  .mv__btn-item {
    box-shadow: 0 3px 6px #580fd9;
    position: relative; }
    @media print, screen and (min-width: 769px) {
      .mv__btn-item {
        padding-left: 40px; } }
    @media only screen and (max-width: 768px) {
      .mv__btn-item {
        width: 80%; } }
    .mv__btn-item::before {
      content: "\e1c4";
      font-family: "Material Symbols Outlined";
      font-weight: normal;
      font-style: normal;
      font-size: 2.4rem;
      display: inline-block;
      vertical-align: middle;
      text-rendering: optimizeLegibility;
      position: absolute;
      left: 30px;
      top: 50%;
      transform: translateY(-50%); }
      @media only screen and (max-width: 768px) {
        .mv__btn-item::before {
          font-size: 5.7971014493vw;
          left: 4.8309178744vw; } }
  .mv__line {
    position: absolute;
    bottom: 200px;
    left: -2.5%;
    width: 105%;
    aspect-ratio: 1608/440;
    opacity: .9; }

.focus-movie {
  display: none; }
  .focus-movie__item {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    .focus-movie__item iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }

#cboxClose {
  background-image: none !important; }

.intro__inner {
  margin: 0 auto;
  padding-bottom: 60px; }
  @media print, screen and (min-width: 769px) {
    .intro__inner {
      width: min(1080px, 92vw); } }
  @media screen and (min-width: 769px) and (max-width: 1080px) {
    .intro__inner {
      width: 96vw; } }
  @media only screen and (max-width: 768px) {
    .intro__inner {
      width: 92vw; } }

.top-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 40px;
  position: relative;
  border: #E4EBF5 1px solid;
  padding: 15px; }
  @media print, screen and (min-width: 769px) {
    .top-info {
      width: calc(1080px * 0.85); } }
  @media screen and (min-width: 769px) and (max-width: 1080px) {
    .top-info {
      width: 96vw; } }
  @media only screen and (max-width: 768px) {
    .top-info {
      width: 92vw;
      flex-direction: column;
      grid-row-gap: 4.8309178744vw; } }
  @media only screen and (max-width: 768px) and (max-width: 768px) {
    .top-info {
      margin-bottom: 9.6618357488vw;
      padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw; } }

  @media print, screen and (min-width: 769px) {
    .top-info__img {
      width: 36%; } }
  .top-info__img a {
    display: block;
    aspect-ratio: 375/213;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); }
  .top-info__img img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .top-info__txt::before {
    content: 'PICK UP';
    background: #E4FF63;
    display: inline-block;
    padding: 2px 5px;
    font-size: 1.4rem;
    margin-bottom: 8px; }
  @media print, screen and (min-width: 769px) {
    .top-info__txt {
      width: 60%; } }
  .top-info__date {
    font-size: 1.5rem;
    margin-bottom: 10px; }
  .top-info__tit {
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5; }
  .top-info__detail {
    color: #6E7982;
    font-size: 1.5rem;
    line-height: 1.5; }
  .top-info__link {
    margin-top: 15px;
    text-align: right; }
    @media only screen and (max-width: 768px) {
      .top-info__link {
        margin-top: 3.6231884058vw;
        text-align: center; } }
    .top-info__link-btn {
      font-size: 1.4rem;
      padding: 3px 30px;
      min-width: 0; }
      @media only screen and (max-width: 768px) {
        .top-info__link-btn {
          font-size: 3.3816425121vw;
          padding: 1.2077294686vw 7.2463768116vw 1.2077294686vw 7.2463768116vw; } }

.top-osusume {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  list-style: none; }
  .top-osusume li {
    width: 255px; }

.intro-message {
  background: #F9FFDD url("/media_library/tkcnf/finance/images/mv-intro_bg.png") center/cover no-repeat;
  padding: 60px; }
  @media screen and (max-width: 1080px) {
    .intro-message {
      padding: 60px 50px; } }
  @media only screen and (max-width: 768px) {
    .intro-message {
      padding: 12.077294686vw 7.2463768116vw 12.077294686vw 7.2463768116vw; } }
  .intro-message__inner {
    text-align: center;
    margin: 0 auto;
    background: #fff;
    padding: 40px 20px;
    position: relative; }
    @media print, screen and (min-width: 769px) {
      .intro-message__inner {
        width: min(1080px, 92vw); } }
    @media screen and (max-width: 1080px) {
      .intro-message__inner {
        width: 100%;
        padding: 40px; } }
    @media only screen and (max-width: 768px) {
      .intro-message__inner {
        padding: 19.3236714976vw 3.6231884058vw 9.6618357488vw 3.6231884058vw; } }
    .intro-message__inner::before {
      content: "";
      display: block;
      background: url("/media_library/tkcnf/finance/images/top-intro_p1.png") center/contain no-repeat;
      aspect-ratio: 179/285;
      width: 179px;
      position: absolute;
      top: -60px;
      left: -60px; }
      @media screen and (max-width: 1080px) {
        .intro-message__inner::before {
          width: 90px;
          left: -40px; } }
      @media only screen and (max-width: 768px) {
        .intro-message__inner::before {
          width: 19.3236714976vw;
          top: -12.077294686vw;
          left: -3.6231884058vw; } }
    .intro-message__inner::after {
      content: "";
      display: block;
      background: url("/media_library/tkcnf/finance/images/top-intro_p2.png") center/contain no-repeat;
      aspect-ratio: 219/263;
      width: 219px;
      position: absolute;
      bottom: -60px;
      right: -60px; }
      @media screen and (max-width: 1080px) {
        .intro-message__inner::after {
          width: 110px;
          right: -40px; } }
      @media only screen and (max-width: 768px) {
        .intro-message__inner::after {
          width: 19.3236714976vw;
          bottom: -12.077294686vw;
          right: -3.6231884058vw; } }
  .intro-message__tit {
    font-size: 3.8rem;
    margin-bottom: 30px;
    position: relative;
    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4; }
    @media screen and (max-width: 1080px) {
      .intro-message__tit {
        font-size: 3.2rem; } }
    @media only screen and (max-width: 768px) {
      .intro-message__tit {
        font-size: 6.7632850242vw; } }
    .intro-message__tit::before {
      content: "";
      position: absolute;
      top: -80px;
      left: 50%;
      transform: translateX(-50%);
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='61' viewBox='0 0 22 61'%3E%3Cg id='グループ_116' data-name='グループ 116' transform='translate(-654 -712)'%3E%3Cpath id='多角形_1' data-name='多角形 1' d='M11,0,22,16H0Z' transform='translate(676 728) rotate(180)' fill='%23ded9e6'/%3E%3Cpath id='多角形_2' data-name='多角形 2' d='M11,0,22,16H0Z' transform='translate(676 750) rotate(180)' fill='%23ded9e6'/%3E%3Cpath id='多角形_3' data-name='多角形 3' d='M11,0,22,17H0Z' transform='translate(676 773) rotate(180)' fill='%23ded9e6'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/cover;
      aspect-ratio: 22/61;
      margin: 0 auto 20px;
      display: block;
      width: 22px; }
      @media only screen and (max-width: 768px) {
        .intro-message__tit::before {
          top: -24.154589372vw;
          width: 4.8309178744vw; } }
  .intro-message__txt {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .intro-message__txt {
        font-size: 4.347826087vw; } }
  .intro-message__source {
    color: #6E7982; }

.finance-top .sec {
  position: relative; }
  .finance-top .sec.sec-step1, .finance-top .sec.sec-step2, .finance-top .sec.sec-step3, .finance-top .sec.sec-step4 {
    width: 100%; }
    @media screen and (min-width: 1080px) {
      .finance-top .sec.sec-step1 .sec__inner, .finance-top .sec.sec-step2 .sec__inner, .finance-top .sec.sec-step3 .sec__inner, .finance-top .sec.sec-step4 .sec__inner {
        padding-top: 120px; } }
  .finance-top .sec.sec-step1::after, .finance-top .sec.sec-step2::after, .finance-top .sec.sec-step3::after {
    content: "";
    position: absolute;
    display: block;
    background: url("/media_library/tkcnf/finance/images/top_section_bg.svg") center/contain no-repeat;
    aspect-ratio: 822/122;
    width: 822px;
    bottom: -50px;
    z-index: 1;
    left: -20%; }
    @media screen and (min-width: 769px) and (max-width: 1080px) {
      .finance-top .sec.sec-step1::after, .finance-top .sec.sec-step2::after, .finance-top .sec.sec-step3::after {
        width: 96vw;
        left: 50%;
        transform: translateX(-50%); } }
    @media only screen and (max-width: 768px) {
      .finance-top .sec.sec-step1::after, .finance-top .sec.sec-step2::after, .finance-top .sec.sec-step3::after {
        width: 96vw;
        left: 2.5vw;
        bottom: -6.5217391304vw; } }
  .finance-top .sec.sec-step2::after {
    left: auto; }
    @media print, screen and (min-width: 769px) {
      .finance-top .sec.sec-step2::after {
        right: -20%; } }
    @media screen and (min-width: 769px) and (max-width: 1080px) {
      .finance-top .sec.sec-step2::after {
        right: 50%;
        transform: translateX(50%); } }
  .finance-top .sec .step-wrap {
    position: relative; }
    .finance-top .sec .step-wrap::before {
      font-size: 9.2rem;
      color: #005eb8;
      position: absolute;
      line-height: 1;
      top: -50px;
      right: 0;
      font-family: "calvino", sans-serif;
      font-weight: 400;
      font-style: italic; }
      @media screen and (max-width: 1080px) {
        .finance-top .sec .step-wrap::before {
          top: 0; } }
      @media only screen and (max-width: 768px) {
        .finance-top .sec .step-wrap::before {
          font-size: 16.9082125604vw; } }
    .finance-top .sec .step-wrap--01::before {
      content: "01"; }
    .finance-top .sec .step-wrap--02::before {
      content: "02"; }
    .finance-top .sec .step-wrap--03::before {
      content: "03"; }
    .finance-top .sec .step-wrap--04::before {
      content: "04"; }
  .finance-top .sec .step-block {
    display: flex;
    margin-bottom: 80px;
    position: relative; }
    @media screen and (max-width: 1080px) {
      .finance-top .sec .step-block {
        flex-direction: column-reverse;
        grid-row-gap: 9.6618357488vw;
        margin-bottom: 14.4927536232vw; } }
    @media screen and (min-width: 1080px) {
      .finance-top .sec .step-block__img {
        position: absolute; } }
    @media screen and (max-width: 1080px) {
      .finance-top .sec .step-block__img {
        margin: 0 auto; } }
    @media only screen and (max-width: 768px) {
      .finance-top .sec .step-block__img {
        width: 90%; }
        .finance-top .sec .step-block__img img {
          width: 100%; } }
    .finance-top .sec .step-block__img.img01 {
      aspect-ratio: 441/387; }
    .finance-top .sec .step-block__img.img02 {
      aspect-ratio: 571/401;
      top: 0;
      right: -70px; }
    .finance-top .sec .step-block__img.img03 {
      position: static; }
      @media screen and (max-width: 1080px) {
        .finance-top .sec .step-block__img.img03 {
          position: relative;
          width: 95%;
          height: 450px;
          display: flex;
          justify-content: center; } }
      @media only screen and (max-width: 768px) {
        .finance-top .sec .step-block__img.img03 {
          height: 89.3719806763vw; } }
      .finance-top .sec .step-block__img.img03 .img03-1 {
        aspect-ratio: 258/418;
        position: absolute; }
        @media print, screen and (min-width: 769px) {
          .finance-top .sec .step-block__img.img03 .img03-1 {
            bottom: 60px;
            left: -100px; } }
        @media screen and (max-width: 1080px) {
          .finance-top .sec .step-block__img.img03 .img03-1 {
            left: 50px; } }
        @media only screen and (max-width: 768px) {
          .finance-top .sec .step-block__img.img03 .img03-1 {
            width: 41.0628019324vw;
            left: 0; } }
      .finance-top .sec .step-block__img.img03 .img03-2 {
        position: absolute;
        aspect-ratio: 245/432; }
        @media print, screen and (min-width: 769px) {
          .finance-top .sec .step-block__img.img03 .img03-2 {
            bottom: -40px;
            left: 170px; } }
        @media screen and (max-width: 1080px) {
          .finance-top .sec .step-block__img.img03 .img03-2 {
            left: auto;
            right: 50px;
            bottom: 0; } }
        @media only screen and (max-width: 768px) {
          .finance-top .sec .step-block__img.img03 .img03-2 {
            width: 41.0628019324vw;
            right: 0; } }
    .finance-top .sec .step-block__img.img04 {
      aspect-ratio: 446/394;
      bottom: -110px; }
    .finance-top .sec .step-block__tit {
      padding-bottom: 20px;
      margin-bottom: 30px;
      position: relative;
      border-bottom: 1px solid #1D1E20; }
      @media only screen and (max-width: 768px) {
        .finance-top .sec .step-block__tit {
          padding-bottom: 4.8309178744vw;
          margin-bottom: 4.8309178744vw; } }
      .finance-top .sec .step-block__tit h3 {
        color: #005eb8;
        font-size: 5rem;
        font-family: "shippori-mincho-b1", sans-serif;
        font-weight: 800;
        font-style: normal;
        line-height: 1.2; }
        @media only screen and (max-width: 768px) {
          .finance-top .sec .step-block__tit h3 {
            font-size: 10.1449275362vw; } }
      .finance-top .sec .step-block__tit p {
        font-size: 2.8rem;
        font-family: "shippori-mincho-b1", sans-serif;
        font-weight: 600;
        font-style: normal; }
        @media only screen and (max-width: 768px) {
          .finance-top .sec .step-block__tit p {
            font-size: 6.038647343vw; } }
    @media screen and (min-width: 1080px) {
      .finance-top .sec .step-block--imgleft .step-block__txt {
        margin-left: 500px; } }
    @media screen and (min-width: 1080px) {
      .finance-top .sec .step-block--imgright {
        flex-direction: row-reverse; } }
    @media screen and (min-width: 1080px) {
      .finance-top .sec .step-block--imgright .step-block__txt {
        margin-right: 500px; } }

.graph-container {
  height: 400px; }

/* ---------- ---------- ---------- ---------- ---------- */
@media print, screen and (min-width: 769px) {
  .pc {
    display: block !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--inline {
    display: inline !important; } }
@media only screen and (max-width: 768px) {
  .pc--inline {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--inline-block {
    display: inline-block !important; } }
@media only screen and (max-width: 768px) {
  .pc--inline-block {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--flex {
    display: flex !important; } }
@media only screen and (max-width: 768px) {
  .pc--flex {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--inline-flex {
    display: inline-flex !important; } }
@media only screen and (max-width: 768px) {
  .pc--inline-flex {
    display: none !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp {
    display: block !important; } }
@media print, screen and (min-width: 769px) {
  .sp--block {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--block {
    display: block !important; } }
@media print, screen and (min-width: 769px) {
  .sp--inline-block {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--inline-block {
    display: inline-block !important; } }
@media print, screen and (min-width: 769px) {
  .sp--flex {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--flex {
    display: flex !important; } }
@media print, screen and (min-width: 769px) {
  .sp--inline-flex {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--inline-flex {
    display: inline-flex !important; } }

@media screen and (min-width: 1080px) {
  .md {
    display: none !important; } }
@media screen and (max-width: 1080px) {
  .md {
    display: block !important; } }
@media screen and (min-width: 1080px) {
  .md--block {
    display: none !important; } }
@media screen and (max-width: 1080px) {
  .md--block {
    display: block !important; } }
@media screen and (min-width: 1080px) {
  .md--inline-block {
    display: none !important; } }
@media screen and (max-width: 1080px) {
  .md--inline-block {
    display: inline-block !important; } }
@media screen and (min-width: 1080px) {
  .md--flex {
    display: none !important; } }
@media screen and (max-width: 1080px) {
  .md--flex {
    display: flex !important; } }
@media screen and (min-width: 1080px) {
  .md--inline-flex {
    display: none !important; } }
@media screen and (max-width: 1080px) {
  .md--inline-flex {
    display: inline-flex !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
.fl__r {
  float: right; }
.fl__l {
  float: left; }

.clear {
  zoom: 1; }
  .clear::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both; }
    .clear::after .clear:after {
      clear: both; }

@media only screen and (max-width: 768px) {
  .sp-f__none {
    float: none !important;
    max-width: 100%; } }

/* ---------- ---------- ---------- ---------- ---------- */
.c-link-external {
  background: center left/contain no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%230987FF'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z'/%3E%3C/svg%3E");
  background-size: 1.2em 1.2em;
  background-position: top 3px left;
  padding-left: 1.5em;
  text-decoration: underline;
  color: #E4FF63; }
  .c-link-external:hover {
    text-decoration: none; }
.c-link-scroll {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%230987FF'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M11 5v11.17l-4.88-4.88c-.39-.39-1.03-.39-1.42 0-.39.39-.39 1.02 0 1.41l6.59 6.59c.39.39 1.02.39 1.41 0l6.59-6.59c.39-.39.39-1.02 0-1.41-.39-.39-1.02-.39-1.41 0L13 16.17V5c0-.55-.45-1-1-1s-1 .45-1 1z'/%3E%3C/svg%3E");
  padding-left: 26px;
  color: #E4FF63; }
.c-link-info {
  background: url("data:image/svg+xml,%3Csvg id='info_24dp_5F6368' xmlns='http://www.w3.org/2000/svg' width='24.876' height='24.876' viewBox='0 0 24.876 24.876'%3E%3Cpath id='パス_2160' data-name='パス 2160' d='M0,0H24.876V24.876H0Z' fill='none'/%3E%3Cpath id='パス_2161' data-name='パス 2161' d='M12.365,2A10.365,10.365,0,1,0,22.73,12.365,10.369,10.369,0,0,0,12.365,2ZM13.4,17.548H11.329V11.329H13.4Zm0-8.292H11.329V7.183H13.4Z' transform='translate(0.073 0.073)' fill='%231eb6c6'/%3E%3C/svg%3E%0A") center left/contain no-repeat;
  color: #E4FF63;
  padding-left: 30px; }

/* ---------- ---------- ---------- ---------- ---------- */
.ta__c {
  text-align: center !important; }
.ta__l {
  text-align: left !important; }
.ta__r {
  text-align: right !important; }

@media only screen and (max-width: 768px) {
  .sp-ta__c {
    text-align: center !important; } }
@media only screen and (max-width: 768px) {
  .sp-ta__l {
    text-align: left !important; } }
@media only screen and (max-width: 768px) {
  .sp-ta__r {
    text-align: right !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
.fw-100 {
  font-weight: 100 !important; }
.fw-200 {
  font-weight: 200 !important; }
.fw-300 {
  font-weight: 300 !important; }
.fw-400 {
  font-weight: 400 !important; }
.fw-500 {
  font-weight: 500 !important; }
.fw-600 {
  font-weight: 600 !important; }
.fw-700 {
  font-weight: 700 !important; }
.fw-800 {
  font-weight: 800 !important; }
.fw-900 {
  font-weight: 900 !important; }
.fw__n {
  font-weight: normal !important; }
.fw__b {
  font-weight: bold !important; }

/* ---------- ---------- ---------- ---------- ---------- */
.fs__small {
  font-size: 1.2rem !important; }
  @media only screen and (max-width: 768px) {
    .fs__small {
      font-size: 3.3816425121vw; } }

/* ---------- ---------- ---------- ---------- ---------- */
.nowrap {
  display: inline-block;
  white-space: nowrap;
  font-weight: inherit; }

/* ---------- ---------- ---------- ---------- ---------- */
.disable {
  pointer-events: none; }

/* ---------- ---------- ---------- ---------- ---------- */
.img-wrap {
  line-height: 0; }

.hover-img:hover {
  opacity: 0.7;
  transition: opacity .4s; }

/* ---------- ---------- ---------- ---------- ---------- */
.mt-auto {
  margin-top: auto; }

.mt0 {
  margin-top: 0px !important; }
  @media only screen and (max-width: 768px) {
    .mt0 {
      margin-top: 0vw !important; } }

.mb0 {
  margin-bottom: 0px !important; }
  @media only screen and (max-width: 768px) {
    .mb0 {
      margin-bottom: 0vw !important; } }

.ml0 {
  margin-left: 0px !important; }
  @media only screen and (max-width: 768px) {
    .ml0 {
      margin-left: 0vw !important; } }

.mr0 {
  margin-right: 0px !important; }
  @media only screen and (max-width: 768px) {
    .mr0 {
      margin-right: 0vw !important; } }

.mt5 {
  margin-top: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mt5 {
      margin-top: 1.2077294686vw !important; } }

.mb5 {
  margin-bottom: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mb5 {
      margin-bottom: 1.2077294686vw !important; } }

.ml5 {
  margin-left: 5px !important; }
  @media only screen and (max-width: 768px) {
    .ml5 {
      margin-left: 1.2077294686vw !important; } }

.mr5 {
  margin-right: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mr5 {
      margin-right: 1.2077294686vw !important; } }

.mt10 {
  margin-top: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mt10 {
      margin-top: 2.4154589372vw !important; } }

.mb10 {
  margin-bottom: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mb10 {
      margin-bottom: 2.4154589372vw !important; } }

.ml10 {
  margin-left: 10px !important; }
  @media only screen and (max-width: 768px) {
    .ml10 {
      margin-left: 2.4154589372vw !important; } }

.mr10 {
  margin-right: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mr10 {
      margin-right: 2.4154589372vw !important; } }

.mt15 {
  margin-top: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mt15 {
      margin-top: 3.6231884058vw !important; } }

.mb15 {
  margin-bottom: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mb15 {
      margin-bottom: 3.6231884058vw !important; } }

.ml15 {
  margin-left: 15px !important; }
  @media only screen and (max-width: 768px) {
    .ml15 {
      margin-left: 3.6231884058vw !important; } }

.mr15 {
  margin-right: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mr15 {
      margin-right: 3.6231884058vw !important; } }

.mt20 {
  margin-top: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mt20 {
      margin-top: 4.8309178744vw !important; } }

.mb20 {
  margin-bottom: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mb20 {
      margin-bottom: 4.8309178744vw !important; } }

.ml20 {
  margin-left: 20px !important; }
  @media only screen and (max-width: 768px) {
    .ml20 {
      margin-left: 4.8309178744vw !important; } }

.mr20 {
  margin-right: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mr20 {
      margin-right: 4.8309178744vw !important; } }

.mt25 {
  margin-top: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mt25 {
      margin-top: 6.038647343vw !important; } }

.mb25 {
  margin-bottom: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mb25 {
      margin-bottom: 6.038647343vw !important; } }

.ml25 {
  margin-left: 25px !important; }
  @media only screen and (max-width: 768px) {
    .ml25 {
      margin-left: 6.038647343vw !important; } }

.mr25 {
  margin-right: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mr25 {
      margin-right: 6.038647343vw !important; } }

.mt30 {
  margin-top: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mt30 {
      margin-top: 7.2463768116vw !important; } }

.mb30 {
  margin-bottom: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mb30 {
      margin-bottom: 7.2463768116vw !important; } }

.ml30 {
  margin-left: 30px !important; }
  @media only screen and (max-width: 768px) {
    .ml30 {
      margin-left: 7.2463768116vw !important; } }

.mr30 {
  margin-right: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mr30 {
      margin-right: 7.2463768116vw !important; } }

.mt35 {
  margin-top: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mt35 {
      margin-top: 8.4541062802vw !important; } }

.mb35 {
  margin-bottom: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mb35 {
      margin-bottom: 8.4541062802vw !important; } }

.ml35 {
  margin-left: 35px !important; }
  @media only screen and (max-width: 768px) {
    .ml35 {
      margin-left: 8.4541062802vw !important; } }

.mr35 {
  margin-right: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mr35 {
      margin-right: 8.4541062802vw !important; } }

.mt40 {
  margin-top: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mt40 {
      margin-top: 9.6618357488vw !important; } }

.mb40 {
  margin-bottom: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mb40 {
      margin-bottom: 9.6618357488vw !important; } }

.ml40 {
  margin-left: 40px !important; }
  @media only screen and (max-width: 768px) {
    .ml40 {
      margin-left: 9.6618357488vw !important; } }

.mr40 {
  margin-right: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mr40 {
      margin-right: 9.6618357488vw !important; } }

.mt45 {
  margin-top: 45px !important; }
  @media only screen and (max-width: 768px) {
    .mt45 {
      margin-top: 10.8695652174vw !important; } }

.mb45 {
  margin-bottom: 45px !important; }
  @media only screen and (max-width: 768px) {
    .mb45 {
      margin-bottom: 10.8695652174vw !important; } }

.ml45 {
  margin-left: 45px !important; }
  @media only screen and (max-width: 768px) {
    .ml45 {
      margin-left: 10.8695652174vw !important; } }

.mr45 {
  margin-right: 45px !important; }
  @media only screen and (max-width: 768px) {
    .mr45 {
      margin-right: 10.8695652174vw !important; } }

.mt50 {
  margin-top: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mt50 {
      margin-top: 12.077294686vw !important; } }

.mb50 {
  margin-bottom: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mb50 {
      margin-bottom: 12.077294686vw !important; } }

.ml50 {
  margin-left: 50px !important; }
  @media only screen and (max-width: 768px) {
    .ml50 {
      margin-left: 12.077294686vw !important; } }

.mr50 {
  margin-right: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mr50 {
      margin-right: 12.077294686vw !important; } }

.mt55 {
  margin-top: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mt55 {
      margin-top: 13.2850241546vw !important; } }

.mb55 {
  margin-bottom: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mb55 {
      margin-bottom: 13.2850241546vw !important; } }

.ml55 {
  margin-left: 55px !important; }
  @media only screen and (max-width: 768px) {
    .ml55 {
      margin-left: 13.2850241546vw !important; } }

.mr55 {
  margin-right: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mr55 {
      margin-right: 13.2850241546vw !important; } }

.mt60 {
  margin-top: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mt60 {
      margin-top: 14.4927536232vw !important; } }

.mb60 {
  margin-bottom: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mb60 {
      margin-bottom: 14.4927536232vw !important; } }

.ml60 {
  margin-left: 60px !important; }
  @media only screen and (max-width: 768px) {
    .ml60 {
      margin-left: 14.4927536232vw !important; } }

.mr60 {
  margin-right: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mr60 {
      margin-right: 14.4927536232vw !important; } }

.mt65 {
  margin-top: 65px !important; }
  @media only screen and (max-width: 768px) {
    .mt65 {
      margin-top: 15.7004830918vw !important; } }

.mb65 {
  margin-bottom: 65px !important; }
  @media only screen and (max-width: 768px) {
    .mb65 {
      margin-bottom: 15.7004830918vw !important; } }

.ml65 {
  margin-left: 65px !important; }
  @media only screen and (max-width: 768px) {
    .ml65 {
      margin-left: 15.7004830918vw !important; } }

.mr65 {
  margin-right: 65px !important; }
  @media only screen and (max-width: 768px) {
    .mr65 {
      margin-right: 15.7004830918vw !important; } }

.mt70 {
  margin-top: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mt70 {
      margin-top: 16.9082125604vw !important; } }

.mb70 {
  margin-bottom: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mb70 {
      margin-bottom: 16.9082125604vw !important; } }

.ml70 {
  margin-left: 70px !important; }
  @media only screen and (max-width: 768px) {
    .ml70 {
      margin-left: 16.9082125604vw !important; } }

.mr70 {
  margin-right: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mr70 {
      margin-right: 16.9082125604vw !important; } }

.mt75 {
  margin-top: 75px !important; }
  @media only screen and (max-width: 768px) {
    .mt75 {
      margin-top: 18.115942029vw !important; } }

.mb75 {
  margin-bottom: 75px !important; }
  @media only screen and (max-width: 768px) {
    .mb75 {
      margin-bottom: 18.115942029vw !important; } }

.ml75 {
  margin-left: 75px !important; }
  @media only screen and (max-width: 768px) {
    .ml75 {
      margin-left: 18.115942029vw !important; } }

.mr75 {
  margin-right: 75px !important; }
  @media only screen and (max-width: 768px) {
    .mr75 {
      margin-right: 18.115942029vw !important; } }

.mt80 {
  margin-top: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mt80 {
      margin-top: 19.3236714976vw !important; } }

.mb80 {
  margin-bottom: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mb80 {
      margin-bottom: 19.3236714976vw !important; } }

.ml80 {
  margin-left: 80px !important; }
  @media only screen and (max-width: 768px) {
    .ml80 {
      margin-left: 19.3236714976vw !important; } }

.mr80 {
  margin-right: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mr80 {
      margin-right: 19.3236714976vw !important; } }

.mt85 {
  margin-top: 85px !important; }
  @media only screen and (max-width: 768px) {
    .mt85 {
      margin-top: 20.5314009662vw !important; } }

.mb85 {
  margin-bottom: 85px !important; }
  @media only screen and (max-width: 768px) {
    .mb85 {
      margin-bottom: 20.5314009662vw !important; } }

.ml85 {
  margin-left: 85px !important; }
  @media only screen and (max-width: 768px) {
    .ml85 {
      margin-left: 20.5314009662vw !important; } }

.mr85 {
  margin-right: 85px !important; }
  @media only screen and (max-width: 768px) {
    .mr85 {
      margin-right: 20.5314009662vw !important; } }

.mt90 {
  margin-top: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mt90 {
      margin-top: 21.7391304348vw !important; } }

.mb90 {
  margin-bottom: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mb90 {
      margin-bottom: 21.7391304348vw !important; } }

.ml90 {
  margin-left: 90px !important; }
  @media only screen and (max-width: 768px) {
    .ml90 {
      margin-left: 21.7391304348vw !important; } }

.mr90 {
  margin-right: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mr90 {
      margin-right: 21.7391304348vw !important; } }

.mt95 {
  margin-top: 95px !important; }
  @media only screen and (max-width: 768px) {
    .mt95 {
      margin-top: 22.9468599034vw !important; } }

.mb95 {
  margin-bottom: 95px !important; }
  @media only screen and (max-width: 768px) {
    .mb95 {
      margin-bottom: 22.9468599034vw !important; } }

.ml95 {
  margin-left: 95px !important; }
  @media only screen and (max-width: 768px) {
    .ml95 {
      margin-left: 22.9468599034vw !important; } }

.mr95 {
  margin-right: 95px !important; }
  @media only screen and (max-width: 768px) {
    .mr95 {
      margin-right: 22.9468599034vw !important; } }

.mt100 {
  margin-top: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mt100 {
      margin-top: 24.154589372vw !important; } }

.mb100 {
  margin-bottom: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mb100 {
      margin-bottom: 24.154589372vw !important; } }

.ml100 {
  margin-left: 100px !important; }
  @media only screen and (max-width: 768px) {
    .ml100 {
      margin-left: 24.154589372vw !important; } }

.mr100 {
  margin-right: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mr100 {
      margin-right: 24.154589372vw !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
.pt0 {
  padding-top: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pt0 {
      padding-top: 0vw !important; } }

.pb0 {
  padding-bottom: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pb0 {
      padding-bottom: 0vw !important; } }

.pl0 {
  padding-left: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pl0 {
      padding-left: 0vw !important; } }

.pr0 {
  padding-right: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pr0 {
      padding-right: 0vw !important; } }

.pt5 {
  padding-top: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pt5 {
      padding-top: 1.2077294686vw !important; } }

.pb5 {
  padding-bottom: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pb5 {
      padding-bottom: 1.2077294686vw !important; } }

.pl5 {
  padding-left: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pl5 {
      padding-left: 1.2077294686vw !important; } }

.pr5 {
  padding-right: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pr5 {
      padding-right: 1.2077294686vw !important; } }

.pt10 {
  padding-top: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pt10 {
      padding-top: 2.4154589372vw !important; } }

.pb10 {
  padding-bottom: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pb10 {
      padding-bottom: 2.4154589372vw !important; } }

.pl10 {
  padding-left: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pl10 {
      padding-left: 2.4154589372vw !important; } }

.pr10 {
  padding-right: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pr10 {
      padding-right: 2.4154589372vw !important; } }

.pt15 {
  padding-top: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pt15 {
      padding-top: 3.6231884058vw !important; } }

.pb15 {
  padding-bottom: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pb15 {
      padding-bottom: 3.6231884058vw !important; } }

.pl15 {
  padding-left: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pl15 {
      padding-left: 3.6231884058vw !important; } }

.pr15 {
  padding-right: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pr15 {
      padding-right: 3.6231884058vw !important; } }

.pt20 {
  padding-top: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pt20 {
      padding-top: 4.8309178744vw !important; } }

.pb20 {
  padding-bottom: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pb20 {
      padding-bottom: 4.8309178744vw !important; } }

.pl20 {
  padding-left: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pl20 {
      padding-left: 4.8309178744vw !important; } }

.pr20 {
  padding-right: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pr20 {
      padding-right: 4.8309178744vw !important; } }

.pt25 {
  padding-top: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pt25 {
      padding-top: 6.038647343vw !important; } }

.pb25 {
  padding-bottom: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pb25 {
      padding-bottom: 6.038647343vw !important; } }

.pl25 {
  padding-left: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pl25 {
      padding-left: 6.038647343vw !important; } }

.pr25 {
  padding-right: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pr25 {
      padding-right: 6.038647343vw !important; } }

.pt30 {
  padding-top: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pt30 {
      padding-top: 7.2463768116vw !important; } }

.pb30 {
  padding-bottom: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pb30 {
      padding-bottom: 7.2463768116vw !important; } }

.pl30 {
  padding-left: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pl30 {
      padding-left: 7.2463768116vw !important; } }

.pr30 {
  padding-right: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pr30 {
      padding-right: 7.2463768116vw !important; } }

.pt35 {
  padding-top: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pt35 {
      padding-top: 8.4541062802vw !important; } }

.pb35 {
  padding-bottom: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pb35 {
      padding-bottom: 8.4541062802vw !important; } }

.pl35 {
  padding-left: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pl35 {
      padding-left: 8.4541062802vw !important; } }

.pr35 {
  padding-right: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pr35 {
      padding-right: 8.4541062802vw !important; } }

.pt40 {
  padding-top: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pt40 {
      padding-top: 9.6618357488vw !important; } }

.pb40 {
  padding-bottom: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pb40 {
      padding-bottom: 9.6618357488vw !important; } }

.pl40 {
  padding-left: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pl40 {
      padding-left: 9.6618357488vw !important; } }

.pr40 {
  padding-right: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pr40 {
      padding-right: 9.6618357488vw !important; } }

.pt45 {
  padding-top: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pt45 {
      padding-top: 10.8695652174vw !important; } }

.pb45 {
  padding-bottom: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pb45 {
      padding-bottom: 10.8695652174vw !important; } }

.pl45 {
  padding-left: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pl45 {
      padding-left: 10.8695652174vw !important; } }

.pr45 {
  padding-right: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pr45 {
      padding-right: 10.8695652174vw !important; } }

.pt50 {
  padding-top: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pt50 {
      padding-top: 12.077294686vw !important; } }

.pb50 {
  padding-bottom: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pb50 {
      padding-bottom: 12.077294686vw !important; } }

.pl50 {
  padding-left: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pl50 {
      padding-left: 12.077294686vw !important; } }

.pr50 {
  padding-right: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pr50 {
      padding-right: 12.077294686vw !important; } }

.pt55 {
  padding-top: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pt55 {
      padding-top: 13.2850241546vw !important; } }

.pb55 {
  padding-bottom: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pb55 {
      padding-bottom: 13.2850241546vw !important; } }

.pl55 {
  padding-left: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pl55 {
      padding-left: 13.2850241546vw !important; } }

.pr55 {
  padding-right: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pr55 {
      padding-right: 13.2850241546vw !important; } }

.pt60 {
  padding-top: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pt60 {
      padding-top: 14.4927536232vw !important; } }

.pb60 {
  padding-bottom: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pb60 {
      padding-bottom: 14.4927536232vw !important; } }

.pl60 {
  padding-left: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pl60 {
      padding-left: 14.4927536232vw !important; } }

.pr60 {
  padding-right: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pr60 {
      padding-right: 14.4927536232vw !important; } }

.pt65 {
  padding-top: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pt65 {
      padding-top: 15.7004830918vw !important; } }

.pb65 {
  padding-bottom: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pb65 {
      padding-bottom: 15.7004830918vw !important; } }

.pl65 {
  padding-left: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pl65 {
      padding-left: 15.7004830918vw !important; } }

.pr65 {
  padding-right: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pr65 {
      padding-right: 15.7004830918vw !important; } }

.pt70 {
  padding-top: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pt70 {
      padding-top: 16.9082125604vw !important; } }

.pb70 {
  padding-bottom: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pb70 {
      padding-bottom: 16.9082125604vw !important; } }

.pl70 {
  padding-left: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pl70 {
      padding-left: 16.9082125604vw !important; } }

.pr70 {
  padding-right: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pr70 {
      padding-right: 16.9082125604vw !important; } }

.pt75 {
  padding-top: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pt75 {
      padding-top: 18.115942029vw !important; } }

.pb75 {
  padding-bottom: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pb75 {
      padding-bottom: 18.115942029vw !important; } }

.pl75 {
  padding-left: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pl75 {
      padding-left: 18.115942029vw !important; } }

.pr75 {
  padding-right: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pr75 {
      padding-right: 18.115942029vw !important; } }

.pt80 {
  padding-top: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pt80 {
      padding-top: 19.3236714976vw !important; } }

.pb80 {
  padding-bottom: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pb80 {
      padding-bottom: 19.3236714976vw !important; } }

.pl80 {
  padding-left: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pl80 {
      padding-left: 19.3236714976vw !important; } }

.pr80 {
  padding-right: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pr80 {
      padding-right: 19.3236714976vw !important; } }

.pt85 {
  padding-top: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pt85 {
      padding-top: 20.5314009662vw !important; } }

.pb85 {
  padding-bottom: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pb85 {
      padding-bottom: 20.5314009662vw !important; } }

.pl85 {
  padding-left: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pl85 {
      padding-left: 20.5314009662vw !important; } }

.pr85 {
  padding-right: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pr85 {
      padding-right: 20.5314009662vw !important; } }

.pt90 {
  padding-top: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pt90 {
      padding-top: 21.7391304348vw !important; } }

.pb90 {
  padding-bottom: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pb90 {
      padding-bottom: 21.7391304348vw !important; } }

.pl90 {
  padding-left: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pl90 {
      padding-left: 21.7391304348vw !important; } }

.pr90 {
  padding-right: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pr90 {
      padding-right: 21.7391304348vw !important; } }

.pt95 {
  padding-top: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pt95 {
      padding-top: 22.9468599034vw !important; } }

.pb95 {
  padding-bottom: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pb95 {
      padding-bottom: 22.9468599034vw !important; } }

.pl95 {
  padding-left: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pl95 {
      padding-left: 22.9468599034vw !important; } }

.pr95 {
  padding-right: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pr95 {
      padding-right: 22.9468599034vw !important; } }

.pt100 {
  padding-top: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pt100 {
      padding-top: 24.154589372vw !important; } }

.pb100 {
  padding-bottom: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pb100 {
      padding-bottom: 24.154589372vw !important; } }

.pl100 {
  padding-left: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pl100 {
      padding-left: 24.154589372vw !important; } }

.pr100 {
  padding-right: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pr100 {
      padding-right: 24.154589372vw !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
.flex-box {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .flex-box {
      flex-direction: column; } }
  .flex-box--rev {
    flex-direction: row-reverse; }
    @media only screen and (max-width: 768px) {
      .flex-box--rev {
        flex-direction: column; } }
  .flex-box.dc {
    flex-direction: column; }
  .flex-box.jfs {
    justify-content: flex-start; }
  .flex-box.jfe {
    justify-content: flex-end; }
  .flex-box.jc {
    justify-content: center; }
  .flex-box.jsb {
    justify-content: space-between; }
  .flex-box.jsa {
    justify-content: space-around; }
  .flex-box.ac {
    align-items: center; }
  .flex-box.afs {
    align-items: flex-start; }
  .flex-box.afe {
    align-items: flex-end; }

/* ---------- ---------- ---------- ---------- ---------- */
.pl1em {
  padding-left: 1em; }

.pl2em {
  padding-left: 2em; }

.pl3em {
  padding-left: 3em; }

/* ---------- ---------- ---------- ---------- ---------- */
.fc--red {
  color: #d20024 !important; }
.fc--blue {
  color: #005eb8 !important; }
.fc--white {
  color: #fff !important; }
.fc--accent {
  color: #E4FF63; }
.fc--gray {
  color: #6E7982; }
.fc--main {
  color: #005eb8; }

.td--ul {
  text-decoration: underline; }

/* ---------- ---------- ---------- ---------- ---------- */
.bg--blue {
  background: #F1F6FC; }
.bg--gray {
  background: #E4EBF5; }
.bg--white {
  background: #fff; }
.bg--green {
  background: #F7FFD3; }

/* ---------- ---------- ---------- ---------- ---------- */
.movie-box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; }
  .movie-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .movie-box__notice {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 4.4rem;
    font-weight: 900; }
    @media only screen and (max-width: 768px) {
      .movie-box__notice {
        font-size: 7.2463768116vw; } }

.movie-icon {
  position: relative;
  display: inline-block;
  overflow: hidden; }
  .movie-icon::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block; }
  .movie-icon::after {
    content: "";
    z-index: 2;
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    background: url("/media_library/recruit/images/icon_start.svg") no-repeat;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2)); }
    @media only screen and (max-width: 768px) {
      .movie-icon::after {
        width: 14.4927536232vw;
        height: 14.4927536232vw; } }

.movie-icon-resize {
  position: relative;
  display: inline-block;
  overflow: hidden; }
  .movie-icon-resize::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block; }
  .movie-icon-resize::after {
    content: "";
    z-index: 2;
    position: absolute;
    display: block;
    width: var(--icon-size);
    height: var(--icon-size);
    background: url("/media_library/recruit/images/icon_start.svg") no-repeat;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2)); }
    @media only screen and (max-width: 768px) {
      .movie-icon-resize::after {
        width: 14.4927536232vw;
        height: 14.4927536232vw; } }

/* ---------- ---------- ---------- ---------- ---------- */
.page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 10;
  width: 64px;
  height: 64px;
  background: url(/media_library/grpnewtop/images/common/pagetop.svg) no-repeat center; }
  @media only screen and (max-width: 768px) {
    .page-top {
      width: 9.6618357488vw;
      height: 9.6618357488vw; } }
  .page-top:hover {
    opacity: 0.7;
    transition: opacity .4s; }

/* ---------- ---------- ---------- ---------- ---------- */
.note {
  list-style: none;
  line-height: 1.5; }
  .note__item {
    font-size: .9em;
    padding-left: 1.5em;
    text-indent: -1.5em; }
    .note__item::before {
      content: "※";
      margin-right: .5em; }
  .note--num {
    counter-reset: note;
    list-style: none;
    line-height: 1.5; }
    .note--num .note__item {
      counter-increment: note;
      font-size: .9em;
      padding-left: 2em;
      text-indent: -2em; }
      .note--num .note__item::before {
        content: "※" counter(note);
        margin-right: .5em; }

.list {
  list-style: none;
  margin-bottom: 10px; }
  .list li {
    padding-left: 1.2em;
    text-indent: -1.2em;
    margin: 0 0 5px 1em; }
    @media only screen and (max-width: 768px) {
      .list li {
        margin-left: 0; } }
    .list li:last-child {
      margin-bottom: 0; }
    .list li::before {
      content: "●";
      color: #005eb8;
      font-size: .7em;
      margin-right: .5em; }
  .list-circle-num {
    list-style: none; }
    .list-circle-num__item {
      margin-left: 1em;
      padding-left: 1.5rem;
      text-indent: -1.5em; }
      .list-circle-num__item::before {
        color: #005eb8;
        margin-right: .5em; }
      .list-circle-num__item:nth-child(1)::before {
        content: "❶"; }
      .list-circle-num__item:nth-child(2)::before {
        content: "❷"; }
      .list-circle-num__item:nth-child(3)::before {
        content: "❸"; }
      .list-circle-num__item:nth-child(4)::before {
        content: "❹"; }
      .list-circle-num__item:nth-child(5)::before {
        content: "❺"; }
      .list-circle-num__item:nth-child(6)::before {
        content: "❻"; }
      .list-circle-num__item:nth-child(7)::before {
        content: "❼"; }
      .list-circle-num__item:nth-child(8)::before {
        content: "❽"; }
      .list-circle-num__item:nth-child(9)::before {
        content: "❾"; }
      .list-circle-num__item:nth-child(10)::before {
        content: "❿"; }

/* ---------- ---------- ---------- ---------- ---------- */
.new {
  font-size: 0.7em;
  line-height: 1.4; }
  .new::after {
    content: 'New';
    background: #d20024;
    color: #fff;
    padding: 0 2px;
    border-radius: 2px;
    margin-right: 5px; }

/* ---------- ---------- ---------- ---------- ---------- */
.caption {
  font-size: .8em; }

@media only screen and (max-width: 768px) {
  #cboxClose {
    height: 12.077294686vw;
    width: 12.077294686vw;
    background-size: contain;
    top: -6.038647343vw;
    right: -6.038647343vw; } }



