@charset "UTF-8";

/* -------------------------------------
    設定03
-----------------------------------------*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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.
 */
html,
body {
  margin: 0;
  padding: 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 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
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 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  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-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  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-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
body {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
body {
  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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSans_Regular.woff2") format("woff2"), url("../fonts/NotoSans_Regular.woff") format("woff");
}

@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSans_Medium.woff2") format("woff2"), url("../fonts/NotoSans_Medium.woff") format("woff");
}

@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSans_Bold.woff2") format("woff2"), url("../fonts/NotoSans_Bold.woff") format("woff");
}

@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSans_Black.woff2") format("woff2"), url("../fonts/NotoSans_Black.woff") format("woff");
}

/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff");
}

/* roboto-200 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-200.woff2") format("woff2"), url("../fonts/roboto-v30-latin-200.woff") format("woff");
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-700.woff") format("woff");
}

/* klee-one-regular - japanese_latin */
@font-face {
  font-display: swap;
  font-family: 'Klee One';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/klee-one-v13-japanese_latin-regular.woff2') format('woff2');
}

/* klee-one-600 - japanese_latin */
@font-face {
  font-display: swap;
  font-family: 'Klee One';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/klee-one-v13-japanese_latin-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/oswald-v57-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/oswald-v57-latin-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/oswald-v57-latin-700.woff2') format('woff2');
}

/* @font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito-v32-latin-700.woff2') format('woff2');
} */

/* @font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/nunito-v32-latin-800.woff2') format('woff2');
} */

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

body {
  font-size: 1.6em;
  line-height: 1.8;
  letter-spacing: 0em;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

textarea {
  resize: both;
}

/* FontFamily */
/* font-weight */
body {
  font-family: "Notosans_subset", sans-serif;
  font-weight: 400;
  color: #333;
}

.l-inner {
  max-width: 1160px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.l-inner--s {
  max-width: 1160px;
  /* max-width: 1050px; */
}

.l-inner--l {
  max-width: 1260px;
}

@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    padding-left: 16px;
    padding-right: 16px;
    /* max-width: 600px !important;
    padding-left: 12px;
    padding-right: 12px; */
  }
}

/* -------------------------------------
        l-header
-----------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 146px;
  background-color: #fff;
  z-index: 200;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 900px) {
  .l-header {
    height: 65px;
  }
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 96px;
  padding-right: 60px;
  padding-left: 60px;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .l-header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 900px) {
  .l-header__inner {
    height: 65px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.l-header__logo {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .l-header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.l-header__logo a {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  z-index: 40;
}

.l-header__logo a:hover,
.l-header__logo a:focus-visible {
  opacity: 0.7;
  transition: 0.3s;
}

.l-header__logo-main {
  display: block;
  max-width: 135px;
  width: 100%;
  margin-right: 28px;
}

@media screen and (max-width: 767px) {
  .l-header__logo-main {
    margin-right: 20px;
  }
}

.l-header__container {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .l-header__container {
    display: none;
  }
}

.l-header__utility {
  display: flex;
  align-items: center;
  gap: 22px;
}

.l-header__tel img {
  position: relative;
  top: -7px;
  margin-right: 6px;
}

.l-header__tel-label {
  display: block;
  position: relative;
  top: 8px;
  /* top: 14px; */
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #333;
  margin-bottom: 2px;
}

/* Firefoxのみ調整 */
@-moz-document url-prefix() {
  .l-header__tel-label {
    top: 16px;
  }
}

.l-header__tel-number {
  font-family: "din-2014", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: #CC0022;
  letter-spacing: 0.03em;
  line-height: 1;
}

.l-header__tel-number rt {
  font-family: "Notosans_subset", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  top: -3px;
}

.l-header__tel-time {
  display: block;
  font-size: 1.2rem;
  color: #666;
  margin-top: -2px;
}

.l-header__tel-time small {
  font-size: 1rem;
}

.l-header__contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #CC0022;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 5px;
  padding: 7px 24px 7px 17px;
  white-space: nowrap;
  transition: opacity 0.25s;
}

.l-header__contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.l-header__contact-btn::before {
  content: "";
  width: 18px;
  height: 14px;
  margin-top: 2px;
  background: url("../img/icon/icon_mail_whiite.svg") center center / contain no-repeat;
  flex-shrink: 0;
}

.l-header__contact-btn:hover,
.l-header__contact-btn:focus-visible {
  opacity: 0.7;
}

.l-header__sjpt-logo {
  flex-shrink: 0;
}

.l-header__sjpt-logo img {
  display: block;
}

.l-header__btn {
  width: 211px;
  margin-left: 40px;
}

.l-header__inner {
  border-bottom: 1px solid #CC0022;
}

.p-header-nav__list {
  display: flex;
  align-items: center;
}

.p-header-nav__item {
  position: relative;
  height: 100%;
}

.p-header-nav__item:first-child .p-header-nav__link {
  padding-left: 0;
}

.p-header-nav__item:last-child .p-header-nav__link {
  padding-right: 0;
}

.p-header-nav__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  font-size: 1.5rem;
  padding: 0 12px;
  transition: 0.25s;
  text-transform: uppercase;
}

.p-header-nav__link:hover,
.p-header-nav__link:focus-visible {
  color: #CC0022;
}

.p-header-nav__icon path {
  transition: 0.3s;
}

.p-header-nav__item.current .l-header-nav__link {
  color: #CC0022;
}

.p-header-nav__item.current .l-header-nav__link::after {
  transform: translate(0);
}

.p-header-nav__item.current .l-header-nav__icon path {
  fill: #CC0022;
}

.p-bottom-nav {
  position: relative;
  height: 50px;
  background-color: #fff;
}

@media screen and (max-width: 900px) {
  .p-bottom-nav {
    display: none;
  }
}

.p-bottom-nav__item.is-current .p-bottom-nav__link {
  color: #CC0022;
}

.p-bottom-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}

.p-bottom-nav__item {
  height: 100%;
}

.p-bottom-nav__item:first-child .p-bottom-nav__link::before {
  content: none;
}

.p-bottom-nav__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  font-size: 1.4rem;
  padding: 0 46px;
  transition: 0.25s;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .p-bottom-nav__link {
    font-size: 1.3rem;
    padding: 0 40px;
  }
}

@media screen and (max-width: 992px) {
  .p-bottom-nav__link {
    padding: 0 30px;
  }
}

.p-bottom-nav__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #ccc;
  width: 1px;
  height: 20px;
}

.p-bottom-nav__link:hover,
.p-bottom-nav__link:focus-visible {
  color: #CC0022;
}

.p-bottom-nav__link:hover .p-bottom-nav__link-text::after,
.p-bottom-nav__link:focus-visible .p-bottom-nav__link-text::after {
  background-color: #CC0022;
}

.p-bottom-nav__link-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-bottom-nav__link-text::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 7px;
  background-color: #777;
  mask: url(../img/icon/icon_arrow-down.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.p-bottom-nav__icon path {
  transition: 0.3s;
}

.p-bottom-nav__child-wrap {
  position: absolute;
  top: 99%;
  left: 0;
  background: #EFF4F5;
  width: 100%;
  padding: 40px 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s;
  z-index: 40;
}

.p-bottom-nav__child-wrap::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.p-bottom-nav__child-wrap .l-inner {
  display: flex;
  max-width: 1091px;
  padding-right: 60px;
  padding-left: 60px;
}

.p-bottom-nav__child-wrap.show {
  visibility: visible;
  opacity: 1;
}

.p-bottom-nav__child-wrap.hide {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s;
}

.p-bottom-nav__child-heading {
  max-width: 1091px;
  padding-right: 60px;
  padding-left: 60px;
  margin: 0 auto 30px;
}

.p-bottom-nav__child-heading a {
  display: inline-flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 400;
  padding-left: 15px;
  border-left: 3px solid #CC0022;
  transition: opacity 0.25s;
}

.p-bottom-nav__child-heading a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 8px;
  background: url(../img/icon/icon_triangle.svg) no-repeat center/contain;
  margin-left: 10px;
}

.p-bottom-nav__child-heading a:hover,
.p-bottom-nav__child-heading a:focus-visible {
  opacity: 0.7;
}

.p-bottom-nav__child-inner {
  display: flex;
  max-width: 1091px;
  padding-right: 60px;
  padding-left: 60px;
  margin: 0 auto;
}

.p-bottom-nav__child {
  flex: 1;
}

.p-bottom-nav__child:not(:first-child) {
  margin-left: 120px;
}

.p-bottom-nav__child-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #CFCFCF;
}

.p-bottom-nav__child-title a {
  transition: color 0.25s;
}

.p-bottom-nav__child-title a:hover,
.p-bottom-nav__child-title a:focus-visible {
  color: #94989C;
}

.p-bottom-nav__child-title+* {
  margin-top: 20px;
}

.p-bottom-nav__child-item {
  position: relative;
  padding-left: 15px;
}

.p-bottom-nav__child-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 7px;
  height: 8px;
  background: url(../img/icon/icon_triangle.svg) no-repeat center/contain;
}

.p-bottom-nav__child-item a {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  transition: opacity 0.25s;
}

.p-bottom-nav__child-item a:hover,
.p-bottom-nav__child-item a:focus-visible {
  opacity: 0.7;
}

.p-bottom-nav__child-item a img {
  display: inline-block;
  max-width: 32px;
  margin-right: 10px;
}

.p-bottom-nav__child-item+.p-bottom-nav__child-item {
  margin-top: 15px;
}

.p-bottom-nav .has-child:hover>.p-bottom-nav__child-wrap {
  visibility: visible;
  opacity: 1;
}

.p-mega-insurance {
  max-width: 1091px;
  padding: 0 60px;
  margin: 0 auto;
}

.p-mega-insurance__subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #94989c;
  margin-bottom: 20px;
}

.p-mega-insurance__cards {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CFCFCF;
}

.p-mega-insurance__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  flex: 1;
  height: 160px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 10px 15px;
  text-decoration: none;
  transition: opacity 0.25s;
}

.p-mega-insurance__card:hover,
.p-mega-insurance__card:focus-visible {
  opacity: 0.7;
}

.p-mega-insurance__card-icon {
  width: 70px;
  height: 70px;
}

.p-mega-insurance__card-icon img {
  width: 100%;
  height: auto;
}

.p-mega-insurance__card-text {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-top: 8px;
  line-height: 1.4;
}

.p-mega-insurance__card:nth-child(1) .p-mega-insurance__card-text {
  color: #4B519C;
}

.p-mega-insurance__card:nth-child(2) .p-mega-insurance__card-text {
  color: #CC0022;
}

.p-mega-insurance__card:nth-child(3) .p-mega-insurance__card-text {
  color: #006430;
}

.p-mega-insurance__card:nth-child(4) .p-mega-insurance__card-text {
  color: #DF4E00;
}

.p-mega-insurance__card:nth-child(5) .p-mega-insurance__card-text {
  color: #6F489B;
}

.p-mega-insurance__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 0;
  margin-top: 30px;
}

.p-mega-insurance__links .p-bottom-nav__child-item+.p-bottom-nav__child-item {
  margin-top: 0;
}

.p-mega-insurance__links--column {
  grid-template-columns: 1fr;
}

.c-hamburger-btn {
  display: none;
  touch-action: manipulation;
}

@media screen and (max-width: 900px) {
  .c-hamburger-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: auto;
    z-index: 20;
  }

  .c-hamburger-btn:focus-visible {
    outline: 2px solid #333;
  }
}

.c-hamburger-btn button {
  touch-action: manipulation;
}

.c-hamburger-btn__bg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  width: 25px;
  height: 25px;
  background-color: #CC0022;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.c-hamburger-btn__inner {
  display: block;
  position: relative;
  width: 14px;
  height: 8px;
}

.c-hamburger-btn__line {
  display: block;
  position: absolute;
  right: 0;
  transition: 0.2s;
  transform: translateY(0) rotate(0);
  width: 100%;
}

.c-hamburger-btn__line::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  border-radius: 20px;
}

.c-hamburger-btn__line:nth-of-type(1) {
  top: -1px;
}

.c-hamburger-btn__line:nth-of-type(2) {
  top: calc(50% - 1px);
  right: 0;
}

.c-hamburger-btn__line:nth-of-type(3) {
  bottom: 0;
}

.c-hamburger-btn__text {
  display: inline-block;
  color: #CC0022;
  font-size: 1rem;
  line-height: 1;
  margin-top: 4px;
}

.p-sub-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.15s;
  margin-top: 65px;
}

@media screen and (max-width: 900px) {
  .p-sub-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: auto;
    overflow-y: auto;
    background-color: #EFF4F5;
    transition: 0.15s;
    z-index: 30;
  }
}

.p-sub-nav__inner-top {
  position: relative;
  max-width: 420px !important;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 30;
}

.p-sub-nav__inner {
  position: relative;
  max-width: 450px !important;
  padding: 0 15px 200px;
  margin-left: auto;
  margin-right: auto;
  z-index: 30;
}

.p-sub-nav__item {
  position: relative;
  max-width: 420px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  cursor: pointer;
}

.p-sub-nav__item:first-child {
  border-top: 1px solid #ccc;
}

.p-sub-nav__title {
  position: relative;
  background-color: #fff;
  text-transform: uppercase;
}

.p-sub-nav__link {
  display: block;
  position: relative;
  font-weight: 500;
  line-height: 1.3;
  padding: 15px;
}

.p-sub-nav__item.has-child.is-open {
  border: none;
}

.p-sub-nav__item.has-child .p-sub-nav__title {
  font-weight: 500;
  line-height: 1.3;
  padding: 15px;
  cursor: pointer;
}

.p-sub-nav__item.has-child .p-sub-nav__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 9px;
  height: 8px;
  background: url(../img/icon/icon_triangle-down.svg) no-repeat center/contain;
  transition: all 0.25s;
}

.p-sub-nav__item.has-child .p-sub-nav__title.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}

.p-sub-nav__child {
  display: none;
  padding: 30px 15px;
  background-color: #EFF4F5;
  border-top: 1px solid #ccc;
}

.p-sub-nav__child-hedding {
  line-height: 1.2;
}

.p-sub-nav__child-hedding+* {
  margin-top: 15px;
}

.p-sub-nav__child-hedding a {
  display: inline-flex;
  align-items: center;
  border-left: 2px solid #CC0022;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 8px;
  transition: opacity 0.25s;
}

.p-sub-nav__child-hedding a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 8px;
  background: url(../img/icon/icon_triangle.svg) no-repeat center/contain;
  margin-left: 8px;
}

.p-sub-nav__child-hedding a:hover,
.p-sub-nav__child-hedding a:focus-visible {
  opacity: 0.7;
}

.p-sub-nav__child-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.p-sub-nav__child-cards+* {
  margin-top: 15px;
}

.p-sub-nav__child-card a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 10px;
}

.p-sub-nav__child-card a .icon {
  display: inline-block;
  max-width: 50px;
}

.p-sub-nav__child-card a .icon img {
  width: 100%;
}

.p-sub-nav__child-card a .text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  margin-top: 5px;
}

@media screen and (max-width: 360px) {
  .p-sub-nav__child-card a .text {
    font-size: 1.3rem;
  }
}

.p-sub-nav__child-card:nth-child(1) a .text {
  color: #4B519C;
}

.p-sub-nav__child-card:nth-child(2) a .text {
  color: #CC0022;
}

.p-sub-nav__child-card:nth-child(3) a .text {
  color: #006430;
}

.p-sub-nav__child-card:nth-child(4) a .text {
  color: #DF4E00;
}

.p-sub-nav__child-card:nth-child(5) a .text {
  color: #6F489B;
}

.p-sub-nav__child-list-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 30px 0 5px;
}

.p-sub-nav__child-item a {
  display: inline-block;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 15px 10px;
}

.p-sub-nav__child-item a::before {
  content: "";
  display: block;
  width: 7px;
  height: 8px;
  background: url(../img/icon/icon_triangle.svg) no-repeat center/contain;
  margin-right: 8px;
}

.p-sub-nav__btn-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}

.p-sub-nav__btn-wrap .c-btn {
  min-height: auto;
  font-size: 1.6rem;
  padding: 10px;
}

.p-sub-nav__btn-wrap .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: auto;
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px;
  text-align: left;
}

.p-sub-nav__btn-wrap .c-btn::before {
  content: "";
  width: 18px;
  height: 14px;
  margin-top: 2px;
  background: url("../img/icon/icon_mail_whiite.svg") center center / contain no-repeat;
  flex-shrink: 0;
}

.p-sub-nav__info {
  background-color: #fff;
  border-top: 3px solid #CC0022;
  padding: 25px 15px;
  margin-top: 25px;
}

.p-sub-nav__info-content+.p-sub-nav__info-content {
  margin-top: 20px;
}

.p-sub-nav__info-text {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 13px;
}

.p-sub-nav__info-text::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  bottom: 0;
  width: 2px;
  height: calc(100% + 2px);
}

.p-sub-nav__info-text+* {
  margin-top: 10px;
}

.p-sub-nav__info-content--color01 .p-sub-nav__info-text::before {
  background-color: #CC0022;
}

.p-sub-nav__info-content--color01 .p-sub-nav__info-item a {
  border-color: #CC0022;
  color: #CC0022;
}

.p-sub-nav__info-content--color02 .p-sub-nav__info-text::before {
  background-color: #3C7A48;
}

.p-sub-nav__info-content--color02 .p-sub-nav__info-item a {
  border-color: #3C7A48;
  color: #3C7A48;
}

.p-sub-nav__info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
}

.p-sub-nav__info-item a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
  border: 1px solid #CC0022;
  background-color: #fff;
  border-radius: 6px;
  padding: 8px 5px;
  transition: opacity 0.25s;
}

@media screen and (max-width: 365px) {
  .p-sub-nav__info-item a {
    font-size: 1.2rem;
  }
}

.p-sub-nav__info-item a:hover,
.p-sub-nav__info-item a:focus-visible {
  opacity: 0.7;
}

.p-sub-nav__info-item a .icon {
  display: inline-block;
  max-width: 24px;
  margin-right: 3px;
}

@media screen and (max-width: 365px) {
  .p-sub-nav__info-item a .icon {
    max-width: 20px;
  }
}

.p-sub-nav__info-bottom {
  margin-top: 20px;
}

.p-sub-nav__info-bottom-text {
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: center;
}

.p-sub-nav__info-bottom-btn {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.l-header.active .c-hamburger-btn__line:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.l-header.active .c-hamburger-btn__line:nth-of-type(2) {
  width: 0;
  transition: 0.01s;
}

.l-header.active .c-hamburger-btn__line:nth-of-type(3) {
  width: 100%;
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

@media screen and (max-width: 900px) {
  .l-header.active .p-sub-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: 0.15s;
  }
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  border-radius: 100px 100px 0 0;
  padding-top: 80px;
  background-color: #EFF4F5;
}

@media screen and (max-width: 767px) {
  .l-footer {
    border-radius: 40px 40px 0 0;
    padding-top: 60px;
  }
}

.l-footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 80px;
}

@media screen and (max-width: 992px) {
  .l-footer__container {
    justify-content: flex-start;
    gap: 20px 10px;
    max-width: 560px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__container {
    padding-bottom: 60px;
  }
}

.l-footer__content {
  max-width: 260px;
}

@media screen and (max-width: 992px) {
  .l-footer__content {
    width: calc(50% - 5px);
  }
}

.l-footer__title {
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .l-footer__title {
    font-size: 1.4rem;
  }
}

.l-footer__title+.l-footer__title {
  margin-top: 15px;
}

.l-footer__title a {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease;
}

.l-footer__title a:hover,
.l-footer__title a:focus-visible {
  background-size: 100% 1px;
}

.l-footer__home+* {
  margin-top: 30px;
}

.l-footer__list {
  margin-top: 15px;
}

.l-footer__list+.l-footer__title {
  margin-top: 25px;
}

.l-footer__list-item {
  position: relative;
  line-height: 1;
  padding-left: 18px;
}

.l-footer__list-item:not(:first-child) {
  margin-top: 8px;
}

.l-footer__list-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 60%;
  transform: translateY(-50%);
  background-color: #CC0022;
  border-radius: 50%;
  width: 4px;
  height: 2px;
  margin-right: 8px;
}

.l-footer__list-item a {
  font-size: 1.4rem;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .l-footer__list-item a {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

.l-footer__list-item a:hover,
.l-footer__list-item a:focus-visible {
  background-size: 100% 1px;
}

.l-footer__bottom {
  background-color: #94989C;
  color: #fff;
  padding: 20px 0;
}

.l-footer__bottom .l-inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .l-footer__bottom .l-inner {
    justify-content: center;
  }
}

.l-footer__logo {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .l-footer__logo {
    display: none;
  }
}

.l-footer__copyright {
  font-size: 1.2rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 1rem;
    text-align: center;
  }
}

/* -------------------------------------
        l-section
-----------------------------------------*/
.l-section {
  padding: 60px 0 100px;
}

@media screen and (max-width: 767px) {
  .l-section {
    padding: 34px 0 80px;
  }
}

/* -------------------------------------
        l-main
-----------------------------------------*/
.l-main {
  margin-top: 146px;
}

@media screen and (max-width: 900px) {
  .l-main {
    margin-top: 65px;
  }
}

/* -------------------------------------
        l-grid
-----------------------------------------*/
.l-grid {
  display: grid;
  gap: 40px 30px;
}

@media screen and (max-width: 767px) {
  .l-grid {
    gap: 30px 10px;
  }
}

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

@media screen and (max-width: 767px) {
  .l-grid--col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col3 {
  grid-template-columns: repeat(4, 1fr);
  /* grid-template-columns: repeat(3, 1fr); */
}

@media screen and (max-width: 767px) {
  .l-grid--col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.l-grid--narrow {
  gap: 20px 30px;
}

/* -------------------------------------
        l-container
-----------------------------------------*/
.l-container--col2 {
  display: flex;
}

@media screen and (max-width: 992px) {
  .l-container--col2 {
    flex-direction: column;
  }
}

.l-container--col2 .l-container__main {
  width: calc(100% - 222px - 40px);
}

@media screen and (max-width: 992px) {
  .l-container--col2 .l-container__main {
    width: 100%;
  }
}

.l-container--col2 .l-container__sub {
  flex-shrink: 0;
  width: 222px;
  margin-left: 40px;
}

@media screen and (max-width: 992px) {
  .l-container--col2 .l-container__sub {
    width: 100%;
    margin: 50px 0 0 0;
  }
}

.l-container--col2 .js-aside-news {
  flex-shrink: 0;
}

/* -------------------------------------
        l-bg-grad
-----------------------------------------*/
.l-bg-grad {
  position: relative;
}

.l-bg-grad::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 564px;
  background: linear-gradient(0deg, #FFF 0%, #E7EFF1 100%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .l-bg-grad::before {
    height: 124px;
  }
}

.l-bg-grad::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 68.3%;
  max-width: 881px;
  height: 440px;
  background: transparent url(../img/common/bg_blue.png) no-repeat 0 100%/cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .l-bg-grad::after {
    max-width: 256px;
    height: 124px;
    background-image: url(../img/common/bg_blue-sp.png);
  }
}

/* -------------------------------------
        l-white-body
-----------------------------------------*/
.l-white-body {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 40px 0;
}

@media screen and (max-width: 767px) {
  .l-white-body {
    border-radius: 0;
    padding: 0;
  }
}

/* -------------------------------------
        l-btn-wrap
-----------------------------------------*/
.l-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.l-btn-wrap--left {
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .l-btn-wrap--left {
    align-items: center;
    justify-content: center;
  }
}

.l-btn-wrap--row {
  flex-direction: row;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .l-btn-wrap--row {
    flex-direction: column;
  }
}

/* -------------------------------------
        c-accordion
-----------------------------------------*/
.c-accordion__row:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .c-accordion__row:not(:first-child) {
    margin-top: 20px;
  }
}

.c-accordion__btn {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  background-color: #EFF4F5;
  border-bottom: 1px solid #000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 22px 66px 22px 20px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .c-accordion__btn {
    font-size: 1.8rem;
    padding: 11px 66px 11px 20px;
  }
}

.c-accordion__btn .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: block;
  width: 26px;
  height: 26px;
  background-color: #CC0022;
}

.c-accordion__btn .icon::before,
.c-accordion__btn .icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 6px;
  width: 14px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
  z-index: 10;
}

.c-accordion__btn .icon::after {
  transform: rotate(-90deg);
  transition: 0.3s;
}

.c-accordion__btn:focus-visible {
  outline: 2px solid #CC0022;
}

.c-accordion__circle {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 22px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .c-accordion__circle {
    top: 20px;
    right: 14px;
    width: 24px;
    height: 24px;
  }
}

.c-accordion__body {
  display: none;
  padding-top: 20px;
}

.c-accordion__btn.is-open .icon::after {
  transform: rotate(-180deg);
}

/* -------------------------------------
        c-area-accordion
-----------------------------------------*/
.c-area-accordion {
  display: none;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .c-area-accordion {
    display: block;
  }
}

.c-area-accordion__item {
  border-top: 1px solid #CC0022;
  border-left: 1px solid #CC0022;
  border-right: 1px solid #CC0022;
}

.c-area-accordion__item:last-child {
  border-bottom: 1px solid #CC0022;
}

.c-area-accordion__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  color: #CC0022;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 14px 40px;
  cursor: pointer;
  transition: 0.25s;
}

.c-area-accordion__btn:hover,
.c-area-accordion__btn:focus-visible {
  opacity: 0.7;
}

.c-area-accordion__icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #CC0022;
  transition: transform 0.3s;
}

.c-area-accordion__btn.is-open .c-area-accordion__icon {
  transform: translateY(-50%) rotate(180deg);
}

.c-area-accordion__body {
  display: none;
  padding: 5px 20px;
  background-color: #fff;
  border-top: 1px solid #CC0022;
}

.c-area-accordion__row {
  display: flex;
  padding: 8px 0;
}

.c-area-accordion__row:not(:last-child) {
  border-bottom: 1px dashed #333;
}

.c-area-accordion__row a {
  width: 25%;
  text-align: center;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 4px 0;
  transition: 0.25s;
}

.c-area-accordion__row a:hover,
.c-area-accordion__row a:focus-visible {
  color: #CC0022;
}

/* -------------------------------------
      c-page-top  
-----------------------------------------*/
.c-page-top {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 30px;
  width: 57px;
  height: 57px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .c-page-top {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 40px;
  }
}

/* -------------------------------------
        c-pagination
-----------------------------------------*/
.c-pagination {
  display: flex;
}

.c-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  position: relative;
}

.c-pagination li a {
  transition: opacity 0.25s;
}

.c-pagination li a:hover,
.c-pagination li a:focus {
  opacity: 0.7;
}

.c-pagination li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #EFF4F5;
  background-color: #EFF4F5;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin: 3px;
}

@media screen and (max-width: 767px) {
  .c-pagination li .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
  }
}

.c-pagination li .current {
  background-color: #F47A00;
  border: 1px solid #F47A00;
  color: #fff;
}

.c-pagination li .prev,
.c-pagination li .next {
  border: none;
}

.c-pagination li .prev::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  background-image: url(../img/icon/icon_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .c-pagination li .prev::before {
    width: 5px;
    height: 12px;
  }
}

.c-pagination li .next::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  background-image: url(../img/icon/icon_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .c-pagination li .next::after {
    width: 5px;
    height: 12px;
  }
}

/* -------------------------------------
        c-card
-----------------------------------------*/
@media screen and (min-width: 768px) {

  .c-card:hover .c-card__img img,
  .c-card:focus-visible .c-card__img img {
    transform: translate(-50%, -50%) scale(1.1);
  }

  .c-card:hover .c-card__title,
  .c-card:focus-visible .c-card__title {
    --d: 100%;
    --p: 100%;
  }
}

.c-card__img {
  position: relative;
  padding-top: 65%;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-card__img {
    border-radius: 8px;
  }
}

.c-card img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  object-fit: cover;
  transition: 0.3s;
}

.c-card__body {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .c-card__body {
    margin-top: 5px;
  }
}

.c-card__date {
  display: block;
  color: #666;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .c-card__date {
    margin-top: 10px;
  }
}

.c-card__title {
  display: inline;
  background: linear-gradient(#CC0022 0 0) var(--p, 0) 100%/var(--d, 0) 1px no-repeat;
  transition: 0.3s, background-position 0s 0.3s;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-top: 3px;
  }
}

@media screen and (min-width: 768px) {

  .c-card__title:hover,
  .c-card__title:focus-visible {
    --d: 100%;
    --p: 100%;
  }
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 320px;
  width: 100%;
  min-height: 79px;
  border: 1px solid #CC0022;
  border-radius: 6px;
  background-color: #CC0022;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
  transition: 0.25s;
  z-index: 10;
  padding: 10px 10px;
}

.c-btn .text-small {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {

  .c-btn,
  .p-recruit-bnr__btn {
    font-size: 1.8rem;
  }
}

.c-btn:hover .c-btn__icon path,
.c-btn:hover .c-btn__link:focus .c-btn__icon path,
.c-btn:focus-visible .c-btn__icon path,
.c-btn:focus-visible .c-btn__link:focus .c-btn__icon path {
  fill: #fff;
  transition: fill 0.25s;
}

.c-btn:hover .c-btn__tel::before,
.c-btn:focus-visible .c-btn__tel::before {
  background-color: #fff;
}

.c-btn:hover .c-btn__tel-text,
.c-btn:focus-visible .c-btn__tel-text {
  color: #fff;
}

.c-btn__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "din-2014", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.c-btn__tel::before {
  content: "";
  flex-shrink: 0;
  transform: translateY(1px);
  width: 26px;
  height: 17px;
  background: #CC0022;
  mask: url(../img/icon/icon_tel.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
  transition: all 0.25s;
}

.c-btn__tel rt {
  font-size: 1rem;
  position: relative;
  top: -3px;
}

.c-btn__tel-label {
  display: block;
  width: 100%;
  position: relative;
  top: -10%;
  font-family: "Notosans_subset", sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  color: #CC0022;
  margin-top: 3px;
  margin-bottom: 10px;
  transition: color 0.25s;
}

/* .c-btn__tel-label {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  font-family: "Notosans_subset", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  color: #CC0022;
  margin-top: 3px;
  margin-bottom: 0;
  transition: color 0.25s;
} */

.c-btn__tel-text {
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 0;
  transition: color 0.25s;
}

.c-btn__tel-text-sub {
  color: #333;
  /* color: #21348C; */
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 6px;
  transition: color 0.25s;
}

.c-btn__tel-text small {
  font-size: 1rem;
}

@media screen and (max-width: 1045px) {
  .c-btn__tel {
    font-size: 2.5rem;
  }
}

.c-btn:hover,
.c-btn:focus-visible {
  background-color: #fff;
  color: #CC0022;
}

.c-btn:hover .c-btn__icon::after,
.c-btn:focus-visible .c-btn__icon::after {
  background-color: #fff;
}

.c-btn__icon {
  transition: all 0.25s;
}

.c-btn__icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 10px;
  height: 10px;
  background: #CC0022;
  mask: url(../img/icon/icon_blank.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  transition: all 0.25s;
}

.c-btn--sm {
  max-width: 260px;
  min-height: 56px;
  font-size: 1.6rem;
  padding: 8px 10px;
}

.c-btn--md {
  max-width: 280px;
  min-height: 60px;
  font-size: 1.6rem;
}

.c-btn--border,
.p-recruit-bnr__btn {
  border-color: #CC0022;
  background-color: #fff;
  color: #CC0022;
}

.c-btn--border:hover,
.p-recruit-bnr__btn:hover,
.c-btn--border:focus-visible {
  background-color: #CC0022;
  color: #fff;
}

.c-btn--border-green {
  border-color: #006430;
  background-color: #fff;
  color: #006430;
}

.c-btn--border-green .c-btn__tel-label {
  color: #333;
  text-align: left;
  top: 0;
  margin-bottom: -10px;
}

.c-btn--border-green:hover,
.c-btn--border-green:focus-visible {
  background-color: #006430;
  color: #fff;
}

.c-btn--border-green .c-btn__inner::before {
  background-color: #006430;
}

.c-btn--border-green .c-btn__tel {
  font-size: 2.7rem;
  letter-spacing: 0.03em;
}

.c-btn--border-green .c-btn__tel::before {
  background-color: #006430;
  transform: translateY(5px);
}

.c-btn--border-green .c-btn__tel-text {
  letter-spacing: 0;
  line-height: 1;
  margin-top: 2px;
  margin-bottom: 5px;
}

.c-btn--border-blue {
  border-color: #21348C;
  background-color: #fff;
  color: #21348C;
}

.c-btn--border-blue .c-btn__tel-label {
  color: #fff;
  text-align: center;
  top: 0;
  padding: 4px;
  border-radius: 16px;
  background: #21348c;
}

/* .c-btn--border-blue:hover .c-btn__tel-label,
.c-btn--border-blue:focus-visible .c-btn__tel-label {
  background: #fff;
  color: #21348C;
} */
/* .c-btn--border-blue:hover .c-btn__tel-label,
.c-btn--border-blue:focus-visible .c-btn__tel-label {
  color: #21348C !important;
  background: #fff !important;
} */
/* .c-btn--border-blue .c-btn__tel-label {
  color: #333;
  text-align: left;
  top: 0;
  margin-bottom: -10px;
} */

/* .c-btn--border-blue:hover,
.c-btn--border-blue:focus-visible {
  background-color: #21348C;
  color: #fff;
} */

.c-btn--border-blue .c-btn__inner::before {
  background-color: #21348C;
}

.c-btn--border-blue .c-btn__tel::before {
  background-color: #21348C;
  transform: translateY(5px);
}

.c-btn--border-blue .c-btn__tel-text {
  letter-spacing: 0;
  line-height: 1;
  margin-top: 2px;
  margin-bottom: 5px;
}

/* .c-btn--border-blue:hover .c-btn__tel-label,
.c-btn--border-blue:focus-visible .c-btn__tel-label {
  color: #fff;
}

.c-btn--border-blue:hover .c-btn__tel-text,
.c-btn--border-blue:focus-visible .c-btn__tel-text,
.c-btn--border-blue:hover .c-btn__tel-text-sub,
.c-btn--border-blue:focus-visible .c-btn__tel-text-sub {
  color: #fff;
}

.c-btn--border-blue:hover .c-btn__tel::before,
.c-btn--border-blue:focus-visible .c-btn__tel::before {
  background-color: #fff;
} */
.c-btn--blank .c-btn__inner {
  display: flex;
  align-items: center;
}

.c-btn--blank .c-btn__inner::after {
  content: "";
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  background: #CC0022;
  mask: url(../img/icon/icon_blank.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  transition: all 0.25s;
}

.c-btn--blank:hover .c-btn__inner::after,
.c-btn--blank:focus-visible .c-btn__inner::after {
  background-color: #fff;
}

.c-btn--icon-store .c-btn__inner {
  display: flex;
  align-items: center;
}

.c-btn--icon-store .c-btn__inner::before {
  content: "";
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  mask: url(../img/icon/icon_store.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  transition: all 0.25s;
}

@media screen and (max-width: 767px) {
  .c-btn--icon-store .c-btn__inner::before {
    width: 30px;
    height: 30px;
  }
}

.c-btn--icon-store:hover .c-btn__inner::before,
.c-btn--icon-store:focus-visible .c-btn__inner::before {
  background-color: #fff;
}

.c-btn--icon-mail .c-btn__inner {
  display: flex;
  align-items: center;
}

.c-btn--icon-mail .c-btn__inner::before {
  content: "";
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  mask: url(../img/icon/icon_mail.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  transition: all 0.25s;
}

@media screen and (max-width: 767px) {
  .c-btn--icon-mail .c-btn__inner::before {
    width: 30px;
    height: 30px;
  }
}

.c-btn--icon-mail:hover .c-btn__inner::before,
.c-btn--icon-mail:focus-visible .c-btn__inner::before {
  background-color: #fff;
}

.c-btn--icon-pc .c-btn__inner {
  display: flex;
  align-items: center;
}

.c-btn--icon-pc .c-btn__inner::before {
  content: "";
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  mask: url(../img/icon/icon_pc.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  transition: all 0.25s;
}

@media screen and (max-width: 767px) {
  .c-btn--icon-pc .c-btn__inner::before {
    width: 30px;
    height: 30px;
  }
}

.c-btn--icon-pc:hover .c-btn__inner::before,
.c-btn--icon-pc:focus-visible .c-btn__inner::before {
  background-color: #fff;
}

.c-btn--blue {
  border-color: #21348C;
  background-color: #21348C;
  color: #fff;
}

.c-btn--blue .c-btn__inner::before {
  background-color: #fff;
}

.c-btn--blue:hover,
.c-btn--blue:focus-visible {
  background-color: #fff;
  color: #21348C;
}

.c-btn--blue:hover .c-btn__inner::before,
.c-btn--blue:focus-visible .c-btn__inner::before {
  background-color: #21348C;
}

.c-btn--gray {
  border-color: #747A80;
  background-color: #747A80;
  color: #fff;
  min-height: 56px;
}

.c-btn--gray::after {
  content: "▶";
  position: absolute;
  right: 20px;
  font-size: 1rem;
}

.c-btn--gray:hover,
.c-btn--gray:focus-visible {
  background-color: #fff;
  color: #747A80;
}

.c-btn--black {
  border-color: #333;
  background-color: #333;
  color: #fff;
  min-height: 66px;
  padding: 10px 30px;
}

.c-btn--black::after {
  content: "▶";
  position: absolute;
  right: 15px;
  font-size: 1rem;
}

.c-btn--black:hover,
.c-btn--black:focus-visible {
  background-color: #fff;
  color: #333;
}

.c-btn--green {
  border-color: #006430;
  background-color: #fff;
  color: #006430;
  min-height: 56px;
}
.c-online-nav__text.p-branch-procedure__heading {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media screen and (max-width: 992px) {
  .c-online-nav.p-branch-procedure {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }

  .c-online-nav__text.p-branch-procedure__heading {
    width: 100%;
    text-align: center;
  }

  .c-online-nav.p-branch-procedure
    .p-online-nav__btn-area.p-branch-procedure__area {
    flex-basis: auto;
    width: 100%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
}


/* -------------------------------------
   支店ページ：WEB手続きボタン
----------------------------------------- */

.p-online-nav__btn-area.p-branch-procedure__area {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex: 0 1 700px;
  gap: 24px;
  width: 100%;
  max-width: 700px;
  min-width: 0;
}

.p-branch-procedure__area .p-login__btn-wrap {
  min-width: 0;
}

.c-online-nav__btn.p-branch-procedure__btn {
  width: 100%;
  max-width: none;
  min-height: 80px;
}

.p-branch-procedure__btn-inner {
  position: relative;
  width: 100%;
  padding-right: 52px;
  padding-left: 52px;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.p-branch-procedure__btn-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: filter 0.25s;
}
.p-branch-procedure__btn--online::after {
  transform: rotate(90deg);
  transform-origin: center;
}

.p-branch-procedure__btn--mypage
  .p-branch-procedure__btn-inner::before {
  background-image: url("../img/icon/icon_branch-mypage.svg");
}

.p-branch-procedure__btn--online
  .p-branch-procedure__btn-inner::before {
  left: 2px;
  width: 36px;
  height: 36px;
  background-image: url("../img/icon/icon_branch-online.svg");
}

.p-branch-procedure__btn:hover
  .p-branch-procedure__btn-inner::before,
.p-branch-procedure__btn:focus-visible
  .p-branch-procedure__btn-inner::before {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 767px) {
    .c-online-nav__text.p-branch-procedure__heading {
    width: 100%;
    text-align: center;
  }
    .p-online-nav__btn-area.p-branch-procedure__area {
    grid-template-columns: 1fr;
    flex-basis: auto;
    gap: 20px;
    width: 100%;
    max-width: none;
  }

  .c-online-nav__btn.p-branch-procedure__btn {
    width: 100%;
    max-width: none;
    min-height: 80px;
  }

  .p-branch-procedure__btn-inner {
    padding-right: 48px;
    padding-left: 48px;
  }

  .p-branch-procedure__btn-inner::before {
    left: 4px;
    width: 32px;
    height: 32px;
  }

  .p-branch-procedure__btn--online
    .p-branch-procedure__btn-inner::before {
    left: 2px;
    width: 34px;
    height: 34px;
  }
}

.c-btn--green::after {
  content: "▶";
  position: absolute;
  right: 15px;
  font-size: 1rem;
}

.c-btn--green:hover,
.c-btn--green:focus-visible {
  background-color: #006430;
  color: #fff;
}
.c-btn--orange {
  border-color: #F47A00;
  background-color: #fff;
  color: #F47A00;
  min-height: 56px;
}

.c-btn--orange::after {
  content: "▶";
  position: absolute;
  right: 15px;
  font-size: 1rem;
  transform: rotate(90deg);
}

.c-btn--orange:hover,
.c-btn--orange:focus-visible {
  background-color: #F47A00;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .js-tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* -------------------------------------
        c-icon-btn
-----------------------------------------*/
.c-icon-btn {
  display: inline-block;
  position: relative;
  max-width: 211px;
  width: 100%;
  border: 1px solid #94989C;
  border-radius: 8px;
  background-color: #94989C;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 14px 0.8em;
  transition: all 0.25s;
  z-index: 10;
}

.c-icon-btn:hover,
.c-icon-btn:focus-visible {
  background-color: #fff;
}

.c-icon-btn:hover .c-icon-btn__text,
.c-icon-btn:focus-visible .c-icon-btn__text {
  color: #94989C;
  transition: all 0.25s;
}

.c-icon-btn__text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.c-icon-btn__text::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  mask: url(../img/icon/icon_mail.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
}

.c-icon-btn:hover,
.c-icon-btn:focus-visible {
  color: #CC0022;
  background-color: #fff;
  transition: all 0.25s;
}

.c-icon-btn:hover .c-icon-btn__text::before,
.c-icon-btn:focus-visible .c-icon-btn__text::before {
  background-color: #94989C;
  transition: all 0.25s;
}

.c-icon-btn--post .c-icon-btn__text::before {
  mask: url(../img/icon/icon_post.svg) no-repeat center/cover;
}

.c-icon-btn--larg {
  max-width: 300px;
  padding: 24px 0.1em;
}

@media screen and (max-width: 767px) {
  .c-icon-btn--larg {
    font-size: 1.6rem;
  }
}

/* -------------------------------------
        c-border-btn
-----------------------------------------*/
.c-border-btn,
.c-border-btn02 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 366px;
  width: 100%;
  min-height: 74px;
  height: 100%;
  border: 2px solid #CC0022;
  border-radius: 16px;
  /* border-radius: 6px; */
  /* background-color: #ffe2e2; */
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 16px 50px;
  /* box-shadow: -.8vw -.5333333333vw 1.3333333333vw 0 #fff, .2666666667vw .2666666667vw 1.6vw 0 #d6b8b8; */
  color: #CC0022;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
  transition: 0.25s;
  z-index: 10;
  padding: 10px 10px;
}

.c-border-btn-blue {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 366px;
  width: 100%;
  min-height: 74px;
  height: 100%;
  border: 2px solid #21348C;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 16px 50px;
  color: #21348C;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
  transition: 0.25s;
  z-index: 10;
  padding: 10px 10px;
}

.c-border-btn__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 0 25px;
}
.c-border-btn__inner02 {
  display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.c-border-btn__inner::after {
  content: "";
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 12px;
  height: 12px;
  background: #CC0022;
  mask: url(../img/icon/icon_blank2.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.25s;
}

.c-border-btn-blue:hover,
.c-border-btn-blue:focus-visible {
  background-color: #21348C;
  color: #fff;
}

.c-border-btn-blue:hover .c-border-btn__inner::after,
.c-border-btn-blue:focus-visible .c-border-btn__inner::after {
  background-color: #fff;
}

/* tab01 上部3ボタン：hoverで浮き上がる */
#tab01 .p-info-blue__btn-area .c-border-btn-blue {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#tab01 .p-info-blue__btn-area .c-border-btn-blue:hover,
#tab01 .p-info-blue__btn-area .c-border-btn-blue:focus-visible {
  background-color: #fff;
  color: #21348C;
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}

.c-border-btn:hover,
.c-border-btn:focus-visible {
  background-color: #CC0022;
  color: #fff;
}

.c-border-btn:hover .c-border-btn__inner::after,
.c-border-btn:focus-visible .c-border-btn__inner::after {
  background-color: #fff;
}

.c-border-btn--orange {
  border-color: #F47A00;
  color: #F47A00;
}

.c-border-btn--orange .c-border-btn__inner::after {
  background-color: #F47A00;
}

.c-border-btn--orange:hover,
.c-border-btn--orange:focus-visible {
  background-color: #F47A00;
  color: #fff;
}

.c-border-btn--orange:hover .c-border-btn__inner::after,
.c-border-btn--orange:focus-visible .c-border-btn__inner::after {
  background-color: #fff;
}

.c-border-btn--orange02 {
  border-color: #F47A00;
  color: #fff;
  background-color: #F47A00;
}

.c-border-btn--orange02 .c-border-btn__inner::after {
  background-color: #fff;
}

.c-border-btn--orange02:hover,
.c-border-btn--orange02:focus-visible {
  background-color: #fff;
  color: #F47A00;
}

.c-border-btn--orange02:hover .c-border-btn__inner::after,
.c-border-btn--orange02:focus-visible .c-border-btn__inner::after {
  background-color: #F47A00;
}

.c-border-btn--gray {
  border-color: #666;
  color: #333;
}

.c-border-btn--gray:hover,
.c-border-btn--gray:focus-visible {
  background-color: #666;
  color: #fff;
}

.c-border-btn--red02 {
  border-color: #CC0022;
  background-color: #CC0022;
  color: #fff;
}

.c-border-btn--red02:hover,
.c-border-btn--red02:focus-visible {
  background-color: #fff;
  color: #CC0022;
}

.c-border-btn--red02 .c-border-btn__inner::after {
  background-color: #fff;
}

.c-border-btn--red02:hover .c-border-btn__inner::after,
.c-border-btn--red02:focus-visible .c-border-btn__inner::after {
  background-color: #F47A00;
}

.c-border-btn--green02 {
  border-color: #3C7A48;
  background-color: #3C7A48;
  color: #fff;
}

.c-border-btn--green02:hover,
.c-border-btn--green02:focus-visible {
  background-color: #fff;
  color: #3C7A48;
}

.c-border-btn--green01 {
  border-color: #3C7A48;
  background-color: #fff;
  color: #3C7A48;
}

.c-border-btn--grey,
.c-border-btn--grey:hover,
.c-border-btn--grey:focus-visible {
  border-color: #4e454a;
  background-color: #fff;
  color: #4e454a;
}
.c-border-btn--grey:hover,
.c-border-btn--grey:focus-visible {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}
.c-border-btn--green01:hover,
.c-border-btn--green01:focus-visible {
  background-color: #3C7A48;
  color: #fff;
}

.c-border-btn--larg span.sub {
  font-size: 1.3rem;
  display: inline-block;
}

.c-border-btn--larg {
  font-size: 2rem;
  /* font-size: 1.8rem; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  padding: 30px 12px;
}

.c-border-btn--larg::before {
  content: "";
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  /* background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-border-btn__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  line-height: 1.4;
  font-weight: bold;
}

.c-border-btn span.sub {
  font-size: 1.3rem;
  display: block;
  font-weight: 500;
}

.c-tab__btn-wrap-02 {
  width: 30%;
}

/* 各アイコン */
.c-border-btn--icon-accident::before {
  background-image: url("../img/icon/icon_nav-phone.svg");
  /* mask-image: url("../img/icon/icon_nav01-1.svg"); */
}

.c-border-btn--icon-member::before {
  background-image: url("../img/icon/icon_member.svg");
  /* mask-image: url("../img/icon/icon_member.svg"); */
}

.c-border-btn--icon-mypage::before {
  background-image: url("../img/icon/icon_mypage.svg");
  /* mask-image: url("../img/icon/icon_nav02-3.svg"); */
}

.c-border-btn--icon-store::before {
  background-image: url("../img/icon/icon_store-navi.svg");
  /* mask-image: url("../img/icon/icon_store.svg"); */
}

.c-border-btn--icon-pc::before {
  background-image: url("../img/icon/icon_pc.svg");
  /* mask-image: url("../img/icon/icon_pc.svg"); */
}

#tab01 .c-border-btn--icon-store::before {
  background-image: url("../img/icon/icon_store-navi-blue.svg");
  /* mask-image: url("../img/icon/icon_store.svg"); */
}

#tab01 .c-border-btn--icon-pc::before {
  background-image: url("../img/icon/icon_pc-blue.svg");
  /* mask-image: url("../img/icon/icon_pc.svg"); */
}

@media screen and (max-width: 767px) {

  .c-tab__btn-wrap-02 {
    width: 100%;
  }

  .c-border-btn--larg::before {
    width: 48px;
    height: 48px;
  }

  .c-border-btn--larg {
    font-size: 1.6rem;
    flex-direction: row;
    padding: 16px 12px 16px 30px;
    gap: 16px;
  }

  .c-border-btn__text {
    align-items: flex-start;
  }
}

/* ボタンオーバーアニメ追加 */
/* tab02 上部4ボタン：hoverで浮き上がる */
#tab02 .c-tab__btn-area .c-border-btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* #tab02 .c-tab__btn-area .c-border-btn:hover,
#tab02 .c-tab__btn-area .c-border-btn:focus-visible {
  background-color: #fff;
  color: #3C7A48;
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
} */

#tab02 .c-tab__btn-area .c-border-btn:hover,
#tab02 .c-tab__btn-area .c-border-btn:focus-visible {
  background-color: #fff;
  color: #CC0022;
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}

#tab02 .c-tab__btn-area .c-border-btn--green01:hover,
#tab02 .c-tab__btn-area .c-border-btn--green01:focus-visible {
  background-color: #fff;
  color: #3C7A48;
  /* color: #CC0022; */
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}

@media screen and (max-width: 767px) {
  
  #tab02 .c-tab__btn-area .c-border-btn:hover,
  #tab02 .c-tab__btn-area .c-border-btn:focus-visible {
    transform: none;
    box-shadow: none;
  }

  #tab02 .c-tab__btn-area .c-border-btn02:hover,
  #tab02 .c-tab__btn-area .c-border-btn02:focus-visible {
    transform: none;
    box-shadow: none;
  }
}

/* ボタンオーバーアニメ追加おわり */

/* -------------------------------------
        c-select
-----------------------------------------*/
.c-select {
  position: relative;
}

.c-select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 13px;
  height: 13px;
  background: url(../img/icon/icon_triangle.svg) no-repeat center/contain;
}

.c-select select {
  width: 100%;
  border: 1px solid #959595;
  border-radius: 5px;
  padding: 9px 15px;
  color: #7F7F7F;
  font-size: 1.4rem;
  cursor: pointer;
}

/* -------------------------------------
        c-tags
-----------------------------------------*/
.c-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.c-tags__item {
  display: inline-block;
  background-color: #EFF4F5;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 6px 8px;
  transition: 0.25s;
}

.c-tags__item:hover,
.c-tags__item:focus-visible {
  color: #CC0022;
  border-color: #CC0022;
}

/* -------------------------------------
        c-lead
-----------------------------------------*/
.c-lead {
  line-height: 1.5;
}

.c-lead+.c-lead {
  margin-top: 15px;
}

/* -------------------------------------
        c-text
-----------------------------------------*/
.c-text {
  overflow-wrap: break-word;
}

.c-text+.c-text {
  margin-top: 20px;
}

.c-text+.c-lead,
.c-text+.c-note,
.c-text+.c-list,
.c-text+.c-list-number,
.c-text+.c-list-number-kakko,
.c-text+.c-note-number,
.c-text+.c-image {
  margin-top: 20px;
}

.c-text+.c-vertical-table {
  margin-top: 20px;
}

.c-text__link {
  display: inline-block;
  color: #6666AA;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.c-text__link:hover,
.c-text__link:focus-visible {
  text-decoration: none;
}

.c-text--small {
  font-size: 1.4rem;
}

/* -------------------------------------
        c-note-number
-----------------------------------------*/
.c-note-number {
  counter-reset: number;
  margin-top: 20px;
}

.c-note-number small {
  position: relative;
  display: block;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  counter-increment: number;
}

.c-note-number small::before {
  display: inline-block;
  content: "※" counter(number);
  min-width: 35px;
  margin-right: 3px;
}

.c-note-number small+small {
  margin-top: 5px;
}

/* -------------------------------------
        c-note
-----------------------------------------*/
.c-note {
  padding-left: 1.2em;
  margin-top: 20px;
}

.c-note+.c-text,
.c-note+.c-image,
.c-note+.c-list {
  margin-top: 20px;
}

.c-note small {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: -1.4em;
}

.c-note small::before {
  content: "※";
  margin-right: 5px;
}

.c-note small+small {
  margin-top: 5px;
}

/* -------------------------------------
        c-table
-----------------------------------------*/
.c-table__row {
  display: flex;
  border-top: 1px solid #aaa;
  line-height: 1.5;
}

.c-table__row:last-child {
  border-bottom: 1px solid #aaa;
}

@media screen and (max-width: 767px) {
  .c-table__row {
    flex-direction: column;
  }
}

.c-table__head {
  flex-shrink: 0;
  width: 160px;
  font-weight: 700;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .c-table__head {
    width: 100%;
    padding: 20px 20px 0;
  }
}

.c-table__data {
  flex: 1;
  padding: 20px 10px 20px 30px;
}

@media screen and (max-width: 767px) {
  .c-table__data {
    padding: 15px 20px 20px;
  }
}

/* -------------------------------------
        c-list-number
-----------------------------------------*/
.c-list-number {
  counter-reset: number;
  line-height: 1.5;
}

.c-list-number+.c-list-number {
  margin-top: 20px;
}

.c-list-number+.c-text,
.c-list-number+.c-lead,
.c-list-number+.c-note,
.c-list-number+.c-note-number,
.c-list-number+.c-image {
  margin-top: 20px;
}

.c-list-number li {
  display: flex;
  counter-increment: number;
}

.c-list-number li::before {
  content: counter(number) ". ";
  display: inline-block;
  min-width: 25px;
}

.c-list-number li+li {
  margin-top: 5px;
}

.c-list-number--mt-high li+li {
  margin-top: 20px;
}

/* -------------------------------------
        c-list-number-kakko
-----------------------------------------*/
.c-list-number-kakko {
  counter-reset: number;
  line-height: 1.5;
  padding-left: 2.2em;
}

.c-list-number-kakko+.c-list-number-kakko {
  margin-top: 20px;
}

.c-list-number-kakko+.c-text,
.c-list-number-kakko+.c-lead,
.c-list-number-kakko+.c-note,
.c-list-number-kakko+.c-note-number,
.c-list-number-kakko+.c-image {
  margin-top: 20px;
}

.c-list-number-kakko li {
  text-indent: -1.8em;
  counter-increment: number;
}

.c-list-number-kakko li::before {
  content: "(" counter(number) ") ";
  margin-right: 4px;
}

.c-list-number-kakko li+li {
  margin-top: 20px;
}

/* -------------------------------------
        c-breadcrumb
-----------------------------------------*/
.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
  z-index: 10;
}

.c-breadcrumb+* {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb+* {
    margin-top: 0;
  }
}

.c-breadcrumb__icon {
  display: inline-block;
  background: url(../img/icon/icon_arrow-right-gray.svg) no-repeat 50% 50%;
  background-size: 7px auto;
  padding: 10px 3px;
  margin: 0 10px;
}

.c-breadcrumb a {
  display: inline-block;
  color: #6666AA;
  transition: 0.25s;
}

.c-breadcrumb a:hover,
.c-breadcrumb a:focus-visible {
  opacity: 0.7;
}

.pc {
  /* display: block; */
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb.pc {
    display: none;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.c-breadcrumb.sp {
  display: none;
}


@media screen and (max-width: 767px) {
  .c-breadcrumb.sp {
    display: flex;
    margin-top: 50px;
  }
}

/* -------------------------------------
        c-image
-----------------------------------------*/
.c-image img {
  width: 100%;
  height: auto;
}

.c-image+.c-image {
  margin-top: 20px;
}

.c-image+.c-text,
.c-image+.c-lead,
.c-image+.c-note,
.c-image+.c-note-number {
  margin-top: 20px;
}

.c-image--radius {
  border-radius: 10px;
  overflow: hidden;
}

/* -------------------------------------
        c-declaration
-----------------------------------------*/
.c-declaration {
  display: flex;
  gap: 30px;
  background-color: rgba(246, 228, 206, 0.533);
  border-radius: 15px;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .c-declaration {
    flex-direction: column;
    gap: 10px;
    padding: 30px;
  }
}

.c-declaration+.c-declaration {
  margin-top: 20px;
}

.c-declaration__text-area {
  flex: 1;
}

.c-declaration__img-area {
  width: 25.3%;
  max-width: 172px;
}

@media screen and (max-width: 767px) {
  .c-declaration__img-area {
    width: 100%;
    margin: 0 auto;
  }
}

.c-declaration__title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.c-declaration__title+* {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .c-declaration__title+* {
    margin-top: 20px;
  }
}

/* -------------------------------------
        c-emphasis-text
-----------------------------------------*/
.c-emphasis-text {
  color: #CC0022;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .c-emphasis-text {
    font-size: 1.6rem;
  }
}

/* -------------------------------------
        c-vertical-table
-----------------------------------------*/
.c-vertical-table {
  overflow: auto;
}

.c-vertical-table__inner {
  table-layout: fixed;
  width: 100%;
  min-width: 756px;
  border-collapse: collapse;
}

.c-vertical-table__inner,
.c-vertical-table th,
.c-vertical-table td {
  font-size: 1.5rem;
  line-height: 1.5;
  border: 1px solid #94989C;
}

.c-vertical-table .width10 {
  width: 10.5%;
}

.c-vertical-table .width22 {
  width: 22%;
}

.c-vertical-table .width30 {
  width: 30%;
}

.c-vertical-table .width32 {
  width: 32%;
}

.c-vertical-table .width33 {
  width: 33%;
}

.c-vertical-table .col-sub {
  width: 10.5%;
}

.c-vertical-table th,
.c-vertical-table td {
  text-align: center;
  vertical-align: middle;
}

.c-vertical-table th {
  background-color: #777;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 15px 5px;
}

.c-vertical-table .low th {
  line-height: 1.2;
  padding: 8px 5px;
}

.c-vertical-table td {
  padding: 8px;
}

.c-vertical-table td.padding-wide {
  padding: 8px 15px;
}

.c-vertical-table .d-line {
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: linear-gradient(to top left, transparent calc(50% - 0.75px), #aaa calc(50% - 0.55px), #aaa calc(50% + 0.55px), transparent calc(50% + 0.75px));
}

.c-vertical-table__text {
  margin-top: 20px;
}

.c-vertical-table.text-left td {
  text-align: left;
}

.c-vertical-table--brand th {
  min-height: 71px;
  line-height: 1.3;
  padding: 7px 5px;
}

.c-vertical-table--brand td {
  padding: 8px 5px;
}

.c-vertical-table--noscroll .c-vertical-table__inner {
  min-width: auto;
  table-layout: auto;
}

/* -------------------------------------
        c-vertical-table-wide
-----------------------------------------*/
.c-vertical-table-wide {
  overflow: auto;
}

.c-vertical-table-wide__inner {
  table-layout: fixed;
  width: 100%;
  min-width: 756px;
  border-collapse: collapse;
}

.c-vertical-table-wide__inner,
.c-vertical-table-wide th,
.c-vertical-table-wide td {
  line-height: 1.5;
  border: 1px solid #94989C;
}

.c-vertical-table-wide th,
.c-vertical-table-wide td {
  vertical-align: middle;
  padding: 15px 20px;
}

.c-vertical-table-wide th {
  background-color: #777;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-vertical-table-wide .width56-sp {
    width: 57%;
  }
}

.c-vertical-table-wide--noscroll .c-vertical-table-wide__inner {
  min-width: auto;
}

/* -------------------------------------
        c-horizontal-table
-----------------------------------------*/
.c-horizontal-table {
  overflow: auto;
}

.c-horizontal-table__inner {
  table-layout: fixed;
  width: 100%;
  min-width: 756px;
  border-collapse: collapse;
}

.c-horizontal-table__inner,
.c-horizontal-table th,
.c-horizontal-table td {
  line-height: 1.5;
  border: 1px solid #94989C;
}

.c-horizontal-table th,
.c-horizontal-table td {
  width: 50%;
  padding: 15px 20px;
}

.c-horizontal-table th {
  background-color: #777;
  color: #fff;
  font-weight: 500;
}

.c-horizontal-table__inner:has(th.narrow) th,
.c-horizontal-table__inner:has(th.narrow) td {
  width: auto;
}

.c-horizontal-table__inner:has(th.narrow) th.narrow {
  width: 107px;
}

.c-horizontal-table__inner:has(th.narrow) td {
  width: auto;
}

.c-horizontal-table__inner:has(th.small) th,
.c-horizontal-table__inner:has(th.small) td {
  width: auto;
}

.c-horizontal-table__inner:has(th.small) th.small {
  width: 160px;
}

.c-horizontal-table__inner:has(th.small) td {
  width: auto;
}

.c-horizontal-table__inner:has(th.middle) th,
.c-horizontal-table__inner:has(th.middle) td {
  width: auto;
}

.c-horizontal-table__inner:has(th.middle) th.middle {
  width: 250px;
}

.c-horizontal-table__inner:has(th.middle) td {
  width: auto;
}

.c-horizontal-table--noscroll .c-horizontal-table__inner {
  min-width: auto;
}

/* -------------------------------------
        c-info-table
-----------------------------------------*/
.c-info-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.c-info-table th,
.c-info-table td {
  font-size: 1.5rem;
  line-height: 1.5;
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  padding: 20px 15px;
  vertical-align: top;
  text-align: left;
}

.c-info-table th {
  background-color: #eff4f5;
  font-weight: 500;
  white-space: nowrap;
  width: 100px;
}

/* -------------------------------------
        c-history
-----------------------------------------*/
.c-history {
  line-height: 1.5;
}

.c-history__row {
  display: flex;
  margin-bottom: 30px;
}

.c-history__row:last-child {
  margin-bottom: 0;
}

.c-history__row:last-child .c-history__head::after {
  content: none;
}

.c-history__head {
  position: relative;
  flex-shrink: 0;
  width: 90px;
}

@media screen and (max-width: 767px) {
  .c-history__head {
    width: 70px;
  }
}

.c-history__head::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: calc(100% + 30px);
  background-color: #94989C;
}

.c-history__data {
  position: relative;
  padding-left: 32px;
}

@media screen and (max-width: 767px) {
  .c-history__data {
    padding-left: 10px;
  }
}

.c-history__data::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -7px;
  width: 13px;
  height: 13px;
  background-color: #CC0022;
  border-radius: 50%;
}

.c-history__data::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: -4px;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
}

.c-history__data-inner {
  display: flex;
  gap: 25px;
}

@media screen and (max-width: 767px) {
  .c-history__data-inner {
    gap: 20px;
  }
}

.c-history__data-month {
  flex-shrink: 0;
  width: 37px;
  text-align: right;
}

.c-history__data-text {
  flex: 1;
}

/* -------------------------------------
        c-tab
-----------------------------------------*/
.c-tab__list {
  display: flex;
  flex-wrap: wrap;
}

.c-tab__item {
  display: flex;
  flex: 1;
}

.c-tab__link {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  background: #EFF4F5;
  color: #666;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .c-tab__link {
    font-size: 1.6rem;
    padding: 5px 10px;
  }
}

.c-tab__link--green {
  border-radius: 15px 0 0 0;
}

.c-tab__link--red {
  border-radius: 15px 0 0 0;
}

.c-tab__link--blue {
  border-radius: 0 15px 0 0;
}

.c-tab__item.is-active .c-tab__link--blue {
  background: #21348C;
  color: #fff;
}

.c-tab__item.is-active .c-tab__link--green {
  background: #006430;
  color: #fff;
}

.c-tab__item.is-active .c-tab__link--red {
  background: #cc0022;
  color: #fff;
}

.c-tab__head {
  width: 100%;
  margin: 0 auto;
}

.c-tab__line-title {
  border-left: 3px solid #006430;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  padding-left: 12px;
}

@media screen and (max-width: 767px) {
  .c-tab__line-title {
    font-size: 1.6rem;
  }
}

.c-tab__line-title+* {
  margin-top: 20px;
}

.c-tab__panel {
  display: none;
  opacity: 0;
  background: #fff;
  border-top: none;
  padding: 50px 30px;
  /* padding: 30px 20px; */
}

@media screen and (max-width: 767px) {
  .c-tab__panel {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-tab__panel .c-link {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

.c-tab__panel.is-active {
  display: block;
  animation-name: c-tab-display;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  border-radius: 0 0 16px 16px;
  /* background-color: #FFF1F1; */
  /* background-color: #ffecef; */
}

/* ご契約者さま tab02 */
#tab02.c-tab__panel.is-active {
  background-color: #e8f0eb;
  /* background-color: #dceae2; */
  /* background-color: #e5f4ec; */
  /* background-color: #f1fffb; */
  /* background-color: #FFF1F1; */
}

/* 保険をご検討中のお客さま tab01 */
#tab01.c-tab__panel.is-active {
  background-color: #F0F5FF;
}

.c-tab__btn-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .c-tab__btn-area {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .c-tab__btn-area .c-border-btn {
    max-width: 100%;
  }

  .c-tab__btn-area .c-border-btn02 {
    max-width: 100%;
  }
}

.c-tab__info {
  margin-top: 40px;
}

.c-tab__sp-btn {
  margin-top: 30px;
  text-align: center;
}

.c-tab__sp-btn--mb {
  margin-top: 0;
  /* margin-bottom: 30px; */
}

.c-tab__sp-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid;
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  min-height: 56px;
  padding: 8px 30px;
  text-decoration: none;
  transition: background-color 0.25s, color 0.25s;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .c-tab__sp-link {
    font-size: 1.4rem;
  }
  
  .c-tab__info {
    margin-top: 0px;
    margin-bottom: 40px;
  }

}

.c-tab__sp-link--green {
  border-color: #006430;
  color: #006430;
}

.c-tab__sp-link--green:hover,
.c-tab__sp-link--green:focus-visible {
  background-color: #006430;
  color: #fff;
}

.c-tab__sp-link--red {
  border-color: #CC0022;
  color: #CC0022;
}

.c-tab__sp-link--red:hover,
.c-tab__sp-link--red:focus-visible {
  background-color: #CC0022;
  color: #fff;
}
/* 
.c-tab__sp-link--blue {
  border-color: #21348C;
  color: #21348C;
} */

.c-tab__sp-link--blue {
  background-color: #21348C;
  color: #fff;
}

/* .c-tab__sp-link--blue:hover,
.c-tab__sp-link--blue:focus-visible {
  background-color: #21348C;
  color: #fff;
} */

.c-tab__connection {
  margin-top: 30px;
}

.c-tab__connection-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}

.c-tab__connection-title+* {
  margin-top: 20px;
}

.c-tab__connection-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.c-tab__connection-item {
  width: calc(25% - 10.5px);
  max-width: 226px;
}

@media screen and (max-width: 767px) {
  .c-tab__connection-item {
    width: 100%;
    max-width: none;
  }
}

.c-tab__connection-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  border: 1px solid #21348C;
  border-radius: 6px;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 14px;
  transition: opacity 0.25s;
}

.c-tab__connection-item a:hover,
.c-tab__connection-item a:focus-visible {
  opacity: 0.7;
}

.c-tab__connection-item a .icon {
  flex-shrink: 0;
  max-width: 36px;
}

.c-tab__connection-item a .text {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .c-tab__connection-item a .text br {
    display: none;
  }
}

.c-tab__connection--blue .c-tab__connection-item a {
  border-color: #21348C;
}

.c-tab__connection--green .c-tab__connection-item a {
  border-color: #006430;
}

@keyframes c-tab-display {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* -------------------------------------
        c-branch
-----------------------------------------*/
.c-branch {
  background-color: #f6f6f6;
  border-radius: 15px;
  padding: 30px 40px;
}

@media screen and (max-width: 767px) {
  .c-branch {
    padding: 30px 30px;
  }
}

.c-branch+.c-branch {
  margin-top: 20px;
}

.c-branch__head {
  border-bottom: 2px solid #94989C;
  padding-bottom: 8px;
}

/* 20290904追加 */
.c-branch__head {
  display: flex;
  gap: 20px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-branch__head {
    display: block;
  }
}


.c-branch__head-link {
  display: inline-flex;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity 0.25s;
}

.c-branch__head-link:hover,
.c-branch__head-link:focus-visible {
  opacity: 0.7;
}

.c-branch__head-link::after {
  content: "";
  flex-shrink: 0;
  width: 9px;
  aspect-ratio: 9/9;
  background: url(../img/icon/icon_triangle.svg) no-repeat center/contain;
  margin-left: 10px;
}

.c-branch span.c-branch__head-link {
  transition: none;
  cursor: default;
}

.c-branch span.c-branch__head-link:hover,
.c-branch span.c-branch__head-link:focus-visible {
  opacity: 1;
}

.c-branch span.c-branch__head-link::after {
  display: none;
}

.c-branch__body {
  padding-top: 20px;
}

.c-branch__info dt {
  flex-shrink: 0;
  width: 100px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-branch__info dt {
    width: 80px;
  }
}

.c-branch__info dd {
  line-height: 1.5;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .c-branch__info dd {
    margin-left: 5px;
  }
}

.c-branch__info a {
  color: #6666AA;
  transition: opacity 0.25s;
}

.c-branch__info a:hover,
.c-branch__info a:focus-visible {
  opacity: 0.7;
}

.c-branch__info-row {
  display: flex;
}

.c-branch__info-row:not(:first-child) {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .c-branch__note {
    font-size: 1.4rem;
  }
}

/* -------------------------------------
        c-branch-back
-----------------------------------------*/
.c-branch-back {
  text-align: right;
  margin-top: 15px;
}

.c-branch-back a {
  font-size: 1.4rem;
  color: #CC0022;
  text-decoration: none;
  transition: opacity 0.25s;
}

.c-branch-back a:hover,
.c-branch-back a:focus-visible {
  opacity: 0.7;
}

.c-branch-back a span {
  color: #6666AA;
  text-decoration: underline;
}

/* -------------------------------------
        c-branch-map
-----------------------------------------*/
.c-branch-map {
  position: relative;
  max-width: 538px;
  margin: 30px auto 0;
}

.c-branch-map__img {
  width: 100%;
  height: auto;
  display: block;
}

.c-branch-map__group {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

@media screen and (max-width: 767px) {
  .c-branch-map__group {
    display: none;
  }
}

.c-branch-map__btn {
  display: block;
  width: 56px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  padding: 5px 0 6px;
  text-align: center;
  white-space: nowrap;
  border-radius: 3px;
  transition: opacity 0.3s;
}

.c-branch-map__btn:hover {
  opacity: 0.7;
}

.c-branch-map__group--hokkaido {
  top: 4%;
  left: 66%;
  grid-template-columns: 1fr;
}

.c-branch-map__group--hokkaido .c-branch-map__btn {
  background-color: #401f66;
}

.c-branch-map__group--tohoku {
  top: 28%;
  left: 90%;
}

.c-branch-map__group--tohoku .c-branch-map__btn {
  background-color: #2134bc;
}

.c-branch-map__group--kanto {
  top: 55%;
  left: 82%;
}

.c-branch-map__group--kanto .c-branch-map__btn {
  background-color: #22ac38;
}

.c-branch-map__group--chubu {
  top: 26%;
  left: 40%;
}

.c-branch-map__group--chubu .c-branch-map__btn {
  background-color: #a99200;
}

.c-branch-map__group--kinki {
  top: 73%;
  left: 55%;
}

.c-branch-map__group--kinki .c-branch-map__btn {
  background-color: #fc9f31;
}

.c-branch-map__group--chugoku {
  top: 50%;
  left: 12%;
}

.c-branch-map__group--chugoku .c-branch-map__btn {
  background-color: #9b2222;
}

.c-branch-map__group--shikoku {
  top: 82%;
  left: 30%;
}

.c-branch-map__group--shikoku .c-branch-map__btn {
  background-color: #d16f68;
}

.c-branch-map__group--kyushu {
  top: 70%;
  left: -15%;
}

.c-branch-map__group--kyushu .c-branch-map__btn {
  background-color: #df082a;
}

/* -------------------------------------
        c-map-nav
-----------------------------------------*/

.c-map-nav {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 30px 40px;
}

@media screen and (max-width: 992px) {
  .c-map-nav {
    display: block;
  }
  .c-map-nav .c-online-nav {
    max-width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .c-map-nav {
    display: block;
  }
}
/* -------------------------------------
        c-online-nav
-----------------------------------------*/
.c-online-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.p-online-nav__btn-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

@media screen and (max-width: 767px) {
  .c-online-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.c-online-nav__text {
  font-weight: 400;
}

.c-online-nav__btn {
  flex-shrink: 0;
  max-width: 260px;
}

.c-map-nav__btn {
  flex-shrink: 0;
  max-width: 220px;
}

.p-branch-nav__btn-text {
      font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 10px;
}

/* -------------------------------------
        c-branch-banner
-----------------------------------------*/
.c-branch-banner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .c-branch-banner {
    flex-direction: column;
  }
}

.c-branch-banner__item {
  flex: 1;
  transition: opacity 0.25s;
}

.c-branch-banner__item:hover,
.c-branch-banner__item:focus-visible {
  opacity: 0.7;
}

.c-branch-banner__item img {
  width: 100%;
  height: auto;
}

/* -------------------------------------
        c-text-link
-----------------------------------------*/
.c-text-link {
  color: #6666AA;
  transition: opacity 0.25s;
}

.c-text-link:hover,
.c-text-link:focus-visible {
  opacity: 0.7;
}

/* -------------------------------------
        c-img-pagenavi
-----------------------------------------*/
.c-img-pagenavi__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .c-img-pagenavi__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.c-img-pagenavi__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: opacity 0.25s;
}

.c-img-pagenavi__item a:hover,
.c-img-pagenavi__item a:focus-visible {
  opacity: 0.7;
}

.c-img-pagenavi__img img {
  width: 100%;
}

.c-img-pagenavi__body {
  flex: 1;
  background-color: rgba(246, 228, 206, 0.53);
  text-align: center;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .c-img-pagenavi__body {
    padding: 13px 15px;
  }
}

.c-img-pagenavi__text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-img-pagenavi__text {
    font-size: 1.6rem;
  }
}

.c-img-pagenavi__text::after {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon/icon_down.svg) no-repeat center/contain;
  margin-left: 10px;
}

/* -------------------------------------
        c-media
-----------------------------------------*/
.c-media {
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .c-media {
    flex-direction: column-reverse;
  }
}

.c-media__body {
  flex: 1;
}

.c-media__img {
  max-width: 300px;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .c-media__img {
    max-width: 100%;
    width: 100%;
  }
}

.c-media img {
  width: 100%;
}

.c-media--larg .c-media__img {
  max-width: 357px;
  width: 47%;
}

@media screen and (max-width: 767px) {
  .c-media--larg .c-media__img {
    max-width: 100%;
    width: 100%;
  }
}

.c-media--xlarg .c-media__img {
  max-width: 366px;
  width: 49%;
}

@media screen and (max-width: 767px) {
  .c-media--xlarg .c-media__img {
    max-width: 100%;
    width: 100%;
  }
}

.c-media--reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .c-media--reverse {
    flex-direction: column-reverse;
  }
}

/* -------------------------------------
        c-list
-----------------------------------------*/
.c-list {
  line-height: 1.5;
  padding-left: 1.2em;
}

.c-list+.c-list {
  margin-top: 20px;
}

.c-list+.c-text,
.c-list+.c-lead,
.c-list+.c-note,
.c-list+.c-note-number,
.c-list+.c-image {
  margin-top: 20px;
}

.c-list li {
  text-indent: -1em;
}

.c-list li:not(:first-child) {
  margin-top: 10px;
}

.c-list li::before {
  content: "";
  display: inline-block;
  transform: translateY(-3px);
  background-color: #333;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-right: 10px;
}

.c-list li+li {
  margin-top: 5px;
}

/* -------------------------------------
        c-media-link
-----------------------------------------*/
.c-media-link a {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  transition: opacity 0.25s;
}

.c-media-link a:hover,
.c-media-link a:focus-visible {
  opacity: 0.7;
}

.c-media-link__body {
  flex: 1;
  margin-top: 12px;
}

.c-media-link__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .c-media-link__title {
    font-size: 1.4rem;
  }
}

.c-media-link__title::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(../img/icon/icon_triangle.svg) no-repeat center/contain;
  margin-right: 5px;
}

.c-media-link__text {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  margin-top: 12px;
}

.c-media-link__img img {
  width: 100%;
}

.c-media-link--no-image .c-media-link__body {
  margin-top: 0;
  padding-top: 5px;
}

/* -------------------------------------
        c-logo-media
-----------------------------------------*/
.c-logo-media {
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .c-logo-media {
    flex-direction: column-reverse;
  }
}

.c-logo-media__body {
  flex: 1;
}

.c-logo-media__img {
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .c-logo-media__img {
    text-align: center;
  }
}

.c-logo-media--reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .c-logo-media--reverse {
    flex-direction: column-reverse;
  }
}

/* -------------------------------------
        c-health-dec
-----------------------------------------*/
.c-health-dec {
  border: 1px solid #94989C;
  padding: 30px;
}

.c-health-dec+* {
  margin-top: 20px;
}

.c-health-dec__name {
  text-align: right;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .c-health-dec__name {
    margin-top: 20px;
  }
}

/* -------------------------------------
        c-link
-----------------------------------------*/
.c-link {
  word-break: break-all;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  color: #6666AA;
  line-height: 1.5;
  transition: 0.25s;
  margin-top: 10px;
}

.c-link::before {
  content: "";
  flex-shrink: 0;
  width: 9px;
  aspect-ratio: 9/9;
  background: url(../img/icon/icon_triangle.svg) no-repeat center/contain;
  margin-right: 5px;
  transform: translateY(0.5em);
}

.c-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 1px;
  left: 14px;
  right: 0;
  background-color: #6666AA;
  width: calc(100% - 14px);
  height: 1px;
  transition: 0.1s;
}

.c-link:hover::after,
.c-link:focus-visible::after {
  opacity: 0;
}

.c-link .icon {
  content: "";
  display: inline-block;
  position: absolute;
  right: -82px;
  width: 77px;
  height: 23px;
  background: url(../img/icon/icon_web.png) no-repeat center/contain;
}

.c-link .dl-icon {
  flex-shrink: 0;
  width: 16px;
  transform: translateY(0.5em);
  padding: 0 2px;
}

/* -------------------------------------
        c-title-accordion
-----------------------------------------*/
.c-title-accordion__btn {
  display: block;
  position: relative;
  padding-right: 80px;
  cursor: pointer;
}

.c-title-accordion__btn .icon {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 0;
  width: 22px;
  height: 22px;
  background-color: #94989C;
}

.c-title-accordion__btn .icon::before,
.c-title-accordion__btn .icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 4px;
  width: 14px;
  height: 2px;
  background-color: #fff;
  z-index: 10;
  transition: 0.25s;
}

.c-title-accordion__btn .icon::after {
  transform: rotate(-90deg);
}

.c-title-accordion__body {
  display: none;
}

.c-title-accordion__body>* {
  margin-top: 20px;
}

.c-title-accordion__btn.is-open .icon::after {
  transform: rotate(-180deg);
}

.js-title-btn.is-open .c-title-accordion__btn .icon::after {
  transform: rotate(-180deg);
}

.no-accordion .c-title-accordion__btn {
  cursor: auto;
}

.no-accordion .icon {
  display: none;
}

.no-accordion+.c-title-accordion__body {
  display: block;
}

/* -------------------------------------
        c-kpi-table
-----------------------------------------*/
.c-kpi-table {
  overflow-x: auto;
}

.c-kpi-table__inner {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.c-kpi-table__inner,
.c-kpi-table th,
.c-kpi-table td {
  line-height: 1.5;
  border: 1px solid #d0d0d0;
}

.c-kpi-table__no {
  width: 38px;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  padding: 10px 2px;
}

.c-kpi-table__item {
  padding: 10px 15px;
}

.c-kpi-table__icon {
  display: inline-block;
  margin-left: 12px;
}

.c-kpi-table__list li {
  padding-left: 1em;
  position: relative;
}

.c-kpi-table__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* -------------------------------------
        c-icon-info
-----------------------------------------*/
.c-icon-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 18px;
}

.c-icon-info__item {
  display: flex;
  flex-direction: column-reverse;
  width: calc(20% - 14.4px);
  width: 174px;
}

.c-icon-info__item-body {
  flex: 1;
  margin-top: 10px;
}

.c-icon-info__item-title {
  display: block;
  min-width: 106px;
  width: fit-content;
  background-color: #CC0022;
  border-radius: 100px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 3px 4px;
  margin: 0 auto;
}

.c-icon-info__item-title+* {
  margin-top: 10px;
}

.c-icon-info__item-text-wrap {
  display: flex;
  gap: 8px;
}

.c-icon-info__item-text {
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
}

.c-icon-info__item-text .text-medium {
  display: inline-block;
  font-size: 2rem;
}

.c-icon-info__item-text .text-larg {
  display: inline-block;
  font-size: 2.4rem;
}

.c-icon-info__item-text .text-xlarg {
  display: inline-block;
  font-size: 2.6rem;
}

.c-icon-info__item-text .text-xxlarg {
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
}

.c-icon-info__item-text .unit {
  display: inline-block;
  font-size: 1.4rem;
}

.c-icon-info__item-icon {
  max-width: 73px;
  margin: 0 auto;
}

/* -------------------------------------
        c-text-link-border
-----------------------------------------*/
.c-text-link-border {
  color: #6666AA;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: 25s;
}

.c-text-link-border:hover,
.c-text-link-border:focus-visible {
  text-decoration: none;
  transition: 0.25s;
}

/* -------------------------------------
        c-text-link-underline
-----------------------------------------*/
.c-text-link-underline {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: 0.25s;
}

.c-text-link-underline:hover,
.c-text-link-underline:focus-visible {
  text-decoration: none;
  transition: 0.25s;
}

/* -------------------------------------
        c-news
-----------------------------------------*/
.c-news__item {
  border-bottom: 1px solid #94989C;
}

.c-news__item a {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 15px 10px;
  transition: opacity 0.25s;
}

@media screen and (max-width: 767px) {
  .c-news__item a {
    flex-direction: column;
    gap: 10px;
  }
}

.c-news__item a:hover .c-news__item-title,
.c-news__item a:focus-visible .c-news__item-title {
  opacity: 0.7;
}

.c-news__item-cate {
  flex-shrink: 0;
  width: 66px;
  border-radius: 4px;
  background-color: #CC0022;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
  padding: 3px 8px;
}

.c-news__item-title {
  color: #6666AA;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

/* -------------------------------------
        c-bordered-box
-----------------------------------------*/
.c-bordered-box {
  border: 1px solid #CFCFCF;
  padding: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .c-bordered-box {
    padding: 20px;
  }
}

.c-bordered-box__title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 20px;
}

.c-bordered-box dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  line-height: 1.8;
}

.c-bordered-box dt {
  width: 120px;
  font-weight: 400;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .c-bordered-box dt {
    width: 100%;
    font-weight: 500;
    margin-top: 30px;
  }
}

.c-bordered-box dt:first-of-type {
  margin-top: 0;
}

.c-bordered-box dd {
  width: calc(100% - 120px);
  padding-left: 30px;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .c-bordered-box dd {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
}

.c-bordered-box dd:first-of-type {
  margin-top: 0;
}

.c-bordered-box a {
  color: #6666AA;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.c-bordered-box a:hover,
.c-bordered-box a:focus-visible {
  text-decoration: none;
}

/* -------------------------------------
        c-support
-----------------------------------------*/
.c-support+.c-support {
  margin-top: 40px;
}

.c-support--orange .c-support__head {
  background-color: #ED8B00;
}

.c-support--orange .c-support__body {
  border-color: #ED8B00;
}

.c-support__head {
  background-color: #CC0022;
  border-radius: 0;
  padding: 15px 30px;
}

.c-support__title {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

.c-support__title small {
  font-size: 1.6rem;
}

.c-support__body {
  border: 1px solid #CC0022;
  padding: 30px 40px;
}

@media screen and (max-width: 767px) {
  .c-support__body {
    padding: 20px;
  }
}

.c-support__body--col2 {
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 992px) {
  .c-support__body--col2 {
    flex-direction: column;
    gap: 30px;
  }
}

.c-support__body-left,
.c-support__body-right {
  flex: 1;
}

.c-support__text+.c-list {
  margin-top: 10px;
}

.c-support__tag {
  display: inline-block;
  border: 1px solid #CC0022;
  border-radius: 3px;
  color: #CC0022;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 5px 10px;
}

.c-support__tag+* {
  margin-top: 10px;
}

.c-support .c-list li+li {
  margin-top: 5px;
}

.c-support__tel-area {
  margin-top: 10px;
}

.c-support__tel {
  display: inline-block;
  position: relative;
  line-height: 1;
  padding-left: 59px;
}

@media screen and (min-width: 768px) {
  .c-support__tel {
    pointer-events: none;
    cursor: default;
  }
}

.c-support__tel .num {
  font-family: "din-2014", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .c-support__tel .num {
    font-size: 3.5rem;
  }
}

.c-support__tel .num rt {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 1px;
}

.c-support__tel::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 5px;
  background: url(../img/icon/icon_tel-green.svg) no-repeat center/contain;
  width: 51px;
  height: 29px;
  margin-right: 8px;
}

.c-support__bg-title {
  background-color: rgba(246, 228, 206, 0.53);
  border-left: 2px solid #FC9F31;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 8px 20px;
  margin: 20px 0 15px;
}

.c-support__info {
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 1200px) {
  .c-support__info {
    flex-direction: column;
  }
}

.c-support__info-item {
  flex-shrink: 0;
  min-width: 326px;
}

@media screen and (max-width: 767px) {
  .c-support__info-item {
    min-width: 0;
  }
}

.c-support__info-btn {
  margin-top: 20px;
}

.c-support__info-line {
  flex: 1;
}

.c-support__btn-wrap {
  display: grid;
  margin-top: 20px;
}

.c-support__btn-wrap--col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .c-support__btn-wrap--col2 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.c-support__btn-wrap--col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .c-support__btn-wrap--col3 {
    grid-template-columns: 1fr;
  }
}

.c-support .c-gray-btn {
  max-width: none;
}

.c-support__red-btn {
  display: inline-block;
  position: relative;
  max-width: 408px;
  width: 100%;
  border: 1px solid #CC0022;
  border-radius: 6px;
  background-color: #CC0022;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  transition: 0.25s;
  z-index: 10;
  padding: 0 10px;
}

.c-support__red-btn--dark {
  background-color: #B21D25;
  border-color: #B21D25;
}

.c-support__red-btn-inner {
  display: flex;
  align-items: center;
  gap: 18px;
}

.c-support__red-btn-icon {
  display: inline-block;
  max-width: 103px;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .c-support__red-btn-icon {
    max-width: 60px;
  }
}

.c-support__red-btn-textarea {
  flex: 1;
  padding: 6px 0;
}

.c-support__red-btn-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .c-support__red-btn-text {
    font-size: 1.3rem;
  }
}

.c-support__red-btn-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .c-support__red-btn-title {
    font-size: 1.6rem;
  }
}

.c-support--toggle .c-support__head {
  cursor: pointer;
  position: relative;
  padding-right: 60px;
}

.c-support__toggle-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 26px;
  height: 26px;
  background: #fff;
}

.c-support__toggle-icon::before,
.c-support__toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
  background: #CC0022;
  transition: transform 0.3s;
}

.c-support__toggle-icon::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.c-support--toggle .c-support__head.is-open .c-support__toggle-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.c-support--orange .c-support__toggle-icon::before,
.c-support--orange .c-support__toggle-icon::after {
  background: #ED8B00;
}

/* -------------------------------------
        c-guide-btn
-----------------------------------------*/
.c-guide-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 210px;
  width: 100%;
  border: 1px solid #FC9331;
  border-radius: 6px;
  background-color: #FC9331;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  transition: 0.25s;
  z-index: 10;
  padding: 12px 10px;
  transition: opacity 0.25s;
}

.c-guide-btn:hover,
.c-guide-btn:focus-visible {
  opacity: 0.7;
}

.c-guide-btn__icon {
  display: inline-block;
  max-width: 24px;
  margin-right: 5px;
}

.c-guide-btn--larg {
  max-width: 260px;
  padding: 14px 10px;
}

/* -------------------------------------
        c-linebox
-----------------------------------------*/
.c-linebox {
  max-width: 330px;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  padding: 17px 20px;
}

.c-linebox__title {
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.c-linebox__icon-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 14px;
}

.c-linebox__main-text {
  color: #00A545;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 5px;
}

.c-linebox__text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

/* -------------------------------------
        c-gray-btn
-----------------------------------------*/
.c-gray-btn {
  display: inline-block;
  position: relative;
  max-width: 326px;
  width: 100%;
  border: 1px solid #94989C;
  border-radius: 6px;
  background-color: #F3F3F3;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  transition: 0.25s;
  z-index: 10;
  padding: 15px 30px;
}

.c-gray-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 9px;
  height: 12px;
  background: url(../img/icon/icon_triangle.svg) no-repeat center/contain;
}

.c-gray-btn {
  transition: opacity 0.25s;
}

.c-gray-btn:hover,
.c-gray-btn:focus-visible {
  opacity: 0.7;
}

.c-gray-btn--larg {
  max-width: 360px;
}

.c-gray-btn--small {
  max-width: 140px;
}

.c-gray-btn--low {
  padding: 9px 30px;
}

.c-gray-btn--blank::after {
  background-image: url(../img/icon/icon_blank2.svg);
}

.c-gray-btn--back::after {
  transform: translateY(-50%) scaleX(-1);
  right: auto;
  left: 15px;
}

/* -------------------------------------
        c-tel-link
-----------------------------------------*/
.c-bordered-box a.c-tel-link {
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-tel-link {
    pointer-events: none;
    cursor: default;
  }
}

@media screen and (max-width: 767px){
  .c-tel-link {
    color: #6666AA;
    text-decoration: underline;
  }
  .c-bordered-box a.c-tel-link {
    color: #6666AA;
    text-decoration: underline;
}
}



/* -------------------------------------
        c-notice
-----------------------------------------*/
.c-notice__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-notice__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-notice__link {
  display: flex;
  align-items: center;
  color: #6666AA;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.c-notice__link::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 9px;
  height: 12px;
  background-color: #94989C;
  mask: url(../img/icon/icon_triangle.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}

.c-notice__link {
  transition: opacity 0.25s;
}

.c-notice__link:hover,
.c-notice__link:focus-visible {
  opacity: 0.7;
}

.c-notice__item+.c-notice__item {
  margin-top: 2px;
}

.c-notice__item a {
  display: flex;
  gap: 20px;
  background-color: #EFF4F5;
  padding: 15px 30px;
  transition: opacity 0.25s;
}

@media screen and (max-width: 767px) {
  .c-notice__item a {
    flex-direction: column;
    gap: 5px;
    padding: 15px;
  }
}

.c-notice__item a:hover .c-news__item-title,
.c-notice__item a:focus-visible .c-news__item-title {
  opacity: 0.7;
}

.c-notice__item a:hover .c-notice__item-title,
.c-notice__item a:focus-visible .c-notice__item-title {
  opacity: 0.7;
}

.c-notice__item--important a {
  background-color: #FFF1F1;
  border-left: 2px solid #CC0022;
}

.c-notice__item--important .c-notice__item-cate {
  background-color: #CC0022;
}

.c-notice__item--important .c-notice__item-title::before {
  background-color: #CC0022;
}

.c-notice__item-meta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.c-notice__item-data {
  color: #666;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-notice__item-data {
    font-size: 1.2rem;
  }
}

.c-notice__item-cate {
  flex-shrink: 0;
  width: 103px;
  border-radius: 4px;
  background-color: #2134bc;
  /* background-color: #6E529B; */
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
  padding: 3px 6px;
}

@media screen and (max-width: 767px) {
  .c-notice__item-cate {
    font-size: 1rem;
    width: 90px;
  }
}

.c-notice__item-title {
  display: flex;
  align-items: center;
  color: #6666AA;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: opacity 0.25s;
}

@media screen and (max-width: 767px) {
  .c-notice__item-title {
    font-size: 1.4rem;
  }
}

.c-notice__item-title::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 9px;
  height: 12px;
  background-color: #94989C;
  mask: url(../img/icon/icon_triangle.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .c-notice__item-title::before {
    margin-right: 10px;
  }
}

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  font-weight: 500;
  line-height: 1.5;
  padding-left: 36px;
}

@media screen and (max-width: 767px) {
  .c-primary-title {
    padding: 0 18px;
    text-align: center;
  }
}

.c-primary-title+* {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .c-primary-title+* {
    margin-top: 54px;
  }
}

.c-primary-title__main {
  font-size: 3rem;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .c-primary-title__main {
    font-size: 2.2rem;
  }
}

.c-primary-title__sub {
  display: block;
  color: #CC0022;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

/* -------------------------------------
        c-secondary-title
-----------------------------------------*/
.c-secondary-title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  background-color: #EFF4F5;
  border-radius: 5px;
  padding: 15px 20px 15px 35px;
  margin: 80px 0 30px;
}

@media screen and (max-width: 767px) {
  .c-secondary-title {
    font-size: 2rem;
    padding: 15px 15px 15px 30px;
    margin: 60px 0 30px;
  }
}

.c-secondary-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 3px;
  height: calc(100% - 30px);
  background-color: #CC0022;
}

@media screen and (max-width: 767px) {
  .c-secondary-title::before {
    left: 15px;
  }
}

.c-secondary-title small {
  display: inline-block;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .c-secondary-title small {
    font-size: 1.6rem;
  }
}

.js-title-btn .c-secondary-title {
  margin-bottom: 0;
}

/* -------------------------------------
        c-tertiary-title
-----------------------------------------*/
.c-tertiary-title,
.p-company-numbers__section h3 {
  position: relative;
  scroll-margin-top: 166px;
}

@media screen and (max-width: 900px) {

  .c-tertiary-title,
  .p-company-numbers__section h3 {
    scroll-margin-top: 85px;
  }
}

.c-tertiary-title,
.p-company-numbers__section h3 {
  border-bottom: 2px solid #CFCFCF;
  font-size: 2.5rem;
  /* font-size: 2rem; */
  font-weight: 700;
  /* font-weight: 500; */
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding-bottom: 8px;
  margin: 50px 0 20px;
}

@media screen and (max-width: 767px) {

  .c-tertiary-title,
  .p-company-numbers__section h3 {
    font-size: 2.4rem;
    /* font-size: 1.8rem; */
    margin: 30px 0 20px;
  }
}

.c-tertiary-title::before,
.p-company-numbers__section h3::before {
  position: absolute;
  content: "";
  width: 8.5%;
  left: 0;
  bottom: -2px;
  border-bottom: 2px solid #CC0022;
}

.c-tertiary-title--orange::before,
.p-company-numbers__section h3::before {
  /* border-bottom-color: #ED8B00; */
}

.c-tertiary-title.js-title-btn,
.p-company-numbers__section h3.js-title-btn {
  margin-bottom: 0;
}

/* -------------------------------------
        c-quaternary-title
-----------------------------------------*/
.c-quaternary-title {
  display: flex;
  align-items: flex-start;
  border-bottom: 2px solid #CFCFCF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 40px 0 20px;
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .c-quaternary-title {
    margin: 30px 0 20px;
  }
}

.c-quaternary-title::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  background-color: #CC0022;
  border-radius: 50%;
  width: 10px;
  aspect-ratio: 1/1;
  margin-right: 8px;
  transform: translateY(0.5em);
}

/* -------------------------------------
        c-quinary-title
-----------------------------------------*/
.c-quinary-title {
  background-color: rgba(246, 228, 206, 0.53);
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 10px 20px;
  margin: 30px 0 20px;
}

/* -------------------------------------
        c-senary-title
-----------------------------------------*/
.c-senary-title {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 20px 0 10px;
}

/* -------------------------------------
        c-septenary-title
-----------------------------------------*/
.c-septenary-title {
  background-color: #f6e4ce;
  border-left: 3px solid #fc9f31;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 30px 0 20px;
  padding: 10px 20px;
}

/* -------------------------------------
        c-octonary-title
-----------------------------------------*/
.c-octonary-title {
  color: #CC0022;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 150%;
  margin: 30px 0 20px;
  text-align: center;
}

.c-octonary-title span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}

/* -------------------------------------
        p-mv
-----------------------------------------*/
.p-mv {
  position: relative;
  background-color: #fff;
}

.p-mv .splide {
  max-height: calc(100vh - 146px);
  overflow: hidden;
}

.p-mv .splide__slide img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: calc(100vh - 146px);
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  aspect-ratio: 32/18;
}

@media screen and (max-width: 767px) {
  .p-mv .splide__slide img {
    aspect-ratio: 1/1;
    /* aspect-ratio: 40/35; */
  }
}

.p-mv .play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 260px;
  width: 95%;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 10px 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-mv .play-btn {
    padding: 0 10px;
  }
}

.p-mv .splide__pagination {
  justify-content: flex-start;
  position: static;
  padding: 0 4px;
  margin: 0;
}

.p-mv .splide__pagination__page {
  width: 12px;
  height: 12px;
  background-color: #D9D9D9;
  margin: 3px 4px;
  opacity: 1;
  transition: opacity 0.25s;
}

.p-mv .splide__pagination__page:hover {
  opacity: 0.7;
}

.p-mv .splide__pagination__page.is-active {
  opacity: 0.7;
}

.p-mv .splide__pagination__page.is-active {
  background: #CC0022;
  transform: scale(1);
  z-index: 1;
}

.p-mv .play-btn__controller {
  display: flex;
  align-items: center;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}

.p-mv .splide__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  border-top: none;
  border-bottom: none;
  border-radius: 0;
  transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
  .p-mv .splide__toggle {
    margin-right: 0;
  }
}

.p-mv .splide__toggle:hover,
.p-mv .splide__toggle:focus-visible {
  background-color: #e6e6e6;
}

.p-mv .splide__toggle svg {
  fill: #5f5f5f;
}

.p-mv .splide__toggle__play {
  width: 11px;
  height: 13px;
  transition: 0.25s;
  transform: translateX(2px);
}

.p-mv .splide__toggle__pause {
  width: 8px;
  height: 11px;
}

.p-mv .splide__toggle__pause rect {
  transition: 0.25s;
  fill: #5f5f5f;
}

.p-mv .splide__toggle:hover svg,
.p-mv .splide__toggle:hover rect {
  fill: #5f5f5f;
}

.p-mv .splide__arrows {
  display: contents;
  gap: 8px;
}

.p-mv .splide__arrow {
  /* position: static;リニューアルの為2026年6月9日削除 */
  transform: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  opacity: 1;
  background: transparent;
  border-radius: 0;
  transition: 0.2s ease;
}

.p-mv .splide__arrow svg {
  width: 15px;
  height: 15px;
  color: #5f5f5f;
  display: none;
  /*リニューアルの為2026年6月9日削除*/
}

.p-mv .splide__arrow:hover,
.p-mv .splide__arrow:focus-visible {
  background-color: #e6e6e6;
}

.p-mv .splide__arrow--prev {
  order: 1;
}

.p-mv .splide__arrow--prev svg {
  transform: rotate(0deg);
}

.p-mv .splide__arrow--next {
  order: 3;
}

.p-mv .splide__toggle {
  order: 2;
}

.p-mv .splide__pagination {
  order: 0;
}

.p-mv .splide.is-focus-in .splide__toggle:focus,
.p-mv .splide.is-focus-in .splide__pagination__page:focus,
.p-mv .splide.is-focus-in .splide__pagination__page:focus-visible,
.p-mv .splide.is-focus-in .splide__arrow:focus {
  outline: 2px solid #6666AA;
}

/* -------------------------------------
        p-top-news
-----------------------------------------*/
.p-top-news {
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .p-top-news {
    padding: 25px 0;
  }
}

.p-top-news__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
}

.p-top-news__head+* {
  margin-top: 20px;
}

.p-top-news__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-top-news__link {
  display: flex;
  align-items: center;
  color: #6666AA;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-decoration: underline;
  gap: 10px;
  text-underline-offset: 0.2em;
}

.p-top-news__link::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 9px;
  height: 12px;
  background-color: #94989C;
  mask: url(../img/icon/icon_triangle.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}

.p-top-news__link {
  transition: opacity 0.25s;
}

.p-top-news__link:hover,
.p-top-news__link:focus-visible {
  opacity: 0.7;
}

.p-top-news__list {
  margin-top: 20px;
}

.p-top-news__item+.p-top-news__item {
  margin-top: 2px;
}

.p-top-news__item a {
  display: flex;
  gap: 20px;
  background-color: #EFF4F5;
  padding: 15px 30px;
  transition: opacity 0.25s;
}

@media screen and (max-width: 767px) {
  .p-top-news__item a {
    flex-direction: column;
    gap: 5px;
    padding: 12px 15px;
  }
}

.p-top-news__item a:hover .c-news__item-title,
.p-top-news__item a:focus-visible .c-news__item-title {
  opacity: 0.7;
}

.p-top-news__item a:hover .p-top-news__item-title,
.p-top-news__item a:focus-visible .p-top-news__item-title {
  opacity: 0.7;
}

.p-top-news__item--important a {
  background-color: #FFF1F1;
  border-left: 2px solid #CC0022;
}

.p-top-news__item--important .p-top-news__item-cate {
  background-color: #CC0022;
}

.p-top-news__item--important .p-top-news__item-title::before {
  background-color: #CC0022;
}

.p-top-news__item-meta {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .p-top-news__item-meta {
    gap: 15px;
  }
}

.p-top-news__item-data {
  color: #666;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-top-news__item-data {
    font-size: 1.2rem;
  }
}

.p-top-news__item-cate {
  flex-shrink: 0;
  width: 103px;
  border-radius: 4px;
  background-color: #6E529B;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
  padding: 3px 6px;
}

@media screen and (max-width: 767px) {
  .p-top-news__item-cate {
    font-size: 1rem;
  }
}

.p-top-news__item-title {
  display: flex;
  align-items: center;
  color: #6666AA;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: opacity 0.25s;
}

@media screen and (max-width: 767px) {
  .p-top-news__item-title {
    font-size: 1.4rem;
  }
}

.p-top-news__item-title::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 9px;
  height: 12px;
  background-color: #94989C;
  mask: url(../img/icon/icon_triangle.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-top-news__item-title::before {
    margin-right: 10px;
  }
}

/* -------------------------------------
        p-search
-----------------------------------------*/
.p-search {
  background-color: #eff8fd;
  /* background-color: #EFF4F5; */
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .p-search {
    padding: 50px 0;
  }
}

.p-search .l-inner {
  max-width: 1008px;
}

.p-search__map-inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-search__map-inner {
    align-items: center;
    gap: 14px;
  }
}

.p-search__map-textarea {
  /* margin-top: 60px; */
}

@media screen and (max-width: 992px) {
  .p-search__map-textarea {
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-search__map-textarea {
    margin-top: 0;
  }
}

.p-search__map-title {
  display: flex;
  font-size: 2.6rem;
  font-weight: 800;
  /* font-weight: 500; */
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-search__map-title {
    font-size: 2rem;
  }
}

/* .p-search__map-title::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  transform: translateY(3px);
  width: 34px;
  height: 34px;
  background: url(../img/icon/icon_search.svg) no-repeat center/contain;
  margin-right: 10px;
} */

@media screen and (max-width: 767px) {
  /* .p-search__map-title::before {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  } */
}

.p-search__map-title+* {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-search__map-title+* {
    margin-top: 10px;
  }
}

.p-search__map-text {
  letter-spacing: 0.06em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-search__map-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.p-search__map-sub,
.p-recruit-bnr-sub {
  color: #CC0022;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .24em;
  line-height: 1;
  margin-bottom: 14px;
}

.p-search__map-title,
.p-recruit-bnr__title {
  display: block;
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 700;
}

.p-search__map-sub,
.p-recruit-bnr-sub {
  color: #CC0022;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: .24em;
  line-height: 1;
  margin-bottom: 14px;
}

/* .p-search__map-title,
.p-recruit-bnr__title {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
} */

.p-search__map-btn {
  margin-top: 30px;
}

@media screen and (max-width: 992px) {
  .p-search__map-title {
    font-size: 2.8rem;
  }

  .p-search__map-btn {
    display: none;
  }
}

.p-search__map-btn .c-btn {
  max-width: 286px;
}

.p-search .c-branch-map {
  position: relative;
  left: -62px;
  margin: 0 0 0 auto;
}

.p-search__map-btn .c-btn--border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.p-search__map-btn .c-btn--border::before {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url("../img/icon/icon_search.svg") center center / contain no-repeat;
}

.p-search__map-btn .c-btn--border:hover::before {
  background: url("../img/icon/icon_search-white.svg") center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .p-search .c-branch-map {
    width: 40%;
    left: 0;
  }
}

@media screen and (max-width: 450px) {
  .p-search .c-branch-map {
    width: 39.5%;
  }
}

.p-search .c-branch-map img {
  width: 100%;
}

.p-top-guid {
  padding: 100px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top-guid {
    padding-top: 50px;
  }
}

.p-top-guid__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.p-top-guid__title__sub {
  margin: 0 0 8px;
  color: #d90028;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
}

/* .p-top-guid__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
} */

/* .p-top-guid__title__sub {
  margin: 0 0 8px;
  color: #d90028;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: .12em;
} */

/* .p-top-guid__title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
} */

@media screen and (max-width: 767px) {
  .p-top-guid__title {
    font-size: 2.2rem;
  }
}

.p-top-guid__title+* {
  margin-top: 40px;
}

.p-top-guid__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px;
}

@media screen and (max-width: 767px) {
  .p-top-guid__list {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

.p-top-guid__item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  background-color: rgba(246, 228, 206, 0.53);
  border-radius: 10px;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .p-top-guid__item {
    padding: 20px;
  }
}

.p-top-guid__item-body {
  margin-top: 26px;
}

@media screen and (max-width: 767px) {
  .p-top-guid__item-body {
    margin-top: 15px;
  }
}

.p-top-guid__item-title {
  color: #CC0022;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top-guid__item-title {
    font-size: 1.6rem;
  }
}

.p-top-guid__item-text {
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .p-top-guid__item-text {
    font-size: 1.4rem;
  }
}

.p-top-guid__item-img {
  border-radius: 15px;
  overflow: hidden;
}

.p-top-guid__item-img img {
  width: 100%;
}

.p-top-guid__item-bottom {
  border-top: 1px solid #C9C9C9;
  padding-top: 26px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-top-guid__item-bottom {
    padding-top: 20px;
    margin-top: 14px;
  }
}

.p-top-guid__item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.p-top-guid__item-list li {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-top-guid__item-list li {
    width: 100%;
    font-size: 1.3rem;
  }
}

.p-top-guid__item-list li::before {
  content: "";
  flex-shrink: 0;
  transform: translateY(1px);
  width: 18px;
  height: 18px;
  background: url(../img/icon/icon_check2.svg) no-repeat center/contain;
  margin-right: 7px;
}

@media screen and (max-width: 767px) {
  .p-top-guid__item-list li::before {
    width: 16px;
    height: 16px;
  }
}

.p-top-guid__btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-top-guid__btn {
    margin-top: 40px;
  }
}

.p-top-guid__adobe {
  display: flex;
  gap: 30px;
  border: 1px solid #CCD2D5;
  border-radius: 6px;
  padding: 20px 50px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-top-guid__adobe {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px;
    margin-top: 40px;
  }
}

.p-top-guid__adobe-img {
  flex-shrink: 0;
  width: 158px;
}

.p-top-guid__adobe-text {
  flex: 1;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .p-top-guid__adobe-text {
    font-size: 1.2rem;
  }
}

.p-top-banner {
  /* background-color: #EFF4F5; */
  border-radius: 15px;
  padding: 40px 50px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-top-banner {
    margin-top: 40px;
    padding: 20px;
  }
}

.p-top-banner__list {
  display: flex;
  gap: 20px;
  justify-content: center;
  max-width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-top-banner__list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
  }
}

.p-top-banner__item {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .p-top-banner__item {
    flex: 0 0 calc(50% - 5px);
  }
}

.p-top-banner__item img {
  width: 100%;
  height: auto;
  display: block;
}

.p-top-approval {
  text-align: right;
  font-size: 1.4rem;
  padding: 0 50px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-top-approval {
    font-size: 1.2rem;
    padding: 0 20px;
  }
}

.p-top-approval__note {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-top-approval__note {
    display: block;
    text-align: left;
  }
}

/* -------------------------------------
        p-sidebar
-----------------------------------------*/
.p-sidebar__container+.p-sidebar__container {
  margin-top: 60px;
}

.p-sidebar__body {
  background-color: #EFF4F5;
  padding: 20px 0 30px 15px;
}

.p-sidebar__title {
  background-color: #CC0022;
  border-radius: 6px 0 0 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 13px 20px;
}

.p-sidebar__nav-area+.p-sidebar__nav-area {
  margin-top: 20px;
}

.p-sidebar__nav-title {
  background-color: #747A80;
  border-radius: 6px 0 0 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 10px 10px 10px 20px;
}

.p-sidebar__nav-item a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #aaa;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 15px 15px;
  transition: 0.25s;
}

.p-sidebar__nav-item a::before {
  content: "";
  flex-shrink: 0;
  width: 9px;
  aspect-ratio: 9/9;
  background: url(../img/icon/icon_triangle.svg) no-repeat center/contain;
  margin-right: 5px;
}

.p-sidebar__nav-item a:hover,
.p-sidebar__nav-item a:focus-visible {
  opacity: 0.7;
}

.p-sidebar__nav-item.is-current a {
  color: #CC0022;
}

/* -------------------------------------
        p-fixed-sidebar
-----------------------------------------*/
/* .p-
/* 横並びフローティングメニュー */
.p-fixed-sidebar {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: auto;
  max-width: calc(100% - 48px);
  display: flex;
  align-items: stretch;
  gap: 0;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(51, 51, 51, 0.2);
  padding: 0;
  z-index: 20;
  overflow: visible;
}

.p-fixed-sidebar {
  transition: opacity .3s ease;
}

.p-fixed-sidebar.is-hide {
  opacity: 0;
  pointer-events: none;
}

.p-fixed-sidebar__content:first-child,
.p-fixed-sidebar__content:first-child .p-fixed-sidebar__item:first-child a {
  border-radius: 18px 0 0 18px;
}

.p-fixed-sidebar__content:last-child,
.p-fixed-sidebar__content:last-child .p-fixed-sidebar__item:last-child a {
  border-radius: 0 18px 18px 0;
}

.p-fixed-sidebar__content {
  display: flex;
  align-items: center;
}

.p-fixed-sidebar__content+.p-fixed-sidebar__content {
  margin-top: 0;
  border-left: 1px solid #e5e5e5;
}

.p-fixed-sidebar__content {
  position: relative;
  padding-top: 0px;
  /* padding-top: 22px; */
}

.p-fixed-sidebar__text {
  position: absolute;
  top: -16px;
  left: 24px;
  z-index: 2;
  padding: 6px 16px 7px;
  border-radius: 999px;
  background: #fff;
  font-size: 1.5rem;
  /* font-size: 1.3rem; */
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

/* 左側カテゴリ */
.p-fixed-sidebar__content--color01 .p-fixed-sidebar__text {
  color: #CC0022;
  border: 1px solid #CC0022;
  background-color: #fff;
  /* background-color: #fcd3db; */
}

/* 右側カテゴリ */
.p-fixed-sidebar__content--color02 .p-fixed-sidebar__text {
  color: #007A3D;
  background-color: #fff;
  /* background-color: #d3f2e9; */
  border: 1px solid #007A3D;
}

/* .p-fixed-sidebar__text,
.p-fixed-sidebar__bottom {
  display: none;
} */

.p-fixed-sidebar__list {
  display: flex;
  align-items: stretch;
}

.p-fixed-sidebar__item {
  margin-top: 0;
}

.p-fixed-sidebar__item:not(:first-child) {
  margin-top: 0;
  border-left: 1px solid #e5e5e5;
}

.p-fixed-sidebar__item a {
  min-width: 190px;
  min-height: 55px;
  /* min-height: 72px; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  border-radius: 0;
  padding: 14px 20px 9px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  background: #fff;
}

.p-fixed-sidebar__item a .icon {
  max-width: 26px;
  margin-right: 0;
}

.p-fixed-sidebar__content--color01 .p-fixed-sidebar__item a {
  color: #CC0022;
}

.p-fixed-sidebar__content--color02 .p-fixed-sidebar__item a {
  color: #3C7A48;
}

.p-fixed-sidebar__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  transition: .3s;
}

/* 矢印 */
.p-fixed-sidebar__item a::after {
  content: "";
  width: 8px;
  height: 8px;

  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;

  transform: rotate(45deg);
  transition: transform .3s ease;
}

/* ホバー */
.p-fixed-sidebar__item a:hover::after {
  transform: translateX(4px) rotate(45deg);
}

.p-fixed-sidebar__item a {
  transition: opacity .3s ease;
}

.p-fixed-sidebar__item a:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .p-fixed-sidebar {
    display: none;
  }
}

/* -------------------------------------
        p-info
-----------------------------------------*/
.p-info {
  max-width: 1100px;
  background-color: #F6F6F6;
  border-top: 3px solid #CC0022;
  margin: 0 auto;
  padding: 40px 50px;
}

@media screen and (max-width: 767px) {
  .p-info {
    padding: 40px 20px;
  }
}

.p-info__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-info__title {
    font-size: 2rem;
  }
}

.p-info__title+* {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-info__title+* {
    margin-top: 20px;
  }
}

.p-info__text {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-info__text {
    font-size: 1.6rem;
    text-align: left;
  }
}

.p-info__btn-area {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 992px) {
  .p-info__btn-area {
    flex-wrap: wrap;
    gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-info__btn-area {
    margin-top: 20px;
  }
}

.p-info__btn-area .c-btn {
  max-width: 326px;
}

.p-info__btn-area--col3 .p-info__btn-wrap {
  width: calc(33.333333% - 20px);
}

@media screen and (max-width: 992px) {
  .p-info__btn-area--col3 .p-info__btn-wrap {
    width: 100%;
  }
}

.p-info__btn-area--col2 .p-info__btn-wrap {
  width: calc(50% - 15px);
}

@media screen and (max-width: 992px) {
  .p-info__btn-area--col2 .p-info__btn-wrap {
    width: 100%;
  }
}

.p-info__btn-area--col1 .p-info__btn-wrap {
  width: 100%;
}

.p-info__btn-wrap {
  display: flex;
  justify-content: center;
}

.p-info-sec {
  padding-top: 100px;
}

.p-info--btn-high .c-btn {
  min-height: 100px;
}

/* -------------------------------------
        p-info-sub
-----------------------------------------*/
.p-info-sub {
  max-width: 1100px;
  background-color: #F6F6F6;
  border-top: 3px solid #CC0022;
  margin: 30px auto 0;
  padding: 40px;
}

.p-info-sub__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

.p-info-sub__title+* {
  margin-top: 20px;
}

.p-info-sub__text {
  text-align: center;
}

.p-info-sub__btn-area {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-info-sub__btn-area {
    flex-direction: column;
    align-items: center;
  }
}

.p-info-sub__btn-area .c-btn {
  max-width: 326px;
}

@media screen and (max-width: 767px) {
  .p-info-sub__btn-area .c-btn {
    max-width: 272px;
  }
}

.p-info-sub__btn-area--col3 .p-info-sub__btn-wrap {
  width: calc(33.333333% - 20px);
}

@media screen and (max-width: 767px) {
  .p-info-sub__btn-area--col3 .p-info-sub__btn-wrap {
    width: 100%;
  }
}

.p-info-sub__btn-area--col2 .p-info-sub__btn-wrap {
  width: calc(50% - 15px);
}

@media screen and (max-width: 767px) {
  .p-info-sub__btn-area--col2 .p-info-sub__btn-wrap {
    width: 100%;
  }
}

.p-info-sub__btn-area--col1 .p-info-sub__btn-wrap {
  width: 100%;
}

.p-info-sub__btn-wrap {
  max-width: 326px;
}

@media screen and (max-width: 767px) {
  .p-info-sub__btn-wrap {
    max-width: 272px;
  }
}

.p-info-sub__btn-text {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}

/* -------------------------------------
        p-info-green
-----------------------------------------*/
.p-info-green {
  max-width: 1100px;
  background-color: #F6F6F6;
  border-top: 3px solid #006430;
  margin: 0 auto;
  padding: 30px 45px;
}

@media screen and (max-width: 767px) {
  .p-info-green {
    padding: 25px 20px;
  }
}

.p-info-green__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-info-green__title {
    font-size: 1.8rem;
  }
}

.p-info-green__title+* {
  margin-top: 10px;
}

.p-info-green__text {
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-info-green__text {
    font-size: 1.4rem;
  }
}

.p-info-green__btn-area {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 16px;
}

@media screen and (max-width: 992px) {
  .p-info-green__btn-area {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .p-info-green__btn-area {
    gap: 10px;
  }
}

.p-info-green__btn-area--col3 .p-info-green__btn-wrap {
  width: calc(33.333333% - 10px);
}

@media screen and (max-width: 992px) {
  .p-info-green__btn-area--col3 .p-info-green__btn-wrap {
    width: 100%;
  }
}

.p-info-green__btn-area--col2 .p-info-green__btn-wrap {
  width: calc(50% - 15px);
}

@media screen and (max-width: 992px) {
  .p-info-green__btn-area--col2 .p-info-green__btn-wrap {
    width: 100%;
  }
}

.p-info-green__btn-area--col1 .p-info-green__btn-wrap {
  width: 100%;
}

.p-info-green__btn-wrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-info-green .c-btn {
    min-height: 64px;
  }
}

.p-info-green-sec {
  padding-top: 100px;
}

/* -------------------------------------
        p-info-blue
-----------------------------------------*/
.p-info-blue {
  max-width: 1100px;
  background-color: #F6F6F6;
  border-top: 3px solid #21348C;
  margin: 0 auto;
  padding: 30px 45px;
}

@media screen and (max-width: 767px) {
  .p-info-blue {
    padding: 25px 20px;
  }
}

.p-info-blue__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-info-blue__title {
    font-size: 1.8rem;
  }
}

.p-info-blue__title+* {
  margin-top: 10px;
}

.p-info-blue__text {
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-info-blue__text {
    font-size: 1.4rem;
  }
}

.p-info-blue__btn-area {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 16px;
}

@media screen and (max-width: 992px) {
  .p-info-blue__btn-area {
    flex-wrap: wrap;
  }
}

.p-info-blue__btn-area--col3 .p-info-blue__btn-wrap {
  width: calc(27% - 10px);
  /* width: calc(33.333333% - 10px); */
}

@media screen and (max-width: 992px) {
  .p-info-blue__btn-area--col3 .p-info-blue__btn-wrap {
    width: 100%;
  }
}

.p-info-blue__btn-area--col2 .p-info-blue__btn-wrap {
  width: calc(50% - 15px);
}

@media screen and (max-width: 992px) {
  .p-info-blue__btn-area--col2 .p-info-blue__btn-wrap {
    width: 100%;
  }
}

.p-info-blue__btn-area--col1 .p-info-blue__btn-wrap {
  width: 100%;
}

.p-info-blue__btn-wrap {
  display: flex;
  justify-content: center;
}

.p-info-blue-sec {
  padding-top: 100px;
}

/* -------------------------------------
        p-top-message
-----------------------------------------*/
.p-top-message__media {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .p-top-message__media {
    display: grid;
    grid-template-columns: 140px 1fr;
    grid-template-areas: "img sign" "text text";
    column-gap: 16px;
    row-gap: 16px;
    align-items: start;
  }
}

.p-top-message__media-img {
  flex-shrink: 0;
  width: 140px;
}

@media screen and (max-width: 767px) {
  .p-top-message__media-img {
    grid-area: img;
  }
}

.p-top-message__media-body {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .p-top-message__media-body {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .p-top-message__text-area {
    grid-area: text;
    width: 100%;
  }
}

.p-top-message__name-area {
  max-width: 129px;
  margin-left: auto;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-top-message__name-area {
    grid-area: sign;
    align-self: center;
    margin: 0;
  }
}

.p-top-message__position {
  font-size: 1.5rem;
}

.p-top-message__name {
  display: inline-block;
  margin-top: 5px;
}

/* -------------------------------------
        p-btn-area
-----------------------------------------*/
.p-btn-area {
  margin-top: 20px;
}

.p-btn-area__btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-btn-area__text {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}

/* -------------------------------------
        p-accident
-----------------------------------------*/
.p-accident__pagenavi {
  margin-top: 20px;
}

.p-accident__attention {
  border: 1px solid #CC0022;
  padding: 15px 20px;
}

@media screen and (max-width: 767px) {
  .p-accident__attention {
    padding: 15px;
  }
}

.p-accident__attention-text {
  display: flex;
  align-items: flex-start;
  color: #CC0022;
  font-weight: 500;
  letter-spacing: 0;
}

.p-accident__attention-text::before {
  content: "";
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: url(../img/icon/icon_attention.svg) no-repeat center/contain;
  margin-right: 10px;
}

.p-accident__attention-text strong {
  font-weight: 500;
}

.p-accident__flow-list {
  margin-top: 30px;
}

.p-accident__flow-item {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 26px;
}

@media screen and (max-width: 767px) {
  .p-accident__flow-item {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.p-accident__flow-item:not(:first-child) {
  margin-top: 30px;
}

.p-accident__flow-item-body {
  flex: 1;
}

.p-accident__flow-item-title {
  display: flex;
  align-items: flex-start;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.p-accident__flow-item-title .num {
  flex-shrink: 0;
  background-color: #FC9F31;
  border-radius: 3px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 3px 10px;
}

.p-accident__flow-item-title .text {
  display: inline-block;
  font-size: 1.8rem;
  margin-left: 10px;
}

.p-accident__flow-item-title+* {
  margin-top: 15px;
}

.p-accident__flow-item-img {
  max-width: 295px;
  width: 39%;
}

@media screen and (max-width: 767px) {
  .p-accident__flow-item-img {
    max-width: 100%;
    width: 100%;
  }
}

.p-accident__flow-item-img img {
  width: 100%;
}

.p-accident__point-head {
  background-color: #CC0022;
  padding: 10px 20px;
}

.p-accident__point-title {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}

.p-accident__point-title .tag {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 6px;
  font-size: 1.3rem;
  padding: 2px 8px;
}

.p-accident__point-title .text {
  font-size: 1.8rem;
  margin-left: 10px;
}

.p-accident__point-body {
  border: 1px solid #94989C;
  border-top: none;
  padding: 30px 40px;
}

.p-accident__point-tag-wrap {
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.p-accident__point-tag {
  display: inline-block;
  border: 1px solid #94989C;
  border-radius: 6px;
  padding: 2px 14px;
}

.p-accident__info {
  margin-top: 30px;
}

.p-accident__flow+* {
  margin-top: 40px;
}

.p-accident__after {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-accident__after {
    margin-top: 20px;
  }
}

.p-accident__media {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .p-accident__media {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.p-accident__media:not(:first-child) {
  margin-top: 30px;
}

.p-accident__media-body {
  flex: 1;
}

.p-accident__media-img {
  max-width: 295px;
  width: 39%;
}

@media screen and (max-width: 767px) {
  .p-accident__media-img {
    max-width: 100%;
    width: 100%;
  }
}

.p-accident__media-img img {
  width: 100%;
}

.p-accident__media-title {
  background-color: rgba(246, 228, 206, 0.533);
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 10px 20px;
}

.p-accident__media-title+* {
  margin-top: 20px;
}

.p-accident__media-item {
  display: flex;
}

.p-accident__media-item::before {
  content: "";
  display: inline-block;
  transform: translateY(6px);
  flex-shrink: 0;
  width: 18px;
  height: 17px;
  background: url(../img/icon/icon_check.svg) no-repeat center/contain;
  margin-right: 15px;
}

.p-accident__media-item:not(:first-child) {
  margin-top: 5px;
}

.p-accident__media-text {
  margin-top: 20px;
}

/* -------------------------------------
        p-enquete
-----------------------------------------*/
.p-enquete__flow {
  background-color: #EFF4F5;
  padding: 30px;
  margin-top: 20px;
}

.p-enquete__flow-item {
  display: flex;
  align-items: flex-start;
}

.p-enquete__flow-item:not(:first-child) {
  margin-top: 15px;
}

.p-enquete__flow-item .num {
  flex-shrink: 0;
  background-color: #FC9F31;
  border-radius: 3px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 10px;
}

.p-enquete__flow-item .text {
  display: inline-block;
  margin-left: 15px;
}

.p-enquete__table-title {
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
}

.p-enquete__table-title+* {
  margin-top: 15px;
}

.p-enquete__table-bottom-text {
  margin-top: 20px;
}

/* -------------------------------------
        p-csr
-----------------------------------------*/
.p-csr__table-area {
  margin-top: 20px;
}

.p-csr__table-area+* {
  margin-top: 20px;
}

.p-csr__table {
  display: flex;
  max-width: 360px;
  border: 1px solid #aaa;
}

.p-csr__table dt,
.p-csr__table dd {
  flex: 1;
  text-align: center;
  padding: 13px 10px;
}

.p-csr__table dt {
  background-color: #eee;
  font-weight: 700;
}

.p-csr__table dd {
  border-left: 1px solid #aaa;
}

.p-csr__table-text {
  margin-top: 10px;
}

.p-csr__list {
  margin-top: 15px;
}

.p-csr .c-img-pagenavi__text::after {
  display: none;
}

/* -------------------------------------
        p-branch-bnr
-----------------------------------------*/
.p-branch-bnr {
  display: block;
  width: 100%;
  max-width: 460px;
  margin: 20px auto 0;
}

/* -------------------------------------
        p-branch-intro
-----------------------------------------*/
.p-branch-intro {
  padding-bottom: 20px;
  border-bottom: 1px solid #94989c;
}

/* -------------------------------------
        p-branch-gallery
-----------------------------------------*/
.p-branch-gallery {
  background-color: #f6e4ce;
  border-radius: 30px;
  padding: 50px 40px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-branch-gallery {
    padding: 30px;
    margin-top: 30px;
  }
}

.p-branch-gallery__title {
  margin: 0 0 35px;
}

.p-branch-gallery__slider {
  position: relative;
}

.p-branch-gallery__slider .splide__arrow {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.p-branch-gallery__slider .splide__arrow svg {
  fill: #CC0022;
}

.p-branch-gallery__slider .splide__arrow--prev {
  left: -20px;
}

.p-branch-gallery__slider .splide__arrow--next {
  right: -20px;
}

.p-branch-gallery__slide {
  overflow: hidden;
}

.p-branch-gallery__slide img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 10px;
}

.p-branch-gallery__slider .splide.is-initialized:not(.is-active) .splide__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.p-branch-gallery__slider .splide.is-initialized:not(.is-active).splide--col-2 .splide__list {
  grid-template-columns: repeat(2, 1fr);
  max-width: 66.666%;
  margin: 0 auto !important;
}

.p-branch-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .p-branch-gallery__grid {
    grid-template-columns: 1fr;
  }
}

.p-branch-gallery__grid--2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 66.666%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-branch-gallery__grid--2 {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}

.p-branch-gallery__grid--1 {
  grid-template-columns: 1fr;
  max-width: 33.333%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-branch-gallery__grid--1 {
    max-width: 100%;
  }
}

.p-branch-gallery__grid-item img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 10px;
}

.p-branch-gallery__text {
  margin-top: 25px;
  line-height: 1.8;
}

/* -------------------------------------
        p-branch-voice
-----------------------------------------*/
.p-branch-voice {
  background-color: #fce8e8;
  border-radius: 30px;
  padding: 50px 40px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-branch-voice {
    padding: 30px;
    margin-top: 30px;
  }
}

.p-branch-voice__title {
  margin: 0 0 35px;
}

.p-branch-voice__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .p-branch-voice__list {
    grid-template-columns: 1fr;
  }
}

.p-branch-voice__list--single {
  grid-template-columns: 1fr;
  max-width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-branch-voice__list--single {
    max-width: 100%;
  }
}

.p-branch-voice__slider .splide__arrow {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.p-branch-voice__slider .splide__arrow svg {
  fill: #CC0022;
}

.p-branch-voice__slider .splide__arrow--prev {
  left: -20px;
}

.p-branch-voice__slider .splide__arrow--next {
  right: -20px;
}

@media screen and (min-width: 768px) {
  .p-branch-voice__slider--few .splide__list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .p-branch-voice__slider--few .splide__slide--clone {
    display: none;
  }
}

.p-branch-voice__item {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .p-branch-voice__item {
    padding: 20px 25px;
  }
}

.p-branch-voice__icon {
  flex-shrink: 0;
  width: 70px;
  text-align: center;
}

.p-branch-voice__icon img {
  width: 100%;
}

.p-branch-voice__body {
  flex: 1;
}

.p-branch-voice__text {
  font-size: 1.4rem;
  line-height: 1.6;
}

.p-branch-voice__attr {
  font-size: 1.2rem;
  color: #333;
  margin-top: 10px;
}

/* -------------------------------------
        p-branch-online
-----------------------------------------*/
.p-branch-online {
  margin-top: 30px;
}

.p-branch-online__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}

@media screen and (max-width: 767px) {
  .p-branch-online__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.p-branch-online__item {
  max-width: 222px;
}

.p-branch-online__item {
  max-width: 240px;
}

@media screen and (max-width: 992px) {
  .p-branch-online__item {
    max-width: none;
  }
}

.p-branch-online__item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.p-branch-online__img img {
  width: 100%;
  max-width: 222px;
}

.p-branch-online__img img {
  width: 100%;
  max-width: 240px;
}

@media screen and (max-width: 992px) {
  .p-branch-online__img img {
    max-width: none;
  }
}

.p-branch-online__title {
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  min-height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.p-branch-online__title-sub {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
}

.p-branch-online__title-sub {
  font-size: 0.84rem;
}

.p-branch-online__item--col2 {
  grid-column: span 2;
  max-width: none;
}

.p-branch-online__item--col2 .p-branch-online__item-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}

.p-branch-online__item--col2 .p-branch-online__item-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}

@media screen and (max-width: 767px) {
  .p-branch-online__item--col2 .p-branch-online__item-inner {
    gap: 30px 20px;
  }
  .p-branch-online__title-sub {
    display: block;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 0;
  }
}

.p-branch-online__item--col2 .p-branch-online__item-inner .p-branch-online__item {
  max-width: none;
}

.p-branch-online__text {
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.p-branch-online--col4 .p-branch-online__list {
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 40px;
}

.p-branch-online--col4 .p-branch-online__list {
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
}


@media screen and (max-width: 992px) {
  .p-branch-online--col4 .p-branch-online__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .p-branch-online--col4 .p-branch-online__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
.p-branch-online__item--col1 {
  grid-column: span 3;
  max-width: none;
}
.p-branch-online__item--col1 .p-branch-online__item-inner .p-branch-online__item {
  max-width: 755px;
}
@media screen and (max-width: 992px) {
  .p-branch-online__item--col1 {
    grid-column: span 2;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .p-branch-online__item--col1 {
    grid-column: span 1;
    max-width: none;
  }
}


/* -------------------------------------
        p-branch-access
-----------------------------------------*/
.p-branch-access {
  counter-reset: access-counter;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 30px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-branch-access {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-branch-access__item {
  counter-increment: access-counter;
}

.p-branch-access__img-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.p-branch-access__img-wrap::before {
  content: counter(access-counter);
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  color: #CC0022;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px;
  z-index: 1;
}

.p-branch-access__img-wrap img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.p-branch-access__caption {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 8px;
}

.p-branch-access__slider {
  grid-column: 1/-1;
}

@media screen and (max-width: 767px) {
  .p-branch-access__slider {
    padding: 0 25px;
  }
}

.p-branch-access__slider .splide__arrow {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.p-branch-access__slider .splide__arrow svg {
  fill: #CC0022;
}

.p-branch-access__slider .splide__arrow--prev {
  left: -20px;
}

@media screen and (max-width: 767px) {
  .p-branch-access__slider .splide__arrow--prev {
    left: 5px;
  }
}

.p-branch-access__slider .splide__arrow--next {
  right: -20px;
}

@media screen and (max-width: 767px) {
  .p-branch-access__slider .splide__arrow--next {
    right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-branch-access__slider .splide__arrow {
    top: 0;
    transform: none;
    margin-top: calc(30% - 20px);
  }
}

.p-branch-access__slider .splide__slide--clone .p-branch-access__item {
  counter-increment: none;
}

.p-branch-access__slider .splide__slide--clone .p-branch-access__img-wrap::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-branch-access__slider .splide__list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 30px;
  }

  .p-branch-access__slider .splide__slide--clone {
    display: none;
  }
}

/* -------------------------------------
        p-company
-----------------------------------------*/
.p-company__info {
  border: 6px solid #EDEDED;
  padding: 34px 30px;
}

.p-company__info-title {
  max-width: 281px;
  margin: 0 auto;
}

.p-company__info-title+* {
  margin-top: 30px;
}

.p-company__insta {
  display: inline-block;
  max-width: 46px;
  transition: opacity 0.25s;
}

.p-company__insta:hover,
.p-company__insta:focus-visible {
  opacity: 0.7;
}

/* -------------------------------------
        p-insurance
-----------------------------------------*/
.p-insurance__banner {
  max-width: 500px;
  margin: 30px auto 0;
}

.p-insurance__banner a {
  display: inline-block;
  height: 100%;
  transition: opacity 0.25s;
}

.p-insurance__banner a:hover,
.p-insurance__banner a:focus-visible {
  opacity: 0.7;
}

.p-insurance-cards {
  margin-top: 20px;
}

.p-insurance-cards__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .p-insurance-cards__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.p-insurance-cards__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 20px 10px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 10px;
  text-decoration: none;
  transition: opacity 0.25s;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

.p-insurance-cards__item:hover,
.p-insurance-cards__item:focus-visible {
  opacity: 0.7;
}

.p-insurance-cards__item:nth-child(1) .p-insurance-cards__text {
  color: #4B519C;
}

.p-insurance-cards__item:nth-child(2) .p-insurance-cards__text {
  color: #CC0022;
}

.p-insurance-cards__item:nth-child(3) .p-insurance-cards__text {
  color: #006430;
}

.p-insurance-cards__item:nth-child(4) .p-insurance-cards__text {
  color: #DF4E00;
}

.p-insurance-cards__icon {
  width: 70px;
  height: 70px;
}

.p-insurance-cards__icon img {
  width: 100%;
  height: auto;
}

.p-insurance-cards__text {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-top: 8px;
  line-height: 1.4;
  min-height: 5.04rem;
}

@media screen and (max-width: 767px) {
  .p-insurance-cards__text {
    font-size: 1.6rem;
    min-height: 4.48rem;
  }
}

.p-insurance-cards__note {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-insurance-cards__note {
    text-align: left;
  }
}

.p-insurance-cards__btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.p-insurance-cards__btn .c-btn {
  max-width: 400px;
}

.p-insurance-cards__btn .c-btn.c-btn--sm {
  max-width: 260px;
}

.p-insurance-nav {
  margin-top: 70px;
}

/* -------------------------------------
        p-download
-----------------------------------------*/
.p-download__em-text {
  color: #CC0022;
  font-weight: 700;
  margin-top: 20px;
}

.p-download__em-text em {
  font-style: normal;
}

.p-download__list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.p-download__list--height-fixed .p-download__item-inner {
  flex: 0 0 auto;
  min-height: 138px;
}

@media screen and (max-width: 767px) {
  .p-download__list--height-fixed .p-download__item-inner {
    min-height: auto;
  }
}

.p-download__item {
  width: calc(33.33333% - 12px);
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1200px) {
  .p-download__item {
    width: 100%;
    max-width: 240px;
  }
}

@media screen and (max-width: 576px) {
  .p-download__item {
    max-width: 100%;
  }
}

.p-download__item-inner {
  flex: 1;
  border: 1px solid #94989C;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .p-download__item-inner {
    min-height: auto;
  }
}

.p-download__item-title {
  background-color: #EFF4F5;
  text-align: center;
  padding: 0 10px;
}

.p-download__item-title+* {
  margin-top: 10px;
}

.p-download__item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
}

.p-download__item-link::after {
  content: "";
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  background: #000;
  mask: url(../img/icon/icon_blank.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.p-download__item-link a {
  display: inline-block;
  color: #6666AA;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: 0.25s;
}

.p-download__item-link a:hover,
.p-download__item-link a:focus-visible {
  text-decoration: none;
}

.p-download__item-text {
  text-align: center;
}

/* -------------------------------------
        p-voice
-----------------------------------------*/
.p-voice__container {
  margin-top: 50px;
}

/* -------------------------------------
        p-login
-----------------------------------------*/
.p-login__btn-wrap a {
  margin: auto;
}

.p-login__btn-wrap .c-border-btn {
  max-width: 100%;
  height: auto;
}

.p-login__btn-wrap .c-border-btn02 {
  max-width: 100%;
  height: auto;
}

.p-login__btn-text {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #CC0022;
  margin-top: 10px;
}

.p-login__btn-wrap:nth-child(2) .p-login__btn-text {
  color: #F47A00;
}

.p-login__btn-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .p-login__btn-area {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.p-login__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.p-login__item {
  width: calc(50% - 8px);
}

@media screen and (max-width: 767px) {
  .p-login__item {
    width: 100%;
  }
}

.p-login__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #C1C1C1;
  padding: 14px 14px 14px 34px;
  transition: opacity 0.25s;
}

.p-login__item a::before {
  content: "";
  flex-shrink: 0;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  aspect-ratio: 9/9;
  background: url(../img/icon/icon_triangle.svg) no-repeat center/contain;
  margin-right: 5px;
}

.p-login__item a:hover,
.p-login__item a:focus-visible {
  opacity: 0.7;
}

.p-login__item-text {
  font-size: 1.4rem;
  line-height: 1.3;
}

.p-login__item-icon {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 10px;
}

/* -------------------------------------
        p-support
-----------------------------------------*/
.p-support__container {
  margin-top: 40px;
}

/* -------------------------------------
        p-360biz
-----------------------------------------*/
@media screen and (max-width: 1200px) {
  .p-360biz .l-container {
    flex-direction: column;
  }
}

@media screen and (max-width: 1200px) {
  .p-360biz .l-container__main {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .p-360biz .l-container__sub {
    width: 100%;
    margin: 50px 0 0 0;
  }
}

.p-360biz .g360-resultComment {
  font-size: 1.4rem;
}

.p-360biz .g360-resultBtn a {
  display: inline-block;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .p-360biz .c-breadcrumb.pc {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .p-360biz .c-breadcrumb.sp {
    display: flex;
    margin-top: 50px;
  }
}

@media screen and (max-width: 820px) {
  .p-360biz .g360-glaph {
    transform: scale(0.8);
    transform-origin: center top;
    margin-bottom: -100px;
  }
}

@media screen and (max-width: 600px) {
  .p-360biz .g360-glaph {
    transform: scale(0.6);
    transform-origin: center top;
    margin-bottom: -260px;
  }
}

/* -------------------------------------
        p-tab
-----------------------------------------*/
.p-tab {
  padding: 50px 0 80px;
}

@media screen and (max-width: 767px) {
  .p-tab {
    padding: 25px 0;
  }
}

/* -------------------------------------
        p-simulation
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .p-simulation .sim-formBox .sim-formBox-body {
    font-size: 1.2rem;
    padding: 8px 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation .sim-formBox .sim-formBox-head {
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation .p-simulation__step4-box .sim-formBox .sim-formBox-head {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation #sim-step2 input[type=text] {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation #sim-step2 input[type=number] {
    width: 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation #sim-step2 .sim-formBox:nth-child(2) {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {

  .p-simulation .sim-accordion.sim-accordion-step2 table th,
  .p-simulation .sim-accordion.sim-accordion-step2 table td {
    padding: 5px;
    width: 25%;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation .sim-accordion.sim-accordion-step2 .sim-accordion-step2_result span {
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation .sim-accordion.sim-accordion-step2 .sim-accordion-step2_result span:first-child {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation .sim-accordion dl.sim-accordion-dl>dt {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation #sim-step3>table .sim-step3_trth th {
    font-size: 1.1rem;
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation #sim-step3>table td {
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation #sim-step3>table td select {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation #sim-step3>table .sim-school-num .sim-result-yen {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation #sim-step4 .sim-formBox .sim-formBox-head.sim-formBox-head-2l {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation #sim-step4 .sim-formBox .sim-formBox-head {
    min-height: 60px;
  }
}

@media screen and (max-width: 767px) {

  .p-simulation #sim-step4 input[type=text],
  .p-simulation #sim-step5 input[type=text] {
    width: 70px;
    font-size: 1.4rem;
    padding: 7px 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation #sim-step4 .sim-formBox-wrap {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {

  .p-simulation #sim-step4 .sim-formBox img,
  .p-simulation #sim-step5 .sim-formBox img {
    position: relative;
    left: -4px;
    width: 12px;
  }
}

.p-simulation #sim-step5 .sim-formBox-body {
  padding: 12px 5px !important;
}

@media screen and (max-width: 767px) {
  .p-simulation .sim-formBox .sim-totalBox .sim-total-num {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation .sim-result-num {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation #sim-result .sim-resultTable01 {
    width: 59%;
    height: 360px;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation #sim-result .sim-resultTable02 {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation #sim-result .sim-resultTable03 {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation #sim-result .sim-resultTable th {
    font-size: 1.2rem;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation #sim-result .sim-resultTable th strong {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation #sim-result .sim-resultTable .sim-result-pay {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation #sim-result .sim-resultTable .sim-result-num {
    width: 37%;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation #sim-result .sim-resultTable .sim-result-yen {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  .p-simulation #sim-result .sim-resultTable .sim-resultBox-head {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {

  .p-simulation .sim-accordion dl.sim-accordion-dl>dt div.sim-accordion-icon,
  .p-simulation .sim-accordion dl.sim-accordion-dl>dt div.sim-accordion-icon span {
    flex-shrink: 0;
  }
}

.p-simulation .sim-accordion dl.sim-accordion-dl>dt div.sim-accordion-icon {
  transform: translateY(5px);
}

/* -------------------------------------
        p-popup
-----------------------------------------*/
.p-popup {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .p-popup {
    padding: 20px 0;
  }
}

.p-popup__img {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-popup__img {
    width: 100%;
  }
}

.p-popup .c-border-btn,
.p-popup .c-border-btn02 {
  max-width: 260px;
}

@media screen and (max-width: 767px) {

  .p-popup .c-border-btn,
  .p-popup .c-border-btn02 {
    max-width: 200px;
    min-height: 60px;
    font-size: 1.3rem;
  }
}

.p-sitemap__sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 60px;
}

@media (max-width: 767px) {
  .p-sitemap__sections {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.p-sitemap__group {
  margin-top: 50px;
}

.p-sitemap__sections>.p-sitemap__group:nth-child(-n+2) {
  margin-top: 0;
}

@media (max-width: 767px) {
  .p-sitemap__sections>.p-sitemap__group:nth-child(2) {
    margin-top: 50px;
  }
}

.p-sitemap__heading {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  padding-bottom: 4px;
  border-bottom: 1px solid #AFAFAF;
  margin: 0 0 12px;
  padding-left: 16px;
  position: relative;
}

.p-sitemap__heading--sub {
  margin-top: 20px;
}

.p-sitemap__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #CC0022;
}

.p-sitemap__heading a {
  color: #333;
  text-decoration: none;
  transition: opacity 0.25s;
}

.p-sitemap__heading a:hover {
  opacity: 0.6;
}

.p-sitemap__sub-heading {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
}

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

.p-sitemap__list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.8;
}

.p-sitemap__list li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #CC0022;
  font-weight: bold;
}

.p-sitemap__list a {
  color: #6666AA;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease;
}

.p-sitemap__list a:hover,
.p-sitemap__list a:focus-visible {
  background-size: 100% 1px;
}

.p-sitemap__branch {
  margin-top: 50px;
}

.p-sitemap__pref {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 0 20px;
  padding: 12px 0;
  border-bottom: 1px dashed #BBBBBB;
}

@media (max-width: 767px) {
  .p-sitemap__pref {
    grid-template-columns: 1fr;
    gap: 4px 0;
  }
}

.p-sitemap__pref-name {
  font-size: 16px;
  font-weight: bold;
  padding-top: 2px;
}

.p-sitemap__branch-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .p-sitemap__branch-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-sitemap__branch-list li {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.8;
}

.p-sitemap__branch-list li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #CC0022;
  font-weight: bold;
}

.p-sitemap__branch-list a {
  color: #6666AA;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease;
}

.p-sitemap__branch-list a:hover,
.p-sitemap__branch-list a:focus-visible {
  background-size: 100% 1px;
}

.p-sp-bottom {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-sp-bottom {
    display: block;
  }
}

.p-sp-bottom__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 998;
}

.p-sp-bottom__overlay.is-active {
  display: block;
}

.p-sp-bottom__panel {
  position: fixed;
  bottom: 72px;
  left: 0;
  width: 100%;
  padding: 15px 10px;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
  z-index: 999;
}

.p-sp-bottom__panel.is-active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.p-sp-bottom__panel-list {
  display: flex;
  gap: 10px;
}

.p-sp-bottom__panel-list li {
  flex: 1;
}

.p-sp-bottom__panel-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 6px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 12px;
  text-align: center;
}

.p-sp-bottom__panel--red {
  background-color: #CC0022;
}

.p-sp-bottom__panel--red .p-sp-bottom__panel-list a {
  background-color: transparent;
  border: 1px solid #fff;
}

.p-sp-bottom__panel--green {
  background-color: #3C7A48;
}

.p-sp-bottom__panel--green .p-sp-bottom__panel-list a {
  background-color: transparent;
  border: 1px solid #fff;
}

.p-sp-bottom__bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 15px 10px;
  padding-bottom: calc(15px + env(safe-area-inset-bottom));
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
  z-index: 999;
  gap: 10px;
  transform: translateY(15px);
  opacity: 0;
  animation: slideUpBar 0.4s ease 0.5s forwards;
}

@keyframes slideUpBar {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.p-sp-bottom__bar-top {
  display: flex;
  gap: 10px;
  width: 100%;
}

.p-sp-bottom__bar-bottom {
  width: 100%;
}

.p-sp-bottom__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 10px;
  transition: opacity 0.25s;
  background: none;
}

.p-sp-bottom__btn:hover,
.p-sp-bottom__btn:focus-visible {
  opacity: 0.85;
}

.p-sp-bottom__btn--red {
  border: 2px solid #CC0022;
  color: #CC0022;
  background: #fff;
}

.p-sp-bottom__btn--green {
  border: 2px solid #3C7A48;
  color: #3C7A48;
  background: #fff;
}

.p-sp-bottom__btn--orange {
  background-color: #ED8B00;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 1.5rem;
  padding: 14px 10px;
  gap: 8px;
}

.p-sp-bottom__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  flex-shrink: 0;
}

/* -------------------------------------
        utility
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-onliy-pc {
    display: none;
  }
}

.u-onliy-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-onliy-sp {
    display: block;
  }
}

.u-onliy-xs {
  display: none;
}

@media screen and (max-width: 360px) {
  .u-onliy-xs {
    display: block;
  }
}

.u-onliy-tbsp {
  display: none;
}

@media screen and (max-width: 992px) {
  .u-onliy-tbsp {
    display: inline-block;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-pc-mt60 {
  margin-top: 60px !important;
}

.u-pc-mt80 {
  margin-top: 80px !important;
}

.u-mt20-sp10 {
  margin-top: 20px !important;
}

@media screen and (max-width: 767px) {
  .u-mt20-sp10 {
    margin-top: 10px !important;
  }
}

.u-pt0 {
  padding-top: 0 !important;
}

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

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

.u-text-accent-color {
  color: #F47A00 !important;
}

.u-border-bottom-none {
  border-bottom-width: 0 !important;
}

.u-text-emphasis {
  color: #CC0022 !important;
  font-style: normal !important;
}

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

.u-text-left {
  text-align: left !important;
}

.u-text-small {
  font-size: 1.2rem !important;
}

.u-textcolor-main {
  color: #CC0022 !important;
}

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

.u-fw-medium {
  font-weight: 500 !important;
}

.u-ff-num {
  font-family: "Roboto", sans-serif !important;
}

.u-lh-1 {
  line-height: 1 !important;
}

.u-lh-12 {
  line-height: 1.2 !important;
}

.u-bgcolor-red {
  background-color: #CC0022 !important;
}

.u-bgcolor-yellow {
  background-color: #FC9F31 !important;
}

.u-bgcolor-green {
  background-color: #22AC38 !important;
}

.u-bgcolor-lavender {
  background-color: #6666AA !important;
}

.u-bgcolor-mustard {
  background-color: #A99200 !important;
}

.u-bgcolor-brown {
  background-color: #AE6A19 !important;
}

.u-bgcolor-blue {
  background-color: #2134BC !important;
}

.u-text-color-red {
  color: #CC0022;
}

.u-flex {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .u-flex {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}

.u-flex-shrink0 {
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .u-flex-shrink0 {
    margin-top: 20px;
  }
}

/* -------------------------------------
        fade
-----------------------------------------*/
.js-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}

.js-fade.show {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}

.js-fadeUp.show {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeRight {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.8s, transform 0.8s;
}

.js-fadeRight.show {
  opacity: 1;
  transform: translateY(0);
}

/* 下から */
/* 上から */
/* 右から */

/* -------------------------------------
   p-company-visual: text/CSS replacement for company_img01.png
   Original image markup is preserved as an HTML comment in /company/index.html.
-----------------------------------------*/
.p-company-visual {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  color: #242424;
  overflow: hidden;
}

.p-company-visual__brand {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 55px;
  min-height: 127px;
  padding: 9px 15px 0;
  background: #fff;
}

.p-company-visual__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.p-company-visual__logo-mark {
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b50020 0%, #d90028 62%, #a0001b 100%);
}

.p-company-visual__logo-mark::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 16px;
  width: 35px;
  height: 35px;
  border: 4px solid #d8d8d8;
  border-right-color: #777;
  border-bottom-color: #9b9b9b;
  border-radius: 50%;
  background: transparent;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
}

.p-company-visual__logo-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.p-company-visual__name {
  margin: 21px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.p-company-visual__panel {
  overflow: hidden;
  border-radius: 4px;
}

.p-company-visual__panel+.p-company-visual__panel {
  margin-top: 10px;
}

.p-company-visual__heading {
  margin: 0;
  padding: 10px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.p-company-visual__heading--red {
  background: #d90028;
}

.p-company-visual__heading--green {
  background: #007f61;
}

.p-company-visual__business-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 24px 56px 25px;
  background: #fff5e8;
}

.p-company-visual__business-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 21px;
  color: #d90028;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.p-company-visual__business-item p {
  margin: 0;
}

.p-company-visual__icons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.p-company-visual-icon {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  color: #d90028;
  border: 2px solid currentColor;
  border-radius: 4px;
  box-sizing: border-box;
}

.p-company-visual-icon::before,
.p-company-visual-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.p-company-visual-icon--home {
  border-top: 0;
  border-radius: 0 0 2px 2px;
}

.p-company-visual-icon--home::before {
  left: -5px;
  top: -12px;
  width: 33px;
  height: 33px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg);
}

.p-company-visual-icon--home::after {
  left: 6px;
  top: 15px;
  width: 15px;
  height: 13px;
  background: #ffd839;
  border: 2px solid currentColor;
  box-shadow: 14px 0 0 -2px #ffd839, 14px 0 0 0 currentColor;
}

.p-company-visual-icon--car {
  height: 24px;
  margin-top: 11px;
  border-radius: 6px;
}

.p-company-visual-icon--car::before {
  left: 7px;
  top: -12px;
  width: 24px;
  height: 15px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
}

.p-company-visual-icon--car::after {
  left: 5px;
  bottom: 5px;
  width: 8px;
  height: 4px;
  border-radius: 3px;
  background: currentColor;
  box-shadow: 20px 0 0 currentColor;
}

.p-company-visual-icon--hands {
  border: 0;
}

.p-company-visual-icon--hands::before {
  left: 5px;
  bottom: 0;
  width: 12px;
  height: 25px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  transform: rotate(-35deg);
}

.p-company-visual-icon--hands::after {
  right: 5px;
  bottom: 0;
  width: 12px;
  height: 25px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  transform: rotate(35deg);
}

.p-company-visual-icon--building {
  height: 44px;
}

.p-company-visual-icon--building::before {
  top: 6px;
  left: 5px;
  width: 6px;
  height: 4px;
  background: currentColor;
  box-shadow: 11px 0 0 currentColor, 22px 0 0 currentColor, 0 9px 0 currentColor, 11px 9px 0 currentColor, 22px 9px 0 currentColor, 0 18px 0 currentColor, 11px 18px 0 currentColor, 22px 18px 0 currentColor;
}

.p-company-visual-icon--building::after {
  bottom: -2px;
  left: 12px;
  width: 12px;
  height: 11px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}

.p-company-visual-icon--shake {
  border: 0;
  width: 51px;
}

.p-company-visual-icon--shake::before {
  left: 11px;
  top: 14px;
  width: 29px;
  height: 12px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 9px 9px;
  transform: rotate(35deg);
}

.p-company-visual-icon--shake::after {
  left: 3px;
  top: 2px;
  width: 46px;
  height: 29px;
  border-top: 5px solid #ffb77d;
  border-radius: 50%;
  transform: rotate(-7deg);
}

.p-company-visual__stats {
  display: grid;
  grid-template-columns: 1.08fr 1.25fr .9fr 1.05fr 1fr;
  background: #f7f7f7;
}

.p-company-visual__stat {
  min-height: 133px;
  padding: 17px 14px 12px;
  text-align: center;
  border-left: 1px solid #b6d4cc;
}

.p-company-visual__stat:first-child {
  border-left: 0;
}

.p-company-visual__stat h3 {
  margin: 0 0 9px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.p-company-visual__stat p {
  margin: 4px 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
}

.p-company-visual__big,
.p-company-visual__stat strong {
  color: #007f61;
  font-size: 35px;
  font-weight: 700;
  line-height: .95;
}

.p-company-visual__stat span:not(.p-company-visual__big):not(.p-company-visual__tag) {
  font-size: 13px;
}

.p-company-visual__tag {
  display: inline-block;
  min-width: 88px;
  padding: 4px 7px 5px;
  border-radius: 999px;
  background: #ffd839;
  color: #242424;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.p-company-visual__stat small {
  display: block;
  margin-top: 11px;
  font-size: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-company-visual {
    width: 50%;
    min-width: 360px;
  }

  .p-company-visual__brand {
    gap: 34px;
    min-height: 150px;
    padding-top: 14px;
  }

  .p-company-visual__logo-mark {
    width: 58px;
    height: 58px;
  }

  .p-company-visual__logo-mark::after {
    top: -6px;
    left: 20px;
    width: 45px;
    height: 45px;
    border-width: 5px;
  }

  .p-company-visual__logo-text {
    font-size: 19px;
  }

  .p-company-visual__name {
    margin-top: 28px;
    font-size: 22px;
  }

  .p-company-visual__heading {
    padding: 11px 10px 12px;
    font-size: 20px;
  }

  .p-company-visual__business-body,
  .p-company-visual__stats {
    grid-template-columns: 1fr;
  }

  .p-company-visual__business-body {
    gap: 22px;
    padding: 24px 22px;
  }

  .p-company-visual__business-item {
    gap: 18px;
    font-size: 18px;
  }

  .p-company-visual__icons {
    gap: 10px;
    transform: scale(.62);
    transform-origin: right center;
    margin-left: -52px;
  }

  .p-company-visual__stat {
    min-height: 0;
    padding: 22px 18px;
    border-left: 0;
    border-top: 1px solid #b6d4cc;
  }

  .p-company-visual__stat:first-child {
    border-top: 0;
  }

  .p-company-visual__stat h3 {
    font-size: 20px;
  }

  .p-company-visual__stat p {
    font-size: 18px;
  }

  .p-company-visual__big,
  .p-company-visual__stat strong {
    font-size: 44px;
  }

  .p-company-visual__tag {
    min-width: 130px;
    font-size: 16px;
  }

  .p-company-visual__stat small {
    font-size: 14px;
  }
}

/* 20260529「数字で見る」追加 */
.mt-30 {
  margin-top: 30px !important;
}

.p-company-numbers {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
  color: #222;
}

.p-company-numbers02 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0px;
  color: #222;
}

.p-company-numbers__head {
  margin-bottom: 42px;
  text-align: center;
}

.p-company-numbers__sub {
  margin: 0 0 8px;
  color: #d90028;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: .12em;
}

/* .p-company-numbers__sub {
  margin: 0 0 8px;
  color: #d90028;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
} */

/* .p-company-numbers__head h2 {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.45;
  font-weight: 700;
} */

.p-company-numbers__head h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.45;
  font-weight: 700;
}

.p-company-numbers__section {
  margin-top: 48px;
}

.p-company-numbers__section h3 {
  margin: 0 0 22px;
  /* padding-left: 16px;
  border-left: 5px solid #d90028; */
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

.p-company-numbers__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.p-company-numbers__grid--business {
  grid-template-columns: repeat(2, 1fr);
}

.p-company-numbers__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 190px;
  padding: 28px 14px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
  text-align: center;
}

.p-company-numbers__icon {
  margin-top: 24px;
}

.p-company-numbers__icon img {
  width: 220px;
  height: auto;
}

.p-company-numbers__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* height: 320px;  */
}

.p-company-numbers__text {
  margin-bottom: auto;
}

.p-company-numbers__icon img {
  width: 240px;
  height: auto;
}

.p-company-numbers__label {
  margin: 0 0 9px;
  color: #d90028;
  font-size: 30px;
  font-weight: 900;
  /* font-family: "M PLUS Rounded 1c", sans-serif; */
}

.p-company-numbers__label2 {
  margin: 0 0 9px;
  color: #d90028;
  font-size: 16px;
  font-weight: 900;
  width: 100%;
  text-align: center;
  margin: 0 0 8px;
}

.p-company-numbers__content {
  display: flex;
  align-items: center;
  /* align-items:flex-end; */
  gap: 16px;
}

.p-company-numbers__text-area {
  flex: 1;
}

.p-company-numbers__icon-area {
  flex-shrink: 0;
}

.p-company-numbers__icon-area img {
  width: 85px;
  /* width:120px; */
  height: auto;
}

.p-company-numbers__num {
  margin: 0;
  color: #007f61;
  font-size: 62px;
  /* font-size: 46px; */
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-family: "Oswald", sans-serif;
  /* font-family: "Nunito", sans-serif;  */
}

.p-company-numbers__num span {
  margin-left: 4px;
  font-size: 18px;
}

.p-company-numbers__text {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}

.p-company-numbers__note {
  margin: 0 0 4px 0;
  font-size: 15px;
  font-weight: 700;
}

.p-company-numbers__note span {
  font-size: 15px;
  font-weight: 700;
  background-color: #f6d237;
  padding: 2px 16px 4px;
  border-radius: 50px;
}

.p-company-numbers__note span.f-l {
  font-size: 20px;
  font-weight: 800;
  background: none;
  padding: 0;
  color: #007f61;
  font-family: "Nunito", sans-serif;
  /* フォントを丸ゴシックに */
}

.p-company-numbers__small {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

.p-company-numbers__small {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-company-numbers02 {
    padding-top: 10px;
  }

  .p-company-about-intro__body {
    margin-top: 20px;
  }

  .p-company-numbers {
    padding: 40px 16px;
  }

  .p-company-numbers__head h2 {
    font-size: 26px;
  }

  .p-company-numbers__grid,
  .p-company-numbers__grid--business {
    grid-template-columns: 1fr;
  }

  .p-company-numbers__card {
    min-height: 160px;
  }

  .p-company-numbers__content {
    gap: 36px;
  }

  .p-company-numbers__num {
    /* font-size: 40px; */
  }


  .p-company-data__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .p-company-data__item {
    min-height: auto;
    padding: 18px 10px;
  }

  .p-company-data__title {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .p-company-data__main {
    margin-top: 8px;
  }

  .p-company-data__num {
    font-size: 3.2rem;
    line-height: 1;
  }

  .p-company-data__num span {
    font-size: 1.4rem;
  }

  .p-company-data__note {
    font-size: 1rem;
    margin-top: 4px;
  }

  .p-company-data__small {
    font-size: .9rem;
    line-height: 1.4;
  }

  .p-company-data__icon {
    width: 42px;
  }

}

/* 20260529追加おわり */
/* 20260529 ver.02 追加 */
.p-company-data {
  max-width: 1120px;
  margin: 0 auto;
  padding: 56px 20px;
  color: #111;
  background: #fff;
}

.p-company-data__lead {
  display: grid;
  grid-template-columns: 40% 60%;
  border-bottom: 1px solid #222;
  padding-bottom: 34px;
}

.p-company-data__title {
  padding: 28px 40px 28px 0;
  border-right: 1px solid #222;
}

.p-company-data__title p {
  margin: 0 0 24px;
  color: #c9152e;
  font-size: 18px;
  font-weight: 700;
}

.p-company-data__title h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: .04em;
}

.p-company-data__business {
  padding-left: 26px;
}

.p-company-data__business h3,
.p-company-data__section-title h3 {
  position: relative;
  margin: 0 0 30px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 800;
}

.p-company-data__business h3::before,
.p-company-data__section-title h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: .2em;
  width: 5px;
  height: 1.1em;
  background: #c9152e;
}

.p-company-data__business-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.p-company-data__business-item {
  min-height: 210px;
  padding: 18px 34px 0 20px;
}

.p-company-data__business-item+.p-company-data__business-item {
  border-left: 1px solid #222;
}

.p-company-data__business-item span {
  display: block;
  margin-bottom: 14px;
  color: #c9152e;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: .06em;
  font-family: "Oswald", sans-serif;
}

.p-company-data__business-item p {
  margin: 0;
  font-size: 21px;
  line-height: 1.65;
  font-weight: 800;
}

.p-company-data__section-title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 32px 0 0;
}

.p-company-data__section-title h3 {
  margin-bottom: 24px;
}

.p-company-data__section-title span {
  font-size: 14px;
  font-weight: 700;
}

.p-company-data__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #222;
}

/* .p-company-data__item {
  display: grid;
  grid-template-rows: 40px 105px 70px 28px;
  min-height: 290px;
  padding: 32px 16px 24px;
  text-align: center;
  border-top: 1px solid #222;
} */
.p-company-data__item {
  display: flex;
  flex-direction: column;
  /* min-height: 290px; */
  padding: 32px 16px 24px;
  text-align: center;
  border-top: none;
  /* border-top: 1px solid #222; */
}

.p-company-data__item:nth-child(n+4) {
  border-top: 1px solid #222;
}

.p-company-data__main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-company-data__sub-area {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-company-data__item:not(:nth-child(3n+1)) {
  border-left: 1px solid #222;
}

.p-company-data__item h4 {
  margin: 0;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.4;
}

.p-company-data__main {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-company-data__num {
  margin: 0;
  color: #c9152e;
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .02em;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 0.95;
}

.p-company-data__num span {
  margin-left: 8px;
  color: #111;
  font-size: 24px;
}

.p-company-data__num em {
  margin-right: 10px;
  color: #111;
  font-size: 24px;
  font-style: normal;
}

.p-company-data__sub-area {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 
.p-company-data__sub {
  width: 82%;
  margin: 0 auto;
  padding-top: 16px;
  border-top: 1px dotted #999;
  font-size: 24px;
  font-weight: 800;
}

.p-company-data__sub strong {
  display: inline-block;
  margin-right: 14px;
  padding: 5px 14px;
  color: #fff;
  background: #c9152e;
  font-size: 16px;
  line-height: 1.4;
}

.p-company-data__sub span {
  display: inline-block;
} */
.p-company-data__sub {
  width: 82%;
  margin: 0 auto;
  padding-top: 16px;
  border-top: 1px dotted #999;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.p-company-data__sub strong {
  margin: 0;
  padding: 6px 15px;
  color: #fff;
  background: #c9152e;
  font-size: 14px;
  line-height: 1;
}

.p-company-data__sub span {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.p-company-data__sub span {
  font-size: 2.4rem;
  font-weight: 800;
}

.p-company-data__sub span em {
  font-style: normal;
  font-size: 1.3em;
  /* 親の1.3倍 */
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}

.p-company-data__item small {
  display: block;
  color: #777;
  font-size: 13px;
  line-height: 1.6;
}


/* 数字で見る実績箇所スマホ版 改良前↓↓↓ */
/* @media screen and (max-width: 767px) {
  .p-company-data {
    padding: 40px 16px;
  }

  .p-company-data__lead {
    grid-template-columns: 1fr;
  }

  .p-company-data__title {
    padding: 0 0 28px;
    border-right: 0;
  }

  .p-company-data__title h2 {
    font-size: 29px;
  }

  .p-company-data__business {
    padding: 30px 0 0;
    border-top: 1px solid #222;
  }

  .p-company-data__business-list {
    grid-template-columns: 1fr;
  }

  .p-company-data__business-item {
    min-height: auto;
    padding: 22px 0;
  }

  .p-company-data__business-item+.p-company-data__business-item {
    border-left: 0;
    border-top: 1px solid #222;
  }

  .p-company-data__grid {
    grid-template-columns: 1fr;
  }

  .p-company-data__item {
    grid-template-rows: auto;
    min-height: auto;
    padding: 30px 16px;
  }

  .p-company-data__item:not(:nth-child(3n+1)) {
    border-left: 0;
  }

  .p-company-data__main {
    margin-top: 20px;
  }

  .p-company-data__sub-area {
    margin-top: 20px;
  }

  .p-company-data__item small {
    margin-top: 16px;
  }

  .p-company-data__num {
    font-size: 58px;
  }

  .p-company-data__item {
    min-height: auto;
    padding: 32px 16px;
  }

  .p-company-data__main {
    flex: none;
    margin-top: 24px;
  }

  .p-company-data__sub-area {
    min-height: auto;
    margin-top: 24px;
  }

  .p-company-data__item small {
    margin-top: 18px;
  }
} */

/* 数字で見る実績箇所スマホ版 改良前↑↑↑ */


/* 数字で見る実績箇所スマホ版 改良後↓↓↓ */
@media screen and (max-width: 767px) {
  .p-company-numbers {
    padding: 40px 16px;
  }

  .p-company-numbers__head h2 {
    font-size: 28px;
  }

  /* ==========================
    主な事業内容：SP 2列
  ========================== */

  .p-company-numbers__grid--business {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
  }

  .p-company-numbers__grid--business .p-company-numbers__card {
    min-height: auto;
    padding: 17px 7px 24px;
    border-radius: 0;
    box-shadow: none;
    border-right: 1px solid #e0e0e0;
  }

  .p-company-numbers__grid--business .p-company-numbers__card:nth-child(2) {
    border-right: none;
  }

  .p-company-numbers__grid--business .p-company-numbers__label {
    font-size: 1.6rem;
    margin-bottom: 9px;
  }

  .p-company-numbers__grid--business .p-company-numbers__text {
    font-size: 1.2rem;
    line-height: 1.7;

  }

  .p-company-numbers__grid--business .p-company-numbers__icon {
    max-width: 120px;
    margin: 14px auto 0;
  }

  /* ==========================
    実績データ：SP 3列×2段 一体型
  ========================== */

  .p-company-numbers__section:not(:first-child) .p-company-numbers__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;

    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
  }

  .p-company-numbers__section:not(:first-child) .p-company-numbers__card {
    min-height: 140px;
    padding: 12px 6px;

    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: none;

    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;

    text-align: center;
  }

  .p-company-numbers__section:not(:first-child) .p-company-numbers__card:nth-child(3n) {
    border-right: none;
  }

  .p-company-numbers__section:not(:first-child) .p-company-numbers__card:nth-child(n + 4) {
    border-bottom: none;
  }

  .p-company-numbers__section:not(:first-child) .p-company-numbers__label2 {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  /* 数字とアイコンを縦並びに */
  .p-company-numbers__section:not(:first-child) .p-company-numbers__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .p-company-numbers__section:not(:first-child) .p-company-numbers__num {
    font-size: 3.2rem;
    line-height: 1.1;
    order: 1;
  }

  .p-company-numbers__section:not(:first-child) .p-company-numbers__num span {
    font-size: 1rem;
  }

  /* アイコンを数字の下へ */
  .p-company-numbers__section:not(:first-child) .p-company-numbers__icon-area {
    order: 2;
    width: auto;
    margin-top: 4px;
  }

  .p-company-numbers__section:not(:first-child) .p-company-numbers__icon-area img,
  .p-company-numbers__section:not(:first-child) .p-company-numbers__icon {
    width: 44px;
    height: auto;
  }

  /* パートナー数など */
  .p-company-numbers__section:not(:first-child) .p-company-numbers__note {
    order: 3;
    font-size: .9rem;
    line-height: 1.4;
    /* margin-top: 4px; */
  }

  .p-company-numbers__section:not(:first-child) .p-company-numbers__note span {
    font-size: 1.1rem;
    /* padding: 2px 6px; */
  }

  /* 注釈 */
  .p-company-numbers__section:not(:first-child) .p-company-numbers__small {
    font-size: .75rem;
    line-height: 1.4;
    margin-top: 6px;
  }
}

/* 数字で見る実績箇所スマホ版 改良後↑↑↑ */

/* .p-company-data__item--branch small {
  margin-top: 24px;
} */
.p-company-data__item:nth-child(2) .p-company-data__main,
.p-company-data__item:nth-child(3) .p-company-data__main {
  padding-top: 35px;
}

/* .p-company-data__item--branch .p-company-data__main {
  flex: none;
  margin-top: 0;
} */
.p-company-data__item:nth-child(4) .p-company-data__main,
.p-company-data__item:nth-child(5) .p-company-data__main,
.p-company-data__item:nth-child(6) .p-company-data__main {
  flex: none;
  margin-top: 24px;
}

.p-company-data__sub-area {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-company-data__sub-area small {
  margin: 0;
}

/* 20260529 ver.02 追加おわり */

/* トップページリクルートセクション追加 */
/* .p-recruit-bnr__bg{
  position:relative;
  background-image:
    linear-gradient(
      rgba(0,0,0,.45),
      rgba(0,0,0,.45)
    ),
    url("../img/top/recruit-bg-02.jpg");
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
} */
.p-recruit-bnr {
  margin-top: 80px;
}

.p-recruit-bnr__bg {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: url("../img/top/recruit-bg-03.jpg") right center / cover no-repeat;
}

.p-recruit-bnr__content {
  min-height: 600px;
  display: flex;
  align-items: center;
}

.p-recruit-bnr__left {
  width: 45%;
  max-width: 560px;
  text-align: left;
}

/* .p-recruit-bnr__title {
  display: none;
} */

.p-recruit-bnr__catch {
  color: #333;
  /* font-size: 3rem; */
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 30px;
}

.p-recruit-bnr__catch span {
  color: #cc0022;
  font-size: 2.5rem;
  font-weight: 500;
  /* font-family: "Klee One", cursive;
  text-shadow: 0 0 0.3px currentColor; */

}

/* .p-recruit-bnr__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  margin-top: 40px;
  padding: 14px 40px;
  background: #CC0022;
  color: #fff;
  border-radius: 6px;
  font-weight: 700;
} */

@media screen and (max-width: 767px) {

  .p-recruit-bnr {
    margin-top: 50px;
  }

  .p-recruit-bnr__content {
    min-height: auto;
    display: block;
    padding: 60px 0;
  }

  .p-recruit-bnr__left {
    max-width: none;
  }

  .p-recruit-bnr__catch {
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: center;
  }

  .p-recruit-bnr__right {
    margin-top: 40px;
    padding-left: 0;
    border-left: none;
    text-align: center;
  }

  .p-recruit-bnr__right::before {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #d70029;
    margin: 0 auto 24px;
  }

  .p-recruit-bnr__title {
    font-size: 3.6rem;
    margin-bottom: 24px;
    writing-mode: horizontal-tb;
  }

  .p-recruit-bnr__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    padding: 16px 24px;
    font-size: 1.6rem;
  }

  /* .p-recruit-bnr__catch{
    font-size:1.9rem;
  } */
  .p-recruit-bnr__bg {
    background-position: 65% center;
  }

  .p-recruit-bnr__bg {
    position: relative;
    background: url("../img/top/recruit-bg-sp-02.jpg") center top / cover no-repeat;
    overflow: hidden;
  }

  /* 全体に白ベール */

  .p-recruit-bnr__bg::before {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(255, 255, 255, .85);

    z-index: 1;
  }

  .p-recruit-bnr__content {
    position: relative;
    z-index: 2;

    min-height: auto;
    padding: 60px 0;
  }

  .p-recruit-bnr__left {
    max-width: 100%;
    width: 100%;
  }

  .p-recruit-bnr-sub {
    text-align: center;
  }

  .p-recruit-bnr__title {
    text-align: center;
  }

  .p-recruit-bnr__catch {
    text-align: center;
    color: #333;
    font-size: 1.5rem;
    line-height: 1.9;
  }

  .p-recruit-bnr__btn {
    display: flex;
    justify-content: center;
    width: 220px;
    margin: 30px auto 0;
  }
}


/* トップページリクルートセクション追加　おわり */


/* ==========================
背景装飾
========================== */

.p-bg-blue {
  position: relative;
  overflow: hidden;
}

.p-bg-blue::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 900px;
  height: 450px;
  background: url("../img/common/bg_blue-02.jpg") center / contain no-repeat;
  opacity: .75;
  pointer-events: none;
}

.p-bg-blue--left::before {
  left: -260px;
  top: -80px;
}

.p-bg-blue--right::before {
  right: -260px;
  top: -80px;
  transform: scaleX(-1);
}

/* body{
  position:relative;
  overflow-x:hidden;
}

.p-bg-decoration{
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  overflow:hidden;
} */

/* ==========================
楕円
========================== */

/* .p-bg-decoration .bg01,
.p-bg-decoration .bg02,
.p-bg-decoration .bg03,
.p-bg-decoration .bg04{
  position:absolute;
  width:1109px;
  height:610px;
  border-radius:100rem;
  background:#FFE0E0;
  opacity:.25;
}

左右交互

.bg01{
  top:500px;
  left:-600px;
}

.bg02{
  top:1400px;
  right:-600px;
}

.bg03{
  top:2300px;
  left:-600px;
}

.bg04{
  top:3200px;
  right:-600px;
} */


/* ==========================
斜線
========================== */

/* .p-bg-decoration .slash01,
.p-bg-decoration .slash02,
.p-bg-decoration .slash03,
.p-bg-decoration .slash04{
  position:absolute;
  width:240px;
  height:240px;
  opacity:.08;

  background:
  repeating-linear-gradient(
    -45deg,
    #CC0022 0px,
    #CC0022 4px,
    transparent 4px,
    transparent 20px
  );
} */


/* 配置 */

/* .slash01{
  top:850px;
  right:120px;
}

.slash02{
  top:1750px;
  left:120px;
}

.slash03{
  top:2650px;
  right:120px;
}

.slash04{
  top:3550px;
  left:120px;
} */



/* ----------------------
テスト追加_会社情報中面ナビゲーションメニュー_20260610_↓↓↓ 
---------------------- */
.p-company-about-intro {
  margin: 0 0 56px;
}

.p-company-about-intro__visual {
  overflow: hidden;
  /* border-radius: 16px; */
}

.p-company-about-intro__visual img {
  width: 100%;
  height: auto;
  display: block;
}

.p-company-about-intro__visual {
  position: relative;
  overflow: hidden;
  /* border-radius: 16px; */
}

.p-company-about-intro__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .25);
  z-index: 1;
}

.p-company-about-intro__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.p-company-about-intro__title {
  position: absolute;
  top: 40%;
  /* top: 46%; */
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.p-company-about-intro__en {
  margin: 0;
  font-size: 23px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.p-company-about-intro__ja {
  /* margin: 14px 0 0; */
  font-size: 38px;
  font-weight: 700;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .p-company-about-intro__title {
    position: absolute;
    top: 19%;
    /* top: 36%; */
    left: 33%;
    /* left: 21%; */
    z-index: 2;
    transform: translate(-2%, -11%);
    color: #fff;
    text-align: center;
  }

  .p-company-about-intro__en {
    font-size: 14px;
  }

  .p-company-about-intro__ja {
    font-size: 30px;
  }
}

.p-company-about-intro__body {
  margin-top: 28px;
  /* margin-top: 58px; */
  text-align: center;
}

.p-company-about-intro__lead {
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
}

.p-company-link-section {
  margin-top: 56px;
}

.p-company-link-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.p-company-link-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 150px;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
}

.p-company-link-card img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
  display: block;
  transition: transform .3s ease;
}

.p-company-link-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;

  background: linear-gradient(to top,
      rgba(0, 0, 0, .75) 0%,
      rgba(0, 0, 0, .45) 25%,
      rgba(0, 0, 0, .15) 50%,
      rgba(0, 0, 0, 0) 80%);
}

.p-company-link-card span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-company-link-card:hover img {
  transform: scale(1.06);
}

@media screen and (max-width: 767px) {
  .p-company-about-intro {
    margin: 40px 0;
  }

  .p-company-about-intro__lead {
    font-size: 15px;
    text-align: left;
  }

  .p-company-link-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .p-company-link-card,
  .p-company-link-card img {
    min-height: 120px;
  }

  .p-company-link-card span {
    font-size: 13px;
  }
}

/* ----------------------
テスト追加_会社情報中面ナビゲーションメニュー_20260610_おわり↑↑↑
---------------------- */

/* ----------------------
テスト追加_役員紹介ページ_20260610 ↓↓↓
---------------------- */
.p-executive {
  padding: 0 0 40px;
}

.p-executive__head {
  text-align: center;
  margin-bottom: 56px;
}

.p-executive__en {
  margin: 0 0 12px;
  color: #c9152e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
}

.p-executive__title {
  margin: 0;
  padding: 0;
  background: none;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: .08em;
}

.p-executive__lead {
  margin: 24px 0 0;
  color: #555;
  font-size: 15px;
  line-height: 1.9;
}

.p-executive__president {
  width: 280px;
  margin: 0 auto 64px;
  text-align: center;
}

.p-executive__president-img {
  margin: 0 auto 20px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.p-executive__president-img img {
  display: block;
  width: 100%;
  height: auto;
}

.p-executive__position,
.p-executive__department {
  /* margin: 0 0 8px; */
  color: #666;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.p-executive__department01 {
  color: #c02;
  font-size: 13px;
  font-weight: 500;
}

.f-s {
  font-size: 1.3rem;
  line-height: 1.5;
}

.f-s-b {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}

.p-executive__name {
  margin: 0;
  color: #222;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .04em;
}

.p-executive__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 0 30px;
}

/* 
.p-executive__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px;
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 0 30px;
} */

.p-executive__card {
  max-width: 250px;
  /* max-width: 190px; */
  margin: 0 auto;
}

.p-executive__card figure {
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 14px;
  background: #f4f4f4;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
  /* aspect-ratio:3 / 4; */
}

.p-executive__card img {
  display: block;
  width: 100%;
  /* aspect-ratio: 3 / 5; */
  object-fit: cover;
  transform: scale(1.15);
  transform-origin: center top;
}

.p-executive__note {
  width: fit-content;
  margin: 56px auto 0;
  padding: 14px 40px;
  border-radius: 999px;
  background: #00738c;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .04em;
}

@media screen and (max-width: 767px) {
  .p-executive__title {
    font-size: 26px;
  }

  .p-executive__lead {
    text-align: left;
  }

  .p-executive__president {
    width: 220px;
    margin-bottom: 48px;
  }

  .p-executive__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0;
  }

  .p-executive__note {
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
    text-align: center;
  }

  .p-executive__card {
    display: grid;
    grid-template-columns: 120px 1fr;
    column-gap: 16px;
    row-gap: 12px;
    align-items: start;
    text-align: left;
    padding-bottom: 28px;
    border-bottom: 1px solid #ddd;
    max-width: 350px;
  }

  .p-executive__card figure {
    grid-column: 1;
    grid-row: 1;
    width: 120px;
    aspect-ratio: 3.5 / 4;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
  }

  .p-executive__card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p-executive__department01 {
    grid-column: 2;
    grid-row: 1;
    margin: 0 0 6px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #CC0022;
    font-weight: 700;
  }

  .p-executive__name {
    grid-column: 2;
    grid-row: 1;
    margin: 34px 0 8px;
    font-size: 2rem;
    line-height: 1.35;
    font-weight: 700;
  }

  .p-executive__department {
    grid-column: 2;
    grid-row: 1;
    margin: 76px 0 0;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #333;
  }

  .p-executive__card .f-s {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 8px;
    font-size: 1.3rem;
    line-height: 1.9;
    text-align: left;
  }
}

.p-executive__card::after .u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/* ----------------------
テスト追加_会社情報中面ナビゲーションメニュー_20260610_おわり↑↑↑
---------------------- */
/* .p-top-guid {
  position: relative;
  overflow: hidden;
}

.p-top-guid::before,
.p-top-guid::after {
  content: "";
  position: absolute;
  border-radius: 100rem;
  background: #FFE0E0;
  opacity: .35;
  z-index: -1;
}

.p-top-guid::before {
  width: 500px;
  height: 300px;
  top: -120px;
  right: -180px;
}

.p-top-guid::after {
  width: 400px;
  height: 240px;
  bottom: -80px;
  left: -120px;
}
.p-top-guid__bg-pattern {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 120px;
  height: 120px;
  opacity: .15;
  z-index: -1;

  background-image:
    repeating-linear-gradient(
      -45deg,
      #CC0022,
      #CC0022 2px,
      transparent 2px,
      transparent 10px
    );
} */
body.is-top {
  position: relative;
}

body.is-top::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("../img/common/bg_blue-02.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .50;
  pointer-events: none;
  z-index: 0;
}

.l-header {
  position: fixed;
  z-index: 300;
}

.l-main,
.js-include-footer {
  position: relative;
  z-index: auto;
  /* z-index: 1; */
}

/* ----------------------
「お客様へのお約束」追加　↓↓↓
---------------------- */
.p-promise {
  padding: 100px 0;
  /* background: linear-gradient(180deg, #fff 0%, #f7fbfc 100%); */
}

.p-promise__inner {
  position: relative;
  text-align: center;
  padding: 50px 30px 80px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(0, 0, 0, .06);
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 0%, rgba(204, 0, 34, .04), transparent 30%),
    radial-gradient(circle at 100% 100%, rgba(204, 0, 34, .06), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fff7f8 100%);
}


/* 既存の円背景をロゴシルエットに変更 */
.p-promise__inner::before,
.p-promise__inner::after {
  content: "";
  position: absolute;
  background: url("../img/common/promise-bk02.png") center / contain no-repeat;
  opacity: .3;
  z-index: 0;
  pointer-events: none;
  border-radius: 0;
}

.p-promise__inner::before {
  width: 360px;
  height: 360px;
  left: -90px;
  top: -120px;
}

.p-promise__inner::after {
  width: 420px;
  height: 420px;
  right: -140px;
  bottom: -110px;
  transform: rotate(-25deg);
}

.p-promise__en,
.p-promise__title,
.p-promise__lead,
.p-promise__copy,
.p-promise__list {
  position: relative;
  z-index: 1;
}

.p-promise__en {
  margin: 0;
  color: #CC0022;
  font-size: 3.6rem;
  /* font-size: 1.4rem; */
  font-weight: 700;
  letter-spacing: .28em;
}

.p-promise__en::after {
  /* content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin: 24px auto 0;
  background: #CC0022; */
  display: none;
}

.p-promise__title {
  margin-top: 44px;
  color: #222;
  font-size: 3.3rem;
  /* font-size: 4.8rem; */
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: .08em;

  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 560px;
  min-height: 140px;
  padding: 28px 100px;
  background-image: url("../img/top/promise__title.svg");
  background-position: bottom;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: contain;
  color: #222;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .08em;
  text-align: center;
}

.p-promise__title span {
  color: #CC0022;
  font-weight: 700;
}

.p-promise__lead {
  margin-top: 36px;
  font-size: 2rem;
  line-height: 2.1;
  letter-spacing: .08em;
}

.p-promise__lead {
  position: relative;
  padding-bottom: 30px;
}

.p-promise__copy {
  margin-top: 40px;
  color: #CC0022;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.p-promise__lead::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;

  width: 60px;
  height: 2px;

  background: #CC0022;
}

.p-promise__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
  border-top: 1px solid #ddd;
}

.p-promise__item {
  padding: 36px 32px 0;
}

.p-promise__item+.p-promise__item {
  border-left: 1px solid #ddd;
}

/* .p-promise__item-icon {
  font-size: 0;
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
} */

/* .p-promise__item--01 .p-promise__item-icon {
  background-image: url("../img/top/promice-01.svg");
}

.p-promise__item--02 .p-promise__item-icon {
  background-image: url("../img/top/promice-02.svg");
}

.p-promise__item--03 .p-promise__item-icon {
  background-image: url("../img/top/promice-03.svg");
} */

.p-promise__item h3 {
  margin-top: 16px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
}

.p-promise__item p:last-child {
  margin-top: 12px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.p-promise__item-body span {
  font-size: 2.8rem;
  font-weight: bold;
  color: #cc0022;
}

.p-promise__item {
  position: relative;
  padding: 36px 20px 0;
}

.p-promise__item+.p-promise__item {
  border-left: none;
}

.p-promise__item+.p-promise__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  bottom: -40px;
  width: 1px;
  background: #ddd;
}

@media screen and (max-width: 767px) {
  .p-promise__item h3 {
    font-size: 2rem;
    text-align: center;
    margin-top: 0;
  }

  .p-promise__item+.p-promise__item::before {
    display: none;
  }

  .p-promise__item p:last-child {
    font-size: 1.6rem;
  }

  .p-promise {
    padding: 60px 0;
  }

  .p-promise__inner {
    padding: 56px 20px 20px;
    border-radius: 16px;
  }

  .p-promise__title {
    margin-top: 0;
    font-size: 2.8rem;
    /* line-height: 1.8; */
  }

  .p-promise__title {
    min-width: 0;
    width: 100%;
    max-width: 340px;
    min-height: 78px;
    padding: 20px 54px;
    font-size: 2.3rem;
    letter-spacing: .04em;
    background-image: url("../img/top/promise__title-sp.svg");
    background-size: contain;
    white-space: nowrap;
  }

  .p-promise__lead {
    font-size: 1.6rem;
    line-height: 2;
  }

  .p-promise__copy {
    font-size: 1.8rem;
    line-height: 1.7;
  }

  .p-promise__list {
    grid-template-columns: 1fr;
  }

  .p-promise__item {
    padding: 28px 10px;
  }

  .p-promise__item+.p-promise__item {
    border-left: none;
    border-top: 1px solid #ddd;
  }

  .p-promise__item {
    display: flex;
    align-items: center;
    gap: 30px;
    text-align: left;
  }

  .p-promise__item-icon {
    width: 76px;
    height: 76px;
    flex-shrink: 0;
    margin: 0;
    margin-top: 12px;
  }

  .p-promise__item-body {
    flex: 1;
    letter-spacing: 0.1rem;
  }
}

/* 
----------------------
「お客様へのお約束」追加おわり　↑↑↑
---------------------- */


/* ==========================
  お知らせ：案A 中央タイトル
========================== */
body.is-top .c-notice__list {
  padding: 16px;
  background-color: #fff;
  /* border-radius: 16px; */
}

.p-top-news {
  padding: 70px 0;
}

.p-top-news__head {
  display: block;
  text-align: center;
}

.p-top-news__title {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.4;
}

.p-top-news__title::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  background: #CC0022;
  margin: 18px auto 0;
}

.p-top-news__link {
  justify-content: center;
  margin-top: 34px;
  color: #CC0022;
  text-decoration: none;
}

.p-top-news__link::before {
  display: none;
}

body.is-top .p-top-news__link::before {
  display: none;
  content: none;
}

body.is-top .p-top-news__link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #CC0022;
  border-right: 2px solid #CC0022;
  transform: rotate(45deg);
  transition: .3s;
}

body.is-top .p-top-news__link:hover {
  opacity: .7;
}

body.is-top .p-top-news__link:hover::after {
  transform: translateX(4px) rotate(45deg);
}

.c-notice {
  margin: 42px auto 0;
}

.c-notice__item+.c-notice__item {
  margin-top: 0;
}

.c-notice__item a {
  display: grid;
  grid-template-columns: 90px 130px 1fr;
  align-items: center;
  gap: 16px;
  background: transparent;
  /* border-bottom: 1px solid #ddd; */
  padding: 22px 10px;
}

.c-notice__item:first-child a {
  /* border-top: 1px solid #ddd; */
}

.c-notice__item--important a {
  background: transparent;
  border-left: none;
}

.c-notice__item-meta {
  display: contents;
}

.c-notice__item-data {
  font-size: 1.4rem;
  color: #333;
  letter-spacing: .08em;
}

.c-notice__item-cate {
  width: 110px;
}

.c-notice__item-title {
  color: #333;
  text-decoration: none;
}

.c-notice__item-title::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-top-news {
    padding: 65px 0;
  }

  .p-top-news__title {
    font-size: 2.4rem;
  }

  .c-notice__item a {
    display: block;
    padding: 18px 0;
  }

  .c-notice__item-meta {
    display: flex;
    gap: 12px;
    margin-bottom: 8px;
  }

  .c-notice__item-title {
    font-size: 1.4rem;
  }

  body.is-top .p-top-news__link {
    right: 5px;
  }
}

body.is-top .p-top-news__head {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

body.is-top .p-top-news__link {
  position: absolute;
  right: 0;
  top: 12px;
}

.p-top-news__head {
  position: relative;
  text-align: center;
}

.p-top-news__title {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.p-top-news__title-en {
  color: #CC0022;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1;
}

.p-top-news__title-ja {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
}

.p-top-news__title::after {
  content: "";
  display: none;
}

@media screen and (max-width: 767px) {
  .p-top-news__title-ja {
    font-size: 2.2rem;
  }
}

/* 「お知らせ」スタイル変更おわり　↑↑↑ */
.mt-60 {
  margin-top: 60px !important;
}

/* 組織図チャート↓↓↓ */
/* 組織図のスタイル */
.chart-wrapper {
  font-family: sans-serif;
  padding: 20px;
}

/* 各行のレイアウト：縦線 + ボックス */
.row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}

/* 左側の縦線（全行共通） */
.spine {
  width: 2px;
  height: 100%;
  background: #333;
  margin-right: 15px;
  position: absolute;
  left: 0;
}

/* ボックスのスタイル */
.box {
  border: 1px solid #333;
  padding: 8px 15px;
  background: #ffe699;
  z-index: 1;
}

/* ボックスと縦線を結ぶ横線 */
.box::before {
  content: '';
  position: absolute;
  left: -15px;
  width: 15px;
  height: 2px;
  background: #333;
  top: 50%;
}

/* 特別な入れ子構造 */
.parent-box {
  border: 1px solid #333;
  padding: 15px;
  background: #ffe699;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 15px;
}

.inner-box {
  border: 1px solid #333;
  padding: 10px;
  background: #ffcc66;
  font-weight: bold;
}

/* 組織図チャート終わり↑↑↑ */


/* トップページマイページログイン開閉用 */



/* マイページボタン押下後に表示 */
.p-info-green__btn-wrap--tel-open {
  display: none;
}

.p-info-green__btn-wrap--tel-open.is-open {
  display: block;
}

/* トップページマイページログイン開閉用おわり */

.splide__pagination li {
  display: none !important;
  /*スライドボダン強制削除*/
}

/*==========================================
  お客さまへの誓い　別パターン
==========================================*/
.l-inner02 {
  max-width: 1160px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.p-promise02 {
  padding: 100px 0;
  background: #f7f7f7;
  background: radial-gradient(circle at 0% 0%, rgba(204, 0, 34, .04), transparent 30%), radial-gradient(circle at 100% 100%, rgba(204, 0, 34, .06), transparent 30%), linear-gradient(180deg, #ffffff 0%, #fff7f8 100%);
  position: relative;
  background: url("../img/common/promise-bg.png") center/cover no-repeat;
  overflow: hidden;
  margin: 60px 0;
}

/* 
.p-promise02 {
  padding: 100px 0;
  background: #f7f7f7;
  background: radial-gradient(circle at 0% 0%, rgba(204, 0, 34, .04), transparent 30%), radial-gradient(circle at 100% 100%, rgba(204, 0, 34, .06), transparent 30%), linear-gradient(180deg, #ffffff 0%, #fff7f8 100%);
  position: relative;
  overflow: hidden;
  margin: 60px 0;
} */

/* .p-promise02::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50px;
  width: 56px;
  height: 56px;
  border-top: 12px solid #cc0022;
  border-left: 12px solid #cc0022;
  pointer-events: none;
} */

/* .p-promise02::after {
  content: "";
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 56px;
  height: 56px;
  border-right: 12px solid #cc0022;
  border-bottom: 12px solid #cc0022;
  pointer-events: none;
} */

.p-promise02__inner {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 80px;
  align-items: center;
}

.p-promise02__content {
  text-align: center;
  position: relative;
  z-index: 1;
}

/* .p-promise02__content::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 62%;
  transform: translateX(-50%);
  width: 368px;
  height: 112px;
  background: url("../img/top/our-promise.svg") no-repeat center;
  background-size: auto;
  background-size: contain;
  opacity: .12;
  z-index: -1;
  pointer-events: none;
} */

.p-promise02__title {
  position: relative;
  margin-bottom: 105px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #c40018;
}

.p-promise02__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -45px;
  width: 170px;
  height: 2px;
  background: #c40018;
  transform: translateX(-50%);
}

.p-promise02__title span {
  color: #cc0022;
  /* font-family: "Klee One", cursive; */
}

.p-promise02__lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4;
  color: #333;
}

.p-promise02__list {
  display: flex;
  flex-direction: column;
}

/* .p-promise02__item {
  padding: 0 0 38px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 45px 0;
} */
.p-promise02__item {
  display: flex;
  align-items: center;
  gap: 24px;
}

.p-promise02__num {
  width: 70px;
  flex-shrink: 0;
  margin: 0;
}

.p-promise02__body {
  flex: 1;
}

.p-promise02__heading {
  margin: 0;
}

.p-promise02__heading img {
  display: block;
  width: 600px;
  /* SVGの実寸 */
  height: auto;
}

.p-promise02__item+.p-promise02__item {
  /* padding-top: 38px; */
  border-top: 1px solid #aaa;
}

.p-promise02__num {
  flex: 0 0 60px;
  margin: 0;
  font-size: 4.4rem;
  /* font-size: 3.4rem; */
  font-weight: 700;
  /* color: #f2a4b1; */
  /* color: #cc0022; */
  color: #ae233a;
  letter-spacing: .08em;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}


.p-promise02__body h3 {
  margin: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}


@media (max-width:767px) {

  .p-promise02__body h3 span {
    font-size: 1.25em;
  }

}

.p-promise02__body h3 span {
  font-family: "Klee One", cursive;
  font-size: 1.45em;
  font-weight: 600;
  color: #cc0022;
  line-height: 1;
  text-shadow: 0 0 0.3px currentColor;
}

.p-promise02__body span {
  color: #c40018;
  font-size: 2.5rem;
}

/* SP */
@media (max-width: 768px) {
  .p-promise02 {
    padding: 70px 0 30px;
  }

  .p-promise02 {
    background: url("../img/common/promise-bg-sp.png") center/cover no-repeat;
  }

  .p-promise02__inner {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .p-promise02__title {
    margin-bottom: 75px;
    font-size: 2.8rem;
  }

  .p-promise02__title::after {
    bottom: -30px;
    width: 150px;
  }

  .p-promise02::before {
    top: 30px;
    left: 20px;
    width: 46px;
    height: 46px;
  }

  .p-promise02::after {
    right: 20px;
    /* bottom: 30px; */
    width: 46px;
    height: 46px;
    top: 320px;
  }

  .p-promise02__content::before {
    width: 294px;
    height: 89px;
  }

  .p-promise02__lead {
    font-size: 1.6rem;
    line-height: 2;
  }

  .p-promise02__item {
    padding-bottom: 32px;
  }

  .p-promise02__item+.p-promise02__item {
    padding-top: 32px;
  }

  .p-promise02__num {
    margin-bottom: 0px;
    font-size: 3.5rem;
    flex: 0 0 36px;
  }

  .p-promise02__body h3 {
    font-size: 1.7rem;
  }

  .p-promise02__body span {
    font-size: 2.2rem;
  }

  .p-promise02__item {
    flex-direction: column;
    /* align-items: flex-start; */
    gap: 20px;
  }

  .p-promise02__body {
    width: 100%;
  }

  .p-promise02__body h3 {
    text-align: center;
  }

  .p-promise02__item {
    display: block;
    text-align: center;
    /* margin-bottom: 40px; */
  }

  .p-promise02__num {
    width: auto;
    margin: 0 0 12px;
  }

  .p-promise02__heading {
    margin: 0 auto;
  }

  .p-promise02__heading img {
    display: block;
    width: 310px;
    /* お好み */
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

.p-promise02__heading {
  margin: 0;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* ------------------
会社情報ページ：先頭MVだけ全幅化
------------------ */
.p-company .p-company-about-intro__visual {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -74.1px;
  margin-bottom: 20px;
}

.p-company .p-company-about-intro__visual .c-image {
  width: 100%;
}

.p-company .p-company-about-intro__visual picture,
.p-company .p-company-about-intro__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.p-company .p-company-about-intro__visual img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-company .p-company-about-intro__visual img {
    /* height: 68vw; */
    min-height: 260px;
    object-fit: cover;
  }
}

.p-company {
  overflow: hidden;
}

.c-primary-title-hidden h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* PCでは電話リンクを無効化 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}


/* 0710修正版 */

.c-border-btn--larg {
  padding: 30px 16px 20px 12px;
}

.c-border-btn--icon-accident::before {
  background-image: url("../img/icon/icon_nav-accident.svg");
  /* mask-image: url("../img/icon/icon_nav01-1.svg"); */
}

.c-tab__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 16px;
  height: 16px;
  border-right: 5px solid currentColor;
  border-bottom: 5px solid currentColor;
  transform: translateY(-65%) rotate(45deg);
}
.c-border-btn::after,
.c-border-btn02::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 14px;
    height: 14px;
    border-top: 4px solid currentColor;
  border-right: 4px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  opacity: .6;
}
.c-tab__link {
    position: relative;
    background: #fff;
    /* background: #e6eee9; */
    color: #006430;
    border: 2px solid #006430;
}
.c-tab__item > .c-tab__link--blue {
    background: #fff;
    /* background: #e6eee9; */
    color: #21348C;
    border: 2px solid #21348C;
}
.c-tab__btn-area {
  display: flex;
  align-items: stretch;
  gap: 14px;
}

/* 左右のグループ */
.c-tab__menu-group {
  min-width: 0;
}

.c-tab__menu-group--accident {
  flex: 0 0 23%;
}

.c-tab__menu-group--procedure {
  flex: 1;
}

/* グループ見出し */
.c-tab__menu-title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin: 0 0 9px;
    padding: 11px 0px;
    position: relative;
    z-index: 2;
    border-radius: 7px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
}

.c-tab__menu-title--red {
  background-color: #d00000;
}

.c-tab__menu-title--green {
  background-color: #176f2a;
}

/* グループ内のボタン配置 */
.c-tab__menu-buttons {
  display: grid;
  height: calc(100% - 32px);
  gap: 14px;
}

.c-tab__menu-group--accident .c-tab__menu-buttons {
  grid-template-columns: minmax(0, 1fr);
}

.c-tab__menu-group--procedure .c-tab__menu-buttons {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* 既存の幅指定を解除 */
.c-tab__menu-buttons .c-tab__btn-wrap {
  width: auto;
  max-width: none;
  /* min-height: 203px; */
  margin: 0;
  flex: none;
}

/* ボタンの高さを統一 */
.c-tab__menu-buttons .c-border-btn,
.c-tab__menu-buttons .c-border-btn02 {
  width: 100%;
  height: 100%;
  min-height: 150px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-tab__btn-area {
    display: block;
  }

  .c-tab__menu-group--accident,
  .c-tab__menu-group--procedure {
    width: 100%;
  }

  .c-tab__menu-group + .c-tab__menu-group {
    margin-top: 24px;
  }

  .c-tab__menu-title {
    min-height: 34px;
    /* margin: 0 5px -3px; */
    font-size: 15px;
  }

  .c-tab__menu-group--procedure .c-tab__menu-buttons {
    grid-template-columns: 1fr;
  }

  .c-tab__menu-buttons {
    gap: 12px;
  }

  .c-tab__menu-buttons .c-border-btn,
  .c-tab__menu-buttons .c-border-btn02 {
    min-height: 108px;
  }
}
@media screen and (max-width: 767px) {

  .c-border-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    /* padding: 10px 42px 10px 30px; */
    box-sizing: border-box;
  }
  .c-border-btn02 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 10px 42px 10px 80px;
    box-sizing: border-box;
  }

  /* アイコン */
  .c-border-btn[class*="c-border-btn--icon-"]::before,
  .c-border-btn02[class*="c-border-btn--icon-"]::before {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 56px;
    height: 56px;
    margin: 0;
    margin-left: 10px;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  /* テキスト */
  .c-border-btn .c-border-btn__text,
  .c-border-btn02 .c-border-btn__text {
    display: block;
    width: 100%;
    margin: 0;
    margin-left: 40px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
  }
  /* 右矢印 */
  .c-border-btn::after,
  .c-border-btn02::after {
    position: absolute;
    top: 50%;
    right: 14px;
    margin: 0;
    transform: translateY(-50%) rotate(45deg);
  }
  .c-border-btn--larg {
    padding: 0;
  }
}
/* -------------------------------------
  tab01 ご相談方法
----------------------------------------- */

#tab01 .c-tab__consult-group {
  width: 100%;
}

#tab01 .c-tab__menu-title--blue {
  /* margin: 0 5px -3px; */
  position: relative;
  z-index: 2;
  background-color: #0d2c49;
  color: #fff;
}

/* 4つのボタン */
#tab01 .c-tab__consult-buttons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

#tab01 .c-tab__consult-wrap {
  min-width: 0;
}

/* ボタン本体 */
#tab01 .c-tab__consult-btn {
  display: grid;
  grid-template-rows: 68px minmax(60px, auto);
  align-items: center;
  justify-items: center;
  position: relative;
  width: 100%;
  min-height: 154px;
  height: 100%;
  /* padding: 14px 38px 14px 14px; */
  padding: 30px 16px 20px 12px;
  box-sizing: border-box;
  border: 2px solid #173c91;
  border-radius: 16px;
  background-color: #fff;
  color: #082b72;
  text-decoration: none;
  transition:
    background-color 0.25s,
    color 0.25s,
    transform 0.25s;
}

/* メールのみ少し青緑系にする場合 */
#tab01 .c-tab__consult-btn--mail {
  border-color: #173c91;
  color: #111;
}

/* アイコン */
#tab01 .c-tab__consult-icon {
  display: block;
  width: 58px;
  height: 58px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* オンライン */
#tab01 .c-tab__consult-btn--online .c-tab__consult-icon {
  background-image: url("../img/icon/icon_pc-blue.svg");
}

/* 店舗 */
#tab01 .c-tab__consult-btn--store .c-tab__consult-icon {
  background-image: url("../img/icon/icon_store-navi-blue.svg");
}

/* 電話 */
#tab01 .c-tab__consult-btn--tel .c-tab__consult-icon {
  background-image: url("../img/icon/icon_tel-blue.svg");
}

/* メール */
#tab01 .c-tab__consult-btn--mail .c-tab__consult-icon {
  background-image: url("../img/icon/icon_mail-blue.svg");
}

/* 通常テキスト */
#tab01 .c-tab__consult-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  color: #21348c;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

/* 補足テキスト */
#tab01 .c-tab__consult-text .sub {
  display: block;
  margin-top: 3px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4;
}

/* 電話ボタン */
#tab01 .c-tab__consult-btn--tel {
  grid-template-rows: 46px auto;
  /* padding-top: 10px; */
  padding: 30px 16px 20px 12px;
  /* padding-bottom: 10px; */
}

#tab01 .c-tab__consult-btn--tel .c-tab__consult-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
}

#tab01 .c-tab__consult-text--tel {
  gap: 1px;
  color: #082b72;
}

#tab01 .c-tab__consult-label {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}

#tab01 .c-tab__consult-number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

#tab01 .c-tab__consult-number ruby {
  ruby-position: over;
}

#tab01 .c-tab__consult-number rt {
  font-size: 0.8rem;
}

#tab01 .c-tab__consult-hours {
  display: block;
  margin-top: 2px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
}

#tab01 .c-tab__consult-hours small {
  font-size: inherit;
}

#tab01 .c-tab__consult-note {
  display: block;
  margin-top: 2px;
  /* color: #333; */
  font-size: 1.1rem;
  font-weight: 500;
}

/* 右矢印 */
#tab01 .c-tab__consult-arrow {
  color: #21348c;
  position: absolute;
    right: 18px;
    top: 50%;
    width: 14px;
    height: 14px;
  border-top: 4px solid currentColor;
  border-right: 4px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  opacity: .6;
}
/* 右矢印 */
@media screen and (max-width: 768px) {
  #tab01 .c-tab__consult-arrow02 {
    position: absolute;
      right: 10px;
      top: 50%;
      width: 14px;
      height: 14px;
    border-top: 4px solid currentColor;
    border-right: 4px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    opacity: .6;
  }
  #tab01 .c-tab__consult-number ruby {
    margin-top: -2px;
  }
}

/* ホバー */
@media (hover: hover) {

  #tab01 .c-tab__consult-btn:hover,
  #tab01 .c-tab__consult-btn--mail:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
  }
}

#tab01 .c-tab__consult-number {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  white-space: nowrap;
  flex-wrap: nowrap;
  font-size: 2.5rem;
}
#tab01 .c-tab__consult-number::before {
    content: "";
    display: block;
    flex: 0 0 26px;
    width: 28px;
    height: 19px;
    margin-right: 4px;
    background-color: #21348c;
    -webkit-mask: url(../img/icon/icon_tel.svg) no-repeat center / contain;
    mask: url(../img/icon/icon_tel.svg) no-repeat center / contain;
    transform: translateY(1px);
    transition: all 0.25s;
    margin-bottom: 6px;
}

/* ==================================================
   tab01 スマホ版：縦並び
================================================== */
@media screen and (max-width: 767px) {

  /* 4ボタンを縦1列にする */
  #tab01 .c-tab__consult-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #tab01 .c-tab__consult-wrap {
    width: 100%;
    min-width: 0;
  }

  /* 各ボタン */
  #tab01 .c-tab__consult-btn {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) 28px;
    grid-template-rows: auto;
    align-items: center;
    column-gap: 8px;

    width: 100%;
    min-height: 108px;
    height: auto;
    padding: 12px 10px;
    box-sizing: border-box;
  }

  /* 左：アイコン */
  #tab01 .c-tab__consult-icon {
    grid-column: 1;
    grid-row: 1;
    position: static;
    justify-self: center;

    width: 52px;
    height: 52px;
    margin: 0;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: none;
  }

  /* 中央：テキスト */
  #tab01 .c-tab__consult-text {
    grid-column: 2;
    grid-row: 1;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100%;
    margin: 0;
    padding: 0;

    text-align: center;
  }

  /* 右：矢印 */
  #tab01 .c-tab__consult-arrow,
  #tab01 .c-tab__consult-arrow02 {
    grid-column: 3;
    grid-row: 1;
    position: static;
    justify-self: center;
    width: 12px;
    height: 12px;
    margin: 0;
    transform: rotate(45deg);
  }

  #tab01 .c-tab__consult-btn--tel {
    display: grid;
    grid-template-columns: 53px minmax(0, 1fr) 28px;
    /* grid-template-columns: 20px minmax(0, 1fr) 20px; */
    align-items: center;
  }

  #tab01 .c-tab__consult-btn--tel > .c-tab__consult-icon {
    /* display: none; */
    margin-bottom: -2px;
    margin-left: 13px;
  }

  #tab01 .c-tab__consult-text--tel {
    grid-column: 1;
  }

  #tab01 .c-tab__consult-btn--tel .c-tab__consult-arrow {
    grid-column: 2;
  }

  #tab01 .c-tab__consult-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  #tab01 .c-tab__consult-text--tel {
    grid-column: 2;
  }

  #tab01 .c-tab__consult-btn--tel .c-tab__consult-arrow {
      grid-column: 3;
  }
  #tab01 .c-tab__consult-number::before {
    margin-bottom: 0;
  }
.c-tab__head {
    width: 100%;
    margin: 5px auto 19px;
    line-height: 1.2;
}
.c-tab__link::after{
    top: 84%;
    right: 46%;
    width: 12px;
    height: 12px;
}

}

/* ==================================================
   tab02 PC版：アイコン下のテキスト位置だけ調整
================================================== */
@media screen and (min-width: 768px) {

  /* ボタンの高さは現在の設定を維持 */
  #tab02 .c-tab__menu-buttons .c-border-btn,
  #tab02 .c-tab__menu-buttons .c-border-btn02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    max-height: 210px;
    /* min-height: 206px; */
    padding: 80px 16px 24px 20px;
    box-sizing: border-box;
  }

  /* テキスト部分の高さを統一 */
  #tab02 .c-tab__menu-buttons .c-border-btn__text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 90px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1.5;
  }

  /* アイコンは既存のabsolute配置を維持 */
  #tab02 .c-tab__menu-buttons .c-border-btn::before,
  #tab02 .c-tab__menu-buttons .c-border-btn02::before {
    position: absolute;
    top: 30px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
  }

  /* 右矢印 */
  #tab02 .c-tab__menu-buttons .c-border-btn::after,
  #tab02 .c-tab__menu-buttons .c-border-btn02::after {
    top: 50%;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
  }
}
/* マイページログインボタン周り修正0714 */
  .p-login__btn-wrap .c-border-btn::after,
  #mypage-log .c-border-btn--red02::after,
  #mypage-log .c-border-btn--orange02::after,
  #mypage-log .c-border-btn--green02::after {
    display: none;
  }
/* /customer/support.html 追加*/
.c-linebox__title02 {
  font-size: 125%;
  margin-bottom: 10px;
  display: inline-block;
} 


/* 20260908 */
.p-top-guid {
  overflow: hidden;
}