@charset "UTF-8";
/* -------------------------------------
    設定
-----------------------------------------*/
/*! 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");
}
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 {
  field-sizing: content;
  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: 960px;
}
.l-inner--l {
  max-width: 1260px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    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: #e4c8c8;
  z-index: 200;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1050px) {
  .l-header {
    height: 65px;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  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: 1050px) {
  .l-header__inner {
    height: 65px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
}
.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 {
    max-width: 155px;
    margin-right: 20px;
  }
}
.l-header__container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .l-header__container {
    display: none;
  }
}
.l-header__btn {
  width: 211px;
  margin-left: 40px;
}

.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: 1050px) {
  .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__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  font-size: 1.5rem;
  padding: 0 46px;
  transition: 0.25s;
  text-transform: uppercase;
}
.p-bottom-nav__link:hover, .p-bottom-nav__link:focus-visible {
  color: #CC0022;
}
.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 .l-inner {
  display: flex;
  max-width: 1180px;
  padding-right: 40px;
  padding-left: 40px;
}
.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: 1200px;
  padding-right: 40px;
  padding-left: 40px;
  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: 1200px;
  padding-right: 40px;
  padding-left: 40px;
  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;
}

.c-hamburger-btn {
  display: none;
  touch-action: manipulation;
}
@media screen and (max-width: 1050px) {
  .c-hamburger-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    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: 1050px) {
  .p-sub-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: auto;
    overflow-y: auto;
    background-color: #f1f1f1;
    transition: 0.15s;
    z-index: 30;
  }
}
.p-sub-nav__inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 200px;
  z-index: 30;
}
.p-sub-nav__item {
  position: relative;
  max-width: 295px;
  width: 100%;
  border-top: 1px solid #4F546B;
  margin: 0 auto;
  cursor: pointer;
}
.p-sub-nav__item:last-child {
  border-bottom: 1px solid #4F546B;
}
.p-sub-nav__title {
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.p-sub-nav__link {
  display: block;
  text-align: center;
  padding: 9px 0;
}
.p-sub-nav__btn {
  display: block;
  max-width: 295px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  color: #CC0022;
  text-align: center;
  padding: 22px 0;
  margin: 0 auto;
}
.p-sub-nav__btn:hover, .p-sub-nav__btn:focus-visible {
  background-color: #CC0022;
  border: 1px solid #FFF;
  color: #fff;
}
.p-sub-nav__btn--line {
  background-color: #CC0022;
  border: 1px solid #fff;
  color: #fff;
}
.p-sub-nav__btn--line:hover, .p-sub-nav__btn--line:focus-visible {
  background-color: #fff;
  border: 1px solid #fff;
  color: #CC0022;
}
.p-sub-nav__btn:not(:first-child) {
  margin-top: 32px;
}
.p-sub-nav__info {
  position: relative;
  max-width: 240px;
  margin: 38px auto 0;
  z-index: 20;
}
.p-sub-nav__info-item:not(:first-child) {
  margin-top: 20px;
}

.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: 1050px) {
  .l-header.active .p-sub-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: 0.15s;
  }
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  padding-top: 80px;
  background-color: #EFF4F5;
}
.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: 500px;
    margin: 0 auto;
  }
}
.l-footer__content {
  max-width: 334px;
}
@media screen and (max-width: 992px) {
  .l-footer__content {
    width: calc(50% - 5px);
  }
}
.l-footer__title {
  font-size: 1.5rem;
  font-weight: 500;
}
@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.3;
  padding-left: 15px;
}
.l-footer__list-item:not(:first-child) {
  margin-top: 8px;
}
.l-footer__list-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  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;
}
@media screen and (max-width: 767px) {
  .l-footer__list-item a {
    font-size: 1.2rem;
  }
}
.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;
}
.l-footer__logo {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
.l-footer__copyright {
  font-size: 1.2rem;
  line-height: 1.6;
}

/* -------------------------------------
        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: 1050px) {
  .l-main {
    margin-top: 65px;
  }
}

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

.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(3, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* -------------------------------------
        l-container
-----------------------------------------*/
.l-container {
  display: flex;
}
@media screen and (max-width: 992px) {
  .l-container {
    flex-direction: column;
  }
}
.l-container__main {
  width: calc(100% - 222px - 40px);
}
@media screen and (max-width: 992px) {
  .l-container__main {
    width: 100%;
  }
}
.l-container__sub {
  flex-shrink: 0;
  width: 222px;
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  .l-container__sub {
    width: 100%;
    margin: 50px 0 0 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;
}
@media screen and (max-width: 767px) {
  .l-btn-wrap--left {
    align-items: 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-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: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-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.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: 10px;
  transition: all 0.25s;
}
.c-btn__tel-text {
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 5px;
  transition: color 0.25s;
}
.c-btn:hover, .c-btn:focus-visible {
  background-color: #fff;
  color: #CC0022;
}

.c-btn--border {
  border-color: #CC0022;
  background-color: #fff;
  color: #CC0022;
}
.c-btn--border:hover, .c-btn--border:focus-visible {
  background-color: #CC0022;
  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--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-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 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 366px;
  width: 100%;
  min-height: 74px;
  border: 2px solid #CC0022;
  border-radius: 6px;
  background-color: #fff;
  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__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 0 25px;
}
.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:hover, .c-border-btn:focus-visible {
  background-color: #CC0022;
  color: #fff;
}
.c-border-btn:hover .c-border-btn__icon path, .c-border-btn:focus-visible .c-border-btn__icon path {
  fill: #fff;
  transition: fill 0.25s;
}
.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__icon path, .c-border-btn--orange:focus-visible .c-border-btn__icon path {
  fill: #fff;
  transition: fill 0.25s;
}
.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-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;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb.pc {
    display: none;
  }
}
.c-breadcrumb.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb.sp {
    display: flex;
    margin-top: 50px;
  }
}

/* -------------------------------------
        c-image
-----------------------------------------*/
.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;
}

/* -------------------------------------
        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 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--noscroll .c-horizontal-table__inner {
  min-width: auto;
}

/* -------------------------------------
        c-info-table
-----------------------------------------*/
.c-info-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
}
.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: 84px;
  }
}
.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: 26px;
  }
}
.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%;
  background: #ddd;
  border: 1px solid #bbb;
  padding: 12px 10px;
}
@media screen and (max-width: 768px) {
  .c-tab__link {
    padding: 2px 10px;
  }
}
.c-tab__item:not(:last-child) .c-tab__link {
  border-right: none;
}
.c-tab__item.is-active .c-tab__link {
  background: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.c-tab__logo {
  width: 100%;
  margin: 0 auto;
}
.c-tab__logo--logo01 {
  max-width: 228px;
}
.c-tab__logo--logo02 {
  max-width: 240px;
}
.c-tab__logo--logo03 {
  max-width: 186px;
}
.c-tab__panel {
  display: none;
  opacity: 0;
  background: #fff;
  border: 1px solid #bbb;
  border-top: none;
  padding: 56px;
}
.c-tab__panel.is-active {
  display: block;
  animation-name: c-tab-display;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes c-tab-display {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -------------------------------------
        c-branch
-----------------------------------------*/
.c-branch {
  background-color: #f6f6f6;
  border-radius: 15px;
  padding: 30px 40px;
}
.c-branch + .c-branch {
  margin-top: 20px;
}
.c-branch__head {
  border-bottom: 2px solid #94989C;
  padding-bottom: 8px;
}
.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__body {
  padding-top: 20px;
}
.c-branch__info dt {
  flex-shrink: 0;
  width: 100px;
  line-height: 1.5;
}
.c-branch__info dd {
  line-height: 1.5;
  margin-left: 15px;
}
.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;
}

/* -------------------------------------
        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;
}
.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-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 {
  padding-top: 20px;
}
.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);
  }
}
.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__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.5rem;
  }
}
.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.8rem;
  font-weight: 500;
  line-height: 1.3;
}
.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-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 {
  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);
}

/* -------------------------------------
        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-news
-----------------------------------------*/
.c-news__item {
  border-bottom: 1px solid #94989C;
}
.c-news__item a {
  display: block;
  padding: 15px 10px;
  transition: opacity 0.25s;
}
.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-meta {
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-news__item-data {
  color: #999;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.c-news__item-cate {
  flex-shrink: 0;
  width: 66px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  padding: 3px 8px;
}
.c-news__item-title {
  color: #6666AA;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-top: 5px;
}

/* -------------------------------------
        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__head {
  background-color: #CC0022;
  border-radius: 10px 10px 0 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;
}
.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;
}
.c-support__tel .num {
  font-size: 4rem;
  font-weight: 700;
}
.c-support__tel .num rt {
  font-size: 1.4rem;
}
.c-support__tel::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/icon/icon_tel-green.svg) no-repeat center/contain;
  width: 51px;
  height: 29px;
  margin-right: 8px;
}
.c-support__tel-time {
  margin-top: 5px;
}

/* -------------------------------------
        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;
  }
}
.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 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-secondary-title small {
    font-size: 1.6rem;
  }
}

/* -------------------------------------
        c-tertiary-title
-----------------------------------------*/
.c-tertiary-title {
  position: relative;
  border-bottom: 2px solid #CFCFCF;
  font-size: 2rem;
  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 {
    font-size: 1.8rem;
    margin: 30px 0 20px;
  }
}
.c-tertiary-title::before {
  position: absolute;
  content: "";
  width: 8.5%;
  left: 0;
  bottom: -2px;
  border-bottom: 2px solid #CC0022;
}
.c-tertiary-title.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: #EFF4F5;
}
.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% 90%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .p-mv .splide__slide img {
    aspect-ratio: 4/4;
  }
}
@media screen and (max-width: 576px) {
  .p-mv .splide__slide img {
    aspect-ratio: 4/6;
  }
}
.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;
}
.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;
  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;
}
.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-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-fixed-sidebar {
  position: fixed;
  right: 0;
  top: 40%;
  width: 230px;
  background-color: #fff;
  border-radius: 12px 0 0 12px;
  box-shadow: 0px 10px 30px rgba(51, 51, 51, 0.2);
  padding: 20px;
  z-index: 20;
}
.p-fixed-sidebar__content + .p-fixed-sidebar__content {
  margin-top: 20px;
}
.p-fixed-sidebar__text {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 13px;
}
.p-fixed-sidebar__text::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  bottom: 0;
  width: 2px;
  height: calc(100% + 2px);
}
.p-fixed-sidebar__text + * {
  margin-top: 10px;
}
.p-fixed-sidebar__content--color01 .p-fixed-sidebar__text::before {
  background-color: #CC0022;
}
.p-fixed-sidebar__content--color01 .p-fixed-sidebar__item a {
  border-color: #CC0022;
  color: #CC0022;
}
.p-fixed-sidebar__content--color02 .p-fixed-sidebar__text::before {
  background-color: #3C7A48;
}
.p-fixed-sidebar__content--color02 .p-fixed-sidebar__item a {
  border-color: #3C7A48;
  color: #3C7A48;
}
.p-fixed-sidebar__item:not(:first-child) {
  margin-top: 7px;
}
.p-fixed-sidebar__item a {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  border: 1px solid #CC0022;
  border-radius: 6px;
  padding: 8px 9px;
  transition: opacity 0.25s;
}
.p-fixed-sidebar__item a:hover, .p-fixed-sidebar__item a:focus-visible {
  opacity: 0.7;
}
.p-fixed-sidebar__item a .icon {
  display: inline-block;
  max-width: 24px;
  margin-right: 5px;
}

/* -------------------------------------
        p-info
-----------------------------------------*/
.p-info {
  max-width: 1100px;
  background-color: #F6F6F6;
  border-top: 3px solid #CC0022;
  margin: 0 auto;
  padding: 40px 50px;
}
.p-info__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.p-info__title + * {
  margin-top: 30px;
}
.p-info__text {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
.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;
  }
}
.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-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;
}
.p-info-sub__btn-area .c-btn {
  max-width: 326px;
}
.p-info-sub__btn-area--col3 .p-info-sub__btn-wrap {
  width: calc(33.333333% - 20px);
}
.p-info-sub__btn-area--col2 .p-info-sub__btn-wrap {
  width: calc(50% - 15px);
}
.p-info-sub__btn-area--col1 .p-info-sub__btn-wrap {
  width: 100%;
}
.p-info-sub__btn-wrap {
  max-width: 326px;
}
.p-info-sub__btn-text {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}

/* -------------------------------------
        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__flow-list {
  margin-top: 30px;
}
.p-accident__flow-item {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 26px;
}
.p-accident__flow-item:not(:first-child) {
  margin-top: 30px;
}
.p-accident__flow-item-body {
  flex: 1;
}
.p-accident__flow-item-title {
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-accident__flow-item-title .num {
  display: inline-block;
  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%;
}
.p-accident__point-head {
  background-color: #CC0022;
  padding: 10px 20px;
}
.p-accident__point-title {
  color: #fff;
  font-weight: 700;
  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 10px;
}
.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;
  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__media {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
}
.p-accident__media:not(:first-child) {
  margin-top: 30px;
}
.p-accident__media-body {
  flex: 1;
}
.p-accident__media-img {
  max-width: 295px;
  width: 39%;
}
.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;
}
.p-enquete__flow-item:not(:first-child) {
  margin-top: 15px;
}
.p-enquete__flow-item .num {
  display: inline-block;
  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-branch-bnr
-----------------------------------------*/
.p-branch-bnr {
  display: block;
  width: 100%;
  max-width: 460px;
  margin: 20px auto 0;
}

/* -------------------------------------
        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 img {
  width: 100%;
  border-radius: 10px;
}

/* -------------------------------------
        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__item {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 15px;
}
.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;
}
@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;
}
@media screen and (max-width: 992px) {
  .p-branch-online__img img {
    max-width: none;
  }
}
.p-branch-online__text {
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

/* -------------------------------------
        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-download
-----------------------------------------*/
.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;
}
.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: 576px) {
  .p-download__item-inner {
    min-height: 138px;
  }
}
.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;
  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-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.p-login__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.p-login__item {
  width: calc(50% - 8px);
}
.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;
}

/* -------------------------------------
        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-tbsp {
  display: none;
}
@media screen and (max-width: 992px) {
  .u-onliy-tbsp {
    display: inline-block;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-pc-mt60 {
  margin-top: 60px !important;
}

.u-pc-mt80 {
  margin-top: 80px !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-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-bgcolor-yellow {
  background-color: #FC9F31 !important;
}

.u-bgcolor-green {
  background-color: #22AC38 !important;
}

.u-text-color-red {
  color: #CC0022;
}

/* -------------------------------------
        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);
}

/* 下から */
/* 上から */
/* 右から */

/*# sourceMappingURL=style.css.map */
