@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --white: #ffffff;
  --text-color: #000000;
  --main: #185AA5;
  --sub: #C11414;
  --cta: #FCCA00;
  --pink: #FFDBDB;
  --bg: #f5f5f5;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --inner_width: 120rem;
  --pi: 5rem;
  --transition: 0.5s;
}

/* -------------------------------------------*/
:root {
  --text-base: "Zen Kaku Gothic New","Noto Sans JP",
              "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
              "游ゴシック",YuGothic,
              "メイリオ",Meiryo,
              sans-serif;
  --antique: "Zen Kaku Gothic Antique", sans-serif;
  --eng: "Zen Maru Gothic", sans-serif;
  --mincho: "Zen Antique Soft",serif;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font-weight: 500;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

span {
  font-weight: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

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

html {
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
  overflow: auto;
}

body {
  color: var(--text-color);
  font-family: var(--text-base);
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  height: 100%;
  letter-spacing: 0;
  line-height: 1;
  overflow-x: clip;
  position: relative;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body:not(.home) {
  background-color: var(--bg);
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

hgroup {
  position: relative;
}

a,
button {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
  transition: var(--transition);
}
a::before, a::after,
button::before,
button::after {
  transition: var(--transition);
}

a[href^="tel:"] {
  display: inline-block;
}

picture {
  display: block;
}

img {
  height: 100%;
  vertical-align: middle;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

em {
  font-style: normal;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  border-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

address {
  font-style: normal;
}
/* スクロールバーのトラックの背景色 */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* スクロールバーのスクロール部分 */
::-webkit-scrollbar-thumb {
  background-color: #19274e;
  border-radius: 5px;
}

/* スクロールバーの上部ボタン */
::-webkit-scrollbar-button:start {
  display: none;
}

/* スクロールバーの下部ボタン */
::-webkit-scrollbar-button:end {
  display: none;
}

.breadcrumbs div {
  align-items: center;
  display: flex;
  gap: 0.8rem;
}

#header {
  width: auto;
}

.mw_wp_form {
  line-height: 1.6;
}

/* -------------------------------------------*/
.p-sitemap__sec {
  margin-top: 2.9rem;
  padding-bottom: 11.7rem;
  padding-inline: var(--pi);
}

.p-sitemap__sec__inner {
  margin-inline: auto;
  max-width: var(--inner_width);
}

.p-sitemap__catListContainer {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-top: 6rem;
}

.p-sitemap__catListTtl {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4444444444;
  margin-bottom: 3.5rem;
  padding-left: 3.4rem;
  position: relative;
}
.p-sitemap__catListTtl::before {
  background-color: var(--main);
  content: "";
  display: block;
  height: 0.7rem;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 2.4rem;
}

.p-sitemap__btn a {
  align-content: center;
  font-weight: 500;
  height: 5.5rem;
  line-height: 1.4;
  padding-left: 3.6rem;
  width: 24rem;
}
.p-sitemap__btn a span {
  position: relative;
}
.p-sitemap__btn a span::before {
  aspect-ratio: 1;
  background-image: url(../../images/common/arrow-bgYellow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  left: -3.6rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.7rem;
}

.p-sitemap__btnListContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.8rem;
}

@media screen and (max-width: 1080px){
  html {
    font-size: 57.5%;
  }
}

@media (max-width: 768px){
  .p-sitemap__catListContainer {
    gap: 3.4rem;
    margin-top: 4rem;
  }
  .p-sitemap__catListTtl {
    font-size: max(3.90625vw, 22px);
    margin-bottom: 1.7rem;
    padding-left: max(4.4270833333vw, 26px);
  }
  .p-sitemap__catListTtl::before {
    height: 0.6rem;
    width: 2.1rem;
  }
}

@media not all and (max-width: 768px){
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px){
  :root {
    --pi: 2rem;
  }
  html {
    font-size: 62.5%;
  }
}

@media (max-width: 480px){
  .p-sitemap__btn a {
    width: 100%;
  }
  .p-sitemap__btnListContainer {
    flex-direction: column;
  }
}

@media (hover: hover) and (pointer: fine){
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}
/*# sourceMappingURL=../maps/project/sitemap.css.map */
