@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: 700;
  text-align: left;
}

/* ===========================================================================
  font
============================================================================= */
@font-face {
  font-style: normal;
  font-weight: 100 700;
  src: local("Noto Sans JP Variable"), local("NotoSansJP-VariableFont_wght"), url("../font/NotoSansJP.woff2") format("woff2"), url("../font/NotoSansJP.woff") format("woff"), url("../font/NotoSansJP.ttf") format("truetype");
  font-family: "Noto Sans JP";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 100 700;
  src: url("../font/Outfit.woff2") format("woff2"), url("../font/Outfit.woff") format("woff"), url("../font/Outfit.ttf") format("truetype"), local("Segoe UI"), local(".SFNS-Regular");
  font-family: "Outfit";
  font-display: swap;
}
/* ===========================================================================
  base
============================================================================= */
/* ===========================================================================
  variable
============================================================================= */
/* 外部読み込みを使用していないためiOS / Android では内蔵フォント優先 */
/* ===========================================================================
  mixin
============================================================================= */
html {
  font-size: 62.5%;
  line-height: 1.75;
}

body {
  color: #000;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Source Han Sans JP", -apple-system, "Hiragino Sans", "Outfit", "Segoe UI", ".SFNS-Regular", sans-serif;
  word-wrap: break-word;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

img {
  width: 100%;
  height: auto;
}

table {
  width: 100%;
}
table th, table td {
  vertical-align: middle;
  word-break: break-all;
}

/*  form
------------------------------------ */
::placeholder {
  color: #999;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=radio],
input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/*  フッターを最下部に固定
------------------------------------ */
body {
  display: flex;
  flex-direction: column;
}

body {
  min-height: 100vh;
}

.footerWrap,
.footerSimple {
  margin-top: auto;
}

/* ===========================================================================
  footer
============================================================================= */
.footer {
  position: relative;
  margin-top: auto;
  background-color: #8e8771;
  color: #fff;
}

.footer_contentInner {
  position: relative;
}

.footer_inner {
  width: calc(100% - 15px * 2);
  max-width: 1200px;
  margin: 0 auto;
}
.footer_inner {
  padding-block: 32px;
}

.footer_logoArea {
  text-align: center;
}

.footer_logo {
  width: 161px;
}

.footer_snsArea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.footer_sns {
  display: block;
  width: 30px;
}
.footer_sns:nth-child(n+2) {
  margin-left: 20px;
}

.footer_copyright {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Outfit", sans-serif;
}

.footer_pagetop {
  display: block;
  position: absolute;
  right: 5px;
  bottom: 20px;
  width: 28px;
  height: 28px;
}

/* ===========================================================================
  footerLink
============================================================================= */
.footerLink {
  padding-block: 29px 32px;
  border-top: 1px solid #fff;
}

.footerLink_list {
  margin-inline: 25px;
}
.footerLink_list + .footerLink_list {
  margin-top: 12px;
}

.footerLink_item + .footerLink_item {
  margin-top: 6px;
}

.footerLink_text {
  font-size: 1.4rem;
}

/* ===========================================================================
  header
============================================================================= */
.header {
  display: flex;
  z-index: 8;
  position: relative;
  align-items: center;
  width: 100%;
  height: 50px;
}

.header_logoArea {
  display: flex;
  align-items: center;
  width: calc(100% - 100px);
  margin-inline: 15px auto;
}

.header_logo {
  width: min(130px, 47%);
  line-height: 1;
}

.header_bankcode {
  display: block;
  margin-left: 14px;
  font-size: 1rem;
}

.header_btnArea {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  align-items: flex-start;
  height: 50px;
}

/* ===========================================================================
  headerLoginBtn
============================================================================= */
.headerLoginBtn {
  display: grid;
  place-items: center;
  width: 50px;
  height: 100%;
  padding-top: 5px;
  border-bottom-left-radius: 5px;
  background-color: #f1392b;
}

.headerLoginBtn_icon {
  width: 17px;
}

.headerLoginBtn_text {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
}

/* ===========================================================================
  headerMenu
============================================================================= */
.headerMenu {
  visibility: hidden;
  position: fixed;
  top: 50px;
  right: 0;
  width: 100%;
  max-width: 500px;
  max-height: calc(100% - 50px - 1px);
  overflow-y: auto;
  background-color: #d31718;
  color: #fff;
  font-weight: 700;
  opacity: 0;
  transition: opacity 0.15s ease, visibility 0s 0.15s;
}
.headerMenu.is-open {
  visibility: visible;
  z-index: 5;
  opacity: 1;
  transition: opacity 0.15s ease;
}

/* ===========================================================================
  headerMenuBtn
============================================================================= */
.headerMenuBtn {
  display: grid;
  place-items: center;
  width: 50px;
  height: 100%;
  background-color: #aaa493;
}

.headerMenuBtn_bar {
  display: block;
  position: relative;
  width: 20px;
  height: 2px;
  margin-inline: auto;
  border-radius: 10px;
  background-color: #fff;
}
.headerMenuBtn_bar::before, .headerMenuBtn_bar::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: inherit;
  content: "";
  transition: transform 0.2s;
}
.headerMenuBtn_bar::before {
  top: -6px;
}
.headerMenuBtn_bar::after {
  top: 6px;
}
.headerMenuBtn.is-open .headerMenuBtn_bar {
  background-color: transparent;
}
.headerMenuBtn.is-open .headerMenuBtn_bar::before, .headerMenuBtn.is-open .headerMenuBtn_bar::after {
  background-color: #fff;
}
.headerMenuBtn.is-open .headerMenuBtn_bar::before {
  transform: translateY(6px) rotate(-45deg);
}
.headerMenuBtn.is-open .headerMenuBtn_bar::after {
  transform: translateY(-6px) rotate(45deg);
}

.headerMenuBtn_inner {
  translate: 0 6px;
}

.headerMenuBtn_text {
  display: block;
  padding-top: 13px;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  text-align: center;
  white-space: nowrap;
}

/* ===========================================================================
  headerNav
============================================================================= */

.headerNav_item:not(:first-child) {
  border-top: 1px solid #fff;
}

.headerNav_category-kojin,
.headerNav_category-hojin,
.headerNav_category-about, .headerNav_link-tenpo,
.headerNav_link-recruit {
  display: block;
  width: 100%;
  padding: 18px 72px 20px 30px;
  background: none;
  line-height: 1.2;
  cursor: pointer;
}

.headerNav_link-tenpo,
.headerNav_link-recruit {
  background: url("../img/icon_circleChevron-white.svg") no-repeat center right 15px/30px;
}

.headerNav_category-kojin,
.headerNav_category-hojin,
.headerNav_category-about,
.headerNav_link-tenpo,
.headerNav_link-recruit {
  position: relative;
}
.headerNav_category-kojin::after,
.headerNav_category-hojin::after,
.headerNav_category-about::after,
.headerNav_link-tenpo::after,
.headerNav_link-recruit::after {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 14px;
  margin: auto;
  rotate: 90deg;
  content: "";
}
.headerNav_category-kojin.is-open::after,
.headerNav_category-hojin.is-open::after,
.headerNav_category-about.is-open::after,
.headerNav_link-tenpo.is-open::after,
.headerNav_link-recruit.is-open::after {
  rotate: -90deg;
}

.headerNav_icon::before, .headerNav_icon::after {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  margin: auto;
  content: "";
  pointer-events: none;
  transition: transform 0.2s;
}
.headerNav_icon::before {
  z-index: 5;
  bottom: 0;
  width: 2px;
  height: 13px;
  transform: translateX(-14px) rotate(0deg);
  transform-origin: center;
  border-radius: 5px;
  background-color: #d31718;
}
.headerNav_icon::after {
  bottom: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff linear-gradient(#d31718, #d31718) no-repeat center/13px 2px;
}
.headerNav_category-kojin.is-open .headerNav_icon::before, .headerNav_category-hojin.is-open .headerNav_icon::before, .headerNav_category-about.is-open .headerNav_icon::before {
  transform: translateX(-14px) rotate(90deg);
}
.headerNav_category-kojin.is-open .headerNav_icon::after, .headerNav_category-hojin.is-open .headerNav_icon::after, .headerNav_category-about.is-open .headerNav_icon::after {
  background-size: 0 2px;
}

/* ===========================================================================
  headerNavSecond
============================================================================= */

.headerNavSecond_inner {
  width: calc(100% - 15px * 2);
  max-width: 1260px;
  margin: 0 auto;
}
.headerNavSecond_inner {
  width: 100%;
}

/* ===========================================================================
  headerNavTab
============================================================================= */
.headerNavTab {
  display: grid;
}

.headerNavTab_tabList {
  display: none;
}

.headerNavTab_tab {
  display: grid;
  position: relative;
  width: 100%;
  padding: 12px 10px 34px;
  font-weight: 600;
}
.headerNavTab_tab + .headerNavTab_tab::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 8px;
  height: 0;
  border-top: 1px dotted #fff;
  content: "";
}

.headerNavTab_content.is-hide {
  display: none;
}

.headerNavTab_linkArea, .headerNavTab_linkArea-col3 {
  display: flex;
  flex-direction: column;
}

.headerNavTab_link, .headerNavTab_link-top {
  display: block;
  position: relative;
  padding: 15px 25px;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  font-size: 1.4rem;
}
.headerNavTab_link::before, .headerNavTab_link-top::before, .headerNavTab_link::after, .headerNavTab_link-top::after {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 7px;
  height: 2px;
  transform-origin: right center;
  border-radius: 50px;
  background-color: #d31718;
  content: "";
}
.headerNavTab_link::before, .headerNavTab_link-top::before {
  transform: translateY(-50%) rotate(45deg);
}
.headerNavTab_link::after, .headerNavTab_link-top::after {
  transform: translateY(-50%) rotate(-45deg);
}

.headerNavTab_link-top {
  background-color: #fcd8d8;
  color: #d31718;
  font-weight: 700;
  font-size: 1.6rem;
}
.headerNavTab_link-top::before, .headerNavTab_link-top::after {
  right: 26px;
}

.headerNavTab_item + .headerNavTab_item {
  border-top: 1px solid #d31718;
}

/* SP時は表示順を変更 */
.is-top {
  order: 1;
}

/* 相談する */
.is-jutaku {
  order: 2;
}

.is-shisan {
  order: 3;
}

.is-nenkin {
  order: 4;
}

.is-zeimu {
  order: 5;
}

.is-sozoku {
  order: 6;
}

.is-lifeevent {
  order: 7;
}

/* ためる・ふやす */
.is-yokin {
  order: 2;
}

.is-toushin {
  order: 3;
}

.is-gaika {
  order: 4;
}

.is-kokyosai {
  order: 5;
}

/* かりる */
.is-car {
  order: 2;
}

.is-house {
  order: 3;
}

.is-kyoiku {
  order: 4;
}

.is-card {
  order: 5;
}

.is-reform {
  order: 6;
}

.is-free {
  order: 7;
}

.is-simulation {
  order: 8;
}

.is-internet {
  order: 9;
}

/* そなえる */
.is-seimei {
  order: 2;
}

.is-songai {
  order: 3;
}

.is-ideco {
  order: 4;
}

.is-sintaku {
  order: 5;
}

/* 便利なサービス */
.is-webbanking {
  order: 2;
}

.is-apuri {
  order: 3;
}

.is-gaika {
  order: 4;
}

.is-ic-card {
  order: 5;
}

.is-sonota {
  order: 6;
}

/* 法人 ビジネスサポート */
.is-tonobigadvance {
  order: 2;
}

.is-shindan {
  order: 3;
}

.is-renkei {
  order: 4;
}

.is-report {
  order: 5;
}

.is-sogyo {
  order: 6;
}

.is-ninteijigyo {
  order: 7;
}

.is-jigyokeisho {
  order: 8;
}

/* 法人 便利なサービス */
.is-web-fb {
  order: 2;
}

.is-gaitame {
  order: 3;
}

.is-densai {
  order: 4;
}

.is-densai-light {
  order: 5;
}

.is-invoice {
  order: 6;
}

.is-dmweb {
  order: 7;
}

/* とうしんについて */
.is-gaiyo {
  order: 1;
}

.is-vision {
  order: 2;
}

.is-history {
  order: 3;
}

.is-toshin {
  order: 4;
}

.is-sodaikai {
  order: 5;
}

.is-tos {
  order: 6;
}

.is-manabi {
  order: 7;
}

.is-wayplaza {
  order: 8;
}

.is-disclosure {
  order: 9;
}

.is-kinyu {
  order: 10;
}

.is-benchmark {
  order: 11;
}

.is-chiki {
  order: 12;
}

.is-group {
  order: 13;
}

.headerNavTab_accordion {
  display: block;
  border-top: 1px solid #fff;
}

.headerNavTab_summary {
  display: grid;
  position: relative;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  padding: 12px 25px;
  background-color: #fcd8d8;
  color: #d31718;
  font-weight: 600;
  list-style: none;
  cursor: pointer;
}
.headerNavTab_summary::before, .headerNavTab_summary::after {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  margin: auto;
  border-radius: 50%;
  content: "";
  pointer-events: none;
  transition: transform 0.2s;
}
.headerNavTab_summary::before {
  z-index: 5;
  bottom: 0;
  width: 2px;
  height: 13px;
  transform: translateX(-14px) rotate(0deg);
  transform-origin: center;
  background-color: #d31718;
}
.headerNavTab_summary::after {
  bottom: 0;
  width: 30px;
  height: 30px;
  background: linear-gradient(#d31718, #d31718) no-repeat center/13px 2px;
}
.headerNavTab_accordion[open] .headerNavTab_summary::before {
  transform: translateX(0px) rotate(90deg);
}
.headerNavTab_accordion[open] .headerNavTab_summary::after {
  background-size: 0 2px;
  background-color: transparent;
}

.headerNavTab_summary {
  display: grid;
  position: relative;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  padding: 12px 25px;
  background-color: #fcd8d8;
  color: #d31718;
  font-weight: 600;
  list-style: none;
  cursor: pointer;
}
.headerNavTab_summary::before, .headerNavTab_summary::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  pointer-events: none;
  transition: transform 0.2s;
}
.headerNavTab_summary::before {
  z-index: 5;
  right: 29px;
  width: 2px;
  height: 13px;
  transform: rotate(0deg);
  transform-origin: center;
  border-radius: 5px;
  background-color: #d31718;
}
.headerNavTab_summary::after {
  right: 23px;
  width: 13px;
  height: 2px;
  border-radius: 5px;
  background-color: #d31718;
}

/* ===========================================================================
  headerSearch
============================================================================= */
.headerSearch {
  display: block;
  z-index: 7;
  width: 100%;
  color: #000;
  font-weight: 400;
}

.headerSearch_form {
  width: 100%;
  padding: 15px;
  background-color: #aaa493;
}

.headerSearch_yahooLogo {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 30px;
  width: 50px;
}

.headerSearch_inputArea {
  width: 100%;
  padding: 10px 88px 12px 75px;
  overflow: hidden;
  border: none;
  border-radius: 50px;
  outline: none;
  background-color: #fff;
  font-size: 1.6rem;
}

.headerSearch_submitBtn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 80px;
  height: 50px;
  border: none;
  border-radius: 0 50px 50px 0;
  outline: none;
  background-color: #d31718;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

/* ===========================================================================
  headerSearchBtn
============================================================================= */
.headerSearchBtn {
  display: none;
}

/* ===========================================================================
  headerSubMenu
============================================================================= */
.headerSubMenu {
  display: none;
}

.headerSubMenu_inner {
  width: calc(100% - 58px);
}

.headerSubMenu_linkList {
  display: flex;
  justify-content: space-between;
}

.headerSubMenu_item {
  display: grid;
  place-items: center;
}

.headerSubMenu_link {
  font-size: 1.4rem;
}

/* ===========================================================================
  block01
============================================================================= */
.block01 {
  padding: 34px 35px 38px;
  border: 3px solid #d31718;
  border-radius: 10px;
  background-color: #fff;
}

.block01_body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.block01_point {
  display: grid;
  position: relative;
  place-content: center;
  margin-bottom: 35px;
  color: #d31718;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
}
.block01_point::before {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 39px;
  height: 4px;
  margin-inline: auto;
  background-color: #d31718;
  content: "";
}

.block01_pointNum {
  display: block;
  font-size: 4rem;
}

.block01_img, .block01_img-l {
  width: 100%;
  max-width: 200px;
  margin: 15px auto 0;
}

.block01_img-l {
  max-width: 285px;
}

.block01_text {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: -0.02em;
}

.block01_text-s {
  margin-top: 14px;
}

/* ===========================================================================
  block01List
============================================================================= */
.block01List, .block01List-col3, .block01List-col2 {
  display: grid;
  gap: 20px;
}

/* ===========================================================================
  block02
============================================================================= */
.block02-02, .block02-01 {
  padding: 20px 20px 25px;
  border: 3px solid;
  border-radius: 10px;
  background-color: #fff;
}

.block02-01 {
  border-color: #ef5c89;
}

.block02-02 {
  border-color: #0daaac;
}

.block02-bg {
  position: relative;
  padding: 62px 20px 50px;
  border-radius: 10px;
  background-color: #ffd4d6;
}
.block02-bg::after {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 125px;
  height: 60px;
  translate: -50%;
  background: url("../img/icon_ex.svg") no-repeat center/contain;
  content: "";
}

.block02_item03, .block02_item02, .block02_item01 {
  width: 100%;
  padding: 20px 17px 25px;
  border: 3px solid;
  background-color: #fff;
}

.block02_item01 {
  border-color: #ef5c89;
}

.block02_item02 {
  position: relative;
  border-color: #0daaac;
}
.block02_item02::after {
  position: absolute;
  top: -56px;
  left: 50%;
  width: 36px;
  height: 36px;
  translate: -50%;
  background: url("../img/icon_plus.svg") no-repeat center/contain;
  content: "";
}

.block02_item03 {
  position: relative;
  border-color: #d31718;
}
.block02_item03::after {
  position: absolute;
  top: -54px;
  left: 50%;
  width: 36px;
  height: 26px;
  transform: translate(-50%, 0) rotate(90deg);
  background: url("../img/icon_equal.svg") no-repeat center/contain;
  content: "";
}

.block02_title-s, .block02_title {
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

.block02_title {
  margin-bottom: 22px;
  padding: 10px 20px 13px;
}
.block02-01 .block02_title {
  background-color: #ef5c89;
}
.block02-02 .block02_title {
  background-color: #0daaac;
}

.block02_title-s {
  margin-bottom: 23px;
  padding: 11px 15px 12px;
}
.block02_item01 .block02_title-s {
  background-color: #ef5c89;
}
.block02_item02 .block02_title-s {
  background-color: #0daaac;
}
.block02_item03 .block02_title-s {
  margin-bottom: 30px;
  background-color: #d31718;
}

.block02_lead, .block02_lead-l {
  font-weight: 700;
  text-align: center;
}

.block02_lead-l {
  font-size: 2.2rem;
}

ol.block02_list {
  display: grid;
  margin-top: 30px;
  font-weight: 700;
  counter-reset: number;
}
ol.block02_list > li {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 20px 40px;
  gap: 30px;
  border-top: 1px dotted #acacac;
  font-size: min(1.6rem, 4.04vw);
}
ol.block02_list > li:last-child {
  border-bottom: 1px dotted #acacac;
}
ol.block02_list > li::before {
  display: grid;
  position: absolute;
  top: 1.166em;
  left: 0;
  place-items: center;
  width: 1.666em;
  height: 1.666em;
  border-radius: 50%;
  content: counter(number);
  color: #fff;
  font-weight: 700;
  font-size: 1.125em;
  counter-increment: number;
}
.block02-01 ol.block02_list > li::before {
  background-color: #ef5c89;
}
.block02-02 ol.block02_list > li::before {
  background-color: #0daaac;
}

.block02_rate, .block02_rate-number, .block02_rate-numberL, .block02_rate-l {
  font-size: 1.6rem;
  line-height: 1;
}
.block02-01 .block02_rate, .block02-01 .block02_rate-number, .block02-01 .block02_rate-numberL, .block02-01 .block02_rate-l {
  color: #ef5c89;
}
.block02-02 .block02_rate, .block02-02 .block02_rate-number, .block02-02 .block02_rate-numberL, .block02-02 .block02_rate-l {
  color: #0daaac;
}

.block02_rate-l {
  font-size: 2.8rem;
  text-align: center;
}
.block02_item01 .block02_rate-l {
  color: #ef5c89;
}
.block02_item02 .block02_rate-l {
  color: #0daaac;
}
.block02_item03 .block02_rate-l {
  color: #d31718;
}

.block02_rate-number, .block02_rate-numberL {
  font-weight: 700;
  font-size: 2.2rem;
  font-family: "Outfit", sans-serif;
}

.block02_rate-numberL {
  font-size: 5rem;
}

.block02_totalArea {
  display: grid;
  gap: 77px;
}

.block02_numberIconArea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.block02_numberIcon {
  display: block;
  z-index: 1;
  position: relative;
  width: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
.block02_numberIcon + .block02_numberIcon {
  margin-left: 5px;
}
.block02_numberIcon::before {
  display: grid;
  z-index: -1;
  position: absolute;
  top: 0.1em;
  left: 0;
  place-items: center;
  width: 1.666em;
  height: 1.666em;
  border-radius: 50%;
  content: "";
}
.block02_item01 .block02_numberIcon::before {
  background-color: #ef5c89;
}
.block02_item02 .block02_numberIcon::before {
  background-color: #0daaac;
}

.block02_item01Text {
  margin-left: 10px;
}

/* ===========================================================================
  block02List
============================================================================= */
.block02List, .block02List-col2 {
  display: grid;
  gap: 20px;
}

/* ===========================================================================
  block03
============================================================================= */
.block03_dl01 {
  display: grid;
  font-weight: 700;
}

.block03_dl01Item {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 20px 37px;
  gap: 30px;
  border-top: 1px dotted #acacac;
  font-size: min(1.6rem, 4.04vw);
}
.block03_dl01Item:last-child {
  border-bottom: 1px dotted #acacac;
}
.block03_dl01Item::before {
  display: block;
  position: absolute;
  top: 1.6em;
  left: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #d31718;
  content: "";
}

.block03_rate, .block03_rate-number, .block03_rate-numberL, .block03_rate-l {
  color: #d31718;
  font-size: 1.6rem;
  line-height: 1;
}

.block03_rate-l {
  font-size: 2.8rem;
  text-align: center;
}

.block03_rate-number, .block03_rate-numberL {
  font-weight: 700;
  font-size: 2.2rem;
  font-family: "Outfit", sans-serif;
}

.block03_rate-numberL {
  font-size: 5rem;
}

.block03_total {
  position: relative;
  width: 100%;
  max-width: 418px;
  margin: 100px auto 0;
  padding: 60px 20px;
  border: 3px solid #d31718;
  border-radius: 10px;
  background-color: #fcd8d8;
}
.block03_total::after {
  position: absolute;
  top: -74px;
  left: 50%;
  width: 45px;
  height: 45px;
  translate: -50%;
  rotate: 90deg;
  background: url("../img/icon_arrow.svg") no-repeat center/contain;
  content: "";
}

.block03_text {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}

/* ===========================================================================
  block03List
============================================================================= */
.block03List, .block03List-col2 {
  display: grid;
}

/* ===========================================================================
  block04
============================================================================= */
.block04 {
  padding: 22px 20px 28px;
  border-radius: 10px;
  background-color: #f8f7f4;
}

/* ===========================================================================
  block05
============================================================================= */
.block05, .block05-bg {
  position: relative;
  padding: 27px;
  border-radius: 10px;
}

.block05-bg {
  background-color: #f8f7f4;
}

.block05_textArea {
  text-align: center;
}

.block05_text {
  display: block;
  margin-bottom: 11px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}

.block05_text-emphasis {
  display: block;
  color: #d31718;
  font-weight: 700;
  line-height: 1.28;
}

.block05_rate {
  font-size: 6rem;
  font-family: "Outfit", sans-serif;
}

.block05_mark {
  font-size: 2.4rem;
}

.block05_tag01 {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 50%;
  padding: 2px 14px 3px;
  translate: -50%;
  border-radius: 50px;
  background-color: #10a9ab;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
}

/* ===========================================================================
  block06
============================================================================= */
.block06 {
  padding: 27px;
  border: 2px solid #8e8771;
  border-radius: 10px;
  background-color: #fffae5;
}

.block06_lead {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #8e8771;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}

/* ===========================================================================
  block07
============================================================================= */
.block07, .block07-chevron {
  padding: 27px;
  border: 2px solid #8e8771;
  border-radius: 10px;
  background-color: #fff;
}

.block07-chevron {
  position: relative;
}
.block07-chevron::before, .block07-chevron::after {
  position: absolute;
  top: -25px;
  width: 19px;
  height: 3px;
  border-radius: 50px;
  background-color: #8e8771;
  content: "";
}
.block07-chevron::before {
  left: calc(50% - 18px);
  transform-origin: right center;
  rotate: 45deg;
}
.block07-chevron::after {
  left: 50%;
  transform-origin: left center;
  rotate: -45deg;
}

.block07_lead {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.8rem;
}

.block07_img-w750 {
  margin: 30px auto 0;
}

/* ===========================================================================
  block07List
============================================================================= */
.block07List, .block07List-col2 {
  display: grid;
  gap: 56px;
}

/* ===========================================================================
  block08
============================================================================= */
.block08 {
  padding: 20px;
  border-radius: 10px;
  background-color: #fcd8d8;
}

/* ===========================================================================
  block09
============================================================================= */
.block09 {
  display: grid;
  gap: 32px;
}

/* ===========================================================================
  br
============================================================================= */

.br-m {
  display: none;
}

.br-l {
  display: none;
}

.br-ml {
  display: none;
}

/* ===========================================================================
  breadcrumbs
============================================================================= */
.breadcrumbs {
  display: none;
}

.breadcrumbs_list {
  width: calc(100% - 15px * 2);
  max-width: 1200px;
  margin: 0 auto;
}
.breadcrumbs_list::-webkit-scrollbar {
  height: 10px;
}
.breadcrumbs_list::-webkit-scrollbar-track {
  border-radius: 7px;
  background-color: #f3f3f3;
}
.breadcrumbs_list::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #acacac;
}
.breadcrumbs_list {
  scrollbar-color: #acacac #f3f3f3;
  scrollbar-width: thin;
}

/* ===========================================================================
  btn01
============================================================================= */
.btn01, .btn01-m, .btn01-s {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 18px 15px;
  border: 3px solid transparent;
  border-radius: 40px;
  background-color: #d31718;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.btn01-s {
  margin-inline: auto;
}

.btn01-m {
  margin-inline: auto;
}

.btn01_text, .btn01_text-back {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 20px;
  line-height: 1.44;
}
.btn01_text::before, .btn01_text-back::before, .btn01_text::after, .btn01_text-back::after {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 7px;
  height: 1.5px;
  transform-origin: right center;
  border-radius: 50px;
  background-color: #fff;
  content: "";
}
.btn01_text::before, .btn01_text-back::before {
  transform: translateY(-50%) rotate(45deg);
}
.btn01_text::after, .btn01_text-back::after {
  transform: translateY(-50%) rotate(-45deg);
}

.btn01_text-s {
  font-size: 1.4rem;
}

.btn01_text-l {
  font-size: 1.8rem;
}

.btn01_text-back::before, .btn01_text-back::after {
  right: auto;
  left: 0;
  rotate: 180deg;
}

.btn01_icon-blank {
  display: inline-block;
  padding-right: calc(1.2em + 5px);
  background: url("../img/icon_blank.svg") no-repeat right 1px center/1.2em;
}

.btn01_icon-pdf {
  display: inline-block;
  padding-right: calc(1.56em + 30px);
  background: url("../img/icon_pdf.svg") no-repeat right 1px center/1.56em;
}

/* ===========================================================================
  btn02
============================================================================= */
.btn02, .btn02-m, .btn02-s {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 108px;
  padding: 20px;
  border: 2px solid #d31718;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.btn02-s {
  margin-inline: auto;
}

.btn02-m {
  margin-inline: auto;
}

.btn02_text, .btn02_text-back {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 38px;
  font-weight: 700;
  font-size: 1.8rem;
}
.btn02_text::after, .btn02_text-back::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background: url("../img/icon_circleChevron-red.svg") no-repeat center/contain;
  content: "";
}

.btn02_text-back {
  padding-inline: 38px 0;
}
.btn02_text-back::after {
  right: auto;
  left: 0;
  rotate: 180deg;
}

.btn02_icon-blank {
  display: inline-block;
  padding-right: calc(1.2em + 5px);
  background: url("../img/icon_blank.svg") no-repeat right top 11px/0.75em;
}

.btn02_icon-pdf {
  display: inline-block;
  padding-right: calc(1.56em + 30px);
  background: url("../img/icon_pdf.svg") no-repeat right top 8px/2.5em;
}

/* ===========================================================================
  btn03
============================================================================= */
.btn03,
.btn03-white {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 18px 15px;
  border: 2px solid;
  border-radius: 40px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.btn03 {
  border-color: transparent;
  background-color: #d31718;
  color: #fff;
}

.btn03-white {
  border-color: #d31718;
  background-color: #fff;
  color: #d31718;
}

.btn03_text {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 20px;
  line-height: 1.44;
}

/* ===========================================================================
  btn04
============================================================================= */
.btn04, .btn04-s {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 19px 15px 21px 5px;
  border: 3px solid transparent;
  border-radius: 100px;
  background-color: #0babad;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.btn04-s {
  margin-inline: auto;
  padding: 29px 18px 32px;
}

.btn04_icon, .btn04_icon-l {
  position: relative;
  padding-left: 57px;
}
.btn04_icon::before, .btn04_icon-l::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 47px;
  height: 47px;
  translate: 0 -50%;
  background: url("../img/icon_device-white.svg") no-repeat center center/contain;
  content: "";
}

.btn04_icon-l {
  padding-left: 70px;
}
.btn04_icon-l::before {
  width: 60px;
  height: 60px;
}

.btn04_text, .btn04_text-l {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 20px;
  line-height: 1.44;
}
.btn04_text::before, .btn04_text-l::before, .btn04_text::after, .btn04_text-l::after {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 7px;
  height: 1.5px;
  transform-origin: right center;
  border-radius: 50px;
  background-color: #fff;
  content: "";
}
.btn04_text::before, .btn04_text-l::before {
  transform: translateY(-50%) rotate(45deg);
}
.btn04_text::after, .btn04_text-l::after {
  transform: translateY(-50%) rotate(-45deg);
}

.btn04_text-l {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 0 10px;
  font-size: 1.8rem;
}
.btn04_text-l::before, .btn04_text-l::after {
  width: 12px;
  height: 2.5px;
}

/* ===========================================================================
  btnList
============================================================================= */
.btnList, .btnList-col3, .btnList-col2 {
  display: grid;
  gap: 20px;
}

/* ===========================================================================
  content
============================================================================= */
.content, .content-bg {
  padding-block: 40px 80px;
}

.content-bg {
  padding-block: 75px 100px;
  background-color: #f8f7f4;
}

.content_inner {
  width: calc(100% - 15px * 2);
  max-width: 1200px;
  margin: 0 auto;
}

.content_inner-xs {
  width: calc(100% - 15px * 2);
  max-width: 1200px;
  margin: 0 auto;
}

.content_inner-l {
  width: calc(100% - 15px * 2);
  max-width: 1260px;
  margin: 0 auto;
}

/* ===========================================================================
  dl01
============================================================================= */
.dl01 > dt {
  margin-bottom: 13px;
  color: #d31718;
  font-weight: 700;
  font-size: 1.8rem;
}
.dl01 > dt:not(:first-of-type) {
  margin-top: 37px;
}
.dl01 > dd {
  font-size: 1.6rem;
}

/* ===========================================================================
  floating
============================================================================= */
.floating-2btn, .floating-1btn {
  z-index: 2;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  margin-inline: auto;
  padding: 10px 15px;
  background-color: #454442;
}

.floating-2btn {
  bottom: 0;
}

.floating_btnList, .floating_btnList-col2 {
  display: grid;
  gap: 10px;
}

.floating_btnList-col2 {
  grid-template-columns: repeat(2, 1fr);
}

.floating_btn-pc {
  display: none;
}

.floating_btn-sp,
.floating_btnWhite-sp {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.floating_btn-sp {
  padding: 10px 16px 10px 20px;
  background-color: #0babad;
  color: #fff;
}

.floating_btnWhite-sp {
  padding: 3px 16px 4px;
  background-color: #fff;
  color: #d31718;
  text-align: center;
}

.floating_btnIcon {
  width: 11px;
  height: 19px;
  margin-right: 9px;
}

.floating_btnText {
  font-weight: 700;
  font-size: 1.2rem;
}

.floating_btnText-s {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
}

/* ===========================================================================
  flow01
============================================================================= */
.flow01 {
  display: grid;
  gap: 60px;
}

.flow01_item, .flow01_item-bg {
  display: grid;
  position: relative;
  padding: 16px 20px 24px;
  gap: 5px;
  border-radius: 10px;
  background-color: #fff;
}
.flow01_item:not(:last-child)::before, .flow01_item-bg:not(:last-child)::before, .flow01_item:not(:last-child)::after, .flow01_item-bg:not(:last-child)::after {
  position: absolute;
  top: calc(100% + 36px);
  width: 17px;
  height: 2px;
  border-radius: 50px;
  background-color: #d31718;
  content: "";
}
.flow01_item:not(:last-child)::before, .flow01_item-bg:not(:last-child)::before {
  right: 50%;
  transform-origin: 100% 50%;
  rotate: 47deg;
}
.flow01_item:not(:last-child)::after, .flow01_item-bg:not(:last-child)::after {
  left: 50%;
  transform-origin: 0 50%;
  rotate: -47deg;
}

.flow01_item-bg {
  background-color: #f8f7f4;
}

.flow01_step {
  display: flex;
  position: relative;
  align-items: center;
  color: #d31718;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
}

.flow01_stepNum {
  display: block;
  margin-left: 8px;
  font-size: 3rem;
}

.flow01_title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 1.8rem;
}

.flow01_btn {
  margin-top: 20px;
}

.flow01_block01 {
  padding: 20px;
  border: 1px solid #8e8771;
  background-color: #fff;
}

.flow01_block01Title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 1.8rem;
}

/* ==========================================================================
  footSlider
============================================================================= */
.footSlider {
  padding-block: 40px;
}

.footSlider_inner {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.footSlider_slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.footSlider_item {
  display: block;
  width: 100%;
  line-height: 0;
}

.footSlider_img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.footSlider .splide__track {
  overflow: hidden;
}
.footSlider .splide__arrow {
  display: grid;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 20px;
  translate: 0 -50%;
  border: 0;
  background: transparent;
}
.footSlider .splide__arrow > svg {
  width: 12px;
  height: 20px;
}
.footSlider .splide__arrow > svg > path {
  fill: #aaa493;
}
.footSlider .splide__arrow--prev {
  right: calc(100% - 25px);
  rotate: 180deg;
}
.footSlider .splide__arrow--next {
  left: calc(100% - 25px);
}

/* ===========================================================================
  form
============================================================================= */
.form {
  border: 1px solid #acacac;
}

.form_item:nth-child(n+2) {
  border-top: 1px solid #acacac;
}

.form_label {
  padding: 20px 15px;
  background-color: #fcd8d8;
  font-weight: 700;
}

.form_field {
  margin-top: 2px;
  padding: 20px 25px 20px 20px;
  background-color: #fff;
}

.form_inputArea-col2,
.form_inputArea-col4 {
  display: grid;
  align-items: center;
  gap: 10px;
}

.form_inputArea-col2 {
  grid-template-columns: 1fr auto;
}

.form_inputArea-col4 {
  grid-template-columns: 1fr auto 1fr auto;
}

.form_required {
  display: flex;
  align-items: center;
}
.form_required::after {
  flex-shrink: 0;
  margin-left: 5px;
}

.form_text-btm {
  margin-top: 20px;
}

.form_errorMsg {
  margin-top: 10px;
  color: #d31718;
  font-weight: 700;
}

.form_textField, .form_textField-col2 {
  display: block;
  width: 100%;
  padding: 17px 15px;
  border: 2px solid transparent;
  border-radius: 20px;
  background-color: #f8f7f4;
  resize: vertical;
}
.form_textField.is-error, .is-error.form_textField-col2 {
  border-color: #d31718;
}
.form_textField:focus, .form_textField-col2:focus, .form_textField.is-error:focus {
  border-color: #acacac;
  outline: none;
}

.form_textField-col2 {
  padding: 14px 7px;
  font-size: 1.1rem;
}

/* ===========================================================================
  formArea
============================================================================= */
.formArea_errorMsg {
  margin-bottom: 30px;
}

.formArea_btnArea, .formArea_btnArea-col2 {
  margin-top: 50px;
}

.formArea_btnArea-col2 {
  display: grid;
  gap: 20px;
}
.formArea_btnArea-col2 > .btn03-white {
  order: 2;
}

/* ===========================================================================
  heading01
============================================================================= */
.heading01 {
  padding-block: 24px 56px;
}

.heading01_title, .heading01_title-deco {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.4;
}

.heading01_title-deco {
  position: relative;
  padding-left: 26px;
}
.heading01_title-deco::before {
  display: block;
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  border: 6px solid #d31718;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.heading01_category {
  position: relative;
  margin-bottom: 5px;
  padding-left: 16px;
  color: #d31718;
  font-weight: 700;
  font-size: 1.4rem;
}
.heading01_category::before {
  display: block;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border: 3px solid #d31718;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.heading01_text {
  margin-top: 50px;
}

/* ===========================================================================
  heading02
============================================================================= */
.heading02 {
  position: relative;
  margin-bottom: 47px;
  text-align: center;
}

.heading02_text {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.43;
}
.heading02_text::before {
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  width: 30px;
  height: 4px;
  margin-inline: auto;
  background-color: #d31718;
  content: "";
}

/* ===========================================================================
  heading03
============================================================================= */
.heading03 {
  position: relative;
  margin-block: 42px 29px;
  padding-left: 30px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.45;
}
.heading03::before {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 6px solid #d31718;
  border-radius: 50%;
  content: "";
}

/* ===========================================================================
  heading04
============================================================================= */
.heading04 {
  position: relative;
  margin-bottom: 28px;
  padding-left: 30px;
  font-weight: 700;
}
.heading04::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #d31718;
  content: "";
}

/* ===========================================================================
  icon
============================================================================= */
.icon-blank {
  margin-right: 8px;
  padding-right: calc(0.75em + 5px);
  background: url("../img/icon_blank.svg") no-repeat right top 7px/0.75em;
}

.icon-pdf {
  margin-right: 8px;
  padding-right: calc(2.5em + 10px);
  background: url("../img/icon_pdf.svg") no-repeat right top 5px/2.5em;
}

/* ===========================================================================
  imgBlock01
============================================================================= */
.imgBlock01 {
  padding: 24px 20px 28px;
  border-radius: 10px;
  background-color: #fff;
}

.imgBlock01_img {
  display: block;
  max-width: 1000px;
  margin-inline: auto;
}

/* ===========================================================================
  inquiry
============================================================================= */
.inquiry {
  display: grid;
  position: relative;
  place-items: center;
  padding-block: 64px 100px;
  border-bottom: 2px solid #fff;
  background: url("../img/bg_01.svg") top -18px left -17px/95px, #d31718;
}

.inquiry_inner {
  width: calc(100% - 15px * 2);
  max-width: 1260px;
  margin: 0 auto;
}
.inquiry_inner {
  padding: 34px 20px 50px;
  border-radius: 20px;
  background-color: #fff;
}

.inquiry_title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: clamp(2.6rem, 1vw + 2.3rem, 3.2rem);
  line-height: 1.44;
  text-align: center;
}

.inquiry_content {
  display: grid;
  align-items: flex-start;
  gap: 28px;
}

.inquiry_btnArea-col3 {
  display: grid;
  gap: 20px;
}

.inquiry_btn {
  display: grid;
  grid-template-columns: auto 1fr;
  place-items: center;
  padding: 18px;
  gap: 7px;
  border: 2px solid #d31718;
  border-radius: 10px;
}

.inquiry_icon {
  width: 100%;
  max-width: 68px;
  margin-inline: auto;
}

.inquiry_btnText {
  font-weight: 700;
  font-size: 1.8rem;
}

.inquiry_telWrap {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 5px;
}

.inquiry_telTitle {
  margin-bottom: 22px;
  padding: 15px 25px;
  border-radius: 10px;
  background-color: #d31718;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}

.inquiry_telIcon {
  max-width: 37px;
}

.inquiry_telNum {
  color: #d31718;
  font-weight: 700;
  font-size: clamp(3.7rem, 0.6vw + 3rem, 5.1rem);
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.02em;
}

/* ===========================================================================
  label01
============================================================================= */
.label01, .label01-campaign, .label01-important {
  display: inline-block;
  min-width: 125px;
  padding: 8px;
  border-radius: 50px;
  background-color: #e5600d;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

.label01-important {
  background-color: #d31718;
}

.label01-campaign {
  background-color: #10a7a8;
}

/* ===========================================================================
  label02
============================================================================= */
.label02-topLeft, .label02 {
  display: inline-block;
  background-color: #10a9ab;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
}

.label02 {
  margin-left: 10px;
  padding: 2px 14px 3px;
  translate: 0 -1px;
  border-radius: 50px;
}

.label02-topLeft {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 15px 7px;
  border-radius: 10px 0 10px 0;
}

/* ===========================================================================
  lead01
============================================================================= */
.lead01 {
  font-weight: 700;
  font-size: 1.6rem;
}

/* ===========================================================================
  link
============================================================================= */
.link {
  color: #d31718;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ===========================================================================
  linkArrow
============================================================================= */
.linkArrow {
  padding-left: calc(1.4em + 9px);
  background: url("../img/icon_linkArrow.svg") no-repeat left top 5px/1.4em;
}

.linkArrow_text {
  color: #d31718;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ===========================================================================
  linkArrowList
============================================================================= */
.linkArrowList {
  display: grid;
  row-gap: 8px;
}

/* ===========================================================================
  linkBlock01
============================================================================= */
.linkBlock01, .linkBlock01-l {
  position: relative;
  padding: 18px 20px 26px;
  border-radius: 10px;
  background-color: #fcd8d8;
}

.linkBlock01, .linkBlock01-l {
  position: relative;
  padding: 18px 20px 26px;
  border-radius: 10px;
  background-color: #fcd8d8;
}

.linkBlock01_titleArea {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px;
  align-items: center;
  padding-bottom: 20px;
  gap: 10px;
  border-bottom: 2px solid #d31718;
}
.linkBlock01_titleArea::after {
  display: block;
  width: 30px;
  height: 30px;
  translate: 0 0;
  background: url("../img/icon_circleChevron-red.svg") no-repeat center/contain;
  content: "";
  transition: translate 0.2s;
}

.linkBlock01_title {
  min-width: 0;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4;
}

.linkBlock01_titleText {
  display: inline;
}

.linkBlock01_label02 {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.linkBlock01_text {
  margin-top: 17px;
}

.linkBlock01_text {
  margin-top: 17px;
}

/* ===========================================================================
  linkBlock01Area
============================================================================= */
.linkBlock01Area {
  display: grid;
  position: relative;
  border-radius: 10px;
}

.linkBlock01Area_imgWrap {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.linkBlock01Area_imgWrap-loan {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.linkBlock01Area_img {
  display: block;
  width: 100%;
  height: 100%;
}

.linkBlock01Area_linkBlock01 {
  display: block;
  border-radius: 0 0 10px 10px;
}

.linkBlock01Area_linkBlock01-loan {
  display: block;
  border-radius: 0 0 10px 10px;
}

/* ===========================================================================
  linkBlock01List
============================================================================= */
.linkBlock01List {
  display: grid;
  gap: 20px;
}

.linkBlock01List-loan {
  display: grid;
  gap: 20px;
}

/* ===========================================================================
  linkBlock02
============================================================================= */
.linkBlock02 {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.linkBlock02_link {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #dfdfdf;
}
.linkBlock02_link::before {
  display: block;
  padding-top: 34.15%;
  content: "";
}

.linkBlock02_textArea {
  padding: 22px 20px 24px;
  background-color: #f8f7f4;
}

.linkBlock02_img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* ===========================================================================
  linkBlock02List
============================================================================= */
.linkBlock02List {
  display: grid;
  gap: 20px;
}

/* ===========================================================================
  list01
============================================================================= */
.list01 {
  display: grid;
  row-gap: 7px;
}
.list01 > li {
  position: relative;
}

.list01-s {
  display: grid;
}
.list01-s > li {
  position: relative;
}

ol.list01 {
  counter-reset: number;
}
ol.list01 > li {
  position: relative;
  padding-left: 25px;
}
ol.list01 > li::before {
  display: grid;
  position: absolute;
  top: 0.23em;
  left: 0;
  place-items: center;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #d31718;
  content: counter(number);
  color: #fff;
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.5;
  counter-increment: number;
}

ul.list01, ul.list01-s {
  padding-left: 1em;
  list-style: disc;
}
ul.list01 > li::marker, ul.list01-s > li::marker {
  color: #d31718;
  font-size: 0.8em;
}

/* ===========================================================================
  list02
============================================================================= */
.list02 {
  display: grid;
  row-gap: 7px;
}
.list02 > li {
  position: relative;
}

ul.list02 > li {
  position: relative;
  padding-left: 30px;
}
ul.list02 > li::before {
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  place-items: center;
  width: 1.375em;
  height: 1.6em;
  background: url("../img/icon_checkbox.svg") no-repeat left top 5px/1.375em;
  content: "";
}

/* ===========================================================================
  marker
============================================================================= */
.marker-01, .marker-01Emphasis {
  background-image: linear-gradient(transparent 50%, #e3ff0d 50%);
}

.marker-01Emphasis {
  font-weight: 700;
  font-size: 1.6rem;
}

/* ===========================================================================
  mv
============================================================================= */
.mv {
  width: calc(100% - 30px);
  margin-inline: auto;
  overflow: hidden;
  border-radius: 10px;
}

/* ===========================================================================
  newsList
============================================================================= */
.newsList_item {
  padding: 20px 0 15px 0;
}
.newsList_item:first-child {
  padding-top: 0;
}
.newsList_item {
  border-bottom: dotted 1px #acacac;
}

.newsList_date {
  margin-right: 10px;
  font-family: "Outfit", sans-serif;
}

.newsList_title {
  display: block;
  margin-top: 16px;
}

.newsList_title-noLink {
  margin-top: 10px;
}

/* ===========================================================================
  note
============================================================================= */
.note-indent02, .note-indent01 {
  position: relative;
  font-size: 1.4rem;
}

.note-indent01 {
  padding-left: 1em;
  text-indent: -1em;
}

.note-indent02 {
  padding-left: 2em;
  text-indent: -2em;
}

.note_mark {
  color: #d31718;
}

/* ===========================================================================
  overlay
============================================================================= */
.overlay {
  display: block;
  visibility: hidden;
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  opacity: 0;
  transition: all 0.4s;
}
body.menu-open .overlay {
  visibility: visible;
  opacity: 1;
}

/* ===========================================================================
  pagelink
============================================================================= */
.pagelink-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.pagelink-col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.pagelink_item {
  background-color: #aaa493;
}
.pagelink_item:nth-of-type(even) {
  background-color: #8e8771;
}

.pagelink_link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 19px 15px 62px;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
.pagelink_link::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  width: 29px;
  height: 29px;
  margin: auto;
  background: url("../img/icon_pagelink.svg") no-repeat center/contain;
  content: "";
}

/* ===========================================================================
  requiredLabel
============================================================================= */
.requiredLabel::after {
  display: inline-block;
  width: 58px;
  height: 26px;
  margin-inline: 11px 5px;
  border-radius: 50px;
  background-color: #d31718;
  content: "必須";
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}

/* ===========================================================================
  result
============================================================================= */
.result {
  border: solid 1px #acacac;
  line-height: 1.5;
}
.result > tbody > tr {
  border-bottom: solid 1px #acacac;
}
.result > tbody > tr > :is(th, td) {
  display: table-cell;
  padding: 20px 17px;
  background-color: #fff;
}
.result > tbody > tr > th {
  border-right: solid 1px #acacac;
  border-bottom: solid 1px #acacac;
  font-weight: 400;
}
.result > tbody > tr > .result_indent,
.result > tbody > tr > .result_bg01 {
  background-color: #ededed;
}

/* ===========================================================================
  simulationBlock01
============================================================================= */
.simulationBlock01 {
  display: grid;
  position: relative;
  place-items: center;
  padding-block: 60px;
  background: url("../img/bg_04-sp.webp") no-repeat center/cover;
}
.simulationBlock01::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
}

.simulationBlock01_inner {
  width: calc(100% - 15px * 2);
  max-width: 1200px;
  margin: 0 auto;
}
.simulationBlock01_inner {
  z-index: 1;
  position: relative;
  padding: 27px 20px 38px;
  border: 2px solid #d31718;
  border-radius: 10px;
  background-color: #fff;
}

.simulationBlock01_title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.42;
  text-align: center;
}

.simulationBlock01_btn {
  padding-block: 17px 16px;
}

.simulationBlock01_btnText {
  font-size: 1.8rem;
}

.simulationBlock01_btnList {
  display: grid;
  margin-inline: auto;
  gap: 10px;
}

/* ===========================================================================
  simulationBlock02
============================================================================= */
.simulationBlock02 {
  display: grid;
  position: relative;
  place-items: center;
  padding-block: 60px;
  background: url("../img/bg_03-pc.webp") no-repeat center right/cover;
}
.simulationBlock02::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
}

.simulationBlock02_inner {
  width: calc(100% - 15px * 2);
  max-width: 1200px;
  margin: 0 auto;
}
.simulationBlock02_inner {
  z-index: 1;
  position: relative;
}

.simulationBlock02_head {
  margin-bottom: 38px;
  color: #fff;
  font-weight: 700;
  font-size: 2.3rem;
  text-align: center;
}

.simulationBlock02_gridWrap {
  display: grid;
  gap: 20px;
}

.simulationBlock02_grid, .simulationBlock02_gridItem-l {
  display: grid;
  padding: 27px 20px 38px;
  border-radius: 10px;
  background-color: #fff;
}

.simulationBlock02_gridItemInner {
  display: grid;
  place-items: center;
  gap: 20px;
}

.simulationBlock02_title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.42;
  text-align: center;
}

.simulationBlock02_text {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

.simulationBlock02_btnList {
  display: grid;
  gap: 10px;
}

.simulationBlock02_btn {
  padding-block: 17px 16px;
}

.simulationBlock02_btnText {
  font-size: 1.8rem;
}

.simulationBlock02_btn02 {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 18px 15px;
  border: 3px solid #d31718;
  border-radius: 40px;
  background-color: #fff;
  color: #d31718;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.simulationBlock02_btn02Text {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 20px;
  line-height: 1.44;
}
.simulationBlock02_btn02Text::before, .simulationBlock02_btn02Text::after {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 7px;
  height: 1.5px;
  transform-origin: right center;
  border-radius: 50px;
  background-color: #d31718;
  content: "";
}
.simulationBlock02_btn02Text::before {
  transform: translateY(-50%) rotate(45deg);
}
.simulationBlock02_btn02Text::after {
  transform: translateY(-50%) rotate(-45deg);
}

/* ===========================================================================
  skip
============================================================================= */
.skip-link {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 16px;
  translate: -120%;
  border-radius: 0 0 8px 0;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.skip-link:focus, .skip-link:focus-visible {
  translate: 0;
}

/* ===========================================================================
  tabBlock01
============================================================================= */
.tabBlock01_tabArea {
  background-color: #ededed;
}

.tabBlock01_tabAreaInner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.tabBlock01_tab {
  display: grid;
  position: relative;
  place-items: center;
  padding: 18px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
.tabBlock01_tab.is-active {
  background-color: #d31718;
  color: #fff;
}
.tabBlock01_tab.is-active::after {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 12px;
  height: 11px;
  margin-inline: auto;
  background-color: #d31718;
  content: "";
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.tabBlock01_content {
  padding-top: 30px;
}
.tabBlock01_content.is-hide {
  display: none;
}

/* ===========================================================================
  table01
スマホ時は縦積みタイプ
============================================================================= */
.table01 {
  border: solid 1px #acacac;
}
.table01 > colgroup {
  display: none;
}
.table01 > thead > tr > th {
  padding: 30px;
  border-right: solid 1px #acacac;
  border-bottom: solid 1px #acacac;
  background-color: #d31718;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.table01 > tbody > tr {
  border-bottom: solid 1px #acacac;
}
.table01 > tbody > tr > :is(th, td) {
  display: block;
  padding: 20px;
  background-color: #fff;
}
.table01 > tbody > tr > th {
  border-bottom: solid 1px #acacac;
  font-weight: 700;
  font-size: 1.8rem;
}
.table01 > tbody > tr > .table01_bg01 {
  background-color: #d31718;
  color: #fff;
}
.table01 > tbody > tr > .table01_bg02 {
  background-color: #ededed;
}

/* ===========================================================================
  table02
============================================================================= */
.table02 {
  border: solid 1px #acacac;
}
.table02 > thead > tr > th {
  padding: 15px;
  border-right: solid 1px #acacac;
  background-color: #d31718;
  color: #fff;
  text-align: center;
}
.table02 > tbody > tr {
  border-top: solid 1px #acacac;
}
.table02 > tbody > tr > th {
  background-color: #ededed;
  font-weight: 400;
}
.table02 > tbody > tr > td {
  background-color: #fff;
}
.table02 > tbody > tr > :is(th, td) {
  padding: 15px;
  border-right: solid 1px #acacac;
}

.table02_bg01 {
  background-color: #d31718;
}

.table02_bg02 {
  background-color: #ededed;
}

.table02_bgWhite {
  background-color: #fff !important;
  color: #000 !important;
  font-weight: 400 !important;
}

.table02_vaTop {
  vertical-align: top;
}

/* ===========================================================================
  table03
============================================================================= */
.table03 {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table03 > colgroup > .table03_col01 {
  width: 24%;
}
.table03 > colgroup > .table03_col02,
.table03 > colgroup > .table03_col03 {
  width: 38%;
}
.table03 > thead > tr > th {
  padding: 12px 10px 16px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.table03 > thead > tr > th:first-child {
  background-color: transparent;
}
.table03 > thead > tr > th:nth-child(2) {
  border-top: 3px solid #d31718;
  border-right: 3px solid #d31718;
  border-left: 3px solid #d31718;
  background-color: #d31718;
}
.table03 > thead > tr > th:nth-child(3) {
  border-top: 3px solid #acacac;
  background-color: #acacac;
}
.table03 > tbody > tr > :is(th, td) {
  padding: 20px 10px 25px;
  background-color: #fff;
  text-align: center;
  overflow-wrap: break-word;
}
.table03 > tbody > tr > th {
  background-color: #fcd8d8;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}
.table03 > tbody > tr > td {
  line-height: 1.375;
}
.table03 > tbody > tr > td:nth-child(2) {
  border-right: 3px solid #d31718;
  border-left: 3px solid #d31718;
}
.table03 > tbody > tr:last-child > td:nth-child(2) {
  border-bottom: 3px solid #d31718;
}
.table03 > tbody > tr + tr > :is(th, td) {
  border-top: 1px solid #acacac;
}

.table03_icon-circle::before,
.table03_icon-triangle::before {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 10px;
  background: no-repeat center/contain;
  content: "";
}

.table03_icon-circle::before {
  background-image: url("../img/icon_circle.svg");
}

.table03_icon-triangle::before {
  background-image: url("../img/icon_triangle.svg");
}

.table03_text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
}

/* ===========================================================================
  tableScroll
============================================================================= */
.tableScroll, .tableScroll-nowrap {
  padding-bottom: 8px;
  overflow-x: auto;
}
.tableScroll > table, .tableScroll-nowrap > table {
  min-width: 750px;
}
.tableScroll::-webkit-scrollbar, .tableScroll-nowrap::-webkit-scrollbar {
  height: 10px;
}
.tableScroll::-webkit-scrollbar-track, .tableScroll-nowrap::-webkit-scrollbar-track {
  border-radius: 7px;
  background-color: #f8f7f4;
}
.tableScroll::-webkit-scrollbar-thumb, .tableScroll-nowrap::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #d31718;
}
.tableScroll, .tableScroll-nowrap {
  scrollbar-color: #d31718 #f8f7f4;
  scrollbar-width: thin;
}

.tableScroll-nowrap {
  white-space: nowrap;
}
.tableScroll-nowrap > table {
  min-width: auto;
}

/* ===========================================================================
  topNews
============================================================================= */
.topNews {
  width: calc(100% - 30px);
  margin: 27px auto 0;
  padding: 10px;
  border-radius: 20px;
  background-color: #fdf0f0;
}

.topNews_heading {
  position: relative;
  margin-bottom: 19px;
  padding: 13px 18px 17px 49px;
  border-radius: 20px;
  background-color: #d31718;
  color: #fff;
  font-weight: 700;
}
.topNews_heading::before {
  display: block;
  position: absolute;
  top: 45%;
  left: 14px;
  width: 32px;
  height: 27px;
  translate: 0 -50%;
  background: url("../img/icon_attention.svg") no-repeat center/contain;
  content: "";
}

.topNews_splide {
  min-width: 0;
}

.topNews_content {
  min-width: 0;
}

.topNews_splideList {
  min-width: 0;
}

.topNews_splideSlide {
  display: flex;
  align-items: flex-start;
  min-width: 0;
}

.topNews_link {
  display: -webkit-box;
  min-width: 0;
  max-width: 100%;
  padding-inline: 15px;
  overflow: hidden;
  color: #d31718;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* スライダーのカスタマイズ */
.topNews_splide .splide__arrow {
  position: absolute;
  top: -100%;
  width: 26px;
  height: 26px;
  border: 0;
  background: transparent;
}
.topNews_splide .splide__arrow > svg {
  width: 17px;
}
.topNews_splide .splide__arrow > svg > path {
  fill: #fff;
}
.topNews_splide .splide__arrow--prev {
  top: -55px;
  right: 28px;
  rotate: 180deg;
}
.topNews_splide .splide__arrow--next {
  top: -69px;
  right: 0;
}

/* ==========================================================================
  topSlider
============================================================================= */
.topSlider {
  padding: 30px 30px 25px;
}

.topSlider_content {
  overflow: hidden;
}

.topSlider_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topSlider_slide {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topSlider_item {
  display: block;
  width: 100%;
  line-height: 0;
}

.topSlider_img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* スライダーのカスタマイズ */
.topSlider .splide__arrow {
  position: absolute;
  top: 50%;
  width: 26px;
  height: 26px;
  translate: 0 -50%;
  border: 0;
  background: transparent;
}
.topSlider .splide__arrow > svg {
  display: none;
}
.topSlider .splide__arrow::before {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/icon_circleChevron-border.svg") no-repeat center/contain;
  content: "";
}
.topSlider .splide__arrow--prev {
  right: calc(100% - 23px);
  rotate: 180deg;
}
.topSlider .splide__arrow--next {
  left: calc(100% - 23px);
}

/* ===========================================================================
  util
============================================================================= */
/*  margin
------------------------------------ */
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}
.mt10-all {
  margin-top: 10px !important;
}

/*  padding
------------------------------------ */
.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}
.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}
.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}
.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}
.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}
.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}
.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}
.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}
.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}
/*  font-size
------------------------------------ */
.fz-xs {
  font-size: 1.2rem !important;
}

.fz-s {
  font-size: 1.4rem !important;
}

.fz-m {
  font-size: 1.6rem !important;
}

.fz-l {
  font-size: 1.8rem !important;
}

.fz-xl {
  font-size: 2rem !important;
}

/*  font-weight
------------------------------------ */
.fw-n {
  font-weight: 400 !important;
}

.fw-b {
  font-weight: 700 !important;
}

/*  text-align
------------------------------------ */
.ta-left {
  text-align: left !important;
}

.ta-right {
  text-align: right !important;
}

.ta-center {
  text-align: center !important;
}

/*  vertical-align
------------------------------------ */
.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

.va-base {
  vertical-align: baseline !important;
}

/*  display
------------------------------------ */
.d-i {
  display: inline !important;
}

.d-ib {
  display: inline-block !important;
}

.d-b {
  display: block !important;
}

.d-none {
  display: none !important;
}

/*  color
------------------------------------ */
.c-red {
  color: #d80011 !important;
}

.c-main {
  color: #d31718 !important;
}

/*  text-decolation
------------------------------------ */
.td-under {
  text-decoration: underline !important;
}

/*  visibility
------------------------------------ */
.visibility-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}
@media (min-width: 768px){
  .footer_inner {
    width: calc(100% - 40px * 2);
  }
  .footer_inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: calc(100% - 180px);
    margin-inline: 30px 200px;
  }
  .footer_logoArea {
    text-align: left;
  }
  .footer_logo {
    width: 217px;
  }
  .footer_snsArea {
    justify-content: flex-start;
    margin-top: 0;
  }
  .footer_copyright {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .footer_pagetop {
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .footerLink_item {
    display: inline-block;
  }
  .footerLink_item + .footerLink_item {
    margin: 0 0 0 20px;
  }
  .header {
    height: 70px;
  }
  .header_logo {
    width: max(130px, 24%);
  }
  .header_btnArea {
    height: 70px;
  }
  .headerLoginBtn {
    width: 70px;
    padding-block: 11px 8px;
  }
  .headerLoginBtn_text {
    font-size: 1.2rem;
  }
  .headerMenu {
    top: 70px;
    max-height: calc(100% - 70px);
  }
  .headerMenuBtn {
    width: 70px;
  }
  .headerMenuBtn_bar {
    width: 24px;
  }
  .headerMenuBtn_text {
    padding-top: 13px;
    font-size: 1.2rem;
  }
  .headerNav_category-kojin,
  .headerNav_category-hojin,
  .headerNav_category-about, .headerNav_link-tenpo,
  .headerNav_link-recruit {
    padding: 22px 72px 24px 40px;
  }
  .headerNavSecond_inner {
    width: calc(100% - 40px * 2);
  }
  .headerNavSecond_inner {
    width: 100%;
  }
  .headerNavTab_tab {
    padding: 16px 20px 16px 27px;
  }
  .block01_img, .block01_img-l {
    max-width: 200px;
    margin-top: 37px;
  }
  .block01_img-l {
    max-width: none;
  }
  .block01List-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .block01List-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  ol.block02_list {
    margin-top: 36px;
  }
  .block02List-col2 {
    gap: 40px;
  }
  .block05_textArea {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
  .block05_text {
    margin: 0 43px 0 0;
    font-size: 2.4rem;
  }
  .block07-chevron::before, .block07-chevron::after {
    top: 50%;
    left: -43px;
    transform-origin: right center;
    translate: 0 -50%;
  }
  .block07List-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .block08 {
    padding: 30px;
  }
  .block09 {
    grid-template-columns: repeat(2, 1fr);
  }
  .br-s {
    display: none;
  }
  .br-m {
    display: inline;
  }
  .br-ml {
    display: inline;
  }
  .breadcrumbs {
    display: block;
    padding-block: 28px;
  }
  .breadcrumbs_list {
    width: calc(100% - 40px * 2);
  }
  .breadcrumbs_list {
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding-inline: 70px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumbs_item {
    position: relative;
    flex: 0 0 auto;
    font-size: 1.4rem;
  }
  .breadcrumbs_item:not(:last-child) {
    padding-right: 27px;
  }
  .breadcrumbs_item:not(:last-child)::before, .breadcrumbs_item:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 1px;
    transform-origin: right center;
    border-radius: 50px;
    background-color: #d31718;
    content: "";
  }
  .breadcrumbs_item:not(:last-child)::before {
    transform: translateY(-50%) rotate(45deg);
  }
  .breadcrumbs_item:not(:last-child)::after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .btn01-s {
    max-width: 320px;
  }
  .btn01-m {
    max-width: 440px;
  }
  .btn02-s {
    max-width: 380px;
  }
  .btn02-m {
    max-width: 440px;
  }
  .btn04, .btn04-s {
    padding: 20px 20px 23px;
  }
  .btn04-s {
    max-width: 400px;
    padding: 20px 15px 23px 15px;
  }
  .btn04_text, .btn04_text-l {
    font-size: 1.5rem;
  }
  .btn04_text-l {
    font-size: 1.8rem;
  }
  .btnList-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .btnList-col3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .btnList_gridItem-col2 {
    grid-column: 1/3;
  }
  .btnList_gridItem-col3 {
    grid-column: 1/4;
  }
  .content, .content-bg {
    padding-block: 60px 100px;
  }
  .content_inner {
    width: calc(100% - 40px * 2);
  }
  .content_inner-xs {
    width: calc(100% - 40px * 2);
  }
  .content_inner-xs {
    max-width: 680px;
  }
  .content_inner-l {
    width: calc(100% - 40px * 2);
  }
  .dl01 > dt {
    font-size: 2rem;
  }
  .floating_btnList, .floating_btnList-col2 {
    max-width: 345px;
    margin-inline: auto;
  }
  .floating_btnList-col2 {
    max-width: 70%;
  }
  .flow01_item, .flow01_item-bg {
    grid-template-columns: auto 1fr;
    padding: 30px 30px 37px;
    gap: 20px;
  }
  .flow01_stepNum {
    margin-left: 13px;
  }
  .flow01_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .flow01_btn {
    margin-top: 0;
  }
  .flow01_block01 {
    padding: 29px 46px;
  }
  .footSlider .splide__arrow--prev {
    right: 95%;
    left: auto;
  }
  .footSlider .splide__arrow--next {
    right: auto;
    left: 95%;
  }
  .form_textField-col2 {
    padding: 10px 15px;
    font-size: 1.6rem;
  }
  .formArea_errorMsg {
    margin-bottom: 40px;
  }
  .formArea_btnArea, .formArea_btnArea-col2 {
    margin-top: 80px;
  }
  .formArea_btnArea-col2 {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 40px;
  }
  .formArea_btnArea-col2 > .btn03-white {
    order: 0;
  }
  .heading01 {
    padding-block: 50px 100px;
  }
  .heading01_title, .heading01_title-deco {
    font-size: 3.5rem;
  }
  .heading01_title-deco {
    padding-left: 32px;
  }
  .heading01_title-deco::before {
    width: 22px;
    height: 22px;
  }
  .heading01_category {
    margin-bottom: 11px;
    padding-left: 26px;
    font-size: 1.6rem;
  }
  .heading01_category::before {
    width: 18px;
    height: 18px;
    border-width: 6px;
  }
  .heading02 {
    margin-bottom: 80px;
  }
  .heading02_text {
    font-size: 2.4rem;
  }
  .heading02_text::before {
    bottom: -25px;
    width: 40px;
  }
  .inquiry {
    padding-block: 60px;
  }
  .inquiry_inner {
    width: calc(100% - 40px * 2);
  }
  .inquiry_inner {
    padding: 40px;
    border-radius: 35px;
  }
  .inquiry_content {
    gap: 40px;
  }
  .inquiry_btnArea-col3 {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }
  .inquiry_btn {
    grid-template: auto 1fr/1fr;
    justify-items: center;
    height: 100%;
    padding: 19px 15px 22px;
    gap: 0;
    text-align: center;
  }
  .inquiry_telWrap {
    gap: 18px;
  }
  .inquiry_telIcon {
    max-width: 49px;
  }
  .lead01 {
    font-size: 1.8rem;
    text-align: center;
  }
  .linkBlock01Area_imgWrap {
    position: absolute;
    inset: 0;
    border-radius: 10px;
  }
  .linkBlock01Area_img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .linkBlock01Area_linkBlock01 {
    position: relative;
    align-self: start;
    width: 50%;
    margin: 7% 40px 5% auto;
    border-radius: 10px;
  }
  .linkBlock01List {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .linkBlock01List-loan {
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    gap: 30px;
  }
  .linkBlock02_textArea {
    padding-inline: 30px;
  }
  .linkBlock02List {
    grid-template-columns: repeat(2, 1fr);
  }
  .list01 {
    row-gap: 10px;
  }
  .list02 {
    row-gap: 10px;
  }
  .newsList_item {
    padding: 25px 0 20px 0;
  }
  .result > colgroup {
    display: table-column-group;
  }
  .result > tbody > tr > :is(th, td) {
    padding: 30px;
  }
  .result > tbody > tr > th {
    font-size: 1.8rem;
    vertical-align: top;
  }
  .result > tbody > tr > .result_indent {
    padding-left: 60px;
  }
  .simulationBlock01 {
    padding-block: 120px;
    background: url("../img/bg_04-pc.webp") no-repeat center/cover;
  }
  .simulationBlock01_inner {
    width: calc(100% - 40px * 2);
  }
  .simulationBlock01_inner {
    padding: 40px;
  }
  .simulationBlock01_btnList {
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    gap: 21px;
  }
  .simulationBlock02 {
    padding-block: 120px;
    background: url("../img/bg_03-pc.webp") no-repeat center/cover;
  }
  .simulationBlock02_inner {
    width: calc(100% - 40px * 2);
  }
  .simulationBlock02_head {
    font-size: 3rem;
  }
  .simulationBlock02_grid, .simulationBlock02_gridItem-l {
    padding: 40px;
  }
  .simulationBlock02_gridItemInner {
    gap: 30px;
  }
  .simulationBlock02_btnList {
    gap: 20px;
  }
  .simulationBlock02_btn02 {
    max-width: 320px;
  }
  .tabBlock01_tab {
    padding: 17px 19px 20px 19px;
  }
  .table01 > colgroup {
    display: table-column-group;
  }
  .table01 > tbody > tr > :is(th, td) {
    display: table-cell;
    padding: 30px;
  }
  .table01 > tbody > tr > th {
    border-right: solid 1px #acacac;
    vertical-align: top;
  }
  .table02 > tbody > tr > :is(th, td) {
    padding: 15px 10px;
  }
  .table01 .table02 > tbody > tr > :is(th, td) {
    padding: 15px;
  }
  .tableScroll, .tableScroll-nowrap {
    padding-bottom: 0;
    overflow-x: visible;
  }
  .tableScroll > table, .tableScroll-nowrap > table {
    min-width: auto;
  }
  .tableScroll-nowrap {
    white-space: normal;
  }
  .topNews {
    display: flex;
    align-items: center;
    margin-top: 30px;
    border-radius: 50px;
  }
  .topNews_heading {
    flex-shrink: 0;
    margin: 0 15px 0 0;
    padding-right: 15px;
    border-radius: 50px;
  }
  .topNews_splide {
    flex: 1 1 auto;
  }
  .topNews_content {
    margin-right: 75px;
  }
  .topNews_link {
    display: block;
    padding-inline: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .topNews_splide .splide__arrow {
    top: 50%;
    width: 40px;
    height: 40px;
    translate: 0 -50%;
  }
  .topNews_splide .splide__arrow > svg > path {
    fill: #d31718;
  }
  .topNews_splide .splide__arrow--prev {
    right: 45px;
  }
  .topNews_splide .splide__arrow--next {
    top: 50%;
  }
  .topSlider {
    padding: 60px 30px 50px;
  }
  .topSlider .splide__arrow {
    width: 40px;
    height: 40px;
  }
  .topSlider .splide__arrow--prev {
    right: calc(100% - 15px);
  }
  .topSlider .splide__arrow--next {
    left: calc(100% - 15px);
  }
  .mt0 {
    margin-top: 0px !important;
  }
  .mr0 {
    margin-right: 0px !important;
  }
  .mb0 {
    margin-bottom: 0px !important;
  }
  .ml0 {
    margin-left: 0px !important;
  }
  .mt5 {
    margin-top: 7.5px !important;
  }
  .mr5 {
    margin-right: 7.5px !important;
  }
  .mb5 {
    margin-bottom: 7.5px !important;
  }
  .ml5 {
    margin-left: 7.5px !important;
  }
  .mt10 {
    margin-top: 15px !important;
  }
  .mr10 {
    margin-right: 15px !important;
  }
  .mb10 {
    margin-bottom: 15px !important;
  }
  .ml10 {
    margin-left: 15px !important;
  }
  .mt15 {
    margin-top: 22.5px !important;
  }
  .mr15 {
    margin-right: 22.5px !important;
  }
  .mb15 {
    margin-bottom: 22.5px !important;
  }
  .ml15 {
    margin-left: 22.5px !important;
  }
  .mt20 {
    margin-top: 30px !important;
  }
  .mr20 {
    margin-right: 30px !important;
  }
  .mb20 {
    margin-bottom: 30px !important;
  }
  .ml20 {
    margin-left: 30px !important;
  }
  .mt25 {
    margin-top: 37.5px !important;
  }
  .mr25 {
    margin-right: 37.5px !important;
  }
  .mb25 {
    margin-bottom: 37.5px !important;
  }
  .ml25 {
    margin-left: 37.5px !important;
  }
  .mt30 {
    margin-top: 45px !important;
  }
  .mr30 {
    margin-right: 45px !important;
  }
  .mb30 {
    margin-bottom: 45px !important;
  }
  .ml30 {
    margin-left: 45px !important;
  }
  .mt35 {
    margin-top: 52.5px !important;
  }
  .mr35 {
    margin-right: 52.5px !important;
  }
  .mb35 {
    margin-bottom: 52.5px !important;
  }
  .ml35 {
    margin-left: 52.5px !important;
  }
  .mt40 {
    margin-top: 60px !important;
  }
  .mr40 {
    margin-right: 60px !important;
  }
  .mb40 {
    margin-bottom: 60px !important;
  }
  .ml40 {
    margin-left: 60px !important;
  }
  .mt45 {
    margin-top: 67.5px !important;
  }
  .mr45 {
    margin-right: 67.5px !important;
  }
  .mb45 {
    margin-bottom: 67.5px !important;
  }
  .ml45 {
    margin-left: 67.5px !important;
  }
  .mt50 {
    margin-top: 75px !important;
  }
  .mr50 {
    margin-right: 75px !important;
  }
  .mb50 {
    margin-bottom: 75px !important;
  }
  .ml50 {
    margin-left: 75px !important;
  }
  .mt55 {
    margin-top: 82.5px !important;
  }
  .mr55 {
    margin-right: 82.5px !important;
  }
  .mb55 {
    margin-bottom: 82.5px !important;
  }
  .ml55 {
    margin-left: 82.5px !important;
  }
  .mt60 {
    margin-top: 90px !important;
  }
  .mr60 {
    margin-right: 90px !important;
  }
  .mb60 {
    margin-bottom: 90px !important;
  }
  .ml60 {
    margin-left: 90px !important;
  }
  .mt65 {
    margin-top: 97.5px !important;
  }
  .mr65 {
    margin-right: 97.5px !important;
  }
  .mb65 {
    margin-bottom: 97.5px !important;
  }
  .ml65 {
    margin-left: 97.5px !important;
  }
  .mt70 {
    margin-top: 105px !important;
  }
  .mr70 {
    margin-right: 105px !important;
  }
  .mb70 {
    margin-bottom: 105px !important;
  }
  .ml70 {
    margin-left: 105px !important;
  }
  .mt75 {
    margin-top: 112.5px !important;
  }
  .mr75 {
    margin-right: 112.5px !important;
  }
  .mb75 {
    margin-bottom: 112.5px !important;
  }
  .ml75 {
    margin-left: 112.5px !important;
  }
  .mt80 {
    margin-top: 120px !important;
  }
  .mr80 {
    margin-right: 120px !important;
  }
  .mb80 {
    margin-bottom: 120px !important;
  }
  .ml80 {
    margin-left: 120px !important;
  }
  .mt85 {
    margin-top: 127.5px !important;
  }
  .mr85 {
    margin-right: 127.5px !important;
  }
  .mb85 {
    margin-bottom: 127.5px !important;
  }
  .ml85 {
    margin-left: 127.5px !important;
  }
  .mt90 {
    margin-top: 135px !important;
  }
  .mr90 {
    margin-right: 135px !important;
  }
  .mb90 {
    margin-bottom: 135px !important;
  }
  .ml90 {
    margin-left: 135px !important;
  }
  .mt95 {
    margin-top: 142.5px !important;
  }
  .mr95 {
    margin-right: 142.5px !important;
  }
  .mb95 {
    margin-bottom: 142.5px !important;
  }
  .ml95 {
    margin-left: 142.5px !important;
  }
  .mt100 {
    margin-top: 150px !important;
  }
  .mr100 {
    margin-right: 150px !important;
  }
  .mb100 {
    margin-bottom: 150px !important;
  }
  .ml100 {
    margin-left: 150px !important;
  }
  .pt0 {
    padding-top: 0px !important;
  }
  .pr0 {
    padding-right: 0px !important;
  }
  .pb0 {
    padding-bottom: 0px !important;
  }
  .pl0 {
    padding-left: 0px !important;
  }
  .pt5 {
    padding-top: 7.5px !important;
  }
  .pr5 {
    padding-right: 7.5px !important;
  }
  .pb5 {
    padding-bottom: 7.5px !important;
  }
  .pl5 {
    padding-left: 7.5px !important;
  }
  .pt10 {
    padding-top: 15px !important;
  }
  .pr10 {
    padding-right: 15px !important;
  }
  .pb10 {
    padding-bottom: 15px !important;
  }
  .pl10 {
    padding-left: 15px !important;
  }
  .pt15 {
    padding-top: 22.5px !important;
  }
  .pr15 {
    padding-right: 22.5px !important;
  }
  .pb15 {
    padding-bottom: 22.5px !important;
  }
  .pl15 {
    padding-left: 22.5px !important;
  }
  .pt20 {
    padding-top: 30px !important;
  }
  .pr20 {
    padding-right: 30px !important;
  }
  .pb20 {
    padding-bottom: 30px !important;
  }
  .pl20 {
    padding-left: 30px !important;
  }
  .pt25 {
    padding-top: 37.5px !important;
  }
  .pr25 {
    padding-right: 37.5px !important;
  }
  .pb25 {
    padding-bottom: 37.5px !important;
  }
  .pl25 {
    padding-left: 37.5px !important;
  }
  .pt30 {
    padding-top: 45px !important;
  }
  .pr30 {
    padding-right: 45px !important;
  }
  .pb30 {
    padding-bottom: 45px !important;
  }
  .pl30 {
    padding-left: 45px !important;
  }
  .pt35 {
    padding-top: 52.5px !important;
  }
  .pr35 {
    padding-right: 52.5px !important;
  }
  .pb35 {
    padding-bottom: 52.5px !important;
  }
  .pl35 {
    padding-left: 52.5px !important;
  }
  .pt40 {
    padding-top: 60px !important;
  }
  .pr40 {
    padding-right: 60px !important;
  }
  .pb40 {
    padding-bottom: 60px !important;
  }
  .pl40 {
    padding-left: 60px !important;
  }
  .pt45 {
    padding-top: 67.5px !important;
  }
  .pr45 {
    padding-right: 67.5px !important;
  }
  .pb45 {
    padding-bottom: 67.5px !important;
  }
  .pl45 {
    padding-left: 67.5px !important;
  }
  .pt50 {
    padding-top: 75px !important;
  }
  .pr50 {
    padding-right: 75px !important;
  }
  .pb50 {
    padding-bottom: 75px !important;
  }
  .pl50 {
    padding-left: 75px !important;
  }
  .pt55 {
    padding-top: 82.5px !important;
  }
  .pr55 {
    padding-right: 82.5px !important;
  }
  .pb55 {
    padding-bottom: 82.5px !important;
  }
  .pl55 {
    padding-left: 82.5px !important;
  }
  .pt60 {
    padding-top: 90px !important;
  }
  .pr60 {
    padding-right: 90px !important;
  }
  .pb60 {
    padding-bottom: 90px !important;
  }
  .pl60 {
    padding-left: 90px !important;
  }
  .pt65 {
    padding-top: 97.5px !important;
  }
  .pr65 {
    padding-right: 97.5px !important;
  }
  .pb65 {
    padding-bottom: 97.5px !important;
  }
  .pl65 {
    padding-left: 97.5px !important;
  }
  .pt70 {
    padding-top: 105px !important;
  }
  .pr70 {
    padding-right: 105px !important;
  }
  .pb70 {
    padding-bottom: 105px !important;
  }
  .pl70 {
    padding-left: 105px !important;
  }
  .pt75 {
    padding-top: 112.5px !important;
  }
  .pr75 {
    padding-right: 112.5px !important;
  }
  .pb75 {
    padding-bottom: 112.5px !important;
  }
  .pl75 {
    padding-left: 112.5px !important;
  }
  .pt80 {
    padding-top: 120px !important;
  }
  .pr80 {
    padding-right: 120px !important;
  }
  .pb80 {
    padding-bottom: 120px !important;
  }
  .pl80 {
    padding-left: 120px !important;
  }
  .pt85 {
    padding-top: 127.5px !important;
  }
  .pr85 {
    padding-right: 127.5px !important;
  }
  .pb85 {
    padding-bottom: 127.5px !important;
  }
  .pl85 {
    padding-left: 127.5px !important;
  }
  .pt90 {
    padding-top: 135px !important;
  }
  .pr90 {
    padding-right: 135px !important;
  }
  .pb90 {
    padding-bottom: 135px !important;
  }
  .pl90 {
    padding-left: 135px !important;
  }
  .pt95 {
    padding-top: 142.5px !important;
  }
  .pr95 {
    padding-right: 142.5px !important;
  }
  .pb95 {
    padding-bottom: 142.5px !important;
  }
  .pl95 {
    padding-left: 142.5px !important;
  }
  .pt100 {
    padding-top: 150px !important;
  }
  .pr100 {
    padding-right: 150px !important;
  }
  .pb100 {
    padding-bottom: 150px !important;
  }
  .pl100 {
    padding-left: 150px !important;
  }
}
@media (any-hover: hover) and (min-width: 1024px){
  .footerLink_text:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .headerNav_category-kojin,
  .headerNav_category-hojin,
  .headerNav_category-about,
  .headerNav_link-tenpo,
  .headerNav_link-recruit {
    transition: color 0.2s;
  }
  .headerNav_category-kojin:hover,
  .headerNav_category-hojin:hover,
  .headerNav_category-about:hover,
  .headerNav_link-tenpo:hover,
  .headerNav_link-recruit:hover {
    color: #d31718;
  }
  .headerNav_category-kojin:hover::after,
  .headerNav_category-hojin:hover::after,
  .headerNav_category-about:hover::after,
  .headerNav_link-tenpo:hover::after,
  .headerNav_link-recruit:hover::after {
    width: 100%;
  }
  .headerNavTab_tab {
    transition: background-color 0.2s, color 0.2s;
  }
  .headerNavTab_tab:hover {
    position: relative;
    color: #d31718;
  }
  .headerNavTab_tab:hover::before, .headerNavTab_tab:hover::after {
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    background-color: #fff;
    content: "";
  }
  .headerNavTab_tab:hover::before {
    z-index: -1;
    width: calc(100% + 30px);
    height: calc(100% + 2px);
    border-radius: 10px 0 0 10px;
  }
  .headerNavTab_tab:hover::after {
    left: calc(100% + 31px);
    width: 9px;
    height: 17px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .headerNavTab_link-top {
    transition: background 0.2s;
  }
  .headerNavTab_link-top:hover {
    background-position: center right 6px;
  }
  .headerNavTab_link {
    transition: background-color 0.2s;
  }
  .headerNavTab_link:hover {
    background-color: #fcd8d8;
  }
  .headerSubMenu_link {
    transition: opacity 0.2s;
  }
  .headerSubMenu_link:hover {
    opacity: 0.7;
  }
  .breadcrumbs_link:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .btn01, .btn01-m, .btn01-s {
    transition: background-color 0.2s, border 0.2s, color 0.2s;
  }
  .btn01:hover, .btn01-m:hover, .btn01-s:hover {
    border: 3px solid #d31718;
    background-color: #fff;
    color: #d31718;
  }
  .btn01_text, .btn01_text-back {
    transition: background 0.2s;
  }
  .btn01:hover .btn01_text::before, .btn01:hover .btn01_text-back::before, .btn01-s:hover .btn01_text::before, .btn01-s:hover .btn01_text-back::before, .btn01-m:hover .btn01_text::before, .btn01-m:hover .btn01_text-back::before, .btn01:hover .btn01_text::after, .btn01:hover .btn01_text-back::after, .btn01-s:hover .btn01_text::after, .btn01-s:hover .btn01_text-back::after, .btn01-m:hover .btn01_text::after, .btn01-m:hover .btn01_text-back::after {
    background-color: #d31718;
  }
  .btn02, .btn02-m, .btn02-s {
    transition: background-color 0.2s, color 0.2s;
  }
  .btn02:hover, .btn02-m:hover, .btn02-s:hover {
    background-color: #d31718;
    color: #fff;
  }
  .btn02_text, .btn02_text-back {
    transition: background 0.2s;
  }
  .btn02:hover .btn02_text::after, .btn02:hover .btn02_text-back::after, .btn02-s:hover .btn02_text::after, .btn02-s:hover .btn02_text-back::after, .btn02-m:hover .btn02_text::after, .btn02-m:hover .btn02_text-back::after {
    background-image: url("../img/icon_circleChevron-white.svg");
  }
  .btn03,
  .btn03-white {
    transition: background-color 0.2s, border 0.2s, color 0.2s;
  }
  .btn03:hover {
    border-color: #d31718;
    background-color: #fff;
    color: #d31718;
  }
  .btn03-white:hover {
    background-color: #d31718;
    color: #fff;
  }
  .btn04, .btn04-s {
    transition: background-color 0.2s, border 0.2s, color 0.2s;
  }
  .btn04:hover, .btn04-s:hover {
    border: 3px solid #0babad;
    background-color: #fff;
    color: #0babad;
  }
  .btn04:hover .btn04_icon::before, .btn04:hover .btn04_icon-l::before, .btn04-s:hover .btn04_icon::before, .btn04-s:hover .btn04_icon-l::before {
    background-image: url("../img/icon_device.svg");
  }
  .btn04_text, .btn04_text-l {
    transition: background 0.2s;
  }
  .btn04:hover .btn04_text::before, .btn04:hover .btn04_text-l::before, .btn04-s:hover .btn04_text::before, .btn04-s:hover .btn04_text-l::before, .btn04:hover .btn04_text::after, .btn04:hover .btn04_text-l::after, .btn04-s:hover .btn04_text::after, .btn04-s:hover .btn04_text-l::after {
    background-color: #0babad;
  }
  .floating_btn-pc {
    transition: translate 0.2s;
  }
  .floating_btn-pc:hover {
    translate: 4px 0;
  }
  .inquiry_btn {
    transition: color 0.2s;
  }
  .inquiry_btn:hover {
    color: #d31718;
  }
  .link:hover {
    text-decoration: none;
  }
  .linkArrow_text:hover {
    text-decoration: none;
  }
  .linkBlock01:hover .linkBlock01_titleArea::after, .linkBlock01-l:hover .linkBlock01_titleArea::after {
    translate: 4px 0;
  }
  .linkBlock02_img {
    transition: transform 0.2s;
  }
  .linkBlock02_link:hover .linkBlock02_img {
    transform: scale(1.1);
  }
  .mv_link {
    transition: opacity 0.2s;
  }
  .mv_link:hover {
    opacity: 0.7;
  }
  .newsList_title {
    transition: color 0.2s;
  }
  .newsList_title:hover {
    color: #d31718;
  }
  .pagelink_link {
    transition: color 0.2s;
  }
  .pagelink_link::before {
    transition: bottom 0.2s;
  }
  .pagelink_link:hover::before {
    bottom: 35px;
  }
  .simulationBlock02_btn02 {
    transition: background-color 0.2s, border 0.2s, color 0.2s;
  }
  .simulationBlock02_btn02:hover {
    border: 3px solid #fff;
    background-color: #d31718;
    color: #fff;
  }
  .simulationBlock02_btn02Text {
    transition: background 0.2s;
  }
  .simulationBlock02_btn02:hover .simulationBlock02_btn02Text::before, .simulationBlock02_btn02:hover .simulationBlock02_btn02Text::after {
    background-color: #fff;
  }
  .tabBlock01_tab {
    transition: background-color 0.2s, color 0.2s;
  }
  .tabBlock01_tab:hover {
    background-color: #fcd8d8;
    color: #000;
  }
  .tabBlock01_tab.is-active:hover {
    background-color: #d31718;
    color: #fff;
  }
  .topNews_link:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1024px){
  .footer_inner {
    width: calc(100% - 50px * 2);
  }
  .footer_inner {
    padding-block: 50px;
  }
  .footer_pagetop {
    width: 56px;
    height: 56px;
  }
  .footerLink {
    padding-block: 24px 28px;
  }
  .footerLink_list {
    max-width: 1000px;
    margin-inline: auto;
  }
  .footerLink_list + .footerLink_list {
    margin-top: 0;
  }
  .header {
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
  }
  .header_logoArea {
    display: block;
    width: auto;
    margin: 40px auto 0 30px;
  }
  .header_logo {
    width: 217px;
  }
  .header_bankcode {
    margin: 13px 0 0;
    font-size: 1.2rem;
  }
  .header_btnArea {
    display: none;
  }
  .headerMenu {
    display: flex;
    visibility: visible;
    position: static;
    flex-direction: column-reverse;
    width: 73%;
    max-width: 919px;
    max-height: none;
    overflow-y: visible;
    background-color: transparent;
    color: #000;
    opacity: 1;
    transition: none;
  }
  .headerMenuBtn {
    display: none;
  }
  .headerNav_list {
    display: flex;
    justify-content: flex-end;
    height: 97px;
    padding-inline: 30px;
    font-weight: 700;
  }
  .headerNav_item:not(:first-child) {
    padding-left: 18px;
  }
  .headerNav_item:not(:last-child) {
    padding-right: 18px;
  }
  .headerNav_category-kojin,
  .headerNav_category-hojin,
  .headerNav_category-about, .headerNav_link-tenpo,
  .headerNav_link-recruit {
    display: grid;
    place-items: center;
    height: 100%;
    padding: 0;
  }
  .headerNav_link-tenpo,
  .headerNav_link-recruit {
    background: none;
  }
  .headerNav_category-kojin,
  .headerNav_category-hojin,
  .headerNav_category-about,
  .headerNav_link-tenpo,
  .headerNav_link-recruit {
    position: relative;
  }
  .headerNav_category-kojin::after,
  .headerNav_category-hojin::after,
  .headerNav_category-about::after,
  .headerNav_link-tenpo::after,
  .headerNav_link-recruit::after {
    top: auto;
    right: auto;
    left: 0;
    width: 0;
    height: 4px;
    rotate: 0deg;
    background: #d31718 left/200%;
    transition: width 0.2s;
  }
  .headerNav_category-kojin.is-open,
  .headerNav_category-hojin.is-open,
  .headerNav_category-about.is-open,
  .headerNav_link-tenpo.is-open,
  .headerNav_link-recruit.is-open {
    color: #d31718;
  }
  .headerNav_category-kojin.is-open::after,
  .headerNav_category-hojin.is-open::after,
  .headerNav_category-about.is-open::after,
  .headerNav_link-tenpo.is-open::after,
  .headerNav_link-recruit.is-open::after {
    rotate: 0deg;
  }
  #kojin .headerNav_category-kojin::after,
  #hojin .headerNav_category-hojin::after,
  #about .headerNav_category-about::after {
    width: 100%;
  }
  .headerNav_linkText {
    position: relative;
    font-size: min(1.6rem, 1.47vw);
  }
  .headerNav_item + .headerNav_item .headerNav_linkText::after {
    position: absolute;
    top: 0;
    left: -20px;
    width: 1px;
    height: 100%;
    background-color: #aaa493;
    content: "";
  }
  .headerNav_icon::before, .headerNav_icon::after {
    content: none;
  }
  .headerNavSecond {
    display: none;
    z-index: 6;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    padding-block: 60px;
    background-color: #d31718;
    color: #fff;
  }
  .headerNavSecond_inner {
    width: calc(100% - 50px * 2);
  }
  .headerNavSecond_inner {
    max-width: 1000px;
  }
  .headerNavTab {
    grid-template-columns: 1fr minmax(0, 710px);
  }
  .headerNavTab_tabArea {
    padding-right: 30px;
    border-right: 1px solid #fff;
  }
  .headerNavTab_tabList {
    display: block;
  }
  .headerNavTab_tab.is-active {
    position: relative;
    color: #d31718;
  }
  .headerNavTab_tab.is-active::before, .headerNavTab_tab.is-active::after {
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    background-color: #fff;
    content: "";
  }
  .headerNavTab_tab.is-active::before {
    z-index: -1;
    width: calc(100% + 30px);
    height: calc(100% + 2px);
    border-radius: 10px 0 0 10px;
  }
  .headerNavTab_tab.is-active::after {
    left: calc(100% + 29px);
    width: 11px;
    height: 22px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .headerNavTab_content {
    padding-left: 30px;
  }
  .headerNavTab_content[hidden] {
    display: none;
  }
  .headerNavTab_linkArea, .headerNavTab_linkArea-col3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 19px;
  }
  .headerNavTab_linkArea-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .headerNavTab_link, .headerNavTab_link-top {
    color: #fff;
    line-height: 1.4;
  }
  .headerNavTab_link-top {
    margin-bottom: 30px;
    padding: 12px 68px 12px 0;
    background: url("../img/icon_circleChevron-white.svg") no-repeat center right 10px/47px;
    font-weight: 700;
    font-size: 1.8rem;
  }
  .headerNavTab_link-top::before, .headerNavTab_link-top::after {
    content: none;
  }
  .headerNavTab_link {
    padding: 20px 25px 21px 15px;
    border-radius: 10px;
    color: #000;
    font-size: 1.4rem;
  }
  .headerNavTab_link::before, .headerNavTab_link::after {
    right: 16px;
  }
  .headerNavTab_item {
    order: initial;
  }
  .headerNavTab_item + .headerNavTab_item {
    border-top: 0;
  }
  .headerNavTab_accordion {
    border-top: 0;
  }
  .headerNavTab_accordion[hidden] {
    display: none;
  }
  .headerNavTab_summary {
    display: none;
  }
  .headerSearch {
    position: absolute;
    top: 58px;
    right: 0;
    max-width: 480px;
  }
  .headerSearch[hidden] {
    display: none !important;
  }
  .headerSearch_form {
    border-bottom-left-radius: 20px;
  }
  .headerSearchBtn {
    display: grid;
    place-content: center;
    width: 58px;
    background-color: #aaa493;
    cursor: pointer;
  }
  .headerSearchBtn_img {
    width: 27px;
  }
  .headerSubMenu {
    display: flex;
    justify-content: space-between;
    height: 58px;
    border-bottom-left-radius: 20px;
    background-color: #f8f7f4;
  }
  .headerSubMenu_inner {
    padding: 19px 25px 21px;
  }
  .headerSubMenu_item + .headerSubMenu_item {
    padding-left: min(27px, 2%);
  }
  .headerSubMenu_link {
    font-size: min(1.4rem, 1.2vw);
    line-height: 1.42;
  }
  .block01 {
    padding: 47px 25px 67px;
  }
  .block01_point {
    margin-bottom: 57px;
    font-size: 1.8rem;
  }
  .block01_point::before {
    bottom: -18px;
  }
  .block01_pointNum {
    font-size: 5rem;
  }
  .block01_img, .block01_img-l {
    max-width: 250px;
  }
  .block01List, .block01List-col3, .block01List-col2 {
    gap: 60px;
  }
  .block02-02, .block02-01 {
    padding: 37px 37px 47px;
  }
  .block02-bg {
    padding: 80px 2% 60px;
  }
  .block02_item03, .block02_item02, .block02_item01 {
    max-width: 310px;
    padding: 30px 20px 38px;
  }
  .block02_item02 {
    margin-left: 67px;
  }
  .block02_item02::after {
    top: 54%;
    left: -54px;
    translate: 0 -50%;
  }
  .block02_item03 {
    margin-left: 83px;
  }
  .block02_item03::after {
    top: 52.5%;
    left: -61px;
    transform: translate(0, -50%) rotate(0deg);
  }
  .block02_title {
    margin-bottom: 30px;
    padding: 12px 20px 14px;
    font-size: 2.4rem;
  }
  .block02_title-s {
    margin-bottom: 24px;
    padding: 5px 20px 7px;
    font-size: 2.2rem;
  }
  .block02_item03 .block02_title-s {
    margin-bottom: 50px;
  }
  ol.block02_list > li {
    padding: 30px 0 30px 46px;
    gap: 80px;
  }
  ol.block02_list > li::before {
    top: 1.966em;
    left: 0.375em;
  }
  .block02_rate, .block02_rate-number, .block02_rate-numberL, .block02_rate-l {
    font-size: 2rem;
  }
  .block02_rate-l {
    font-size: 3.6rem;
  }
  .block02_rate-number, .block02_rate-numberL {
    font-size: 4rem;
  }
  .block02_rate-numberL {
    font-size: min(7.1rem, 5.5vw);
  }
  .block02_totalArea {
    display: flex;
    gap: 0;
  }
  .block02_numberIconArea {
    margin-bottom: 19px;
  }
  .block02List, .block02List-col2 {
    gap: 60px;
  }
  .block02List-col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 100px 60px;
  }
  .block02List_gridItem-l {
    grid-column: 1/3;
  }
  .block03_dl01Item {
    padding: 30px 0 30px 46px;
    gap: 80px;
  }
  .block03_dl01Item::before {
    top: 2.666em;
    left: 0.375em;
  }
  .block03_rate, .block03_rate-number, .block03_rate-numberL, .block03_rate-l {
    font-size: 2rem;
  }
  .block03_rate-l {
    font-size: 3.6rem;
  }
  .block03_rate-number, .block03_rate-numberL {
    font-size: 4rem;
  }
  .block03_rate-numberL {
    font-size: min(7.1rem, 5.5vw);
  }
  .block03_total {
    margin-top: 0;
    padding-block: 127px;
  }
  .block03_total::after {
    top: 50%;
    left: -98px;
    translate: 0 -50%;
    rotate: 0deg;
  }
  .block03List-col2 {
    grid-template-columns: 47% 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 146px;
  }
  .block04 {
    padding: 40px;
  }
  .block05, .block05-bg {
    padding: 45px 45px 34px;
  }
  .block05_rate {
    font-size: 8rem;
  }
  .block05_mark {
    font-size: 4rem;
  }
  .block05_tag01 {
    padding: 8px 20px;
  }
  .block06 {
    padding: 41px 50px;
  }
  .block06_lead {
    margin-bottom: 35px;
    padding-bottom: 35px;
    font-size: 2rem;
  }
  .block07, .block07-chevron {
    padding: 47px 40px 50px;
  }
  .block07_lead {
    margin-bottom: 25px;
    font-size: 2rem;
  }
  .block07_img-w750 {
    max-width: 750px;
    margin-top: 42px;
  }
  .block07List, .block07List-col2 {
    gap: 60px;
  }
  .block08 {
    padding: 40px;
  }
  .br-m {
    display: none;
  }
  .br-l {
    display: inline;
  }
  .br-sm {
    display: none;
  }
  .breadcrumbs {
    padding-block: 38px;
  }
  .breadcrumbs_list {
    width: calc(100% - 50px * 2);
  }
  .breadcrumbs_list {
    padding-inline: 20px;
  }
  .btn02, .btn02-m, .btn02-s {
    min-height: 146px;
    padding-block: 36px;
  }
  .btn02_text, .btn02_text-back {
    padding-inline: 20px 38px;
    font-size: 2rem;
  }
  .btn02_text-back {
    padding-inline: 38px 10px;
  }
  .btn03,
  .btn03-white {
    border-width: 3px;
  }
  .btn04, .btn04-s {
    padding: 29px 28px 32px;
  }
  .btn04_icon-l {
    padding-left: 130px;
  }
  .btn04_icon-l::before {
    width: 108px;
    height: 108px;
  }
  .btn04_text, .btn04_text-l {
    font-size: 1.8rem;
  }
  .btn04_text-l {
    padding: 0 50px 0 20px;
    font-size: min(2.2rem, 1.75vw);
  }
  .btnList, .btnList-col3, .btnList-col2 {
    gap: 30px;
  }
  .btnList-col3 {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  }
  .content, .content-bg {
    padding-block: 150px 200px;
  }
  .content_inner {
    width: calc(100% - 50px * 2);
  }
  .content_inner-xs {
    width: calc(100% - 50px * 2);
  }
  .content_inner-l {
    width: calc(100% - 50px * 2);
  }
  .floating-2btn, .floating-1btn {
    left: auto;
    padding: 0;
    background-color: transparent;
  }
  .floating-1btn {
    top: 40%;
    bottom: auto;
  }
  .floating_btnList, .floating_btnList-col2 {
    grid-template-columns: 1fr;
  }
  .floating_btn-pc {
    display: block;
    width: 70px;
  }
  .floating_btn-sp,
  .floating_btnWhite-sp {
    display: none;
  }
  .flow01 {
    gap: 100px;
  }
  .flow01_item, .flow01_item-bg {
    padding: 56px 60px 63px;
    gap: 70px;
  }
  .flow01_item:not(:last-child)::before, .flow01_item-bg:not(:last-child)::before, .flow01_item:not(:last-child)::after, .flow01_item-bg:not(:last-child)::after {
    top: calc(100% + 58px);
  }
  .flow01_step {
    font-size: 1.8rem;
  }
  .flow01_stepNum {
    font-size: 5rem;
  }
  .flow01_title {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .footSlider {
    padding-block: 83px 80px;
  }
  .form_item {
    display: flex;
    justify-content: space-between;
  }
  .form_label {
    flex-basis: 37%;
    padding: 30px;
    font-size: 1.8rem;
  }
  .form_field {
    flex-basis: 63%;
    margin-top: 0;
    padding: 30px 12.5% 30px 30px;
    border-left: 1px solid #acacac;
  }
  .form_item .form_field {
    width: 63%;
  }
  .form_item-column .form_field {
    width: auto;
  }
  .form_inputArea-col2 {
    gap: 18px;
  }
  .form_inputArea-col4 {
    gap: 14px;
  }
  .form_textField, .form_textField-col2 {
    padding: 20px 15px;
  }
  .heading01 {
    padding-block: 81px 150px;
  }
  .heading01_title, .heading01_title-deco {
    font-size: 5rem;
  }
  .heading01_title-deco {
    padding-left: 53px;
  }
  .heading01_title-deco::before {
    top: 8px;
    width: 37px;
    height: 37px;
    border-width: 10px;
  }
  .heading01_category {
    font-size: 1.8rem;
  }
  .heading01_text {
    margin-top: 100px;
  }
  .heading02 {
    margin-bottom: 137px;
  }
  .heading02_text {
    font-size: 4.6rem;
  }
  .heading03 {
    margin-block: 94px 43px;
    padding-left: 46px;
    font-size: 4rem;
  }
  .heading03::before {
    top: 20px;
    width: 26px;
    height: 26px;
  }
  .heading04 {
    margin-bottom: 38px;
  }
  .imgBlock01 {
    padding: 59px 50px;
  }
  .inquiry {
    padding-block: 150px 200px;
    background: url("../img/bg_01.svg") top left -6px/95px, #d31718;
  }
  .inquiry_inner {
    width: calc(100% - 50px * 2);
  }
  .inquiry_inner {
    padding: 60px 60px 57px 60px;
    border-radius: 50px;
  }
  .inquiry_title {
    font-size: 3.8rem;
  }
  .inquiry_btnArea-col3 {
    gap: 30px;
  }
  .inquiry_btn {
    border-radius: 20px;
  }
  .inquiry_icon {
    max-width: 107px;
  }
  .inquiry_btnText {
    font-size: 2rem;
    line-height: 1.45;
  }
  .inquiry_telWrap {
    gap: 14px;
  }
  .inquiry_telTitle {
    margin-bottom: 17px;
    padding: 18px 24px 20px;
    border-radius: 20px;
    font-size: 2rem;
  }
  .inquiry_telNum {
    font-size: min(5.1rem, 3.5vw);
    line-height: 1.25;
  }
  .inquiry_info {
    line-height: 1.5;
  }
  .label02-topLeft, .label02 {
    padding: 8px 15px;
  }
  .label02 {
    translate: 0 -3px;
  }
  .linkArrowList {
    row-gap: 16px;
  }
  .linkBlock01, .linkBlock01-l {
    width: 100%;
    max-width: 580px;
    padding: 28px 40px 40px;
  }
  .linkBlock01-l {
    max-width: none;
  }
  .linkBlock01, .linkBlock01-l {
    width: 100%;
    max-width: 580px;
    padding: 28px 40px 40px;
  }
  .linkBlock01_titleArea {
    grid-template-columns: minmax(0, 1fr) 45px;
    gap: 16px;
  }
  .linkBlock01_titleArea::after {
    width: 45px;
    height: 45px;
  }
  .linkBlock01_title {
    font-size: 2.8rem;
  }
  .linkBlock01_text {
    margin-top: 30px;
  }
  .linkBlock01_text {
    margin-top: 30px;
  }
  .linkBlock01Area_imgWrap-loan {
    position: absolute;
    inset: 0;
    border-radius: 10px;
  }
  .linkBlock01Area_linkBlock01-loan {
    position: relative;
    align-self: start;
    width: 50%;
    margin: 7% 40px 5% auto;
    border-radius: 10px;
  }
  .linkBlock01List {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 40px;
  }
  .linkBlock01List-loan {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .linkBlock02 {
    width: 100%;
  }
  .linkBlock02List {
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
  }
  .marker-01Emphasis {
    font-size: 1.8rem;
  }
  .mv {
    border-radius: 20px;
  }
  .newsList_item {
    display: flex;
    align-items: center;
    padding: 30px 0;
  }
  .newsList_dateArea {
    display: flex;
    align-items: flex-start;
  }
  .newsList_date,
  .newsList_label {
    flex-shrink: 0;
    margin-right: 20px;
  }
  .newsList_title {
    margin-top: 0;
  }
  .newsList_title-noLink {
    flex-grow: 1;
    margin: 0 0 0 20px;
  }
  .overlay {
    display: none;
  }
  .pagelink_link {
    padding: 43px 40px 87px 40px;
  }
  .pagelink_link::before {
    bottom: 40px;
    width: 39px;
    height: 38px;
  }
  .simulationBlock01 {
    padding-block: 200px;
  }
  .simulationBlock01_inner {
    width: calc(100% - 50px * 2);
  }
  .simulationBlock01_inner {
    padding: 45px 40px 49px;
  }
  .simulationBlock01_title {
    margin-bottom: 41px;
    font-size: 2.6rem;
  }
  .simulationBlock01_btn {
    padding-block: 23px;
  }
  .simulationBlock01_btnText {
    font-size: 2rem;
  }
  .simulationBlock01_btnText::before, .simulationBlock01_btnText::after {
    width: 12px;
    height: 3px;
  }
  .simulationBlock01_btnList {
    max-width: 1021px;
  }
  .simulationBlock02 {
    padding-block: 150px 200px;
  }
  .simulationBlock02_inner {
    width: calc(100% - 50px * 2);
  }
  .simulationBlock02_head {
    margin-bottom: 76px;
    font-size: 4.6rem;
  }
  .simulationBlock02_gridWrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .simulationBlock02_grid, .simulationBlock02_gridItem-l {
    padding: 45px 40px 40px;
  }
  .simulationBlock02_gridItem-l {
    grid-column: 1/3;
  }
  .simulationBlock02_gridItemInner {
    grid-template-columns: repeat(2, 1fr);
    place-items: inherit;
    align-items: center;
    gap: 60px;
  }
  .simulationBlock02_title {
    margin-bottom: 41px;
    font-size: 2.6rem;
  }
  .simulationBlock02_text {
    text-align: right;
  }
  .simulationBlock02_btn {
    padding-block: 23px;
  }
  .simulationBlock02_btnText {
    font-size: 2rem;
  }
  .simulationBlock02_btnText::before, .simulationBlock02_btnText::after {
    width: 12px;
    height: 3px;
  }
  .tabBlock01_tab {
    font-size: 2.2rem;
  }
  .table02 > thead > tr > th,
  .table02 > tbody > tr > :is(th, td) {
    padding: 18px 35px;
  }
  .table03 > colgroup > .table03_col01 {
    width: 25%;
  }
  .table03 > colgroup > .table03_col02,
  .table03 > colgroup > .table03_col03 {
    width: 37.5%;
  }
  .table03 > thead > tr > th {
    padding: 35px;
    font-size: 2rem;
  }
  .table03 > thead > tr > th:nth-child(2) {
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
  }
  .table03 > thead > tr > th:nth-child(3) {
    border-top-width: 5px;
  }
  .table03 > tbody > tr > :is(th, td) {
    padding: 40px 20px;
  }
  .table03 > tbody > tr > th {
    font-size: 1.8rem;
  }
  .table03 > tbody > tr > td:nth-child(2) {
    border-right-width: 5px;
    border-left-width: 5px;
  }
  .table03 > tbody > tr:last-child > td:nth-child(2) {
    border-bottom-width: 5px;
  }
  .table03_icon-circle::before,
  .table03_icon-triangle::before {
    width: 50px;
    height: 50px;
  }
  .table03_text {
    font-size: 1.8rem;
  }
  .topNews {
    width: calc(100% - 40px);
  }
  .topNews_heading {
    margin: 0 36px 0 0;
    padding: 18px 26px 19px 62px;
  }
  .topNews_heading::before {
    top: 50%;
    left: 26px;
  }
  .topNews_content {
    margin-right: 85px;
  }
  .topSlider .splide__arrow {
    width: 56px;
    height: 56px;
  }
  .mt0 {
    margin-top: 0px !important;
  }
  .mr0 {
    margin-right: 0px !important;
  }
  .mb0 {
    margin-bottom: 0px !important;
  }
  .ml0 {
    margin-left: 0px !important;
  }
  .mt5 {
    margin-top: 10px !important;
  }
  .mr5 {
    margin-right: 10px !important;
  }
  .mb5 {
    margin-bottom: 10px !important;
  }
  .ml5 {
    margin-left: 10px !important;
  }
  .mt10 {
    margin-top: 20px !important;
  }
  .mr10 {
    margin-right: 20px !important;
  }
  .mb10 {
    margin-bottom: 20px !important;
  }
  .ml10 {
    margin-left: 20px !important;
  }
  .mt15 {
    margin-top: 30px !important;
  }
  .mr15 {
    margin-right: 30px !important;
  }
  .mb15 {
    margin-bottom: 30px !important;
  }
  .ml15 {
    margin-left: 30px !important;
  }
  .mt20 {
    margin-top: 40px !important;
  }
  .mr20 {
    margin-right: 40px !important;
  }
  .mb20 {
    margin-bottom: 40px !important;
  }
  .ml20 {
    margin-left: 40px !important;
  }
  .mt25 {
    margin-top: 50px !important;
  }
  .mr25 {
    margin-right: 50px !important;
  }
  .mb25 {
    margin-bottom: 50px !important;
  }
  .ml25 {
    margin-left: 50px !important;
  }
  .mt30 {
    margin-top: 60px !important;
  }
  .mr30 {
    margin-right: 60px !important;
  }
  .mb30 {
    margin-bottom: 60px !important;
  }
  .ml30 {
    margin-left: 60px !important;
  }
  .mt35 {
    margin-top: 70px !important;
  }
  .mr35 {
    margin-right: 70px !important;
  }
  .mb35 {
    margin-bottom: 70px !important;
  }
  .ml35 {
    margin-left: 70px !important;
  }
  .mt40 {
    margin-top: 80px !important;
  }
  .mr40 {
    margin-right: 80px !important;
  }
  .mb40 {
    margin-bottom: 80px !important;
  }
  .ml40 {
    margin-left: 80px !important;
  }
  .mt45 {
    margin-top: 90px !important;
  }
  .mr45 {
    margin-right: 90px !important;
  }
  .mb45 {
    margin-bottom: 90px !important;
  }
  .ml45 {
    margin-left: 90px !important;
  }
  .mt50 {
    margin-top: 100px !important;
  }
  .mr50 {
    margin-right: 100px !important;
  }
  .mb50 {
    margin-bottom: 100px !important;
  }
  .ml50 {
    margin-left: 100px !important;
  }
  .mt55 {
    margin-top: 110px !important;
  }
  .mr55 {
    margin-right: 110px !important;
  }
  .mb55 {
    margin-bottom: 110px !important;
  }
  .ml55 {
    margin-left: 110px !important;
  }
  .mt60 {
    margin-top: 120px !important;
  }
  .mr60 {
    margin-right: 120px !important;
  }
  .mb60 {
    margin-bottom: 120px !important;
  }
  .ml60 {
    margin-left: 120px !important;
  }
  .mt65 {
    margin-top: 130px !important;
  }
  .mr65 {
    margin-right: 130px !important;
  }
  .mb65 {
    margin-bottom: 130px !important;
  }
  .ml65 {
    margin-left: 130px !important;
  }
  .mt70 {
    margin-top: 140px !important;
  }
  .mr70 {
    margin-right: 140px !important;
  }
  .mb70 {
    margin-bottom: 140px !important;
  }
  .ml70 {
    margin-left: 140px !important;
  }
  .mt75 {
    margin-top: 150px !important;
  }
  .mr75 {
    margin-right: 150px !important;
  }
  .mb75 {
    margin-bottom: 150px !important;
  }
  .ml75 {
    margin-left: 150px !important;
  }
  .mt80 {
    margin-top: 160px !important;
  }
  .mr80 {
    margin-right: 160px !important;
  }
  .mb80 {
    margin-bottom: 160px !important;
  }
  .ml80 {
    margin-left: 160px !important;
  }
  .mt85 {
    margin-top: 170px !important;
  }
  .mr85 {
    margin-right: 170px !important;
  }
  .mb85 {
    margin-bottom: 170px !important;
  }
  .ml85 {
    margin-left: 170px !important;
  }
  .mt90 {
    margin-top: 180px !important;
  }
  .mr90 {
    margin-right: 180px !important;
  }
  .mb90 {
    margin-bottom: 180px !important;
  }
  .ml90 {
    margin-left: 180px !important;
  }
  .mt95 {
    margin-top: 190px !important;
  }
  .mr95 {
    margin-right: 190px !important;
  }
  .mb95 {
    margin-bottom: 190px !important;
  }
  .ml95 {
    margin-left: 190px !important;
  }
  .mt100 {
    margin-top: 200px !important;
  }
  .mr100 {
    margin-right: 200px !important;
  }
  .mb100 {
    margin-bottom: 200px !important;
  }
  .ml100 {
    margin-left: 200px !important;
  }
  .pt0 {
    padding-top: 0px !important;
  }
  .pr0 {
    padding-right: 0px !important;
  }
  .pb0 {
    padding-bottom: 0px !important;
  }
  .pl0 {
    padding-left: 0px !important;
  }
  .pt5 {
    padding-top: 10px !important;
  }
  .pr5 {
    padding-right: 10px !important;
  }
  .pb5 {
    padding-bottom: 10px !important;
  }
  .pl5 {
    padding-left: 10px !important;
  }
  .pt10 {
    padding-top: 20px !important;
  }
  .pr10 {
    padding-right: 20px !important;
  }
  .pb10 {
    padding-bottom: 20px !important;
  }
  .pl10 {
    padding-left: 20px !important;
  }
  .pt15 {
    padding-top: 30px !important;
  }
  .pr15 {
    padding-right: 30px !important;
  }
  .pb15 {
    padding-bottom: 30px !important;
  }
  .pl15 {
    padding-left: 30px !important;
  }
  .pt20 {
    padding-top: 40px !important;
  }
  .pr20 {
    padding-right: 40px !important;
  }
  .pb20 {
    padding-bottom: 40px !important;
  }
  .pl20 {
    padding-left: 40px !important;
  }
  .pt25 {
    padding-top: 50px !important;
  }
  .pr25 {
    padding-right: 50px !important;
  }
  .pb25 {
    padding-bottom: 50px !important;
  }
  .pl25 {
    padding-left: 50px !important;
  }
  .pt30 {
    padding-top: 60px !important;
  }
  .pr30 {
    padding-right: 60px !important;
  }
  .pb30 {
    padding-bottom: 60px !important;
  }
  .pl30 {
    padding-left: 60px !important;
  }
  .pt35 {
    padding-top: 70px !important;
  }
  .pr35 {
    padding-right: 70px !important;
  }
  .pb35 {
    padding-bottom: 70px !important;
  }
  .pl35 {
    padding-left: 70px !important;
  }
  .pt40 {
    padding-top: 80px !important;
  }
  .pr40 {
    padding-right: 80px !important;
  }
  .pb40 {
    padding-bottom: 80px !important;
  }
  .pl40 {
    padding-left: 80px !important;
  }
  .pt45 {
    padding-top: 90px !important;
  }
  .pr45 {
    padding-right: 90px !important;
  }
  .pb45 {
    padding-bottom: 90px !important;
  }
  .pl45 {
    padding-left: 90px !important;
  }
  .pt50 {
    padding-top: 100px !important;
  }
  .pr50 {
    padding-right: 100px !important;
  }
  .pb50 {
    padding-bottom: 100px !important;
  }
  .pl50 {
    padding-left: 100px !important;
  }
  .pt55 {
    padding-top: 110px !important;
  }
  .pr55 {
    padding-right: 110px !important;
  }
  .pb55 {
    padding-bottom: 110px !important;
  }
  .pl55 {
    padding-left: 110px !important;
  }
  .pt60 {
    padding-top: 120px !important;
  }
  .pr60 {
    padding-right: 120px !important;
  }
  .pb60 {
    padding-bottom: 120px !important;
  }
  .pl60 {
    padding-left: 120px !important;
  }
  .pt65 {
    padding-top: 130px !important;
  }
  .pr65 {
    padding-right: 130px !important;
  }
  .pb65 {
    padding-bottom: 130px !important;
  }
  .pl65 {
    padding-left: 130px !important;
  }
  .pt70 {
    padding-top: 140px !important;
  }
  .pr70 {
    padding-right: 140px !important;
  }
  .pb70 {
    padding-bottom: 140px !important;
  }
  .pl70 {
    padding-left: 140px !important;
  }
  .pt75 {
    padding-top: 150px !important;
  }
  .pr75 {
    padding-right: 150px !important;
  }
  .pb75 {
    padding-bottom: 150px !important;
  }
  .pl75 {
    padding-left: 150px !important;
  }
  .pt80 {
    padding-top: 160px !important;
  }
  .pr80 {
    padding-right: 160px !important;
  }
  .pb80 {
    padding-bottom: 160px !important;
  }
  .pl80 {
    padding-left: 160px !important;
  }
  .pt85 {
    padding-top: 170px !important;
  }
  .pr85 {
    padding-right: 170px !important;
  }
  .pb85 {
    padding-bottom: 170px !important;
  }
  .pl85 {
    padding-left: 170px !important;
  }
  .pt90 {
    padding-top: 180px !important;
  }
  .pr90 {
    padding-right: 180px !important;
  }
  .pb90 {
    padding-bottom: 180px !important;
  }
  .pl90 {
    padding-left: 180px !important;
  }
  .pt95 {
    padding-top: 190px !important;
  }
  .pr95 {
    padding-right: 190px !important;
  }
  .pb95 {
    padding-bottom: 190px !important;
  }
  .pl95 {
    padding-left: 190px !important;
  }
  .pt100 {
    padding-top: 200px !important;
  }
  .pr100 {
    padding-right: 200px !important;
  }
  .pb100 {
    padding-bottom: 200px !important;
  }
  .pl100 {
    padding-left: 200px !important;
  }
}
@media not all and (min-width: 1024px){
  body.menu-open {
    overflow: hidden;
  }
}
@media (min-width: 1170px){
  .block02-bg {
    padding-inline: 60px;
  }
  .block02-bg::after {
    top: -32px;
    width: 171px;
    height: 82px;
  }
}
@media (min-width: 1210px){
  .inquiry_content {
    grid-template-columns: 58.8% 1fr;
    gap: 60px;
  }
}
@media (min-width: 1280px){
  .footer_inner {
    max-width: 1000px;
    margin-inline: auto;
  }
  .headerNav_item:not(:first-child) {
    padding-left: 28px;
  }
  .headerNav_item:not(:last-child) {
    padding-right: 28px;
  }
  .headerNav_item + .headerNav_item .headerNav_linkText::after {
    left: -30px;
  }
  .headerSubMenu_inner {
    padding-inline: 33px;
  }
  .headerSubMenu_item + .headerSubMenu_item {
    padding-left: 27px;
  }
  .block03List-col2 {
    grid-template-columns: 53% 1fr;
  }
  .footSlider_inner {
    width: 100%;
  }
  .footSlider .splide__arrow--prev {
    right: auto;
    left: calc((100% - 1200px) / 2 - 32px);
  }
  .footSlider .splide__arrow--next {
    right: calc((100% - 1200px) / 2 - 32px);
    left: auto;
  }
  .topSlider .splide__arrow--prev {
    right: 100%;
  }
  .topSlider .splide__arrow--next {
    left: 100%;
  }
}
@media (min-width: 1400px){
  .mv {
    max-width: 1400px;
  }
}
/*# sourceMappingURL=style.css.map */