@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --content_width: 126.6rem;
  --content_width-sm: 108rem;
  --content-both_space: 2rem;
  --header_height: 13.5rem;
}
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

html {
  -ms-overflow-style: scrollbar;
  font-size: 60%;
  overflow-x: clip;
  width: 100vw;
}

body {
  background-color: #fcfbfa;
  color: #212631;
  font-family: "FOT-筑紫明朝 Pr6N LB", "源ノ明朝", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  font-weight: 400;
  height: 100%;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 1.5;
  overflow-x: clip;
  position: relative;
}
body.is-open::before {
  opacity: 0.95;
  visibility: visible;
}
body::before {
  background-color: #353c46;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  transition-property: opacity, visibility;
  visibility: hidden;
  width: 100vw;
  z-index: -1;
  z-index: 50;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

picture {
  display: block;
  line-height: 1.2;
}

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

svg:not(:root) {
  overflow: hidden;
}

sup {
  font-size: 0.5em;
  position: relative;
  top: -0.5em;
}

input,
button,
select,
optgroup,
textarea {
  background-color: transparent;
  border: none;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  border-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}
/* スクロールバーのトラックの背景色 */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* スクロールバーのスクロール部分 */
::-webkit-scrollbar-thumb {
  background-color: #19274e;
  border-radius: 5px;
}

/* スクロールバーの上部ボタン */
::-webkit-scrollbar-button:start {
  display: none;
}

/* スクロールバーの下部ボタン */
::-webkit-scrollbar-button:end {
  display: none;
}

.pc-only-inline {
  display: inline;
}

.sp-only-inline {
  display: none;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.l-about__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem 5rem;
  padding: 0 2rem;
}
.l-about__grid:not(:first-child) {
  margin-top: 3.6rem;
}

.l-about__item {
  width: calc(50% - 2.5rem);
}

.l-about__media img {
  height: auto;
  width: 100%;
}

.l-about__body {
  margin-top: 3rem;
}

.l-about__stl {
  color: #1f305a;
  font-family: "FOT-筑紫明朝 Pr6N RB", "源ノ明朝", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-left: 1.5em;
  position: relative;
}
.l-about__stl::before {
  aspect-ratio: 1/1;
  border: 1px solid #1f305a;
  border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0.3em;
  width: 2rem;
}

.l-about__text {
  margin-top: 1.7rem;
}

.l-about__btn {
  margin-top: 2.5rem;
  text-align: right;
}

.l-about-row {
  align-items: center;
  display: flex;
  gap: 2rem;
  margin-top: 6.5rem;
}

.l-about-row__media {
  max-width: 47.3rem;
  width: 100%;
}
.l-about-row__media img {
  height: auto;
  width: 100%;
}

.l-about-row__body {
  flex: 1;
}

.l-about-row__text {
  margin-top: 2.5rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-bottom__box {
  background-color: #fff;
  box-shadow: 0 0 0.8rem rgba(203, 192, 183, 0.6);
  margin-inline: auto;
  padding: 4rem 6rem 3.5rem;
  width: 86%;
}

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

.l-bottom__body {
  margin-top: 1.5rem;
}

.l-bottom__item {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  line-height: 1.87;
  padding-left: 1em;
  position: relative;
}
.l-bottom__item::before {
  content: "・";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.l-bottom__card {
  margin-top: 14rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.l-drawer {
  display: flex;
  flex-direction: column;
  height: 100vh;
  inset: 0;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 100;
}
.l-drawer::before {
  backdrop-filter: blur(15px) brightness(115%);
  background-color: #c6714c;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.l-drawer--open {
  animation: lDrawerIn 0.28s ease both;
  pointer-events: auto;
}
.l-drawer.is-closing {
  animation: lDrawerOut 0.24s ease both;
}

@keyframes lDrawerIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes lDrawerOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.l-drawer__panel {
  align-items: center;
  display: flex;
  overflow-y: auto;
}

.l-drawer__body {
  display: flex;
  margin: 0 auto;
  max-width: 122.6rem;
  padding: 0 5rem;
  width: 100%;
}

.l-drawer__left {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.l-drawer__logo {
  display: block;
  width: 22rem;
}
.l-drawer__logo img {
  filter: brightness(0) invert(1);
  height: auto;
  width: 100%;
}

.l-drawer__head {
  margin-top: 3.1rem;
  text-align: center;
}

.l-drawer__label {
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}

.l-drawer__tel {
  color: #fff;
  display: block;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.l-drawer__tel span {
  font-size: 2.3rem;
  margin-right: 1.5rem;
}

.l-drawer__addr {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.3rem;
}
.l-drawer__addr span {
  margin-right: 1.2em;
}

.l-drawer__hours {
  margin-top: 7rem;
  width: 36rem;
}
.l-drawer__hours table {
  border-collapse: collapse;
  color: #fff;
  table-layout: fixed;
  width: 100%;
}
.l-drawer__hours table thead tr th:first-child {
  width: 29%;
}
.l-drawer__hours table thead tr th:first-child, .l-drawer__hours table thead tr th:last-child {
  letter-spacing: 0.2em;
}
.l-drawer__hours table tbody tr {
  border-top: 1px solid #e3e3e3;
}
.l-drawer__hours table tbody tr:last-child {
  border-bottom: 1px solid #e3e3e3;
}
.l-drawer__hours table th,
.l-drawer__hours table td {
  letter-spacing: 0.15em;
  padding: 0.45rem 0.5rem;
  text-align: center;
  white-space: nowrap;
}
.l-drawer__hours table th {
  font-size: 1.3rem;
}
.l-drawer__hours table td {
  font-size: 1.4rem;
}

.l-drawer__note {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 0.8rem;
  text-align: right;
}

.l-drawer__btns {
  display: flex;
  gap: 3.3rem;
  margin-top: 3.4rem;
}

.l-drawer__btn {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50rem;
  color: #fff;
  display: inline-flex;
  font-size: 1.2rem;
  justify-content: center;
  letter-spacing: 0.1em;
  padding: 0.1rem 1.8rem;
  transition: 0.3s;
}
.l-drawer__btn:hover {
  background-color: #fff;
  color: #af6026;
}

.l-drawer__right {
  display: flex;
  margin-left: 14rem;
  padding-top: 3vh;
}

.l-drawer__list {
  white-space: nowrap;
}

.l-drawer__item:not(:first-child) {
  margin-top: 1.5rem;
}

.l-drawer__link {
  align-items: end;
  border-radius: 50rem;
  color: #fff;
  display: inline-flex;
  font-size: 2rem;
  font-weight: 600;
  gap: 0.9rem;
  letter-spacing: 0.1em;
  padding: 1.2rem 3.9rem 1.2rem 2.7rem;
  transition: 0.3s;
}
.l-drawer__link span {
  color: #ffceaa;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 0.4em;
}
.l-drawer__link:hover {
  background: rgba(255, 255, 255, 0.15);
}

.l-drawer__sub-list {
  margin-left: 11%;
  white-space: nowrap;
}

.l-drawer__sub-link {
  align-items: end;
  border-radius: 50rem;
  color: #fff;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 1.2rem 2.7rem;
  transition: 0.3s;
}
.l-drawer__sub-link:hover {
  backdrop-filter: blur(30px) brightness(1.21);
  background: rgba(255, 255, 255, 0.25);
}

.l-drawer__copyright {
  color: #fff;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
}

/* -------------------------------------------*/
/* -------------------------------------------*/

.l-footer__inner {
  padding: 0 0 1.5rem;
}

.l-footer__grid {
  align-items: end;
  display: flex;
  justify-content: space-between;
}

.l-footer__logo {
  display: block;
  width: 19.2rem;
}
.l-footer__logo img {
  height: auto;
  width: 100%;
}

.l-footer__info {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
}
.l-footer__info address {
  font-style: normal;
}
.l-footer__info address a {
  align-items: center;
  border-bottom: 1px solid #af6026;
  color: #af6026;
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 1rem 1rem 0 2rem;
  position: relative;
}
.l-footer__info address a span {
  align-items: center;
  aspect-ratio: 1/1;
  border: 1px solid #af6026;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  left: -2rem;
  margin-right: 0.5em;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  width: 1.8rem;
}
.l-footer__info address a span::before {
  aspect-ratio: 1/1;
  content: "";
  left: 43%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  -webkit-mask: url("../images/common/btn_arrow.svg") no-repeat center/contain;
  background: #af6026;
  mask: url("../images/common/btn_arrow.svg") no-repeat center/contain;
  transition: 0.3s;
}

.l-footer__tel {
  align-items: center;
  display: flex;
  margin-top: 1.2rem;
}
.l-footer__tel p {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-top: 0.4em;
}
.l-footer__tel a {
  font-size: 2rem;
  font-weight: 500;
  margin-left: 1em;
}
.l-footer__tel a span {
  font-size: 1.5rem;
  font-weight: 500;
  margin-right: 0.5em;
}

.l-footer__hours {
  width: 36rem;
}

.l-footer__table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.l-footer__table thead tr th:first-child {
  width: 29%;
}
.l-footer__table thead tr th:first-child, .l-footer__table thead tr th:last-child {
  letter-spacing: 0.2em;
}
.l-footer__table tbody tr {
  border-top: 1px solid #e3e3e3;
}
.l-footer__table tbody tr:last-child {
  border-bottom: 1px solid #e3e3e3;
}
.l-footer__table th,
.l-footer__table td {
  font-weight: 400;
  letter-spacing: 0.15em;
  padding: 0.45rem 0.5rem;
  text-align: center;
  white-space: nowrap;
}
.l-footer__table th {
  font-size: 1.3rem;
}
.l-footer__table td {
  font-size: 1.4rem;
}

.l-footer__note {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-top: 1rem;
  text-align: right;
  white-space: nowrap;
}

.l-footer__side {
  margin-left: 2rem;
  width: 19rem;
}

.l-footer__bnr {
  display: block;
  transition: 0.3s;
}
.l-footer__bnr:not(:first-child) {
  margin-top: 1rem;
}
.l-footer__bnr img {
  height: auto;
  width: 100%;
}
.l-footer__bnr:hover {
  opacity: 0.8;
}

.l-footer__copy {
  display: block;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: 5rem;
  text-align: center;
}

/* -------------------------------------------*/
.grecaptcha-badge {
  display: none !important;
}

/* -------------------------------------------*/
.l-header {
  background-color: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 100;
}

.l-header__inner {
  align-items: center;
  display: flex;
  height: var(--header_height);
  padding-inline: 5vw;
}

.l-header__logo {
  width: 32.6rem;
}
.l-header__logo img {
  height: auto;
  width: 100%;
}

.l-header__divider {
  display: none;
}

.l-header-navi {
  border-radius: 50rem;
  margin-left: auto;
  padding: 1rem 13.5rem 0.8rem 1.5rem;
  position: absolute;
  right: 2.3vw;
  top: 33%;
  transition: color 0.3s, background 0.3s;
  z-index: 1000;
}

.l-header-navi.is-fixed {
  position: fixed;
  right: 1.3vw;
  top: 2.8rem;
}
.l-header-navi.is-fixed #js-navi-toggle::after {
  height: 2.9rem;
}
.l-header-navi.is-color .l-header__burgerline {
  background-color: #af6026;
}

.l-header-navi.is-open {
  backdrop-filter: none !important;
  background: none !important;
  box-shadow: none !important;
}
.l-header-navi.is-open .l-header-navi__list {
  opacity: 0;
  pointer-events: none;
}

.l-header-navi__list {
  align-items: center;
  border-right: 1px solid rgba(110, 112, 118, 0.6);
  display: flex;
  gap: 2.3rem;
  padding-right: 4rem;
}

.l-header-navi__link {
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  padding-left: 1.2em;
  position: relative;
}
.l-header-navi__link::before {
  aspect-ratio: 1/1;
  background-color: transparent;
  border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
  width: 0.8rem;
}
.l-header-navi__link.is-current::before {
  background-color: #cb7946;
}
.l-header-navi__link:hover::before {
  background-color: #efbfa2;
}

.l-header__inner.is-toggle .l-header-navi {
  backdrop-filter: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.l-header__inner.is-toggle .l-header-navi__link {
  color: #212631;
}
.l-header__inner.is-toggle .l-header__burgerline {
  background-color: #212631;
}
.l-header__inner.is-toggle .l-header-navi__child {
  opacity: 1;
  pointer-events: auto;
}
.l-header__inner.is-toggle #js-navi-toggle {
  position: relative;
}
.l-header__inner.is-toggle #js-navi-toggle::after {
  opacity: 1;
}

#js-navi-toggle::after {
  backdrop-filter: blur(2px) brightness(1.05);
  background-color: rgba(248, 239, 237, 0.4);
  border-radius: 50rem 50rem 0 0;
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.05) inset;
  content: "";
  display: block;
  height: 3.3rem;
  left: -0.6rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0.2rem;
  transition: 0.3s;
  width: 2rem;
  z-index: -1;
}
#js-navi-toggle .l-header-navi__link {
  top: 0.1em;
}
#js-navi-toggle .l-header-navi__link::after {
  bottom: -8px;
  content: "";
  display: block;
  height: 10px;
  left: -5%;
  position: absolute;
  width: 110%;
}

.l-header__inner.is-toggle #js-navi-toggle .l-header-navi__link::before {
  background-color: #efbfa2;
  opacity: 1;
}

.l-header-navi__child {
  backdrop-filter: blur(2px);
  background-color: rgba(248, 239, 237, 0.36);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05), inset 0 0 10px rgba(255, 255, 255, 0.3);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 2rem;
  top: 4.9rem;
  transition: 0.3s;
  z-index: 100;
  -webkit-backdrop-filter: blur(2px);
  border-radius: 2.9rem;
  overflow: hidden;
}
.l-header-navi__child.is-fixed {
  position: fixed;
  top: 2.8rem;
}
.l-header-navi__child::before {
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.05);
  bottom: 1rem;
  box-shadow: 0 0 6px 20px rgba(0, 0, 0, 0.05), inset 0 0 20px rgba(255, 255, 255, 0.05);
  content: "";
  display: block;
  height: 85%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: calc(100% - 2rem);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 2.9rem;
  z-index: -1;
}

.l-header-navi__child-list {
  background: transparent;
  display: grid;
  gap: 2.5rem 3rem;
  grid-template-columns: repeat(5, 1fr);
  padding: 7rem 5.4rem 3rem;
}

.l-header-navi__child-link {
  display: block;
}
.l-header-navi__child-link:hover .l-header-navi__child-img {
  opacity: 0.8;
}
.l-header-navi__child-img {
  aspect-ratio: 10/7;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}
.l-header-navi__child-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.01);
  transition: 0.3s;
}

.l-header-navi__child-text {
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.46;
  margin-top: 0.6em;
  text-align: center;
}

.l-header__burger {
  align-content: center;
  border: 0;
  cursor: pointer;
  display: grid;
  height: 2rem;
  justify-items: start;
  mix-blend-mode: difference;
  padding: 0;
  row-gap: 0.9rem;
  width: 5.5rem;
  z-index: 101;
}

.l-header__burgerline {
  background: #212631;
  display: block;
  height: 2px;
  transition: transform 0.25s ease, inline-size 0.25s ease, opacity 0.2s ease, background-color 0.25s ease;
}

.l-header__burgerline:first-child {
  inline-size: 100%;
}

.l-header__burgerline:last-child {
  inline-size: 80%;
  margin: 0 0 0 auto;
}

.l-header__burger[aria-expanded=true] {
  row-gap: 0;
}

.l-header__burger[aria-expanded=true] .l-header__burgerline {
  background-color: #fff;
}

.l-header__burger[aria-expanded=true] .l-header__burgerline:first-child {
  inline-size: 5.5rem;
  transform: translateY(1px) rotate(15deg);
}

.l-header__burger[aria-expanded=true] .l-header__burgerline:last-child {
  inline-size: 4.5rem;
  transform: translateY(-1px) rotate(-15deg);
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-intro {
  padding: 5rem 0 0;
}

.l-intro__grid {
  align-items: start;
  display: flex;
  gap: 7rem;
  margin-top: 4.2rem;
}
.l-intro__grid + .l-intro__grid {
  margin-top: 5.3rem;
}
.l-intro__grid + .l-steps {
  margin-top: 11.5rem;
}

.l-intro__img {
  width: 42rem;
}
.l-intro__img img {
  height: auto;
  width: 100%;
}

.l-intro__body {
  flex: 1;
}
.l-intro__body h2.c-title-sm {
  color: #1f305a;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.67;
}

.l-intro__text {
  margin-top: 2.3rem;
}

.l-intro__box {
  background-color: #f8f4ef;
  margin-bottom: 3rem;
  margin-top: 9.7rem;
  padding: 4rem 5rem;
}

.l-intro__box-title {
  color: #1f305a;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 1.3rem;
  position: relative;
  text-align: center;
}
.l-intro__box-title::before {
  background-color: #b2b2b2;
  bottom: 0;
  content: "";
  display: block;
  height: 0.3rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 4rem;
}

.l-intro__box-list {
  margin-top: 2rem;
}

.l-intro__box-item {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  padding-left: 1em;
  position: relative;
}
.l-intro__box-item:not(:first-child) {
  margin-top: 1.3rem;
}
.l-intro__box-item::before {
  content: "・";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.l-intro-items {
  margin-top: 10rem;
}

.l-intro-list {
  display: grid;
  margin-bottom: -1rem;
  margin-top: 2.3rem;
}

.l-intro-items__read {
  margin-top: 1.7rem;
  padding: 0 0.2em;
}

.l-intro-items__stl {
  color: #1f305a;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.l-intro__catch {
  margin-top: 8.9rem;
  padding: 6rem 0 7.7rem;
  position: relative;
}

.l-intro__catch-box {
  margin-top: 3.2rem;
  text-align: center;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-lists .c-title-sm + .l-lists__ba {
  margin-top: 2.4rem;
}

.l-lists__item:not(:first-child) {
  margin-top: 10rem;
}

.l-lists__body {
  margin-top: 3rem;
}

.l-lists__stl {
  color: #1f305a;
  display: inline-block;
  font-family: "FOT-筑紫明朝 Pr6N RB", "源ノ明朝", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding-left: 1em;
  position: relative;
}
.l-lists__stl::before {
  background-color: #1f305a;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
}
.l-lists__stl + .l-lists__lead {
  margin-bottom: -1.5rem;
  margin-top: 5rem;
}
.l-lists__stl span {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-left: 1.1em;
  padding: 0.6rem 1.5rem;
  white-space: nowrap;
}
.l-lists__stl span.gray {
  background-color: #f0eeed;
  color: #1f305a;
}
.l-lists__stl span.brown {
  background-color: #ce8957;
  color: #fff;
}

.l-lists__grid {
  align-items: flex-start;
  display: flex;
  gap: 7rem;
}

.l-lists__media {
  border-radius: 0.4rem;
  max-width: 42rem;
  overflow: hidden;
  width: 100%;
}

.l-lists__media img {
  height: auto;
  width: 100%;
}

.l-lists__read {
  flex: 1;
}
.l-lists__read .l-lists__lead {
  margin-top: 2.5rem;
}

.l-lists__lead {
  flex: 1;
}

.l-lists__box {
  background: #fff;
  display: flex;
  padding: 3.6rem 0;
}
.l-lists__box:not(:first-child) {
  margin-top: 5.2rem;
}

.l-lists__cols {
  padding: 0 2rem 0 3.7rem;
  width: 50%;
}
.l-lists__cols:nth-child(2) {
  border-left: 1px solid #b9babf;
  padding: 0 2rem 0 5rem;
}

.l-lists__col:not(:first-child) {
  margin-top: 1.3rem;
}

.l-lists__label {
  font-family: "FOT-筑紫明朝 Pr6N RB", "源ノ明朝", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.l-lists__list {
  margin-top: 0.4rem;
  padding: 0 0.65em;
}
.l-lists__list li {
  font-size: 1.5rem;
  line-height: 1.87;
  padding-left: 1.3em;
  position: relative;
}
.l-lists__list li::before {
  aspect-ratio: 1/1;
  background-color: #212631;
  border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0.7em;
  width: 0.8rem;
}

.l-lists__cols dl {
  display: flex;
  gap: 1rem;
}
.l-lists__cols dl:not(:first-child) {
  margin-top: 2rem;
}

.l-lists__cols dt {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  width: 7.4em;
}

.l-lists__cols dd {
  font-size: 1.4rem;
  line-height: 2;
}

.l-lists__ba {
  display: grid;
  gap: 8rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 7.1rem;
  padding: 0 4rem;
}
.l-lists__ba + .l-lists__grid {
  gap: 7rem;
  margin-top: 11.8rem;
}

.l-lists__ba-item {
  position: relative;
}
.l-lists__ba-item:not(:first-child)::before {
  aspect-ratio: 1/1;
  background: url(../images/common/img_arrow.svg) no-repeat top center/contain;
  content: "";
  display: block;
  left: -6rem;
  position: absolute;
  top: 35%;
  width: 3rem;
  z-index: 1;
}

.l-lists__ba-item figure {
  width: 100%;
}

.l-lists__ba-item img {
  height: auto;
  width: 100%;
}

.l-lists__ba-item figcaption {
  margin-top: 1.7rem;
}
.l-lists__ba-item figcaption.center {
  text-align: center;
}

.l-lists-box {
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(203, 192, 183, 0.6);
  display: flex;
  gap: 6rem;
  margin-top: 10rem;
  padding: 5.9rem 6rem;
}

.l-lists-box__media {
  max-width: 35.6rem;
  width: 100%;
}

.l-lists-box__media img {
  height: auto;
  width: 100%;
}

.l-lists-box__read {
  flex: 1;
}

.l-lists-box__lead {
  margin-top: 1.6rem;
}

.l-lists-about {
  margin-top: 9.4rem;
}

.l-lists-table {
  margin-top: 7rem;
}
.l-lists-table table {
  border-collapse: separate;
  border-spacing: 0.5rem;
  margin: 0 -0.5rem;
  table-layout: fixed;
  width: calc(100% + 1rem);
}
.l-lists-table th {
  vertical-align: middle;
}
.l-lists-table thead th {
  color: #fff;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 1rem 0;
  text-align: center;
}
.l-lists-table thead th:not(:first-child) {
  background: #bfa391;
}
.l-lists-table thead th:first-child {
  width: 16rem;
}
.l-lists-table tr:first-child td {
  padding: 0;
}
.l-lists-table tbody th {
  background: #f5f4f4;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 1rem 0;
  text-align: center;
}
.l-lists-table tbody td {
  background-color: #fff;
  font-size: 1.4rem;
  height: 14rem;
  line-height: 2;
  padding: 2.4rem 1.8rem;
  vertical-align: middle;
}

.l-lists-table__wrap:not(:first-child) {
  margin-top: 6rem;
}

.l-lists-table__wrap-title {
  align-items: center;
  background-color: #bfa391;
  color: #fff;
  display: flex;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  height: 4.2rem;
  justify-content: center;
  letter-spacing: 0.05em;
  text-align: center;
}

.l-lists-table__wrap-img {
  margin-top: 0.4rem;
}

.l-lists-table__wrap-list {
  margin-top: 0.5rem;
}

.l-lists-table__wrap-item {
  border: 1px solid #bfa391;
  padding: 0 2.5rem;
}
.l-lists-table__wrap-item:not(:first-child) {
  margin-top: 0.5rem;
}
.l-lists-table__wrap-item dt {
  align-items: center;
  color: #1f305a;
  display: flex;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  height: 5.3rem;
  justify-content: center;
  letter-spacing: 0.05em;
  position: relative;
  width: 100%;
  /* プラスアイコン（span）の描画 */
}
.l-lists-table__wrap-item dt span {
  height: 1.6rem;
  position: absolute;
  right: -1.5rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.6rem; /* お好みで調整 */
}
.l-lists-table__wrap-item dt span::before, .l-lists-table__wrap-item dt span::after {
  background: #1f305a;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 1px;
}
.l-lists-table__wrap-item dt span::after {
  transform: rotate(90deg);
}
.l-lists-table__wrap-item dd {
  display: none;
  font-size: 1.4rem;
  line-height: 2;
  padding: 2.2rem 0 2rem;
}

.p-di-lists {
  padding: 3.2rem 0 0;
}

.l-lists__note {
  color: #1f305a;
  font-size: 1.8rem;
  margin-top: 8rem;
  text-align: center;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
#page-overlay {
  background: #fcfbfa;
  height: 100vh;
  inset: 0;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.6s ease;
  z-index: 9999;
}

#page-overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
}

p {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  line-height: 1.87;
}
p + p {
  margin-top: 1em;
}

.l-wrapper {
  padding-top: var(--header_height);
  position: relative;
  text-align: left;
  width: 100%;
}

.l-main {
  position: relative;
  width: 100%;
}
.l-main__inner {
  position: relative;
  width: 100%;
  z-index: 1;
}
.l-main--404, .l-main--error {
  padding-block: 22rem 22.5rem;
}
.l-main--404 h1, .l-main--error h1 {
  margin-inline: auto;
  width: 47rem;
}
.l-main--404 .error-text, .l-main--error .error-text {
  font-size: 1.7rem;
  margin-top: 7.5rem;
  text-align: center;
}
.l-main--404 .error-link, .l-main--error .error-link {
  display: block;
  font-feature-settings: "palt";
  font-size: 1.7rem;
  margin: 7.5rem auto 0;
  padding-bottom: 0.3rem;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.l-main--404 .error-link::after, .l-main--error .error-link::after {
  background: linear-gradient(to right, #f8f4ef, #af6026);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.l-main--404 .l-main__inner, .l-main--error .l-main__inner {
  padding: 120px 0;
}
.l-main--404 .c-btn, .l-main--error .c-btn {
  margin: 40px auto 0;
}

.no-link {
  opacity: 0.4 !important;
  pointer-events: none !important;
}
.no-link--ba {
  pointer-events: none !important;
}
.no-link--ba::before, .no-link--ba::after {
  opacity: 0.4 !important;
  pointer-events: none !important;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-steps__inner {
  background: #fff;
  box-shadow: 0 0 0.8rem rgba(203, 192, 183, 0.6);
  padding: 5.8rem 7rem 9rem;
}

.l-steps__steps {
  margin-top: 6.2rem;
  padding: 0 3rem;
}

.l-steps__step {
  align-items: flex-start;
  display: flex;
  position: relative;
}
.l-steps__step:not(:first-child) {
  margin-top: 4.8rem;
}

.l-steps__step-label {
  border-right: 1px solid #b5b5b5;
  color: #af6026;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 1em;
  padding-right: 1em;
}

.l-steps__body {
  flex: 1;
  margin-top: -0.8em;
}
.l-steps__body .c-title-sm {
  letter-spacing: 0.075em;
}

.l-steps__text {
  margin-top: 1.6rem;
}

.l-steps__wrap {
  margin-top: 2.7rem;
}
.l-steps__wrap dt {
  border-bottom: 1px solid #af6026;
  color: #af6026;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 600;
}
.l-steps__wrap dd {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 0.5rem;
}
.l-steps__wrap dd p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

.l-steps__btn {
  margin-top: 2.6rem;
  text-align: right;
}

.l-steps__link a {
  color: #1f305a;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
}

/* -------------------------------------------*/
/* -------------------------------------------*/

.c-aside__box {
  border: solid 1px #af6026;
  border-radius: 3rem;
  padding: 1.4rem 2rem;
}
.c-aside__box:not(:first-child) {
  margin-top: 2.7rem;
}

.c-aside__box-label {
  color: #1f305a;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
}
.c-aside__box-label span {
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.6rem;
}
.c-aside__box-label span::before, .c-aside__box-label span::after {
  background-color: #af6026;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}
.c-aside__box-label span::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.c-aside__box-label.is-active span::after {
  opacity: 0;
  transform: rotate(0deg);
}

.c-aside__widget:not(:first-child) {
  margin-top: 7rem;
}

.c-aside__widget-title {
  color: #1f305a;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-bottom: 2em;
  padding-bottom: 0.6em;
  position: relative;
}
.c-aside__widget-title::before {
  background-color: #b2b2b2;
  bottom: 0;
  content: "";
  display: block;
  height: 0.3rem;
  left: 0;
  position: absolute;
  width: 4rem;
}

.cat-item:not(:first-child) {
  margin-top: 1.4rem;
}
.cat-item.is-current a::after {
  opacity: 1;
}
.cat-item a {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
}
.cat-item a::after {
  aspect-ratio: 1/1;
  background-color: #ce8957;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-left: 0.6em;
  opacity: 0;
  position: relative;
  top: 0.17em;
  transition: 0.3s;
  width: 1.8rem;
  z-index: 1;
}
.cat-item a:hover::after {
  opacity: 1;
}

.c-aside__archives li:not(:first-child) {
  margin-top: 0.5rem;
}
.c-aside__archives a {
  font-size: 1.4rem;
  transition: 0.3s;
}
.c-aside__archives a:hover {
  opacity: 0.8;
}

.c-aside__popular {
  padding: 0 0.5rem;
}

.c-aside__popular-item:not(:first-child) {
  margin-top: 4rem;
}
.c-aside__popular-item a {
  transition: 0.3s;
}
.c-aside__popular-item a:hover {
  opacity: 0.8;
}
.c-aside__popular-item a:hover .c-aside__popular-thumb img {
  transform: scale(1.05);
}

.c-aside__popular-thumb {
  aspect-ratio: 220/156;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-aside__popular-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}

.c-aside__popular-text {
  display: -webkit-box;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.42;
  margin-top: 2rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-aside__popular-time {
  color: #af6026;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-author {
  margin-top: 9rem;
}

.c-author__wrap {
  align-items: start;
  background-color: #f8f4ef;
  display: grid;
  gap: 3rem;
  grid-template-columns: 21.2rem 1fr;
  padding: 5rem;
}
.c-author__wrap:not(:first-child) {
  margin-top: 10rem;
}

.c-author__figure {
  width: 100%;
}

.c-author__figure img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-author__caption {
  align-items: end;
  display: flex;
  font-size: 1.8rem;
  margin-top: 1rem;
}
.c-author__caption span {
  font-size: 1.4rem;
  margin-right: 1em;
}

.c-author__title {
  border-bottom: 1px solid #b9babf;
  color: #1f305a;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: normal;
  padding-bottom: 0.5rem;
}

.c-author__bio {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  line-height: 1.87;
  margin-top: 1em;
}

.c-author__list {
  margin-top: 2.5rem;
}

.c-author__list-item {
  font-size: 1.2rem;
  line-height: 2.16;
  padding-left: 1.2rem;
  position: relative;
}
.c-author__list-item::before {
  content: "・";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-btn__link {
  border-bottom: 1px solid #1f305a;
  color: #1f305a;
  display: inline-flex;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 0.1em;
  padding-right: 3.2rem;
  position: relative;
  transition: 0.3s;
}
.c-btn__link span {
  aspect-ratio: 1/1;
  background-color: #1f305a;
  border-radius: 50%;
  bottom: 0.3em;
  display: block;
  position: absolute;
  right: 0;
  transition: 0.3s;
  width: 1.8rem;
}
.c-btn__link span::before {
  aspect-ratio: 1/1;
  content: "";
  left: 43%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  -webkit-mask: url("../images/common/btn_arrow.svg") no-repeat center/contain;
  background-color: #fff;
  mask: url("../images/common/btn_arrow.svg") no-repeat center/contain;
  transition: 0.3s;
}
.c-btn__link:hover {
  opacity: 0.8;
}
.c-btn__link--white {
  border-bottom: 1px solid #fff;
  color: #fff;
  letter-spacing: 0.1em;
}
.c-btn__link--white span {
  background-color: #fff;
}
.c-btn__link--white span::before {
  background-color: #000;
}

.c-btn-sm__link {
  color: #1f305a;
  display: inline-flex;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-right: 3rem;
  position: relative;
  transition: 0.3s;
}
.c-btn-sm__link span {
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translate(0, -50%);
  transition: 0.3s;
  width: 1.6rem;
}
.c-btn-sm__link span::before {
  aspect-ratio: 1/1;
  content: "";
  left: 43%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.7rem;
  -webkit-mask: url("../images/common/btn_arrow.svg") no-repeat center/contain;
  background-color: #1f305a;
  mask: url("../images/common/btn_arrow.svg") no-repeat center/contain;
  transition: 0.3s;
}
.c-btn-sm__link:hover {
  opacity: 0.8;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-card {
  display: flex;
  justify-content: space-between;
  padding: 5.7rem 3.6rem 3.3rem 7rem;
  transition: 0.3s;
}
.c-card:hover {
  opacity: 0.8;
}
.c-card + .c-card {
  margin-top: 10rem;
}
.c-card + .c-card--sm {
  margin-top: 12.4rem;
}
.c-card--gray {
  background: linear-gradient(135deg, #f0f5f4, #edeae0);
}
.c-card--brown {
  background: linear-gradient(135deg, #faf7f7, #f4ede8);
}

.c-card__subtitle {
  color: #1f305a;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 0.2em;
}

.c-card__title {
  color: #1f305a;
  font-family: "FOT-筑紫明朝 Pr6N RB", "源ノ明朝", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.67;
}

.c-card__text {
  padding-right: 4rem;
}

.c-card__btn {
  margin-top: 5.5rem;
  text-align: right;
}
.c-card__btn .c-btn-sm__link span {
  top: 48%;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-fixed {
  background-color: #bfa391;
  bottom: 0;
  color: #fff;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 50;
}
.c-fixed__link {
  align-items: center;
  display: flex;
  height: 6rem;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
}
.c-fixed__text {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.c-fixed__tel {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-flow {
  background: #f8f4ef;
  padding: 7rem 0 12rem;
}

.c-flow__title {
  color: #1f305a;
  font-family: "FOT-筑紫明朝 Pr6N RB", "源ノ明朝", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.c-flow__list {
  margin-top: 5.7rem;
  padding: 0 5rem;
}

.c-flow__item {
  align-items: flex-start;
  display: flex;
  gap: 5rem;
}
.c-flow__item:not(:first-child) {
  margin-top: 8rem;
}

.c-flow__media {
  width: 30rem;
}

.c-flow__media img {
  height: auto;
  width: 100%;
}

.c-flow__body {
  flex: 1;
}

.c-flow__step {
  align-items: center;
  color: #1f305a;
  display: flex;
  font-family: "FOT-筑紫明朝 Pr6N RB", "源ノ明朝", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.075em;
}

.c-flow__step span {
  border-right: 1px solid #b5b5b5;
  color: #af6026;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 1em;
  padding-right: 1.1em;
}

.c-flow__text {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  letter-spacing: 0.075em;
  line-height: 1.87;
  margin-top: 2.6rem;
}

.c-flow__text p + p {
  margin-top: 1em;
}

.c-flow__text dl {
  margin-top: 3.4rem;
}
.c-flow__text dl dt {
  border-bottom: 2px solid #af6026;
  color: #af6026;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.45;
}
.c-flow__text dl dd {
  margin-top: 0.8rem;
}
.c-flow__text dl dd p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

.c-flow__more {
  margin-top: 6.6rem;
  text-align: right;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-other__related {
  background-color: #faf7f7;
  margin-top: 15rem;
  padding: 3.6rem 3rem 5.5rem;
}

.c-other__related__title {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.c-other__related-list {
  display: flex;
  gap: 3.5rem;
  margin-top: 2.8rem;
}

.c-other__related-item {
  width: calc(33.3333333333% - 2.3333333333rem);
}

.c-other__related-item a {
  transition: 0.3s;
}
.c-other__related-item a:hover {
  opacity: 0.8;
}
.c-other__related-item a:hover .c-other__related-thumb img {
  transform: scale(1.05);
}

.c-other__related-thumb {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-other__related-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}

.c-other__related-time {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

.c-other__related-text {
  display: -webkit-box;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.2em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c-other__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.8rem;
  margin-top: -0.2em;
}

.c-other__cat-link {
  background-color: #7c6453;
  color: #fff;
  display: inline-block;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 0.3em 1.3em;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-pager {
  align-items: center;
  display: flex;
  gap: 2.3rem;
  justify-content: center;
  margin-top: 7rem;
}

.c-pager__list {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}

.c-pager__item.is-current .c-pager__link {
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.c-pager__item.is-current .c-pager__link::before {
  background-color: #af6026;
  opacity: 1;
}

.c-pager__ellipsis {
  color: #af6026;
}

.c-pager__link {
  color: #af6026;
  display: block;
  font-size: 1.9rem;
  line-height: 1;
  padding: 0.9rem 1.2rem;
  position: relative;
}
.c-pager__link::before {
  background-color: #fff;
  border: 1px solid #af6026;
  border-radius: 50rem;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  width: 130%;
  z-index: -1;
}
.c-pager__link::after {
  background-color: #dbb618;
  bottom: 0.3rem;
  content: "";
  display: block;
  height: 0.2rem;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 0);
  transition: 0.3s;
  width: 1rem;
}
.c-pager__link:hover::after {
  opacity: 1;
}

.c-pager__arrow-link {
  aspect-ratio: 1/1;
  background-color: #af6026;
  display: block;
  width: 1.5rem;
  -webkit-mask: url(../images/common/img_arrow.svg) no-repeat top center/contain;
  mask: url(../images/common/img_arrow.svg) no-repeat top center/contain;
}
.c-pager__arrow-link[aria-disabled=true] {
  opacity: 0;
  pointer-events: none;
}

.c-pager__arrow-link--prev {
  transform: scale(-1, 1);
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-post {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.87;
}
.c-post h1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 1rem;
}
.c-post h1 {
  margin: 1em 0;
}
.c-post h2,
.c-post h3,
.c-post h4,
.c-post h5,
.c-post h6 {
  border-bottom: 2px solid #ce8957;
  display: inline-block;
  letter-spacing: 0.05em;
  margin: 1.2em 0 0.5em;
  position: relative;
}
.c-post h2 {
  font-size: 1.9rem;
}
.c-post h3 {
  font-size: 1.7rem;
}
.c-post h4 {
  font-size: 1.6rem;
}
.c-post h5,
.c-post h6 {
  font-size: 1.5rem;
}
.c-post ul {
  margin: 1.1em 0 1.7em;
}
.c-post ul li {
  padding-left: 1.7em;
  position: relative;
}
.c-post ul li:not(:first-child) {
  margin-top: 0.2em;
}
.c-post ul li::before {
  aspect-ratio: 1/1;
  background-color: #212631;
  border-radius: 50%;
  content: "";
  display: block;
  left: 0.2em;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.8em;
  z-index: 1;
}
.c-post p {
  letter-spacing: 0.05em;
}
.c-post p + p {
  margin-top: 0.6rem;
}
.c-post p a {
  color: #dd1919;
  text-decoration: underline;
}
.c-post img {
  display: flex;
  margin: 2em 0;
}
.c-post img.alignright {
  justify-self: end;
}
.c-post img.aligncenter {
  justify-self: center;
}
.c-post strong {
  font-family: "FOT-筑紫明朝 Pr6N RB", "源ノ明朝", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-title__jp {
  color: #1f305a;
  font-family: "FOT-筑紫明朝 Pr6N RB", "源ノ明朝", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.c-title__en {
  color: #af6026;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.025em;
}

.c-title-md {
  color: #1f305a;
  font-family: "FOT-筑紫明朝 Pr6N RB", "源ノ明朝", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.c-title-sm {
  color: #1f305a;
  font-family: "FOT-筑紫明朝 Pr6N RB", "源ノ明朝", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-aboutus-band {
  margin-top: 10rem;
}

.p-aboutus-band__inner {
  display: flex;
  flex-direction: column;
  height: 60rem;
  justify-content: end;
  padding: 5.7rem 0;
  position: relative;
}
.p-aboutus-band__inner::before {
  background: url(../images/aboutus/lead_back.webp) no-repeat center center/cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-aboutus-band__title {
  color: #1f305a;
  font-family: "FOT-筑紫明朝 Pr6N RB", "源ノ明朝", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.636;
}

.p-aboutus-band__text {
  margin-top: 3rem;
}
.p-aboutus-band__text p {
  font-size: 1.4rem;
  line-height: 1.4;
}

.p-aboutus-feature {
  padding: 10rem 0;
}
.p-aboutus-feature::before {
  background-color: #f8f4ef;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-aboutus-feature__row {
  display: flex;
}
.p-aboutus-feature__row:not(:first-child) {
  margin-top: 5.9rem;
}

.p-aboutus-feature__side {
  color: #af6026;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  text-orientation: mixed;
  writing-mode: vertical-rl;
}

.p-aboutus-feature__img {
  margin-left: 2rem;
  width: 30rem;
}
.p-aboutus-feature__img img {
  height: auto;
  width: 100%;
}

.p-aboutus-feature__body {
  flex: 1;
  margin-left: 5rem;
}

.p-aboutus-feature__title {
  color: #1f305a;
  font-family: "FOT-筑紫明朝 Pr6N RB", "源ノ明朝", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.075em;
}

.p-aboutus-feature__text {
  margin-top: 2.5rem;
}
.p-aboutus-feature__text p {
  font-size: 1.5rem;
  line-height: 2;
}
.p-aboutus-feature__text p:not(:first-child) {
  margin-top: 0em;
}

.p-aboutus-feature__box {
  margin-top: 5.5rem;
}

.p-aboutus-feature__wrap:not(:first-child) {
  margin-top: 4rem;
}

.p-aboutus-feature__subtitle {
  border-bottom: 1px solid #af6026;
  color: #af6026;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
}

.p-aboutus-feature__subtext {
  margin-top: 0.5em;
}
.p-aboutus-feature__subtext p {
  font-size: 1.4rem;
  line-height: 2;
}
.p-aboutus-feature__subtext p:not(:first-child) {
  margin-top: 0.4em;
}

.p-aboutus-quality {
  padding: 13.2rem 0 8rem;
  position: relative;
}

.p-aboutus-quality__inner {
  margin: 0 auto;
  max-width: 64rem;
  width: 60%;
}

.p-aboutus-quality__wrap {
  position: relative;
}
.p-aboutus-quality__wrap:first-child .p-aboutus-quality__text {
  margin-top: 3.4rem;
}
.p-aboutus-quality__wrap:not(:first-child) {
  margin-top: 10rem;
}

.p-aboutus-quality__title {
  color: #1f305a;
  font-family: "FOT-筑紫明朝 Pr6N RB", "源ノ明朝", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.67;
}

.p-aboutus-quality__text {
  margin-top: 2.2rem;
}
.p-aboutus-quality__text p {
  font-size: 1.4rem;
  line-height: 2;
}

.p-aboutus-quality__btn {
  text-align: right;
}

.p-aboutus-quality__images img {
  height: auto;
  position: absolute;
}
.p-aboutus-quality__images img:nth-child(1) {
  right: 0;
  top: 10.6%;
  width: 20.7vw;
}
.p-aboutus-quality__images img:nth-child(2) {
  left: 0;
  top: 28.2%;
  width: 20.7vw;
}
.p-aboutus-quality__images img:nth-child(3) {
  right: 3%;
  top: 37.2%;
  width: 14.64vw;
}
.p-aboutus-quality__images img:nth-child(4) {
  left: 3%;
  top: 61.2%;
  width: 14.64vw;
}
.p-aboutus-quality__images img:nth-child(5) {
  right: 0;
  top: 71.3%;
  width: 20.7vw;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-access {
  padding: 5rem 0 15.2rem;
}

.p-access__lead {
  display: grid;
  gap: 6rem;
  grid-template-columns: 46rem 1fr;
  margin-top: 6.8rem;
}

.p-access__photo {
  aspect-ratio: 420/297;
}

.p-access__photo img {
  height: auto;
  width: 100%;
}

.p-access__title {
  font-family: "FOT-筑紫明朝 Pr6N RB", "源ノ明朝", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 1.7rem;
  letter-spacing: 0.075em;
  line-height: 2.1;
}

.p-access__info {
  margin-top: 1.3rem;
}
.p-access__info p {
  line-height: 1.6;
}
.p-access__info p + p {
  margin-top: 1.2em;
}

.p-access__route {
  display: flex;
  gap: 7rem;
}

.p-access__route-sec {
  margin-top: 4.8rem;
}

.p-access__route-head {
  border-bottom: 1px solid #8b4d2f;
  color: #8b4d2f;
  display: inline-block;
  font-family: "FOT-筑紫明朝 Pr6N RB", "源ノ明朝", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-access__route-list {
  font-size: 1.4rem;
  margin-top: 3rem;
  white-space: nowrap;
}
.p-access__route-list li:not(:first-child) {
  margin-top: 1.4rem;
}

.p-access__route-note {
  font-size: 1.4rem;
  margin-top: 1.9rem;
}

.p-access__mapblk {
  margin-top: 10rem;
}

.p-access__map {
  aspect-ratio: 710/290;
  background: #eaf0fb;
  width: 100%;
}

.p-access__map iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.p-access__walk {
  margin-top: 7rem;
}

.p-access__steps {
  display: grid;
  gap: 2.5rem 4.6rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.7rem;
}

.p-access__step-cap {
  margin-top: 1.7rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-blog {
  padding: 5rem 0 12rem;
}

.p-blog__grid {
  display: grid;
  gap: 7rem;
  grid-template-columns: 1fr 23.5rem;
}

.p-blog__side {
  display: flex;
  flex-direction: column;
}

.p-blog__item {
  border-bottom: 1px solid #b9babf;
}

.p-blog__link {
  align-items: start;
  display: flex;
  gap: 4rem;
  padding: 5rem 0;
  transition: 0.3s;
}
.p-blog__link:hover {
  opacity: 0.8;
}
.p-blog__link:hover .p-blog__thumb img {
  transform: scale(1.05);
}

.p-blog__thumb {
  aspect-ratio: 220/156;
  overflow: hidden;
  position: relative;
  width: 22rem;
  z-index: 1;
}

.p-blog__thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}

.p-blog__content {
  flex: 1;
}

.p-blog__item-title {
  display: -webkit-box;
  font-size: 2rem;
  font-weight: 500;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.p-blog__meta {
  align-items: center;
  color: #af6026;
  display: flex;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.2em;
}

.p-blog__cats {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-left: 1.5rem;
}

.p-blog__cat {
  background-color: #7c6453;
  color: #fff;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.4em 0.9em;
}

.p-blog__excerpt {
  display: -webkit-box;
  font-size: 1.5rem;
  line-height: 1.87;
  margin-top: 1.3em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.p-blog__none {
  font-size: 1.6rem;
  padding: 2rem 0;
}

.p-blog__pager {
  margin-top: 4rem;
}

:root {
  --blog-arch-accent: #bfa391;
  --blog-arch-text: #1f305a;
  --blog-arch-bg: #fff;
}

.p-blog__category,
.p-blog__archive {
  max-width: 23.4rem;
  position: relative;
  width: 100%;
}

.p-blog__category-button,
.p-blog__archive-button {
  background: #fff;
  border: 1px solid var(--blog-arch-accent);
  color: var(--blog-arch-text);
  cursor: pointer;
  display: block;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1.5rem;
  height: 6rem;
  letter-spacing: 0.05em;
  padding: 0 4rem 0 2.3rem;
  position: relative;
  text-align: left;
  width: 100%;
}
.p-blog__category-button::after,
.p-blog__archive-button::after {
  aspect-ratio: 1/1;
  content: "";
  position: absolute;
  right: 2.3rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 1.6rem;
  -webkit-mask: url(../images/common/img_arrow.svg) no-repeat center/contain;
  background-color: #1e2c4d;
  mask: url(../images/common/img_arrow.svg) no-repeat center/contain;
}

.p-blog__archive-button {
  margin-top: 2rem;
}

.p-blog__category.has-value .p-blog__category-button,
.p-blog__archive.has-value .p-blog__archive-button {
  background: var(--blog-arch-accent);
  border-color: var(--blog-arch-accent);
  color: #fff;
}

.p-blog__category.has-value .p-blog__category-button::after,
.p-blog__archive.has-value .p-blog__archive-button::after {
  background-color: #fff;
}

/* 開時：ボタンは上部、同一枠＋影を全体に */
.p-blog__category.is-open .p-blog__category-button,
.p-blog__archive.is-open .p-blog__archive-button {
  background: #fff;
  border-bottom-color: transparent;
  color: var(--blog-arch-text);
}

.p-blog__category.is-open .p-blog__category-button::after,
.p-blog__archive.is-open .p-blog__archive-button::after {
  background-color: #1e2c4d;
  transform: translateY(-30%) rotate(-90deg);
}

.p-blog__category-panel,
.p-blog__archive-panel {
  background: #fff;
  border: 1px solid var(--blog-arch-accent);
  border-top: none;
  display: none;
  padding: 0 4rem 2rem 2.3rem;
}

.p-blog__category.is-open .p-blog__category-panel,
.p-blog__archive.is-open .p-blog__archive-panel {
  display: block;
}

.p-blog__category-item,
.p-blog__archive-item {
  color: var(--blog-arch-text);
  display: block;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  padding: 0.4rem 0.35rem;
  text-decoration: none;
}

.p-blog-detail {
  padding: 5rem 0 12rem;
}

.p-blog-detail__grid {
  display: grid;
  gap: 7.5rem;
  grid-template-columns: 1fr 23.5rem;
  margin-top: 4.6rem;
}

.p-blog-detail__nav {
  margin-top: 7rem;
}

.p-blog-detail__post-title {
  color: #1f305a;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.67;
}

.p-blog-detail__meta {
  color: #af6026;
  display: flex;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0.5em;
}

.p-blog-detail__cat::before {
  content: "/";
  display: inline-block;
  margin: 0 0.7em;
}

.p-blog-detail__body {
  margin-top: 3rem;
}

.p-blog-detail__toc {
  box-shadow: 0 0 8px rgba(203, 192, 183, 0.6);
  margin: 4.5rem auto;
  max-width: 59.6rem;
  padding: 2.2rem 3.1rem 2.6rem;
  width: 100%;
}

.p-blog-detail__toc p {
  border-bottom: 3px solid #b2b2b2;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding: 0 0.6em 0.2em 0;
}
.p-blog-detail__toc > ul {
  margin: 1.5rem 0 0 0.7em;
}
.p-blog-detail__toc > ul > li {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  padding-left: 0;
}
.p-blog-detail__toc > ul > li:not(:first-child) {
  margin-top: 0.8em;
}
.p-blog-detail__toc > ul > li::before {
  display: none;
}
.p-blog-detail__toc > ul > li > ul {
  margin: 1rem 0 0 0;
  padding-left: 1rem;
}
.p-blog-detail__toc > ul > li > ul li {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  padding-left: 0;
}
.p-blog-detail__toc > ul > li > ul li:not(:first-child) {
  margin-top: 0.5em;
}
.p-blog-detail__toc > ul > li > ul li::before {
  display: none;
}
.p-blog-detail__toc > ul > li a {
  transition: 0.3s;
}
.p-blog-detail__toc > ul > li a:hover {
  opacity: 0.8;
}

img[src*=WP-Emoji2-master] {
  display: inline !important;
  margin: 0 !important;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-case {
  padding: 5rem 0 15rem;
}

.p-case__cat {
  color: #1f305a;
  font-family: "FOT-筑紫明朝 Pr6N RB", "源ノ明朝", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.1;
  padding-left: 1em;
  position: relative;
}
.p-case__cat::before {
  background-color: #1f305a;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.5rem;
}

.p-case__grid {
  display: grid;
  gap: 7rem;
  grid-template-columns: 1fr 23rem;
  margin-top: 5rem;
}

.p-case__cards {
  display: grid;
  gap: 4.5rem 4rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-case__link {
  display: block;
  transition: 0.3s;
}
.p-case__link:hover {
  opacity: 0.8;
}
.p-case__link:hover .p-case__thumb img {
  transform: scale(1.05);
}

.p-case__thumb {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-case__thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}

.p-case__body {
  margin-top: 0.5rem;
}

.p-case__title {
  display: -webkit-box;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.87;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-case__none {
  font-size: 1.6rem;
  padding: 2rem 0;
  text-align: center;
}

.p-case__pager {
  margin-top: 7rem;
}

.p-case-detail {
  padding: 5rem 0 8rem;
}

.p-case-detail__grid {
  display: grid;
  gap: 7.5rem;
  grid-template-columns: 1fr 23rem;
  margin-top: 4.7rem;
}

.p-case-detail__side {
  align-self: start;
  background-color: #fff;
  border-left: 0.5rem solid #bfa391;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
  padding: 2.6rem 2.4rem;
  position: sticky;
  top: 8rem;
}

.p-case-detail__post-title {
  color: #1f305a;
  font-family: "FOT-筑紫明朝 Pr6N RB", "源ノ明朝", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-case-detail__kv {
  margin-top: 4rem;
}

.p-case-detail__kv-list {
  display: grid;
  gap: 5.8rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-case-detail__kv-item {
  position: relative;
}
.p-case-detail__kv-item:not(:first-child)::before {
  aspect-ratio: 1/1;
  background: url(../images/common/img_arrow.svg) no-repeat top center/contain;
  content: "";
  display: block;
  left: -4.8rem;
  position: absolute;
  top: 42%;
  width: 3rem;
  z-index: 1;
}

.p-case-detail__thumb {
  position: relative;
  width: 100%;
}
.p-case-detail__thumb img {
  aspect-ratio: 341/241;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-case-detail__thumb-cap {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  margin-top: 1.4rem;
  text-align: center;
}

.p-case-detail__profile {
  margin-top: 7.2rem;
}

.p-case-detail__profile-list {
  margin-top: 4.2rem;
}

.p-case-detail__profile-row {
  border-bottom: 1px solid #b9babf;
  display: flex;
  padding: 2.4rem 1rem;
}
.p-case-detail__profile-row:first-child {
  border-top: 1px solid #b9babf;
}

.p-case-detail__profile-term {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.64;
  text-align: center;
  width: 4.5em;
}

.p-case-detail__profile-desc {
  flex: 1;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.64;
  margin-left: 4rem;
}

.p-case-detail__proscons {
  margin-top: 7.2rem;
}

.p-case-detail__proscons-box {
  background-color: #fff;
  margin-top: 3.7rem;
  padding: 2.7rem 3.8rem;
  width: 100%;
}

.p-case-detail__proscons-cap {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.p-case-detail__proscons-list {
  padding-left: 1rem;
}
.p-case-detail__proscons-list + .p-case-detail__proscons-cap {
  margin-top: 1em;
}

.p-case-detail__proscons-list li {
  font-size: 1.5rem;
  line-height: 1.8;
  padding-left: 1em;
  position: relative;
}
.p-case-detail__proscons-list li::before {
  aspect-ratio: 1/1;
  background-color: #212631;
  border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0.7em;
  width: 0.8rem;
}
.p-case-detail__proscons-list li:not(:first-child) {
  margin-top: 0.2rem;
}

.p-case-detail__method {
  margin-top: 7.4rem;
}

.p-case-detail__steps {
  margin-top: 4rem;
}

.p-case-detail__step {
  display: flex;
  gap: 4rem;
}
.p-case-detail__step:not(:first-child) {
  margin-top: 8rem;
}

.p-case-detail__step-thumb {
  aspect-ratio: 24/17;
  overflow: hidden;
  position: relative;
  width: 24rem;
}

.p-case-detail__step-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-case-detail__step-body {
  flex: 1;
}

.p-case-detail__author {
  margin-top: 5rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-contact {
  padding: 5rem 0 12rem;
}

.p-contact__body {
  margin-top: 9.4rem;
  padding: 0 12.5rem;
}

.p-contact__lead-text {
  margin-top: 1.6rem;
}

.p-contact__form {
  margin-top: 6.6rem;
}

.p-contact__row {
  align-items: start;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: 14rem 1fr;
}
.p-contact__row:not(:first-child) {
  margin-top: 3.8rem;
}

.p-contact__label {
  color: #1f305a;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0.5em 0;
}
.p-contact__field input,
.p-contact__field textarea {
  background: #f8f8f8;
  border: 1px solid #b9babf;
  font-size: 1.6rem;
  padding: 0.5rem 1em;
  width: 100%;
}

.p-contact__field textarea {
  height: 12rem;
}

.p-contact__field input:focus,
.p-contact__field textarea:focus {
  background: #fff;
  border-color: #af6026;
  outline: none;
}

.p-contact__recaptcha {
  font-size: 1.3rem;
  margin-top: 3.8rem;
}
.p-contact__recaptcha a {
  text-decoration: underline;
}

.p-contact__submit {
  margin-top: 6.6rem;
  text-align: center;
}

.p-contact__submit-link {
  align-items: center;
  background-color: #1f305a;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  height: 5rem;
  justify-content: center;
  letter-spacing: 0.1em;
  margin: 0 auto;
  padding-right: 2.8rem;
  position: relative;
  transition: 0.3s;
  width: 16rem;
}
.p-contact__submit-link::before {
  aspect-ratio: 1/1;
  content: "";
  display: block;
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.5rem;
  -webkit-mask: url(../images/common/img_arrow.svg) no-repeat top center/contain;
  background-color: #fff;
  mask: url(../images/common/img_arrow.svg) no-repeat top center/contain;
  z-index: 1;
}
.p-contact__submit-link:hover {
  opacity: 0.8;
}

.p-contact-thanks__body {
  margin-top: 9.2rem;
  text-align: center;
}

.p-contact-thanks__text {
  margin: 4.6rem auto 0;
  max-width: 80rem;
  text-align: left;
  width: 90%;
}

.p-contact-thanks__btn {
  margin-top: 6.6rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-ps-lists {
  padding: 12.8rem 0 18rem;
}

.p-ps-lists__catch {
  margin-top: 3rem;
}

.p-ps-lists__body {
  margin-top: 13rem;
}

.p-ps-lists__wrap:not(:first-child) {
  margin-top: 8rem;
}

.p-ps-card {
  margin-top: 12.2rem;
}

.p-ct-about {
  margin-top: 10rem;
}

.p-ct-endodontics {
  margin-top: 8rem;
}

.p-ct-endodontics__panel {
  border: 1px solid #1f305a;
  margin: 0 auto;
  padding: 3.8rem 4.8rem 4.8rem;
  width: 96%;
}

.p-ct-endodontics__title {
  color: #1f305a;
  font-family: "FOT-筑紫明朝 Pr6N RB", "源ノ明朝", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-ct-endodontics__lead {
  color: #1f305a;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 0.5rem;
}
.p-ct-endodontics__lead span {
  position: relative;
}
.p-ct-endodontics__lead span::before {
  aspect-ratio: 1/1;
  background-color: #ce8957;
  border-radius: 50%;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: -0.2em;
  transform: translate(-50%, 0);
  width: 0.4rem;
}

.p-ct-endodontics__text {
  margin-top: 2.3rem;
}

.p-ct-endodontics__btn {
  margin-top: 2.8rem;
  text-align: right;
}

.p-ct-prevent {
  margin-top: 12rem;
}

.p-ct-prevent__lead {
  color: #1f305a;
  font-family: "FOT-筑紫明朝 Pr6N RB", "源ノ明朝", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
}
.p-ct-prevent__lead::before {
  background-color: #1f305a;
  content: "";
  display: block;
  height: 10rem;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 6rem;
  transform: translate(-50%, 0);
  width: 1px;
  z-index: 1;
}

.p-ct-prevent__cards {
  margin-top: 10rem;
}

.p-ct-cases {
  padding: 11rem 0 12rem;
}

.p-ct-cases__list {
  display: grid;
  gap: 4.5rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 4rem;
}

.p-ct-cases__link {
  display: block;
  transition: 0.3s;
}
.p-ct-cases__link:hover {
  opacity: 0.8;
}
.p-ct-cases__link:hover .p-ct-cases__media img {
  transform: scale(1.05);
}

.p-ct-cases__media {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-ct-cases__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}

.p-ct-cases__text {
  display: -webkit-box;
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 1.5rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-ct-cases__more {
  margin-top: 5rem;
  text-align: right;
}

.p-pc-problem {
  background: #fdf8f7;
  margin-top: 12.8rem;
  padding: 6rem 0 8rem;
}

.p-pc-problem__inner {
  text-align: center;
}

.p-pc-problem__body {
  margin-top: 3.8rem;
}

.p-pc-problem__list {
  display: grid;
  gap: 7rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-pc-problem__item {
  background: #fff;
  display: block;
  font-size: 2rem;
  padding: 2.8rem 0.5rem 3rem 5rem;
  position: relative;
  text-align: center;
}

.p-pc-problem__item::before {
  aspect-ratio: 1/1;
  background: url("../images/common/icon_check.svg") no-repeat center/contain;
  content: "";
  display: block;
  left: 3.4rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 2rem;
}

.p-pc-problem__desc {
  margin-top: 4.8rem;
}
.p-pc-problem__desc p {
  letter-spacing: 0.05em;
}

.p-pc-about {
  padding: 9.6rem 0 15rem;
}

.p-pc-about__grid {
  align-items: flex-start;
  display: flex;
  gap: 10rem;
}

.p-pc-about__media {
  max-width: 42rem;
  width: 100%;
}

.p-pc-about__media img {
  height: auto;
  width: 100%;
}

.p-pc-about__body {
  flex: 1;
}
.p-pc-about__body .c-title-sm {
  line-height: 1.75;
}

.p-pc-about__text {
  margin-top: 3.2rem;
}

.p-pc-treatment {
  margin-top: 11.7rem;
}

.p-rct {
  padding: 0 0 20rem;
}

.p-rct-lists {
  margin-top: 8rem;
}

.p-rct-card {
  margin-top: 11.2rem;
}

.p-ad-lists {
  padding: 11.9rem 0 18rem;
}
.p-ad-lists .l-lists__item:not(:first-child) {
  margin-top: 10rem;
}
.p-ad-lists .l-lists__ba {
  margin-top: 5rem;
  padding: 0 6rem;
}

.p-ad-card {
  margin-top: 14rem;
}

.p-wh-lists {
  padding: 11.8rem 0 18rem;
}
.p-wh-lists .l-lists__lead {
  margin-top: 2.5rem;
}

.p-wh-prevent__cards {
  margin-top: 10rem;
}

.p-de-lists {
  padding: 11.8rem 0 18rem;
}

.p-de-lists__lists {
  margin-top: 5.4rem;
}

.p-de-lists .l-lists__stl + .l-lists__lead {
  margin-top: 3rem;
}

.p-de-prevent__card {
  margin-top: 11.3rem;
}

.p-di-bottom {
  padding: 6.6rem 0 18rem;
}

.p-pdm-treatment.l-steps {
  margin-top: 7.5rem;
}

.p-pdm-lists {
  margin-top: 12rem;
}

.p-pdm-bottom {
  padding: 10.2rem 0 18rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-med {
  padding: 5rem 0 27rem;
}

.p-med__intro {
  margin-top: 4.2rem;
}

.p-med__lead-title {
  font-size: 1.8rem;
  font-weight: 700;
}

.p-med__lead-text {
  margin-top: 2.6rem;
}

.p-med__panel {
  box-shadow: 0 0 8px rgba(203, 192, 183, 0.6);
  margin-top: 7.6rem;
  padding: 6rem;
}

.p-med__wrap:not(:first-child) {
  margin-top: 4.6rem;
}

.p-med__block {
  margin-top: 3.8rem;
}
.p-med__block + .p-med__block {
  margin-top: 3.6rem;
}

.p-med__sub-title {
  color: #1f305a;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-left: 1em;
  position: relative;
}
.p-med__sub-title::before {
  content: "・";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.p-med__text {
  margin-top: 1.6rem;
}

.p-med__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 1rem;
}

.p-med__catch {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-top: 2rem;
}

.p-med__list {
  margin-top: 0.4rem;
  padding: 0 5rem 0 1rem;
}
.p-med__list li {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.87;
  padding-left: 1.3em;
  position: relative;
}
.p-med__list li:not(:first-child) {
  margin-top: 0.3rem;
}
.p-med__list li::before {
  aspect-ratio: 1/1;
  background-color: #212631;
  border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0.6em;
  width: 0.8rem;
}

.p-med__flow {
  margin-top: 11.8rem;
  padding: 5.8rem 0;
}
.p-med__flow::before {
  background-color: #f8f4ef;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-med__flow-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}

.p-med__steps {
  margin-top: 3.2rem;
}

.p-med__step:not(:first-child) {
  margin-top: 2rem;
}

.p-med__step-head {
  color: #af6026;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
}

.p-med__step-text {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 0;
  padding-left: 1.5rem;
}

.p-med__notes {
  margin-top: 6.2rem;
}

.p-med__notes .p-med__text {
  margin-top: 2.7rem;
}

.p-med__bnr {
  background: linear-gradient(135deg, #faf7f7, #f4ede8);
  margin-top: 9.5rem;
  padding: 3.8rem 0 5.2rem;
  text-align: center;
}

.p-med__bnr-title {
  color: #1f305a;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-med__bnr-btn {
  margin-top: 2.4rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-news {
  padding: 5rem 0 12.3rem;
}

.p-news__head {
  position: relative;
}

:root {
  --archive-accent: #c9845a;
  --archive-bg: #ffffff;
  --archive-border: #c9845a;
}

.p-news__archive {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 2.3rem;
  box-shadow: none;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 1.5rem;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, height 0.2s ease, background 0.2s ease;
  width: 15rem;
}
.p-news__archive.is-open {
  background: var(--archive-bg);
  border-color: var(--archive-border);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  height: auto;
}

.p-news__button {
  background: var(--archive-accent);
  border: none;
  border-radius: 50rem;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  height: 4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0 2.3rem;
  position: relative;
  text-align: left;
  transition: 0.3s;
  width: 100%;
}
.p-news__button::before {
  aspect-ratio: 1/1;
  content: "";
  display: block;
  position: absolute;
  right: 1.8rem;
  top: 45%;
  transform: translate(0, -50%) rotate(90deg);
  width: 1.2rem;
  -webkit-mask: url(../images/common/img_arrow.svg) no-repeat top center/contain;
  background-color: #fff;
  mask: url(../images/common/img_arrow.svg) no-repeat top center/contain;
  z-index: 1;
}

.p-news__archive.is-open .p-news__button {
  background: transparent;
  border-radius: 2.3rem 2.3rem 0 0;
  color: var(--archive-accent);
}
.p-news__archive.is-open .p-news__button::before {
  background-color: var(--archive-accent);
  transform: translate(0, -10%) rotate(-90deg);
}

.p-news__panel {
  display: none;
  padding: 0.8rem 2.3rem 2.2rem;
}

.p-news__archive.is-open .p-news__panel {
  display: block;
}

.p-news__archive-item {
  color: var(--archive-accent);
  display: block;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  transition: background-color 0.15s ease;
}
.p-news__archive-item:not(:first-child) {
  margin-top: 0.8em;
}
.p-news__archive-item:hover {
  opacity: 0.8;
}

.p-news__body {
  margin-top: 5.6rem;
  padding: 0 15rem;
}

.p-news__item {
  border-bottom: 1px solid #b9babf;
}
.p-news__item:first-child {
  border-top: 1px solid #b9babf;
}

.p-news__link {
  display: flex;
  padding: 3rem 2rem 2.6rem;
}
.p-news__link:hover {
  opacity: 0.6;
}

.p-news__date {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  width: 8.8em;
}

.p-news__text {
  flex: 1;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.64;
  padding-right: 1rem;
  position: relative;
}
.p-news__text::before {
  aspect-ratio: 1/1;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.2rem;
  -webkit-mask: url(../images/common/img_arrow.svg) no-repeat top center/contain;
  background-color: #1f305a;
  mask: url(../images/common/img_arrow.svg) no-repeat top center/contain;
  z-index: 1;
}

.p-news-detail {
  padding: 5rem 0 18rem;
}

.p-news-detail__body {
  margin-top: 6rem;
  padding: 0 15rem;
}

.p-news-detail__title {
  color: #1f305a;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.075em;
}

.p-news-detail__date {
  display: block;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}

.p-news-detail__post {
  margin-top: 3.5rem;
}

.p-news-detail__nav {
  margin-top: 10.5rem;
}

.p-news-detail__nav-list {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.p-news-detail__nav-back {
  color: #af6026;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-news-detail__nav-item {
  color: #af6026;
}
.p-news-detail__nav-item.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.p-news-detail__nav-item--prev {
  right: 0;
  text-align: right;
}
.p-news-detail__nav-item--prev .p-news-detail__nav-link {
  padding-right: 3.5rem;
}
.p-news-detail__nav-item--prev .p-news-detail__nav-link::before {
  right: 0;
}

.p-news-detail__nav-item--next {
  left: 0;
}
.p-news-detail__nav-item--next .p-news-detail__nav-link {
  padding-left: 3.2rem;
}
.p-news-detail__nav-item--next .p-news-detail__nav-link::before {
  left: 0;
  transform: translate(0, -50%) scale(-1, 1);
}

.p-news-detail__nav-link {
  display: block;
  position: relative;
}
.p-news-detail__nav-link time {
  display: block;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-top: 0.3em;
}
.p-news-detail__nav-link p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.p-news-detail__nav-link::before {
  aspect-ratio: 1/1;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 2rem;
  -webkit-mask: url(../images/common/img_arrow.svg) no-repeat top center/contain;
  background-color: #af6026;
  mask: url(../images/common/img_arrow.svg) no-repeat top center/contain;
  z-index: 1;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-page__inner {
  padding: 12rem 0 10rem;
}

.p-page__btn {
  margin-top: 4rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-pp {
  padding: 5rem 0 27rem;
}

.p-pp__section {
  margin-top: 4rem;
}
.p-pp__section + .p-pp__section {
  margin-top: 5.8rem;
}

.p-pp__body {
  margin-top: 2.5rem;
}
.p-pp__body > ol {
  counter-reset: num;
  margin-top: 2.6rem;
}
.p-pp__body > ol li {
  counter-increment: num;
  padding-left: 1.6em;
  position: relative;
}
.p-pp__body > ol li::before {
  content: counter(num) ".";
  display: block;
  left: 0;
  position: absolute;
  top: 0.2em;
}
.p-pp__body > ol li ol {
  padding-left: 0.5em;
}
.p-pp__body > ol li > ol {
  counter-reset: num;
}
.p-pp__body > ol li > ol:not(:has(ol)) {
  margin-bottom: 2.4rem;
}
.p-pp__body > ol li > ol > li ol {
  counter-reset: num;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-staff {
  padding: 5rem 0 15rem;
}

.p-staff-cards {
  margin-top: 4.2rem;
}

.p-staff-card {
  align-items: flex-start;
  display: flex;
  gap: 10rem;
}
.p-staff-card:not(:first-child) {
  margin-top: 8rem;
}
.p-staff-card:nth-child(2) {
  margin-top: 12.5rem;
}

.p-staff-card__media {
  aspect-ratio: 1/1;
  max-width: 43rem;
  position: relative;
  width: 100%;
}
.p-staff-card__media--chairman {
  aspect-ratio: 431/609;
}

.p-staff-card__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-staff-card__caption {
  font-weight: 400;
  letter-spacing: 0.25em;
  position: absolute;
  right: 2.2rem;
  top: 3rem;
  writing-mode: vertical-rl;
}

.p-staff-card__role {
  color: #1f305a;
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
}

.p-staff-card__name {
  color: #1f305a;
  display: block;
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0 0.2em 0 0;
}
.p-staff-card__name span:not(:first-child) {
  margin-top: 0.8em;
}

.p-staff-card__yomi {
  color: #1f305a;
  display: block;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
}

.p-staff-card__body {
  flex: 1;
  padding-top: 2rem;
}

.p-staff-card__item {
  font-size: 1.5rem;
  line-height: 1.87;
  padding-left: 1em;
  position: relative;
}
.p-staff-card__item::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}

.p-staff-card__grid {
  display: flex;
  gap: 3rem;
  margin-top: 4.8rem;
}
.p-staff-card__grid .p-staff-card__item {
  font-size: 1.4rem;
  line-height: 2;
}

.p-staff-card__label {
  color: #1f305a;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-staff-card__label + .p-staff-card__list {
  margin-top: 1rem;
}

.p-staff-card__text {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  line-height: 1.87;
}
.p-staff-card__text + .p-staff-card__list {
  margin-top: 4.5rem;
}

.p-staff-card__wrap dl:not(:first-child) {
  margin-top: 1rem;
}

.p-staff-card__wrap dt {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
}

.p-staff-card__wrap dd {
  margin-top: 1rem;
}

.p-staff-card__note {
  color: #af6026;
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  line-height: 1.87;
  margin-top: 4.4rem;
}

.p-staff-group {
  margin-top: 15rem;
}

.p-staff-group__head {
  align-items: center;
  display: flex;
}

.p-staff-group__title {
  color: #1f305a;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-staff-group__text {
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  margin-left: 2.8rem;
}

.p-staff-group__media {
  margin-top: 2rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-top.l-wrapper {
  padding-top: 0;
}
.p-top .l-header {
  background-color: transparent;
}
.p-top .l-header__logo img {
  filter: brightness(0) invert(1);
}
.p-top .l-header-navi {
  color: #fff;
}
.p-top .l-header-navi__list {
  border-right-color: #fff;
}
.p-top .l-header__burgerline {
  background-color: #fff;
}
.p-top .l-header-navi.is-color .l-header-navi__list {
  border-right-color: #212631;
}

.p-top-hero {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.p-top-hero__slider {
  block-size: 100%;
  inline-size: 100%;
}
.p-top-hero__slider .slick-track,
.p-top-hero__slider .slick-list {
  height: 100%;
}

.p-top-hero__slide {
  block-size: 100%;
  inline-size: 100%;
}

.p-top-hero__slide picture {
  block-size: 100%;
  inline-size: 100%;
}

.p-top-hero__slide img {
  block-size: 100%;
  inline-size: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: transform 7s linear;
}

.p-top-hero__slide.is-zoom img {
  transform: scale(1.05);
}

.p-top-hero .slick-dots {
  align-items: center;
  bottom: 4rem;
  display: flex !important;
  gap: 2rem;
  position: absolute;
  right: 5%;
}

.p-top-hero .slick-dots li {
  background-color: #fff;
  height: 0.05rem;
  margin: 0;
  width: 5rem;
}

.p-top-hero .slick-dots li.slick-active {
  height: 0.2rem;
}

.p-top-hero .slick-dots li button {
  block-size: 100%;
  color: transparent;
  display: block;
  inline-size: 100%;
  padding: 0;
}

.p-top-hero .slick-arrow {
  display: none !important;
}

.p-top-hero__scroll {
  bottom: 4rem;
  color: #fff;
  height: 12rem;
  left: 5%;
  padding-left: 0.5rem;
  position: absolute;
  writing-mode: vertical-rl;
}

.p-top-hero__scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 1px;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.p-top-hero__scroll-label {
  font-size: 1.2rem;
  letter-spacing: 0;
}

.p-top-intro {
  padding: 10rem 0 11.4rem;
}

.p-top-intro__inner {
  align-items: center;
  display: flex;
  gap: 6rem;
}

.p-top-intro__media {
  margin-left: -9%;
  width: 65%;
}

.p-top-intro__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-intro__body {
  flex: 1;
}

.p-top-intro__text {
  margin-top: 3rem;
}

.p-top-research {
  padding-bottom: 10rem;
  position: relative;
}
.p-top-research::before {
  background-color: #f8f4ef;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  height: 80%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  top: auto;
  width: 100vw;
  z-index: -1;
}

.p-top-research__panel {
  align-items: flex-start;
  display: flex;
  gap: 10%;
  padding: 6rem 0;
  position: relative;
}
.p-top-research__panel::before {
  background: #ffffff;
  box-shadow: 0 0 8px rgba(230, 192, 183, 0.6);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 -9%;
  position: absolute;
  top: 0;
  width: 118%;
  z-index: -1;
}

.p-top-research__read {
  flex: 1;
}

.p-top-research__title {
  color: #1f305a;
  line-height: 1.67;
}

.p-top-research__text {
  margin-top: 3.4rem;
}

.p-top-research__note {
  font-size: 1.2rem;
  margin-top: 1.5rem;
}

.p-top-research__figure {
  width: 43.5%;
}

.p-top-research__figure img {
  height: auto;
  width: 100%;
}

.p-top-research__bottom {
  display: flex;
  margin-top: 8rem;
}

.p-top-research__left {
  margin-top: 6.3%;
  width: 50%;
}

.p-top-research__stats {
  background-color: #fff;
  display: flex;
  padding: 3.2rem 0rem 3.2rem 0.8rem;
  position: relative;
}

.p-top-research__stat {
  flex: 1;
  padding: 0 3.2rem;
}
.p-top-research__stat--left {
  color: #50659a;
}
.p-top-research__stat--left .p-top-research__num {
  font-size: clamp(5.6rem, 6vw, 8.4rem);
}
.p-top-research__stat--left .p-top-research__label {
  margin: 1rem 0.2em 0 0;
}
.p-top-research__stat--right {
  color: #6e7076;
  margin-top: 4.8rem;
  text-align: right;
}
.p-top-research__stat--right .p-top-research__label {
  margin: 0 0.2em 0 0;
}
.p-top-research__stat--right .p-top-research__num {
  font-size: clamp(4rem, 4.5vw, 6rem);
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-top: 0.05em;
}

.p-top-research__num {
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
}

.p-top-research__label {
  font-size: clamp(1.3rem, 1.5vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.075em;
}

.p-top-research__stat-sep {
  background: #51659a;
  height: 78%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(25deg);
  width: 0.1rem;
}

.p-top-research__stat-note {
  font-size: clamp(1.2rem, 0.9vw, 1.2rem);
  letter-spacing: 0.05em;
  line-height: 1.67;
  margin-top: 1.5rem;
}

.p-top-research__right {
  flex: 1;
  margin-left: 6.7%;
}

.p-top-research__award {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.p-top-research__laurel {
  text-align: center;
}

.p-top-research__desc {
  margin-top: 3.8rem;
}

.p-top-research__cta {
  margin-top: 4.6rem;
  text-align: right;
}

.p-top__title-en {
  color: #af6026;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.p-top__title-jp {
  color: #1f305a;
  font-family: "FOT-筑紫明朝 Pr6N RB", "源ノ明朝", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.67;
}

.p-top__title--white {
  color: #fff;
}

.p-top-staff {
  padding: 11.8rem 0 13rem;
}

.p-top-staff__inner {
  display: flex;
  gap: 7rem;
}

.p-top-staff__img {
  margin: 0 0 0 calc(50% - 50vw);
  width: calc(50vw + 5.8%);
}

.p-top-staff__img img {
  height: auto;
  width: 100%;
}

.p-top-staff__body {
  flex: 1;
}

.p-top-staff__text {
  margin-top: 4.4rem;
}

.p-top-staff__btn {
  margin-top: 4.8rem;
  text-align: right;
}

.p-top-private {
  background-image: url("../images/top/private-back.webp");
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 7.6rem 0 8rem;
  position: relative;
}

.p-top-private__title {
  color: #fff;
}

.p-top-private__text {
  margin-top: 3.6rem;
}

.p-top-private__btn {
  margin-top: 4.6rem;
}

.p-top-menu {
  margin-top: 11.8rem;
}

.p-top-menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 3.8%;
  justify-content: center;
  margin-top: 3.4rem;
}

.p-top-menu__link {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: 0.3s;
}

.p-top-menu__link:hover {
  opacity: 0.8;
}
.p-top-menu__link:hover .p-top-menu__img img {
  transform: scale(1.05);
}

.p-top-menu__img {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.p-top-menu__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}

.p-top-menu__label {
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 1.3rem;
  white-space: nowrap;
}

.p-top-blog {
  padding: 11.9rem 0 12rem;
}

.p-top-blog__list {
  display: grid;
  gap: 8.3rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.6rem;
}
.p-top-blog__link {
  transition: 0.3s;
}
.p-top-blog__link:hover {
  opacity: 0.8;
}
.p-top-blog__link:hover .p-top-blog__img img {
  transform: scale(1.05);
}

.p-top-blog__img {
  aspect-ratio: 29/18;
  overflow: hidden;
  position: relative;
}

.p-top-blog__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s;
}

.p-top-blog__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-top: 0.5rem;
}

.p-top-blog__cat-link {
  background-color: #7c6453;
  color: #fff;
  font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  padding: 0.5rem 1rem;
}

.p-top-blog__item-title {
  font-size: 1.2rem;
  line-height: 1.67;
  margin-top: 0.8rem;
  padding: 0 0.4em;
}

.p-top-blog__btn {
  margin-top: 2rem;
  text-align: right;
}

.p-top-gallery {
  margin-top: 15rem;
}

.p-top-gallery__slide {
  padding: 0 0.5rem;
}

.p-top-news {
  background-color: #f8f4ef;
  padding: 7.8rem 0 10rem;
}
.p-top-news__inner {
  margin-inline: auto;
  max-width: 80rem;
  width: 90%;
}

.p-top-news__list {
  margin-top: 4.4rem;
}

.p-top-news__item {
  border-top: 1px solid #b9babf;
}
.p-top-news__item:last-child {
  border-bottom: 1px solid #b9babf;
}

.p-top-news__link {
  align-items: flex-start;
  display: flex;
  gap: 2rem;
  padding: 1.6rem 1.8rem;
  transition: 0.3s;
}
.p-top-news__link:hover {
  opacity: 0.8;
}

.p-top-news__date {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  width: 10.5rem;
}

.p-top-news__text {
  flex: 1;
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  line-height: 1.85;
  padding-right: 3rem;
  position: relative;
}
.p-top-news__text::before {
  aspect-ratio: 1/1;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.2rem;
  -webkit-mask: url(../images/common/img_arrow.svg) no-repeat top center/contain;
  background-color: #1f305a;
  mask: url(../images/common/img_arrow.svg) no-repeat top center/contain;
  z-index: 1;
}

.p-top-news__btn {
  margin-top: 4.2rem;
  text-align: center;
}

.p-top-gmap {
  margin: 8rem auto 5.3rem;
  width: 100%;
}
.p-top-gmap .p-top-gmap__address {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 5.3rem;
}
.p-top-gmap .p-top-gmap__address address {
  font-style: normal;
}
.p-top-gmap .p-top-gmap__address address a {
  align-items: center;
  border-bottom: 1px solid #af6026;
  color: #af6026;
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 1rem 1rem 0 2rem;
  position: relative;
}
.p-top-gmap .p-top-gmap__address address a span {
  align-items: center;
  aspect-ratio: 1/1;
  border: 1px solid #af6026;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  left: -2rem;
  margin-right: 0.5em;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  width: 1.8rem;
}
.p-top-gmap .p-top-gmap__address address a span::before {
  aspect-ratio: 1/1;
  content: "";
  left: 43%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  -webkit-mask: url("../images/common/btn_arrow.svg") no-repeat center/contain;
  background: #af6026;
  mask: url("../images/common/btn_arrow.svg") no-repeat center/contain;
  transition: 0.3s;
}
.p-top-gmap .p-top-gmap__address .p-top-gmap__tel {
  align-items: center;
  display: flex;
  margin-top: 1.2rem;
}
.p-top-gmap .p-top-gmap__address .p-top-gmap__tel p {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-top: 0.4em;
}
.p-top-gmap .p-top-gmap__address .p-top-gmap__tel a {
  font-size: 2rem;
  font-weight: 500;
  margin-left: 1em;
}
.p-top-gmap .p-top-gmap__address .p-top-gmap__tel a span {
  font-size: 1.5rem;
  font-weight: 500;
  margin-right: 0.5em;
}
.p-top-gmap iframe {
  aspect-ratio: 1226/508;
  width: 100%;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-tpolicy-flow {
  margin-top: 12.4rem;
}

.p-tpolicy-message {
  padding: 11.8rem 0 15rem;
}

.p-tpolicy-message__inner {
  margin: 0 auto;
  max-width: 70rem;
  width: 80%;
}

.p-tpolicy-message__title {
  color: #1f305a;
  font-family: "FOT-筑紫明朝 Pr6N RB", "源ノ明朝", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.67;
}

.p-tpolicy-message__text {
  margin-top: 6.3rem;
}

.p-tpolicy-message__slider {
  margin-top: 13rem;
}

.p-tpolicy-message__slide {
  padding: 0 0.5rem;
}

.p-tpolicy-message__slider img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.u-db {
  display: block;
}

.u-dn {
  display: none;
}

.u-mask--c-black {
  filter: brightness(0);
}

.u-mask--c-white {
  filter: brightness(0) invert(1);
}

.u-con--sm {
  margin: 0 auto;
  max-width: var(--content_width-sm);
  padding-inline: 2rem;
}

.u-con--md {
  margin: 0 auto;
  max-width: var(--content_width);
  padding-inline: 2rem;
}

.u-con--lg {
  margin: 0 auto;
  max-width: 90%;
}

.u-c-white {
  color: #fff;
}

.u-c--b-white {
  color: #fff;
}

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

.u-z1 {
  z-index: 1;
}

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

.u-z3 {
  z-index: 3;
}

.u-z10 {
  z-index: 10;
}

.u-z50 {
  z-index: 50;
}

.u-z100 {
  z-index: 100;
}

.u-z999 {
  z-index: 999;
}

@media screen and (min-width: 1500px){
  .p-top-staff__img {
    margin-left: -14rem;
    width: 82rem;
  }
}

@media not all and (max-width: 1250px){
  html {
    font-size: 62.5%;
  }
  .l-drawer__copyright {
    bottom: 2.6vh;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
  }
  .l-header-navi.is-color {
    backdrop-filter: blur(2px) brightness(1.05) saturate(0.53);
    background-color: rgba(255, 255, 255, 0.56);
    box-shadow: inset 0 0 4px rgb(255, 255, 255);
    -webkit-backdrop-filter: blur(2px) brightness(1.05) saturate(0.53);
    color: #212631 !important;
  }
  .l-header__burger {
    position: absolute;
    right: 4rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .u-mxl {
    display: none;
  }
}

@media screen and (max-width: 1250px){
  .l-drawer__panel {
    display: block;
    position: relative;
  }
  .l-drawer__body {
    flex-direction: column-reverse;
    padding: 9.5rem 3rem 0 4rem;
  }
  .l-drawer__left {
    margin-top: 7rem;
  }
  .l-drawer__right {
    justify-content: center;
    margin: 0;
    padding-top: 0;
  }
  .l-drawer__copyright {
    margin-top: 5.75rem;
  }
  .l-footer__grid {
    flex-direction: column;
    margin: 0 auto;
    max-width: 60rem;
  }
  .l-footer__logo {
    margin: 0 auto;
    width: 19rem;
  }
  .l-footer__info {
    font-size: 1.3rem;
    margin-bottom: 6rem;
    margin-top: 7.5rem;
  }
  .l-footer__info address {
    margin-top: 3rem;
  }
  .l-footer__info address a {
    margin-top: 0;
  }
  .l-footer__tel {
    margin-top: 0;
  }
  .l-footer__hours {
    padding: 0 0.5rem;
    width: 100%;
  }
  .l-footer__table {
    border-top: 1px solid #e3e3e3;
  }
  .l-footer__table thead tr th:not(:first-child) {
    font-size: 1.3rem;
  }
  .l-footer__table thead tr th,
  .l-footer__table thead tr td {
    padding-right: 4%;
  }
  .l-footer__table th,
  .l-footer__table td {
    padding: 0.8rem 0.5rem;
  }
  .l-footer__table th {
    font-size: 1.2rem;
  }
  .l-footer__note {
    font-size: 1.3rem;
    line-height: 2.1;
    margin-top: 0.8rem;
  }
  .l-footer__side {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 2.8rem auto 0;
    width: 100%;
  }
  .l-footer__bnr {
    margin: 0 auto;
    width: 19rem;
  }
  .l-footer__bnr:first-child {
    width: 19rem;
  }
  .l-footer__bnr:not(:first-child) {
    margin-top: 1.4rem;
  }
  .l-footer__copy {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    margin-top: 8rem;
  }
  .l-header__inner {
    padding-inline: 2rem;
  }
  .l-header-navi {
    padding: 0;
    right: 2rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .l-header-navi.is-fixed {
    right: 2rem;
    top: 4rem;
  }
  .l-header-navi__list {
    display: none;
  }
  .l-header__burgerline {
    height: 1px;
  }
  .p-aboutus-quality__inner {
    width: 50%;
  }
  .u-xl {
    display: none;
  }
}

@media not all and (max-width: 927px){
  .l-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .p-top-staff__body {
    padding-right: 3rem;
  }
  .u-st {
    display: none !important;
  }
  .u-tab {
    display: none;
  }
}

@media screen and (max-width: 927px){
  :root {
    --content_width: 750px;
  }
  html {
    font-size: 54%;
  }
  .l-intro__grid {
    gap: 4.3rem;
  }
  .l-intro__img {
    width: 40%;
  }
  .l-lists__grid {
    gap: 4.7rem;
  }
  .l-lists-table {
    overflow-x: auto;
  }
  .l-main--404 .l-main__inner, .l-main--error .l-main__inner {
    padding: 80px 15px;
  }
  .l-main--404 .c-btn, .l-main--error .c-btn {
    margin-top: 30px;
  }
  .p-access__route {
    flex-direction: column;
    gap: 4rem;
  }
  .p-access__route-sec {
    margin-top: 3.4rem;
  }
  .p-access__route-sec + .p-access__route-sec {
    margin-top: 0;
  }
  .p-pc-problem__list {
    gap: 1.4rem;
  }
  .p-pc-about__grid {
    gap: 4.3rem;
  }
  .p-pc-about__media {
    width: 40%;
  }
  .p-staff-card {
    gap: 3.5rem;
  }
  .p-staff-card__media {
    max-width: 38rem;
  }
  .p-top-intro__media {
    width: 55%;
  }
  .p-top-research__panel {
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    width: 80%;
  }
  .p-top-research__figure {
    margin: 4rem auto 0;
    width: 70%;
  }
  .p-top-research__left {
    width: 46%;
  }
  .p-top-staff__img {
    width: 45vw;
  }
  .p-top-blog__list {
    gap: 4rem;
  }
  .u-pc {
    display: none;
  }
}

@media screen and (max-width: 767px){
  .pc-only-inline {
    display: none;
  }
  .sp-only-inline {
    display: inline;
  }
}

@media not all and (max-width: 666px){
  a[href^="tel:"] {
    pointer-events: none;
  }
  .l-drawer__sub-item:not(:first-child) {
    margin-top: 0.6rem;
  }
  .l-intro__grid--rev {
    flex-direction: row-reverse;
  }
  .l-intro-list--4column {
    gap: 4.3%;
    grid-template-columns: repeat(4, 1fr);
  }
  .l-intro-list--5column {
    gap: 3%;
    grid-template-columns: repeat(5, 1fr);
  }
  .l-intro__catch::before {
    background: linear-gradient(135deg, #faf7f7, #f4ede8);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
  }
  .l-lists__stl span {
    left: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .l-lists__grid--rev {
    flex-direction: row-reverse;
  }
  .l-lists__box--half {
    width: 50%;
  }
  .l-lists__box--half .l-lists__cols {
    width: 100%;
  }
  .l-lists-table__inner {
    min-width: 104.2rem;
  }
  .c-aside__widget-title {
    font-family: "Jost", "Century Gothic", "CenturyGothic", Century Gothic, CenturyGothic, "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  }
  .c-card:has(.c-card__subtitle) {
    padding: 6.2rem 3.6rem 3.9rem 7rem;
  }
  .c-card:has(.c-card__subtitle) .c-card__read {
    margin-left: 6.5rem;
  }
  .c-card:has(.c-card__subtitle) .c-card__btn {
    margin-top: 3.5rem;
  }
  .c-card--sm {
    margin-inline: auto;
    padding: 4.7rem 5rem 4.8rem 4.8rem;
    width: 96%;
  }
  .c-card--sm .c-card__read {
    max-width: 75%;
  }
  .c-card--sm .c-card__btn {
    margin-top: 3.5rem;
  }
  .c-card--end {
    align-items: end;
  }
  .c-card--end .c-card__btn {
    margin-right: 3.2rem;
    margin-top: 0;
  }
  .c-card__subtitle {
    margin-top: -1.4em;
  }
  .c-card__read {
    flex: 1;
    margin-left: 6.5rem;
    max-width: 66%;
    min-width: 34em;
  }
  .c-title-md--center {
    text-align: center;
  }
  .c-title-sm--center {
    text-align: center;
  }
  .p-aboutus-quality__btn {
    bottom: -4.3rem;
    position: absolute;
    right: 0;
  }
  .p-case__cards:not(:first-child) {
    margin-top: 3.3rem;
  }
  .p-case-detail__main .c-title-sm {
    font-size: 2.2rem;
  }
  .p-contact__label {
    text-align: center;
    width: 6.5em;
  }
  .p-contact__field {
    width: 77.5%;
  }
  .p-contact__field--short {
    width: 43%;
  }
  .p-news-detail__nav-item {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 35%;
  }
  .p-top__title--center {
    text-align: center;
  }
  .p-top-private__inner {
    text-align: center;
  }
  .p-top-menu__item {
    width: 16.96%;
  }
  .u-sp {
    display: none !important;
  }
}

@media screen and (max-width: 666px){
  :root {
    --header_height: 9.2rem;
  }
  html {
    font-size: min(2.5641025641vw, 10px);
  }
  .l-about__grid {
    flex-direction: column;
    gap: 3.5rem;
    padding: 0;
  }
  .l-about__grid:not(:first-child) {
    margin-top: 2.6rem;
  }
  .l-about__item {
    width: 100%;
  }
  .l-about__body {
    margin-top: 2rem;
  }
  .l-about__text {
    margin-top: 1.1rem;
  }
  .l-about__btn {
    margin-top: 3.5rem;
  }
  .l-about-row {
    align-items: start;
    flex-direction: column;
  }
  .l-about-row__media {
    aspect-ratio: 1/0.4;
    overflow: hidden;
  }
  .l-about-row__media img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1.35);
  }
  .l-bottom__box {
    padding: 4rem 2rem;
    width: 100%;
  }
  .l-bottom__card {
    margin-top: 8rem;
  }
  .l-drawer__panel {
    padding: 0 0 3rem;
  }
  .l-drawer__left {
    align-items: start;
  }
  .l-drawer__logo {
    width: 26.57rem;
  }
  .l-drawer__head {
    margin-top: 2.6rem;
    text-align: left;
  }
  .l-drawer__addr {
    font-size: 1.2rem;
    margin-top: 0.4em;
  }
  .l-drawer__addr span {
    margin-right: 1.7em;
  }
  .l-drawer__hours {
    display: none;
  }
  .l-drawer__note {
    display: none;
  }
  .l-drawer__btns {
    gap: 1.8rem;
    margin-top: 2.8rem;
  }
  .l-drawer__btn {
    letter-spacing: 0.1em;
  }
  .l-drawer__btn-contact .c-btn__link {
    font-size: 1.5rem;
    padding-right: 3rem;
  }
  .l-drawer__right {
    flex-direction: column;
  }
  .l-drawer__item:not(:first-child) {
    margin-top: 1.8rem;
  }
  .l-drawer__link {
    font-size: 1.6rem;
    padding: 0.2em 0;
  }
  .l-drawer__link span {
    padding-bottom: 0.3em;
  }
  .l-drawer__sub-list {
    border-left: 1px solid #ffceaa;
    display: grid;
    gap: 2.6rem 1rem;
    grid-template-columns: repeat(2, 1fr);
    margin-left: 0;
    margin-top: 3rem;
    padding-left: 1.4rem;
  }
  .l-drawer__sub-item {
    line-height: 1;
  }
  .l-drawer__sub-link {
    font-size: 1.3rem;
    padding: 0;
  }
  .l-footer {
    margin-bottom: 5.769rem;
  }
  .l-header__logo {
    width: 23.4rem;
  }
  .l-intro {
    padding-top: 5rem;
  }
  .l-intro__grid {
    flex-direction: column;
    margin-top: 5.5rem;
  }
  .l-intro__img {
    width: 100%;
  }
  .l-intro__body h2.c-title-sm {
    font-size: 2.2rem;
    letter-spacing: 0.075em;
    line-height: 2;
  }
  .l-intro__text {
    margin-top: 2rem;
  }
  .l-intro__box {
    margin-top: 6.2rem;
    padding: 3.4rem 2.6rem 3.1rem;
  }
  .l-intro__box-title {
    font-size: 2.2rem;
    padding-bottom: 0;
    text-align: left;
  }
  .l-intro__box-title::before {
    display: none;
  }
  .l-intro__box-list {
    line-height: 1.87;
    margin-top: 1.4rem;
  }
  .l-intro__box-item:not(:first-child) {
    margin-top: 0;
  }
  .l-intro-items {
    margin-top: 8rem;
  }
  .l-intro-list {
    margin: 3rem 0 0 0;
  }
  .l-intro-items__item {
    display: flex;
    gap: 2rem;
  }
  .l-intro-items__item:not(:first-child) {
    margin-top: 2.7rem;
  }
  .l-intro-items__media {
    width: 40%;
  }
  .l-intro-items__read {
    flex: 1;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0;
  }
  .l-intro__catch {
    background: linear-gradient(135deg, #faf7f7, #f4ede8);
    margin-top: 7.5rem;
    padding: 4rem 3.5rem;
  }
  .l-intro__catch-box {
    text-align: left;
  }
  .l-lists__item:not(:first-child) {
    margin-top: 9.2rem;
  }
  .l-lists__body {
    margin-top: 2.2rem;
  }
  .l-lists__stl {
    font-size: 2rem;
    line-height: 1.75;
  }
  .l-lists__stl::before {
    height: 80%;
    top: 52%;
  }
  .l-lists__stl + .l-lists__lead {
    margin-bottom: 0;
    margin-top: 2.2rem;
  }
  .l-lists__stl:has(span) + .l-lists__lead {
    margin-top: 7rem !important;
  }
  .l-lists__stl span {
    bottom: -5.2rem;
    font-size: 1.5rem;
    left: 0;
    margin: 1rem 0 0;
    padding: 0.4rem 1.5rem;
    position: absolute;
  }
  .l-lists__grid {
    flex-direction: column;
    gap: 1rem;
  }
  .l-lists__box {
    flex-direction: column;
    padding: 2.4rem 1.4rem;
  }
  .l-lists__box:not(:first-child) {
    margin-top: 5rem;
    padding: 2.5rem 1.8rem;
  }
  .l-lists__cols {
    padding: 0;
    width: 100%;
  }
  .l-lists__cols:nth-child(2) {
    border: none;
    border-top: 1px solid #b9babf;
    margin-top: 2.2rem;
    padding: 2rem 0 0;
  }
  .l-lists__col:not(:first-child) {
    margin-top: 1.5rem;
  }
  .l-lists__list {
    margin-top: 0;
    padding: 0 0.6em;
  }
  .l-lists__list li {
    letter-spacing: 0.05em;
  }
  .l-lists__list li:not(:first-child) {
    margin-top: 0.2em;
  }
  .l-lists__cols dl {
    flex-direction: column;
    gap: 0.3rem;
  }
  .l-lists__cols dl:not(:first-child) {
    margin-top: 1.2rem;
  }
  .l-lists__cols dt {
    width: 100%;
  }
  .l-lists__cols dd {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding-left: 0.7em;
  }
  .l-lists__ba {
    gap: 3.7rem;
    grid-template-columns: none;
    margin-top: 5rem;
    padding: 0;
  }
  .l-lists__ba + .l-lists__grid {
    gap: 5rem;
    margin-top: 9rem;
  }
  .l-lists__ba-item:not(:first-child)::before {
    display: none;
  }
  .l-lists__ba-item figcaption {
    margin-top: 1.2rem;
  }
  .l-lists-box {
    flex-direction: column-reverse;
    gap: 4rem;
    margin-top: 2.5rem;
    padding: 3rem 2rem;
  }
  .l-lists-box__lead {
    margin-top: 2.6rem;
  }
  .l-lists-table__inner {
    margin-top: 4rem;
  }
  .l-lists-table table {
    margin-top: 3rem;
  }
  .l-lists-table tbody th {
    left: 0;
    position: sticky;
  }
  .l-lists__note {
    font-size: 1.6rem;
    margin-top: 5rem;
  }
  p {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.87;
  }
  .l-main--404 h1, .l-main--error h1 {
    width: 80%;
  }
  .l-main--404 .error-text, .l-main--error .error-text {
    font-size: 1.5rem;
  }
  .l-main--404 .error-link, .l-main--error .error-link {
    font-size: 1.5rem;
  }
  .l-steps__inner {
    padding: 4rem 2.5rem 6rem;
  }
  .l-steps__steps {
    margin-top: 3.4rem;
    padding: 0;
  }
  .l-steps__step {
    flex-direction: column;
  }
  .l-steps__step:not(:first-child) {
    margin-top: 4.2rem;
  }
  .l-steps__step-label {
    left: 0;
    position: absolute;
    top: 0.5em;
  }
  .l-steps__body {
    margin: 0;
  }
  .l-steps__body .c-title-sm {
    font-size: 1.8rem;
    padding-left: 4.2em;
  }
  .l-steps__text {
    margin-top: 1.5rem;
  }
  .l-steps__btn {
    margin-top: 1.6rem;
  }
  .l-steps__btn a {
    text-align: left;
  }
  .c-aside {
    margin: 0 0 4rem;
  }
  .c-aside:not(:first-child) {
    margin-top: 2.7rem;
  }
  .c-aside .c-title-sm {
    font-size: 2rem;
  }
  .c-aside__wrap {
    display: none;
    margin-top: 3rem;
    padding-bottom: 1.5rem;
  }
  .c-aside__widget:not(:first-child) {
    margin-top: 0rem;
  }
  .c-aside__widget-title {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
    padding-bottom: 0;
  }
  .c-aside__widget-title::before {
    display: none;
  }
  .c-aside__popular {
    display: grid;
    gap: 1.6rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-aside__popular-item:not(:first-child) {
    margin: 0;
  }
  .c-aside__popular-item:nth-child(3n) {
    display: none;
  }
  .c-aside__popular-text {
    font-size: 1.4rem;
    margin-top: 1rem;
    -webkit-line-clamp: 1;
  }
  .c-aside__popular-time {
    display: block;
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
  .c-author__wrap {
    gap: 2.5rem;
    grid-template-columns: none;
    padding: 3rem 2.5rem 2.6rem;
  }
  .c-author__list {
    margin-top: 1.5rem;
  }
  .c-author__list-item {
    font-size: 1.4rem;
    letter-spacing: 0.075em;
    line-height: 2;
  }
  .c-card {
    flex-direction: column;
    justify-content: start;
    padding: 3.7rem 3.5rem 2.9rem;
  }
  .c-card + .c-card {
    margin-top: 3rem;
  }
  .c-card__read {
    margin-top: 1.4rem;
  }
  .c-card__text {
    padding: 0;
  }
  .c-card__btn {
    margin-top: 2.4rem;
    white-space: nowrap;
  }
  .c-flow {
    padding: 8.9rem 0 9.8rem;
  }
  .c-flow__title {
    font-size: 2.2rem;
  }
  .c-flow__list {
    margin-top: 2.9rem;
    padding: 0;
  }
  .c-flow__item {
    flex-direction: column;
    gap: 2rem;
  }
  .c-flow__item:not(:first-child) {
    margin-top: 6.3rem;
  }
  .c-flow__media {
    width: 100%;
  }
  .c-flow__step {
    font-size: 1.8rem;
  }
  .c-flow__text {
    margin-top: 1rem;
  }
  .c-flow__text dl {
    margin-top: 3rem;
  }
  .c-flow__text dl dt {
    font-size: 1.74rem;
  }
  .c-flow__text dl dd {
    margin-top: 1.6rem;
  }
  .c-flow__more {
    margin-top: 3.5rem;
  }
  .c-other__related {
    margin-top: 9.6rem;
    padding: 1.8rem 1.5rem 2rem;
  }
  .c-other__related-list {
    gap: 1.5rem;
    margin-top: 1.8rem;
  }
  .c-other__related-item {
    width: calc(50% - 0.75rem);
  }
  .c-other__related-item:nth-child(3) {
    display: none;
  }
  .c-post {
    font-size: 1.4rem;
    line-height: 2;
  }
  .c-post h1 {
    font-size: 2rem;
  }
  .c-title__jp {
    font-size: 2.6rem;
  }
  .c-title__en {
    line-height: 1.5;
  }
  .c-title-md {
    font-size: 2rem;
    letter-spacing: 0.075em;
  }
  .c-title-sm {
    font-size: 2.2rem;
    line-height: 1.59;
  }
  .p-aboutus-band {
    margin-top: 8.6rem;
  }
  .p-aboutus-band__inner {
    height: 58.7rem;
    padding: 5.8rem 2rem;
  }
  .p-aboutus-band__inner::before {
    background: url(../images/aboutus/lead_back_sp.webp) no-repeat center center/cover;
  }
  .p-aboutus-band__title {
    font-size: 2rem;
    line-height: 1.8;
  }
  .p-aboutus-band__text {
    margin-top: 2.2rem;
  }
  .p-aboutus-band__text p {
    line-height: 1.9;
  }
  .p-aboutus-band__text p + p {
    margin-top: 0.4em;
  }
  .p-aboutus-feature {
    padding: 10rem 0 9.5rem;
  }
  .p-aboutus-feature__row {
    flex-direction: column;
    padding-left: 3rem;
    position: relative;
  }
  .p-aboutus-feature__row:not(:first-child) {
    margin-top: 6.5rem;
  }
  .p-aboutus-feature__side {
    font-size: 1.4rem;
    left: 0;
    position: absolute;
    top: 0;
  }
  .p-aboutus-feature__img {
    margin: 0;
    width: 100%;
  }
  .p-aboutus-feature__body {
    margin: 2rem 0 0;
  }
  .p-aboutus-feature__title {
    font-size: 1.8rem;
  }
  .p-aboutus-feature__text {
    margin-top: 1rem;
  }
  .p-aboutus-feature__text p {
    font-size: 1.4rem;
    letter-spacing: 0.075em;
  }
  .p-aboutus-feature__box {
    margin-top: 3.2rem;
  }
  .p-aboutus-feature__wrap:not(:first-child) {
    margin-top: 3.5rem;
  }
  .p-aboutus-feature__subtitle {
    font-size: 1.7rem;
  }
  .p-aboutus-feature__subtext {
    margin-top: 1em;
  }
  .p-aboutus-feature__subtext p:not(:first-child) {
    margin-top: 0;
  }
  .p-aboutus-quality {
    padding: 9.8rem 0 52.4rem;
  }
  .p-aboutus-quality__inner {
    padding-inline: 4rem;
    width: 100%;
  }
  .p-aboutus-quality__wrap:not(:first-child) {
    margin-top: 5.5rem;
  }
  .p-aboutus-quality__wrap:nth-child(2) {
    margin-top: 30rem;
  }
  .p-aboutus-quality__title {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    line-height: 1.78;
  }
  .p-aboutus-quality__text {
    margin-top: 3.2rem;
  }
  .p-aboutus-quality__text p {
    font-size: 1.5rem;
    line-height: 1.87;
  }
  .p-aboutus-quality__btn {
    margin-top: 2.6rem;
  }
  .p-aboutus-quality__images img:nth-child(1) {
    top: 31.4%;
    width: 18.4rem;
  }
  .p-aboutus-quality__images img:nth-child(2) {
    top: 27%;
    width: 15.4rem;
  }
  .p-aboutus-quality__images img:nth-child(3) {
    bottom: 5.7%;
    right: 0;
    top: auto;
    width: 12.9rem;
  }
  .p-aboutus-quality__images img:nth-child(4) {
    bottom: 12%;
    left: 0;
    top: auto;
    width: 14.4rem;
  }
  .p-aboutus-quality__images img:nth-child(5) {
    bottom: 16.4%;
    right: 2rem;
    top: auto;
    width: 18.5rem;
  }
  .p-access {
    padding: 5rem 0 12rem;
  }
  .p-access__lead {
    gap: 2.8rem;
    grid-template-columns: none;
    margin-top: 5.8rem;
  }
  .p-access__route-list {
    letter-spacing: 0.05em;
    margin-top: 2rem;
  }
  .p-access__route-list li:not(:first-child) {
    margin-top: 1.4rem;
  }
  .p-access__mapblk {
    margin-top: 7.5rem;
  }
  .p-access__map {
    aspect-ratio: 32/25;
  }
  .p-access__walk {
    margin-top: 10rem;
  }
  .p-access__steps {
    gap: 2.4rem;
    grid-template-columns: none;
    margin-top: 2.2rem;
  }
  .p-access__step {
    display: flex;
    gap: 2rem;
  }
  .p-access__step-fig {
    width: 43%;
  }
  .p-access__step-cap {
    flex: 1;
    line-height: 2;
    margin: 0;
  }
  .p-blog {
    padding: 5rem 0 12rem;
  }
  .p-blog__grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 0.5rem;
    margin-top: 3.7rem;
  }
  .p-blog__relation {
    margin-bottom: 6rem;
    order: 1;
  }
  .p-blog__widget {
    order: 2;
  }
  .p-blog__link {
    gap: 1.5rem;
    padding: 3.5rem 0;
  }
  .p-blog__thumb {
    width: 43%;
  }
  .p-blog__item-title {
    font-size: 1.6rem;
  }
  .p-blog__meta {
    align-items: start;
    flex-direction: column;
    font-size: 1.3rem;
  }
  .p-blog__cats {
    margin: 0.7rem 0 0;
  }
  .p-blog__cat {
    font-size: 0.8rem;
  }
  .p-blog__excerpt {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 0.6em;
    -webkit-line-clamp: 2;
  }
  .p-blog__category,
  .p-blog__archive {
    max-width: 100%;
  }
  .p-blog__category-button,
  .p-blog__archive-button {
    height: 5.5rem;
  }
  .p-blog-detail {
    padding: 5rem 0 12rem;
  }
  .p-blog-detail__grid {
    grid-template-columns: none;
    margin-top: 5.5rem;
  }
  .p-blog-detail__toc {
    padding: 2rem 3rem 3rem;
    width: 100%;
  }
  .p-blog-detail__toc p {
    font-size: 2rem;
  }
  .p-case {
    padding: 5rem 0 13rem;
  }
  .p-cases__side {
    margin-bottom: 3rem;
  }
  .p-case__grid {
    grid-template-columns: none;
    margin-top: 6.3rem;
  }
  .p-case__grid .c-title-sm {
    font-size: 2rem;
  }
  .p-case__cards {
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4.2rem;
  }
  .p-case-detail {
    padding: 5rem 0 12rem;
  }
  .p-case-detail__grid {
    gap: 3rem;
    grid-template-columns: none;
    margin-top: 5rem;
  }
  .p-case-detail__grid .c-title-sm {
    font-size: 2rem;
  }
  .p-case-detail__post-title {
    font-size: 2rem;
  }
  .p-case-detail__kv {
    margin-top: 2.8rem;
  }
  .p-case-detail__kv-list {
    display: flex;
    flex-direction: column;
    gap: 7.55rem;
  }
  .p-case-detail__kv-item:not(:first-child)::before {
    left: 50%;
    top: -5.4rem;
    transform: translate(-50%, 0) rotate(90deg);
    width: 2.8rem;
  }
  .p-case-detail__thumb-cap {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
  .p-case-detail__profile {
    margin-top: 9.7rem;
  }
  .p-case-detail__profile-list {
    margin-top: 2.7rem;
  }
  .p-case-detail__profile-row {
    padding: 2rem 0 1.8rem;
  }
  .p-case-detail__profile-term {
    text-align: left;
    width: 5.8em;
  }
  .p-case-detail__profile-desc {
    margin: 0;
  }
  .p-case-detail__proscons {
    margin-top: 9.8rem;
  }
  .p-case-detail__proscons-box {
    margin-top: 3rem;
    padding: 2.5rem 1.5rem;
  }
  .p-case-detail__method {
    margin-top: 10rem;
  }
  .p-case-detail__steps {
    margin-top: 3rem;
  }
  .p-case-detail__step {
    align-items: start;
    flex-direction: column;
    gap: 1.5rem;
  }
  .p-case-detail__step-thumb {
    aspect-ratio: 35/22;
    width: 100%;
  }
  .p-case-detail__author {
    margin-top: 6.2rem;
  }
  .p-contact {
    padding: 5rem 0 12rem;
  }
  .p-contact__body {
    margin-top: 5.5rem;
    padding: 0;
  }
  .p-contact__lead-text {
    margin-top: 2.4rem;
  }
  .p-contact__form {
    margin-top: 3.6rem;
    padding: 2rem 0 6rem;
  }
  .p-contact__row {
    gap: 0rem;
    grid-template-columns: none;
  }
  .p-contact__row:not(:first-child) {
    margin-top: 2rem;
  }
  .p-contact__label {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .p-contact__field--short {
    width: 90%;
  }
  .p-contact__field input,
  .p-contact__field textarea {
    padding: 0.3rem;
  }
  .p-contact__submit {
    margin-top: 5.8rem;
    text-align: right;
  }
  .p-contact-thanks__body {
    margin-top: 6rem;
  }
  .p-contact-thanks__text {
    margin-top: 2.5rem;
    width: 100%;
  }
  .p-contact-thanks__text p {
    font-size: 1.4rem;
  }
  .p-contact-thanks__btn {
    margin-top: 5.8rem;
  }
  .p-ps-lists {
    padding: 6rem 0 12rem;
  }
  .p-ps-card {
    margin-top: 6rem;
  }
  .p-ct-about {
    margin-top: 12rem;
  }
  .p-ct-endodontics {
    margin-top: 10rem;
  }
  .p-ct-endodontics__panel {
    padding: 3.8rem 2.5rem;
    width: 100%;
  }
  .p-ct-endodontics__title {
    line-height: 1.67;
  }
  .p-ct-endodontics__lead {
    line-height: 1.9;
  }
  .p-ct-endodontics__text {
    margin-top: 1.3rem;
  }
  .p-ct-endodontics__text p {
    letter-spacing: 0.05em;
  }
  .p-ct-endodontics__btn {
    margin-top: 1.5rem;
  }
  .p-ct-prevent {
    margin-top: 7.4rem;
  }
  .p-ct-prevent__lead {
    font-size: 1.8rem;
    line-height: 1.94;
  }
  .p-ct-prevent__lead::before {
    top: 10.5rem;
  }
  .p-ct-prevent__cards {
    margin-top: 10.4rem;
  }
  .p-ct-prevent__card:nth-child(1) .c-btn-sm__link {
    font-size: 1.6rem;
    letter-spacing: 0em;
  }
  .p-ct-prevent__card:nth-child(2) .c-card__title {
    font-size: 2rem;
  }
  .p-ct-prevent__card:nth-child(2) .c-card__head,
  .p-ct-prevent__card:nth-child(2) .c-card__text {
    padding: 0;
  }
  .p-ct-prevent__card:nth-child(2) .c-card__read {
    margin-top: 2.5rem;
  }
  .p-wh-prevent__card .c-card__title {
    font-size: 2rem;
  }
  .p-ct-cases {
    padding: 15.8rem 0 12rem;
  }
  .p-ct-cases__list {
    gap: 1.5rem 2rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3rem;
  }
  .p-ct-cases__text {
    letter-spacing: 0.05em;
    margin-top: 0.5rem;
  }
  .p-ct-cases__more {
    margin-top: 3.5rem;
  }
  .p-pc-problem {
    margin-top: 5rem;
    padding: 4rem 1.5rem;
  }
  .p-pc-problem__inner h2.c-title-sm {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .p-pc-problem__body {
    margin-top: 3rem;
  }
  .p-pc-problem__list {
    background: #fff;
    grid-template-columns: none;
    justify-content: center;
    padding: 1.7rem;
  }
  .p-pc-problem__item {
    background-color: transparent;
    font-size: 1.6rem;
    padding: 0 0 0 4rem;
    text-align: left;
  }
  .p-pc-problem__item::before {
    left: 0;
  }
  .p-pc-problem__desc {
    margin-top: 2.8rem;
    text-align: left;
  }
  .p-pc-about {
    padding: 9.5rem 0 12rem;
  }
  .p-pc-about__grid {
    flex-direction: column;
    gap: 4.5rem;
  }
  .p-pc-about__media {
    width: 100%;
  }
  .p-pc-about__text {
    margin-top: 2rem;
  }
  .p-pc-about__text p {
    font-size: 1.5rem;
    line-height: 1.87;
  }
  .p-pc-treatment {
    margin-top: 10.5rem;
  }
  .p-rct {
    padding-bottom: 13rem;
  }
  .p-ad-lists {
    padding: 8rem 0 12rem;
  }
  .p-ad-lists .l-lists__ba {
    padding: 0 2rem;
  }
  .p-ad-card {
    margin-top: 8rem;
  }
  .p-wh-lists {
    padding: 8rem 0 12rem;
  }
  .p-de-lists {
    padding: 8rem 0 12rem;
  }
  .p-de-prevent__card {
    margin-top: 8rem;
  }
  .p-di-bottom {
    padding: 10rem 0 12rem;
  }
  .p-pdm-treatment.l-steps {
    margin-top: 6rem;
  }
  .p-pdm-lists {
    margin-top: 8rem;
  }
  .p-pdm-bottom {
    padding: 6rem 0 12rem;
  }
  .p-med {
    padding: 6rem 0 12rem;
  }
  .p-med__panel {
    margin-top: 6rem;
    padding: 4rem 2rem;
  }
  .p-med__cols {
    grid-template-columns: none;
  }
  .p-med__flow {
    margin-top: 8rem;
  }
  .p-med__flow-grid {
    grid-template-columns: none;
  }
  .p-med__flow-box:not(:first-child) {
    margin-top: 4rem;
  }
  .p-news {
    padding: 5rem 0 12rem;
  }
  .p-news__archive {
    top: 0;
  }
  .p-news__body {
    margin-top: 5.5rem;
    padding: 0;
  }
  .p-news__link {
    flex-direction: column;
    padding: 2rem 0;
  }
  .p-news__date {
    width: 100%;
  }
  .p-news__text {
    margin-top: 0.6rem;
    padding: 0;
  }
  .p-news__text::before {
    display: none;
  }
  .p-news-detail {
    padding: 5rem 0 13rem;
  }
  .p-news-detail__body {
    padding: 0;
  }
  .p-news-detail__nav-list {
    flex-direction: column;
    gap: 2rem;
  }
  .p-pp {
    padding: 5rem 0 13rem;
  }
  .p-staff {
    padding: 6rem 0 12rem;
  }
  .p-staff-cards {
    margin-top: 5.7rem;
  }
  .p-staff-card {
    flex-direction: column;
  }
  .p-staff-card:nth-child(2) {
    margin-top: 6.8rem;
  }
  .p-staff-card__media {
    margin: 0 auto;
    width: 72%;
  }
  .p-staff-card__caption {
    right: 1.5rem;
    top: 2.4rem;
  }
  .p-staff-card__role {
    letter-spacing: 0.3em;
    line-height: 1.25;
  }
  .p-staff-card__name {
    font-size: 2rem;
    margin: 0;
  }
  .p-staff-card__body {
    padding: 0;
  }
  .p-staff-card__grid {
    flex-direction: column;
    gap: 3rem;
    margin-top: 3rem;
  }
  .p-staff-card__text + .p-staff-card__list {
    margin-top: 3rem;
  }
  .p-staff-card__note {
    margin-top: 3.2rem;
  }
  .p-staff-group {
    margin-top: 7rem;
  }
  .p-staff-group__head {
    align-items: start;
    flex-direction: column;
  }
  .p-staff-group__text {
    margin: 1rem 0 0 0;
  }
  .p-staff-group__media {
    margin-top: 1.4rem;
  }
  .p-top-hero {
    aspect-ratio: 390/520;
    height: auto;
    overflow: hidden;
  }
  .p-top-hero .slick-dots {
    display: none !important;
  }
  .p-top-intro {
    padding: 6rem 0 8rem;
  }
  .p-top-intro__inner {
    flex-direction: column-reverse;
    gap: 7.7rem;
  }
  .p-top-intro__media {
    margin: 0;
    width: 100%;
  }
  .p-top-intro__text {
    margin-top: 2.2rem;
  }
  .p-top-research {
    padding-bottom: 7.3rem;
  }
  .p-top-research__panel {
    padding: 4rem 1.8rem;
    width: 100%;
  }
  .p-top-research__panel::before {
    margin: 0;
    width: 100%;
  }
  .p-top-research__title {
    line-height: 1.54;
  }
  .p-top-research__text {
    margin-top: 2.4rem;
  }
  .p-top-research__note {
    margin-top: 0.7rem;
  }
  .p-top-research__figure {
    margin-top: 5rem;
    width: 100%;
  }
  .p-top-research__bottom {
    flex-direction: column-reverse;
    margin-top: 6rem;
  }
  .p-top-research__left {
    margin-top: 2.5rem;
    width: 100%;
  }
  .p-top-research__stats {
    padding: 1.8rem 2.4rem 2.2rem 2.7rem;
  }
  .p-top-research__stat {
    padding: 0;
  }
  .p-top-research__stat--right {
    margin-top: 3.6rem;
  }
  .p-top-research__right {
    margin: 0;
  }
  .p-top-research__award {
    gap: 1.3rem;
  }
  .p-top-research__desc {
    margin-top: 3.5rem;
  }
  .p-top-research__cta {
    margin-top: 5.8rem;
  }
  .p-top__title {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-top__title-en {
    padding: 0;
  }
  .p-top__title-jp {
    font-size: 2.2rem;
    line-height: 1.54;
    margin-top: 0.7rem;
  }
  .p-top-staff {
    padding: 7.3rem 0 8.9rem;
  }
  .p-top-staff__inner {
    flex-direction: column;
    gap: 4.9rem;
  }
  .p-top-staff__img {
    margin: 0;
    width: 100%;
  }
  .p-top-staff__text {
    margin-top: 3.2rem;
  }
  .p-top-staff__btn {
    margin-top: 4.7rem;
  }
  .p-top-private {
    background-image: url("../images/top/private-back_sp.webp");
    padding: 6rem 0 7rem;
  }
  .p-top-private__text {
    margin-top: 2.6rem;
  }
  .p-top-private__btn {
    margin-top: 3.6rem;
    text-align: right;
  }
  .p-top-menu {
    margin-top: 7rem;
  }
  .p-top-menu__list {
    display: grid;
    gap: 1.9rem 8%;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2.5rem;
  }
  .p-top-menu__label {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  .p-top-blog {
    padding: 9.7rem 0 10.5rem;
  }
  .p-top-blog__list {
    margin-top: 2.5rem;
  }
  /* slick 読み込み済み前提 */
  .p-top-blog__list.slick-dotted {
    margin-bottom: 16px;
  }
  .p-top-blog__list .slick-dots {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 10px 0;
  }
  .p-top-blog__list .slick-dots li {
    height: auto;
    width: auto;
  }
  .p-top-blog__list .slick-dots button {
    background: #b9babf;
    border: 0;
    border-radius: 50%;
    font-size: 0;
    height: 10px;
    line-height: 0;
    padding: 0;
    width: 10px;
  }
  .p-top-blog__list .slick-dots .slick-active button {
    background: #50659a;
  }
  .p-top-blog__list.slick-initialized .slick-slide {
    margin: 0 10px; /* ← 好きな値に調整（例: 8px/12px） */
  }
  /* 外枠側の余白を相殺（左右にだけ負マージン） */
  .p-top-blog__list.slick-initialized .slick-list {
    margin: 0 -10px;
  }
  .p-top-blog__cats {
    margin-top: 0.7rem;
  }
  .p-top-blog__item-title {
    padding: 0;
  }
  .p-top-blog__btn {
    margin-top: 2.5rem;
  }
  .p-top-gallery {
    height: 24.2rem;
    margin-top: 9.8rem;
    overflow: hidden;
  }
  .p-top-news {
    padding: 5.8rem 0 7rem;
  }
  .p-top-news__list {
    margin-top: 2.6rem;
  }
  .p-top-news__link {
    flex-direction: column;
    gap: 0.6rem;
    padding: 1.8rem 0;
  }
  .p-top-news__text {
    width: 100%;
  }
  .p-top-news__btn {
    margin-top: 4rem;
    text-align: right;
  }
  .p-top-gmap {
    margin: 6rem auto 7.5rem;
  }
  .p-top-gmap iframe {
    aspect-ratio: 350/276;
  }
  .p-tpolicy-flow {
    margin-top: 8rem;
  }
  .p-tpolicy-message {
    padding: 9.7rem 0 13rem;
  }
  .p-tpolicy-message__title {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.78;
  }
  .p-tpolicy-message__text {
    margin-top: 4.3rem;
  }
  .p-tpolicy-message__slider {
    margin-top: 11.6rem;
  }
  .u-pt {
    display: none !important;
  }
  .u-tab {
    display: none !important;
  }
  .u-pb-wide {
    padding-bottom: 8rem;
  }
}

@media (hover: hover) and (pointer: fine){
  .l-main--404 .error-link::after, .l-main--error .error-link::after {
    transition: 0.5s;
    transition-property: left;
  }
  .l-main--404 .error-link:hover::after, .l-main--error .error-link:hover::after {
    left: 1rem;
  }
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}
/*# sourceMappingURL=maps/style.css.map */
