@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto+Flex:opsz,wght@8..144,700&display=swap");
/* =======================================

  BROWSER RESET

 ======================================= */
html,
body,
div,
span,
nav,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
button,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-style: inherit;
  font-weight: inherit;
  background: transparent;
}

html {
  font-size: 62.5%;
  line-height: 1;
  overflow-y: scroll;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

sup {
  display: inline-block;
  font-size: 70%;
  vertical-align: super;
  position: relative;
  inset: -0.2em auto auto;
}

sub {
  font-size: 70%;
  vertical-align: sub;
}

ul {
  list-style: none;
}

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

blockquote,
q {
  quotes: none;
}

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

/* form */
input {
  vertical-align: middle;
  font-family: inherit;
  border: none;
  border-radius: 0;
  background: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
}

textarea {
  resize: vertical;
  font-family: inherit;
  border: none;
  border-radius: 0;
  background: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  vertical-align: middle;
  font-family: inherit;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

option {
  padding-right: 10px;
}

/* for iOS15 safari */
input,
button,
select {
  color: inherit;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

/* ------------------------------
   HTML5 ELEMENTS
 ------------------------------ */
header,
footer,
article,
section,
aside,
main,
nav,
menu,
details,
summary,
figcaption,
figure {
  display: block;
}

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

/* =======================================

  BASE

======================================= */
body {
  opacity: 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.04rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  background: #fff;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media (width <= 767px) {
  body {
    min-width: 100%;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

p {
  font-size: 1.6rem;
  line-height: 1.6;
  width: 100%;
}
@media (width <= 767px) {
  p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

a {
  color: #004a9a;
  text-decoration: none;
}
a img {
  transition: opacity 0.3s ease-out;
}

@media (any-hover: hover) {
  a:hover img {
    opacity: 0.6;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.hr {
  border: none;
  margin-block: 1.6rem;
  width: 100%;
}
@media (width <= 767px) {
  .hr {
    margin-block: 0.8rem;
  }
}

.tel a {
  text-decoration: none;
}

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

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
}

.w_100 {
  width: 100%;
}

.w_min_100 {
  min-width: 100%;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}

/* =======================================

  UTILITY

======================================= */
/*-----------------------------------------
  white-space
-----------------------------------------*/
.nowrap {
  white-space: nowrap;
}

/*-----------------------------------------
  display PC / SP
-----------------------------------------*/
.pc {
  display: block !important;
}

.pc_inline {
  display: inline-block !important;
}

.pc_flex {
  display: flex !important;
}

.pc_only {
  display: block !important;
}

.pc_tablet {
  display: block !important;
}

.tablet {
  display: none !important;
}

.sp_tablet {
  display: none !important;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .pc_inline {
    display: none !important;
  }
  .pc_flex {
    display: none !important;
  }
  .pc_tablet {
    display: none !important;
  }
  .tablet {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp_inline {
    display: inline-block !important;
  }
}
/* =======================================

  COMMON

======================================= */
/*-----------------------------------------
  layout
-----------------------------------------*/
#container {
  position: relative;
}

main {
  margin-top: 111px;
}
@media (width <= 1180px) {
  main {
    margin-top: 130px;
  }
}
@media (width <= 767px) {
  main {
    margin-top: 60px;
  }
}

.cont_outer {
  min-width: 360px;
  margin-inline: auto;
  padding-inline: 1%;
}
@media (width <= 767px) {
  .cont_outer {
    padding-inline: 2%;
  }
}

.cont_inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}
.cont_inner.size_l {
  max-width: 1440px;
}

.flex_row {
  display: flex;
  flex-flow: row wrap;
  gap: 1.6rem 2.4rem;
  align-items: center;
  width: 100%;
}

.clm_2 {
  display: flex;
  flex-flow: row wrap;
  gap: 1.6rem 2.4rem;
  align-items: center;
  width: 100%;
}
.clm_2.stretch {
  align-items: stretch;
}
.clm_2 > div {
  width: calc(50% - 1.2rem);
}
@media (width <= 767px) {
  .clm_2 > div {
    width: 100%;
  }
}

figure {
  display: flex;
  flex-flow: row wrap;
  gap: 0.8rem;
  align-items: flex-start;
}
figure figcaption {
  width: 100%;
}
figure.center {
  justify-content: center;
  width: 100%;
}

figure.border img {
  border: 1px solid #d0d9e4;
}

figure.clm_2 {
  gap: 0.8rem;
}
figure.clm_2 img {
  width: calc(50% - 0.4rem);
}
@media (width <= 580px) {
  figure.clm_2 img {
    width: 100%;
  }
}

figure.clm_3 {
  gap: 0.8rem;
}
figure.clm_3 img {
  width: calc(33.3333333333% - 0.5333333333rem);
}
@media (width <= 980px) {
  figure.clm_3 img {
    width: calc(33.3333333333% - 0.5333333333rem);
  }
}
@media (width <= 767px) {
  figure.clm_3 img {
    width: calc(50% - 0.4rem);
  }
}
@media (width <= 580px) {
  figure.clm_3 img {
    width: 100%;
  }
}

/*-----------------------------------------
  fixed_item pagetop
-----------------------------------------*/
.fixed_items {
  position: fixed;
  right: 1.6rem;
  bottom: 1.6rem;
  z-index: 100;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .fixed_items {
    right: 0.8rem;
    bottom: 0.8rem;
  }
}

.fixed_item .btn_page_top {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  position: relative;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  box-shadow: 0px 4px 12px 3px rgba(40, 40, 44, 0.24);
  transition: bottom 0.3s ease-out;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  pointer-events: auto;
  border: 1px solid #004a9a;
}
@media (any-hover: hover) {
  .fixed_item .btn_page_top:hover {
    bottom: 1rem;
  }
}
.fixed_item .btn_page_top::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-mask-image: url("/files/icon_arrow_top.svg");
          mask-image: url("/files/icon_arrow_top.svg");
  -webkit-mask-size: 1.6rem;
          mask-size: 1.6rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #004a9a;
}

/*-----------------------------------------
  link icon
-----------------------------------------*/
nav:not(.sns_nav) a {
  display: inline-flex;
  align-items: center;
}
nav:not(.sns_nav) a[target=_blank]::after {
  content: "外部サイトリンク";
  width: 2rem;
  min-width: 2rem;
  height: 1lh;
  overflow: hidden;
  display: block;
  -webkit-mask-image: url("/files/icon_blank.svg");
          mask-image: url("/files/icon_blank.svg");
  -webkit-mask-size: 0.9lh;
          mask-size: 0.9lh;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #004a9a;
  color: #004a9a;
}
nav:not(.sns_nav) a[href$=".pdf"]::after {
  content: "PDF";
  width: 2rem;
  min-width: 2rem;
  height: 1lh;
  overflow: hidden;
  display: block;
  -webkit-mask-image: url("/files/icon_pdf.svg");
          mask-image: url("/files/icon_pdf.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 0.9lh;
          mask-size: 0.9lh;
  background-color: #CF5A3E;
  color: #CF5A3E;
}
nav:not(.sns_nav) .side_nav a:not([target=_blank]):not([href$=".pdf"]) {
  display: inline-flex;
}
nav:not(.sns_nav) .side_nav a:not([target=_blank]):not([href$=".pdf"])::after {
  content: "";
  width: 2rem;
  min-width: 2rem;
  height: 1lh;
  overflow: hidden;
  display: block;
  -webkit-mask-image: url("/files/icon_arrow.svg");
          mask-image: url("/files/icon_arrow.svg");
  -webkit-mask-size: 1lh;
          mask-size: 1lh;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #004a9a;
  z-index: 1;
  transition: all 0.2s linear;
}

/*-----------------------------------------
  btn
-----------------------------------------*/
.btn_link_area {
  display: flex;
  flex-flow: row wrap;
  gap: 1.6rem 2.4rem;
  align-items: center;
}
.btn_link_area.center {
  justify-content: center;
  width: 100%;
}
.btn_link_area.right {
  justify-content: flex-end;
  width: 100%;
}

.btn {
  position: relative;
  overflow: hidden;
  border-radius: 7rem;
  border: 1px solid #004a9a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 2rem;
  gap: 0.4rem;
  min-width: 10rem;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
  color: #004a9a;
  transition-duration: 0.2s;
  line-height: 1.2;
  min-height: 4rem;
}
@media (width <= 767px) {
  .btn {
    padding-inline: 1.6rem;
    min-height: 3rem;
    font-size: 1.4rem;
  }
}
.btn .btn_text {
  z-index: 1;
}
.btn::after {
  content: "";
  width: 2rem;
  height: 1lh;
  overflow: hidden;
  display: block;
  -webkit-mask-image: url("/files/icon_arrow.svg");
          mask-image: url("/files/icon_arrow.svg");
  -webkit-mask-size: 1lh;
          mask-size: 1lh;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #004a9a;
  z-index: 1;
  transition: all 0.2s linear;
}
.btn::before {
  background: #004a9a;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: 0;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.4s, transform 0.3s ease-in-out;
}

.btn.size_s {
  padding-inline: 1.6rem;
  min-height: 3rem;
  font-size: 1.4rem;
}

.btn.size_l {
  padding-inline: 4rem;
  min-height: 8rem;
  font-size: 1.8rem;
}

.btn.reverse {
  flex-direction: row-reverse;
}
.btn.reverse::after {
  -webkit-mask-image: url("/files/icon_arrow_r.svg");
          mask-image: url("/files/icon_arrow_r.svg");
}

.btn[target=_blank]::after {
  -webkit-mask-image: url("/files/icon_blank.svg");
          mask-image: url("/files/icon_blank.svg");
  -webkit-mask-size: 1lh;
          mask-size: 1lh;
  content: "外部サイトリンク";
}

.btn[href$=".pdf"]::after {
  -webkit-mask-image: url("/files/icon_pdf.svg");
          mask-image: url("/files/icon_pdf.svg");
  -webkit-mask-size: 1lh;
          mask-size: 1lh;
  content: "PDF";
  background-color: #CF5A3E;
  color: #CF5A3E;
}

.btn.white {
  border: 1px solid #fff;
  color: #fff;
}
.btn.white::after {
  background-color: #fff;
}

.btn.inversion {
  background: #004a9a;
  color: #fff;
}
.btn.inversion::after {
  background-color: #fff;
}

@media (any-hover: hover) {
  .btn:hover {
    color: #fff;
  }
  .btn:hover::after {
    background-color: #fff;
    transform: translateX(15%);
  }
  .btn:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
  }
  .btn.reverse:hover::after {
    transform: translateX(-15%);
  }
  .btn.blank:hover::after,
  .btn.pdf:hover::after {
    transform: translateX(0);
  }
  .btn.white:hover,
  .btn.inversion:hover {
    color: #004a9a;
  }
  .btn.white:hover::after,
  .btn.inversion:hover::after {
    background-color: #004a9a;
  }
  .btn.white:hover::before,
  .btn.inversion:hover::before {
    background-color: #fff;
  }
}
/*-----------------------------------------
  link
-----------------------------------------*/
.text_link {
  color: #004a9a;
  text-decoration: underline;
  display: inline-flex;
  flex-flow: row wrap;
  gap: 0.4rem;
  transition: all 0.3s ease-in-out;
  align-items: baseline;
}
@media (any-hover: hover) {
  .text_link:hover {
    opacity: 0.6;
  }
}
.text_link.arrow::after {
  content: "";
  overflow: hidden;
  width: 2rem;
  min-width: 2rem;
  height: 1rem;
  display: inline-block;
  -webkit-mask-image: url("/files/icon_arrow.svg");
          mask-image: url("/files/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 0.9lh;
          mask-size: 0.9lh;
  background-color: #004a9a;
  z-index: 1;
  transition: all 0.2s linear;
}
.text_link[target=_blank]::after {
  content: "外部サイトリンク";
  overflow: hidden;
  width: 2rem;
  min-width: 2rem;
  height: 1lh;
  display: inline-block;
  -webkit-mask-image: url("/files/icon_blank.svg");
          mask-image: url("/files/icon_blank.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 0.9lh;
          mask-size: 0.9lh;
  background-color: #004a9a;
  color: #004a9a;
}
.text_link[href$=".pdf"]::after {
  content: "PDF";
  overflow: hidden;
  width: 2rem;
  min-width: 2rem;
  height: 1lh;
  display: inline-block;
  -webkit-mask-image: url("/files/icon_pdf.svg");
          mask-image: url("/files/icon_pdf.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 0.9lh;
          mask-size: 0.9lh;
  background-color: #CF5A3E;
  color: #CF5A3E;
}

.lower_sub_nav_list {
  display: flex;
  flex-flow: row wrap;
  gap: 0;
  border-top: 0.1rem solid #d0d9e4;
  border-left: 0.1rem solid #d0d9e4;
  align-items: stretch;
  width: 100%;
}
.lower_sub_nav_list li {
  width: 25%;
  border-right: 0.1rem solid #d0d9e4;
  border-bottom: 0.1rem solid #d0d9e4;
}
@media (width <= 980px) {
  .lower_sub_nav_list li {
    width: 50%;
  }
}
@media (width <= 767px) {
  .lower_sub_nav_list li {
    width: 100%;
  }
}
.lower_sub_nav_list li a {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem;
  gap: 0.8rem;
  font-weight: 600;
  color: #004a9a;
  transition: all 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .lower_sub_nav_list li a:hover {
    background: #dbf0fc;
  }
}
@media (width <= 767px) {
  .lower_sub_nav_list li a {
    padding-inline: 0.8rem;
  }
}
.lower_sub_nav_list li a[target=_blank]::after {
  content: "外部サイトリンク";
  width: 2rem;
  min-width: 2rem;
  height: 1lh;
  display: block;
  -webkit-mask-image: url("/files/icon_blank.svg");
          mask-image: url("/files/icon_blank.svg");
  -webkit-mask-size: 0.9lh;
          mask-size: 0.9lh;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #004a9a;
  color: #004a9a;
}
.lower_sub_nav_list li a[href$=".pdf"]::after {
  content: "PDF";
  width: 2.4rem;
  min-width: 2.4rem;
  height: 1lh;
  display: block;
  -webkit-mask-image: url("/files/icon_pdf.svg");
          mask-image: url("/files/icon_pdf.svg");
  -webkit-mask-size: 1lh;
          mask-size: 1lh;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #CF5A3E;
  color: #CF5A3E;
}

.lower_page_nav_list {
  display: flex;
  flex-flow: row wrap;
  gap: 0.8rem;
  align-items: stretch;
  width: 100%;
}
.lower_page_nav_list.clm_5 li {
  width: calc(20% - 0.64rem);
}
@media (width <= 980px) {
  .lower_page_nav_list.clm_5 li {
    width: calc(33.3333333333% - 0.5333333333rem);
  }
}
@media (width <= 767px) {
  .lower_page_nav_list.clm_5 li {
    width: calc(50% - 0.4rem);
  }
}
.lower_page_nav_list.clm_4 li {
  width: calc(25% - 0.6rem);
}
@media (width <= 980px) {
  .lower_page_nav_list.clm_4 li {
    width: calc(33.3333333333% - 0.5333333333rem);
  }
}
@media (width <= 767px) {
  .lower_page_nav_list.clm_4 li {
    width: calc(50% - 0.4rem);
  }
}
.lower_page_nav_list.clm_3 li {
  width: calc(33.3333333333% - 0.5333333333rem);
}
@media (width <= 980px) {
  .lower_page_nav_list.clm_3 li {
    width: calc(33.3333333333% - 0.5333333333rem);
  }
}
@media (width <= 767px) {
  .lower_page_nav_list.clm_3 li {
    width: calc(50% - 0.4rem);
  }
}
.lower_page_nav_list a {
  width: 100%;
  height: 100%;
  min-height: 5rem;
  background: #dbf0fc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem;
  gap: 0.2rem;
  font-weight: 600;
  color: #004a9a;
  border-radius: 0.4rem;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.lower_page_nav_list a::after {
  content: "";
  overflow: hidden;
  width: 2.4rem;
  height: 1lh;
  display: inline-block;
  -webkit-mask-image: url("/files/icon_arrow_un.svg");
          mask-image: url("/files/icon_arrow_un.svg");
  -webkit-mask-size: 1rem;
          mask-size: 1rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #004a9a;
  color: #004a9a;
}
@media (any-hover: hover) {
  .lower_page_nav_list a:hover {
    border: 1px solid #d0d9e4;
    background: rgba(219, 240, 252, 0.6);
  }
}

.skip_link {
  position: fixed;
  top: -50px;
  left: 0;
  background: #004a9a;
  color: #fff;
  padding: 8px 16px;
  z-index: 100;
  transition: top 0.2s linear;
}
.skip_link:focus {
  top: 0;
}

.link_box {
  border: 1px solid #004a9a;
  padding: 0.8rem;
  display: flex;
  flex-flow: row wrap;
  gap: 0.8rem 2.4rem;
  min-width: 50%;
}
.link_box p {
  display: inline-block;
  font-weight: bold;
  width: auto;
}
.link_box a {
  flex-grow: 2;
  justify-content: space-between;
}

/*-----------------------------------------
  info
-----------------------------------------*/
.info_list_wrap {
  width: 100%;
}

.info_list {
  flex-grow: 1;
  display: flex;
  flex-flow: column nowrap;
  gap: 0.1rem 0;
}
.info_list > .info_item:first-child {
  border-radius: 8px 8px 0 0;
}
.info_list > .info_item:first-child a {
  border-radius: 8px 8px 0 0;
}
.info_list > .info_item:last-child {
  border-radius: 0 0 8px 8px;
}
.info_list > .info_item:last-child a {
  border-radius: 0 0 8px 8px;
}

.info_item {
  background: #fff;
  flex-grow: 1;
}
.info_item > a,
.info_item > div {
  color: #333;
  width: 100%;
  height: 100%;
  min-height: 6.6rem;
  display: flex;
  padding: 1.2rem 1.6rem;
  gap: 0.4rem 1.6rem;
  position: relative;
  justify-content: space-between;
  flex-flow: row nowrap;
  align-items: center;
  transition: background 0.2s linear;
}
@media (width <= 1080px) {
  .info_item > a,
  .info_item > div {
    justify-content: flex-start;
    flex-flow: row wrap;
    gap: 0.4rem 0.8rem;
  }
}
@media (width <= 1080px) {
  .info_item > a .title {
    width: calc(100% - 30px);
    max-width: calc(100% - 3.2rem);
  }
}
.info_item > a::after {
  content: "";
  width: 2rem;
  min-width: 2rem;
  height: 1lh;
  overflow: hidden;
  display: block;
  -webkit-mask-image: url("/files/icon_arrow.svg");
          mask-image: url("/files/icon_arrow.svg");
  -webkit-mask-size: 1lh;
          mask-size: 1lh;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #004a9a;
  z-index: 1;
  transition: all 0.2s linear;
}
@media (width <= 1080px) {
  .info_item > a[target=_blank] .title {
    width: calc(100% - 30px);
    max-width: calc(100% - 3.2rem);
  }
}
.info_item > a[target=_blank]::after {
  content: "外部サイトリンク";
  -webkit-mask-image: url("/files/icon_blank.svg");
          mask-image: url("/files/icon_blank.svg");
  -webkit-mask-size: 0.9lh;
          mask-size: 0.9lh;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #004a9a;
  color: #004a9a;
}
@media (width <= 1080px) {
  .info_item > a[href$=".pdf"] .title {
    width: 100%;
    max-width: 100%;
  }
}
.info_item > a[href$=".pdf"]::after {
  content: "PDF";
  -webkit-mask-image: url("/files/icon_pdf.svg");
          mask-image: url("/files/icon_pdf.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 0.9lh;
          mask-size: 0.9lh;
  background-color: #CF5A3E;
  color: #CF5A3E;
}
@media (any-hover: hover) {
  .info_item > a:hover {
    background: rgba(219, 240, 252, 0.6);
  }
}
.info_item .date {
  font-weight: 500;
  min-width: 130px;
}
.info_item .title {
  flex-grow: 1;
  text-align: left;
}
@media (width <= 1080px) {
  .info_item .title {
    width: 100%;
    max-width: 100%;
  }
}
.info_item .size {
  white-space: nowrap;
  display: inline-block;
}

.labels {
  width: 60px;
  display: flex;
  flex-flow: column nowrap;
  gap: 0.4rem;
  justify-content: space-between;
}
@media (width <= 1080px) {
  .labels {
    flex-flow: row wrap;
    width: calc(100% - 140px);
    justify-content: flex-start;
  }
}
.labels .label {
  display: block;
  min-width: 60px;
  background: #ccc;
  text-align: center;
  font-size: 1rem;
  padding: 0.2rem;
  color: #fff;
}
.labels .label.bus {
  background: #269ddc;
}
.labels .label.temporary {
  background: #3363d2;
}
.labels .label.airport {
  background: #ec6b30;
}
.labels .label.express {
  background: #258c63;
}
.labels .label.notice {
  background: #9b8dd8;
}
.labels .label.timetablerevision {
  background: #1d3062;
}
.labels .label.ticket {
  background: #9c4037;
}
.labels .label.busstop {
  background: #4cb7ad;
}
.labels .label.detour {
  background: #a791bb;
}
.labels .label.suspension {
  background: #e06292;
}
.labels .label.apology {
  background: #a06da3;
}
.labels .label.event {
  background: #e49225;
}
.labels .label.release {
  background: #b264d6;
}
.labels .label.group {
  background: #004a9a;
}
.labels .label.realestate {
  background: #a9713f;
}
.labels .label.apartment {
  background: #c79861;
}
.labels .label.detachedhouse {
  background: #886752;
}
.labels .label.land {
  background: #61a840;
}
.labels .label.parking {
  background: #2f6e0d;
}

/*-----------------------------------------
  navbtn
-----------------------------------------*/
.navbtn_area {
  padding-block: 0.8rem;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 0.8rem;
}
@media (width <= 767px) {
  .navbtn_area {
    gap: 0.4rem;
  }
}
.navbtn_area li {
  width: calc(50% - 0.8rem);
  box-shadow: 0 1px 4px rgba(188, 212, 227, 0.8);
  border-radius: 0.8rem;
  container-type: inline-size;
  transition: all 0.3s ease-in-out;
}
@media (width <= 767px) {
  .navbtn_area li {
    width: calc(50% - 0.4rem);
  }
}
@media (any-hover: hover) {
  .navbtn_area li:hover {
    box-shadow: 0 0 4px rgba(188, 212, 227, 0.4);
  }
  .navbtn_area li:hover a {
    box-shadow: inset 2px 2px 0 #d0d9e4, inset -2px -2px 4px #fff;
    background: rgba(245, 250, 254, 0.2);
  }
  .navbtn_area li:hover a p,
  .navbtn_area li:hover a figure {
    transform: scale(0.98);
  }
  .navbtn_area li:hover a p img,
  .navbtn_area li:hover a figure img {
    opacity: 1;
  }
}
.navbtn_area.full li {
  width: 100%;
}
.navbtn_area.clm_3 li {
  width: calc(33.3333333333% - 0.5333333333rem);
}
@media (width <= 767px) {
  .navbtn_area.clm_3 li {
    width: calc(50% - 0.4rem);
  }
}
.navbtn_area.clm_4 li {
  width: calc(25% - 0.6rem);
}
@media (width <= 767px) {
  .navbtn_area.clm_4 li {
    width: calc(50% - 0.4rem);
  }
}
.navbtn_area a {
  background: #fff;
  padding: 2cqw 5cqw;
  display: flex;
  box-shadow: inset -2px -2px 0 #dbe0e3, inset 2px 2px 4px #fff;
  gap: 2cqw;
  width: 100%;
  aspect-ratio: 4.2/1;
  border-radius: 0.8rem;
  align-items: center;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.navbtn_area a p {
  transition: all 0.3s ease-in-out;
  transform-origin: center left;
}
@container (width <= 423px) {
  .navbtn_area a {
    flex-flow: column nowrap;
    padding: 6.36cqw 8cqw;
    gap: 2.28cqw;
    aspect-ratio: auto;
    height: 100%;
  }
  .navbtn_area a p {
    transform-origin: top center;
  }
}
.navbtn_area a[target=_blank]::after {
  content: "外部サイトリンク";
  overflow: hidden;
  width: 3.79cqw;
  height: 1lh;
  display: inline-block;
  -webkit-mask-image: url("/files/icon_blank.svg");
          mask-image: url("/files/icon_blank.svg");
  -webkit-mask-size: 3.79cqw;
          mask-size: 3.79cqw;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #004a9a;
  color: #004a9a;
  position: absolute;
  top: 1.26cqw;
  right: 1.26cqw;
}
@container (width <= 360px) {
  .navbtn_area a[target=_blank]::after {
    width: 7.64cqw;
    -webkit-mask-size: 7.64cqw;
            mask-size: 7.64cqw;
  }
}
.navbtn_area a.navitime::before {
  content: "";
  overflow: hidden;
  width: 11.39cqw;
  height: 1lh;
  display: inline-block;
  background: url("/files/icon_navitime.svg") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 1.26cqw;
  right: 5cqw;
}
@container (width <= 360px) {
  .navbtn_area a.navitime::before {
    width: 22cqw;
    right: 9cqw;
  }
}
.navbtn_area a.navitime.non::before {
  right: 2cqw;
}
@container (width <= 360px) {
  .navbtn_area a.navitime.non::before {
    right: 4cqw;
  }
}
.navbtn_area a figure {
  border-right: 1px solid #d0d9e4;
  display: flex;
  width: 22cqw;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 2cqw 0 0;
  transition: all 0.3s ease-in-out;
  transform-origin: center right;
}
.navbtn_area a figure img {
  width: 100%;
  height: auto;
}
@container (width <= 423px) {
  .navbtn_area a figure {
    border-right: none;
    width: 100%;
    max-width: 35cqw;
    padding: 0;
    aspect-ratio: 2/1;
    height: auto;
    transform-origin: bottom center;
  }
  .navbtn_area a figure img {
    width: 30cqw;
    height: auto;
  }
}
.navbtn_area a p {
  font-size: 4.74cqw;
  font-weight: bold;
  text-align: center;
  flex-grow: 1;
  line-height: 1.4;
}
.navbtn_area a p br {
  display: none;
}
@container (width <= 360px) {
  .navbtn_area a p {
    font-size: clamp(1.4rem, 7.6cqw, 2.4rem);
  }
  .navbtn_area a p br {
    display: inline-block;
  }
}
.navbtn_area a p span {
  color: #333;
  font-size: clamp(1.3rem, 2.53cqw, 1.6rem);
  display: block;
  font-weight: normal;
  margin-top: 0.63cqw;
}
.navbtn_area a p span br {
  display: inline-block;
}
@container (width <= 360px) {
  .navbtn_area a p span {
    font-size: clamp(1.1rem, 5cqw, 1.6rem);
    margin-top: 2.28cqw;
  }
  .navbtn_area a p span br {
    display: none;
  }
}

/*-----------------------------------------
  Parts
-----------------------------------------*/
.text_attention {
  color: #CF5A3E;
}

.text_primary {
  color: #004a9a;
}

/* =======================================

  HEADER

======================================= */
#global_header {
  width: 100%;
  position: fixed;
  inset: 0 0 auto;
  background: #fff;
  border-bottom: 1px solid #d0d9e4;
  z-index: 99;
}
#global_header .site_logo {
  padding: 9px 0;
  max-width: 224px;
}
#global_header .site_logo img {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
#global_header .cont_outer,
#global_header .cont_inner {
  transition: all 0.3s linear;
}
#global_header .global_nav {
  position: static;
}
@media (width <= 767px) {
  #global_header .global_nav {
    position: fixed;
    width: 100%;
    height: calc(100svh - 58px);
    inset: 59px 0 auto;
    padding: 0 0 60px;
    overflow-x: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s ease, visibility 0.2s;
  }
  #global_header .global_nav[aria-hidden=false] {
    max-height: calc(100svh - 58px);
    opacity: 1;
    visibility: visible;
    background: #f5fafe;
    backdrop-filter: blur(12px);
  }
}
#global_header .main_nav {
  width: 100%;
  display: flex;
  align-items: stretch;
  position: relative;
  margin: 0.8rem auto 0;
}
@media (width <= 1180px) {
  #global_header .main_nav {
    margin: 1.6rem auto 0;
  }
}
@media (width <= 767px) {
  #global_header .main_nav {
    flex-flow: column nowrap;
    margin: 0 auto;
  }
}
#global_header .main_nav > li {
  flex-grow: 1;
}
@media (width <= 767px) {
  #global_header .main_nav > li {
    position: relative;
  }
}
#global_header .main_nav > li > a {
  text-align: center;
  width: 100%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 1rem 0.8rem;
  transition: all 0.1s ease-in-out;
  word-break: keep-all;
  overflow-wrap: break-word;
  border-right: 1px solid #d0d9e4;
  position: relative;
}
#global_header .main_nav > li > a br {
  display: none;
}
@media (width <= 1180px) {
  #global_header .main_nav > li > a br {
    display: inline-block;
  }
}
@media (width <= 767px) {
  #global_header .main_nav > li > a br {
    display: none;
  }
}
#global_header .main_nav > li > a::before {
  display: block;
  content: "";
  width: 0%;
  height: 0;
  background: #004a9a;
  border-radius: 8px 8px 0 0;
  position: absolute;
  inset: auto 0 -10px;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
@media (any-hover: hover) {
  #global_header .main_nav > li > a:hover {
    opacity: 1;
  }
  #global_header .main_nav > li > a:hover::before {
    width: 80%;
    height: 6px;
    inset: auto 0 -10px;
  }
}
@media (any-hover: hover) and (width <= 1180px) {
  #global_header .main_nav > li > a:hover::before {
    inset: auto 0 -12px;
  }
}
@media (any-hover: hover) and (width <= 767px) {
  #global_header .main_nav > li > a:hover::before {
    display: none;
  }
}
@media (width <= 1180px) {
  #global_header .main_nav > li > a {
    font-size: 1.5rem;
    padding: 0.4rem 0.4rem;
  }
}
@media (width <= 767px) {
  #global_header .main_nav > li > a {
    font-size: 1.8rem;
    justify-content: flex-start;
    border-right: none;
    border-bottom: 1px dotted #d0d9e4;
    padding: 1.6rem 0.4rem;
  }
}
#global_header .main_nav > li:first-child > a {
  border-left: 1px solid #d0d9e4;
}
#global_header .main_nav > li .ac_toggle {
  display: none;
}
@media (width <= 767px) {
  #global_header .main_nav > li .ac_toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 58px;
    cursor: pointer;
    z-index: 1;
  }
  #global_header .main_nav > li .ac_toggle::before, #global_header .main_nav > li .ac_toggle::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    width: 2px;
    height: 10px;
    border-radius: 8px;
    background-color: #004a9a;
    margin: auto;
    transition: all 0.3s ease-out;
  }
  #global_header .main_nav > li .ac_toggle::after {
    width: 10px;
    height: 2px;
  }
  #global_header .main_nav > li .ac_toggle[aria-expanded=true]::before {
    transform: rotate(90deg);
  }
}
#global_header .main_nav > li .mdd_wrap {
  position: absolute;
  background: #fff;
  width: 85%;
  display: block;
  inset: 46px 0 auto;
  margin: auto;
  border-radius: 0 0 8px 8px;
  border-top: 1px solid #004a9a;
  box-shadow: 0px 4px 8px 0 rgba(40, 40, 44, 0.24);
  padding: 2.4rem 1.6rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
#global_header .main_nav > li .mdd_wrap a {
  transition: all 0.3s ease-in-out;
}
@media (any-hover: hover) {
  #global_header .main_nav > li .mdd_wrap a:hover {
    opacity: 0.6;
  }
}
#global_header .main_nav > li .mdd_wrap[aria-hidden=false] {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
@media (width <= 1180px) {
  #global_header .main_nav > li .mdd_wrap {
    inset: 58px 0 auto;
  }
}
@media (width <= 767px) {
  #global_header .main_nav > li .mdd_wrap {
    position: relative;
    border-radius: 0;
    height: auto;
    width: 100%;
    box-shadow: none;
    border: none;
    inset: auto;
    background: #f5fafe;
    padding: 0 0.8rem;
  }
}
#global_header .main_nav > li .mdd_wrap .mdd_inner {
  width: 100%;
}
#global_header .main_nav > li .mdd_wrap .mdd_ttl > * {
  width: 100%;
  color: #333;
  display: flex;
  text-align: left;
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #d0d9e4;
  gap: 0.8rem;
  align-items: center;
}
#global_header .main_nav > li .mdd_wrap .mdd_ttl > *::before {
  display: inline-block;
  width: 17px;
  height: 12px;
  border-radius: 0 40px 40px 0;
  background: linear-gradient(90deg, #c70025, #eb6100, #fde2a6);
  content: "";
}
@media (width <= 767px) {
  #global_header .main_nav > li .mdd_wrap .mdd_ttl {
    display: none;
  }
}
#global_header .main_nav > li .mdd_wrap .clm_wrap ul {
  display: flex;
  flex-flow: row wrap;
  gap: 0 2%;
  container-type: inline-size;
}
@media (width <= 767px) {
  #global_header .main_nav > li .mdd_wrap .clm_wrap ul {
    flex-flow: column wrap;
  }
}
#global_header .main_nav > li .mdd_wrap .clm_wrap ul li {
  width: 32%;
}
@container (width <=700px) {
  #global_header .main_nav > li .mdd_wrap .clm_wrap ul li {
    width: 49%;
  }
}
@media (width <= 767px) {
  #global_header .main_nav > li .mdd_wrap .clm_wrap ul li {
    width: 100%;
  }
}
#global_header .main_nav > li .mdd_wrap .clm_wrap a {
  font-weight: normal;
  justify-content: space-between;
  text-align: left;
  min-height: 56px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #d0d9e4;
}
#global_header .main_nav > li .mdd_wrap .clm_wrap a::after {
  content: "";
  width: 4rem;
  height: 1lh;
  display: inline-block;
  -webkit-mask-image: url("/files/icon_arrow.svg");
          mask-image: url("/files/icon_arrow.svg");
  -webkit-mask-size: 1lh;
          mask-size: 1lh;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #004a9a;
}
#global_header .main_nav > li .mdd_wrap .clm_wrap a[target=_blank]::after {
  content: "外部サイトリンク";
  width: 4rem;
  height: 1lh;
  overflow: hidden;
  display: block;
  -webkit-mask-image: url("/files/icon_blank.svg");
          mask-image: url("/files/icon_blank.svg");
  -webkit-mask-size: 0.9lh;
          mask-size: 0.9lh;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #004a9a;
  color: #004a9a;
}
#global_header .main_nav > li .mdd_wrap .clm_wrap a[href$=".pdf"]::after {
  content: "PDF";
  overflow: hidden;
  width: 4rem;
  height: 1lh;
  display: inline-block;
  -webkit-mask-image: url("/files/icon_pdf.svg");
          mask-image: url("/files/icon_pdf.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 0.9lh;
          mask-size: 0.9lh;
  background-color: #CF5A3E;
  color: #CF5A3E;
}
@media (width <= 767px) {
  #global_header .main_nav > li .mdd_wrap .clm_wrap a {
    font-size: 1.6rem;
  }
}
#global_header .sub_nav {
  position: absolute;
  inset: 0 0 auto auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.6rem;
  font-size: 1.4rem;
}
@media (width <= 767px) {
  #global_header .sub_nav {
    position: relative;
    flex-flow: column wrap;
    gap: 1.6rem 0;
    margin-top: 2.4rem;
  }
}
@media (width <= 767px) {
  #global_header .sub_nav li {
    width: 100%;
    padding: 0 0.8rem;
    font-size: 1.6rem;
  }
}
#global_header .sub_nav li a,
#global_header .sub_nav li button {
  align-items: center;
  display: flex;
  gap: 0.6rem;
  transition: all 0.3s ease-in;
}
@media (any-hover: hover) {
  #global_header .sub_nav li a:hover,
  #global_header .sub_nav li button:hover {
    opacity: 0.6;
  }
}
#global_header .sub_nav .nav_search_box {
  display: block;
  position: relative;
}
#global_header .sub_nav .nav_search_box .switch {
  position: absolute;
  width: 30px;
  height: 30px;
  inset: 0 0 0 auto;
  margin: auto;
  z-index: 10;
  display: none;
}
#global_header .sub_nav .nav_search_box.active .search_area {
  z-index: 11;
}
#global_header .sub_nav .nav_search_box .search_area {
  position: relative;
  width: 100%;
  z-index: 9;
}
#global_header .sub_nav .nav_search_box .search_area input {
  border: 1px solid #d0d9e4;
  border-radius: 0.4rem;
  width: 100%;
  height: 100%;
  padding: 0.4rem 3.2rem 0.4rem 0.8rem;
}
#global_header .sub_nav .nav_search_box .search_area input::-moz-placeholder {
  color: #004a9a;
}
#global_header .sub_nav .nav_search_box .search_area input::placeholder {
  color: #004a9a;
}
#global_header .sub_nav .nav_search_box .search_area .search_btn {
  color: #004a9a;
  position: absolute;
  inset: 0 0.4rem 0 auto;
  margin: auto;
}
#global_header .sub_nav .nav_search_box .search_area .search_btn::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  -webkit-mask-image: url("/files/icon_search.svg");
          mask-image: url("/files/icon_search.svg");
  -webkit-mask-size: 22px;
          mask-size: 22px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #004a9a;
}
#global_header .sub_nav .nav_faq a::before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  -webkit-mask-image: url("/files/icon_faq.svg");
          mask-image: url("/files/icon_faq.svg");
  -webkit-mask-size: 22px;
          mask-size: 22px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #004a9a;
}
#global_header .sub_nav .nav_contact a::before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  -webkit-mask-image: url("/files/icon_mail.svg");
          mask-image: url("/files/icon_mail.svg");
  -webkit-mask-size: 22px;
          mask-size: 22px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #004a9a;
}
#global_header .sub_nav .nav_potal {
  background: #004a9a;
  border-radius: 0 0 0 25px;
  height: 50px;
}
@media (width <= 767px) {
  #global_header .sub_nav .nav_potal {
    background: transparent;
    height: auto;
  }
}
#global_header .sub_nav .nav_potal a {
  color: #fff;
  width: 180px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 1.6rem;
}
@media (767px <= width <= 860px) {
  #global_header .sub_nav .nav_potal a {
    width: 60px;
    height: 100%;
  }
  #global_header .sub_nav .nav_potal a span {
    display: none;
  }
}
@media (width <= 767px) {
  #global_header .sub_nav .nav_potal a {
    color: #004a9a;
    justify-content: flex-start;
  }
  #global_header .sub_nav .nav_potal a::before {
    content: "企業サイトへ外部リンク";
    overflow: hidden;
    width: 2.2rem;
    height: 1lh;
    display: block;
    -webkit-mask-image: url("/files/icon_com.svg");
            mask-image: url("/files/icon_com.svg");
    -webkit-mask-size: 1lh;
            mask-size: 1lh;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #004a9a;
  }
}
#global_header .sub_nav .nav_potal a::after {
  content: "外部リンク";
  overflow: hidden;
  width: 16px;
  height: 1lh;
  display: block;
  -webkit-mask-image: url("/files/icon_blank.svg");
          mask-image: url("/files/icon_blank.svg");
  -webkit-mask-size: 1lh;
          mask-size: 1lh;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
  color: #fff;
}
@media (767px <= width <= 860px) {
  #global_header .sub_nav .nav_potal a::after {
    width: 2.4rem;
    -webkit-mask-image: url("/files/icon_com.svg");
            mask-image: url("/files/icon_com.svg");
  }
}
@media (width <= 767px) {
  #global_header .sub_nav .nav_potal a::after {
    background-color: #004a9a;
    color: transparent;
  }
}
#global_header #sp_menu_btn {
  display: none;
}
@media (width <= 767px) {
  #global_header #sp_menu_btn {
    display: block;
    position: absolute;
    inset: 0 0 auto auto;
    z-index: 100;
  }
  #global_header #sp_menu_btn .switch_btn {
    width: 58px;
    height: 58px;
    display: block;
  }
  #global_header #sp_menu_btn .switch_btn span {
    width: 24px;
    height: 4px;
    background-color: #004a9a;
    border-radius: 8px;
    position: absolute;
    transition: all 0.3s linear;
    inset: 0;
    margin: auto;
  }
  #global_header #sp_menu_btn .switch_btn span:nth-of-type(1) {
    top: -20px;
    transform: rotate(0);
  }
  #global_header #sp_menu_btn .switch_btn span:nth-of-type(2) {
    transform: scale(1);
  }
  #global_header #sp_menu_btn .switch_btn span:nth-of-type(3) {
    top: 20px;
    transform: rotate(0);
  }
  #global_header #sp_menu_btn .switch_btn[aria-expanded=true] span:nth-of-type(1) {
    top: 0;
    transform: rotate(-45deg);
  }
  #global_header #sp_menu_btn .switch_btn[aria-expanded=true] span:nth-of-type(2) {
    opacity: 0;
    transform: scale(0);
  }
  #global_header #sp_menu_btn .switch_btn[aria-expanded=true] span:nth-of-type(3) {
    top: 0;
    transform: rotate(45deg);
  }
}

body.menu_open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.scroll #global_header .cont_outer,
.scroll #global_header .cont_inner {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  padding: 0;
}
.scroll #global_header .cont_inner {
  justify-content: space-between;
  gap: 0.8rem;
  align-items: center;
}
@media (width <= 900px) {
  .scroll #global_header .cont_inner {
    gap: 0.4rem;
  }
}
.scroll #global_header .site_logo {
  display: flex;
  align-items: center;
  width: 128px;
  height: 50px;
  background: url("/files/common-logo_s.svg") no-repeat center center;
  background-size: contain;
  z-index: 1;
  margin-inline: 1% 2rem;
}
.scroll #global_header .site_logo img {
  opacity: 0;
}
.scroll #global_header .global_nav {
  display: flex;
  width: calc(99% - 128px);
  gap: 2rem;
  height: 100%;
}
.scroll #global_header .main_nav {
  max-width: 1080px;
  margin: 0 auto;
}
.scroll #global_header .main_nav > li {
  padding-block: 1.6rem;
}
.scroll #global_header .main_nav > li > a {
  padding: 0.4rem 0.8rem;
  height: 100%;
}
@media (any-hover: hover) {
  .scroll #global_header .main_nav > li > a:hover::before {
    inset: auto 0 -16px;
  }
}
@media (any-hover: hover) and (width <= 1180px) {
  .scroll #global_header .main_nav > li > a:hover::before {
    inset: auto 0 -15px;
  }
}
@media (any-hover: hover) and (width <= 767px) {
  .scroll #global_header .main_nav > li > a:hover::before {
    display: none;
  }
}
@media (width <= 1080px) {
  .scroll #global_header .main_nav > li > a {
    font-size: 1.3vw;
    padding: 0.2rem 0.4rem;
  }
}
.scroll #global_header .main_nav > li .mdd_wrap {
  width: 100%;
  inset: 66px 0 auto;
}
@media (width <= 1273px) {
  .scroll #global_header .main_nav > li .mdd_wrap {
    inset: 88px 0 auto;
  }
}
@media (width <= 1080px) {
  .scroll #global_header .main_nav > li .mdd_wrap {
    inset: 100% 0 auto;
  }
}
.scroll #global_header .sub_nav {
  position: relative;
  gap: 0.8rem;
}
@media (767px <= width <= 1400px) {
  .scroll #global_header .sub_nav {
    margin-left: 30px;
  }
  .scroll #global_header .sub_nav .switch {
    display: block;
  }
}
.scroll #global_header .sub_nav a,
.scroll #global_header .sub_nav button {
  width: 22px;
  height: 22px;
}
.scroll #global_header .sub_nav a > span {
  display: none;
}
@media (767px <= width <= 1400px) {
  .scroll #global_header .sub_nav .nav_search_box {
    position: absolute;
    width: 30px;
    inset: 0 auto 0 -40px;
    display: flex;
    align-items: center;
    margin: auto;
    z-index: 9;
  }
  .scroll #global_header .sub_nav .nav_search_box .search_area input {
    border: none;
  }
  .scroll #global_header .sub_nav .nav_search_box.active {
    inset: 0 auto 0 -270px;
    width: 260px;
    height: 100%;
    z-index: 11;
    background: #fff;
    padding-left: 10px;
  }
  .scroll #global_header .sub_nav .nav_search_box.active .search_area input {
    border: 1px solid #d0d9e4;
  }
}
.scroll #global_header .sub_nav .nav_potal {
  height: 100%;
}
.scroll #global_header .sub_nav .nav_potal a {
  width: 60px;
  height: 100%;
}
.scroll #global_header .sub_nav .nav_potal a::after {
  content: "";
  width: 2.4rem;
  height: 1lh;
  display: inline-block;
  -webkit-mask-image: url("/files/icon_com.svg");
          mask-image: url("/files/icon_com.svg");
  -webkit-mask-size: 1lh;
          mask-size: 1lh;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
}

/* =======================================

  FOOTER

======================================= */
#footer {
  background: #f5fafe;
}
#footer .banner_area {
  background: url("/files/bg_banner_area.jpg") no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  padding: 40px 1%;
}
#footer .banner_area .banner_list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 1.6rem 1%;
}
#footer .banner_area .banner_list li {
  width: 24.25%;
}
@media (width <= 767px) {
  #footer .banner_area .banner_list li {
    width: 49.5%;
  }
}
#footer .cont_outer {
  padding-block: 40px 0;
}
#footer .cont_inner {
  display: flex;
  flex-flow: column nowrap;
  gap: 4rem;
}
#footer .cont_inner a {
  transition: all 0.3s ease-in-out;
}
@media (any-hover: hover) {
  #footer .cont_inner a:hover {
    opacity: 0.6;
  }
}
@media (width <= 767px) {
  #footer .cont_inner {
    gap: 0;
  }
}
#footer .footer_head_block {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2.4rem;
  padding-block: 0 30px;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media (width <= 767px) {
  #footer .footer_head_block {
    padding-block: 0 20px;
  }
}
#footer .footer_head_block::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0 0 0;
  background: #d0d9e4;
}
#footer .footer_head_block .footer_logo {
  width: 220px;
}
@media (width <= 767px) {
  #footer .footer_head_block .footer_logo {
    width: 165px;
  }
}
#footer .footer_head_block .footer_logo img {
  width: 100%;
  height: auto;
}
#footer .footer_head_block .sns_nav ul {
  display: flex;
  flex-flow: row nowrap;
  gap: 2.4rem;
}
@media (width <= 767px) {
  #footer .footer_head_block .sns_nav ul {
    gap: 1.6rem;
  }
}
#footer .footer_sitemap nav {
  display: flex;
  flex-flow: column nowrap;
  gap: 3rem;
}
@media (width <= 767px) {
  #footer .footer_sitemap nav {
    gap: 2rem;
  }
}
#footer .footer_sitemap nav .nav_field {
  display: flex;
  flex-flow: column wrap;
  gap: 4rem;
  max-height: 600px;
  width: 100%;
}
@media (width <= 767px) {
  #footer .footer_sitemap nav .nav_field {
    max-height: none;
    gap: 0;
  }
}
#footer .footer_sitemap nav .nav_field > li {
  position: relative;
}
@media (width <= 767px) {
  #footer .footer_sitemap nav .nav_field > li {
    padding-block: 1rem;
    border-bottom: 1px solid #fff;
  }
  #footer .footer_sitemap nav .nav_field > li::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    inset: auto 0 0 0;
    background: #d0d9e4;
  }
}
#footer .footer_sitemap nav .nav_field > li > a {
  font-weight: 600;
  font-size: 1.8rem;
}
@media (width <= 767px) {
  #footer .footer_sitemap nav .nav_field > li > a {
    font-size: 1.6rem;
  }
}
#footer .footer_sitemap nav .nav_field > li .ac_toggle {
  display: none;
}
@media (width <= 767px) {
  #footer .footer_sitemap nav .nav_field > li .ac_toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 42px;
    cursor: pointer;
    z-index: 1;
  }
  #footer .footer_sitemap nav .nav_field > li .ac_toggle::before, #footer .footer_sitemap nav .nav_field > li .ac_toggle::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    width: 2px;
    height: 10px;
    border-radius: 8px;
    background-color: #004a9a;
    margin: auto;
    transition: all 0.3s ease-out;
  }
  #footer .footer_sitemap nav .nav_field > li .ac_toggle::after {
    width: 10px;
    height: 2px;
  }
  #footer .footer_sitemap nav .nav_field > li .ac_toggle[aria-expanded=true]::before {
    transform: rotate(90deg);
  }
}
#footer .footer_sitemap nav .nav_field .mdd_wrap li {
  margin-top: 1.6rem;
}
#footer .footer_sitemap nav .nav_field .mdd_wrap li a {
  color: #333;
}
@media (width <= 767px) {
  #footer .footer_sitemap nav .nav_field .mdd_wrap li a {
    font-size: 1.4rem;
  }
}
#footer .footer_sitemap nav .sub_nav_field {
  display: flex;
  flex-flow: row wrap;
  padding-top: 3rem;
  border-top: 1px solid #d0d9e4;
  position: relative;
  justify-content: space-evenly;
  gap: 0.8rem 2.4rem;
  width: 100%;
}
@media (width <= 767px) {
  #footer .footer_sitemap nav .sub_nav_field {
    flex-flow: column nowrap;
    border-top: none;
    padding-top: 0;
  }
}
#footer .footer_sitemap nav .sub_nav_field::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0 0 auto 0;
  background: #fff;
}
@media (width <= 767px) {
  #footer .footer_sitemap nav .sub_nav_field::after {
    display: none;
  }
}
#footer .footer_sitemap nav .sub_nav_field a {
  font-size: 1.4rem;
  color: #333;
  font-weight: normal;
}
#footer .copyright {
  display: block;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  background: #004a9a;
  padding: 1rem;
  margin: 3rem auto 0;
}

/* =======================================

  PRINT

======================================= */
/*-----------------------------------------
  print
-----------------------------------------*/
@media print {
  body {
    zoom: 0.8;
  }
}/*# sourceMappingURL=common.css.map */