@charset "UTF-8";
/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  font-family: sans-serif; /* 3 */
  line-height: 1.5; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

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

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted; /* 1 */
  text-decoration: none; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%; /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border-style: none; /* 1 */
  color: inherit; /* 1 */
  font-size: 1em; /* 1 */
  margin: 0; /* 3 */
}

select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-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 and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 960px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 560px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.12em;
  -webkit-font-smoothing: antialiased;
}

ul {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

figure {
  margin: 0;
}

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

.text-center {
  text-align: center;
}

.pc-none {
  display: none;
}
@media screen and (max-width: 560px) {
  .pc-none {
    display: block;
  }
}

@media screen and (max-width: 560px) {
  .sp-none {
    display: none;
  }
}

.wrapper {
  max-width: 1170px;
  margin: auto;
  padding: 0 30px;
}
@media screen and (max-width: 960px) {
  .wrapper {
    padding: 0 2.25rem;
  }
}
@media screen and (max-width: 560px) {
  .wrapper {
    padding: 0 2.25rem;
  }
}

.main {
  padding: 38px 0 0;
}
@media screen and (max-width: 960px) {
  .main {
    padding: 3.2rem 0 0;
  }
}

@media screen and (min-width: 1600px) {
  .eyecatch {
    position: relative;
    height: 300px;
    overflow: hidden;
  }
}
@media screen and (max-width: 960px) {
  .eyecatch {
    padding-top: 96px;
  }
}
@media screen and (max-width: 560px) {
  .eyecatch {
    padding-top: 6.2rem;
  }
}
.eyecatch img {
  width: 100%;
}

.header {
  padding: 21px 0;
}
@media screen and (max-width: 960px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 24px 16px;
    background: #fff;
  }
}
@media screen and (max-width: 560px) {
  .header {
    height: 6.2rem;
    padding: 14px 16px 12px;
  }
}
.header .menu-globalnav-container {
  width: 635px;
}
@media screen and (max-width: 560px) {
  .header .menu-globalnav-container {
    width: 100%;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 560px) {
  .header__inner {
    display: block;
    padding: 0;
  }
}

.header__title {
  flex: 0 0 272px;
  width: 272px;
  margin: 0;
}
@media screen and (max-width: 560px) {
  .header__title {
    flex: 0 0 11.8rem;
    width: 11.8rem;
    padding: 0;
  }
}
.header__title img {
  vertical-align: top;
}
@media screen and (max-width: 560px) {
  .header__title img {
    vertical-align: 2px;
  }
}

.header__navigation {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
}

.header__button {
  display: none;
}
@media screen and (max-width: 960px) {
  .header__button {
    position: absolute;
    top: 50%;
    right: 19px;
    display: block;
    width: 3.6rem;
    height: 3rem;
    padding: 0;
    margin: 0;
    border: none;
    transform: translate(0, -50%);
    appearance: none;
  }
}
@media screen and (max-width: 560px) {
  .header__button {
    width: 2.4rem;
    height: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .header__button span {
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background: #ec7975;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 560px) {
  .header__button span {
    height: 3.75px;
  }
}
@media screen and (max-width: 960px) {
  .header__button span:first-of-type {
    top: 0;
  }
}
@media screen and (max-width: 560px) {
  .header__button span:first-of-type {
    top: 0;
  }
}
@media screen and (max-width: 960px) {
  .header__button span:nth-of-type(2) {
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 560px) {
  .header__button span:nth-of-type(2) {
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 960px) {
  .header__button span:last-of-type {
    bottom: 0;
  }
}
@media screen and (max-width: 560px) {
  .header__button span:last-of-type {
    bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .header__button.open span:first-of-type {
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
  }
}
@media screen and (max-width: 960px) {
  .header__button.open span:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .header__button.open span:last-of-type {
    bottom: 50%;
    transform: translate(0, 50%) rotate(-45deg);
  }
}

.swiper-container-top {
  height: 30vw;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .swiper-container-top {
    height: 24.1rem;
    margin-top: 96px;
  }
}
@media screen and (max-width: 560px) {
  .swiper-container-top {
    height: 24.1rem;
    margin-top: 6.2rem;
  }
}

.swiper-img {
  overflow: hidden;
}

.global-nav {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .global-nav {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .global-nav.open {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: block;
    width: 100%;
    height: 100vh;
    padding: 0 20px;
    margin-top: 96px;
    background: #fff;
  }
}
@media screen and (max-width: 560px) {
  .global-nav.open {
    margin-top: 6.2rem;
  }
}
.global-nav li {
  margin: 0 0 0 24px;
}
@media screen and (max-width: 960px) {
  .global-nav li {
    flex: 0 0 auto;
    margin: 0;
    border-top: solid 1px #ec7975;
  }
}
.global-nav li:first-of-type {
  margin: 0;
}
@media screen and (max-width: 960px) {
  .global-nav li:last-of-type {
    border-bottom: solid 1px #ec7975;
  }
}
.global-nav li a {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.0125em;
}
@media screen and (max-width: 960px) {
  .global-nav li a {
    position: relative;
    display: block;
    padding: 36px 0;
    font-size: 27px;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .global-nav li a {
    position: relative;
    display: block;
    padding: 7.14% 0;
    font-size: 5.15vw;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .global-nav li a::after {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 4.06vw;
    height: 8.12vw;
    content: "";
    background: url("https://asuka-kai.jp/wp-content/themes/asukakai/assets/images/common/icon-arrow-pink.svg") no-repeat;
    transform: translate(0, -50%);
  }
}

.footer {
  padding: 50px 0 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", yugothic, "Quicksand", sans-serif;
  color: #fff;
  letter-spacing: 0.1em;
  background: #ec7975;
}
@media screen and (max-width: 960px) {
  .footer {
    padding: 2.4rem 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .footer {
    display: block;
    padding: 4rem 2rem 1.6rem;
  }
}

.footer__inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  padding: 0 0 54px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .footer__inner {
    padding: 0 0 5.4rem;
  }
}
@media screen and (max-width: 560px) {
  .footer__inner {
    padding: 0 0 1rem;
  }
}

@media screen and (max-width: 560px) {
  .footer__content {
    flex: 1 1 auto;
    width: 100%;
    text-align: center;
  }
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 8px 0 0;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .footer-nav {
    padding: 0;
  }
}
@media screen and (max-width: 560px) {
  .footer-nav {
    padding: 0;
  }
}
.footer-nav li {
  margin-bottom: 12px;
}
@media screen and (max-width: 560px) {
  .footer-nav li {
    margin: 0 0 1.6rem;
  }
}
.footer-nav li:first-of-type {
  border-left: solid 1px #fff;
}
.footer-nav li:nth-of-type(4) {
  border-left: solid 1px #fff;
}
.footer-nav li a {
  position: relative;
  display: inline;
  padding: 0 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.333;
  color: #fff;
  border-right: solid 1px #fff;
}
@media screen and (max-width: 560px) {
  .footer-nav li a {
    display: block;
    padding: 0 1.4rem;
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: normal;
  }
}

.footer__title {
  margin: 0 0 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.7rem;
  font-weight: normal;
}
@media screen and (max-width: 560px) {
  .footer__title {
    margin: 0 0 0.4rem;
    font-size: 1.9rem;
    letter-spacing: 0.08em;
  }
}

.footer__info {
  display: flex;
  gap: 17px;
  padding: 0;
  margin: 0 0 20px;
}
@media screen and (max-width: 560px) {
  .footer__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -0.3rem;
  }
}

.footer__info__item {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 560px) {
  .footer__info__item {
    font-size: 1.3rem;
    letter-spacing: normal;
  }
}
.footer__info__item a {
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 560px) {
  .footer__info__item a {
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: normal;
  }
}

.footer__copy {
  font-size: 1.4rem;
}
@media screen and (max-width: 560px) {
  .footer__copy {
    font-size: 1.2rem;
    letter-spacing: normal;
  }
}

.menu-globalnav-container {
  width: 500px;
}
@media screen and (max-width: 560px) {
  .menu-globalnav-container {
    width: 100%;
  }
}

/*20251030 プライバシーポリシー追記*/
.privacy-policy {
  word-break: break-all;
  padding-bottom: 80px;
}

.privacy-policy h2 {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-top: 24px;
  margin-bottom: 10px;
}

.privacy-policy ul {
  padding-left: 0;
  margin-top: 0;
}

@media screen and (max-width: 960px) {
  .privacy-policy {
    margin-top: 100px;
    padding-bottom: 50px;
  }
  .privacy-policy h2 {
    font-size: 20px;
  }
  .privacy-policy p {
    font-size: 16px;
    letter-spacing: 0;
  }
  .privacy-policy ul {
    margin-top: 6px;
  }
  .privacy-policy li {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.privacy-policy__wrapper {
  padding-inline: 20px;
  max-width: 1110px;
  margin-inline: auto;
  width: 100%;
}

.privacy-policy-list {
  margin-top: 16px;
  padding-left: 0;
}

.privacy-policy-list li {
  margin-top: 10px;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width: 767px) {
  .privacy-policy {
    margin-top: 0;
  }
  .privacy-policy .page__heading {
    margin-bottom: 30px;
  }
}
.footer__inner {
  padding-bottom: 0;
}

.footer__link {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.footer__link a {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.875;
}

.btn {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 19px 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", yugothic, "Quicksand", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  border: none;
  border-radius: 30px;
  appearance: none;
}
@media screen and (max-width: 560px) {
  .btn {
    width: 100%;
    padding: 4.285% 0;
    font-size: 1.3rem;
  }
}
.btn::after {
  position: absolute;
  top: 50%;
  right: 32px;
  width: 11px;
  height: 22px;
  content: "";
  background: url("https://asuka-kai.jp/wp-content/themes/asukakai/assets/images/common/icon-arrow-white.svg") no-repeat;
  transform: translate(0, -50%);
}
@media screen and (max-width: 560px) {
  .btn::after {
    right: 2.2rem;
    width: 8px;
    height: 16px;
  }
}

.btn--pink {
  color: #fff;
  background: #ec7975;
}

.btn--blue {
  color: #fff;
  background: #00abeb;
}

.btn--white {
  color: #ec7975;
  background: #fff;
}
.btn--white::after {
  background: url("https://asuka-kai.jp/wp-content/themes/asukakai/assets/images/common/icon-arrow-pink.svg") no-repeat;
}

.section__button {
  width: 280px;
  margin: auto;
}
@media screen and (max-width: 560px) {
  .section__button {
    width: 100%;
    max-width: 250px;
  }
}

.section__heading {
  padding: 0 0 24px;
  margin: 0 0 44px;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 960px) {
  .section__heading {
    padding: 0 0 1rem;
    margin: 0 0 3.4rem;
    font-size: 2.4rem;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 560px) {
  .section__heading {
    padding: 0 0 4.285%;
    margin: 0 0 7.857%;
    font-size: 1.8rem;
  }
}

.section__heading--white {
  color: #fff;
  border-bottom: solid 1px #fff;
}

.section__heading--pink {
  color: #ec7975;
  border-bottom: solid 1px #ec7975;
}

.page__heading {
  width: 518px;
  padding: 0 0 12px;
  margin: 0 auto 56px;
  font-size: 2.8rem;
  font-weight: normal;
  color: #ec7975;
  text-align: center;
  border-bottom: solid 1px #ec7975;
}
@media screen and (max-width: 560px) {
  .page__heading {
    width: auto;
    padding: 2% 30px;
    font-size: 4.75vw;
  }
}

.block__heading {
  padding: 0 0 0 28px;
  margin: 0 0 32px;
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.125em;
  background: url("../images/common/title-mark.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 560px) {
  .block__heading {
    padding: 0 6%;
    margin: 0 0 4.67%;
    font-size: 6.667vw;
  }
}

.top-slider {
  padding: 0;
  margin: 0;
}

.top-slider__item {
  overflow: hidden;
}
.top-slider__item img {
  width: 100%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1.3);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.swiper-img img {
  display: block;
}

/*
 * 
 * news部分の共通スタイリング
 * 
 */
.news-page {
  padding: 62px 0 80px;
}
@media screen and (max-width: 960px) {
  .news-page {
    padding: 17.6% 0 14.2185%;
  }
}

.news-page__header {
  margin: 0 0 30px;
}
@media screen and (max-width: 960px) {
  .news-page__header {
    margin-bottom: 24px;
  }
}

.news-page__body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .news-page__body {
    flex-direction: column;
    gap: 40px 0;
  }
}

.news-media-outer {
  padding: 0;
  margin: 0 0 40px;
}
@media screen and (max-width: 960px) {
  .news-media-outer {
    margin-bottom: 27px;
  }
}

.news-page-aside {
  flex: 0 0 240px;
}

.news-page__heading {
  width: 100%;
  padding-bottom: 24px;
  margin: 0 auto 32px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 960px) {
  .news-page__heading {
    padding-right: 0;
    padding-bottom: 3.2%;
    padding-left: 0;
    margin: 0;
    font-size: 4.68vw;
    letter-spacing: 0.125em;
  }
}

.news-page__leading {
  margin: 0 0 30px;
  font-size: 2rem;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 960px) {
  .news-page__leading {
    margin: 0 0 9%;
    font-size: 4.06vw;
    letter-spacing: 0.05em;
  }
}

.news__article-list {
  flex: 1 1 auto;
  padding: 0;
  margin: 0;
  margin-right: 44px;
}
@media screen and (max-width: 960px) {
  .news__article-list {
    margin: 0;
  }
}

.news__article-content {
  line-height: 1;
}

.news__article-title {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .news__article-title {
    font-size: 4.218vw;
  }
}

.news__article-text {
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .news__article-text {
    font-size: 3.4375vw;
    line-height: 1.85;
  }
}
.news__article-text a {
  font-size: 1.5rem;
  color: #a8a8a8;
}

.news__article-date {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", yugothic, "Quicksand", sans-serif;
  font-size: 1.5rem;
  color: #ADADAD;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 960px) {
  .news__article-date {
    font-size: 3.28vw;
  }
}

.news__category-label {
  display: inline-block;
  padding: 8px 18px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", yugothic, "Quicksand", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
}
.news__category-label.asukanoie {
  background-color: #77cada;
}
.news__category-label.seikatsukaigo {
  background-color: #ff99cd;
}
.news__category-label.soudan {
  background-color: #ffc414;
}
.news__category-label.chiiki {
  background-color: #D7A7FF;
}
.news__category-label.shu_b {
  background-color: #c29777;
}
.news__category-label.chanokinoie {
  background-color: #90C881;
}
.news__category-label.cyanoki-cafe {
  background-color: #ff9e44;
}
.news__category-label.news {
  background-color: #B8B6C3;
}
@media screen and (max-width: 960px) {
  .news__category-label {
    padding: 6px 12px;
    font-size: 2.81vw;
  }
}

.news__article-tags {
  display: flex;
  flex-wrap: wrap;
  background: url("https://asuka-kai.jp/wp-content/themes/asukakai/assets/images/common/icon-tags.svg") no-repeat left top;
  background-size: 15px 15px;
}

@media screen and (max-width: 960px) {
  .news__article-tags__item {
    font-size: 2.18vw;
  }
}
.news__article-tags__item a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", yugothic, "Quicksand", sans-serif;
  font-size: 1.5rem;
  color: #8e8e8e;
}
@media screen and (max-width: 960px) {
  .news__article-tags__item a {
    font-size: 3.57vw;
  }
}

.news-list_item {
  padding: 24px 0;
}

/*
 * 
 * 
 * news-media（newsページ一覧で使用）
 * 
 */
.news-media {
  padding: 24px 0;
  overflow: hidden;
  border-top: solid 1px #dbdbdb;
}
@media screen and (max-width: 960px) {
  .news-media {
    padding: 20px 0;
  }
}
.news-media:last-of-type {
  border-bottom: solid 1px #dbdbdb;
}

.news-media__article-thumb {
  float: left;
  width: 178px;
  margin: 0 36px 0 0;
  overflow: hidden;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .news-media__article-thumb {
    width: 30.93vw;
    margin: 0 5% 0% 0;
    margin-right: 1.4rem;
  }
}

.news-media__content {
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .news-media__content {
    overflow: visible;
  }
}

@media screen and (max-width: 960px) {
  .news-media__category {
    font-size: 9px;
  }
}
.news-media__category.asukanoie {
  background-color: #77cada;
}
.news-media__category.seikatsukaigo {
  background-color: #ff99cd;
}
.news-media__category.soudan {
  background-color: #ffc414;
}
.news-media__category.chiiki {
  background-color: #D7A7FF;
}
.news-media__category.shu_b {
  background-color: #c29777;
}
.news-media__category.chanokinoie {
  background-color: #90C881;
}
.news-media__category.cyanoki-cafe {
  background-color: #ff9e44;
}
.news-media__category.news {
  background-color: #B8B6C3;
}

.news-media__meta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .news-media__meta {
    gap: 0 12px;
  }
}

.news-media__article-text {
  margin: 0 0 12px;
}
@media screen and (max-width: 960px) {
  .news-media__article-text {
    margin: 0 0 5.375vw;
    clear: both;
  }
}

.news-media__article-meta {
  line-height: 1;
}

.news-media__article-date {
  margin-right: 21px;
}
@media screen and (max-width: 960px) {
  .news-media__article-date {
    margin: 0;
    font-size: 11px;
    color: #EB7975;
  }
}

.news-media__article-title {
  margin: 0 0 10px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 960px) {
  .news-media__article-title {
    margin: 0;
    font-size: 13px;
    color: #4B4A47;
  }
}

.news-media__article-tags {
  padding-left: 1.5em;
  margin-top: 16px;
}
@media screen and (max-width: 960px) {
  .news-media__article-tags {
    margin-top: 4.82%;
    margin-bottom: -12px;
  }
}

.news-media__article-tags__item {
  padding: 0 4px 15px;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 960px) {
  .news-media__article-tags__item {
    padding: 4px 4px 12px;
    margin-right: 3.56%;
  }
}

/*
 * 
 * 
 * pagination
 * 
 */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .prev {
  order: 1;
  width: 12px;
  height: 12px;
  margin-right: 16px;
  color: #a8a8a8;
  border-bottom: solid 1px #a8a8a8;
  border-left: solid 1px #a8a8a8;
  transform: rotate(45deg);
}
.pagination .next {
  order: 5;
  width: 12px;
  height: 12px;
  margin-left: 16px;
  color: #a8a8a8;
  border-top: solid 1px #a8a8a8;
  border-right: solid 1px #a8a8a8;
  transform: rotate(45deg);
}
.pagination .pager, .pagination .first, .pagination .last {
  box-sizing: border-box;
  display: inline-flex;
  padding: 7px 3px;
  margin: 0 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", yugothic, "Quicksand", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  color: #a8a8a8;
  text-align: center;
}
.pagination .pager.current, .pagination .first.current, .pagination .last.current {
  color: #EB7975;
  border-bottom: solid 1px #EB7975;
}
.pagination .first {
  align-items: center;
  order: 2;
  margin-left: 0;
}
.pagination .first::after {
  box-sizing: border-box;
  display: inline-block;
  padding: 7px 3px;
  margin: 0 0 0 12px;
  content: "...";
}
.pagination .last {
  align-items: center;
  order: 4;
  margin-right: 0;
}
.pagination .last::before {
  box-sizing: border-box;
  display: inline-block;
  padding: 7px 3px;
  margin: 0 12px 0 0;
  content: "...";
}
.pagination .pager {
  order: 3;
}

.news-page-widget {
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .news-page-widget:last-of-type {
    margin-bottom: 0;
  }
}

.news-page-widget__title {
  padding-bottom: 12px;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", yugothic, "Quicksand", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  color: #4B4A47;
  text-align: center;
  letter-spacing: normal;
  border-bottom: solid 1px #4B4A47;
}
@media screen and (max-width: 960px) {
  .news-page-widget__title {
    margin-bottom: 10px;
  }
}

.news-page-widget__category {
  padding: 6px 12px;
}
@media screen and (max-width: 960px) {
  .news-page-widget__category {
    padding: 6px 14px;
  }
}

.news-page-widget__category-item {
  margin-bottom: 24px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", yugothic, "Quicksand", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  color: #4B4A47;
}
@media screen and (max-width: 960px) {
  .news-page-widget__category-item {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 960px) {
  .news-page-widget__category-item:last-of-type {
    margin-bottom: 0;
  }
}

.news-page-widget__dropdown {
  position: relative;
}
.news-page-widget__dropdown::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 12px;
  height: 12px;
  content: "";
  border-top: solid 1px #a8a8a8;
  border-right: solid 1px #a8a8a8;
  transform: translate(0, -50%) rotate(135deg);
}
@media screen and (max-width: 960px) {
  .news-page-widget__dropdown::after {
    right: 24px;
    border-top: solid 1px #ADADAD;
    border-right: solid 1px #ADADAD;
  }
}

.news-page-widget__archive-dropdown {
  width: 100%;
  padding: 11px 10px;
  font-size: 14px;
  border: solid 1px #EAEAEA;
  appearance: none; /* 標準のスタイルを無効にする */
}
.news-page-widget__archive-dropdown::-ms-expand {
  display: none;
}

.pagination > .page-numbers {
  display: flex;
  justify-content: center;
}
.pagination > .page-numbers li {
  margin: 0 8px;
}
.pagination > .page-numbers li .page-numbers {
  display: inline-block;
  padding: 8px 16px;
  border: solid 1px #ededed;
}
.pagination > .page-numbers li .page-numbers.current {
  color: #fff;
  background: #ec7975;
}
/*
 * 
 * 
 * TopページのNews部分
 * 
 */
.news-area {
  padding: 0 0 80px;
}
@media screen and (max-width: 960px) {
  .news-area {
    padding: 0 0 8rem;
  }
}
@media screen and (max-width: 560px) {
  .news-area {
    padding: 0 0 3rem;
  }
}

.news-area__heading {
  width: 100%;
  padding: 0 0 24px;
  margin: 0 0 27px;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
  color: #ec7975;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 960px) {
  .news-area__heading {
    margin: 0 0 2.7rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .news-area__heading {
    padding: 0 0 1.3rem;
    margin: 0 0 3.6rem;
    font-size: 1.8rem;
  }
}

.news-area__body {
  margin: 0 0 32px;
}
@media screen and (max-width: 560px) {
  .news-area__body {
    margin: 0 0 3rem;
  }
}

.news-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(31.5%, 1fr));
  gap: 28px 28px;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .news-cards {
    grid-template-columns: auto;
    gap: 2.5rem 0;
    padding: 0;
  }
}

.news-cards__heading {
  margin: 0 0 46px;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1;
  color: #ec7975;
  text-align: center;
  letter-spacing: 0.21em;
}
@media screen and (max-width: 560px) {
  .news-cards__heading {
    margin: 0 0 5.9375%;
    font-size: 5.625vw;
  }
}

.news-cards__item {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border: solid 1px #e7e7e7;
}
@media screen and (max-width: 960px) {
  .news-cards__item {
    display: flex;
    margin: 0;
    border: none;
  }
}

.news-cards__content {
  padding: 16px 19px 30px;
}
@media screen and (max-width: 560px) {
  .news-cards__content {
    padding: 0;
  }
}

.news-cards__title {
  margin: 6px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.467;
}
@media screen and (max-width: 560px) {
  .news-cards__title {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.53;
  }
}

.news-cards__thumb {
  object-fit: cover;
  width: 350px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .news-cards__thumb {
    flex: 0 0 24rem;
  }
}
@media screen and (max-width: 560px) {
  .news-cards__thumb {
    flex: 0 0 11.7rem;
    width: auto;
    margin: 0 1rem 0 0;
  }
}

.news-cards__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 29px;
  padding: 0 18px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background-color: #B8B6C3;
}
.news-cards__category.asukanoie {
  background-color: #77cada;
}
.news-cards__category.seikatsukaigo {
  background-color: #ff99cd;
}
.news-cards__category.soudan {
  background-color: #ffc414;
}
.news-cards__category.chiiki {
  background-color: #D7A7FF;
}
.news-cards__category.shu_b {
  background-color: #c29777;
}
.news-cards__category.chanokinoie {
  background-color: #90C881;
}
.news-cards__category.cyanoki-cafe {
  background-color: #ff9e44;
}
.news-cards__category.news {
  background-color: #B8B6C3;
}
@media screen and (max-width: 560px) {
  .news-cards__category {
    height: 1.9rem;
    padding: 1.3vw 3.2vw;
    padding: 0 0.7rem;
    font-size: 0.9rem;
  }
}

.news-cards__date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.467;
  color: #ADADAD;
  letter-spacing: normal;
}
@media screen and (max-width: 560px) {
  .news-cards__date {
    font-size: 1.1rem;
  }
}

.news-cards__meta {
  display: flex;
  gap: 0 20px;
  align-items: center;
}
@media screen and (max-width: 560px) {
  .news-cards__meta {
    gap: 0 1.8rem;
    margin-bottom: 0.2rem;
  }
}

.top-about {
  padding: 58px 0 80px;
  background: #ec7975;
}
@media screen and (max-width: 960px) {
  .top-about {
    padding: 2.7rem 0 3rem;
  }
}

.top-about__heading {
  padding: 0 0 19px;
  margin: 0 0 48px;
  font-size: 2.4rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 960px) {
  .top-about__heading {
    padding: 0 0 1.6rem;
    margin: 0 0 2.4rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .top-about__heading {
    padding: 0 0 0.8rem;
    margin: 0 0 1.6rem;
    font-size: 1.8rem;
  }
}

.top-about__content {
  display: flex;
  justify-content: space-between;
  padding: 0 96px;
  margin: 0 0 36px;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .top-about__content {
    flex-direction: column;
    padding: 0;
    margin: 0 0 3.2rem;
  }
}

.top-about__catch {
  margin: 0 0 16px;
  font-size: 2.8rem;
  line-height: 1.928;
}
@media screen and (max-width: 960px) {
  .top-about__catch {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .top-about__catch {
    margin: 0 0 0.8rem;
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}

.top-about__text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .top-about__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .top-about__text {
    font-size: 1.3rem;
    line-height: 2.23;
    letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 960px) {
  .top-about__main {
    order: 1;
  }
}

.top-about__image {
  flex: 0 0 306px;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .top-about__image {
    flex: 1 1 auto;
    order: 2;
    padding: 2.7rem 0 0;
    margin: 0;
    text-align: center;
  }
}
.top-place {
  padding: 68px 0 50px;
}
@media screen and (max-width: 960px) {
  .top-place {
    padding: 4.4rem 0 0;
  }
}

.top-place__heading {
  margin: 0 0 44px;
  line-height: 1.1;
}
@media screen and (max-width: 960px) {
  .top-place__heading {
    padding-bottom: 1.6rem;
    margin: 0 0 3.4rem;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 560px) {
  .top-place__heading {
    padding-bottom: 0.9rem;
    margin: 0 0 3.4rem;
    letter-spacing: 0.08em;
  }
}

.top-place__list {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .top-place__list {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .top-place__list {
    margin: 0;
  }
}

.top-place__item {
  flex: 0 0 25%;
  min-width: 25%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media screen and (max-width: 960px) {
  .top-place__item {
    box-sizing: border-box;
    flex: 0 0 100%;
    min-width: 100%;
    padding: 0;
    margin: 0 0 1.9rem;
  }
}
@media screen and (max-width: 960px) {
  .top-place__item figure {
    float: left;
    width: 20rem;
    margin-right: 2.8rem;
  }
}
@media screen and (max-width: 560px) {
  .top-place__item figure {
    float: left;
    width: 10rem;
    margin-right: 1.4rem;
  }
}

.top-place__title {
  margin: 0;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .top-place__title {
    margin: 0;
    font-size: 2rem;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 560px) {
  .top-place__title {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: normal;
  }
}

.top-place__place-kind {
  display: block;
  font-size: 1.8rem;
  letter-spacing: normal;
}
@media screen and (max-width: 960px) {
  .top-place__place-kind {
    margin-bottom: 0.6rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 560px) {
  .top-place__place-kind {
    margin-bottom: 0.6rem;
    font-size: 1.4rem;
  }
}

.top-place__text {
  height: 4.5em;
  margin: 5px 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .top-place__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 560px) {
  .top-place__text {
    height: auto;
    margin: 0.9rem 0 0;
    font-size: 1.2rem;
    line-height: 1.625;
    letter-spacing: normal;
  }
}

.top-place__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 21px 0 16px;
}
@media screen and (max-width: 560px) {
  .top-place__content {
    margin: 0;
  }
}

@media screen and (max-width: 560px) {
  .top-place__icon {
    position: relative;
    top: -0.2rem;
    right: -0.1rem;
    width: 2.3rem;
  }
}

.top-place__link {
  text-align: right;
}
.top-place__link a {
  position: relative;
  display: inline-block;
  padding-right: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 2.8;
  color: #ec7975;
}
@media screen and (max-width: 560px) {
  .top-place__link a {
    padding-right: 1.9rem;
    font-size: 1.2rem;
    letter-spacing: normal;
  }
}
.top-place__link a::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 8px;
  height: 16px;
  content: "";
  background-image: url("../images/common/icon-arrow-pink-bold.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
@media screen and (max-width: 560px) {
  .top-place__link a::after {
    transform: translate(0, -35%);
  }
}

@media screen and (max-width: 960px) {
  .top-staff {
    padding: 3rem 0 0;
  }
}
@media screen and (max-width: 560px) {
  .top-staff {
    padding: 1.2rem 0 0;
  }
}

.top-staff__list {
  display: flex;
  padding: 0 96px;
  margin: 0 0 0 -32px;
}
@media screen and (max-width: 960px) {
  .top-staff__list {
    flex-wrap: wrap;
    gap: 1.8rem 0;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 1.8rem;
  }
}

.top-staff__item {
  display: flex;
  display: -ms-flex;
  flex: 1 1 25%;
  flex-direction: column;
  width: 25%;
  padding-left: 32px;
  margin: 0 0 32px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .top-staff__item {
    flex: 0 0 15rem;
    width: 15rem;
    padding: 0;
    margin: 0;
  }
}
.top-staff__item figure {
  min-height: 0%;
}
.top-staff__item img {
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .top-staff__item img {
    width: 75%;
  }
}
@media screen and (max-width: 560px) {
  .top-staff__item img {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .top-staff__heading {
    padding-bottom: 0.6rem;
    margin-bottom: 2rem;
    letter-spacing: 0.08em;
  }
}

.top-staff__name {
  order: 2;
  min-height: 0%;
  margin: 0;
  font-size: 2.5rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 560px) {
  .top-staff__name {
    font-size: 1.8rem;
  }
}

.top-staff__status {
  order: 1;
  min-height: 0%;
  margin: 18px 0 0;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 560px) {
  .top-staff__status {
    margin: 0.6rem 0 0;
    font-size: 1.4rem;
    word-break: keep-all;
  }
}

.block-recruit {
  padding: 64px 0;
}
@media screen and (max-width: 960px) {
  .block-recruit {
    padding: 6.4rem 0;
  }
}
@media screen and (max-width: 560px) {
  .block-recruit {
    padding: 3rem 0 2.9rem;
  }
}

@media screen and (max-width: 960px) {
  .block-recruit__heading {
    padding-bottom: 0.6rem;
    margin-bottom: 2rem;
    letter-spacing: 0.08em;
  }
}

.block-recruit__main {
  position: relative;
}

.block-recruit__image {
  display: block;
  margin: 0 0 32px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .block-recruit__image {
    margin: 0 0 3.2rem;
  }
}

.block-recruit__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 774px;
  padding: 16px 0;
  margin: 0;
  color: #fff;
  text-align: center;
  background: #ec7975;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 560px) {
  .block-recruit__catch {
    width: 88.625%;
  }
}

.block-recruit__catch-main {
  display: block;
  font-size: 2.9rem;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 560px) {
  .block-recruit__catch-main {
    font-size: 1.8rem;
  }
}

.block-recruit__catch-sub {
  display: inline-block;
  padding: 4px 0 0;
  font-size: 2.2rem;
}

.block-recruit__jobs {
  position: absolute;
  bottom: 45px;
  left: 50%;
  display: flex;
  padding: 0;
  margin: 0;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 560px) {
  .block-recruit__jobs {
    position: static;
  }
}

.block-recruit__jobs__item {
  margin: 0 5px;
  font-size: 1.9rem;
  color: #ec7975;
  text-align: center;
}
.block-recruit__jobs__item a {
  display: inline-block;
  width: 156px;
  padding: 2px 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", yugothic, "Quicksand", sans-serif;
  color: #ec7975;
  background: #fff;
  border-radius: 24px;
}

.top-gallery {
  padding: 0 0 54px;
}
@media screen and (max-width: 960px) {
  .top-gallery {
    padding: 0 0 5.4rem;
  }
}
@media screen and (max-width: 560px) {
  .top-gallery {
    padding: 0 0 3rem;
  }
}

.top-gallery__heading {
  margin-bottom: 32px;
  font-size: 24px;
}
@media screen and (max-width: 560px) {
  .top-gallery__heading {
    padding-bottom: 0.6rem;
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
.top-gallery__heading img {
  margin-right: 12px;
  vertical-align: -7px;
}
@media screen and (max-width: 560px) {
  .top-gallery__heading img {
    width: 1.9rem;
    margin-right: 1rem;
    vertical-align: -3px;
  }
}

.top-gallery__text {
  margin-bottom: 32px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.top-gallery__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  padding: 0 75px;
  margin-left: 0;
}
@media screen and (max-width: 960px) {
  .top-gallery__list {
    gap: 1.5rem;
    justify-content: center;
    padding: 0 7.5rem;
  }
}
@media screen and (max-width: 560px) {
  .top-gallery__list {
    gap: 1.5rem;
    justify-content: space-between;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.top-gallery__item {
  position: relative;
  width: calc(33.333% - 20px);
  height: 0;
  padding-top: calc(33.333% - 20px);
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .top-gallery__item {
    width: 15.75rem;
  }
}
@media screen and (max-width: 560px) {
  .top-gallery__item {
    width: 15.75rem;
    height: auto;
    padding: 0;
  }
}
.top-gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 560px) {
  .top-gallery__item img {
    position: static;
    width: 15.75rem;
    height: 15.75rem;
  }
}

.top-gallery-wrap {
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 560px) {
  .top-gallery-wrap {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 560px) {
  .top-gallery-wrap .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .top-gallery-wrap .swiper-button-next {
    display: none;
  }
}

@media screen and (min-width: 1600px) {
  .top-slider {
    position: relative;
    height: 600px;
  }
}

.top-slider__item {
  position: relative;
}

.top-slider__item__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 24px 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 960px) {
  .top-slider__item__overlay {
    height: auto;
    padding: 24px 12px;
  }
}
@media screen and (max-width: 560px) {
  .top-slider__item__overlay {
    display: none;
  }
}

.top-slider__item__overlay-title {
  margin: 0 0 16px;
  font-size: 2.9rem;
}

.top-slider__item__overlay-text {
  width: 516px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  position: absolute;
  right: calc((100% - 960px) / 2);
  bottom: 32px;
  left: inherit;
  z-index: 100;
  width: auto;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #ec7975;
}

.swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -64px;
  width: 26px;
  height: 52px;
  margin: 0;
  color: #ec7975;
  background: url("https://asuka-kai.jp/wp-content/themes/asukakai/assets/images/common/icon-arrow-pink-left.svg") no-repeat;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .swiper-button-prev {
    left: 0;
    display: none;
    background: url("https://asuka-kai.jp/wp-content/themes/asukakai/assets/images/common/icon-arrow-gallery-sp.png") no-repeat;
    background-size: contain;
  }
}

.swiper-button-next {
  position: absolute;
  top: 50%;
  right: -64px;
  width: 26px;
  height: 52px;
  margin: 0;
  color: #ec7975;
  background: url("https://asuka-kai.jp/wp-content/themes/asukakai/assets/images/common/icon-arrow-pink.svg") no-repeat;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .swiper-button-next {
    right: 0;
    display: none;
    background: url("https://asuka-kai.jp/wp-content/themes/asukakai/assets/images/common/icon-arrow-gallery-sp.png") no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 560px) {
  .about__heading {
    position: relative;
    display: inline-block;
    width: 84.23%;
    padding: 0 0 2%;
    margin-bottom: 9%;
    font-size: 4.375vw;
  }
}

.about-cheese {
  padding: 0 0 48px;
}
@media screen and (max-width: 560px) {
  .about-cheese {
    padding: 0 10px 19%;
  }
}

.about-cheese__heading {
  margin: 0 0 64px;
  font-size: 3.9rem;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .about-cheese__heading {
    margin-bottom: 7.5%;
    font-size: 7.18vw;
  }
}

.about-cheese__content {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .about-cheese__content {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .about-cheese__content {
    display: block;
    font-size: 3.906vw;
    line-height: 1.5;
  }
}

.about-cheese__main {
  flex: 0 0 503px;
  padding: 0 32px 0 0;
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (max-width: 960px) {
  .about-cheese__main {
    padding: 0;
    margin: 0 0 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .about-cheese__main {
    padding: 0 0 4.67%;
    font-size: 3.906vw;
  }
}
.about-cheese__main p {
  margin: 0;
}

@media screen and (max-width: 560px) {
  .about-cheese__image {
    margin: 0 0 9.34%;
  }
}

.about-cheese__by {
  flex: 0 0 258px;
  width: 258px;
  padding-top: 4px;
}
@media screen and (max-width: 960px) {
  .about-cheese__by {
    flex: 0 0 auto;
    width: 50%;
    margin: 0 auto 4.67%;
  }
}
.about-cheese__info {
  padding: 0 0 0 32px;
}
@media screen and (max-width: 960px) {
  .about-cheese__info {
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .about-cheese__info {
    padding: 0;
    margin: 0;
    text-align: center;
  }
}

.about-cheese__job {
  padding: 0;
  margin: 0 0 8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .about-cheese__job {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .about-cheese__job {
    margin: 0 0 3.34%;
    font-size: 3.906vw;
  }
}

.about-cheese__name {
  padding: 0;
  margin: 0;
  font-size: 2.4rem;
}
@media screen and (max-width: 960px) {
  .about-cheese__name {
    font-size: 3rem;
  }
}
@media screen and (max-width: 560px) {
  .about-cheese__name {
    font-size: 5.156vw;
  }
}

.company-excerpt {
  margin: 0 0 96px;
}
@media screen and (max-width: 560px) {
  .company-excerpt {
    padding: 0 10px;
    margin: 0 0 14%;
  }
}

.company-excerpt__list {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 40px;
  margin: 0 0 20px;
  font-size: 2.2rem;
  line-height: 1.15;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 960px) {
  .company-excerpt__list {
    display: block;
    overflow: hidden;
  }
}
@media screen and (max-width: 560px) {
  .company-excerpt__list {
    padding: 2% 2.5%;
    font-size: 4.167vw;
    line-height: 1.5;
  }
}

.company-excerpt__list-title {
  flex: 0 0 72px;
  width: 90px;
  margin-right: 50px;
}
@media screen and (max-width: 960px) {
  .company-excerpt__list-title {
    float: left;
  }
}
@media screen and (max-width: 560px) {
  .company-excerpt__list-title {
    flex: 0 0 50px;
    margin-right: 8.334%;
    text-align: center;
    white-space: nowrap;
  }
}

.company-excerpt__list-detail {
  flex: 0 0 auto;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .company-excerpt__list-detail {
    overflow: hidden;
  }
}
@media screen and (max-width: 560px) {
  .company-excerpt__list-detail {
    margin: 0;
  }
}

.philosophy {
  margin: 0 0 120px;
}
@media screen and (max-width: 560px) {
  .philosophy {
    padding: 0 10px;
    margin: 0 0 17%;
  }
}

.philosophy__catch {
  padding: 0 0 0 60px;
  font-size: 2.7rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 960px) {
  .philosophy__catch {
    padding: 0 0 0 8.25%;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 560px) {
  .philosophy__catch {
    padding: 0;
    margin: 0 0 5.33%;
    font-size: 5vw;
    letter-spacing: 0.125em;
  }
}

.philosophy__detail {
  display: flex;
}
@media screen and (max-width: 960px) {
  .philosophy__detail {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .philosophy__detail {
    font-size: 3.906vw;
  }
}

.philosophy__detail__image {
  flex: 0 0 286px;
  width: 286px;
}
@media screen and (max-width: 960px) {
  .philosophy__detail__image {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .philosophy__detail__image {
    width: 55%;
    margin: auto;
  }
}

.philosophy__detail__text {
  padding: 0 30px 0 60px;
  margin: 0;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .philosophy__detail__text {
    padding: 0 15px 0 45px;
    margin: 0 0 40px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 560px) {
  .philosophy__detail__text {
    padding: 0;
    margin: 0 0 9%;
    font-size: 3.906vw;
    text-align: justify;
  }
}
@media screen and (max-width: 560px) {
  .philosophy__detail__text br {
    display: none;
  }
}

.history {
  margin: 0 0 72px;
}
@media screen and (max-width: 560px) {
  .history {
    padding: 0 10px;
    margin: 0 0 12%;
  }
}

.history__list {
  padding: 0 0 0 60px;
}
@media screen and (max-width: 960px) {
  .history__list {
    padding: 0;
  }
}
@media screen and (max-width: 560px) {
  .history__list {
    padding: 0;
    margin: 0;
  }
}

.history__item {
  position: relative;
  display: flex;
  padding: 18px 0 18px 24px;
  font-size: 1.8rem;
  line-height: 26px;
  border-bottom: solid 1px #ecabaa;
}
@media screen and (max-width: 960px) {
  .history__item {
    display: block;
    padding: 4%;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 560px) {
  .history__item {
    font-size: 3.906vw;
    line-height: 13px;
  }
}
.history__item:first-of-type {
  border-top: solid 1px #ecabaa;
}
.history__item::before {
  position: absolute;
  left: 0;
  display: block;
  width: 12px;
  height: 26px;
  content: "";
  background: #ecabaa;
}
@media screen and (max-width: 560px) {
  .history__item::before {
    width: 6px;
    height: 13px;
  }
}

.history__item__date {
  display: block;
  flex: 0 0 166px;
}
@media screen and (max-width: 560px) {
  .history__item__date {
    padding: 0 0 2.667%;
  }
}

.history__item__content {
  line-height: 1.75;
}
@media screen and (max-width: 960px) {
  .history__item__content {
    margin-top: 24px;
  }
}
@media screen and (max-width: 560px) {
  .history__item__content {
    margin: auto;
    line-height: 1.54;
    letter-spacing: 0.0125em;
  }
}

.information {
  padding: 0 0 72px;
}
@media screen and (max-width: 560px) {
  .information {
    padding: 0 10px 12%;
  }
}

.information__detail {
  padding: 0 0 0 60px;
}
@media screen and (max-width: 960px) {
  .information__detail {
    padding: 0;
  }
}

.information__detail__heading {
  margin: 0 0 12px;
  font-size: 2.7rem;
  font-weight: normal;
}
@media screen and (max-width: 560px) {
  .information__detail__heading {
    font-size: 5vw;
    line-height: 1.75;
    border-bottom: solid 1px #222;
  }
}

.information__detail__subheading {
  margin: 0 0 12px;
  padding: 0 0 0 32px;
  font-size: 2.2rem;
  font-weight: normal;
}
@media screen and (max-width: 560px) {
  .information__detail__subheading {
    padding: 0 3.34%;
    margin: 0 0 3vw;
    font-size: 4.2vw;
  }
}

.information__detail__list {
  padding: 0 0 0 32px;
  margin: 0;
  list-style: none;
  counter-reset: my-counter;
}
@media screen and (max-width: 560px) {
  .information__detail__list {
    padding: 3.34% 3.34% 0;
    margin: 0;
  }
}
.information__detail__list:not(:last-of-type) {
  margin: 0 0 56px;
}
@media screen and (max-width: 560px) {
  .information__detail__list:not(:last-of-type) {
    margin: 0;
  }
}
@media screen and (max-width: 560px) {
  .information__detail__list:not(:last-of-type) {
    padding: 3.34% 3.34% 10%;
  }
}

.information__detail__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0 16px 32px;
  font-size: 2.2rem;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 767px) {
  .information__detail__item {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
}
@media screen and (max-width: 560px) {
  .information__detail__item {
    display: block;
    padding: 0;
    margin: 0 0 5.71%;
    font-size: 4.0625vw;
    border: none;
    gap: 0;
  }
}
.information__detail__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 85%;
  line-height: 1;
  color: #000;
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(0, -50%);
  padding-left: 2px;
}
@media screen and (max-width: 767px) {
  .information__detail__item::before {
    top: 12px;
    transform: none;
  }
}
@media screen and (max-width: 560px) {
  .information__detail__item::before {
    top: 4.0625vw;
    width: 22px;
    width: 4.0625vw;
    height: 22px;
    height: 4.0625vw;
    transform: translate(0, -3vw);
    padding-left: 1px;
    padding-bottom: 1px;
  }
}
@media screen and (max-width: 560px) {
  .information__detail__item:last-of-type {
    margin: 0;
  }
}

.information__detail__url {
  position: relative;
  display: inline-block;
  flex: 0 0 184px;
  width: 184px;
  padding: 6px 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", yugothic, "Quicksand", sans-serif;
  font-size: 1.8rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #c1c1c1;
}
@media screen and (max-width: 767px) {
  .information__detail__url {
    flex: none;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 560px) {
  .information__detail__url {
    display: block;
    flex: none;
    width: 100%;
    padding: 5% 0;
    font-size: 5vw;
  }
}
.information__detail__url::after {
  position: absolute;
  top: 50%;
  right: 14px;
  display: inline-block;
  content: "▼";
  transform: translate(0, -50%) rotate(-90deg);
}
@media screen and (max-width: 560px) {
  .information__detail__url::after {
    transform: translate(0, -50%) rotate(-90deg) skewX(180deg);
  }
}

.information__detail__url--empty {
  opacity: 0.55;
  pointer-events: none;
}

.information__detail__text {
  flex: 1;
  min-width: 0;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .information__detail__text {
    padding-right: 0;
  }
}
@media screen and (max-width: 560px) {
  .information__detail__text {
    display: inline-block;
    padding: 0 0 0 1.5em;
    margin: 0 0 3.067%;
    letter-spacing: 0.005em;
  }
}

/* 情報公開 2026：本番と同じセクション区切り */
.information-new .information__title.block__heading {
  margin-bottom: 32px;
}
@media screen and (max-width: 560px) {
  .information-new .information__title.block__heading {
    margin-bottom: 4.67%;
  }
}

.information__detail__section:not(:last-child) {
  margin-bottom: 56px;
}
@media screen and (max-width: 560px) {
  .information__detail__section:not(:last-child) {
    margin-bottom: 10%;
  }
}

.information__detail__year-control {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 0 0 0 32px;
  margin: 0 0 16px;
}
@media screen and (max-width: 560px) {
  .information__detail__year-control {
    display: block;
    margin: 0 0 4vw;
    padding: 3.34% 3.34% 0;
  }
}

.information__detail__year-label {
  font-size: 1.8rem;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 560px) {
  .information__detail__year-label {
    display: block;
    margin: 0 0 8px;
    font-size: 3.6vw;
  }
}

.information__detail__year-select {
  box-sizing: border-box;
  width: min(100%, 280px);
  padding: 8px 36px 8px 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", yugothic, "Quicksand", sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #000;
  cursor: pointer;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23999999' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
  border: solid 1px #000;
  border-radius: 0;
}
@media screen and (max-width: 560px) {
  .information__detail__year-select {
    width: 100%;
    font-size: 4vw;
  }
}
.information__detail__year-select::-ms-expand {
  display: none;
}

.information__detail__year-panels {
  margin: 0;
}

.information__detail__year-panel[hidden] {
  display: none;
}

.recruit__heading {
  width: 246px;
  margin: auto;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 560px) {
  .recruit__heading {
    width: 100%;
    padding: 0 0 12px;
  }
}

@media screen and (max-width: 560px) {
  .recruit__header {
    padding: 0 20px;
  }
}

.recruit-lead {
  padding: 0 0 40px;
}

.recruit-lead__thumbnail {
  margin: 72px 0 48px;
}
@media screen and (max-width: 560px) {
  .recruit-lead__thumbnail {
    margin: 10% 0;
  }
}

.recruit-lead__thumbnail-copy {
  display: none;
}
@media screen and (max-width: 560px) {
  .recruit-lead__thumbnail-copy {
    width: 100%;
  }
}

.recruit-lead__heading {
  margin: 0 0 32px;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 560px) {
  .recruit-lead__heading {
    margin: 0 0 7.2%;
    font-size: 5.468vw;
    letter-spacing: 0.025em;
  }
}

.recruit-lead__text {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 560px) {
  .recruit-lead__text {
    font-size: 3.906vw;
    text-align: justify;
  }
}

.recruit-staff {
  margin: 0 0 72px;
}
@media screen and (max-width: 560px) {
  .recruit-staff {
    padding: 0 10px;
    margin-bottom: 16%;
  }
}

@media screen and (max-width: 560px) {
  .recruit-staff__heading {
    padding: 0 0 0 4%;
    margin: 0 0 6.7%;
    font-size: 4.8125vw;
    letter-spacing: 0.0125em;
  }
}

.recruit-staff__thumb {
  width: 480px;
  margin: 48px auto;
}
@media screen and (max-width: 560px) {
  .recruit-staff__thumb {
    width: 100%;
    margin: 0 auto 7.5%;
  }
}

.recruit-staff__detail {
  width: 900px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 960px) {
  .recruit-staff__detail {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .recruit-staff__detail {
    width: 100%;
  }
}

.recruit-staff__detail-jobname {
  margin: 16px 0;
  font-size: 2.5rem;
  font-weight: normal;
}
@media screen and (max-width: 560px) {
  .recruit-staff__detail-jobname {
    margin: 0 0 5%;
    font-size: 5.3125vw;
  }
}

.recruit-staff__detail-content {
  display: flex;
}

.recruit-staff__detail-state {
  margin: 0 0 0 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", yugothic, "Quicksand", sans-serif;
  font-size: 1.7rem;
  color: #e21c24;
}
@media screen and (max-width: 560px) {
  .recruit-staff__detail-state {
    margin: 0;
    font-size: 3.125vw;
  }
}

.recruit-info {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  border-bottom: solid 1px #ec7975;
}
@media screen and (max-width: 560px) {
  .recruit-info {
    display: block;
    border: none;
  }
}
.recruit-info:first-of-type {
  border-top: solid 1px #ec7975;
}
@media screen and (max-width: 560px) {
  .recruit-info:first-of-type {
    border: none;
  }
}

.recruit-info__title {
  flex: 0 0 154px;
  width: 154px;
  padding: 16px 0;
  text-align: center;
  background: rgba(236, 171, 170, 0.23);
}
@media screen and (max-width: 560px) {
  .recruit-info__title {
    width: 100%;
    padding: 2% 4%;
    margin: 0 0 3%;
    font-size: 3.906vw;
    text-align: left;
  }
}

.recruit-info__detail {
  flex: 1 1 auto;
  padding: 16px 0;
  margin-left: 30px;
}
@media screen and (max-width: 560px) {
  .recruit-info__detail {
    padding: 0;
    margin: 0 0 6%;
    font-size: 3.906vw;
  }
}

.recruit-newer {
  width: 900px;
  margin: 0 auto 128px;
}
@media screen and (max-width: 960px) {
  .recruit-newer {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .recruit-newer {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 16%;
  }
}

.recruit-newer__heading {
  position: relative;
  margin: 0 0 48px;
  font-size: 2.7rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 560px) {
  .recruit-newer__heading {
    margin: 0 0 10%;
    font-size: 5vw;
  }
}
.recruit-newer__heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 214px;
  height: 1px;
  content: "";
  background-color: black;
}
@media screen and (max-width: 960px) {
  .recruit-newer__heading::before {
    width: 120px;
  }
}
@media screen and (max-width: 560px) {
  .recruit-newer__heading::before {
    width: 11.35%;
  }
}
.recruit-newer__heading::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 214px;
  height: 1px;
  content: "";
  background-color: black;
}
@media screen and (max-width: 960px) {
  .recruit-newer__heading::after {
    width: 120px;
  }
}
@media screen and (max-width: 560px) {
  .recruit-newer__heading::after {
    width: 11.35%;
  }
}

.recruit-newer__logo {
  width: 484px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 560px) {
  .recruit-newer__logo {
    width: 100%;
    margin-bottom: 8%;
  }
}

.recruit-newer__content {
  padding: 40px 0 32px;
  text-align: center;
  border: solid 1px #00abeb;
}
@media screen and (max-width: 560px) {
  .recruit-newer__content {
    padding: 0;
    border: none;
  }
}

.recruit-newer__button {
  width: 480px;
  margin: auto;
}
@media screen and (max-width: 560px) {
  .recruit-newer__button {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .recruit-newer__button::after {
    right: 7%;
  }
}

.recruit-volunteer {
  margin: 0 0 72px;
}
@media screen and (max-width: 560px) {
  .recruit-volunteer {
    padding: 0 10px;
    margin: 0 0 15%;
  }
}

.recruit-volunteer__content {
  padding: 0 56px;
}
@media screen and (max-width: 560px) {
  .recruit-volunteer__content {
    padding: 0;
  }
}

.recruit-volunteer__text {
  margin: 0;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 560px) {
  .recruit-volunteer__text {
    font-size: 3.906vw;
  }
}

@media screen and (max-width: 560px) {
  .recruit-volunteer__phone {
    text-align: center;
  }
}
.recruit-volunteer__phone a {
  display: inline-block;
  padding: 16px 0 0 56px;
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  background: url("https://asuka-kai.jp/wp-content/themes/asukakai/assets/images/recruit/icon-phone.svg") no-repeat left 27px;
  background-size: 43px 43px;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 560px) {
  .recruit-volunteer__phone a {
    width: auto;
    padding: 0 0 0 12%;
    margin: 6% auto 0;
    font-size: 7.02vw;
    line-height: 2;
    text-align: center;
    background-position: left center;
    background-size: 7.5vw 7.5vw;
  }
}

.place__heading {
  width: 246px;
}
@media screen and (max-width: 560px) {
  .place__heading {
    display: inline-block;
    width: 37.34%;
    padding: 2% 0;
    margin: 0 0 8%;
  }
}

.place__item {
  display: flex;
  margin: 0 0 88px;
}
@media screen and (max-width: 560px) {
  .place__item {
    display: block;
    padding: 0 10px;
    margin: 0 0 18%;
  }
}
.place__item:last-of-type {
  padding-bottom: 102px;
  margin-bottom: 0;
}
@media screen and (max-width: 560px) {
  .place__item:last-of-type {
    padding-bottom: 15%;
  }
}

.place__item__content {
  flex: 1 1 auto;
}

.place__item__heading {
  position: relative;
  margin: 0 0 24px;
  border-bottom: solid 1px #000;
}

.place__item__thumb {
  flex: 0 0 465px;
  margin: 0 32px 0 0;
}
@media screen and (max-width: 960px) {
  .place__item__thumb {
    flex: 0 0 45%;
  }
}
@media screen and (max-width: 560px) {
  .place__item__thumb {
    flex: 0 0 auto;
    margin: 0 0 6%;
  }
}
@media screen and (max-width: 560px) {
  .place__item__thumb img {
    object-fit: cover;
    width: calc(100vw - 20px);
    height: 68.57vw;
  }
}

.place__item__title {
  padding: 0 0 4px;
  margin: 0;
  font-size: 3.4rem;
  font-weight: normal;
}
@media screen and (max-width: 960px) {
  .place__item__title {
    font-size: 4.012vw;
  }
}
@media screen and (max-width: 560px) {
  .place__item__title {
    font-size: 7.8125vw;
  }
}
.place__item__title span {
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width: 960px) {
  .place__item__title span {
    font-size: 2.412vw;
  }
}
@media screen and (max-width: 560px) {
  .place__item__title span {
    font-size: 5.46875vw;
  }
}

.place__item__text {
  margin: 0 0 30px;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: justify;
}
@media screen and (max-width: 560px) {
  .place__item__text {
    margin: 0 0 5%;
    font-size: 3.906vw;
    line-height: 1.7;
  }
}

.place__item__link {
  padding: 9px 0;
}
.place__item__link::after {
  width: 16px;
  height: 32px;
}

.place__item__sns {
  position: absolute;
  right: 0;
  bottom: 10px;
  display: flex;
  margin: 0;
}

.place__item__sns__child {
  margin-left: 16px;
}

.place__item__sns__Instagram {
  width: 36px;
}
.place__item__sns__Instagram a {
  display: block;
  height: 36px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("https://asuka-kai.jp/wp-content/themes/asukakai/assets/images/place/icon-instagram.svg") center center no-repeat;
}

.place__item__sns__Blog {
  width: 36px;
}
.place__item__sns__Blog a {
  display: block;
  height: 36px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("https://asuka-kai.jp/wp-content/themes/asukakai/assets/images/place/icon-blog.svg") center center no-repeat;
}

.place__item__sns__Twitter {
  width: 36px;
}
.place__item__sns__Twitter a {
  display: block;
  height: 36px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("https://asuka-kai.jp/wp-content/themes/asukakai/assets/images/common/icon-twitter.svg") center center no-repeat;
}

.place-info {
  margin: 0 0 56px;
}
@media screen and (max-width: 560px) {
  .place-info {
    padding: 0 10px;
  }
}

.place-info__body {
  display: flex;
  align-items: flex-start;
  padding: 0 0 0 54px;
}
@media screen and (max-width: 560px) {
  .place-info__body {
    padding: 0;
  }
}
@media screen and (max-width: 560px) {
  .place-info__body:first-of-type {
    margin-top: 9%;
  }
}

.place-info__body__title {
  flex: 0 0 205px;
  width: 205px;
  padding: 4px 0;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  background: #eca09e;
}
@media screen and (max-width: 560px) {
  .place-info__body__title {
    flex: 0 0 100px;
    width: 120px;
    margin-right: 3%;
    font-size: 3.4375vw;
  }
}

.place-info__body__detail {
  padding: 4px 0;
  margin: 0 0 0 21px;
  font-size: 2.2rem;
}
@media screen and (max-width: 560px) {
  .place-info__body__detail {
    padding: 0;
    margin: 0;
    font-size: 4.2185vw;
  }
}

.place-info__maps {
  position: relative;
  padding-top: 42.8%;
  margin: 32px 0 0;
}
@media screen and (max-width: 560px) {
  .place-info__maps {
    padding-top: 64.375%;
    margin: 8% -20px 0;
  }
}
.place-info__maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 560px) {
  .place-lead {
    padding: 0 10px;
  }
}

.place-lead__heading {
  margin: 72px 0 24px;
  font-size: 4.8rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 560px) {
  .place-lead__heading {
    margin: 10% 0 4%;
    font-size: 7.5vw;
  }
}

.place-lead__heading-kind {
  display: block;
  font-size: 2.8rem;
}
@media screen and (max-width: 560px) {
  .place-lead__heading-kind {
    font-size: 4.375vw;
  }
}

.place-lead__catch {
  margin: 48px 0;
  font-size: 3.5rem;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 560px) {
  .place-lead__catch {
    margin: 9% 0 10%;
    font-size: 5.78vw;
  }
}

.place-body {
  display: flex;
  margin: 0 0 64px;
}
@media screen and (max-width: 560px) {
  .place-body {
    display: block;
  }
}

@media screen and (max-width: 560px) {
  .place-body__main {
    padding: 0 10px;
  }
}

.place-body__main__heading {
  position: relative;
  margin: 0 0 20px;
  font-size: 3.1rem;
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 560px) {
  .place-body__main__heading {
    padding: 0 0 3.5%;
    margin: 0 0 3%;
    font-size: 5.31vw;
    border-bottom: solid 1px #000;
  }
}
.place-body__main__heading span {
  display: inline-block;
  padding: 0 48px 0 0;
  background: #fff;
}
.place-body__main__heading::after {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}
@media screen and (max-width: 560px) {
  .place-body__main__heading::after {
    content: none;
  }
}

.place-body__main__text {
  margin: 0 0 32px;
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: justify;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 560px) {
  .place-body__main__text {
    font-size: 3.906vw;
  }
}

.place-body__image {
  flex: 0 0 310px;
  width: 310px;
  margin: 0 0 0 50px;
}
@media screen and (max-width: 560px) {
  .place-body__image {
    display: none;
  }
}

.place-body__image__item:not(:last-of-type) {
  margin: 0 0 24px;
}

.place-feature {
  margin: 0 0 102px;
}
@media screen and (max-width: 560px) {
  .place-feature {
    padding: 0 10px;
    margin: 0 0 13%;
  }
}

.place-feature__list {
  display: flex;
  padding: 0;
  margin: 0 -16px 80px;
}
@media screen and (max-width: 560px) {
  .place-feature__list {
    display: block;
    margin: 0;
  }
}

.place-feature__item {
  flex: 1 1 33.333%;
  margin: 0 16px;
}
@media screen and (max-width: 560px) {
  .place-feature__item {
    margin: 0 0 12%;
  }
}

.place-feature__item__image {
  margin: 0 0 24px;
}
@media screen and (max-width: 560px) {
  .place-feature__item__image {
    width: 60%;
    margin: 6% auto;
  }
}

.place-feature__item__title {
  margin: 0 0 24px;
  font-size: 2.7rem;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .place-feature__item__title {
    margin: 0 0 6%;
    font-size: 5.7vw;
  }
}

.place-feature__item__text {
  margin: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 560px) {
  .place-feature__item__text {
    font-size: 3.906vw;
  }
}

.place-feature__button {
  width: 480px;
  margin: auto;
}
@media screen and (max-width: 560px) {
  .place-feature__button {
    width: 100%;
  }
}

.staff {
  padding: 54px 0 64px;
}
@media screen and (max-width: 560px) {
  .staff {
    padding: 10.9375% 0 13.34%;
  }
}

.staff__heading {
  width: 246px;
  margin-bottom: 72px;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 560px) {
  .staff__heading {
    display: inline-block;
    width: 41.23%;
    padding: 0 0 1.8%;
    margin-bottom: 9.375%;
    font-size: 4.375vw;
  }
}

.staff-list {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 560px) {
  .staff-list {
    display: block;
  }
}

.staff-info {
  box-sizing: border-box;
  flex: 1 1 auto;
  flex: 1 1 50%;
  width: 50%;
  padding: 0 40px;
  margin: 0 0 48px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .staff-info {
    padding: 0 20px;
  }
}
@media screen and (max-width: 560px) {
  .staff-info {
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 560px) {
  .staff-info:last-of-type {
    margin: 0;
  }
}

.staff-info__thumb {
  flex: 0 0 50%;
  width: 50%;
  margin: 0 auto 23px;
}
@media screen and (max-width: 560px) {
  .staff-info__thumb {
    font-size: 3.906vw;
  }
}

.staff-info__base {
  margin: 0 0 40px;
  font-size: 1.8rem;
  line-height: 1.88;
}
@media screen and (max-width: 560px) {
  .staff-info__base {
    margin: 0 0 11.333%;
    font-size: 3.906vw;
  }
}

.staff-info__name {
  margin: 0 0 8px;
  font-size: 3.6rem;
  font-weight: normal;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .staff-info__name {
    font-size: 3rem;
  }
}
@media screen and (max-width: 560px) {
  .staff-info__name {
    margin: 0 0 3.33%;
    font-size: 7.8125vw;
  }
}

.staff-info__content:last-of-type .staff-info__detail-content {
  margin: 0;
}

.staff-info__detail-title {
  position: relative;
  padding: 0 0 5px;
  margin: 0 0 12px;
  font-size: 2.7rem;
  font-weight: normal;
  text-align: left;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 960px) {
  .staff-info__detail-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 560px) {
  .staff-info__detail-title {
    font-size: 5.3125vw;
  }
}

.staff-info__detail-content {
  margin: 0 0 42px;
  font-size: 1.8rem;
  line-height: 1.72222223;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .staff-info__detail-content {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .staff-info__detail-content {
    margin: 0 0 10%;
    font-size: 3.906vw;
  }
}

.contact {
  max-width: 640px;
  padding: 40px 0 80px;
  margin: auto;
}
@media screen and (max-width: 560px) {
  .contact {
    padding: 8% 10px;
  }
}

.contact__heading {
  display: inline-block;
  width: 246px;
}
@media screen and (max-width: 560px) {
  .contact__heading {
    display: inline-block;
    width: auto;
    margin: 0 0 10%;
  }
}

.wpcf7-form p:last-of-type {
  text-align: center;
}

.wpcf7-form-control {
  width: 100%;
  padding: 8px;
  font-family: "Noto Serif JP", serif;
  border: solid 1px #eaeaea;
  appearance: none;
}

.wpcf7-submit {
  width: 246px;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}

.wpcf7-not-valid-tip {
  display: inline-block;
  padding: 4px 8px 8px 4px;
  color: #f00;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  display: block;
  padding: 4px 8px 8px 4px;
  color: #f00;
  text-align: center;
}

.wpcf7-display-none {
  display: none;
}

.article {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 560px) {
  .article {
    display: block;
  }
}

.article-main {
  width: 600px;
}
@media screen and (max-width: 560px) {
  .article-main {
    width: 100%;
    padding: 0 10px;
  }
}

.screen-reader-text {
  display: none;
}

.sidebar {
  width: 282px;
}
@media screen and (max-width: 560px) {
  .sidebar {
    display: none;
    width: 100%;
  }
}

.sidebar-widget {
  margin: 0 0 72px;
}
@media screen and (max-width: 560px) {
  .sidebar-widget {
    margin: 0 0 20%;
  }
}
.sidebar-widget.widget_categories ul {
  padding: 0;
}
.sidebar-widget.widget_categories ul li {
  margin-bottom: 16px;
}

.sidebar-widget__title {
  padding: 0 0 12px;
  margin-bottom: 24px;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: solid 1px #dbdbdb;
}

#archives-dropdown-3 {
  width: 100%;
  padding: 8px;
  background: url("https://asuka-kai.jp/wp-content/themes/asukakai//assets/images/common/icon-pulldown.png") right 8px center no-repeat;
  background-size: 24px 24px;
  border: solid 1px #8e8e8e;
  appearance: none;
  appearance: none;
}

.entry__date {
  display: block;
  margin-top: 24px;
  font-size: 1.3rem;
}
@media screen and (max-width: 560px) {
  .entry__date {
    font-size: 3.2825vw;
  }
}

.entry__title {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 560px) {
  .entry__title {
    margin-top: 7.375%;
    margin-bottom: 7.1428%;
    font-size: 5.625vw;
  }
}

.entry__content {
  margin: 24px 0 80px;
}
@media screen and (max-width: 560px) {
  .entry__content {
    margin: 12% 0 16.7%;
  }
}
.entry__content p {
  margin: 40px 0;
}
.entry__content a {
  color: #e5706e;
}

@media screen and (max-width: 560px) {
  .entry__meta {
    clear: both;
  }
}

.entry__meta__article-tags {
  padding-left: 1.5em;
  margin-top: 12px;
  margin-bottom: -10px;
}

.entry__meta__article-tags__item {
  margin-right: 16px;
  margin-bottom: 10px;
  line-height: 1;
}
.entry-related__title {
  padding: 0 0 22px;
  margin: 0 0 45px;
  font-size: 2rem;
  color: #000;
  border-bottom: solid 1px #dbdbdb;
}
@media screen and (max-width: 560px) {
  .entry-related__title {
    margin: 0 0 6.67%;
  }
}

.entry-share {
  margin-top: 48px;
}

.entry-share__title {
  margin: 0 0 24px;
  font-size: 1.2rem;
  color: #8e8e8e;
  text-align: center;
}

.entry-share__list {
  display: flex;
  justify-content: center;
  padding: 0;
}

.entry-share__item {
  width: 30px;
  margin: 0 10px;
}
.entry-share__item img {
  vertical-align: middle;
}

@media screen and (max-width: 560px) {
  .article-page-navigation {
    margin: 0 -30px;
  }
}

.article-page-navigation__list {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 80px 0 64px;
}
@media screen and (max-width: 560px) {
  .article-page-navigation__list {
    justify-content: space-between;
    padding: 0 6%;
    margin: 80px 0 64px;
  }
}

.article-page-navigation__item {
  position: relative;
  width: 198px;
  margin: 0 3.75%;
}
@media screen and (max-width: 560px) {
  .article-page-navigation__item {
    box-sizing: border-box;
    width: 42%;
    min-width: 127px;
    margin: 0;
  }
}
.article-page-navigation__item.opacity {
  opacity: 0;
}
.article-page-navigation__item.previous-link a {
  padding: 14px 60px 14px 45px;
}
@media screen and (max-width: 560px) {
  .article-page-navigation__item.previous-link a {
    padding: 6.74% 0 6.74% 21.25%;
  }
}
.article-page-navigation__item.previous-link a::after {
  position: absolute;
  top: 50%;
  right: 35px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-top: solid 1px #8e8e8e;
  border-right: solid 1px #8e8e8e;
  transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width: 560px) {
  .article-page-navigation__item.previous-link a::after {
    right: 21px;
  }
}
.article-page-navigation__item.next-link a {
  padding: 14px 50px 14px 54px;
}
@media screen and (max-width: 560px) {
  .article-page-navigation__item.next-link a {
    padding: 6.74% 0 6.74% 29.13%;
  }
}
.article-page-navigation__item.next-link a::before {
  position: absolute;
  top: 50%;
  left: 34px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-top: solid 1px #8e8e8e;
  border-left: solid 1px #8e8e8e;
  transform: translate(0, -50%) rotate(-45deg);
}
@media screen and (max-width: 560px) {
  .article-page-navigation__item.next-link a::before {
    left: 20px;
  }
}
.article-page-navigation__item a {
  display: block;
  padding: 14px;
  font-size: 18px;
  line-height: 1;
  color: #8e8e8e;
  text-align: center;
  border: solid 1px #8e8e8e;
}
@media screen and (max-width: 560px) {
  .article-page-navigation__item a {
    box-sizing: border-box;
    width: auto;
    font-size: 3.906vw;
    text-align: left;
  }
}
