@charset "UTF-8";
/*colors
---------------------------------------------- */
/*themaColor
---------------------------------------------- */
/*fontFamily
---------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*! destyle.css v4.0.1 | 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;
  min-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.
 */
body {
  margin: 0;
}

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

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

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

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

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

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 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;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*fontSize
---------------------------------------------- */
/* Google Material Icons
---------------------------------------------- */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
}
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

/* width
---------------------------------------------- */
/* center
---------------------------------------------- */
.u-box-center, .l-container {
  margin-left: auto;
  margin-right: auto;
}

/* 影
---------------------------------------------- */
/* アニメーション
---------------------------------------------- */
.c-toggle, .c-toggle span, .c-btn, main, a {
  transition: 0.3s ease;
}

/*breakpoint 定義
---------------------------------------------- */
/*グラデーション
---------------------------------------------- */
/*余白
---------------------------------------------- */
/* base
------------------------------------------ */
html {
  height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", "YuGothic", sans-serif;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 1.25rem;
    line-height: 2;
  }
}

main {
  flex: 1;
  overflow: hidden;
  position: relative;
}

iframe {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  color: #111;
}
img {
  max-width: 100%;
  object-fit: contain;
}

/* layout
------------------------------------------ */
.l-container {
  max-width: 110rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .l-container {
    max-width: 70rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.l-section {
  position: relative;
}

.l-btn-wrapper {
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99;
}
.l-header-inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .l-header-inner {
    flex-direction: row;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.l-header-logo {
  height: 6rem;
}
.l-header-logo a {
  display: block;
  height: 6rem;
}
.l-header-logo img {
  height: 100%;
}
.l-header-nav {
  position: fixed;
  top: 6rem;
  left: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(-100% - 6em));
  transition: 0.4s ease;
}
@media screen and (min-width: 1025px) {
  .l-header-nav {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
.l-header-nav-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .l-header-nav-list {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.l-header-nav__item {
  background-color: #15306B;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 1025px) {
  .l-header-nav__item {
    background-color: transparent;
    border-bottom: none;
  }
}
.l-header-nav__item:first-child {
  border-top: 1px solid #fff;
}
@media screen and (min-width: 1025px) {
  .l-header-nav__item:first-child {
    border-top: none;
  }
}
.l-header-nav__item a {
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 1rem 2rem;
}
@media screen and (min-width: 1025px) {
  .l-header-nav__item a {
    color: #111;
    font-size: 1rem;
    padding: 0.6rem 1.5rem;
  }
}
.l-header-nav.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l-header-toggle {
  position: absolute;
  top: 2.5rem;
  right: 1.6rem;
}

.l-footer {
  background-color: #D9DEE7;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 1rem;
  border-bottom: 3px solid #15306B;
}
@media screen and (min-width: 1025px) {
  .l-footer {
    padding-top: 3rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.l-footer-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .l-footer-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.l-footer-logo {
  max-width: 120px;
}
.l-footer-title {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .l-footer-add {
    font-size: 1rem;
  }
}
.l-footer-add__item {
  margin-bottom: 1rem;
}
.l-footer-add__item:last-child {
  margin-bottom: 0;
}
.l-footer-map {
  width: 100%;
  height: 15rem;
}
@media screen and (min-width: 1025px) {
  .l-footer-map {
    width: 50%;
    height: 24rem;
  }
}
.l-footer-copyright {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
}

.l-main-content {
  padding-top: 6rem;
}

/* top
------------------------------------------ */
.l-fv-wrap {
  height: 23rem;
  border: 2px solid #111;
}
@media screen and (min-width: 1025px) {
  .l-fv-wrap {
    height: 36rem;
  }
}
.l-fv-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 70vh;
  vertical-align: bottom;
}

.l-top-news {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-top-news {
    width: 70%;
  }
}
.l-top-news-wrap {
  display: flex;
  flex-direction: row;
  background-color: #F8F8F8;
  border: 2px solid #111;
}
.l-top-news__item {
  flex-grow: 1;
}
.l-top-news__item > a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .l-top-news__item {
    width: 80%;
  }
}
.l-top-news-date {
  padding: 1rem;
}
.l-top-news-title {
  flex-grow: 1;
  padding: 1rem;
  width: auto;
}
.l-top-news-btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 2px solid #111;
}
.l-top-news-btn-wrap > a {
  height: 100%;
  padding: 1rem 2rem;
}

.l-top-about-wrap, .l-top-works-wrap, .l-top-recruit-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media screen and (min-width: 1025px) {
  .l-top-about-wrap {
    flex-direction: row;
  }
}
.l-top-about-headline {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .l-top-recruit-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.l-top-recruit-image {
  max-width: 75%;
}
@media screen and (min-width: 1025px) {
  .l-top-recruit-content {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
  }
}

/* toggle
---------------------------------------------- */
.c-toggle {
  display: inline-flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .c-toggle {
    display: none;
  }
}
.c-toggle span {
  display: inline-block;
  width: 2rem;
  height: 3px;
  background-color: #15306B;
  border-radius: 2px;
}
.c-toggle.is-open span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.c-toggle.is-open span:nth-child(2) {
  transform: translateY(-6px) rotate(-45deg);
}
.c-toggle.is-open span:nth-child(3) {
  visibility: hidden;
  opacity: 0;
}

/* 見出し
---------------------------------------------- */
.c-heading {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.c-heading .main {
  font-size: 1.75rem;
  font-weight: 600;
  color: #15306B;
  text-transform: capitalize;
}
.c-heading .sub {
  font-size: 0.875rem;
  color: #ccc;
}
@media screen and (min-width: 1025px) {
  .c-heading.align-center {
    align-items: center;
  }
}

.c-page-headline {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.c-page-headline .main {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #111;
  text-transform: capitalize;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .c-page-headline .main {
    font-size: 2.5rem;
  }
}
.c-page-headline .sub {
  font-size: 0.875rem;
  color: #ccc;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1025px) {
  .c-page-headline .sub {
    font-size: 1rem;
  }
}

/* ボタン
---------------------------------------------- */
.c-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #15306B;
  font-weight: 600;
  border: 2px solid #15306B;
  background-color: #fff;
  padding: 0.8rem 1rem;
}
.c-btn:hover {
  background-color: #15306B;
  color: #fff;
}
.c-btn.btn-c-main {
  color: #fff;
  background-color: #15306B;
}
.c-btn.btn-c-main:hover {
  background-color: #fff;
  color: #15306B;
}

/* font-color
------------------------------------------ */
.u-bg-main {
  background-color: #15306B !important;
}

.u-bg-white {
  background-color: #fff !important;
}

/* font-color
------------------------------------------ */
.u-text-colos-main {
  color: #15306B !important;
}

.u-text-colos-white {
  color: #fff !important;
}

.u-text-colos-gray {
  color: #555 !important;
}

.u-text-color-warning {
  color: #E32323;
}

/* font-family
------------------------------------------ */
.u-font-ja {
  font-family: "Noto Sans JP", "YuGothic", sans-serif;
}

.u-font-en {
  font-family: "Roboto", sans-serif;
}

/* font-weight
------------------------------------------ */
.u-fw-light {
  font-weight: 300;
}

.u-fw-nomal {
  font-weight: 500;
}

.u-fw-bold {
  font-weight: 600;
}

/* font-size
------------------------------------------ */
.u-fs-ssm {
  font-size: 0.75rem;
}

.u-fs-sm {
  font-size: 0.875rem;
}

.u-fs-md {
  font-size: 1rem;
}

.u-fs-md-lg {
  font-size: 1.125rem;
}

.u-fs-lg {
  font-size: 1.25rem;
}

/* text-link
------------------------------------------ */
.u-text-link {
  text-decoration: underline;
}

/* space
------------------------------------------ */
.u-mt-0 {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .u-mt-0 {
    margin-top: 0;
  }
}

.u-mb-0 {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .u-mb-0 {
    margin-bottom: 0;
  }
}

.u-ml-0 {
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .u-ml-0 {
    margin-left: 0;
  }
}

.u-pt-0 {
  padding-top: 0;
}
@media screen and (min-width: 1025px) {
  .u-pt-0 {
    padding-top: 0;
  }
}

.u-pb-0 {
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .u-pb-0 {
    padding-bottom: 0;
  }
}

.u-px-0 {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1025px) {
  .u-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

.u-py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .u-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.u-p-0 {
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .u-p-0 {
    padding: 0;
  }
}

.u-mt-4 {
  margin-top: 2px;
}
@media screen and (min-width: 1025px) {
  .u-mt-4 {
    margin-top: 4px;
  }
}

.u-mb-4 {
  margin-bottom: 2px;
}
@media screen and (min-width: 1025px) {
  .u-mb-4 {
    margin-bottom: 4px;
  }
}

.u-ml-4 {
  margin-left: 2px;
}
@media screen and (min-width: 1025px) {
  .u-ml-4 {
    margin-left: 4px;
  }
}

.u-pt-4 {
  padding-top: 2px;
}
@media screen and (min-width: 1025px) {
  .u-pt-4 {
    padding-top: 4px;
  }
}

.u-pb-4 {
  padding-bottom: 2px;
}
@media screen and (min-width: 1025px) {
  .u-pb-4 {
    padding-bottom: 4px;
  }
}

.u-px-4 {
  padding-left: 2px;
  padding-right: 2px;
}
@media screen and (min-width: 1025px) {
  .u-px-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.u-py-4 {
  padding-top: 2px;
  padding-bottom: 2px;
}
@media screen and (min-width: 1025px) {
  .u-py-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.u-p-4 {
  padding: 2px;
}
@media screen and (min-width: 1025px) {
  .u-p-4 {
    padding: 4px;
  }
}

.u-mt-8 {
  margin-top: 4px;
}
@media screen and (min-width: 1025px) {
  .u-mt-8 {
    margin-top: 8px;
  }
}

.u-mb-8 {
  margin-bottom: 4px;
}
@media screen and (min-width: 1025px) {
  .u-mb-8 {
    margin-bottom: 8px;
  }
}

.u-ml-8 {
  margin-left: 4px;
}
@media screen and (min-width: 1025px) {
  .u-ml-8 {
    margin-left: 8px;
  }
}

.u-pt-8 {
  padding-top: 4px;
}
@media screen and (min-width: 1025px) {
  .u-pt-8 {
    padding-top: 8px;
  }
}

.u-pb-8 {
  padding-bottom: 4px;
}
@media screen and (min-width: 1025px) {
  .u-pb-8 {
    padding-bottom: 8px;
  }
}

.u-px-8 {
  padding-left: 4px;
  padding-right: 4px;
}
@media screen and (min-width: 1025px) {
  .u-px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.u-py-8 {
  padding-top: 4px;
  padding-bottom: 4px;
}
@media screen and (min-width: 1025px) {
  .u-py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.u-p-8 {
  padding: 4px;
}
@media screen and (min-width: 1025px) {
  .u-p-8 {
    padding: 8px;
  }
}

.u-mt-12 {
  margin-top: 6px;
}
@media screen and (min-width: 1025px) {
  .u-mt-12 {
    margin-top: 12px;
  }
}

.u-mb-12 {
  margin-bottom: 6px;
}
@media screen and (min-width: 1025px) {
  .u-mb-12 {
    margin-bottom: 12px;
  }
}

.u-ml-12 {
  margin-left: 6px;
}
@media screen and (min-width: 1025px) {
  .u-ml-12 {
    margin-left: 12px;
  }
}

.u-pt-12 {
  padding-top: 6px;
}
@media screen and (min-width: 1025px) {
  .u-pt-12 {
    padding-top: 12px;
  }
}

.u-pb-12 {
  padding-bottom: 6px;
}
@media screen and (min-width: 1025px) {
  .u-pb-12 {
    padding-bottom: 12px;
  }
}

.u-px-12 {
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 1025px) {
  .u-px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.u-py-12 {
  padding-top: 6px;
  padding-bottom: 6px;
}
@media screen and (min-width: 1025px) {
  .u-py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.u-p-12 {
  padding: 6px;
}
@media screen and (min-width: 1025px) {
  .u-p-12 {
    padding: 12px;
  }
}

.u-mt-16 {
  margin-top: 8px;
}
@media screen and (min-width: 1025px) {
  .u-mt-16 {
    margin-top: 16px;
  }
}

.u-mb-16 {
  margin-bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .u-mb-16 {
    margin-bottom: 16px;
  }
}

.u-ml-16 {
  margin-left: 8px;
}
@media screen and (min-width: 1025px) {
  .u-ml-16 {
    margin-left: 16px;
  }
}

.u-pt-16 {
  padding-top: 8px;
}
@media screen and (min-width: 1025px) {
  .u-pt-16 {
    padding-top: 16px;
  }
}

.u-pb-16 {
  padding-bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .u-pb-16 {
    padding-bottom: 16px;
  }
}

.u-px-16 {
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (min-width: 1025px) {
  .u-px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.u-py-16 {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .u-py-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.u-p-16 {
  padding: 8px;
}
@media screen and (min-width: 1025px) {
  .u-p-16 {
    padding: 16px;
  }
}

.u-mt-20 {
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .u-mt-20 {
    margin-top: 20px;
  }
}

.u-mb-20 {
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .u-mb-20 {
    margin-bottom: 20px;
  }
}

.u-ml-20 {
  margin-left: 10px;
}
@media screen and (min-width: 1025px) {
  .u-ml-20 {
    margin-left: 20px;
  }
}

.u-pt-20 {
  padding-top: 10px;
}
@media screen and (min-width: 1025px) {
  .u-pt-20 {
    padding-top: 20px;
  }
}

.u-pb-20 {
  padding-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .u-pb-20 {
    padding-bottom: 20px;
  }
}

.u-px-20 {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1025px) {
  .u-px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.u-py-20 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .u-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.u-p-20 {
  padding: 10px;
}
@media screen and (min-width: 1025px) {
  .u-p-20 {
    padding: 20px;
  }
}

.u-mt-24 {
  margin-top: 12px;
}
@media screen and (min-width: 1025px) {
  .u-mt-24 {
    margin-top: 24px;
  }
}

.u-mb-24 {
  margin-bottom: 12px;
}
@media screen and (min-width: 1025px) {
  .u-mb-24 {
    margin-bottom: 24px;
  }
}

.u-ml-24 {
  margin-left: 12px;
}
@media screen and (min-width: 1025px) {
  .u-ml-24 {
    margin-left: 24px;
  }
}

.u-pt-24 {
  padding-top: 12px;
}
@media screen and (min-width: 1025px) {
  .u-pt-24 {
    padding-top: 24px;
  }
}

.u-pb-24 {
  padding-bottom: 12px;
}
@media screen and (min-width: 1025px) {
  .u-pb-24 {
    padding-bottom: 24px;
  }
}

.u-px-24 {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (min-width: 1025px) {
  .u-px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.u-py-24 {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (min-width: 1025px) {
  .u-py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.u-p-24 {
  padding: 12px;
}
@media screen and (min-width: 1025px) {
  .u-p-24 {
    padding: 24px;
  }
}

.u-mt-32 {
  margin-top: 16px;
}
@media screen and (min-width: 1025px) {
  .u-mt-32 {
    margin-top: 32px;
  }
}

.u-mb-32 {
  margin-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  .u-mb-32 {
    margin-bottom: 32px;
  }
}

.u-ml-32 {
  margin-left: 16px;
}
@media screen and (min-width: 1025px) {
  .u-ml-32 {
    margin-left: 32px;
  }
}

.u-pt-32 {
  padding-top: 16px;
}
@media screen and (min-width: 1025px) {
  .u-pt-32 {
    padding-top: 32px;
  }
}

.u-pb-32 {
  padding-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  .u-pb-32 {
    padding-bottom: 32px;
  }
}

.u-px-32 {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1025px) {
  .u-px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.u-py-32 {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  .u-py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.u-p-32 {
  padding: 16px;
}
@media screen and (min-width: 1025px) {
  .u-p-32 {
    padding: 32px;
  }
}

.u-mt-40 {
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .u-mt-40 {
    margin-top: 40px;
  }
}

.u-mb-40 {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .u-mb-40 {
    margin-bottom: 40px;
  }
}

.u-ml-40 {
  margin-left: 20px;
}
@media screen and (min-width: 1025px) {
  .u-ml-40 {
    margin-left: 40px;
  }
}

.u-pt-40 {
  padding-top: 20px;
}
@media screen and (min-width: 1025px) {
  .u-pt-40 {
    padding-top: 40px;
  }
}

.u-pb-40 {
  padding-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .u-pb-40 {
    padding-bottom: 40px;
  }
}

.u-px-40 {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1025px) {
  .u-px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.u-py-40 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .u-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.u-p-40 {
  padding: 20px;
}
@media screen and (min-width: 1025px) {
  .u-p-40 {
    padding: 40px;
  }
}

.u-mt-48 {
  margin-top: 24px;
}
@media screen and (min-width: 1025px) {
  .u-mt-48 {
    margin-top: 48px;
  }
}

.u-mb-48 {
  margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .u-mb-48 {
    margin-bottom: 48px;
  }
}

.u-ml-48 {
  margin-left: 24px;
}
@media screen and (min-width: 1025px) {
  .u-ml-48 {
    margin-left: 48px;
  }
}

.u-pt-48 {
  padding-top: 24px;
}
@media screen and (min-width: 1025px) {
  .u-pt-48 {
    padding-top: 48px;
  }
}

.u-pb-48 {
  padding-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .u-pb-48 {
    padding-bottom: 48px;
  }
}

.u-px-48 {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 1025px) {
  .u-px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.u-py-48 {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  .u-py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.u-p-48 {
  padding: 24px;
}
@media screen and (min-width: 1025px) {
  .u-p-48 {
    padding: 48px;
  }
}

.u-mt-56 {
  margin-top: 28px;
}
@media screen and (min-width: 1025px) {
  .u-mt-56 {
    margin-top: 56px;
  }
}

.u-mb-56 {
  margin-bottom: 28px;
}
@media screen and (min-width: 1025px) {
  .u-mb-56 {
    margin-bottom: 56px;
  }
}

.u-ml-56 {
  margin-left: 28px;
}
@media screen and (min-width: 1025px) {
  .u-ml-56 {
    margin-left: 56px;
  }
}

.u-pt-56 {
  padding-top: 28px;
}
@media screen and (min-width: 1025px) {
  .u-pt-56 {
    padding-top: 56px;
  }
}

.u-pb-56 {
  padding-bottom: 28px;
}
@media screen and (min-width: 1025px) {
  .u-pb-56 {
    padding-bottom: 56px;
  }
}

.u-px-56 {
  padding-left: 28px;
  padding-right: 28px;
}
@media screen and (min-width: 1025px) {
  .u-px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }
}

.u-py-56 {
  padding-top: 28px;
  padding-bottom: 28px;
}
@media screen and (min-width: 1025px) {
  .u-py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.u-p-56 {
  padding: 28px;
}
@media screen and (min-width: 1025px) {
  .u-p-56 {
    padding: 56px;
  }
}

.u-mt-64 {
  margin-top: 32px;
}
@media screen and (min-width: 1025px) {
  .u-mt-64 {
    margin-top: 64px;
  }
}

.u-mb-64 {
  margin-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .u-mb-64 {
    margin-bottom: 64px;
  }
}

.u-ml-64 {
  margin-left: 32px;
}
@media screen and (min-width: 1025px) {
  .u-ml-64 {
    margin-left: 64px;
  }
}

.u-pt-64 {
  padding-top: 32px;
}
@media screen and (min-width: 1025px) {
  .u-pt-64 {
    padding-top: 64px;
  }
}

.u-pb-64 {
  padding-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .u-pb-64 {
    padding-bottom: 64px;
  }
}

.u-px-64 {
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (min-width: 1025px) {
  .u-px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.u-py-64 {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .u-py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.u-p-64 {
  padding: 32px;
}
@media screen and (min-width: 1025px) {
  .u-p-64 {
    padding: 64px;
  }
}

.u-mt-72 {
  margin-top: 36px;
}
@media screen and (min-width: 1025px) {
  .u-mt-72 {
    margin-top: 72px;
  }
}

.u-mb-72 {
  margin-bottom: 36px;
}
@media screen and (min-width: 1025px) {
  .u-mb-72 {
    margin-bottom: 72px;
  }
}

.u-ml-72 {
  margin-left: 36px;
}
@media screen and (min-width: 1025px) {
  .u-ml-72 {
    margin-left: 72px;
  }
}

.u-pt-72 {
  padding-top: 36px;
}
@media screen and (min-width: 1025px) {
  .u-pt-72 {
    padding-top: 72px;
  }
}

.u-pb-72 {
  padding-bottom: 36px;
}
@media screen and (min-width: 1025px) {
  .u-pb-72 {
    padding-bottom: 72px;
  }
}

.u-px-72 {
  padding-left: 36px;
  padding-right: 36px;
}
@media screen and (min-width: 1025px) {
  .u-px-72 {
    padding-left: 72px;
    padding-right: 72px;
  }
}

.u-py-72 {
  padding-top: 36px;
  padding-bottom: 36px;
}
@media screen and (min-width: 1025px) {
  .u-py-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.u-p-72 {
  padding: 36px;
}
@media screen and (min-width: 1025px) {
  .u-p-72 {
    padding: 72px;
  }
}

.u-mt-80 {
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .u-mt-80 {
    margin-top: 80px;
  }
}

.u-mb-80 {
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .u-mb-80 {
    margin-bottom: 80px;
  }
}

.u-ml-80 {
  margin-left: 40px;
}
@media screen and (min-width: 1025px) {
  .u-ml-80 {
    margin-left: 80px;
  }
}

.u-pt-80 {
  padding-top: 40px;
}
@media screen and (min-width: 1025px) {
  .u-pt-80 {
    padding-top: 80px;
  }
}

.u-pb-80 {
  padding-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .u-pb-80 {
    padding-bottom: 80px;
  }
}

.u-px-80 {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (min-width: 1025px) {
  .u-px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.u-py-80 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .u-py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.u-p-80 {
  padding: 40px;
}
@media screen and (min-width: 1025px) {
  .u-p-80 {
    padding: 80px;
  }
}

.u-mt-100 {
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .u-mt-100 {
    margin-top: 100px;
  }
}

.u-mb-100 {
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .u-mb-100 {
    margin-bottom: 100px;
  }
}

.u-ml-100 {
  margin-left: 50px;
}
@media screen and (min-width: 1025px) {
  .u-ml-100 {
    margin-left: 100px;
  }
}

.u-pt-100 {
  padding-top: 50px;
}
@media screen and (min-width: 1025px) {
  .u-pt-100 {
    padding-top: 100px;
  }
}

.u-pb-100 {
  padding-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .u-pb-100 {
    padding-bottom: 100px;
  }
}

.u-px-100 {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (min-width: 1025px) {
  .u-px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.u-py-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .u-py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.u-p-100 {
  padding: 50px;
}
@media screen and (min-width: 1025px) {
  .u-p-100 {
    padding: 100px;
  }
}

.u-mt-120 {
  margin-top: 60px;
}
@media screen and (min-width: 1025px) {
  .u-mt-120 {
    margin-top: 120px;
  }
}

.u-mb-120 {
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .u-mb-120 {
    margin-bottom: 120px;
  }
}

.u-ml-120 {
  margin-left: 60px;
}
@media screen and (min-width: 1025px) {
  .u-ml-120 {
    margin-left: 120px;
  }
}

.u-pt-120 {
  padding-top: 60px;
}
@media screen and (min-width: 1025px) {
  .u-pt-120 {
    padding-top: 120px;
  }
}

.u-pb-120 {
  padding-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .u-pb-120 {
    padding-bottom: 120px;
  }
}

.u-px-120 {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (min-width: 1025px) {
  .u-px-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.u-py-120 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .u-py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.u-p-120 {
  padding: 60px;
}
@media screen and (min-width: 1025px) {
  .u-p-120 {
    padding: 120px;
  }
}

.u-mt-140 {
  margin-top: 70px;
}
@media screen and (min-width: 1025px) {
  .u-mt-140 {
    margin-top: 140px;
  }
}

.u-mb-140 {
  margin-bottom: 70px;
}
@media screen and (min-width: 1025px) {
  .u-mb-140 {
    margin-bottom: 140px;
  }
}

.u-ml-140 {
  margin-left: 70px;
}
@media screen and (min-width: 1025px) {
  .u-ml-140 {
    margin-left: 140px;
  }
}

.u-pt-140 {
  padding-top: 70px;
}
@media screen and (min-width: 1025px) {
  .u-pt-140 {
    padding-top: 140px;
  }
}

.u-pb-140 {
  padding-bottom: 70px;
}
@media screen and (min-width: 1025px) {
  .u-pb-140 {
    padding-bottom: 140px;
  }
}

.u-px-140 {
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (min-width: 1025px) {
  .u-px-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
}

.u-py-140 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (min-width: 1025px) {
  .u-py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.u-p-140 {
  padding: 70px;
}
@media screen and (min-width: 1025px) {
  .u-p-140 {
    padding: 140px;
  }
}

.u-mt-160 {
  margin-top: 80px;
}
@media screen and (min-width: 1025px) {
  .u-mt-160 {
    margin-top: 160px;
  }
}

.u-mb-160 {
  margin-bottom: 80px;
}
@media screen and (min-width: 1025px) {
  .u-mb-160 {
    margin-bottom: 160px;
  }
}

.u-ml-160 {
  margin-left: 80px;
}
@media screen and (min-width: 1025px) {
  .u-ml-160 {
    margin-left: 160px;
  }
}

.u-pt-160 {
  padding-top: 80px;
}
@media screen and (min-width: 1025px) {
  .u-pt-160 {
    padding-top: 160px;
  }
}

.u-pb-160 {
  padding-bottom: 80px;
}
@media screen and (min-width: 1025px) {
  .u-pb-160 {
    padding-bottom: 160px;
  }
}

.u-px-160 {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (min-width: 1025px) {
  .u-px-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
}

.u-py-160 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1025px) {
  .u-py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

.u-p-160 {
  padding: 80px;
}
@media screen and (min-width: 1025px) {
  .u-p-160 {
    padding: 160px;
  }
}

.u-mt-180 {
  margin-top: 90px;
}
@media screen and (min-width: 1025px) {
  .u-mt-180 {
    margin-top: 180px;
  }
}

.u-mb-180 {
  margin-bottom: 90px;
}
@media screen and (min-width: 1025px) {
  .u-mb-180 {
    margin-bottom: 180px;
  }
}

.u-ml-180 {
  margin-left: 90px;
}
@media screen and (min-width: 1025px) {
  .u-ml-180 {
    margin-left: 180px;
  }
}

.u-pt-180 {
  padding-top: 90px;
}
@media screen and (min-width: 1025px) {
  .u-pt-180 {
    padding-top: 180px;
  }
}

.u-pb-180 {
  padding-bottom: 90px;
}
@media screen and (min-width: 1025px) {
  .u-pb-180 {
    padding-bottom: 180px;
  }
}

.u-px-180 {
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (min-width: 1025px) {
  .u-px-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
}

.u-py-180 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (min-width: 1025px) {
  .u-py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}

.u-p-180 {
  padding: 90px;
}
@media screen and (min-width: 1025px) {
  .u-p-180 {
    padding: 180px;
  }
}

.u-mt-200 {
  margin-top: 100px;
}
@media screen and (min-width: 1025px) {
  .u-mt-200 {
    margin-top: 200px;
  }
}

.u-mb-200 {
  margin-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  .u-mb-200 {
    margin-bottom: 200px;
  }
}

.u-ml-200 {
  margin-left: 100px;
}
@media screen and (min-width: 1025px) {
  .u-ml-200 {
    margin-left: 200px;
  }
}

.u-pt-200 {
  padding-top: 100px;
}
@media screen and (min-width: 1025px) {
  .u-pt-200 {
    padding-top: 200px;
  }
}

.u-pb-200 {
  padding-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  .u-pb-200 {
    padding-bottom: 200px;
  }
}

.u-px-200 {
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (min-width: 1025px) {
  .u-px-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
}

.u-py-200 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  .u-py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.u-p-200 {
  padding: 100px;
}
@media screen and (min-width: 1025px) {
  .u-p-200 {
    padding: 200px;
  }
}

/* flex
------------------------------------------ */
.u-flex {
  display: flex;
}
.u-flex-column {
  flex-direction: column;
}
.u-flex-row {
  flex-direction: row;
}
.u-flex-align-center {
  align-items: center;
}
.u-flex-justify-center {
  justify-content: center;
}

/* 中央揃え
------------------------------------------ */
.u-text-center {
  text-align: center;
}

/* 改行
------------------------------------------ */
.u-brsp {
  display: block;
}
@media screen and (min-width: 1025px) {
  .u-brsp {
    display: none;
  }
}

/* 表示非表示
------------------------------------------ */
.u-hide-pc {
  display: flex;
  visibility: visible;
  overflow: visible;
}
@media screen and (min-width: 1025px) {
  .u-hide-pc {
    display: none;
    visibility: hidden;
    overflow: hidden;
  }
}

.u-hide-sp {
  display: none;
  visibility: hidden;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .u-hide-sp {
    display: flex;
    visibility: visible;
    overflow: visible;
  }
}

/* page layout
------------------------------------------ */
.l-page-section {
  position: relative;
  padding-bottom: 4rem;
}
@media screen and (min-width: 1025px) {
  .l-page-section {
    padding-bottom: 8rem;
  }
}

.l-post-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.l-post-pagination .page-numbers {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  padding: 1rem 1rem;
  border: 1px solid #D9D9D9;
}
.l-post-pagination .page-numbers.current {
  color: #fff;
  background-color: #15306B;
  font-weight: 600;
}

.l-page-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-page-list__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 1rem 1rem;
  border-bottom: 1px solid #D9D9D9;
}
.l-page-list-name {
  width: 20%;
  font-weight: 600;
}
.l-page-list-content {
  width: 80%;
}

/* page news
------------------------------------------ */
.l-news-catlist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 1025px) {
  .l-news-catlist {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-news-catlist .cat-item {
    font-size: 1rem;
  }
}
.l-news-catlist .cat-item a {
  display: block;
  padding: 0.5rem 0rem;
  color: #555;
  font-weight: 600;
}
.l-news-catlist .cat-item.current-cat {
  position: relative;
}
.l-news-catlist .cat-item.current-cat::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #111;
}
.l-news-catlist .cat-item.current-cat a {
  color: #111;
}

.l-news-archive__item {
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  padding: 1rem 0rem;
}
@media screen and (min-width: 1025px) {
  .l-news-archive__item {
    padding: 1rem 1.5rem;
  }
}
.l-news-archive-date {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .l-news-archive-date {
    width: 140px;
  }
}
.l-news-archive-cat {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .l-news-archive-cat {
    width: 200px;
  }
}
.l-news-archive-cat__item {
  color: #555;
  padding: 0.2rem 0.6rem;
  border: 1px solid #555;
}
@media screen and (min-width: 1025px) {
  .l-news-archive-cat__item {
    padding: 0.2rem 1rem;
    font-size: 1rem;
  }
}
.l-news-archive-title {
  font-weight: 600;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-news-archive-title {
    width: auto;
    flex-grow: 1;
  }
}
.l-news-archive-title a {
  display: block;
}

.l-news-article-head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 1025px) {
  .l-news-article-head {
    gap: 1rem 1.5rem;
  }
}
.l-news-article-date {
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1025px) {
  .l-news-article-date {
    font-size: 1rem;
  }
}
.l-news-article-cat {
  color: #555;
  border: 1px solid #555;
  padding: 0.2rem 1rem;
}
@media screen and (min-width: 1025px) {
  .l-news-article-cat {
    font-size: 1rem;
  }
}
.l-news-article-title {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .l-news-article-title {
    font-size: 1.75rem;
  }
}
.l-news-article-content {
  margin-bottom: 2rem;
}

/* 投稿ページ、固定ページ
------------------------------------------ */
.l-article-content div, .l-article-content p, .l-article-content ul, .l-article-content ol, .l-article-content img h1,
.l-article-content h2, .l-article-content h3, .l-article-content h4, .l-article-content h5, .l-article-content h6, .l-page-content div, .l-page-content p, .l-page-content ul, .l-page-content ol, .l-page-content img h1,
.l-page-content h2, .l-page-content h3, .l-page-content h4, .l-page-content h5, .l-page-content h6 {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .l-article-content div, .l-article-content p, .l-article-content ul, .l-article-content ol, .l-article-content img h1,
  .l-article-content h2, .l-article-content h3, .l-article-content h4, .l-article-content h5, .l-article-content h6, .l-page-content div, .l-page-content p, .l-page-content ul, .l-page-content ol, .l-page-content img h1,
  .l-page-content h2, .l-page-content h3, .l-page-content h4, .l-page-content h5, .l-page-content h6 {
    margin-bottom: 2rem;
  }
}
.l-article-content ul li, .l-page-content ul li {
  margin-left: 1.5rem;
  padding-left: 0.2rem;
  list-style: disc;
}
.l-article-content ol li, .l-page-content ol li {
  margin-left: 1.5rem;
  padding-left: 0.2rem;
  list-style: decimal;
}
.l-article-content h1, .l-article-content h2, .l-article-content h3, .l-article-content h4, .l-article-content h5, .l-article-content h6, .l-page-content h1, .l-page-content h2, .l-page-content h3, .l-page-content h4, .l-page-content h5, .l-page-content h6 {
  font-weight: 600;
}
.l-article-content h2, .l-page-content h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .l-article-content h2, .l-page-content h2 {
    font-size: 1.75rem;
  }
}
.l-article-content h3, .l-page-content h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 1025px) {
  .l-article-content h3, .l-page-content h3 {
    font-size: 1.5rem;
  }
}
.l-article-content h4, .l-page-content h4 {
  font-size: 1.125rem;
}
@media screen and (min-width: 1025px) {
  .l-article-content h4, .l-page-content h4 {
    font-size: 1.25rem;
  }
}
.l-article-content h5, .l-page-content h5 {
  font-size: 1rem;
}
@media screen and (min-width: 1025px) {
  .l-article-content h5, .l-page-content h5 {
    font-size: 1.125rem;
  }
}
.l-article-content h6, .l-page-content h6 {
  font-size: 0.875rem;
}
@media screen and (min-width: 1025px) {
  .l-article-content h6, .l-page-content h6 {
    font-size: 1rem;
  }
}

/* お問い合わせ
------------------------------------------ */
.l-article-content dt p, .l-article-content dd p, .l-page-content dt p, .l-page-content dd p {
  margin-bottom: 0;
}
.l-article-content dl, .l-page-content dl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 1025px) {
  .l-article-content dl.flex-row, .l-page-content dl.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .l-article-content dl > label, .l-page-content dl > label {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.l-article-content dt, .l-page-content dt {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .l-article-content dt, .l-page-content dt {
    width: 25%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-article-content dd, .l-page-content dd {
    width: 75%;
  }
}
.l-article-content .wpcf7-form-control.wpcf7-text, .l-article-content .wpcf7-form-control.wpcf7-textarea, .l-page-content .wpcf7-form-control.wpcf7-text, .l-page-content .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  background-color: #F8F8F8;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  padding: 0.2rem 0.5rem;
}
@media screen and (min-width: 1025px) {
  .l-article-content .wpcf7-form-control.wpcf7-text, .l-article-content .wpcf7-form-control.wpcf7-textarea, .l-page-content .wpcf7-form-control.wpcf7-text, .l-page-content .wpcf7-form-control.wpcf7-textarea {
    padding: 0.2rem 1rem;
  }
}
.l-article-content .wpcf7-submit, .l-page-content .wpcf7-submit {
  text-align: center;
  background-color: #F8F8F8;
  border: 2px solid #111;
  font-weight: 600;
  padding: 0.5rem 1rem;
  width: 100%;
  min-width: 70vw;
}
@media screen and (min-width: 1025px) {
  .l-article-content .wpcf7-submit, .l-page-content .wpcf7-submit {
    max-width: 32rem;
    min-width: 32rem;
  }
}
.l-article-content input[type=checkbox], .l-page-content input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #111;
  border-radius: 4px;
  cursor: pointer;
}
.l-article-content input[type=checkbox]:checked::after, .l-page-content input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 4px;
  width: 8px;
  height: 15px;
  border-top: 3px solid #15306B;
  border-left: 3px solid #15306B;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(230deg);
}
.l-article-content .wpcf7-radio .wpcf7-list-item, .l-page-content .wpcf7-radio .wpcf7-list-item {
  margin-right: 2rem;
}
.l-article-content .wpcf7-radio .wpcf7-list-item-label, .l-page-content .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
}
.l-article-content .wpcf7-radio .wpcf7-list-item-label::before, .l-page-content .wpcf7-radio .wpcf7-list-item-label::before {
  position: absolute;
  top: 52%;
  left: -1.5rem;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ccc;
}
.l-article-content .wpcf7-radio .wpcf7-list-item-label::after, .l-page-content .wpcf7-radio .wpcf7-list-item-label::after {
  position: absolute;
  top: 52%;
  left: -1.25rem;
  transform: translateY(-50%);
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #15306B;
  opacity: 0;
}
.l-article-content input[type=radio]:checked + .wpcf7-list-item-label::after, .l-page-content input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.l-article-content .form-col3, .l-page-content .form-col3 {
  max-width: 50%;
}
@media screen and (min-width: 1025px) {
  .l-article-content .form-col3, .l-page-content .form-col3 {
    max-width: 40%;
  }
}

.l-c_wpcf7-submit-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-c_wpcf7-submit > p {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}/*# sourceMappingURL=style.css.map */