@charset "UTF-8";
:root {
  --font-jp: "Noto Sans JP", sans-serif;
  --font-serif: "Noto Serif JP", serif;
  --color-text: #000000;
  --color-text2: #4B5569;
  --color-primary: #395286;
  --color-secondary: #7E4964;
  --color-tertiary: #3B7244;
  --color-link: #1F62FF;
  --bg: rgba(245,247,248,.79);
}

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

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* # =================================================================
# Forms # ================================================================= */
input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted #000;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
  outline: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* org-add */
*,
*::before,
*::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    user-select: initial !important;
    -webkit-user-select: initial !important;
  }
}

textarea, input[type=text], input[type=email], input[type=tel] {
  font-size: max(1.15rem, 16px);
}
@media screen and (min-width: 768px) {
  textarea, input[type=text], input[type=email], input[type=tel] {
    font-size: max(1rem, 16px);
  }
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: var(--font-jp);
  font-size: 1rem;
  font-optical-sizing: auto;
  color: var(--color-text);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #fff;
}
_::-webkit-full-page-media, _:future, :root body {
  min-height: -webkit-fill-available;
}

main {
  flex: 1;
}

section {
  scroll-margin-top: 50px;
}
@media screen and (min-width: 768px) {
  section {
    scroll-margin-top: 80px;
  }
}

p {
  text-align: justify;
}

a {
  color: var(--color-text);
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, textarea {
  cursor: auto;
  resize: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

label {
  cursor: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* l-header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .l-header {
    height: 5.5rem;
    background-color: #5F7195;
  }
  .l-header::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 44.43vw;
    height: 100%;
    background-image: url(../../uploads/header-back-left_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    mix-blend-mode: multiply;
  }
}

.l-header__inner {
  width: 100%;
  padding: 0 20px;
}

.l-header__container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .l-header__container {
    padding: 15px 0;
  }
}

@media screen and (min-width: 768px) {
  .l-header__logobox {
    display: flex;
    align-items: flex-end;
  }
}

.l-header__tel {
  font-size: min(2.6vw, 1.625rem);
  font-weight: 700;
  letter-spacing: 0.25em;
  font-family: var(--font-serif);
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-left: 10px;
}
@media screen and (min-width: 1025px) {
  .l-header__tel {
    color: #fff;
    margin-left: -18px;
    font-size: clamp(1.125rem, 1.35vw, 1.625rem);
    padding-bottom: 0;
  }
}
.l-header__tel::before {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 1.25rem;
  background-color: var(--color-text);
  margin-bottom: -4px;
}
@media screen and (min-width: 1025px) {
  .l-header__tel::before {
    background-color: #fff;
  }
}

.l-header__logo {
  width: 10.8125rem;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: min(26.82vw, 14.75rem);
  }
}

.l-header__logoimg {
  width: 100%;
  height: 100%;
}

.l-header__spmenubox {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  column-gap: 10px;
}

.l-header__btn {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #5E7195;
  transition: opacity ease 0.3s;
}
.l-header__btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1.9375rem;
  height: auto;
  background-color: #fff;
  -webkit-mask-image: url(../../uploads/tel-icon_img.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
}

.l-header__spmenu {
  position: relative;
  z-index: 12;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 0;
  background-color: #37496D;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .l-header__spmenu {
    display: none;
  }
}

.l-header__spham--3, .l-header__spham--2, .l-header__spham {
  display: block;
  width: 2rem;
  height: 0.125rem;
  border-radius: 0.8125rem;
  background-color: #fff;
  transition: 0.3s;
}

.l-header__spham {
  transform: translateY(-0.5rem);
}

.l-header__spham--3 {
  transform: translateY(0.5rem);
}

.l-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: #37496D;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease-out 0.3s, visibility ease-out 0.3s;
  padding: 55px 0 30px;
}
@media screen and (min-width: 1025px) {
  .l-header__nav {
    position: unset;
    opacity: 1;
    visibility: visible;
    flex-direction: row;
    justify-content: flex-end;
    width: auto;
    padding: 0;
    background-color: transparent;
  }
}

.l-header__list {
  width: min(81.2%, 31.25rem);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px 50px;
  flex-wrap: wrap;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-header__list::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1025px) {
  .l-header__list {
    flex-direction: row;
    gap: 0 35px;
    width: auto;
    margin-left: auto;
    overflow-y: auto;
  }
}

.l-header__item {
  width: calc((100% - 50px * (2 - 1)) / 2);
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .l-header__item {
    width: auto;
    text-align: left;
    border: none;
  }
}
.l-header__item:nth-of-type(odd) a {
  letter-spacing: 0.25em;
}

.l-header__link {
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  height: 2.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (min-width: 1025px) {
  .l-header__link {
    font-size: 0.875rem;
    padding: 0;
    border: none;
    height: auto;
  }
}

/* l-footer */
.l-footer {
  padding: 30px 0 20px;
  color: #fff;
  background-color: #5F7195;
}
@media screen and (min-width: 1025px) {
  .l-footer {
    padding: 35px 0 65px;
  }
}

.l-footer__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.25rem, 2.86vw, 1.5625rem);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-footer__text {
    flex-direction: row;
    letter-spacing: -0.03em;
    background-color: #fff;
    height: 2.5625rem;
    color: #5F7195;
    margin-bottom: 20px;
  }
}
.l-footer__text span {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer__text span {
    font-size: clamp(1.25rem, 2.86vw, 1.5625rem);
  }
}

.l-footer__telbox {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer__telbox {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer__telbox {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1025px) {
  .l-footer__left {
    width: 71.6%;
  }
}

.l-footer__telbtn {
  font-size: 1.25rem;
  letter-spacing: -0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3px;
  background-color: #fff;
  color: #5F7195;
  border: 1px solid #fff;
  height: 3.4375rem;
  border-radius: 10px;
}
.l-footer__telbtn::after {
  content: "";
  display: block;
  width: 1.1875rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #5F7195;
  -webkit-mask-image: url(../../uploads/footer-tel-icon_img.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
@media (hover: hover) {
  .l-footer__telbtn {
    transition: background-color ease 0.3s, color ease 0.3s;
  }
  .l-footer__telbtn::after {
    transition: background-color ease 0.3s;
  }
  .l-footer__telbtn:hover, .l-footer__telbtn:focus-visible {
    background-color: #5F7195;
    color: #fff;
  }
  .l-footer__telbtn:hover::after, .l-footer__telbtn:focus-visible::after {
    background-color: #fff;
  }
}

.l-footer__logo {
  display: inline-block;
  width: 69.3%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: clamp(21.4375rem, 31.46vw, 27.1875rem);
    padding-right: 20px;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer__logo {
    width: clamp(20.9375rem, 22.66vw, 27.1875rem);
  }
}

@media screen and (min-width: 1025px) {
  .l-footer__wrapper {
    display: flex;
    column-gap: min(2.6vw, 50px);
  }
}

@media screen and (min-width: 768px) {
  .l-footer__tel {
    font-size: clamp(2.1875rem, 3.13vw, 2.8125rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.055em;
    border-left: 1px solid #fff;
    color: #fff;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer__tel {
    font-size: clamp(2rem, 2.34vw, 2.8125rem);
  }
}

.l-footer__address {
  text-align: center;
  letter-spacing: -0.015em;
  font-size: clamp(0.75rem, 3.02vw, 1rem);
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .l-footer__address {
    font-size: min(2.34vw, 1.25rem);
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer__address {
    text-align: left;
  }
}

.l-footer__nav {
  width: min(89.3%, 31.25rem);
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    width: 19.3125rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer__nav {
    width: auto;
    flex: 1;
    margin-top: 0;
  }
}

.l-footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: min(8.14vw, 35px) min(11.63vw, 50px);
}
@media screen and (min-width: 1025px) {
  .l-footer__list {
    gap: 8px 10px;
  }
}

.l-footer__item {
  width: calc((100% - min(11.63vw, 50px) * (2 - 1)) / 2);
}
@media screen and (min-width: 1025px) {
  .l-footer__item {
    width: calc((100% - 10px * (2 - 1)) / 2);
  }
}
.l-footer__item:nth-of-type(odd) a {
  letter-spacing: 0.15em;
}

.l-footer__link {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  padding: 10px 0;
}

.l-footer__copy {
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: clamp(25px, 3.26vw, 25px);
}
@media screen and (min-width: 1025px) {
  .l-footer__copy {
    text-align: right;
  }
}

/* l-inner */
.l-inner--header, .l-inner--mid, .l-inner {
  padding: 0 25px;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-inner--header, .l-inner--mid, .l-inner {
    padding: 0 35px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 80rem;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--mid {
    max-width: 55.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--header {
    width: min(100%, 86rem);
    margin: 0 auto;
  }
}

/* l-page */
.l-page {
  padding: calc(clamp(60px, 9.03vw, 130px) + 5rem) 0 clamp(80px, 9.38vw, 135px);
}

/* l-container */
.l-container--bg, .l-container {
  padding: clamp(30px, 9.11vw, 70px) 0;
}

@media screen and (min-width: 768px) {
  .l-container--bg {
    background-color: var(--bg);
  }
}

/* c-img */
.c-imgbox {
  display: block;
  width: 100%;
}

.c-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* c-btn */
.c-btn {
  position: relative;
  font-weight: 700;
  width: max-content;
  height: 3.125rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  background-color: var(--color-primary);
  border: 1px solid transparent;
  padding: 10px 50px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-btn {
    margin-top: 40px;
  }
}
.c-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  content: "";
  display: block;
  width: 6px;
  height: auto;
  aspect-ratio: 6/11;
  background-image: url(../../uploads/arrow_img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto 0;
}

/* c-news__ */
.c-news__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 20px;
}

.c-news__item {
  border-top: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  width: 100%;
}

.c-news__link {
  position: relative;
  display: flex;
  flex-direction: column;
  column-gap: 10px;
  row-gap: 10px;
  padding: 18px 0;
}
@media screen and (min-width: 768px) {
  .c-news__link {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.c-news__link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 6rem;
  height: 0.25rem;
  background-color: var(--color-primary);
}

.c-news__box {
  display: flex;
  column-gap: 20px;
}
@media screen and (min-width: 1025px) {
  .c-news__box {
    width: 43.75rem;
  }
}

.c-news__title {
  font-size: 0.9375rem;
  line-height: 1.33;
  letter-spacing: 0.013em;
}

.c-news__date {
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.18em;
  height: 100%;
}

.c-news__catlist {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: -2px;
}

.c-news__cat {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 1.625rem;
  border-radius: 13px;
  font-size: 0.875rem;
  color: #fff;
  min-width: 5rem;
}
@media screen and (min-width: 768px) {
  .c-news__cat {
    min-width: 6.25rem;
  }
}

/* c-single */
.c-single p {
  line-height: 1.8;
  margin-bottom: 1em;
}
.c-single h2 {
  font-size: clamp(1.25rem, 2.86vw, 1.5625rem);
  line-height: 1.4;
  margin-top: 2em;
  margin-bottom: 15px;
}
.c-single h3 {
  font-size: clamp(1.125rem, 2.6vw, 1.375rem);
  line-height: 1.4;
  margin-top: 2em;
  margin-bottom: 1em;
}
.c-single h4 {
  font-size: clamp(1rem, 2.34vw, 1.25rem);
  line-height: 1.4;
  margin-top: 2em;
  margin-bottom: 1em;
}
.c-single h5 {
  line-height: 1.4;
  margin-top: 2em;
  margin-bottom: 1em;
}
.c-single h6 {
  line-height: 1.4;
  margin-top: 2em;
}
.c-single ul li {
  line-height: 1.8;
  display: flex;
}
.c-single ul li::before {
  content: "・";
  display: block;
}
.c-single ol {
  counter-reset: number 0;
}
.c-single ol li {
  line-height: 1.8;
  display: flex;
  column-gap: 2px;
}
.c-single ol li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: block;
}
.c-single figure {
  margin-top: 1em;
}
.c-single figure img {
  max-width: 100%;
}
.c-single a {
  color: var(--color-link);
}
.c-single .wp-block-quote {
  margin-top: 1em;
  padding: 1em;
  background-color: var(--bg);
}
.c-single .wp-block-quote p:last-of-type {
  margin-bottom: 0;
}

/* c-title */
.c-title {
  font-family: var(--font-serif);
  font-weight: 600;
  letter-spacing: 0.25em;
  font-size: clamp(1.25rem, 3.13vw, 1.75rem);
}

.c-title-top, .c-title-top--wh {
  font-size: clamp(1.25rem, 2.6vw, 1.4375rem);
  font-weight: 600;
  color: var(--color-text2);
  text-align: center;
  letter-spacing: 0.25em;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-text2);
  width: min(100%, 45.1875rem);
  margin: 0 auto;
}

.c-title-top--wh {
  color: #fff;
  border-color: #fff;
}

/* p-news */
.p-news__head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.p-news__catlist {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
}

.p-news__catitem {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 1.375rem;
  min-width: 5rem;
  border-radius: 12px;
}
.p-news__catitem a {
  font-size: 0.875rem;
  color: #fff;
}

/* p-single */
.p-single {
  margin-top: 20px;
}

.p-single__head {
  padding-bottom: 16px;
  padding: 0 5px 16px;
  border-bottom: 1px solid var(--color-text2);
  position: relative;
}
.p-single__head::after {
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  content: "";
  display: block;
  width: 6.875rem;
  height: 0.25rem;
  background-color: var(--color-text2);
}

.p-single__headbox {
  display: flex;
  align-items: flex-start;
  column-gap: 35px;
}

.p-single__date {
  font-size: clamp(0.75rem, 1.95vw, 0.9375rem);
  line-height: 1.43;
  letter-spacing: 0.18em;
  color: var(--color-text2);
  flex: none;
}

.p-single__title {
  font-size: clamp(0.875rem, 2.08vw, 1rem);
  line-height: 1.33;
  letter-spacing: 0.13em;
  font-weight: 400;
  flex: 1;
}

.p-single__catlist {
  display: flex;
  column-gap: 5px;
  margin-top: 10px;
}

.p-single__catitem a {
  font-size: clamp(0.75rem, 1.82vw, 0.875rem);
}

/* p-top */
.p-top__main {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 430/265;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top__main {
    aspect-ratio: 1920/679;
    margin-top: 4.0625rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-top__main {
    min-height: 42.4375rem;
    margin-top: 5.5rem;
  }
}
.p-top__main::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 44.43vw;
  height: 100%;
  background-image: url(../../uploads/firstview-left-pc_img-1.png?v3);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.p-top__mainimg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.p-top__maincontainer {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top__maincontainer {
    min-height: 21.875rem;
  }
}

.p-top__mainsubcopy {
  font-size: clamp(0.875rem, 2.6vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.25em;
  margin-bottom: clamp(18px, 2.85vw, 41px);
}

.p-top__maincopy {
  font-family: var(--font-serif);
  font-size: min(6.98vw, 2.1875rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: clamp(5px, 1.3vw, 15px);
}
@media screen and (min-width: 768px) {
  .p-top__maincopy {
    font-size: clamp(1.875rem, 4.56vw, 2.8125rem);
  }
}
.p-top__maincopy span {
  font-size: min(6.05vw, 1.9375rem);
}
@media screen and (min-width: 768px) {
  .p-top__maincopy span {
    font-size: clamp(1.625rem, 4.04vw, 2.1875rem);
  }
}

.p-top__mainlogo {
  display: block;
  width: min(40.7vw, 20.625rem);
}
@media screen and (min-width: 768px) {
  .p-top__mainlogo {
    width: min(29.95vw, 20.625rem);
  }
}

@media screen and (min-width: 768px) {
  .p-top__service {
    background-color: var(--color-primary);
  }
}

@media screen and (min-width: 768px) {
  .p-top__servicetitle {
    color: #fff;
    border-color: #fff;
  }
}

.p-top__serviceimg {
  display: block;
  width: calc(100% + 50px);
  height: auto;
  margin-left: -25px;
  aspect-ratio: 430/192;
}
@media screen and (min-width: 768px) {
  .p-top__serviceimg {
    width: 100%;
    margin-left: 0;
    aspect-ratio: 622/278;
  }
}
.p-top__serviceimg .c-img {
  vertical-align: middle;
}

.p-top__servicewrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .p-top__servicewrapper {
    flex-direction: row;
    column-gap: min(2.43vw, 35px);
  }
}

@media screen and (min-width: 1025px) {
  .p-top__servicebox {
    display: flex;
    flex-direction: column;
    width: calc((100% - min(2.43vw, 35px) * (2 - 1)) / 2);
  }
}
.p-top__servicebox:nth-of-type(even) .p-top__servicesubtitle {
  background-color: var(--color-tertiary);
}
.p-top__servicebox:nth-of-type(even) .p-top__serviceitemtitle, .p-top__servicebox:nth-of-type(even) .p-top__servicemodaltitle {
  color: var(--color-tertiary);
}
.p-top__servicebox:nth-of-type(even) .p-top__servicebtn {
  background-color: var(--color-tertiary);
}

.p-top__servicesubtitle {
  font-family: var(--font-serif);
  letter-spacing: 0.25em;
  font-size: clamp(1.25rem, 3.26vw, 1.875rem);
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  width: calc(100% + 50px);
  margin-left: -25px;
  background-color: var(--color-secondary);
}
@media screen and (min-width: 768px) {
  .p-top__servicesubtitle {
    width: 100%;
    margin-left: 0;
    height: 3.4375rem;
  }
}

.p-top__servicelist {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding: 30px 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top__servicelist {
    padding: 35px min(2.43vw, 35px);
  }
}
@media screen and (min-width: 1025px) {
  .p-top__servicelist {
    flex: 1;
  }
}

.p-top__serviceitemtitle {
  font-size: clamp(1.25rem, 2.73vw, 1.4375rem);
  letter-spacing: 0.25em;
  color: var(--color-secondary);
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}

.p-top__servicetext {
  font-size: clamp(0.75rem, 3.49vw, 1.125rem);
  line-height: 1.32;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-top__servicetext {
    font-size: clamp(1rem, 2.34vw, 1.1875rem);
  }
}
@media screen and (min-width: 1025px) {
  .p-top__servicetext {
    font-size: clamp(0.875rem, 1.32vw, 1.1875rem);
  }
}

.p-top__servicebtn {
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 23.6875rem);
  height: 3.75rem;
  border-radius: 20px;
  color: #fff;
  letter-spacing: -0.05em;
  background-color: rgba(126, 73, 100, 0.75);
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-top__servicebtn {
    font-size: 0.9375rem;
    width: min(100%, 13.4375rem);
    height: 2.125rem;
    border-radius: 1.125rem;
  }
}

::backdrop {
  border: none;
  padding: 0;
  background-color: rgba(128, 128, 128, .75);
  mix-blend-mode: multiply;
}

.p-top__servicemodalcon {
  width: calc(100% - 50px);
  height: 100%;
  border: none;
  overflow: visible;
  background: transparent;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-top__servicemodalcon {
    width: calc(100% - 70px);
  }
}
.p-top__servicemodalcon:focus-visible {
  outline: none;
}

.p-top__servicemodal {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  height: 59.4%;
  padding: clamp(20px, 3.91vw, 50px) 20px;
  overflow-y: auto;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top__servicemodal {
    padding: clamp(20px, 3.91vw, 50px);
    min-height: 34.625rem;
    max-height: calc(100% - 80px);
  }
}

.p-top__serviceclose {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  margin-bottom: 5px;
  cursor: pointer;
}
.p-top__serviceclose .c-img {
  display: block;
  width: 2.0625rem;
  height: 2.0625rem;
  margin-left: auto;
}

.p-top__servicemodalinner {
  max-width: 63.875rem;
  margin: 0 auto;
}

.p-top__servicemodaltitle {
  font-size: clamp(1.4375rem, 2.34vw, 2.8125rem);
  text-align: center;
  letter-spacing: 0.25em;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  color: var(--color-secondary);
  font-weight: 700;
  margin-bottom: clamp(10px, 1.95vw, 25px);
}

.p-top__servicemodaltext {
  letter-spacing: 0.03em;
  font-size: clamp(1rem, 3.13vw, 1.75rem);
  line-height: 1.79;
}
@media screen and (min-width: 1025px) {
  .p-top__servicemodaltext {
    font-size: clamp(1.25rem, 1.46vw, 1.75rem);
  }
}

.p-top__accesswrapper {
  margin-top: clamp(25px, 7.81vw, 80px);
}
@media screen and (min-width: 768px) {
  .p-top__accesswrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.p-top__accessimgbox {
  display: block;
  width: min(62.33vw, 28.3125rem);
  height: auto;
  margin-bottom: clamp(10px, 2.6vw, 30px);
}
@media screen and (min-width: 768px) {
  .p-top__accessimgbox {
    width: 87.6%;
  }
}
@media screen and (min-width: 1025px) {
  .p-top__accessimgbox {
    margin-top: 25px;
  }
}

.p-top__accessbox {
  color: var(--color-text2);
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-top__accessbox {
    width: 42.2%;
    flex: none;
    margin-bottom: 0;
  }
}
.p-top__accessbox a {
  color: var(--color-text2);
}

.p-top__accesstext {
  font-size: clamp(0.9375rem, 1.39vw, 1.25rem);
  line-height: 1.75;
  font-weight: 500;
  color: var(--color-text2);
}

.p-top__accesstel {
  display: inline-block;
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-top__accesstel span {
  letter-spacing: 0;
  font-size: 1.25rem;
}

.p-top__accesstrain {
  padding-top: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-top__accesstrain {
    border-top: 1px solid var(--color-text2);
    margin-top: min(1.04vw, 20px);
    padding-top: min(1.04vw, 20px);
  }
}
.p-top__accesstrain p {
  font-weight: 400;
}

.p-top__accesstraintitle {
  font-size: clamp(0.875rem, 1.95vw, 0.9375rem);
  letter-spacing: -0.03em;
  color: #fff;
  background-color: var(--color-text2);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.625rem;
  max-width: max-content;
  padding: 0 20px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-top__accesstraintitle {
    padding: 0 15px;
  }
}

.p-top__accessmap {
  display: block;
  width: calc(100% + 50px);
  height: auto;
  aspect-ratio: 430/216;
  margin-left: -25px;
}
@media screen and (min-width: 768px) {
  .p-top__accessmap {
    width: calc(min(48.6%, 38.875rem) + 35px + var(--sidespace));
    min-height: 32.125rem;
    margin-right: calc(-1 * (35px + var(--sidespace)));
  }
}

.p-top__intro {
  margin-top: clamp(10px, 2.33vw, 50px);
}

.p-top__introbox {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-top__introbox {
    flex-direction: row-reverse;
    align-items: flex-start;
    column-gap: min(2.43vw, 35px);
  }
}
@media screen and (min-width: 1025px) {
  .p-top__introbox {
    position: relative;
    padding: min(1.74vw, 25px);
  }
  .p-top__introbox::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: min(4.51vw, 4.0625rem);
    height: min(4.51vw, 4.0625rem);
    border-top: 2px solid var(--color-primary);
    border-left: 2px solid var(--color-primary);
  }
  .p-top__introbox::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
    width: min(4.51vw, 4.0625rem);
    height: min(4.51vw, 4.0625rem);
    border-bottom: 2px solid var(--color-primary);
    border-right: 2px solid var(--color-primary);
  }
}
.p-top__introbox:not(:first-of-type) {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-top__introbox:not(:first-of-type) {
    margin-top: min(5.73vw, 110px);
  }
}

.p-top__introimg {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top__introimg {
    width: 47.2%;
    flex: none;
  }
}
.p-top__introimg .c-img {
  aspect-ratio: 2048/1366;
}
@media screen and (min-width: 768px) {
  .p-top__introimg .c-img {
    aspect-ratio: 2048/1366;
  }
}

.p-top__introname {
  display: flex;
  align-items: baseline;
  column-gap: clamp(15px, 1.95vw, 19px);
  font-size: min(6.05vw, 1.625rem);
  line-height: 1.47;
  letter-spacing: 0.25em;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-top__introname {
    font-size: clamp(1.25rem, 1.81vw, 1.875rem);
  }
}
.p-top__introname span {
  font-size: clamp(0.625rem, 1.3vw, 0.875rem);
}

.p-top__introbirthday {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p-top__introinbox {
    flex: 1;
  }
}
@media screen and (min-width: 1025px) {
  .p-top__introinbox {
    padding-top: 10px;
    padding-left: min(5.56vw, 80px);
  }
}

.p-top__introcommenttitle {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-top__introcommenttitle {
    display: flex;
    align-items: baseline;
    column-gap: 8px;
  }
  .p-top__introcommenttitle::before {
    content: "";
    display: block;
    background: var(--color-text);
    height: 0.4375rem;
    width: 0.875rem;
    height: 0.625rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}

.p-top__introcommenttext {
  font-size: 1rem;
  line-height: 1.71;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-top__introcommenttext {
    font-size: 0.875rem;
    transition: opacity ease 0.3s;
  }
}

.p-top__introcareer {
  margin-top: 20px;
}

.p-top__introcareertitle {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  margin-bottom: 10px;
}

.p-top__introcareerbox, .p-top__introcareerbox--2 {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9375rem;
  line-height: 1.67;
}
@media screen and (min-width: 768px) {
  .p-top__introcareerbox, .p-top__introcareerbox--2 {
    font-size: 0.875rem;
  }
}
.p-top__introcareerbox dt, .p-top__introcareerbox--2 dt {
  display: flex;
  justify-content: space-between;
  width: 4.3em;
}
.p-top__introcareerbox dt .span, .p-top__introcareerbox--2 dt .span {
  display: flex;
  flex: 1;
}
.p-top__introcareerbox dt .num, .p-top__introcareerbox--2 dt .num {
  flex: 1;
  text-align: center;
}
.p-top__introcareerbox dd, .p-top__introcareerbox--2 dd {
  width: calc(100% - 5.3em);
  padding-left: 1em;
  margin-left: 1em;
  border-left: 1px solid var(--color-text);
}

.p-top__introcareerbox--2 dt {
  width: 6.3em;
}
.p-top__introcareerbox--2 dd {
  width: calc(100% - 7.3em);
  padding-left: 1em;
  margin-left: 1em;
  border-left: 1px solid var(--color-text);
}

.p-top__introlist {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-top__introlist {
    row-gap: 20px;
    margin-left: 0;
    width: auto;
  }
}

.p-top__introitem {
  background-color: #385286;
  padding: 20px 25px;
}
@media screen and (min-width: 768px) {
  .p-top__introitem {
    padding: 0;
    background-color: transparent;
  }
}

.p-top__introitemtitle {
  position: relative;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-top__introitemtitle {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--color-text);
  }
}
.p-top__introitemtitle::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  content: "";
  display: block;
  background: #fff;
  height: 0.53125rem;
  width: 1.0625rem;
  height: 0.5625rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .p-top__introitemtitle::before {
    position: unset;
    height: 0.4375rem;
    width: 0.875rem;
    height: 0.625rem;
    background-color: var(--color-text);
  }
}

.p-top__introitembox {
  display: none;
  opacity: 0;
  transition: opacity ease 0.3s;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-top__introitembox {
    margin-top: 10px;
  }
}

.p-top__introtext {
  font-size: 0.9375rem;
  line-height: 1.47;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top__introtext {
    font-size: 0.875rem;
    line-height: 1.67;
    color: var(--color-text);
  }
}

.p-top__introiteminbox:not(:last-of-type) {
  margin-bottom: 1em;
}

.p-top__news {
  padding: 15px 0;
  background-color: rgba(239, 245, 253, 0.79);
}
@media screen and (min-width: 768px) {
  .p-top__news {
    padding: min(3.26vw, 35px);
  }
}

.p-top__newsimgbox {
  display: block;
  width: clamp(9rem, 33.49vw, 15.25rem);
}
@media screen and (min-width: 768px) {
  .p-top__newsimgbox {
    width: min(30vw, 36rem);
    margin-top: 25px;
  }
}

@media screen and (min-width: 1025px) {
  .p-top__newscontainer {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 20px;
  }
}

.p-top__newswrapper {
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .p-top__newswrapper {
    flex: 1;
    max-width: 34.375rem;
  }
}

.p-top__newslist {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  border-left: 5px solid var(--color-text2);
  padding-left: 12px;
}

.p-top__newsitem a {
  color: var(--color-text2);
  display: flex;
  align-items: center;
  column-gap: 5px;
}
@media screen and (min-width: 1025px) {
  .p-top__newsitem a {
    max-width: max-content;
    align-items: flex-end;
  }
}

.p-top__newslink {
  flex: 1;
}
@media screen and (min-width: 1025px) {
  .p-top__newslink {
    flex: initial;
  }
}

.p-top__newsdetail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: -0.03em;
  width: 4.625rem;
  height: 1.875rem;
  border-radius: 5px;
  color: #fff;
  background-color: var(--color-primary);
}
@media screen and (min-width: 1025px) {
  .p-top__newsdetail {
    width: 3.75rem;
    height: 1.0625rem;
    border-radius: 0.625rem;
  }
}

.p-top__newsdate {
  font-size: 0.875rem;
  letter-spacing: 0.18em;
  margin-bottom: 3px;
}

.p-top__newstitle {
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .p-top__newstitle {
    display: flex;
    align-items: baseline;
    column-gap: 5px;
  }
}

.p-top__newsbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.125rem;
  font-size: 0.9375rem;
  color: var(--color-text2);
  letter-spacing: 0.05em;
  border: 1px solid var(--color-primary);
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .p-top__newsbtn {
    position: relative;
    border: none;
    width: max-content;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.875rem;
    margin-left: auto;
  }
  .p-top__newsbtn::after {
    content: "";
    display: block;
    width: 9.4375rem;
    height: auto;
    aspect-ratio: 101/15;
    background-image: url(../../uploads/news-arrow_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -15px;
  }
}

/* WP */
/* 前後の記事へのリンク */
.post-navigation {
  font-size: clamp(0.875rem, 1.95vw, 0.9375rem);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
  margin-top: clamp(60px, 4.17vw, 80px);
}
.post-navigation a {
  color: var(--color-primary);
  display: flex;
  align-items: center;
  gap: 0 20px;
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid var(--color-primary);
}
@media (hover: hover) {
  .post-navigation a {
    transition: background-color ease 0.3s, color ease 0.3s;
  }
}

.post-navigation .nav-links {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.post-navigation .nav-previous {
  margin-left: auto;
}
@media (hover: hover) {
  .post-navigation .nav-previous:hover a, .post-navigation .nav-previous:focus-visible a {
    background-color: var(--color-primary);
    color: #fff;
  }
}

.post-navigation .nav-next {
  margin-right: auto;
}
@media (hover: hover) {
  .post-navigation .nav-next:hover a, .post-navigation .nav-next:focus-visible a {
    background-color: var(--color-primary);
    color: #fff;
  }
}

/* ページネーション */
.pagination .nav-links {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 0 10px;
  justify-content: center;
  align-items: center;
  user-select: none;
  -webkit-user-select: none;
  max-width: max-content;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .pagination .nav-links {
    margin-top: min(3.91vw, 60px);
  }
}

.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 0;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border: 1px solid transparent;
  background-color: transparent;
  color: var(--color-primary);
}
@media (hover: hover) {
  .pagination .page-numbers {
    transition: color ease 0.3s, border-color ease 0.3s;
  }
  .pagination .page-numbers:hover, .pagination .page-numbers:focus-visible {
    color: var(--color-primary);
    border-color: var(--color-primary);
  }
}

.pagination .nav-links .page-numbers.current {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
}

.pagination .nav-links .page-numbers.dots {
  color: var(--color-secondary);
  pointer-events: none;
}

.page-numbers.prev,
.page-numbers.next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers.prev {
  left: -50px;
}

.page-numbers.next {
  right: -50px;
}

/* u-display */
.u-hidden {
  display: none;
}

.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

.u-inline {
  display: inline;
}

.u-flex {
  display: flex;
}

.u-grid {
  display: grid;
}

@media screen and (min-width: 768px) {
  .md\:u-hidden {
    display: none;
  }
  .md\:u-block {
    display: block;
  }
  .md\:u-inline-block {
    display: inline-block;
  }
  .md\:u-inline {
    display: inline;
  }
  .md\:u-flex {
    display: flex;
  }
  .md\:u-grid {
    display: grid;
  }
}
@media screen and (min-width: 1025px) {
  .lg\:u-hidden {
    display: none;
  }
  .lg\:u-block {
    display: block;
  }
  .lg\:u-inline-block {
    display: inline-block;
  }
  .lg\:u-inline {
    display: inline;
  }
  .lg\:u-flex {
    display: flex;
  }
  .lg\:u-grid {
    display: grid;
  }
}
/* u-weight */
.u-font-light {
  font-weight: 300;
}

.u-font-normal {
  font-weight: 400;
}

.u-font-medium {
  font-weight: 500;
}

.u-font-semibold {
  font-weight: 600;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-black {
  font-weight: 900;
}

/* u-cursor */
.u-cursor-pointer {
  cursor: pointer;
}

.u-pointer-events-none {
  pointer-events: none;
}

.u-select-none {
  user-select: none;
  -webkit-user-select: none;
}

/* u-textalign */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-justify {
  text-align: justify;
}

/* position */
.u-fixed {
  position: fixed;
}

.u-static {
  position: static;
}

.u-absolute {
  position: absolute;
}

.u-relative {
  position: relative;
}

.u-sticky {
  position: sticky;
}

.u-z-2 {
  z-index: 2;
}

.u-underline {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

/* javascript*/
.is-navi-open .l-header__spmenu {
  position: relative;
  z-index: 10;
  background-color: transparent;
}
.is-navi-open .l-header__btn {
  opacity: 0;
  pointer-events: none;
}
.is-navi-open .l-header__spham {
  transform: translateY(0.125rem) rotate(-30deg);
}
.is-navi-open .l-header__spham--2 {
  display: none;
}
.is-navi-open .l-header__spham--3 {
  transform: rotate(30deg);
}
.is-navi-open .l-header__nav {
  z-index: 8;
  opacity: 1;
  visibility: visible;
}

.is-body-fixed {
  overflow: clip;
}

.js-url {
  cursor: pointer;
}

.is-faq--open .p-faq__answerbox {
  display: flex;
  opacity: 1;
}

.is-blockopen .p-top__introitemtitle::before {
  transform: rotate(0deg);
}
.is-blockopen .p-top__introitembox {
  display: block;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .is-blockclose .p-top__introcommenttitle::before {
    transform: rotate(-90deg);
  }
}
@media screen and (min-width: 768px) {
  .is-blockclose .p-top__introcommenttext {
    display: none;
    opacity: 0;
  }
}

/* animation */
@media (hover: hover) {
  .a-hover {
    transition: opacity ease 0.3s;
  }
  .a-hover:hover, .a-hover:focus-visible {
    opacity: 0.6;
  }
}