/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  /* stylelint-disable-next-line font-family-no-duplicate-names */
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}@charset "UTF-8";
/* ======================================================================
 * setting
====================================================================== *//* ------------------------------------------------------------
 * tag setting
------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 1em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h4 {
  margin-bottom: -1px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}
h4 + p {
  margin-top: 0;
}

p {
  margin: 0;
}

ul,
ol,
table {
  margin: 1em 0;
}
ul:last-child,
ol:last-child,
table:last-child {
  margin-bottom: 0;
}
ul:first-child,
ol:first-child,
table:first-child {
  margin-top: 0;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #000;
}

input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
}

body {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #666;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a {
  color: #03418c;
  text-decoration: none;
}
a:hover {
  color: #cccccc;
}

button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}@charset "UTF-8";
/* ======================================================================
 * デフォルトのモジュールを拡張したい場合など、必要なものは要確認,
====================================================================== */
.hs_cos_wrapper_type_rich_text h3 {
  font-weight: bold;
}
.hs_cos_wrapper_type_rich_text h3.-fs15 {
  margin-bottom: 5px;
  font-size: 1.5rem;
  color: #333333;
}
.hs_cos_wrapper_type_rich_text table th,
.hs_cos_wrapper_type_rich_text table td {
  padding: 5px 15px;
  border: 1px dotted #666666;
}
.hs_cos_wrapper_type_rich_text .circle-list {
  padding: 0;
  list-style: none;
}
.hs_cos_wrapper_type_rich_text .circle-list li {
  position: relative;
  padding-left: 12px;
}
.hs_cos_wrapper_type_rich_text .circle-list li::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #989898;
  border-radius: 50%;
}
.hs_cos_wrapper_type_rich_text ul.border-list {
  padding: 0;
  list-style: none;
}
.hs_cos_wrapper_type_rich_text ul.border-list > li {
  position: relative;
  padding-bottom: 5px;
  padding-left: 28px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #666;
}
.hs_cos_wrapper_type_rich_text ul.border-list > li::before {
  position: absolute;
  top: 0;
  left: 15px;
  content: "・";
}
.hs_cos_wrapper_type_rich_text ol.border-list {
  padding: 0;
  list-style: none;
  counter-reset: num;
}
.hs_cos_wrapper_type_rich_text ol.border-list > li {
  position: relative;
  padding-bottom: 5px;
  padding-left: 32px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #666;
}
.hs_cos_wrapper_type_rich_text ol.border-list > li::before {
  position: absolute;
  top: 0;
  left: 15px;
  content: counter(num) "、";
  counter-increment: num;
}@charset "UTF-8";
/* ======================================================================
 * dndセクション初期設定
====================================================================== */
.dnd-section {
  padding: 0;
}
.dnd-section > .row-fluid {
  margin-right: auto;
  margin-left: auto;
}@charset "UTF-8";
/* ======================================================================
 * layout初期設定
====================================================================== */
.c-mv {
  width: 100%;
  background: url("https://www.nagaokogyo.co.jp/hubfs/www.nagaokogyo.co.jp/nagaokogyo2025/assets/images/common/bg-mv.png") 0 0 repeat-x;
}
.c-mv > * {
  width: 970px;
  margin: 0 auto;
}

.c-container {
  min-width: 970px;
}

.c-body {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 30px auto;
}
.c-body .c-side {
  width: 240px;
}
.c-body .c-main {
  width: 680px;
}

.c-side-nav {
  margin-bottom: 10px;
}

.row-fluid {
  z-index: 2;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
}
.row-fluid [class*=span] {
  display: block;
  width: 100%;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.6666666667%;
}
.row-fluid .span10 {
  width: 83.3333333333%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.6666666667%;
}
.row-fluid .span7 {
  width: 58.3333333333%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.6666666667%;
}
.row-fluid .span4 {
  width: 33.3333333333%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.6666666667%;
}
.row-fluid .span1 {
  width: 8.3333333333%;
}/* ======================================================================
 * adjust-width
====================================================================== */
.adjust-width {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}@charset "UTF-8";
/* ======================================================================
 * ボタンスタイル
====================================================================== */
/* ------------------------------------------------------------
 * c-button
------------------------------------------------------------ */
.c-button {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto !important;
  min-height: 50px;
  padding: 6px 15px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.03em;
  background: linear-gradient(to top, #03418c 0, #03418c 50%, #2367ba 50%, #3178d0 100%);
  border: 1px solid #03418c;
  border-radius: 5px;
  transition: opacity 0.25s;
}
.c-button:link, .c-button:visited, .c-button:active {
  color: #fff;
}
.c-button::after {
  content: none !important;
}
.c-button > * {
  display: block;
  width: 100%;
}
.c-button:hover {
  opacity: 0.8;
}@charset "UTF-8";
/* ======================================================================
 * hs form
====================================================================== */
form fieldset {
  max-width: 100% !important;
  padding: 0;
}
form label {
  display: block;
}
form .form-columns-2 .hs-form-field {
  width: 48% !important;
}
form .form-columns-2 .hs-form-field:last-child {
  margin-left: 4%;
}
form .hs-form-field {
  display: grid;
  grid-template: "label form" auto "label error" auto/180px 1fr;
}
form .hs-form-field > label {
  display: flex;
  grid-area: label;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to right, #666, #666 1px, transparent 1px, transparent 2px) 0 0/2px 1px repeat-x;
  background-color: #e3e3e3;
  border-right: 1px dotted #666;
  border-left: 1px dotted #666;
}
form .hs-form-field .input {
  grid-area: form;
  padding: 5px 5px 5px 15px;
  margin-right: 0 !important;
  background: linear-gradient(to right, #666, #666 1px, transparent 1px, transparent 2px) 0 0/2px 1px repeat-x;
  border-right: 1px dotted #666;
}
form .hs-form-field .input:last-child {
  border-bottom-width: 1px;
}
form .form-columns-0 .hs-richtext {
  margin-bottom: 2em;
}
form .hs-richtext {
  margin-bottom: 0.5em;
}
form .hs-richtext img {
  max-width: 100% !important;
  height: auto;
}
form .inputs-list {
  padding: 0;
  list-style: none;
}
form .inputs-list li {
  display: inline-block;
}
form .inputs-list.multi-container li {
  min-width: 120px;
}
form .hs-form-required {
  position: relative;
  color: transparent;
}
form .hs-form-required::before {
  display: inline-block;
  padding-left: 0.5em;
  font-weight: bold;
  color: #cc0000;
  content: "※";
}
form .hs-error-msg,
form .hs-error-msgs {
  padding: 0 5px 5px 15px;
  margin: 0;
  color: #cc0000;
  border-right: 1px dotted #666;
}
form .hs-error-msg label,
form .hs-error-msgs label {
  padding: 0;
  border: none;
}
form .hs-input.error {
  background-color: rgb(255, 238, 238);
  border-width: 2px;
}
form .hs_error_rollup {
  text-align: center;
  background: linear-gradient(to right, #666, #666 1px, transparent 1px, transparent 2px) 0 0/2px 1px repeat-x;
  background-color: #e3e3e3;
  border-right: 1px dotted #666;
  border-left: 1px dotted #666;
}
form .hs_error_rollup .hs-error-msgs {
  padding: 0;
}
form .hs_error_rollup + .hs-submit {
  background: linear-gradient(to right, #666, #666 1px, transparent 1px, transparent 2px) 0 100%/2px 1px repeat-x;
}
form .hs-dependent-field .hs-form-field:first-child > label,
form .hs-dependent-field .hs-form-field:first-child .input {
  border-top: none;
}
form .hs-field-desc {
  margin-bottom: 0.2em;
  font-size: 1.4rem;
}
form select,
form textarea, form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form input[type=search], form input[type=date] {
  box-sizing: content-box;
  font-family: system-ui;
  font-size: 1.1rem;
}
form select::placeholder,
form textarea::placeholder, form input[type=text]::placeholder, form input[type=email]::placeholder, form input[type=password]::placeholder, form input[type=tel]::placeholder, form input[type=number]::placeholder, form input[type=file]::placeholder, form input[type=search]::placeholder, form input[type=date]::placeholder {
  color: #ccc;
}
form select:focus::placeholder,
form textarea:focus::placeholder, form input[type=text]:focus::placeholder, form input[type=email]:focus::placeholder, form input[type=password]:focus::placeholder, form input[type=tel]:focus::placeholder, form input[type=number]:focus::placeholder, form input[type=file]:focus::placeholder, form input[type=search]:focus::placeholder, form input[type=date]:focus::placeholder {
  color: transparent;
}
form textarea {
  display: block;
  width: 270px;
  height: 120px;
  resize: vertical;
}
form input[type=file] {
  padding: initial;
  cursor: pointer;
  background-color: transparent;
  border: initial;
}
form .fn-date-picker .pika-button {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
form .fn-date-picker .pika-button:hover, form .fn-date-picker .pika-button:focus {
  color: #fff;
  background: #000 !important;
  border-radius: 0 !important;
}
form .fn-date-picker .is-today .pika-button {
  color: #000;
}
form .fn-date-picker .is-selected .pika-button {
  background: #000;
  border-radius: 0 !important;
  box-shadow: none;
}
form .hs-form-checkbox input {
  margin: 3px 3px 3px 4px;
}
form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}
form .hs-fieldtype-text input {
  width: 180px;
}
form .hs-fieldtype-text.hs-city input, form .hs-fieldtype-text.hs-hs-address input, form .hs-fieldtype-text.hs-email input, form .hs-fieldtype-text.hs-school_nagao input, form .hs-fieldtype-text.hs-school_department_nagao input {
  width: 368px;
}
form .grecaptcha-badge {
  margin: 30px auto;
}
form .hs-submit {
  width: 100%;
  padding: 5px;
  margin: 0;
  background: linear-gradient(to right, #666, #666 1px, transparent 1px, transparent 2px) 0 0/2px 1px repeat-x, linear-gradient(to right, #666, #666 1px, transparent 1px, transparent 2px) 0 100%/2px 1px repeat-x;
  background-color: #e3e3e3;
  border-right: 1px dotted #666;
  border-left: 1px dotted #666;
}
form input[type=submit] {
  display: block;
  padding: 6px 20px;
  margin: 0 auto;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #000;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(to bottom, #f0f0f0 0%, #f0f0f0 50%, #d4d4d4 50%, #d4d4d4 100%);
  border: 1px solid #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 1px 1px 0 #666, -1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #666;
}
form .submitted-message {
  text-align: center;
}

.form-title {
  margin: 0;
}/* ======================================================================
 * Header
====================================================================== */
/* ------------------------------------------------------------
 * header
------------------------------------------------------------ */
.c-header {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 110px;
  background: url("https://www.nagaokogyo.co.jp/hubfs/www.nagaokogyo.co.jp/nagaokogyo2025/assets/images/common/bg-header.png") 0 0/auto 100% repeat-x;
}
.c-header::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #dbdfd7;
  border-top: 2px solid #003578;
}

.header-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 970px;
  padding-top: 5px;
  padding-left: 5px;
  margin: 0 auto;
}
.header-inner .logo {
  margin: 0;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.2), 4px 0 4px rgba(0, 0, 0, 0.2);
}
.header-inner .logo a:hover {
  opacity: 1;
}
.header-inner .gnav {
  padding-bottom: 15px;
}
.header-inner .gnav ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.header-inner .gnav ul li {
  position: relative;
}
.header-inner .gnav a {
  position: relative;
  display: flex;
}
.header-inner .gnav a .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s;
}
.header-inner .gnav a:hover {
  opacity: 1;
}
.header-inner .gnav a:hover .hover-image {
  opacity: 1;
}/* ======================================================================
 * footer
====================================================================== */
.c-footer {
  margin: 0;
  font-size: 1.2rem;
}
.c-footer .copyright {
  margin: 0;
}

.pagetop-block {
  display: flex;
  justify-content: flex-end;
}

.pagetop {
  width: 120px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: transparent;
  border: none;
}

.footer-inner {
  padding: 40px 0 41px;
  color: #fff;
  background-color: #03418c;
  border-top: 1px solid #02316a;
}
.footer-inner > * {
  display: flex;
  justify-content: space-between;
}

.footer-nav {
  padding-right: 10px;
}
.footer-nav ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  justify-content: flex-end;
}
.footer-nav li {
  padding-left: 10px;
  line-height: 1.25;
  border-left: 1px solid currentcolor;
}
.footer-nav a {
  color: #fff;
  text-decoration: none;
}
.footer-nav a:hover {
  color: #ccc;
  opacity: 1;
}/* ======================================================================
 * Title
====================================================================== */
.c-title-h2.-blue {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 15px 6px 20px;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.03em;
  background: linear-gradient(to top, #03418c 0, #03418c 50%, #2367ba 50%, #3178d0 100%);
  border: 1px solid #03418c;
}
.c-title-h2.-blue .en {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}/* ======================================================================
 * pager
====================================================================== */
.c-pagination .inner {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.c-pagination a,
.c-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1;
  color: currentcolor;
  text-decoration: none;
}
.c-pagination .latest-link,
.c-pagination .prev-link,
.c-pagination .next-link,
.c-pagination .oldest-link {
  position: relative;
}
.c-pagination .latest-link.-disabled,
.c-pagination .prev-link.-disabled,
.c-pagination .next-link.-disabled,
.c-pagination .oldest-link.-disabled {
  opacity: 0.4;
}
.c-pagination .latest-link::before, .c-pagination .latest-link::after,
.c-pagination .oldest-link::before,
.c-pagination .oldest-link::after {
  position: absolute;
  top: 3px;
  bottom: 0;
  width: 6px;
  height: 6px;
  content: "";
  border: 2px solid currentcolor;
  border-width: 2px 2px 0 0;
}
.c-pagination .latest-link {
  padding-left: 20px;
}
.c-pagination .latest-link::before, .c-pagination .latest-link::after {
  transform: rotate(-135deg);
}
.c-pagination .latest-link::before {
  left: 3px;
}
.c-pagination .latest-link::after {
  left: 8px;
}
.c-pagination .oldest-link {
  padding-right: 20px;
}
.c-pagination .oldest-link::before, .c-pagination .oldest-link::after {
  transform: rotate(45deg);
}
.c-pagination .oldest-link::before {
  right: 3px;
}
.c-pagination .oldest-link::after {
  right: 8px;
}
.c-pagination .prev-link::before,
.c-pagination .next-link::before {
  position: absolute;
  top: 3px;
  bottom: 0;
  width: 6px;
  height: 6px;
  content: "";
  border: 2px solid currentcolor;
  border-width: 2px 2px 0 0;
}
.c-pagination .prev-link {
  padding-left: 15px;
}
.c-pagination .prev-link::before {
  left: 3px;
  transform: rotate(-135deg);
}
.c-pagination .prev-link::after {
  left: 8px;
}
.c-pagination .next-link {
  padding-right: 15px;
}
.c-pagination .next-link::before {
  right: 3px;
  transform: rotate(45deg);
}
.c-pagination .number-link.-current {
  color: #ff4b33;
}@charset "UTF-8";
/* ------------------------------------------------------------
 * responsive
------------------------------------------------------------ */
@media screen and (min-width: 769px) {
  /* PC/SP表示切替 */
  .u-sp-only {
    display: none;
  }
  /* href="tel:〜"の場合、PC/タブレットではリンク判定無しを前提とする */
  a[href^="tel:"] {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 768px) {
  /* PC/SP表示切替 */
  .u-pc-only {
    display: none;
  }
}
/* ------------------------------------------------------------
 * margin
 * カスタムモジュールの共通余白設定用
------------------------------------------------------------ */
.u-mt-none {
  margin-top: 0;
}
.u-mt-small {
  margin-top: 18px;
}
.u-mt-default {
  margin-top: 20px;
}
.u-mt-large {
  margin-top: 30px;
}
.u-mt-huge {
  margin-top: 40px;
}

.u-mb-none {
  margin-bottom: 0;
}
.u-mb-small {
  margin-bottom: 18px;
}
.u-mb-default {
  margin-bottom: 20px;
}
.u-mb-large {
  margin-bottom: 30px;
}
.u-mb-huge {
  margin-bottom: 40px;
}

/* ------------------------------------------------------------
 * 画像
------------------------------------------------------------ */
.u-ofi {
  font-family: "object-fit: cover; object-position: 50% 50%;";
  object-fit: cover;
  object-position: 50% 50%;
}
.u-ofi.-contain {
  font-family: "object-fit: contain; object-position: 50% 50%;";
  object-fit: contain;
}

/* ------------------------------------------------------------
 * サイト内共通 js class
------------------------------------------------------------ */
.-js-slide-toggle-trig,
[data-tab-target],
[data-tab-switch] {
  -webkit-user-select: none;
  user-select: none;
}

.u-tab-switch-target,
.-js-tab-target-hide,
.-js-tab-switch-hide {
  display: none;
}

.-js-tab-target-show,
.-js-tab-switch-show {
  display: block;
  animation: fade-in 0.25s ease-out;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}