@charset "UTF-8";
/*! 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 {
  font-family: monospace, monospace; /* 1 */ /* stylelint-disable-line */
  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: 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 */ /* 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;
}

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

@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__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

:root {
  --color-base: #1c1214;
  --color-main: #004f7d;
  --color-support: #3bb9ad;
  --color-support2: #9dd5f5;
  --color-accent: #f89129;
  --color-gray: #ccc;
  --color-dark-gray: #666;
  --color-light-gray: #f4f4f4;
  --color-bg-light-main: #dfecf4;
  --font_jp: "Noto Sans JP", sans-serif;
  --font_en: "Jost", "Noto Sans JP", sans-serif;
  --pc_adjust: 1080px;
  --sp_adjust: 3rem;
}

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

html {
  font-size: min(2.56vw, 10px);
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  html {
    font-size: clamp(8px, 0.926vw, 10px);
  }
}

body {
  font-family: var(--font_jp);
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--color-base);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

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

a {
  color: var(--color-main);
}
@media screen and (min-width: 769px) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
  a[href^="tel:"] {
    /* href="tel:〜"の場合、PC/タブレットではリンク判定無しを前提とする */
    display: inline-block;
    color: inherit;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}

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

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

ul,
ol {
  padding-left: 1.5em;
}

button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

table {
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table col {
  width: var(--width-pc);
}
@media screen and (max-width: 768px) {
  table col {
    width: var(--width-sp);
  }
}
table th,
table td {
  padding: 1.5rem 2.4rem;
  line-height: 1.75;
  text-align: left;
  vertical-align: top;
  border: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  table th,
  table td {
    padding: 1.2rem 1.6rem;
    font-size: 1.4rem;
    line-height: 1.57;
  }
}
table th {
  font-weight: 500;
  background-color: var(--color-light-gray);
  border-right: none;
}
table ul:not([style*=list-style-type]) {
  padding: 0;
  list-style: none;
}
table ul:not([style*=list-style-type]) li {
  padding-left: 1em;
  text-indent: -1em;
}
table ul:not([style*=list-style-type]) li::before {
  display: inline;
  content: "・";
}

.ff-en {
  font-family: var(--font_en);
}

.color-main {
  color: var(--color-main);
}

/* ======================================================================
 *  メイン横幅調節用
====================================================================== */
.adjust-width {
  width: calc(100% - var(--sp_adjust) * 2);
  max-width: var(--pc_adjust);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-right: var(--sp_adjust);
    padding-left: var(--sp_adjust);
  }
}
.adjust-width-small {
  width: calc(100% - var(--sp_adjust) * 2);
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width-small {
    width: 100%;
    padding-right: var(--sp_adjust);
    padding-left: var(--sp_adjust);
  }
}
.adjust-width .adjust-width-small {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .adjust-width .adjust-width-small {
    padding-right: 0;
    padding-left: 0;
  }
}

/* ======================================================================
 *  l-container
====================================================================== */
.l-container {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding-top: 60px;
  }
}

/* ======================================================================
 *  横並び
====================================================================== */
.row-group {
  display: flex;
}
@media screen and (max-width: 768px) {
  .row-group {
    flex-wrap: wrap;
  }
}

/* ======================================================================
 *  Serviceの横並びリスト
====================================================================== */
.service-row-group .item {
  display: flex;
  gap: 2.6rem 4.8rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .service-row-group .item {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .service-row-group .item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.service-row-group .item:nth-child(even) .image {
  text-align: right;
}
.service-row-group .item:nth-child(even) .image::after {
  right: -2rem;
  left: auto;
  background-color: rgba(84, 196, 203, 0.4);
}
@media screen and (max-width: 768px) {
  .service-row-group .item:nth-child(even) .image::after {
    right: -1rem;
    border-radius: 3px;
  }
}
.service-row-group .item:not(:last-child) {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .service-row-group .item:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.service-row-group .image {
  position: relative;
  flex: 0 0 auto;
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .service-row-group .image {
    width: 100%;
  }
}
.service-row-group .image img {
  border-radius: 6px;
}
.service-row-group .image::after {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  z-index: 1;
  display: block;
  width: 6.5rem;
  aspect-ratio: 1/1;
  content: "";
  background-color: hwb(from var(--color-support2) h w b/0.4);
}
@media screen and (max-width: 768px) {
  .service-row-group .image::after {
    bottom: -1rem;
    left: -1rem;
    width: 4rem;
    border-radius: 0;
  }
}
.service-row-group .content {
  flex: 1 1 auto;
  line-height: 1.625;
}
.service-row-group .num {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: baseline;
  margin: 0 0 1rem;
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1;
  color: var(--color-main);
}
@media screen and (max-width: 768px) {
  .service-row-group .num {
    font-size: 4rem;
  }
}
.service-row-group .num::before {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5 5" width="13" height="13"><rect style="fill: %23004f7d;" x="1" width="4" height="4"/><path style="fill:%2300949d" d="M3,5H0v-3h3v3ZM.5,4.5h2v-2H.5v2Z"/></svg>') no-repeat center center/contain;
}
.service-row-group .title {
  margin: 0 0 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service-row-group .title {
    margin-bottom: 1.6rem;
    font-size: 2.2rem;
  }
}
.service-row-group .c-button {
  width: -moz-fit-content;
  width: fit-content;
  min-height: 4.4rem;
  padding-right: 5.4rem;
  padding-left: 5.4rem;
  margin-top: 3.2rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .service-row-group .c-button {
    margin-top: 2.8rem;
  }
}
.service-row-group .c-button .icon {
  right: 1.2rem;
}

/* ======================================================================
 *  Header
====================================================================== */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 2rem;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .c-header {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-header {
    height: 60px;
    padding: 0 2rem;
  }
}
.c-header .header-logo {
  max-width: 16%;
  margin: 0 2rem 0 0;
}
@media screen and (min-width: 1200px) {
  .c-header .header-logo {
    max-width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .c-header .header-logo {
    width: 9.3rem;
    max-width: 50%;
  }
}
.c-header .header-menu-button {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 32px;
  height: 60px;
  padding: 0;
  margin-left: auto;
  background: none;
  border: none;
}
@media screen and (min-width: 769px) {
  .c-header .header-menu-button {
    display: none;
  }
}
.c-header .header-menu-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3.2rem;
  height: 0;
  margin-left: -1.6rem;
  border-top: 2px solid var(--color-main);
}
.c-header .header-menu-button i:nth-child(1) {
  margin-top: -10px;
}
.c-header .header-menu-button i:nth-child(2) {
  width: 1.6rem;
}
.c-header .header-menu-button i:nth-child(3) {
  margin-top: 10px;
}
.c-header .header-menu-button.-close i {
  border-color: #fff;
}
.c-header .header-menu-button.-close i:nth-child(1) {
  margin-top: -1px;
  transform: rotate(45deg);
}
.c-header .header-menu-button.-close i:nth-child(2) {
  transform: scaleX(0);
}
.c-header .header-menu-button.-close i:nth-child(3) {
  margin-top: -1px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .c-header .gnav {
    display: flex;
    gap: 2.4rem;
    justify-content: flex-end;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .c-header .gnav {
    column-gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-header .gnav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: center;
    visibility: hidden;
    background-color: #cbe1ef;
    opacity: 0;
    transition: opacity 0.2s, visibility 0.2s, left 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .c-header .gnav.-js-opened {
    left: 0;
    visibility: visible;
    opacity: 1;
  }
}
.c-header .gnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-header .gnav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 2rem;
  margin-bottom: 5.6rem;
  text-align: left;
  background-color: var(--color-main);
}
@media screen and (min-width: 769px) {
  .c-header .gnav-header {
    display: none;
  }
}
.c-header .main-menu {
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .c-header .main-menu {
    display: flex;
    column-gap: 1.6rem;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .c-header .main-menu {
    column-gap: 2.8rem;
  }
}
.c-header .main-menu a {
  display: block;
  padding: 1rem;
  color: var(--color-main);
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .c-header .main-menu > li {
    display: flex;
    align-items: center;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .c-header .main-menu > li {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }
}
.c-header .main-menu .menu-item-has-children {
  position: relative;
}
.c-header .main-menu .menu-item-has-children > a::after {
  display: inline-block;
  width: 0.7rem;
  height: 0.6rem;
  margin-left: 0.4rem;
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 4" width="7" height="4"><path fill=" %23004f7d" d="M3.5,4c-.1,0-.3,0-.4-.1L.1.9C0,.7,0,.3.1.1S.7,0,.9.1l2.6,2.6L6.1.1c.2-.2.5-.2.7,0s.2.5,0,.7l-3,3c0,0-.2.1-.4.1Z"/></svg>') no-repeat center center/contain;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .c-header .main-menu .menu-item-has-children > a::after {
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-header .main-menu .menu-item-has-children.-js-opened > a::after {
    transform: rotate(180deg);
  }
}
.c-header .main-menu .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.c-header .main-menu .sub-menu {
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .c-header .main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: -2rem;
    z-index: 10;
    white-space: nowrap;
    visibility: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-header .main-menu .sub-menu {
    display: none;
    width: 100%;
  }
}
.c-header .main-menu .sub-menu li:not(:first-child) a::before {
  position: absolute;
  top: 0;
  left: 2rem;
  display: block;
  width: calc(100% - 4rem);
  height: 0;
  margin: 0 auto;
  content: "";
  border-top: 1px solid #e2e2e2;
}
@media screen and (max-width: 768px) {
  .c-header .main-menu .sub-menu li:not(:first-child) a::before {
    left: 0;
    width: 100%;
  }
}
.c-header .main-menu .sub-menu a {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1.6rem 4rem 1.6rem 2rem;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-header .main-menu .sub-menu a {
    justify-content: center;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .c-header .main-menu .sub-menu a::after {
    position: absolute;
    top: 50%;
    right: 2rem;
    display: block;
    width: 0.7rem;
    height: 0.6rem;
    margin-top: -0.3rem;
    content: "";
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 4" width="7" height="4"><path fill=" %23004f7d" d="M3.5,4c-.1,0-.3,0-.4-.1L.1.9C0,.7,0,.3.1.1S.7,0,.9.1l2.6,2.6L6.1.1c.2-.2.5-.2.7,0s.2.5,0,.7l-3,3c0,0-.2.1-.4.1Z"/></svg>') no-repeat center center/contain;
    transform: rotate(-90deg);
  }
}
.c-header .main-menu .sub-menu a:hover {
  color: #fff;
  background-color: var(--color-main);
  opacity: 1;
}
.c-header .main-menu .sub-menu a:hover::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 4" width="7" height="4"><path fill=" %23ffffff" d="M3.5,4c-.1,0-.3,0-.4-.1L.1.9C0,.7,0,.3.1.1S.7,0,.9.1l2.6,2.6L6.1.1c.2-.2.5-.2.7,0s.2.5,0,.7l-3,3c0,0-.2.1-.4.1Z"/></svg>');
}
.c-header .header-button-group {
  display: flex;
  gap: 1.5rem 1.2rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-header .header-button-group {
    flex-direction: column;
    padding: 4rem var(--sp_adjust);
  }
}
.c-header .header-button-group .button {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0.4rem 1.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  background-color: var(--color-main);
  border: 2px solid var(--color-main);
  border-radius: 1.7rem;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}
@media screen and (min-width: 1200px) {
  .c-header .header-button-group .button {
    padding: 0.4rem 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-header .header-button-group .button {
    width: 100%;
    min-height: 6rem;
    border-radius: 3rem;
  }
}
.c-header .header-button-group .button.-orange {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}
.c-header .header-button-group .button.-orange:hover {
  color: var(--color-accent);
  background-color: #fff;
}
.c-header .header-button-group .button .icon-mail {
  display: block;
  width: 1.6rem;
  height: 1rem;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 15.7 10" width="16" height="10" style="fill: %23ffffff;"><path d="M15.4,0H.4c-.2,0-.4.2-.4.4v9.3c0,.2.2.4.4.4h15c.2,0,.4-.2.4-.4V.4c0-.2-.2-.4-.4-.4ZM.7.9l6.9,4.9c0,0,.1,0,.2,0h0c0,0,.1,0,.2,0L15,.9v8.4H.7V.9ZM7.9,5.1L1.7.7h12.3l-6.2,4.4Z"/></svg>') no-repeat center center/contain;
  transition: background 0.3s;
}
.c-header .header-button-group .button:hover {
  color: var(--color-main);
  background-color: #fff;
  opacity: 1;
}
.c-header .header-button-group .button:hover .icon-mail {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 15.7 10" width="16" height="10" style="fill: %23004f7d;"><path d="M15.4,0H.4c-.2,0-.4.2-.4.4v9.3c0,.2.2.4.4.4h15c.2,0,.4-.2.4-.4V.4c0-.2-.2-.4-.4-.4ZM.7.9l6.9,4.9c0,0,.1,0,.2,0h0c0,0,.1,0,.2,0L15,.9v8.4H.7V.9ZM7.9,5.1L1.7.7h12.3l-6.2,4.4Z"/></svg>');
}

/* ======================================================================
 *  Footer
====================================================================== */
.c-footer {
  padding: 4rem 0 5rem;
  margin-top: 138px;
  color: #fff;
  background: #004f7d url("../images/common/footer-bg.png") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .c-footer {
    padding: 6rem 0;
    margin-top: 120px;
    background-image: url("../images/common/footer-bg-sp01.png"), url("../images/common/footer-bg-sp02.png");
    background-position: right top, left bottom;
    background-size: auto 120px, 100% auto;
  }
}
.c-footer .footer-inner {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-inner {
    flex-direction: column;
    row-gap: 4.8rem;
  }
}
.c-footer .footer-logo {
  margin-bottom: 2.5rem;
}
.c-footer .footer-info {
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-footer .footer-info > * {
  margin: 0 0 1rem;
}
.c-footer .footer-info > *:last-child {
  margin-bottom: 0;
}
.c-footer .footer-info h2 {
  font-size: 1.6rem;
}
.c-footer .footer-navi {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-navi {
    gap: 0;
    align-items: flex-start;
  }
}
.c-footer .footer-navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-footer .footer-navi .footer-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-navi .footer-menu {
    justify-content: flex-start;
  }
}
.c-footer .footer-navi a {
  color: inherit;
  text-decoration: none;
}
.c-footer .footer-main-menu .footer-menu {
  gap: 2rem 4.8rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-main-menu .footer-menu {
    display: none;
  }
}
.c-footer .footer-main-menu .footer-menu > li {
  padding: 0.8rem 0;
}
.c-footer .footer-main-menu .footer-menu .menu-item-has-children {
  position: relative;
}
.c-footer .footer-main-menu .footer-menu .menu-item-has-children > a::after {
  display: inline-block;
  width: 0.7rem;
  height: 0.6rem;
  margin-left: 0.4rem;
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 4" width="7" height="4"><path fill=" %23ffffff" d="M3.5,4c-.1,0-.3,0-.4-.1L.1.9C0,.7,0,.3.1.1S.7,0,.9.1l2.6,2.6L6.1.1c.2-.2.5-.2.7,0s.2.5,0,.7l-3,3c0,0-.2.1-.4.1Z"/></svg>') no-repeat center center/contain;
}
.c-footer .footer-main-menu .footer-menu .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.c-footer .footer-main-menu .footer-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  font-size: 1.2rem;
  font-weight: 500;
  white-space: nowrap;
  visibility: hidden;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateX(-50%);
}
.c-footer .footer-main-menu .footer-menu .sub-menu li:not(:first-child) a::before {
  position: absolute;
  top: 0;
  left: 1rem;
  display: block;
  width: calc(100% - 2rem);
  height: 0;
  margin: 0 auto;
  content: "";
  border-top: 1px solid #e2e2e2;
}
.c-footer .footer-main-menu .footer-menu .sub-menu a {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 0.6rem 2.6rem 0.6rem 1rem;
  color: var(--color-main);
}
.c-footer .footer-main-menu .footer-menu .sub-menu a::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: block;
  width: 0.7rem;
  height: 0.6rem;
  margin-top: -0.3rem;
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 4" width="7" height="4"><path fill=" %23004f7d" d="M3.5,4c-.1,0-.3,0-.4-.1L.1.9C0,.7,0,.3.1.1S.7,0,.9.1l2.6,2.6L6.1.1c.2-.2.5-.2.7,0s.2.5,0,.7l-3,3c0,0-.2.1-.4.1Z"/></svg>') no-repeat center center/contain;
  transform: rotate(-90deg);
}
.c-footer .footer-main-menu .footer-menu .sub-menu a:hover {
  color: #fff;
  background-color: var(--color-main);
  opacity: 1;
}
.c-footer .footer-main-menu .footer-menu .sub-menu a:hover::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 4" width="7" height="4"><path fill=" %23ffffff" d="M3.5,4c-.1,0-.3,0-.4-.1L.1.9C0,.7,0,.3.1.1S.7,0,.9.1l2.6,2.6L6.1.1c.2-.2.5-.2.7,0s.2.5,0,.7l-3,3c0,0-.2.1-.4.1Z"/></svg>');
}
.c-footer .footer-sub-menu .footer-menu {
  gap: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.166;
}
.c-footer .footer-sub-menu .footer-menu li:not(:last-child) {
  padding-right: 1.2rem;
  border-right: 1px solid #1171a8;
}
.c-footer .copyright {
  margin-top: auto;
  font-size: 1.1rem;
  color: #8dc8ea;
}
@media screen and (max-width: 768px) {
  .c-footer .copyright {
    margin-top: 5rem;
  }
}

.pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: var(--color-main);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: opacity 0.3s;
}
.pagetop svg {
  display: block;
  flex: 0 0 auto;
  height: auto;
  fill: #fff;
}
.pagetop:hover {
  opacity: 0.7;
}

/* ======================================================================
 *  Button
====================================================================== */
.c-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 34rem;
  min-height: 7rem;
  padding: 0.6rem 5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  background-color: var(--color-support);
  border: 2px solid var(--color-support);
  border-radius: 3.5rem;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-button {
    min-height: 6rem;
  }
}
.c-button:hover {
  color: var(--color-support);
  background-color: #fff;
  opacity: 1;
}
.c-button .icon {
  position: absolute;
  right: 2rem;
}
.c-button .icon svg {
  display: block;
  height: auto;
  fill: currentcolor;
}

/* ======================================================================
 * Title
====================================================================== */
.c-page-title {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20rem;
  padding: var(--sp_adjust);
  background: linear-gradient(135deg, #c4f2f6 0%, #d7edf3 48%, #e4eeef 100%);
}
@media screen and (max-width: 768px) {
  .c-page-title {
    min-height: 19rem;
  }
}
.c-page-title .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.c-page-title .c-title {
  margin: 0;
}

.c-title {
  margin-bottom: 2.8rem;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-main);
  text-align: center;
}
.c-title small {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
}

.c-lead {
  margin-bottom: 6rem;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-lead {
    margin-bottom: 5rem;
  }
}

.c-title-square {
  position: relative;
  padding-left: 25px;
  margin-bottom: 2.8rem;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.286;
}
@media screen and (max-width: 768px) {
  .c-title-square {
    font-size: 2.4rem;
  }
}
.c-title-square::before {
  position: absolute;
  top: calc(0.643em - 5px);
  left: 0;
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5 5" width="5" height="5"><rect style="fill: %23004f7d;" x="1" width="4" height="4"/><path style="fill:%2300949d" d="M3,5H0v-3h3v3ZM.5,4.5h2v-2H.5v2Z"/></svg>') no-repeat center center/contain;
}

/* ======================================================================
 *  Banner
====================================================================== */
/* ------------------------------------------------------------
 * Contact Us
------------------------------------------------------------ */
.c-contact-link a {
  position: relative;
  z-index: 0;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  padding: 6.3rem 4.5rem;
  overflow: hidden;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #76accb 0%, #003986 100%);
  border: 6px solid #2887bf;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .c-contact-link a {
    padding: 5.3rem 1.4rem 5.3rem 2rem;
  }
}
@media screen and (min-width: 1081px) {
  .c-contact-link .content {
    padding-left: 5rem;
  }
}
.c-contact-link .title {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 0;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
}
.c-contact-link .title::before {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5 5" width="15" height="15"><rect style="fill: %23ffffff;" x="1" width="4" height="4"/><path style="fill:%23ffffff" d="M3,5H0v-3h3v3ZM.5,4.5h2v-2H.5v2Z"/></svg>') no-repeat center center/contain;
}
.c-contact-link .icon {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 4.6rem;
}
.c-contact-link .icon::after {
  position: absolute;
  top: 10%;
  left: 25%;
  z-index: -1;
  width: 50%;
  height: 80%;
  content: "";
  background-color: #004f7d;
}
.c-contact-link .icon svg {
  display: block;
  max-width: 100%;
  height: auto;
  fill: currentcolor;
}
.c-contact-link .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* ======================================================================
 *  Banner
====================================================================== */
.c-breadcrumb {
  padding: 0 var(--sp_adjust);
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    margin-bottom: 2.4rem;
  }
}
.c-breadcrumb ol {
  max-width: var(--pc_adjust);
  padding: 1rem 0;
  margin: 0 auto;
  font-size: 0;
  color: var(--color-dark-gray);
  letter-spacing: 0.05em;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb ol {
    padding: 0.8rem 0;
  }
}
.c-breadcrumb ol li {
  display: inline;
  font-size: 1.4rem;
  line-height: 1.57143;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb ol li {
    font-size: 1.2rem;
  }
}
.c-breadcrumb ol li:not(:last-child) {
  display: inline-block;
}
.c-breadcrumb ol li:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.25em;
  content: ">";
}
.c-breadcrumb ol a {
  color: inherit;
  text-decoration: none;
}

/* ======================================================================
 *  Blog Listing
====================================================================== */
/* ------------------------------------------------------------
 * News
------------------------------------------------------------ */
.c-cat {
  display: block;
  padding: 0.4rem 1.2rem;
  font-size: 1.3rem;
  line-height: 1.31;
  color: inherit;
  text-decoration: none;
  background-color: #fff;
  border-radius: 1.4rem;
}

.news-list {
  padding: 3.2rem 4.8rem;
  font-size: 1.4rem;
  line-height: 1.6;
  list-style: none;
  background-color: var(--color-light-gray);
}
@media screen and (max-width: 768px) {
  .news-list {
    padding: 2.8rem 2rem;
  }
}
.news-list li {
  display: flex;
  gap: 0.8rem 1.2rem;
}
@media screen and (max-width: 768px) {
  .news-list li {
    flex-wrap: wrap;
  }
}
.news-list li:not(:last-child) {
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #cbcbcb;
}
@media screen and (max-width: 768px) {
  .news-list li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.news-list a {
  color: inherit;
  text-decoration: none;
}
.news-list p {
  margin: 0;
}
.news-list .date {
  flex: 0 0 auto;
  width: 5em;
  padding-top: 0.3rem;
}
.news-list .category {
  flex: 0 0 auto;
}
.news-list .title {
  flex: 1 1 auto;
  padding: 0.3rem 0 0 0.8rem;
}
@media screen and (max-width: 768px) {
  .news-list .title {
    width: 100%;
    padding: 0;
  }
}

/* ------------------------------------------------------------
 * ページネーション
------------------------------------------------------------ */
.wp-pagenavi {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 6rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    gap: 1rem;
    padding: 0 4.4rem;
    margin-top: 3.2rem;
  }
}
.wp-pagenavi > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  aspect-ratio: 1/1;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi > * {
    width: 3.4rem;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  font-family: var(--font_en);
  font-size: 1.8rem;
  font-weight: 600;
  border: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    font-size: 1.2rem;
  }
}
.wp-pagenavi .current {
  color: #fff;
  background-color: var(--color-support);
  border-color: var(--color-support);
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: absolute;
  top: 0;
  font-size: 0;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16.8 15.5" width="16" height="15"><path d="M7.8,15.5c-.3,0-.5,0-.7-.3L.3,8.5c-.2-.2-.3-.4-.3-.7s.1-.5.3-.7L7.1.3c.4-.4,1-.4,1.4,0s.4,1,0,1.4L2.4,7.8l6.1,6.1c.4.4.4,1,0,1.4s-.5.3-.7.3Z"/><path d="M15.8,15.5c-.3,0-.5,0-.7-.3l-6.8-6.8c-.4-.4-.4-1,0-1.4L15.1.3c.4-.4,1-.4,1.4,0s.4,1,0,1.4l-6.1,6.1,6.1,6.1c.4.4.4,1,0,1.4s-.5.3-.7.3Z"/></svg>') no-repeat center center;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    background-size: 1.2rem auto;
  }
}
.wp-pagenavi .previouspostslink {
  left: 0;
}
.wp-pagenavi .nextpostslink {
  right: 0;
  transform: rotateY(180deg);
}

/* ------------------------------------------------------------
 * PC/SP表示切替
------------------------------------------------------------ */
@media screen and (min-width: 769px) {
  .u-sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}
/* ------------------------------------------------------------
 * margin
------------------------------------------------------------ */
.u-mt0 {
  margin-top: 0;
}

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