@charset "UTF-8";
.f-shippori-mincho--regular {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.f-shippori-mincho--medium {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.f-zen-kaku-gothic-antique--regular {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.f-zen-kaku-gothic-antique--medium {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.f-zen-kaku-gothic-antique--bold {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.f-contralto-big--light {
  font-family: contralto-big, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.f-contralto-big--regular {
  font-family: contralto-big, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.f-contralto-big--demiBold {
  font-family: contralto-big, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/*===============================
function
===============================*/
/*
padding・marginのvwへの変換
===============================*/
/*
文字サイズの可変
===============================*/
/*
letter-spacing（字間）の計算
===============================*/
/*
コンテンツの横幅指定
===============================*/
/*
スマホ時の横幅を全画面に
===============================*/
/*
formのリセット
===============================*/
/*===============================
base
===============================*/
@media screen and (max-width: 850px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 851px) {
  .sp {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.5px;
  font-feature-settings: "palt";
  color: #3b3637;
  height: 100%;
}
@media screen and (max-width: 850px) {
  body {
    font-size: 1.5rem;
  }
}

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

.wrapper {
  min-width: 1120px;
  overflow: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 850px) {
  .wrapper {
    min-width: 100%;
  }
}

a {
  transition: 0.3s;
}
a img {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  color: #d0bf8b;
}
@media screen and (max-width: 850px) {
  a:hover {
    opacity: 1;
  }
}
a:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 850px) {
  a:hover img {
    opacity: 1;
  }
}

/*===============================
style
===============================*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*===============================
l-header
===============================*/
.l-header_inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 20px;
}
@media screen and (max-width: 850px) {
  .l-header_inner {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .l-header_inner {
    padding: 0 30px;
    height: 45px;
    background-color: #f8f6ee;
    border-bottom: 1px solid #d0bf8b;
  }
}
@media screen and (max-width: 600px) {
  .l-header_inner {
    padding: 0 5%;
  }
}

/*===============================
l-main
===============================*/
.l-main {
  flex: 1;
  margin-top: 60px;
}
@media screen and (max-width: 850px) {
  .l-main {
    margin-top: 45px;
  }
}

/*===============================
l-recruit
===============================*/
.l-recruit_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 40px 130px;
}
@media screen and (max-width: 850px) {
  .l-recruit_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .l-recruit_wrap {
    padding: 40px 5% 60px;
  }
}

/*===============================
l-thanks
===============================*/
.l-thanks {
  background-color: #f8f6ee;
}
.l-thanks_wrap {
  text-align: center;
  padding: 100px 0 150px;
}
@media screen and (max-width: 850px) {
  .l-thanks_wrap {
    padding: 50px 5%;
  }
}
.l-thanks_title {
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .l-thanks_title {
    margin-bottom: 20px;
  }
}
.l-thanks_title.p-section_title {
  justify-content: center;
}
.l-thanks_detail .detail-title {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4d210a;
  font-size: 2rem;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .l-thanks_detail .detail-title {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}
.l-thanks_button.c-button {
  width: 400px;
  margin: 40px auto 0;
  border-radius: 20px;
  font-size: 2rem;
  padding: 1.3em 2em 1.5em;
}
@media screen and (max-width: 850px) {
  .l-thanks_button.c-button {
    font-size: 1.6rem;
    width: 80%;
  }
}

/*===============================
l-privacypolicy
===============================*/
.l-privacypolicy_title {
  line-height: 1.3;
}
.l-privacypolicy_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 40px 130px;
}
@media screen and (max-width: 850px) {
  .l-privacypolicy_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .l-privacypolicy_wrap {
    padding: 40px 5% 60px;
  }
}
.l-privacypolicy_wrap .p-page_heading::before {
  top: -45px;
}
@media screen and (max-width: 850px) {
  .l-privacypolicy_wrap .p-page_heading::before {
    top: -8px;
  }
}
.l-privacypolicy_detail {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 130px;
}
@media screen and (max-width: 850px) {
  .l-privacypolicy_detail {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .l-privacypolicy_detail {
    padding: 0;
    margin-top: 40px;
  }
}
.l-privacypolicy_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 850px) {
  .l-privacypolicy_list {
    gap: 20px;
    margin-top: 30px;
  }
}
.l-privacypolicy_block .block-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  border-left: 4px solid #d1c08c;
  padding-left: 0.7em;
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .l-privacypolicy_block .block-title {
    font-size: 1.6rem;
    border-left: 3px solid #d1c08c;
    padding-left: 0.5em;
  }
}

/*===============================
l-page
===============================*/
/*===============================
c-button_download
===============================*/
.c-button, .c-button_tel, .c-button_icon, .c-button_download, .c-button_arrow--medium, .c-button_arrow {
  background-color: #fff;
  border: 1px solid #d0bf8b;
  border-radius: 5px;
  padding: 16px 25px 18px;
  display: inline-block;
  line-height: 1.5;
}
@media screen and (max-width: 850px) {
  .c-button, .c-button_tel, .c-button_icon, .c-button_download, .c-button_arrow--medium, .c-button_arrow {
    border-radius: 10px;
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    padding: 16px 15px 18px;
  }
}
@media screen and (max-width: 850px) {
  .c-button span, .c-button_tel span, .c-button_icon span, .c-button_download span, .c-button_arrow--medium span, .c-button_arrow span {
    text-align: left;
    display: inline-block;
  }
}
.c-button:hover, .c-button_tel:hover, .c-button_icon:hover, .c-button_download:hover, .c-button_arrow--medium:hover, .c-button_arrow:hover {
  background-color: #d0bf8b;
  color: #fff;
}

/*===============================
c-button_arrow
===============================*/
.c-button_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border-radius: 10px;
  text-align: center;
  width: 300px;
}
@media screen and (max-width: 850px) {
  .c-button_arrow {
    width: 80%;
  }
}
.c-button_arrow .text::after {
  content: "〉";
  margin-left: 8px;
}

/*===============================
c-button_arrow--medium
===============================*/
.c-button_arrow--medium {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border-radius: 15px;
  text-align: center;
  width: 300px;
  height: 80px;
}
@media screen and (max-width: 850px) {
  .c-button_arrow--medium {
    width: 100%;
    max-width: none;
    height: 70px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 850px) {
  .c-button_arrow--medium .text {
    font-size: 1.4rem;
  }
}
.c-button_arrow--medium .text::after {
  content: "〉";
  margin-left: 15px;
}

/*===============================
c-button_download
===============================*/
.c-button_download {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border-radius: 15px;
  padding: 12px 88px 16px 25px;
  text-align: center;
  width: 300px;
  height: 60px;
  text-indent: 0;
  position: relative;
}
@media screen and (max-width: 850px) {
  .c-button_download {
    font-size: 1.4rem;
    width: 100%;
    border-radius: 10px;
  }
}
.c-button_download::after {
  content: "";
  background-image: url(../images/i_download.png);
  background-size: 100%;
  width: 59px;
  height: 31px;
  margin-top: 5px;
  position: absolute;
  right: 25px;
}
@media screen and (max-width: 850px) {
  .c-button_download::after {
    width: 48px;
    height: 25px;
  }
}

/*===============================
c-button_icon
===============================*/
.c-button_icon {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border-radius: 15px;
  padding: 20px 40px;
  text-align: center;
  text-indent: 0;
}
@media screen and (max-width: 850px) {
  .c-button_icon {
    font-size: 1.6rem;
    border-radius: 10px;
  }
}
.c-button_icon::after {
  content: "〉";
  margin-left: 15px;
}

/*===============================
c-button_tel
===============================*/
.c-button_tel {
  vertical-align: middle;
  border-radius: 15px;
  padding: 12px 40px 22px;
  text-indent: 0;
}
@media screen and (max-width: 850px) {
  .c-button_tel {
    padding: 6px 10px 11px;
    width: 100%;
    border-radius: 10px;
  }
}
.c-button_tel::before {
  content: var(--icon);
  margin-right: 10px;
}
.c-button_tel .number {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .c-button_tel .number {
    font-size: 2.8rem;
  }
}
.c-button_tel .number .tel-icon {
  margin-right: 10px;
  height: auto;
  width: auto;
}
@media screen and (max-width: 850px) {
  .c-button_tel .number .tel-icon {
    height: 20px;
    margin-right: 5px;
  }
}
.c-button_tel .tel-text {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 850px) {
  .c-button_tel .tel-text .hours {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 850px) {
  .c-button_tel .tel-text .note {
    font-size: 0.9rem;
  }
}

/*===============================
c-inner
===============================*/
.c-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 850px) {
  .c-inner {
    width: 90%;
  }
}
@media screen and (max-width: 850px) {
  .c-inner {
    padding: 0;
  }
}

/*===============================
c-inner--small
===============================*/
.c-inner--small {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 850px) {
  .c-inner--small {
    width: 90%;
  }
}
@media screen and (max-width: 850px) {
  .c-inner--small {
    padding: 0;
  }
}

/*===============================
c-text
===============================*/
.c-text--small {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 850px) {
  .c-text--small {
    font-size: 1.2rem !important;
  }
}

.c-text--medium {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 850px) {
  .c-text--medium {
    font-size: 1.4rem !important;
  }
}

/*
c-text--disc
===============================*/
.c-text--disc::before {
  content: "・";
}

/*
c-text--dash
===============================*/
.c-text--dash::before {
  content: "-";
  margin-right: 0.3em;
}

/*
c-text--note
===============================*/
.c-text--note::before {
  content: "※";
  margin-right: 0.3em;
}

/*
c-text--attention
===============================*/
.c-text--attention {
  font-size: 1.4rem;
  color: #4f4d4d;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 850px) {
  .c-text--attention {
    font-size: 1.2rem;
  }
}
.c-text--attention::before {
  content: "※";
}

/*
c-text--noteIndent（※等の全角インデント）
===============================*/
.c-text--noteIndent {
  padding-left: 1em;
  text-indent: -1em;
}

/*
c-text--halfIndent（・等の半角インデント）
===============================*/
.c-text--halfIndent {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

/*
c-text--dashIndent（-の半角インデント）
===============================*/
.c-text--dashIndent {
  padding-left: 0.6em;
  text-indent: -0.6em;
}

/*
c-text--numIndent（1.とかのインデント）
===============================*/
.c-text--numIndent {
  padding-left: 0.8em;
  text-indent: -0.8em;
}

/*
c-text--bracketsIndent（カッコのインデント）
===============================*/
.c-text--bracketsIndent {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/*
c-text--orderedIndent（(1))とかのインデント）
===============================*/
.c-text--orderedIndent {
  padding-left: 1.6em;
  text-indent: -1.6em;
}

/*
c-text--colonIndent（A：とかのインデント）
===============================*/
.c-text--colonIndent {
  padding-left: 1.7em;
  text-indent: -1.7em;
}

/*
c-text--white
===============================*/
.c-text--white {
  color: #fff;
}

/*
c-text--brown
===============================*/
.c-text--brown {
  color: #4d210a;
}

/*
c-text--green
===============================*/
.c-text--green {
  color: #277d8a;
}

/*
c-text--gray
===============================*/
.c-text--gray {
  color: #adadad;
}

/*
c-text--red
===============================*/
.c-text--red {
  color: #e63c58;
}

/*===============================
c-marker--beige
===============================*/
.c-marker--beige {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #f8f6ee, #f8f6ee);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 45%;
}

/*===============================
c-hamburger
===============================*/
.c-hamburger {
  width: 33px;
  height: 33px;
  border-radius: 30px;
  background-color: #277d8a;
}
.c-hamburger_line {
  position: relative;
  display: block;
  width: 55%;
  height: 7px;
  margin: 0 auto;
}
.c-hamburger_line .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  transition: 0.2s;
}
.c-hamburger_line .line:nth-child(1) {
  top: 0;
}
.c-hamburger_line .line:nth-child(1).is-active {
  transform: translateY(3px) rotate(-45deg);
}
.c-hamburger_line .line:nth-child(2) {
  top: 6px;
}
.c-hamburger_line .line:nth-child(2).is-active {
  transform: translateY(-3px) rotate(45deg);
}

/*===============================
c-background--beige
===============================*/
.c-background--beige {
  background-color: #f8f6ee;
}

/*===============================
c-background--gold
===============================*/
.c-background--gold {
  background-color: #d0bf8b;
}

/*===============================
c-background--white
===============================*/
.c-background--white {
  background-color: #fff;
}

/*===============================
c-background--gray
===============================*/
.c-background--gray {
  background-color: #d4d4d4;
}

/*===============================
c-bullet
===============================*/
.c-bullet {
  text-indent: -18px;
  padding-left: 18px;
}
.c-bullet::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background-color: #277d8a;
  margin-right: 6px;
}

/*===============================
c-attention
===============================*/
.c-attention {
  color: #e63c58;
  background-color: #f8f6ee;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 850px) {
  .c-attention {
    flex-direction: column;
    gap: 0;
    padding: 15px 20px 20px;
  }
}
.c-attention::before {
  content: url(../images/i_exclamation.png);
}

/*===============================
p-section
===============================*/
.p-section_title {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4d210a;
  font-size: 3.2rem;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .p-section_title {
    font-size: 2rem;
  }
}
.p-section_title .title-icon {
  vertical-align: middle;
  margin-right: 10px;
  height: auto;
  width: auto;
  display: inline-block;
  object-fit: contain;
}
@media screen and (max-width: 850px) {
  .p-section_title .title-icon {
    height: 20px;
  }
}
.p-section_subTitle {
  font-size: 1.8rem;
  font-weight: 500;
  color: #4d210a;
  text-decoration: underline;
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .p-section_subTitle {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}

/*===============================
p-doctor
===============================*/
.p-doctor_wrap {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .p-doctor_wrap {
    flex-direction: column;
    margin-top: 20px;
    gap: 30px;
  }
}
.p-doctor_images {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-doctor_image img {
  width: 100%;
}
.p-doctor_detailTitle {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 15px;
}
.p-doctor_detailTitle .title-position {
  font-size: 1.8rem;
}
@media screen and (max-width: 850px) {
  .p-doctor_detailTitle .title-position {
    font-size: 1.6rem;
  }
}
.p-doctor_detailTitle .title-name {
  font-size: 3rem;
}
@media screen and (max-width: 850px) {
  .p-doctor_detailTitle .title-name {
    font-size: 2.4rem;
  }
}
.p-doctor_detailText .detail-block:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 850px) {
  .p-doctor_detailText .detail-block:not(:last-child) {
    margin-bottom: 10px;
  }
}
.p-doctor_detailInformation {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-doctor_detailBlock .block-title {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #277d8a;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-doctor_detailBlock .block-title {
    font-size: 1.6rem;
  }
}
.p-doctor_detailBlock .block-title::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #d0bf8b;
  margin-left: 0.5em;
}
.p-doctor_detailBlock .block-detail {
  font-size: 1.4rem;
}
.p-doctor_banner {
  display: block;
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .p-doctor_banner {
    margin-top: 30px;
  }
}
.p-doctor_banner img {
  width: 100%;
}

/*===============================
p-footer
===============================*/
.p-footer_pagetop {
  position: fixed;
  bottom: 20px;
  right: 50px;
}
@media screen and (max-width: 850px) {
  .p-footer_pagetop {
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
.p-footer_information {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 90px 0;
}
@media screen and (max-width: 850px) {
  .p-footer_information {
    gap: 30px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-footer_information {
    padding: 40px 0 0;
  }
}
.p-footer_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: auto 510px;
  grid-template-rows: repeat(2, auto);
  gap: 20px 35px;
}
@media screen and (max-width: 850px) {
  .p-footer_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-footer_wrap {
    padding: 0 5%;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer_wrap {
    display: flex;
    flex-direction: column;
  }
}
.p-footer_detail {
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 768px) {
  .p-footer_detail {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-footer_logo {
    width: 85%;
  }
}
.p-footer_address {
  padding-left: 90px;
  margin-top: 10px;
}
@media screen and (max-width: 850px) {
  .p-footer_address {
    font-size: 1.4rem;
    padding-left: 0;
  }
}
.p-footer_schedule {
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .p-footer_schedule {
    margin-top: 20px;
  }
}
.p-footer_table {
  margin-left: auto;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #d0bf8b;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .p-footer_table {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer_table {
    width: 100%;
  }
}
.p-footer_table .table-head {
  background-color: #d0bf8b;
  height: 60px;
}
@media screen and (max-width: 850px) {
  .p-footer_table .table-head {
    height: 45px;
  }
}
.p-footer_table .table-head th {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  border: 1px solid #d0bf8b;
}
@media screen and (max-width: 850px) {
  .p-footer_table .table-head th {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-footer_table .table-head th {
    width: 40px;
  }
}
.p-footer_table .table-head th.title {
  width: 140px;
  padding: 0 20px;
}
@media screen and (max-width: 850px) {
  .p-footer_table .table-head th.title {
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .p-footer_table .table-head th.title {
    width: auto;
    min-width: 100px;
  }
}
.p-footer_table .table-head th.holiday {
  padding-right: 35px;
}
@media screen and (max-width: 850px) {
  .p-footer_table .table-head th.holiday {
    padding-right: 20px;
  }
}
.p-footer_table .table-head th.holiday .holiday-wrap {
  width: 30px;
  height: 40px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-footer_table .table-head th.holiday .holiday-wrap {
    width: 20px;
    height: 28px;
  }
}
.p-footer_table .table-head th.holiday .holiday-wrap span {
  font-size: 1.4rem;
}
@media screen and (max-width: 850px) {
  .p-footer_table .table-head th.holiday .holiday-wrap span {
    font-size: 0.9rem;
  }
}
.p-footer_table .table-head th.holiday .holiday-wrap span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.p-footer_table .table-head th.holiday .holiday-wrap span:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-footer_table .table-head th.holiday .holiday-wrap::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 1px;
  background-color: #3b3637;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
@media screen and (max-width: 850px) {
  .p-footer_table .table-head th.holiday .holiday-wrap::before {
    width: 24px;
    top: 43%;
  }
}
.p-footer_table .table-body {
  background-color: #f8f6ee;
}
.p-footer_table .table-body tr {
  height: 70px;
}
@media screen and (max-width: 850px) {
  .p-footer_table .table-body tr {
    height: 45px;
  }
}
.p-footer_table .table-body tr:first-child td {
  border-bottom: 1px solid #d0bf8b;
}
.p-footer_table .table-body td {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.p-footer_table .table-body td:last-child {
  padding-right: 25px;
}
@media screen and (max-width: 850px) {
  .p-footer_table .table-body td:last-child {
    padding-right: 15px;
  }
}
.p-footer_table .table-body td:not(:last-child) {
  border-right: 1px solid #d0bf8b;
}
@media screen and (max-width: 850px) {
  .p-footer_table .table-body td {
    font-size: 1.2rem;
  }
}
.p-footer_table .table-body td.hours {
  font-size: 1.8rem;
  font-weight: bold;
  width: 140px;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .p-footer_table .table-body td.hours {
    font-size: 1.2rem;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .p-footer_table .table-body td.hours {
    width: auto;
    min-width: 100px;
  }
}
.p-footer_table .table-body td .triangle {
  font-size: 1.6rem;
  line-height: 1.1;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 850px) {
  .p-footer_table .table-body td .triangle {
    font-size: 1rem;
    gap: 0;
  }
}
.p-footer_table .table-body td .triangle::before {
  content: "";
  background-image: url(../images/i_triangle.png);
  background-size: 100%;
  width: 20px;
  height: 17px;
}
@media screen and (max-width: 850px) {
  .p-footer_table .table-body td .triangle::before {
    width: 13px;
    height: 11px;
  }
}
.p-footer_image {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 768px) {
  .p-footer_image {
    order: 1;
  }
}
.p-footer_image img {
  width: 100%;
}
.p-footer_button {
  grid-area: 2/2/3/3;
  display: flex;
  flex-direction: column;
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
}
@media screen and (max-width: 850px) {
  .p-footer_button {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer_button {
    order: 3;
  }
}
@media screen and (max-width: 850px) {
  .p-footer_button .text {
    font-size: 1.5rem;
  }
}
.p-footer_button .button-reserve {
  grid-area: 1/1/2/3;
  width: 100%;
  height: 70px;
  border-radius: 20px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 850px) {
  .p-footer_button .button-reserve {
    height: 60px;
    border-radius: 10px;
    font-size: 1.4rem;
  }
}
.p-footer_button .button-reserve .icon {
  height: 23px;
  margin-right: 10px;
}
.p-footer_button .button-tel {
  grid-area: 2/1/3/2;
  width: 100%;
  height: auto;
  border-radius: 20px;
  font-weight: 700;
  display: block;
  text-align: left;
}
@media screen and (max-width: 850px) {
  .p-footer_button .button-tel {
    border-radius: 10px;
    font-size: 1.4rem;
    padding: 6px 10px 12px;
  }
}
.p-footer_button .button-tel .tel-number {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .p-footer_button .button-tel .tel-number {
    font-size: 2.4rem;
  }
}
.p-footer_button .button-tel .tel-number .icon {
  height: 18px;
  margin-right: 10px;
}
.p-footer_button .button-tel .tel-text {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  margin-top: 5px;
  line-height: 1.4;
}
@media screen and (max-width: 850px) {
  .p-footer_button .button-tel .tel-text {
    font-size: 1.3rem;
    margin-top: 0;
  }
}
.p-footer_button .button-contact {
  grid-area: 2/2/3/3;
  width: 100%;
  height: auto;
  border-radius: 20px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 850px) {
  .p-footer_button .button-contact {
    border-radius: 10px;
    font-size: 1.4rem;
  }
}
.p-footer_map {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 850px) {
  .p-footer_map {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-footer_map {
    padding: 0;
  }
}
.p-footer_map iframe {
  aspect-ratio: 1120/360;
}
@media screen and (max-width: 768px) {
  .p-footer_map iframe {
    aspect-ratio: 750/400;
  }
}
.p-footer_bottom {
  background-color: #d1c08c;
  text-align: center;
  padding: 30px 0;
}
@media screen and (max-width: 850px) {
  .p-footer_bottom {
    padding: 15px 0 18px;
  }
}
.p-footer_bottomList {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin-bottom: 20px;
}
.p-footer_bottomList .list-item .icon {
  margin-right: 5px;
  margin-bottom: -3px;
}
.p-footer_bottomList .list-item:hover {
  color: #3b3637;
}
.p-footer_copyright {
  font-size: 1.2rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .p-footer_copyright {
    font-size: 1rem;
  }
}
.p-footer_nav {
  background-color: #f8f6ee;
  padding: 70px 0 100px;
}
@media screen and (max-width: 850px) {
  .p-footer_nav {
    padding: 40px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer_nav {
    display: none;
  }
}
.p-footer_navWrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: auto 1fr;
  align-items: flex-start;
  gap: 40px 60px;
}
@media screen and (max-width: 850px) {
  .p-footer_navWrap {
    width: 90%;
  }
}
@media screen and (max-width: 850px) {
  .p-footer_navWrap {
    padding: 0;
    gap: 20px 40px;
  }
}
.p-footer_navBlock:nth-child(1) {
  grid-area: 1/1/3/2;
}
.p-footer_navBlock:nth-child(2) {
  grid-area: 1/2/3/3;
}
.p-footer_navBlock:nth-child(3) {
  grid-area: 1/3/2/4;
}
.p-footer_navBlock:nth-child(4) {
  grid-area: 2/3/3/4;
}
.p-footer_navBlock > .block-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 850px) {
  .p-footer_navBlock > .block-title {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
.p-footer_navBlock .block-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-footer_navBlock .block-list .block-item .main-title {
  display: inline-block;
}
.p-footer_navBlockWrap {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 30px 20px;
}
@media screen and (max-width: 850px) {
  .p-footer_navBlockWrap {
    grid-template-columns: auto;
    gap: 15px;
  }
}
.p-footer_navBlockItem .sub-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #277d8a;
  margin-bottom: 5px;
}
@media screen and (max-width: 850px) {
  .p-footer_navBlockItem .sub-title {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}

/*===============================
p-hamburgerButton
===============================*/
.p-hamburgerButton {
  text-align: center;
  width: 30px;
  height: 25px;
  cursor: pointer;
  position: relative;
}
.p-hamburgerButton_text {
  font-size: 1rem;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.p-hamburgerButton_text.is-active {
  opacity: 0;
}
.p-hamburgerButton_line {
  background-color: none;
  width: 7.5px;
  height: 7.5px;
  position: absolute;
  top: 0;
  margin: auto;
  transition: 0.3s;
}
.p-hamburgerButton_line01 {
  left: 0;
}
.p-hamburgerButton_line01.is-active {
  width: 30px;
  height: 4px;
  top: 10px;
  transform: rotate(135deg);
}
.p-hamburgerButton_line02 {
  left: 0;
  right: 0;
  margin: auto;
}
.p-hamburgerButton_line02.is-active {
  width: 0;
}
.p-hamburgerButton_line03 {
  right: 0;
}
.p-hamburgerButton_line03.is-active {
  width: 30px;
  height: 4px;
  top: 10px;
  transform: rotate(-135deg);
}

/*===============================
p-header
===============================*/
.p-header {
  width: 100%;
  position: fixed;
  z-index: 99;
}
@media screen and (max-width: 850px) {
  .p-header {
    background-color: transparent;
    border-bottom: none;
    top: 0;
    width: 100%;
    display: block;
  }
}
.p-header_wrap {
  background-color: #f8f6ee;
  border-bottom: 1px solid #d0bf8b;
}
.p-header_inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 20px;
}
@media screen and (max-width: 850px) {
  .p-header_inner {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-header_inner {
    padding: 0 30px;
    height: 45px;
  }
}
@media screen and (max-width: 600px) {
  .p-header_inner {
    padding: 0 5%;
  }
}
.p-header_logo {
  display: block;
  width: 225px;
}
@media screen and (max-width: 850px) {
  .p-header_logo {
    width: 160px;
  }
}
.p-header_nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-header_navList {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 850px) {
  .p-header_navList {
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    height: calc(100vh - 45px);
    flex-direction: column;
    gap: 0;
    background-color: #f8f6ee;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    overflow-y: auto;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 850px) {
  .p-header_navList.is-active {
    opacity: 1;
    visibility: visible;
  }
}
.p-header_navItem {
  line-height: 61px;
}
@media screen and (max-width: 850px) {
  .p-header_navItem {
    line-height: 1.875;
    order: 2;
    width: 100%;
  }
}
.p-header_navItem .text {
  font-size: 1.4rem;
  line-height: 1;
  height: 100%;
  transition: 0.3s;
  cursor: pointer;
  white-space: nowrap;
}
@media screen and (max-width: 850px) {
  .p-header_navItem .text {
    color: #fff;
    font-size: 1.8rem;
    background-color: #3b3637;
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 5% 8px;
  }
}
.p-header_navItem .text:hover {
  color: #d0bf8b;
}
.p-header_navItem .icon {
  margin-left: 18px;
}
@media screen and (max-width: 850px) {
  .p-header_navItem .icon {
    font-size: 1.6rem;
    margin-left: 0;
    margin-right: 5px;
  }
}
.p-header_subNav {
  display: none;
  position: absolute;
  top: 61px;
  left: 0;
  width: 100%;
  background-color: #f8f6ee;
  border-bottom: 1px solid #d0bf8b;
}
@media screen and (max-width: 850px) {
  .p-header_subNav {
    display: block;
    position: static;
    background-color: transparent;
    border: none;
  }
}
@media screen and (max-width: 850px) {
  .p-header_navContact {
    order: 1;
    width: 100%;
    padding: 20px 5%;
  }
}
.p-header_navContact .button {
  color: #fff;
  background-color: #277d8a;
  padding: 5px 10px 5px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 850px) {
  .p-header_navContact .button {
    padding: 12px;
    border-radius: 5px;
    justify-content: center;
  }
}
.p-header_navContact .button::after {
  content: "〉";
}
@media screen and (max-width: 850px) {
  .p-header_navContact .button::after {
    display: none;
  }
}
.p-header_navContact .button:hover {
  background-color: #d0bf8b;
}
@media screen and (max-width: 850px) {
  .p-header_navContact .c-button_tel {
    max-width: none;
  }
}
.p-header_sns {
  color: #277d8a;
  font-size: 2.8rem;
  margin-top: -3px;
}

/*===============================
p-toggleNav
===============================*/
.p-toggleNav_wrap {
  position: fixed;
  height: calc(100vh - 45px);
  width: 100%;
  background-color: #f8f6ee;
  padding: 30px 5%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: 10;
}
@media screen and (max-width: 850px) {
  .p-toggleNav_wrap {
    overflow-y: scroll;
  }
}
.p-toggleNav_wrap.is-active {
  opacity: 1;
  visibility: visible;
}
.p-toggleNav_block {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.p-toggleNav_block .block-title {
  color: #277d8a;
  padding: 0.3em 0.8em 0.3em 0;
}
.p-toggleNav_block a.block-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-toggleNav_block a.block-title::after {
  content: "〉";
  color: #277d8a;
  font-size: 1.8rem;
}
.p-toggleNav_block .block-list {
  display: flex;
  flex-direction: column;
}
.p-toggleNav_block .block-list .block-item {
  border-top: 3px solid #fff;
  padding: 0.3em 0.8em 0.3em 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-toggleNav_block .block-list .block-item:last-child {
  border-bottom: 3px solid #fff;
}
.p-toggleNav_block .block-list .block-item::after {
  content: "〉";
  font-size: 1.8rem;
}

/*===============================
.p-slider_mainvisual
===============================*/
.p-slider_mainvisual .slick-list {
  height: 100%;
}
.p-slider_mainvisual .slick-track {
  height: 100%;
}

/*===============================
p-page
===============================*/
.p-page_firstView {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 40px 80px;
}
@media screen and (max-width: 850px) {
  .p-page_firstView {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-page_firstView {
    padding: 40px 5% 50px;
  }
}
.p-page_heading {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  margin-left: -40px;
}
@media screen and (max-width: 850px) {
  .p-page_heading {
    line-height: 1.7;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
.p-page_heading::before {
  content: "";
  background-image: url(../images/image_title-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 210px;
  height: 169px;
}
@media screen and (max-width: 850px) {
  .p-page_heading::before {
    width: 105px;
    height: 86px;
  }
}
.p-page_title {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  justify-items: start;
  align-items: center;
  align-content: center;
  margin-left: -170px;
}
@media screen and (max-width: 850px) {
  .p-page_title {
    margin-left: -85px;
  }
}
.p-page_title .main-title {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #277d8a;
  font-size: 5rem;
  line-height: 1.2;
}
@media screen and (max-width: 850px) {
  .p-page_title .main-title {
    font-size: 2.7rem;
  }
}
.p-page_title .sub-title {
  font-family: contralto-big, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #277d8a;
  font-size: 2.4rem;
  margin-left: 20px;
}
@media screen and (max-width: 850px) {
  .p-page_title .sub-title {
    font-size: 1.5rem;
    margin-left: 10px;
  }
}
.p-page_category {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background-color: #4d210a;
  font-size: 1.8rem;
  padding: 0.4em 1em;
  border-radius: 5px;
  margin-top: 15px;
}
@media screen and (max-width: 850px) {
  .p-page_category {
    font-size: 1.4rem;
    padding: 0.2em 0.5em 0.3em;
    border-radius: 3px;
    margin-top: 5px;
  }
}
.p-page_column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 850px) {
  .p-page_column {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 850px) {
  .p-page_column .column-text {
    order: 2;
  }
}
.p-page_column > .column-image {
  grid-area: 1/2/3/3;
  text-align: right;
}
@media screen and (max-width: 850px) {
  .p-page_column > .column-image {
    order: 1;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  .p-page_column > .column-image img {
    width: 100%;
  }
}
.p-page_column > .column-title {
  margin-bottom: 15px;
}
@media screen and (max-width: 850px) {
  .p-page_column > .column-title {
    order: 2;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 850px) {
  .p-page_column > .column-detail {
    order: 3;
  }
}
.p-page_toc {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 40px 40px;
}
@media screen and (max-width: 850px) {
  .p-page_toc {
    width: 90%;
  }
}
@media screen and (max-width: 850px) {
  .p-page_toc {
    padding: 30px 0 40px;
  }
}
.p-page_tocList {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 850px) {
  .p-page_tocList {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }
}
.p-page_tocList .toc-button {
  flex: 1;
  height: 60px;
  max-width: 360px;
}
@media screen and (max-width: 850px) {
  .p-page_tocList .toc-button {
    width: 85%;
    max-height: 60px;
    max-width: none;
  }
}
@media screen and (max-width: 850px) {
  .p-page_tocList .toc-button .text {
    text-align: center;
  }
}

/*===============================
p-contact
===============================*/
.p-contact_form {
  padding-bottom: 100px;
}
@media screen and (max-width: 850px) {
  .p-contact_form {
    padding-bottom: 50px;
  }
}
.p-contact_buttonArea {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .p-contact_buttonArea {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }
}

/*===============================
p-recruit
===============================*/
.p-recruit_intro {
  display: grid;
  align-items: end;
  grid-column-gap: 40px;
  grid-row-gap: 0;
}
@media screen and (max-width: 850px) {
  .p-recruit_intro {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
.p-recruit_introHeading {
  grid-area: 1/1/2/2;
  margin-bottom: 50px;
}
@media screen and (max-width: 850px) {
  .p-recruit_introHeading {
    order: 1;
    margin-bottom: 20px;
  }
}
.p-recruit_introTitle {
  grid-area: 2/1/3/2;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .p-recruit_introTitle {
    order: 3;
    margin-bottom: 10px;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
  }
}
.p-recruit_introTitle.c-background--beige {
  padding: 15px 30px;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .p-recruit_introTitle.c-background--beige {
    padding: 10px 20px;
  }
}
.p-recruit_introDetail {
  grid-area: 3/1/4/2;
}
@media screen and (max-width: 850px) {
  .p-recruit_introDetail {
    order: 4;
  }
}
.p-recruit_introDetail .detail-block:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 850px) {
  .p-recruit_introDetail .detail-block:not(:last-child) {
    margin-bottom: 10px;
  }
}
.p-recruit_introImage {
  grid-area: 1/2/4/3;
  min-width: 473px;
  width: 473px;
}
@media screen and (max-width: 850px) {
  .p-recruit_introImage {
    order: 2;
    margin-bottom: 25px;
    min-width: auto;
    width: 100%;
  }
}
.p-recruit_introImage img {
  width: 100%;
}
.p-recruit_movie {
  margin-top: 90px;
}
@media screen and (max-width: 850px) {
  .p-recruit_movie {
    margin-top: 40px;
  }
}
.p-recruit_movieTitle {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .p-recruit_movieTitle {
    gap: 10px;
    margin-bottom: 10px;
  }
}
.p-recruit_movieTitle::before {
  content: "";
  width: 100%;
  height: 7px;
  background-color: #f8f6ee;
}
@media screen and (max-width: 850px) {
  .p-recruit_movieTitle::before {
    height: 4px;
  }
}
.p-recruit_movieTitle::after {
  content: "";
  width: 100%;
  height: 7px;
  background-color: #f8f6ee;
}
@media screen and (max-width: 850px) {
  .p-recruit_movieTitle::after {
    height: 4px;
  }
}
.p-recruit_movieTitle > span {
  flex-shrink: 0;
}
.p-recruit_movieDetail {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .p-recruit_movieDetail {
    text-align: left;
    margin-bottom: 20px;
  }
}
.p-recruit_movieVideo {
  width: 100%;
}
@media screen and (max-width: 850px) {
  .p-recruit_movieVideo {
    background-color: #000;
  }
}
.p-recruit_doctor {
  background-color: #f8f6ee;
  padding: 90px 0;
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-recruit_doctor {
    padding: 40px 0 50px;
  }
}
.p-recruit_doctor::before {
  content: "";
  background: url(../images/image_bg-beige.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 6.1vw;
  display: block;
  position: absolute;
  top: -6.1vw;
  left: 0;
}
.p-recruit_doctorTitle {
  text-align: center;
  justify-content: center;
}
.p-recruit_step {
  padding: 90px 0 120px;
}
@media screen and (max-width: 850px) {
  .p-recruit_step {
    padding: 40px 0 50px;
  }
}
.p-recruit_stepTitle {
  text-align: center;
  justify-content: center;
}
.p-recruit_point {
  background-color: #f8f6ee;
  padding: 50px 0 70px;
}
@media screen and (max-width: 850px) {
  .p-recruit_point {
    padding: 30px 0 40px;
  }
}
.p-recruit_pointTitle {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3em;
}
@media screen and (max-width: 850px) {
  .p-recruit_pointTitle {
    gap: 0.2em;
  }
}
@media screen and (max-width: 850px) {
  .p-recruit_pointTitle .title-image {
    width: 13%;
    height: 35px;
  }
}
@media screen and (max-width: 850px) {
  .p-recruit_pointTitle .title-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
.p-recruit_pointDetail {
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 850px) {
  .p-recruit_pointDetail {
    text-align: left;
    padding: 0 30px;
  }
}
.p-recruit_pointExample {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 40px;
}
@media screen and (max-width: 850px) {
  .p-recruit_pointExample {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-recruit_pointExample {
    padding: 0 30px;
    margin-top: 30px;
  }
}
.p-recruit_pointWrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 850px) {
  .p-recruit_pointWrap {
    flex-direction: column;
    gap: 15px;
  }
}
.p-recruit_pointWrap:not(:first-child) {
  align-items: stretch;
  gap: 60px;
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .p-recruit_pointWrap:not(:first-child) {
    gap: 15px;
    margin-top: 15px;
  }
}
.p-recruit_pointWrap:not(:first-child) .p-recruit_pointBlock {
  margin-top: 0;
  padding: 1.2em 2em;
}
@media screen and (max-width: 850px) {
  .p-recruit_pointWrap:not(:first-child) .p-recruit_pointBlock {
    padding: 0;
  }
}
.p-recruit_pointBlock {
  width: calc(33.3333333333% - 20px);
  background-color: #fff;
  border: 1px solid #d0bf8b;
  border-radius: 15px;
  text-align: center;
  padding: 1.5em 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-recruit_pointBlock {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-radius: 5px;
    padding: 0;
  }
}
.p-recruit_pointBlock::before {
  content: "";
  background-image: url(../images/recruit/icon_point-check.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 850px) {
  .p-recruit_pointBlock::before {
    display: none;
  }
}
.p-recruit_pointBlock::after {
  content: "";
  background-image: url(../images/recruit/image_speech-bubble.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 25px;
  position: absolute;
  bottom: -25px;
  right: 40px;
}
@media screen and (max-width: 850px) {
  .p-recruit_pointBlock::after {
    display: none;
  }
}
.p-recruit_pointBlock:nth-child(2) {
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  .p-recruit_pointBlock:nth-child(2) {
    margin-top: 0;
  }
}
.p-recruit_pointBlock .block-deco {
  background-color: #277d8a;
  display: flex;
  align-items: center;
  padding: 0.8em;
}
.p-recruit_pointBlock .block-deco::before {
  content: "";
  background-image: url(../images/recruit/sp/icon_point-check.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 850px) {
  .p-recruit_pointBlock .block-wrap {
    padding: 1.1em 0.9em;
  }
}
.p-recruit_pointBlock .block-title {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4d210a;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 850px) {
  .p-recruit_pointBlock .block-title {
    text-align: left;
  }
}
.p-recruit_pointBlock .block-detail {
  color: #4d210a;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  margin-top: 0.5em;
  white-space: nowrap;
}
@media screen and (max-width: 850px) {
  .p-recruit_pointBlock .block-detail {
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0;
    white-space: normal;
  }
}
.p-recruit_guideline {
  padding: 100px 0 80px;
}
@media screen and (max-width: 850px) {
  .p-recruit_guideline {
    padding: 40px 0 30px;
  }
}
.p-recruit_guidelineWrap {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .p-recruit_guidelineWrap {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-recruit_guidelineWrap {
    padding: 0 30px;
    margin-top: 20px;
  }
}
.p-recruit_guidelineList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 850px) {
  .p-recruit_guidelineList {
    gap: 0;
  }
}
.p-recruit_guidelineTitle {
  text-align: center;
  justify-content: center;
}
.p-recruit_guidelineBlock {
  display: table;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .p-recruit_guidelineBlock {
    display: flex;
    flex-direction: column;
  }
}
.p-recruit_guidelineBlock .block-title {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  background-color: #f8f6ee;
  border-left: 5px solid #d0bf8b;
  padding: 1em 1.5em 1.2em;
  margin-right: 10px;
}
@media screen and (max-width: 850px) {
  .p-recruit_guidelineBlock .block-title {
    display: block;
    background-color: #d0bf8b;
    border-left: none;
    width: auto;
    margin-right: 0;
    text-align: center;
    padding: 0.5em;
  }
}
.p-recruit_guidelineBlock .block-detail {
  display: table-cell;
  background: linear-gradient(to right, #fff 0, #fff 10px, #f8f6ee 10px);
  padding: 1em 1.5em 1.2em 2.2em;
}
@media screen and (max-width: 850px) {
  .p-recruit_guidelineBlock .block-detail {
    display: block;
    background: #f8f6ee;
    padding: 0.8em 1.1em 1em;
  }
}
@media screen and (max-width: 850px) {
  .p-recruit_guidelineBlock .block-detail .c-text--brown {
    font-size: 1.1rem;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
}
.p-recruit_guidelineButton {
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .p-recruit_guidelineButton {
    margin: 20px auto 0;
  }
}
.p-recruit_guidelineButton .c-button {
  border-radius: 10px;
}
@media screen and (max-width: 850px) {
  .p-recruit_guidelineButton .c-button {
    width: calc(100% - 3em);
  }
}
.p-recruit_nav {
  background-color: #f8f6ee;
  padding: 60px 0 80px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .p-recruit_nav {
    padding: 30px 0;
  }
}
.p-recruit_navTitle {
  justify-content: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 850px) {
  .p-recruit_navTitle {
    font-size: 1.8rem;
  }
}
.p-recruit_navWrap {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  .p-recruit_navWrap {
    width: 90%;
  }
}
@media screen and (max-width: 850px) {
  .p-recruit_navWrap {
    margin-top: 10px;
  }
}
.p-recruit_navWrap .nav-title {
  font-size: 1.4rem;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 850px) {
  .p-recruit_navWrap .nav-title {
    font-size: 1.6rem;
    gap: 10px;
    padding-bottom: 10px;
  }
}
.p-recruit_navWrap .nav-title::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d0bf8b;
}
.p-recruit_navWrap .nav-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d0bf8b;
}
.p-recruit_navWrap .nav-title > span {
  flex-shrink: 0;
}
.p-recruit_navWrap .nav-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .p-recruit_navWrap .nav-list {
    flex-direction: column;
    gap: 10px;
  }
}
.p-recruit_navWrap .nav-list .c-button {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 850px) {
  .p-recruit_navWrap .nav-list .c-button {
    width: 100%;
  }
}

/*===============================
.p-step
===============================*/
.p-step_wrap {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 40px;
  counter-reset: number 0;
}
@media screen and (max-width: 850px) {
  .p-step_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-step_wrap {
    padding: 0 5%;
    margin-top: 20px;
    gap: 40px;
  }
}
.p-step_block {
  display: grid;
  grid-template-columns: 101px 1fr;
  column-gap: 20px;
  background-color: #f8f6ee;
  padding: 1.6em 2em 1.8em;
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-step_block {
    grid-template-columns: auto 1fr;
    gap: 10px 8px;
    padding: 1em 1.2em 2em;
    max-width: 470px;
    margin: 0 auto;
  }
}
.p-step_block:not(:last-child)::after {
  content: "";
  background-image: url(../images/recruit/icon_step-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 29px;
  height: 16px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -38px;
}
@media screen and (max-width: 850px) {
  .p-step_block:not(:last-child)::after {
    width: 24px;
    height: 13px;
    bottom: -27px;
  }
}
.p-step_block:nth-child(3) .p-step_blockTitle .title-number::after {
  font-size: 2.5rem;
  margin-top: -0.35em;
}
@media screen and (max-width: 850px) {
  .p-step_block:nth-child(3) .p-step_blockTitle .title-number::after {
    font-size: 1.7rem;
    margin-top: -0.3em;
  }
}
.p-step_block:nth-child(4) .p-step_blockTitle .title-number::after {
  font-size: 2.7rem;
  margin-top: -0.4em;
}
@media screen and (max-width: 850px) {
  .p-step_block:nth-child(4) .p-step_blockTitle .title-number::after {
    font-size: 1.8rem;
    margin-top: -0.35em;
  }
}
.p-step_block:nth-child(5) .p-step_blockTitle .title-number::after {
  font-size: 2.5rem;
  margin-top: -0.4em;
}
@media screen and (max-width: 850px) {
  .p-step_block:nth-child(5) .p-step_blockTitle .title-number::after {
    font-size: 1.65rem;
    margin-top: -0.25em;
  }
}
.p-step_block:nth-child(6) .p-step_blockTitle .title-number::after {
  font-size: 2.5rem;
  margin-top: -0.08em;
}
@media screen and (max-width: 850px) {
  .p-step_block:nth-child(6) .p-step_blockTitle .title-number::after {
    font-size: 1.7rem;
  }
}
.p-step_blockImage {
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 850px) {
  .p-step_blockImage {
    grid-area: 1/1/2/2;
    max-width: 42px;
  }
}
.p-step_blockTitle {
  grid-area: 1/2/2/3;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .p-step_blockTitle {
    grid-area: 1/2/2/3;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 0;
  }
}
.p-step_blockTitle .title-number {
  font-family: contralto-big, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
  color: #277d8a;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #d0bf8b;
  padding-bottom: 0.1em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .p-step_blockTitle .title-number {
    font-size: 1.6rem;
    padding-bottom: 0;
  }
}
.p-step_blockTitle .title-number::after {
  counter-increment: number 1;
  content: counter(number);
  font-family: contralto-big, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  margin-top: -0.21em;
}
@media screen and (max-width: 850px) {
  .p-step_blockTitle .title-number::after {
    font-size: 2.1rem;
  }
}
.p-step_blockDetail {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 850px) {
  .p-step_blockDetail {
    grid-area: 2/1/3/3;
  }
}
.p-step_blockDetail .block-button {
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  .p-step_blockDetail .block-button {
    margin-top: 15px;
    width: 100%;
    max-width: none;
    text-align: center;
  }
}
.p-step_blockDetail .block-note {
  margin-top: 15px;
  color: #4f4d4d;
  font-size: 1.4rem;
}
@media screen and (max-width: 850px) {
  .p-step_blockDetail .block-note {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

/*===============================
p-subNav
===============================*/
.p-subNav_wrap {
  padding: 10px 0;
  display: flex;
  gap: 70px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .p-subNav_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-subNav_wrap {
    padding: 5px 5% 20px;
  }
}
.p-subNav_head {
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 850px) {
  .p-subNav_head {
    display: none;
  }
}
.p-subNav_title {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #277d8a;
  font-size: 2.4rem;
  background-color: #f8f6ee;
  position: absolute;
  top: 15px;
  right: 0;
  padding: 0.2em 2.5em 0.2em 1.2em;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .p-subNav_bg {
    display: none;
  }
}
.p-subNav_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 40px;
}
@media screen and (max-width: 850px) {
  .p-subNav_list {
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
    width: 100%;
  }
}
.p-subNav_list .list-item {
  line-height: 1.5;
}
@media screen and (max-width: 850px) {
  .p-subNav_list .list-item {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-subNav_list .list-item:not(:last-child) .main-title {
    border-bottom: 3px solid #fff;
  }
}
.p-subNav_list .list-item .main-title {
  display: inline-block;
}
@media screen and (max-width: 850px) {
  .p-subNav_list .list-item .main-title {
    width: 100%;
    position: relative;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    padding: 8px 0;
    text-indent: 0;
  }
}
@media screen and (max-width: 850px) {
  .p-subNav_list .list-item .main-title.arrow::after {
    content: "〉";
    position: absolute;
    right: 0;
  }
}
.p-subNav_list .list-item .main-title.instagram:after, .p-subNav_list .list-item .main-title.note:after {
  font-family: "icomoon";
  content: "\e901";
  font-size: 1.4rem;
  margin-left: 10px;
}
@media screen and (max-width: 850px) {
  .p-subNav_list .list-item .main-title.instagram:after, .p-subNav_list .list-item .main-title.note:after {
    margin-left: 0;
    position: absolute;
    right: 8px;
  }
}
.p-subNav_list--particular {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(3, auto);
  flex-wrap: wrap;
  gap: 20px 25px;
  padding: 10px 0;
}
@media screen and (max-width: 850px) {
  .p-subNav_list--particular {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    width: 100%;
  }
}
.p-subNav_list--particular .list-item {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.p-subNav_list--particular .list-item:last-child {
  grid-area: 3/1/4/4;
}
@media screen and (max-width: 850px) {
  .p-subNav_list--particular .list-item:last-child .main-title:last-child {
    border-bottom: none;
  }
}
.p-subNav_list--particular .list-item .list-wrap {
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  gap: 0 25px;
  flex-wrap: wrap;
  max-height: 50px;
}
@media screen and (max-width: 850px) {
  .p-subNav_list--particular .list-item .list-wrap {
    max-height: none;
  }
}
.p-subNav_list--particular .list-item .sub-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #277d8a;
}
@media screen and (max-width: 850px) {
  .p-subNav_list--particular .list-item .sub-title {
    font-size: 1.4rem;
    border-bottom: 3px solid #fff;
    padding: 8px 0;
  }
}
.p-subNav_list--particular .list-item .main-title {
  width: 231px;
}
@media screen and (max-width: 850px) {
  .p-subNav_list--particular .list-item .main-title {
    width: 100%;
    position: relative;
    border-bottom: 3px solid #fff;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    padding: 8px 0;
    text-indent: 0;
  }
}
@media screen and (max-width: 850px) {
  .p-subNav_list--particular .list-item .main-title.arrow::after {
    content: "〉";
    position: absolute;
    right: 0;
  }
}
/*===============================
p-form
===============================*/
.p-form_head {
  margin-bottom: 30px;
}
.p-form_title {
  margin-bottom: 10px;
}
.p-form_block {
  display: flex;
  border-top: 1px solid #d0bf8b;
}
@media screen and (max-width: 850px) {
  .p-form_block {
    flex-direction: column;
  }
}
.p-form_block:last-child {
  border-bottom: 1px solid #d0bf8b;
}
.p-form_block .block-title {
  font-size: 1.8rem;
  width: 400px;
  background-color: #f8f6ee;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
@media screen and (max-width: 850px) {
  .p-form_block .block-title {
    font-size: 1.5rem;
    width: 100%;
    height: auto;
    padding: 5px 10px;
  }
}
.p-form_block .block-title > p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-form_block .block-title > p .required {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 300;
  background-color: #e63c58;
  padding: 3px 5px 5px;
  display: inline-block;
}
@media screen and (max-width: 850px) {
  .p-form_block .block-title > p .required {
    font-size: 1.2rem;
  }
}
.p-form_block .block-detail {
  font-size: 1.8rem;
  width: calc(100% - 400px);
  padding: 20px 35px;
}
@media screen and (max-width: 850px) {
  .p-form_block .block-detail {
    font-size: 1.5rem;
    width: 100%;
    padding: 10px 0;
  }
}
.p-form_block .block-detail > p {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.p-form_block .block-detail > p > .wpcf7-form-control-wrap {
  width: 100%;
}
.p-form_block .block-detail > p .wpcf7-not-valid-tip {
  line-height: 1;
  margin-top: 10px;
}
.p-form_block .block-detail input::placeholder,
.p-form_block .block-detail textarea::placeholder {
  color: #b5b3a9;
}
.p-form_block .block-detail input {
  width: 100%;
  padding: 8px 20px 10px;
  border: 1px solid #e2d8b8;
  border-radius: 5px;
}
@media screen and (max-width: 850px) {
  .p-form_block .block-detail input {
    height: 46px;
    padding: 8px 10px;
  }
}
.p-form_block .block-detail input.input-tel {
  width: 45%;
}
@media screen and (max-width: 850px) {
  .p-form_block .block-detail input.input-tel {
    width: 55%;
  }
}
.p-form_block .block-detail input.input-zipCode {
  width: 45%;
  margin-left: 8px;
}
@media screen and (max-width: 850px) {
  .p-form_block .block-detail input.input-zipCode {
    width: 55%;
  }
}
.p-form_block .block-detail textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #e2d8b8;
  border-radius: 5px;
}
.p-form_block .block-detail .date-block > p {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 850px) {
  .p-form_block .block-detail .date-block > p {
    gap: 5px;
  }
}
@media screen and (max-width: 850px) {
  .p-form_block .block-detail.block-detail--date {
    font-size: 1.4rem;
  }
}
.p-form_block .block-detail.block-detail--date .date-block {
  margin-bottom: 10px;
}
.p-form_block .block-detail.block-detail--date span.wpcf7-form-control-wrap[data-name=date01],
.p-form_block .block-detail.block-detail--date span.wpcf7-form-control-wrap[data-name=date02] {
  width: 42%;
}
@media screen and (max-width: 850px) {
  .p-form_block .block-detail.block-detail--date span.wpcf7-form-control-wrap[data-name=date01],
  .p-form_block .block-detail.block-detail--date span.wpcf7-form-control-wrap[data-name=date02] {
    width: 37%;
  }
}
.p-form_block .block-detail.block-detail--date span.wpcf7-form-control-wrap[data-name=time01],
.p-form_block .block-detail.block-detail--date span.wpcf7-form-control-wrap[data-name=time02] {
  width: 22%;
}
@media screen and (max-width: 850px) {
  .p-form_block .block-detail.block-detail--date span.wpcf7-form-control-wrap[data-name=time01],
  .p-form_block .block-detail.block-detail--date span.wpcf7-form-control-wrap[data-name=time02] {
    width: 31%;
  }
}
.p-form_block .block-detail.block-detail--date span.wpcf7-form-control-wrap[data-name=time01]::before,
.p-form_block .block-detail.block-detail--date span.wpcf7-form-control-wrap[data-name=time02]::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #3b3637;
  position: absolute;
  top: 25px;
  right: 25px;
  -webkit-transform: rotate(35deg);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .p-form_block .block-detail.block-detail--date span.wpcf7-form-control-wrap[data-name=time01]::before,
  .p-form_block .block-detail.block-detail--date span.wpcf7-form-control-wrap[data-name=time02]::before {
    top: 22px;
    right: 16px;
  }
}
.p-form_block .block-detail.block-detail--date span.wpcf7-form-control-wrap[data-name=time01]::after,
.p-form_block .block-detail.block-detail--date span.wpcf7-form-control-wrap[data-name=time02]::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #3b3637;
  position: absolute;
  top: 25px;
  right: 19px;
  -webkit-transform: rotate(-35deg);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .p-form_block .block-detail.block-detail--date span.wpcf7-form-control-wrap[data-name=time01]::after,
  .p-form_block .block-detail.block-detail--date span.wpcf7-form-control-wrap[data-name=time02]::after {
    top: 22px;
    right: 10px;
  }
}
.p-form_block .block-detail .block-note {
  color: #e63c58;
}
.p-form_block .block-detail.block-detail--birth {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 850px) {
  .p-form_block .block-detail.block-detail--birth {
    gap: 5px;
  }
}
.p-form_block .block-detail.block-detail--birth .birth-block > p {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 850px) {
  .p-form_block .block-detail.block-detail--birth .birth-block > p {
    gap: 5px;
  }
}
.p-form_block .block-detail.block-detail--birth span.wpcf7-form-control-wrap[data-name=birth_year],
.p-form_block .block-detail.block-detail--birth span.wpcf7-form-control-wrap[data-name=birth_month],
.p-form_block .block-detail.block-detail--birth span.wpcf7-form-control-wrap[data-name=birth_day] {
  width: 150px;
}
@media screen and (max-width: 850px) {
  .p-form_block .block-detail.block-detail--birth span.wpcf7-form-control-wrap[data-name=birth_year],
  .p-form_block .block-detail.block-detail--birth span.wpcf7-form-control-wrap[data-name=birth_month],
  .p-form_block .block-detail.block-detail--birth span.wpcf7-form-control-wrap[data-name=birth_day] {
    width: 82px;
  }
}
.p-form_block .block-detail.block-detail--birth span.wpcf7-form-control-wrap[data-name=birth_year]::before,
.p-form_block .block-detail.block-detail--birth span.wpcf7-form-control-wrap[data-name=birth_month]::before,
.p-form_block .block-detail.block-detail--birth span.wpcf7-form-control-wrap[data-name=birth_day]::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #3b3637;
  position: absolute;
  top: 25px;
  right: 25px;
  -webkit-transform: rotate(35deg);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .p-form_block .block-detail.block-detail--birth span.wpcf7-form-control-wrap[data-name=birth_year]::before,
  .p-form_block .block-detail.block-detail--birth span.wpcf7-form-control-wrap[data-name=birth_month]::before,
  .p-form_block .block-detail.block-detail--birth span.wpcf7-form-control-wrap[data-name=birth_day]::before {
    top: 22px;
    right: 16px;
  }
}
.p-form_block .block-detail.block-detail--birth span.wpcf7-form-control-wrap[data-name=birth_year]::after,
.p-form_block .block-detail.block-detail--birth span.wpcf7-form-control-wrap[data-name=birth_month]::after,
.p-form_block .block-detail.block-detail--birth span.wpcf7-form-control-wrap[data-name=birth_day]::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #3b3637;
  position: absolute;
  top: 25px;
  right: 19px;
  -webkit-transform: rotate(-35deg);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .p-form_block .block-detail.block-detail--birth span.wpcf7-form-control-wrap[data-name=birth_year]::after,
  .p-form_block .block-detail.block-detail--birth span.wpcf7-form-control-wrap[data-name=birth_month]::after,
  .p-form_block .block-detail.block-detail--birth span.wpcf7-form-control-wrap[data-name=birth_day]::after {
    top: 22px;
    right: 10px;
  }
}
.p-form_block .block-detail .wpcf7-not-valid-tip {
  color: #e63c58;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  .p-form_block .block-detail .wpcf7-not-valid-tip {
    font-size: 1.4rem;
  }
}
.p-form_blockDate {
  height: 52px;
}
@media screen and (max-width: 850px) {
  .p-form_blockDate {
    height: 46px;
  }
}
.p-form_blockBirth {
  width: 100%;
  height: 52px;
  padding: 8px 20px 10px;
  border: 1px solid #e2d8b8;
  border-radius: 5px;
}
@media screen and (max-width: 850px) {
  .p-form_blockBirth {
    height: 46px;
    padding: 8px 10px 10px;
  }
}
.p-form_blockTime {
  width: 100%;
  height: 52px;
  padding: 8px 20px 10px;
  border: 1px solid #e2d8b8;
  border-radius: 5px;
}
@media screen and (max-width: 850px) {
  .p-form_blockTime {
    height: 46px;
    padding: 8px 10px 10px;
  }
}
.p-form_blockCheckbox {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}
.p-form_blockCheckbox .wpcf7-list-item {
  margin-left: 0;
}
.p-form_blockCheckbox label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-form_blockCheckbox label input[type=checkbox] {
  width: 25px;
  height: 25px;
  border: 1px solid #e2d8b8;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 0;
  cursor: pointer;
}
.p-form_blockCheckbox label input[type=checkbox]:checked {
  background: #e2d8b8;
}
.p-form_blockCheckbox label input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  transform: rotate(45deg);
  width: 8px;
  height: 13px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.p-form_check {
  background: #f8f6ee;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .p-form_check {
    margin-top: 20px;
  }
}
.p-form_check > p {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .p-form_check > p {
    padding: 1.2em;
  }
}
@media screen and (max-width: 320px) {
  .p-form_check .check-text {
    font-size: 1.3rem;
  }
}
.p-form_check .check-text input[type=checkbox] {
  position: relative;
  background: #fff;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  border: 1px solid #e2d8b8;
  border-radius: 5px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.p-form_check .check-text input[type=checkbox]:checked {
  background: #e2d8b8;
}
.p-form_check .check-text input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  transform: rotate(45deg);
  width: 8px;
  height: 13px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.p-form_check .check-text .wpcf7-list-item {
  margin: 0;
}
.p-form_checkWrap {
  width: max-content;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-form_submit {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .p-form_submit {
    margin-top: 30px;
  }
}
.p-form_submit > p {
  position: relative;
}
.p-form_submit .c-button {
  font-size: 2rem;
  width: 400px;
  height: 100px;
  border-radius: 20px;
  margin: 0 auto;
  transition: 0.3s;
}
@media screen and (max-width: 850px) {
  .p-form_submit .c-button {
    font-size: 1.6rem;
    width: 100%;
    height: 70px;
    border-radius: 10px;
  }
}
.p-form_submit .wpcf7-spinner {
  display: none;
}

/*===============================
p-about
===============================*/
.p-about_title {
  margin-bottom: 30px;
}
.p-about_buttonArea {
  display: flex;
  gap: 20px;
}
.p-about_head {
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .p-about_head {
    margin-bottom: 15px;
  }
}
.p-about_wrap {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 850px) {
  .p-about_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-about_wrap {
    padding: 0;
  }
}
.p-about_schedule {
  margin-bottom: 60px;
}
@media screen and (max-width: 850px) {
  .p-about_schedule {
    margin-bottom: 40px;
  }
}
.p-about_outline {
  padding-bottom: 130px;
}
@media screen and (max-width: 850px) {
  .p-about_outline {
    padding-bottom: 60px;
  }
}

/*===============================
p-schedule
===============================*/
.p-schedule_table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
.p-schedule_table .table-head {
  background-color: #d0bf8b;
  height: 80px;
}
@media screen and (max-width: 850px) {
  .p-schedule_table .table-head {
    height: 45px;
  }
}
.p-schedule_table .table-head th {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  width: 78px;
}
@media screen and (max-width: 850px) {
  .p-schedule_table .table-head th {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-schedule_table .table-head th {
    width: 40px;
  }
}
.p-schedule_table .table-head th.title {
  width: 250px;
  padding: 0 30px;
  text-align: left;
}
@media screen and (max-width: 850px) {
  .p-schedule_table .table-head th.title {
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .p-schedule_table .table-head th.title {
    width: auto;
    min-width: 100px;
  }
}
.p-schedule_table .table-head th.holiday .holiday-wrap {
  width: 30px;
  height: 40px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-schedule_table .table-head th.holiday .holiday-wrap {
    width: 20px;
    height: 28px;
  }
}
.p-schedule_table .table-head th.holiday .holiday-wrap span {
  font-size: 1.4rem;
}
@media screen and (max-width: 850px) {
  .p-schedule_table .table-head th.holiday .holiday-wrap span {
    font-size: 0.9rem;
  }
}
.p-schedule_table .table-head th.holiday .holiday-wrap span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.p-schedule_table .table-head th.holiday .holiday-wrap span:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-schedule_table .table-head th.holiday .holiday-wrap::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 1px;
  background-color: #3b3637;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
@media screen and (max-width: 850px) {
  .p-schedule_table .table-head th.holiday .holiday-wrap::before {
    width: 24px;
    top: 43%;
  }
}
.p-schedule_table .table-body tr {
  border-bottom: 1px solid #d0bf8b;
  height: 80px;
}
@media screen and (max-width: 850px) {
  .p-schedule_table .table-body tr {
    height: 45px;
  }
}
.p-schedule_table .table-body td {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 850px) {
  .p-schedule_table .table-body td {
    font-size: 1.2rem;
  }
}
.p-schedule_table .table-body td:nth-child(odd) {
  background-color: #f8f6ee;
}
.p-schedule_table .table-body td.hours {
  font-size: 2.2rem;
  font-weight: bold;
  width: 250px;
  padding: 0 30px;
  text-align: left;
}
@media screen and (max-width: 850px) {
  .p-schedule_table .table-body td.hours {
    font-size: 1.2rem;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .p-schedule_table .table-body td.hours {
    width: auto;
    min-width: 100px;
  }
}
.p-schedule_table .table-body td .triangle {
  font-size: 1.6rem;
  line-height: 1.1;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 850px) {
  .p-schedule_table .table-body td .triangle {
    font-size: 1rem;
    gap: 0;
  }
}
.p-schedule_table .table-body td .triangle::before {
  content: "";
  background-image: url(../images/i_triangle.png);
  background-size: 100%;
  width: 20px;
  height: 17px;
}
@media screen and (max-width: 850px) {
  .p-schedule_table .table-body td .triangle::before {
    width: 13px;
    height: 11px;
  }
}

/*===============================
p-outline
===============================*/
.p-outline_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 850px) {
  .p-outline_wrap {
    gap: 0;
  }
}
.p-outline_block {
  display: table;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .p-outline_block {
    display: flex;
    flex-direction: column;
  }
}
.p-outline_block .block-title {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  background-color: #f8f6ee;
  border-left: 5px solid #d0bf8b;
  padding: 1em 1.5em 1.2em;
  margin-right: 10px;
}
@media screen and (max-width: 850px) {
  .p-outline_block .block-title {
    font-size: 1.3rem;
    display: block;
    background-color: #d0bf8b;
    border-left: none;
    width: auto;
    margin-right: 0;
    text-align: center;
    padding: 5px;
  }
}
.p-outline_block .block-detail {
  display: table-cell;
  background: linear-gradient(to right, #fff 0, #fff 10px, #f8f6ee 10px);
  padding: 1em 3.3em 1.2em 4em;
}
@media screen and (max-width: 850px) {
  .p-outline_block .block-detail {
    font-size: 1.4rem;
    display: block;
    background: #f8f6ee;
    padding: 8px 15px 10px;
  }
}
.p-outline_block .block-detail .c-button_arrow {
  width: 300px;
}
@media screen and (max-width: 850px) {
  .p-outline_block .block-detail .c-button_arrow {
    width: 80%;
  }
}

/*===============================
p-tel
===============================*/
.p-tel_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-tel_number {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.2rem;
  pointer-events: none;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .p-tel_number {
    pointer-events: auto;
    font-size: 2rem;
  }
}
.p-tel_number::before {
  content: var(--icon);
  margin-right: 10px;
}
.p-tel_number .tel-icon {
  margin-right: 10px;
}
.p-tel_hours {
  background-color: #f8f6ee;
  padding: 8px 15px 10px;
  line-height: 1.4;
}

/*===============================
p-about
===============================*/
.p-staff_title {
  position: relative;
}
.p-staff_title .sub-title {
  position: absolute;
  right: -20px;
  top: 7px;
}
@media screen and (max-width: 850px) {
  .p-staff_title .sub-title {
    right: -15px;
    top: 4px;
  }
}
.p-staff_column .column-detail .doctor-name {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 850px) {
  .p-staff_column .column-detail .doctor-name {
    gap: 15px;
    font-size: 1.2rem;
  }
}
.p-staff_column .column-detail .name {
  font-size: 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 850px) {
  .p-staff_column .column-detail .name {
    font-size: 2.4rem;
  }
}
.p-staff_intro {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 40px 110px;
}
@media screen and (max-width: 850px) {
  .p-staff_intro {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-staff_intro {
    padding: 40px 5% 50px;
  }
}
.p-staff_introTitle {
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .p-staff_introTitle {
    margin-bottom: 20px;
  }
}
.p-staff_introWrap {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 850px) {
  .p-staff_introWrap {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-staff_introWrap {
    padding: 0;
  }
}
.p-staff_career {
  padding: 60px 0 80px;
}
@media screen and (max-width: 850px) {
  .p-staff_career {
    padding: 30px 0 40px;
  }
}
.p-staff_careerTitle {
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .p-staff_careerTitle {
    margin-bottom: 20px;
  }
}
.p-staff_careerWrap {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 850px) {
  .p-staff_careerWrap {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-staff_careerWrap {
    padding: 0;
    gap: 30px;
  }
}
.p-staff_careerWrap .p-splitBlock_detail dl {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 850px) {
  .p-staff_careerWrap .p-splitBlock_detail dl {
    gap: 20px;
  }
}
.p-staff_careerWrap .p-splitBlock_detail dl:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width: 850px) {
  .p-staff_careerWrap .p-splitBlock_detail dl:not(:first-child) {
    margin-top: 0;
  }
}
.p-staff_careerWrap .p-splitBlock_detail dl dt {
  min-width: 98px;
}
@media screen and (max-width: 600px) {
  .p-staff_careerWrap .p-splitBlock_detail dl dt {
    min-width: 92px;
  }
}

/*===============================
p-column
===============================*/
.p-column_wrap {
  display: flex;
  flex-direction: column;
}
.p-column_block {
  display: flex;
  gap: 40px;
  padding: 30px 0;
}
@media screen and (max-width: 850px) {
  .p-column_block {
    flex-direction: column;
    gap: 15px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 850px) {
  .p-column_detail {
    order: 2;
  }
}
.p-column_detail .detail-title {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.4;
  padding-bottom: 5px;
  border-bottom: 1px solid #d0bf8b;
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .p-column_detail .detail-title {
    font-size: 1.6rem;
  }
}
.p-column_detail .detail-text .detail-note {
  font-size: 1.4rem;
  color: #4f4d4d;
}
@media screen and (max-width: 850px) {
  .p-column_detail .detail-text .detail-note {
    font-size: 1.2rem;
  }
}
.p-column_image {
  max-width: 400px;
  flex-shrink: 0;
}
@media screen and (max-width: 850px) {
  .p-column_image {
    order: 1;
    max-width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-column_image img {
    width: 100%;
  }
}
.p-column_detail {
  width: 100%;
}
.p-column_detail .c-text--note::before {
  position: relative;
  top: -8px;
  padding: 0 0.1em;
  font-size: 1.2rem;
}
@media screen and (max-width: 850px) {
  .p-column_detail .c-text--note::before {
    font-size: 1rem;
  }
}
.p-column_description {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/*===============================
p-card
===============================*/
.p-card_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
}
@media screen and (max-width: 850px) {
  .p-card_wrap {
    gap: 30px;
  }
}
.p-card_block {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 850px) {
  .p-card_block {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-card_detail {
    order: 2;
  }
}
.p-card_detail .detail-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 5px;
  border-bottom: 1px solid #d0bf8b;
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .p-card_detail .detail-title {
    font-size: 1.6rem;
  }
}
.p-card_image {
  flex-shrink: 0;
}
@media screen and (max-width: 850px) {
  .p-card_image {
    order: 1;
  }
}
@media screen and (max-width: 850px) {
  .p-card_image img {
    width: 100%;
  }
}

/*===============================
p-splitBlock
===============================*/
.p-splitBlock {
  display: flex;
}
@media screen and (max-width: 850px) {
  .p-splitBlock {
    flex-direction: column;
  }
}
.p-splitBlock_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  min-width: 340px;
}
@media screen and (max-width: 850px) {
  .p-splitBlock_title {
    font-size: 1.6rem;
    min-width: auto;
    border-bottom: 1px solid #d1c08c;
  }
}
.p-splitBlock_detail {
  border-left: 1px solid #d1c08c;
  padding-left: 40px;
}
@media screen and (max-width: 850px) {
  .p-splitBlock_detail {
    border-left: none;
    padding-left: 0;
    padding-top: 10px;
  }
}

/*===============================
p-treatment
===============================*/
.p-treatment_tocWrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 40px 60px;
}
@media screen and (max-width: 850px) {
  .p-treatment_tocWrap {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-treatment_tocWrap {
    padding: 30px 5% 50px;
  }
}
.p-treatment_tocList {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .p-treatment_tocList {
    margin-top: 20px;
  }
}
.p-treatment_tocItem {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 850px) {
  .p-treatment_tocItem {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .p-treatment_tocItem {
    width: 100%;
  }
}
.p-treatment_section {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 850px) {
  .p-treatment_section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.p-treatment_section .p-column_wrap {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 850px) {
  .p-treatment_section .p-column_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-treatment_section .p-column_wrap {
    padding: 0;
  }
}
.p-treatment_section .p-column_wrap .p-column_detail .detail-text {
  letter-spacing: 0.01em;
}
.p-treatment_sectionTitle {
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .p-treatment_sectionTitle {
    margin-bottom: 0;
  }
}
.p-treatment_aboutButton {
  margin: 0 auto;
}
.p-treatment_insurance {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 850px) {
  .p-treatment_insurance {
    padding: 50px 0;
  }
}
.p-treatment_insuranceTitle {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4d210a;
  font-size: 2.4rem;
  background-color: #d1c08c;
  display: inline-block;
  padding: 15px 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .p-treatment_insuranceTitle {
    font-size: 1.6rem;
    padding: 10px 30px;
    margin-bottom: 20px;
  }
}
.p-treatment_insuranceDetail {
  text-align: center;
}
@media screen and (max-width: 850px) {
  .p-treatment_insuranceDetail {
    text-align: left;
  }
}
.p-treatment_insuranceButtonArea {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 850px) {
  .p-treatment_insuranceButtonArea {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}

/*===============================
p-tocList
===============================*/
.p-tocList_block {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 40px 30px;
}
@media screen and (max-width: 850px) {
  .p-tocList_block {
    border-radius: 10px;
    padding: 15px 20px 20px;
  }
}
.p-tocList_title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 850px) {
  .p-tocList_title {
    font-size: 1.7rem;
  }
}
.p-tocList_list {
  display: flex;
  flex-direction: column;
}
.p-tocList_item {
  position: relative;
  padding: 15px 10px 15px 0;
  display: flex;
  align-items: center;
  text-indent: 0;
  font-weight: 700;
  line-height: 1.5;
}
.p-tocList_item::before {
  position: static;
  flex-shrink: 0;
}
.p-tocList_item::after {
  content: "〉";
  position: absolute;
  right: -10px;
}
.p-tocList_item:not(:last-child) {
  border-bottom: 2px dotted #d0bf8b;
}

/*===============================
p-note
===============================*/
.p-note_wrap {
  padding: 20px 30px 30px;
}
@media screen and (max-width: 850px) {
  .p-note_wrap {
    padding: 15px 20px 20px;
  }
}
.p-note_title {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #277d8a;
  margin-bottom: 5px;
}

/*===============================
p-feeTable
===============================*/
.p-feeTable_block {
  line-height: 1.6;
  border-bottom: 1px solid #d0bf8b;
}
.p-feeTable_block:first-child {
  border-top: 1px solid #d0bf8b;
}
@media screen and (max-width: 850px) {
  .p-feeTable_block:last-child {
    border-bottom: none;
  }
}
.p-feeTable_block dl {
  display: flex;
}
@media screen and (max-width: 850px) {
  .p-feeTable_block dl {
    flex-direction: column;
  }
}
.p-feeTable_block dl:not(:first-child) dt.p-feeTable_title {
  padding: 0 30px 20px;
}
@media screen and (max-width: 850px) {
  .p-feeTable_block dl:not(:first-child) dt.p-feeTable_title {
    padding: 5px 15px 8px;
  }
}
.p-feeTable_block dl:not(:first-child) dd.p-feeTable_detail .detail-wrap {
  padding: 0 30px 20px;
}
@media screen and (max-width: 850px) {
  .p-feeTable_block dl:not(:first-child) dd.p-feeTable_detail .detail-wrap {
    padding: 5px 10px 8px;
  }
}
.p-feeTable_title {
  font-weight: inherit;
  width: 50%;
  background-color: #f8f6ee;
  padding: 20px 30px;
}
@media screen and (max-width: 850px) {
  .p-feeTable_title {
    width: 100%;
    padding: 5px 15px 8px;
  }
}
.p-feeTable_title .main-title {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 850px) {
  .p-feeTable_title .main-title {
    font-size: 1.6rem;
  }
}
.p-feeTable_title .sub-title {
  font-weight: 500;
}
.p-feeTable_detail {
  width: 50%;
}
@media screen and (max-width: 850px) {
  .p-feeTable_detail {
    width: 100%;
  }
}
.p-feeTable_detail .detail-wrap {
  padding: 20px 30px;
  text-align: right;
}
@media screen and (max-width: 850px) {
  .p-feeTable_detail .detail-wrap {
    padding: 5px 10px 8px;
  }
}
.p-feeTable_detail .detail-price {
  font-size: 1.8rem;
}
@media screen and (max-width: 850px) {
  .p-feeTable_detail .detail-price {
    font-size: 1.6rem;
  }
}
.p-feeTable_detail .detail-note {
  font-size: 1.4rem;
  color: #4f4d4d;
  line-height: 1.3;
}
@media screen and (max-width: 850px) {
  .p-feeTable_detail .detail-note {
    font-size: 1.2rem;
  }
}
.p-feeTable_detail .detail-list {
  min-width: 155px;
  width: max-content;
  margin-left: auto;
}
@media screen and (max-width: 850px) {
  .p-feeTable_detail .detail-list {
    min-width: 140px;
  }
}
.p-feeTable_detail .detail-list .detail-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.p-feeTable_detail .detail-list .detail-item .detail {
  font-size: 1.8rem;
  min-width: 90px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 850px) {
  .p-feeTable_detail .detail-list .detail-item .detail {
    font-size: 1.6rem;
    min-width: 80px;
  }
}
.p-feeTable_detail .detail-list .detail-item .detail::before {
  content: "：";
  font-size: 1.6rem;
}
@media screen and (max-width: 850px) {
  .p-feeTable_detail .detail-list .detail-item .detail::before {
    font-size: 1.5rem;
  }
}

/*===============================
p-treatmentFee
===============================*/
.p-treatmentFee_toc .p-page_tocList {
  flex-wrap: wrap;
}
.p-treatmentFee_toc .p-page_tocList .toc-button {
  flex: auto;
  width: 33.3333333333%;
}
@media screen and (max-width: 850px) {
  .p-treatmentFee_toc .p-page_tocList .toc-button {
    width: 85%;
  }
}
.p-treatmentFee_wrap {
  padding-bottom: 60px;
}
@media screen and (max-width: 850px) {
  .p-treatmentFee_wrap {
    padding-bottom: 30px;
  }
}
.p-treatmentFee_section {
  padding-top: 60px;
}
@media screen and (max-width: 850px) {
  .p-treatmentFee_section {
    padding-top: 40px;
  }
}
.p-treatmentFee_section #toc05 .p-feeTable_detail .detail-item .detail {
  min-width: 145px;
}
@media screen and (max-width: 850px) {
  .p-treatmentFee_section #toc05 .p-feeTable_detail .detail-item .detail {
    min-width: 130px;
  }
}
.p-treatmentFee_sectionTitle {
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .p-treatmentFee_sectionTitle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  .p-treatmentFee_sectionTitle .title-icon {
    margin-top: 6px;
  }
}
.p-treatmentFee_sectionBlock {
  padding: 25px 55px;
}
@media screen and (max-width: 850px) {
  .p-treatmentFee_sectionBlock {
    padding: 20px 0;
  }
}
.p-treatmentFee_sectionBlock#private-medical-care {
  padding-top: 50px;
}
@media screen and (max-width: 850px) {
  .p-treatmentFee_sectionBlock#private-medical-care {
    padding-top: 20px;
  }
}
.p-treatmentFee_sectionBlockTitle {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4d210a;
  font-size: 2.4rem;
  background-color: #f8f6ee;
  border-left: 5px solid #d1c08c;
  display: inline-block;
  padding: 10px 30px 10px 20px;
}
@media screen and (max-width: 850px) {
  .p-treatmentFee_sectionBlockTitle {
    font-size: 1.6rem;
    padding: 5px 20px 5px 15px;
  }
}
.p-treatmentFee_sectionBlockWrap {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .p-treatmentFee_sectionBlockWrap {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-treatmentFee_sectionBlockWrap {
    padding: 0;
    margin-top: 25px;
  }
}
.p-treatmentFee_sectionBlockWrap > .c-attention {
  text-align: center;
  font-weight: bold;
  justify-content: center;
}
.p-treatmentFee_sectionBlockWrap > .c-attention::before {
  display: none;
}
.p-treatmentFee_sectionBlockWrap .scroll-hint-shadow-wrap::before, .p-treatmentFee_sectionBlockWrap .scroll-hint-shadow-wrap::after {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-treatmentFee_sectionBlockTable {
    width: 110%;
    overflow-x: scroll;
  }
}
.p-treatmentFee_sectionBlockNote {
  color: #4f4d4d;
  margin-top: 15px;
}
.p-treatmentFee_last {
  text-align: center;
  padding: 40px 0 50px;
}
@media screen and (max-width: 850px) {
  .p-treatmentFee_last {
    padding: 30px 5% 40px;
  }
}
.p-treatmentFee_lastDetail {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4d210a;
  font-size: 2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .p-treatmentFee_lastDetail {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.p-treatmentFee_lastButton {
  margin: 0 auto;
}

/*===============================
p-introduction
===============================*/
.p-introduction_section {
  padding-top: 70px;
  padding-bottom: 90px;
}
@media screen and (max-width: 850px) {
  .p-introduction_section {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.p-introduction_section .p-column_wrap {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 850px) {
  .p-introduction_section .p-column_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-introduction_section .p-column_wrap {
    padding: 0;
  }
}
.p-introduction_sectionTitle {
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .p-introduction_sectionTitle {
    margin-bottom: 10px;
  }
}
.p-introduction_howToButtonArea {
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .p-introduction_howToButtonArea {
    margin-top: 20px;
  }
}
.p-introduction_howToButton {
  width: 550px;
}
@media screen and (max-width: 850px) {
  .p-introduction_howToButton {
    width: 100%;
  }
}
.p-introduction_howToButton .icon {
  margin-right: 10px;
}
@media screen and (max-width: 850px) {
  .p-introduction_howToButton .icon {
    height: 25px;
  }
}
.p-introduction_howToHelp {
  display: flex;
  margin-top: 30px;
}
.p-introduction_howToHelp .icon {
  background-color: #b45f33;
  padding: 10px 20px 5px;
}
.p-introduction_howToHelp .icon::before {
  content: var(--icon);
}
.p-introduction_howToHelp .detail {
  background-color: #f8f6ee;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 30px 15px;
}
.p-introduction_howToHelp .detail .detail-link {
  color: #b45f33;
  font-weight: 500;
}
.p-introduction_prepareWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .p-introduction_prepareWrap {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
}
.p-introduction_prepareBlock:nth-child(3) {
  grid-area: 2/1/3/3;
}
.p-introduction_prepareBlock .detail-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .p-introduction_prepareBlock .detail-row {
    flex-direction: column;
    gap: 20px;
  }
}
.p-introduction_prepareBlock .detail-row .detail-list {
  width: 50%;
  padding-right: 45px;
}
@media screen and (max-width: 850px) {
  .p-introduction_prepareBlock .detail-row .detail-list {
    width: 100%;
    padding-right: 0;
  }
}
.p-introduction_prepareBlock .detail-row .detail-attention {
  flex: 1;
  color: #e63c58;
  background-color: #f8f6ee;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 850px) {
  .p-introduction_prepareBlock .detail-row .detail-attention {
    flex-direction: column;
    gap: 0;
    padding: 15px 20px 20px;
  }
}
.p-introduction_prepareBlock .detail-row .detail-attention::before {
  content: url(../images/i_exclamation.png);
}
.p-introduction_prepareBlock .p-checkList_detail .detail-asterisk {
  padding: 10px 20px 15px 40px;
}
@media screen and (max-width: 850px) {
  .p-introduction_prepareBlock .p-checkList_detail .detail-asterisk {
    padding: 8px 15px 10px 30px;
  }
}
.p-introduction_hoursColumn .detail-hours {
  font-size: 2rem;
  font-weight: 700;
  background-color: #f8f6ee;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .p-introduction_hoursColumn .detail-hours {
    font-size: 1.6rem;
  }
}
.p-introduction_flow {
  border-top: 5px solid #f8f6ee;
}
@media screen and (max-width: 850px) {
  .p-introduction_flow .p-step_wrap {
    padding: 0;
  }
}
@media screen and (max-width: 414px) {
  .p-introduction_flow .p-step_wrap .p-checkList_wrap .c-button_download {
    width: calc(100% + 28px);
    margin-left: -28px;
  }
}
.p-introduction_flowHead .head-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.p-introduction_flowHead .head-detail {
  text-align: center;
}
@media screen and (max-width: 850px) {
  .p-introduction_flowHead .head-detail {
    text-align: left;
  }
}
@media screen and (max-width: 850px) {
  .p-introduction_flowBlock.p-step_block {
    max-width: none;
    width: 100%;
  }
}
.p-introduction_flowBlock.p-step_block .c-button_arrow {
  width: 300px;
}
.p-introduction_flowBlock.p-step_block .p-checkList_detail .detail-colonItemWrap {
  display: flex;
}
@media screen and (max-width: 850px) {
  .p-introduction_flowBlock.p-step_block .p-checkList_detail .detail-colonItemWrap {
    display: block;
  }
}
.p-introduction_flowBlock.p-step_block .p-checkList_detail .detail-colonItemWrap .title {
  min-width: 340px;
}
@media screen and (max-width: 850px) {
  .p-introduction_flowBlock.p-step_block .p-checkList_detail .detail-colonItemWrap .title {
    min-width: auto;
    display: inline;
  }
}
.p-introduction_lastTitle {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4d210a;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .p-introduction_lastTitle {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.p-introduction_lastButton {
  margin: 0 auto;
}

/*===============================
p-checkList
===============================*/
.p-checkList_wrap {
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 850px) {
  .p-checkList_wrap {
    border-radius: 10px;
  }
}
.p-checkList_title {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  background-color: #d1c08c;
  border-radius: 20px 20px 0 0;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 850px) {
  .p-checkList_title {
    font-size: 1.6rem;
    border-radius: 10px 10px 0 0;
  }
}
.p-checkList_detail {
  padding: 20px 40px 30px;
}
@media screen and (max-width: 850px) {
  .p-checkList_detail {
    padding: 15px 20px 20px;
  }
}
.p-checkList_block {
  text-indent: -28px;
  padding-left: 28px;
}
.p-checkList_block:not(:last-child) {
  border-bottom: 2px dotted #d1c08c;
  padding-bottom: 15px;
}
.p-checkList_block:not(:first-child) {
  padding-top: 10px;
}
.p-checkList_item {
  position: relative;
}
.p-checkList_item::before {
  content: url(../images/i_check-square.png);
  margin-right: 8px;
  position: relative;
  top: 4px;
}

/*===============================
p-article
===============================*/
.p-article_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 40px 90px;
}
@media screen and (max-width: 850px) {
  .p-article_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 850px) {
  .p-article_wrap {
    padding: 40px 0 50px;
  }
}
.p-article_main {
  max-width: 1040px;
  padding: 0 40px 100px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .p-article_main {
    padding: 0 0 60px;
  }
}
.p-article_head {
  margin-bottom: 50px;
}
.p-article_breadcrumbs {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 850px) {
  .p-article_breadcrumbs {
    margin-bottom: 10px;
  }
}
.p-article_thumbnail {
  aspect-ratio: 960/576;
  margin-bottom: 20px;
}
.p-article_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-article_content, .editor-styles-wrapper {
  padding: 0 80px;
}
@media screen and (max-width: 850px) {
  .p-article_content, .editor-styles-wrapper {
    padding: 0;
  }
}
.p-article_title {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4d210a;
  font-size: 4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .p-article_title {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
.p-article_info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.p-article_info .date {
  font-size: 1.4rem;
}
.p-article_info .category {
  font-size: 1.4rem;
  font-weight: 700;
  border: 1px solid #d0bf8b;
  border-radius: 20px;
  padding: 0 20px;
}
.p-article_pagenavi {
  border-top: 1px solid #d0bf8b;
  padding: 50px 0 70px;
}
@media screen and (max-width: 600px) {
  .p-article_pagenavi {
    padding-top: 40px;
  }
}
.p-article_pagenavi .nav-links {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .p-article_pagenavi .nav-links .nav-previous,
  .p-article_pagenavi .nav-links .nav-next {
    width: calc(50% - 10px);
  }
}
.p-article_pagenavi .nav-links .nav-previous a,
.p-article_pagenavi .nav-links .nav-next a {
  background-color: #fff;
  border: 1px solid #d0bf8b;
  border-radius: 10px;
  padding: 16px 25px 18px;
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  width: 265px;
  height: 60px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-article_pagenavi .nav-links .nav-previous a,
  .p-article_pagenavi .nav-links .nav-next a {
    width: 100%;
  }
}
.p-article_pagenavi .nav-links .nav-previous a:hover,
.p-article_pagenavi .nav-links .nav-next a:hover {
  background-color: #d0bf8b;
  color: #fff;
}

.p-article_content #ez-toc-container, .editor-styles-wrapper #ez-toc-container {
  background-color: #f8f6ee;
  padding: 45px 70px 50px;
  width: calc(100% + 160px);
  margin-left: -80px;
}
@media screen and (max-width: 850px) {
  .p-article_content #ez-toc-container, .editor-styles-wrapper #ez-toc-container {
    padding: 20px 20px 30px;
    width: 100%;
    margin-left: 0;
  }
}
.p-article_content #ez-toc-container .ez-toc-title-container, .editor-styles-wrapper #ez-toc-container .ez-toc-title-container {
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .p-article_content #ez-toc-container .ez-toc-title-container, .editor-styles-wrapper #ez-toc-container .ez-toc-title-container {
    margin-bottom: 10px;
  }
}
.p-article_content #ez-toc-container .ez-toc-title-container .ez-toc-title, .editor-styles-wrapper #ez-toc-container .ez-toc-title-container .ez-toc-title {
  color: #277d8a;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 850px) {
  .p-article_content #ez-toc-container .ez-toc-title-container .ez-toc-title, .editor-styles-wrapper #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 18px;
  }
}
.p-article_content #ez-toc-container .ez-toc-list, .editor-styles-wrapper #ez-toc-container .ez-toc-list {
  padding-left: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-article_content #ez-toc-container .ez-toc-list .ez-toc-heading-level-2, .editor-styles-wrapper #ez-toc-container .ez-toc-list .ez-toc-heading-level-2 {
  text-indent: -1em;
  padding-left: 1em;
}
.p-article_content #ez-toc-container .ez-toc-list .ez-toc-heading-level-2::before, .editor-styles-wrapper #ez-toc-container .ez-toc-list .ez-toc-heading-level-2::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background-color: #277d8a;
  margin-right: 6px;
}
.p-article_content #ez-toc-container .ez-toc-list .ez-toc-heading-level-2 a, .editor-styles-wrapper #ez-toc-container .ez-toc-list .ez-toc-heading-level-2 a {
  font-size: 18px;
}
@media screen and (max-width: 850px) {
  .p-article_content #ez-toc-container .ez-toc-list .ez-toc-heading-level-2 a, .editor-styles-wrapper #ez-toc-container .ez-toc-list .ez-toc-heading-level-2 a {
    font-size: 15px;
  }
}
.p-article_content h2, .editor-styles-wrapper h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  border-left: 5px solid #d1c08c;
  padding-left: 20px;
  margin: 30px 0;
}
@media screen and (max-width: 850px) {
  .p-article_content h2, .editor-styles-wrapper h2 {
    font-size: 18px;
    border-left: 3px solid #d1c08c;
    padding-left: 15px;
  }
}
.p-article_content h3, .editor-styles-wrapper h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  border-left: 5px solid #d1c08c;
  padding: 10px 20px 15px;
  background-color: #f8f6ee;
  margin: 20px 0;
}
@media screen and (max-width: 850px) {
  .p-article_content h3, .editor-styles-wrapper h3 {
    font-size: 16px;
    border-left: 3px solid #d1c08c;
    padding: 8px 10px 10px;
  }
}
.p-article_content h4, .editor-styles-wrapper h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 20px 0;
  display: flex;
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-article_content h4, .editor-styles-wrapper h4 {
    font-size: 16px;
  }
}
.p-article_content h4::before, .editor-styles-wrapper h4::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #e63c58;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
@media screen and (max-width: 850px) {
  .p-article_content h4::before, .editor-styles-wrapper h4::before {
    margin-right: 5px;
    width: 25px;
    height: 25px;
  }
}
.p-article_content h4::after, .editor-styles-wrapper h4::after {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 11px;
}
@media screen and (max-width: 850px) {
  .p-article_content h4::after, .editor-styles-wrapper h4::after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 7px;
    left: 9px;
  }
}
.p-article_content h5, .editor-styles-wrapper h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 20px 0;
  display: flex;
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-article_content h5, .editor-styles-wrapper h5 {
    font-size: 16px;
  }
}
.p-article_content h5::before, .editor-styles-wrapper h5::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #f8f6ee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
@media screen and (max-width: 850px) {
  .p-article_content h5::before, .editor-styles-wrapper h5::before {
    margin-right: 5px;
    width: 25px;
    height: 25px;
  }
}
.p-article_content h5::after, .editor-styles-wrapper h5::after {
  content: "";
  width: 12px;
  height: 8px;
  border-left: 3px solid #277d8a;
  border-bottom: 3px solid #277d8a;
  transform: rotate(-45deg);
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 9px;
}
@media screen and (max-width: 850px) {
  .p-article_content h5::after, .editor-styles-wrapper h5::after {
    border-left: 2px solid #277d8a;
    border-bottom: 2px solid #277d8a;
    top: 7px;
    left: 7px;
  }
}
.p-article_content .wp-block-image :where(figcaption), .editor-styles-wrapper .wp-block-image :where(figcaption) {
  color: #4f4d4d;
  font-size: 14px;
  margin-top: 2px;
}
.p-article_content .attention, .editor-styles-wrapper .attention {
  border: 1px dashed #b45f33;
  border-radius: 10px;
  padding: 15px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .p-article_content .attention, .editor-styles-wrapper .attention {
    padding: 10px 15px 15px;
  }
}
.p-article_content .attention .title, .editor-styles-wrapper .attention .title {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #b45f33;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .p-article_content .attention .title, .editor-styles-wrapper .attention .title {
    font-size: 16px;
  }
}
.p-article_content .attention .title::before, .editor-styles-wrapper .attention .title::before {
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 26px;
  margin-right: 10px;
}
@media screen and (max-width: 850px) {
  .p-article_content .attention .title::before, .editor-styles-wrapper .attention .title::before {
    margin-right: 5px;
    font-size: 22px;
  }
}
.p-article_content .attention .detail, .editor-styles-wrapper .attention .detail {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3b3637;
  font-size: 18px;
  padding-left: 35px;
}
@media screen and (max-width: 850px) {
  .p-article_content .attention .detail, .editor-styles-wrapper .attention .detail {
    font-size: 15px;
    padding-left: 28px;
  }
}
.p-article_content .remarks, .editor-styles-wrapper .remarks {
  background-color: #f8f6ee;
  border-radius: 10px;
  padding: 15px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .p-article_content .remarks, .editor-styles-wrapper .remarks {
    padding: 10px 15px 15px;
  }
}
.p-article_content .remarks .title, .editor-styles-wrapper .remarks .title {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3b3637;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .p-article_content .remarks .title, .editor-styles-wrapper .remarks .title {
    font-size: 16px;
  }
}
.p-article_content .remarks .title::before, .editor-styles-wrapper .remarks .title::before {
  content: "\f303";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 26px;
  margin-right: 10px;
}
@media screen and (max-width: 850px) {
  .p-article_content .remarks .title::before, .editor-styles-wrapper .remarks .title::before {
    margin-right: 5px;
    font-size: 22px;
  }
}
.p-article_content .remarks .detail, .editor-styles-wrapper .remarks .detail {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3b3637;
  font-size: 18px;
  padding-left: 35px;
}
@media screen and (max-width: 850px) {
  .p-article_content .remarks .detail, .editor-styles-wrapper .remarks .detail {
    font-size: 15px;
    padding-left: 28px;
  }
}

.editor-styles-wrapper {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.875;
}

/*===============================
p-category
===============================*/
.p-category_wrap {
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #d0bf8b;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .p-category_wrap {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }
}
.p-category_title {
  font-size: 1.8rem;
  font-weight: 700;
  padding-right: 25px;
  border-right: 1px solid #d0bf8b;
  flex-shrink: 0;
}
@media screen and (max-width: 850px) {
  .p-category_title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-category_title {
    border-right: none;
    margin-bottom: 8px;
  }
}
.p-category_list {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-left: 25px;
}
@media screen and (max-width: 600px) {
  .p-category_list {
    padding: 0;
    gap: 15px 20px;
  }
}
.p-category_item a {
  font-size: 1.4rem;
  border: 1px solid #d0bf8b;
  border-radius: 20px;
  padding: 5px 20px;
}
.p-category_item a:hover {
  background-color: #d0bf8b;
  color: #fff;
}
.p-category_item a.current {
  color: #fff;
  background-color: #277d8a;
  border: 1px solid #277d8a;
}

/*===============================
p-blogList
===============================*/
.p-blogList {
  display: flex;
  gap: 50px 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-blogList {
    gap: 30px 20px;
  }
}
.p-blogList_block {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 768px) {
  .p-blogList_block {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .p-blogList_block {
    width: 100%;
  }
}
.p-blogList_block .block-image {
  border: 1px solid #d0bf8b;
  aspect-ratio: 358/215;
}
.p-blogList_block .block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .p-blogList_block .block-image img {
    width: 100%;
  }
}
.p-blogList_block .block-detail {
  margin-top: 10px;
}
.p-blogList_block .block-detail .block-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-blogList_block .block-detail .block-info .block-date {
  font-size: 1.4rem;
}
.p-blogList_block .block-detail .block-info .block-category {
  color: #d1c08c;
  font-size: 1.4rem;
}
.p-blogList_pagenavi {
  margin-top: 100px;
}
@media screen and (max-width: 850px) {
  .p-blogList_pagenavi {
    margin-top: 50px;
  }
}
.p-blogList_pagenavi .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.p-blogList_pagenavi .wp-pagenavi .page,
.p-blogList_pagenavi .wp-pagenavi .current {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
  border-bottom: 1px solid #adadad;
  display: inline-block;
}
@media screen and (max-width: 850px) {
  .p-blogList_pagenavi .wp-pagenavi .page,
  .p-blogList_pagenavi .wp-pagenavi .current {
    font-size: 1.8rem;
  }
}
.p-blogList_pagenavi .wp-pagenavi .nextpostslink,
.p-blogList_pagenavi .wp-pagenavi .previouspostslink {
  font-size: 2.6rem;
  margin-top: 5px;
}
@media screen and (max-width: 850px) {
  .p-blogList_pagenavi .wp-pagenavi .nextpostslink,
  .p-blogList_pagenavi .wp-pagenavi .previouspostslink {
    font-size: 1.6rem;
    margin-top: 0;
  }
}

/*===============================
p-concept
===============================*/
.p-concept_firstView {
  position: relative;
}
.p-concept_firstView::before {
  content: "";
  background-color: #f8f6ee;
  position: absolute;
  left: 0;
  bottom: 6%;
  width: 100vw;
  height: 500px;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .p-concept_firstView::before {
    width: 100%;
    height: 460px;
    margin: 0;
  }
}
@media screen and (max-width: 850px) {
  .p-concept_firstView::before {
    bottom: 0;
    height: auto;
    aspect-ratio: 750/365;
  }
}
.p-concept_column .column-detail {
  white-space: nowrap;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-concept_column .column-detail {
    white-space: normal;
    margin-right: 0;
  }
}
.p-concept_column .column-detail::before {
  content: "";
  background-image: url(../images/concept/image_concept_main02.png);
  background-size: 100%;
  position: absolute;
  bottom: 8%;
  width: 100%;
  aspect-ratio: 614/484;
}
@media screen and (max-width: 1200px) {
  .p-concept_column .column-detail::before {
    bottom: 3%;
  }
}
@media screen and (max-width: 850px) {
  .p-concept_column .column-detail::before {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .p-concept_image {
    margin-top: 40px;
  }
}
.p-concept_feature {
  padding: 30px 0 80px;
}
@media screen and (max-width: 850px) {
  .p-concept_feature {
    padding: 50px 0;
  }
}
.p-concept_featureHead {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 850px) {
  .p-concept_featureHead {
    padding: 0 5%;
    margin-bottom: 30px;
  }
}
.p-concept_featureTitle {
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .p-concept_featureTitle {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
.p-concept_featureSlide .slide-list .slide-item {
  margin: 0 5px;
}
@media screen and (max-width: 850px) {
  .p-concept_featureSlide .slide-list .slide-item {
    margin: 0 3px;
  }
}
.p-concept_featureSlide .slide-list .slide-item .slide-caption {
  font-size: 1.4rem;
}
@media screen and (max-width: 850px) {
  .p-concept_featureSlide .slide-list .slide-item .slide-caption {
    font-size: 1rem;
  }
}
.p-concept_featureSlide .slide-list .slick-next,
.p-concept_featureSlide .slide-list .slick-prev {
  top: 29%;
  bottom: auto;
  transform: none;
  margin: 0;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .p-concept_featureSlide .slide-list .slick-next,
  .p-concept_featureSlide .slide-list .slick-prev {
    display: none !important;
  }
}
.p-concept_featureSlide .slide-list .slick-next {
  right: 31%;
}
.p-concept_featureSlide .slide-list .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-left: 2px solid #3b3637;
  border-bottom: 2px solid #3b3637;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.p-concept_featureSlide .slide-list .slick-prev {
  left: 31%;
}
.p-concept_featureSlide .slide-list .slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-left: 2px solid #3b3637;
  border-bottom: 2px solid #3b3637;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-concept_featureThumbnail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 40%;
  padding: 0 5px;
  margin: 30px auto 0;
}
@media screen and (max-width: 850px) {
  .p-concept_featureThumbnail {
    width: 100%;
    padding: 0 5%;
    margin: 20px auto 0;
  }
}
.p-concept_featureThumbnail li {
  width: calc(25% - 7.5px);
  cursor: pointer;
}
.p-concept_featureThumbnail li img {
  width: 100%;
  height: auto;
  transition: border-color 0.3s ease;
}
.p-concept_featureDetail hr {
  border-top: 4px solid #f8f6ee;
  margin: 70px 0 60px;
}
@media screen and (max-width: 850px) {
  .p-concept_featureDetail hr {
    margin: 40px 0;
    border-top: 3px solid #f8f6ee;
  }
}
.p-concept_featureDetail .p-column_wrap {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 850px) {
  .p-concept_featureDetail .p-column_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-concept_featureDetail .p-column_wrap {
    padding: 0;
  }
}
.p-concept_featureButton {
  margin-top: 20px;
}
.p-concept_featureButton .c-button_arrow--medium {
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .p-concept_featureButton .c-button_arrow--medium {
    width: 80%;
  }
}
.p-concept_desire {
  border-top: 4px solid #f8f6ee;
  padding: 70px 0;
}
@media screen and (max-width: 850px) {
  .p-concept_desire {
    padding: 40px 0 50px;
  }
}
.p-concept_desireHead {
  text-align: center;
}
.p-concept_desireHead .head-title {
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .p-concept_desireHead .head-title {
    margin-top: 5px;
  }
}
.p-concept_desireHead .head-image {
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .p-concept_desireHead .head-image {
    margin-top: 20px;
  }
}
.p-concept_desireHead .head-detail {
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .p-concept_desireHead .head-detail {
    margin-top: 20px;
    text-align: left;
  }
}
.p-concept_desireWrap {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .p-concept_desireWrap {
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
  }
}
.p-concept_desireWrap .image {
  flex-shrink: 0;
}
.p-concept_desireWrap .image img {
  width: 100%;
}

/*===============================
p-counselling
===============================*/
.p-counselling_title {
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-counselling_title .sub-title {
    position: absolute;
    right: 0;
    top: 4px;
  }
}
.p-counselling_wrap {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 90px;
}
@media screen and (max-width: 850px) {
  .p-counselling_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-counselling_wrap {
    padding: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 850px) {
  .p-counselling_wrap .p-column_detail .detail-text .c-bullet {
    text-indent: 0;
    padding-left: 0;
    display: flex;
    align-items: baseline;
  }
}
.p-counselling_wrap .p-column_detail .detail-text .c-bullet::before {
  flex-shrink: 0;
}
@media screen and (max-width: 850px) {
  .p-counselling_wrap .p-column_detail .detail-text .c-bullet .title {
    min-width: 80px;
    display: flex;
  }
}
.p-counselling_wrap .p-column_detail .detail-text .c-bullet .title::after {
  content: "：";
}
@media screen and (max-width: 850px) {
  .p-counselling_wrap .p-column_detail .detail-text .c-bullet .title::after {
    margin-left: auto;
  }
}
@media screen and (max-width: 850px) {
  .p-counselling_wrap .p-column_detail .detail-text .c-button_arrow--medium {
    width: 80%;
  }
}

/*===============================
p-infertility
===============================*/
.p-infertility_title {
  position: relative;
}
.p-infertility_title .main-title {
  font-size: 4.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 850px) {
  .p-infertility_title .main-title {
    font-size: 2.7rem;
  }
}
.p-infertility_title .sub-title {
  position: absolute;
  right: -80px;
  top: 10px;
}
@media screen and (max-width: 850px) {
  .p-infertility_title .sub-title {
    right: -55px;
    top: 6px;
  }
}
.p-infertility_toc .p-page_tocList .toc-button {
  height: 70px;
}
@media screen and (max-width: 850px) {
  .p-infertility_toc .p-page_tocList .toc-button {
    min-height: 65px;
  }
}
.p-infertility_about {
  padding-top: 70px;
  padding-bottom: 90px;
}
@media screen and (max-width: 850px) {
  .p-infertility_about {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.p-infertility_about .p-column_wrap {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 850px) {
  .p-infertility_about .p-column_wrap {
    padding: 0;
  }
}
.p-infertility_aboutTitle {
  margin-bottom: 30px;
}
.p-infertility_aboutButton {
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .p-infertility_aboutButton {
    width: 80%;
  }
}
.p-infertility_process {
  padding: 70px 0 80px;
}
@media screen and (max-width: 850px) {
  .p-infertility_process {
    padding: 30px 0 40px;
  }
}
.p-infertility_processHead {
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  .p-infertility_processHead {
    margin-bottom: 20px;
  }
}
.p-infertility_processHead .head-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
@media screen and (max-width: 850px) {
  .p-infertility_processHead .head-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 850px) {
  .p-infertility_processHead .head-title .title-icon {
    height: 20px;
  }
}
.p-infertility_processHead .head-detail {
  text-align: center;
}
@media screen and (max-width: 850px) {
  .p-infertility_processHead .head-detail {
    text-align: left;
  }
}
.p-infertility_processWrap {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 850px) {
  .p-infertility_processWrap {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-infertility_processWrap {
    padding: 0;
  }
}
.p-infertility_processBlock {
  grid-template-columns: 140px 1fr;
  column-gap: 25px;
  padding: 0;
  background-color: #fff;
}
@media screen and (max-width: 850px) {
  .p-infertility_processBlock {
    grid-template-columns: 90px auto;
    gap: 0;
  }
}
@media screen and (max-width: 850px) {
  .p-infertility_processBlock .block-image {
    max-width: none;
  }
}
.p-infertility_processBlock .block-title {
  padding: 20px 30px 0 0;
}
@media screen and (max-width: 850px) {
  .p-infertility_processBlock .block-title {
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
    padding: 15px;
  }
}
.p-infertility_processBlock .block-detail {
  padding: 0 30px 20px 0;
}
@media screen and (max-width: 850px) {
  .p-infertility_processBlock .block-detail {
    padding: 15px 25px;
  }
}
.p-infertility_processDetail {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 70px;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .p-infertility_processDetail {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-infertility_processDetail {
    padding: 0;
    text-align: left;
    margin-top: 20px;
  }
}
.p-infertility_test {
  padding: 80px 0 90px;
}
@media screen and (max-width: 850px) {
  .p-infertility_test {
    padding: 40px 0 50px;
  }
}
.p-infertility_testHead {
  margin-bottom: 50px;
}
@media screen and (max-width: 850px) {
  .p-infertility_testHead {
    margin-bottom: 30px;
  }
}
.p-infertility_testTitle {
  margin-bottom: 10px;
}
.p-infertility_testDetail {
  padding: 0 55px;
}
@media screen and (max-width: 850px) {
  .p-infertility_testDetail {
    padding: 0;
  }
}
.p-infertility_testWrap {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 850px) {
  .p-infertility_testWrap {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-infertility_testWrap {
    padding: 0;
  }
}
.p-infertility_testWrap > .title {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4d210a;
  font-size: 2.4rem;
  background-color: #f8f6ee;
  border-left: 5px solid #d1c08c;
  display: inline-block;
  padding: 10px 30px 10px 20px;
}
@media screen and (max-width: 850px) {
  .p-infertility_testWrap > .title {
    font-size: 1.6rem;
    padding: 5px 20px 5px 15px;
  }
}
.p-infertility_testList {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 40px;
}
@media screen and (max-width: 850px) {
  .p-infertility_testList {
    margin-top: 20px;
    gap: 25px;
  }
}
.p-infertility_testBlock {
  display: flex;
}
@media screen and (max-width: 850px) {
  .p-infertility_testBlock {
    flex-direction: column;
  }
}
.p-infertility_testBlock .block-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  width: 340px;
  flex-shrink: 0;
}
@media screen and (max-width: 850px) {
  .p-infertility_testBlock .block-title {
    font-size: 1.7rem;
  }
}
.p-infertility_testBlock .block-detail {
  border-left: 1px solid #d1c08c;
  padding-left: 30px;
}
@media screen and (max-width: 850px) {
  .p-infertility_testBlock .block-detail {
    border-left: 0;
    border-top: 1px solid #d1c08c;
    padding-left: 0;
    padding-top: 5px;
  }
}
.p-infertility_testBlock .block-detail .block-note .p-note_detail {
  border-spacing: 0 10px;
}
.p-infertility_testBlock .block-detail .block-note .p-note_detail .c-bullet {
  line-height: 1.5;
  text-indent: 0;
  display: table-row;
}
@media screen and (max-width: 850px) {
  .p-infertility_testBlock .block-detail .block-note .p-note_detail .c-bullet {
    display: block;
    text-indent: -18px;
  }
}
.p-infertility_testBlock .block-detail .block-note .p-note_detail .c-bullet::before {
  flex-shrink: 0;
  margin-top: 9px;
}
.p-infertility_testBlock .block-detail .block-note .p-note_detail .c-bullet .title {
  display: table-cell;
  white-space: nowrap;
  position: relative;
  padding-right: 16px;
}
@media screen and (max-width: 850px) {
  .p-infertility_testBlock .block-detail .block-note .p-note_detail .c-bullet .title {
    display: inline;
  }
}
.p-infertility_testBlock .block-detail .block-note .p-note_detail .c-bullet .title::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 850px) {
  .p-infertility_testBlock .block-detail .block-note .p-note_detail .c-bullet .title::after {
    position: static;
  }
}
.p-infertility_flow {
  padding: 60px 0 70px;
}
@media screen and (max-width: 850px) {
  .p-infertility_flow {
    padding: 30px 0 40px;
  }
}
.p-infertility_flowHead {
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  .p-infertility_flowHead {
    margin-bottom: 20px;
  }
}
.p-infertility_flowHead .head-title {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 850px) {
  .p-infertility_flowHead .head-title .title-icon {
    height: 20px;
  }
}
.p-infertility_flowWrap {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 850px) {
  .p-infertility_flowWrap {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-infertility_flowWrap {
    padding: 0;
  }
}
.p-infertility_flowColumn {
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .p-infertility_flowColumn {
    margin-top: 10px;
  }
}
.p-infertility_flowMessage {
  max-width: 800px;
  padding: 30px 40px 40px;
  background-color: #fff;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: 170px 1fr;
  column-gap: 30px;
}
@media screen and (max-width: 850px) {
  .p-infertility_flowMessage {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    margin: 20px auto 0;
  }
}
.p-infertility_flowMessage .image {
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 850px) {
  .p-infertility_flowMessage .image {
    width: 30%;
    margin: 0 auto;
  }
}
.p-infertility_flowMessage .title {
  font-family: contralto-big, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  color: #277d8a;
}
@media screen and (max-width: 850px) {
  .p-infertility_flowMessage .title {
    font-size: 1.7rem;
    margin-top: 10px;
  }
}
.p-infertility_flowMessage .detail .c-button_arrow {
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  .p-infertility_flowMessage .detail .c-button_arrow {
    margin-top: 15px;
    width: 85%;
  }
}
.p-infertility_flowButtonArea {
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .p-infertility_flowButtonArea {
    margin-top: 40px;
  }
}
.p-infertility_flowButtonArea > .text {
  text-align: center;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4d210a;
  font-size: 2.2rem;
}
@media screen and (max-width: 850px) {
  .p-infertility_flowButtonArea > .text {
    font-size: 1.6rem;
  }
}
.p-infertility_flowButtonArea > .button {
  margin: 20px auto 0;
}

/*===============================
.p-subsidy
===============================*/
.p-subsidy_title {
  position: relative;
}
.p-subsidy_title .sub-title {
  position: absolute;
  top: 10px;
  left: 160px;
}
@media screen and (max-width: 850px) {
  .p-subsidy_title .sub-title {
    top: 5px;
    left: 90px;
  }
}
.p-subsidy_section {
  padding-top: 60px;
}
@media screen and (max-width: 850px) {
  .p-subsidy_section {
    padding-top: 40px;
  }
}
.p-subsidy_table {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .p-subsidy_table {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-subsidy_table {
    padding: 0;
    margin-top: 20px;
    gap: 40px;
  }
}
.p-subsidy_block > .block-detail .detail-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-subsidy_block > .block-detail .detail-list .list-item {
  padding: 10px 20px;
  line-height: 1.4;
}
@media screen and (max-width: 850px) {
  .p-subsidy_block > .block-detail .detail-list .list-item {
    padding: 10px 10px 12px;
  }
}
.p-subsidy_block > .block-detail > .detail-button {
  border-radius: 20px;
  line-height: 1.4;
  max-width: none;
}
@media screen and (max-width: 850px) {
  .p-subsidy_block > .block-detail > .detail-button {
    border-radius: 10px;
    padding: 10px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p-subsidy_block > .block-detail .detail-document {
  display: flex;
  gap: 20px;
  margin: 40px 0;
}
@media screen and (max-width: 850px) {
  .p-subsidy_block > .block-detail .detail-document {
    flex-direction: column;
    margin: 30px 0 20px;
  }
}
.p-subsidy_block > .block-detail .detail-document .document-block {
  flex: 1;
}
.p-subsidy_block > .block-detail .detail-document .document-block .title {
  font-weight: 700;
  background-color: #d1c08c;
  border-radius: 20px 20px 0 0;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .p-subsidy_block > .block-detail .detail-document .document-block .title {
    border-radius: 10px 10px 0 0;
  }
}
.p-subsidy_block > .block-detail .detail-document .document-block .image {
  border: 1px solid #d1c08c;
  padding: 15px 15px 20px;
  display: block;
  height: calc(100% - 50px);
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-subsidy_block > .block-detail .detail-document .document-block .image {
    border-radius: 0 0 10px 10px;
    padding: 10px 10px 15px;
    height: 300px;
    overflow: hidden;
  }
}
.p-subsidy_block > .block-detail .detail-document .document-block .image .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 850px) {
  .p-subsidy_block > .block-detail .detail-document .document-block .image .button {
    width: 45px;
    height: 45px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 850px) {
  .p-subsidy_block > .block-detail .detail-document .document-block .image .button img {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .p-subsidy_block > .block-detail .detail-buttonWrap {
    width: 80%;
    margin: 0 auto;
  }
}
.p-subsidy_block > .block-detail .detail-buttonWrap .detail-note {
  text-align: center;
  border-radius: 20px;
  padding: 15px 20px 20px;
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  .p-subsidy_block > .block-detail .detail-buttonWrap .detail-note {
    border-radius: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .p-subsidy_block > .block-detail .detail-buttonWrap .detail-note {
    margin-top: 10px;
  }
}
.p-subsidy_block > .block-detail .detail-buttonWrap > .detail-button {
  border-radius: 20px;
  display: block;
  line-height: 1.4;
  max-width: none;
}
@media screen and (max-width: 850px) {
  .p-subsidy_block > .block-detail .detail-buttonWrap > .detail-button {
    border-radius: 10px;
    padding: 7px;
    height: 60px;
  }
}
.p-subsidy_block > .block-detail .detail-buttonList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .p-subsidy_block > .block-detail .detail-buttonList {
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.p-subsidy_block > .block-detail .detail-buttonList > .list-item {
  width: calc(50% - 10px);
  border-radius: 20px;
  height: 60px;
  margin: 0;
}
@media screen and (max-width: 850px) {
  .p-subsidy_block > .block-detail .detail-buttonList > .list-item {
    border-radius: 10px;
  }
}
@media screen and (max-width: 600px) {
  .p-subsidy_block > .block-detail .detail-buttonList > .list-item {
    width: 100%;
    margin: 0 auto;
  }
}
.p-subsidy_block > .block-detail .detail-buttonList > p.list-item {
  line-height: 1.3;
  padding: 8px;
}
.p-subsidy_block > .block-detail .detail-caplimit {
  margin: 30px 0;
}
@media screen and (max-width: 850px) {
  .p-subsidy_block > .block-detail .detail-caplimit {
    margin: 20px 0;
  }
}
.p-subsidy_block > .block-detail .detail-caplimit .scroll-hint-shadow-wrap::after {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-subsidy_block > .block-detail .detail-caplimit .detail-caplimitWrap {
    width: 110%;
    overflow-x: scroll;
  }
}
.p-subsidy_block > .block-detail .detail-caplimit .detail-caplimitWrap .detail-caplimitTable {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .p-subsidy_block > .block-detail .detail-caplimit .detail-caplimitWrap .detail-caplimitTable {
    width: 600px;
    padding-right: 9%;
  }
}
.p-subsidy_block > .block-detail .detail-caplimit .detail-caplimitWrap .detail-caplimitTable .detail-caplimitHead {
  display: flex;
  gap: 10px;
}
.p-subsidy_block > .block-detail .detail-caplimit .detail-caplimitWrap .detail-caplimitTable .detail-caplimitHead .head-title {
  text-align: center;
  font-weight: 700;
  background-color: #d1c08c;
  margin-left: 5px;
  width: calc(47% - 10px);
  padding: 5px 0 7px;
}
.p-subsidy_block > .block-detail .detail-caplimit .detail-caplimitWrap .detail-caplimitTable .detail-caplimitHead .head-detail {
  text-align: center;
  font-weight: 700;
  background-color: #d1c08c;
  width: calc(53% - 5px);
  padding: 5px 0 7px;
}
.p-subsidy_block > .block-detail .detail-caplimit .detail-caplimitWrap .detail-caplimitTable .detail-caplimitBlock {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.p-subsidy_block > .block-detail .detail-caplimit .detail-caplimitWrap .detail-caplimitTable .detail-caplimitBlock .block-title {
  font-weight: 500;
  border-left: 5px solid #d1c08c;
  background-color: #f8f6ee;
  width: calc(47% - 5px);
  padding: 25px 15px 30px;
}
@media screen and (max-width: 850px) {
  .p-subsidy_block > .block-detail .detail-caplimit .detail-caplimitWrap .detail-caplimitTable .detail-caplimitBlock .block-title {
    padding: 15px 15px 17px;
  }
}
.p-subsidy_block > .block-detail .detail-caplimit .detail-caplimitWrap .detail-caplimitTable .detail-caplimitBlock .block-detail {
  background-color: #f8f6ee;
  width: calc(53% - 5px);
  padding: 25px 20px 30px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .p-subsidy_block > .block-detail .detail-caplimit .detail-caplimitWrap .detail-caplimitTable .detail-caplimitBlock .block-detail {
    padding: 15px 20px 17px;
  }
}
.p-subsidy_block > .block-detail .detail-caplimit > .c-text--attention {
  text-align: right;
}
@media screen and (max-width: 850px) {
  .p-subsidy_block > .block-detail .detail-caplimit > .c-text--attention {
    text-align: left;
  }
}
.p-subsidy_last {
  padding: 40px;
  margin-top: 90px;
}
@media screen and (max-width: 850px) {
  .p-subsidy_last {
    padding: 30px 5%;
    margin-top: 40px;
  }
}
.p-subsidy_last .text {
  text-align: center;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4d210a;
  font-size: 2.2rem;
}
@media screen and (max-width: 850px) {
  .p-subsidy_last .text {
    font-size: 1.6rem;
  }
}

/*===============================
p-facility
===============================*/
.p-facility_wrap {
  padding-bottom: 60px;
}
@media screen and (max-width: 850px) {
  .p-facility_wrap {
    padding-bottom: 40px;
  }
}

.p-facility_slide .slide-list .slide-item {
  margin: 0 5px;
}
@media screen and (max-width: 850px) {
  .p-facility_slide .slide-list .slide-item {
    margin: 0 3px;
  }
}
.p-facility_slide .slide-list .slide-item .slide-image img {
  width: 100%;
}
.p-facility_slide .slide-list .slide-item .slide-caption {
  font-size: 1.4rem;
}
@media screen and (max-width: 850px) {
  .p-facility_slide .slide-list .slide-item .slide-caption {
    font-size: 1rem;
  }
}
.p-facility_slide .slide-list .slick-next,
.p-facility_slide .slide-list .slick-prev {
  top: 24%;
  bottom: auto;
  transform: none;
  margin: 0;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .p-facility_slide .slide-list .slick-next,
  .p-facility_slide .slide-list .slick-prev {
    display: none !important;
  }
}
.p-facility_slide .slide-list .slick-next {
  right: 31%;
}
.p-facility_slide .slide-list .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-left: 2px solid #3b3637;
  border-bottom: 2px solid #3b3637;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.p-facility_slide .slide-list .slick-prev {
  left: 31%;
}
.p-facility_slide .slide-list .slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-left: 2px solid #3b3637;
  border-bottom: 2px solid #3b3637;
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-facility_floormap {
  margin-top: 120px;
}
@media screen and (max-width: 850px) {
  .p-facility_floormap {
    margin-top: 40px;
  }
}
.p-facility_floormapInner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .p-facility_floormapInner {
    width: 90%;
  }
}
.p-facility_floormapImage {
  position: relative;
}
.p-facility_floormapImage .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 850px) {
  .p-facility_floormapImage .button {
    width: 45px;
    height: 45px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 850px) {
  .p-facility_floormapImage .button img {
    width: 70%;
  }
}

.p-facility_room {
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .p-facility_room {
    margin-top: 35px;
  }
}
.p-facility_roomInner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .p-facility_roomInner {
    width: 90%;
  }
}

/*===============================
p-faq
===============================*/
.p-faq_wrap {
  padding-bottom: 90px;
}
@media screen and (max-width: 850px) {
  .p-faq_wrap {
    padding-bottom: 40px;
  }
}

.p-faq_firstView {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 40px 0;
}
@media screen and (max-width: 850px) {
  .p-faq_firstView {
    width: 90%;
  }
}
@media screen and (max-width: 850px) {
  .p-faq_firstView {
    padding: 40px 0 0;
  }
}

.p-faq_tocList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 850px) {
  .p-faq_tocList {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 0;
  }
}
.p-faq_tocList .toc-button {
  width: auto;
}
@media screen and (max-width: 850px) {
  .p-faq_tocList .toc-button {
    width: 85%;
  }
}

.p-faq_contents {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 70px 0;
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .p-faq_contents {
    width: 90%;
  }
}
@media screen and (max-width: 850px) {
  .p-faq_contents {
    gap: 40px 0;
    margin-top: 30px;
  }
}
.p-faq_categoryTitle {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  color: #4d210a;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .p-faq_categoryTitle {
    font-size: 1.8rem;
  }
}

.p-faq_list {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .p-faq_list {
    margin-top: 15px;
  }
}
.p-faq_question {
  background-color: #f8f6ee;
  border-bottom: 1px solid #d1c08c;
  padding: 0.5em 40px;
  display: flex;
  align-items: baseline;
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  .p-faq_question {
    padding: 0.5em 1em;
  }
}
.p-faq_question::before {
  content: "Q.";
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 850px) {
  .p-faq_question::before {
    font-size: 1.6rem;
  }
}
.p-faq_question::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: bold;
  margin-left: auto;
  transition: 0.3s;
}
.p-faq_question.is-active::after {
  transform: rotate(-180deg);
}
.p-faq_questionText {
  font-size: 1.8rem;
  margin: 0 0.5em 0 0.25em;
}
@media screen and (max-width: 850px) {
  .p-faq_questionText {
    font-size: 1.4rem;
  }
}
.p-faq_answerWrap {
  background-color: #f8f6ee;
  padding: 1em 40px;
  display: none;
}
@media screen and (max-width: 850px) {
  .p-faq_answerWrap {
    padding: 0.5em 1em 1.5em;
  }
}
.p-faq_answer {
  display: flex;
  align-items: baseline;
}
.p-faq_answer::before {
  content: "A.";
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 850px) {
  .p-faq_answer::before {
    font-size: 1.6rem;
  }
}
.p-faq_answerText {
  font-size: 1.8rem;
  margin-left: 0.25em;
}
@media screen and (max-width: 850px) {
  .p-faq_answerText {
    font-size: 1.4rem;
  }
}
.p-faq_answerText a {
  color: #277d8a;
  border-bottom: 1px solid;
}

/*===============================
p-information
===============================*/
.p-information_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 40px 90px;
}
@media screen and (max-width: 850px) {
  .p-information_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 850px) {
  .p-information_wrap {
    padding: 40px 0 50px;
  }
}

.p-information_list {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}
@media screen and (max-width: 850px) {
  .p-information_list {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-information_list {
    gap: 45px 0;
  }
}
.p-information_listBlock .block-head {
  border-bottom: 1px solid #d0bf8b;
}
.p-information_listBlock .block-date {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4d210a;
}
@media screen and (max-width: 850px) {
  .p-information_listBlock .block-date {
    font-size: 1.2rem;
  }
}
.p-information_listBlock .block-title {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4d210a;
  font-size: 2.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 850px) {
  .p-information_listBlock .block-title {
    font-size: 1.6rem;
  }
}
.p-information_listBlock .block-contents {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 1em;
}
@media screen and (max-width: 850px) {
  .p-information_listBlock .block-contents {
    margin-top: 0.5em;
  }
}

.p-information_pagenavi {
  margin-top: 100px;
}
@media screen and (max-width: 850px) {
  .p-information_pagenavi {
    margin-top: 80px;
  }
}
.p-information_pagenavi .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.p-information_pagenavi .wp-pagenavi .page,
.p-information_pagenavi .wp-pagenavi .current {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
  border-bottom: 1px solid #adadad;
  display: inline-block;
}
@media screen and (max-width: 850px) {
  .p-information_pagenavi .wp-pagenavi .page,
  .p-information_pagenavi .wp-pagenavi .current {
    font-size: 1.8rem;
  }
}

/*===============================
p-secondOpinion
===============================*/
.p-secondOpinion_title {
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-secondOpinion_title .sub-title {
    position: absolute;
    right: -100px;
    top: 6px;
  }
}
.p-secondOpinion_column .column-detail ul li {
  display: flex;
  align-items: baseline;
}
.p-secondOpinion_column .column-detail ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #277d8a;
  margin-right: 0.5em;
}

.p-secondOpinion_section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 850px) {
  .p-secondOpinion_section {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}

.p-secondOpinion_prepareWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}
@media screen and (max-width: 850px) {
  .p-secondOpinion_prepareWrap {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
  }
}
.p-secondOpinion_prepareBlock .p-checkList_detail .c-button_tel {
  width: 100%;
}

/*===============================
p-howToReserve
===============================*/
.p-howToReserve_title {
  position: relative;
}
.p-howToReserve_title .sub-title {
  position: absolute;
  right: -90px;
  top: 8px;
}
@media screen and (max-width: 850px) {
  .p-howToReserve_title .sub-title {
    position: absolute;
    right: -68px;
    top: 4px;
  }
}
.p-howToReserve_section {
  padding-bottom: 130px;
}
@media screen and (max-width: 850px) {
  .p-howToReserve_section {
    padding-bottom: 60px;
  }
}
.p-howToReserve_wrap {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 40px;
}
@media screen and (max-width: 850px) {
  .p-howToReserve_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-howToReserve_wrap {
    padding: 0;
    margin-top: 20px;
  }
}
.p-howToReserve_button {
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .p-howToReserve_button {
    margin-top: 15px;
  }
}
.p-howToReserve_button .c-button_arrow--medium {
  font-size: 2rem;
  font-weight: 700;
  width: 550px;
  height: 120px;
}
@media screen and (max-width: 850px) {
  .p-howToReserve_button .c-button_arrow--medium {
    font-size: 1.6rem;
    width: 100%;
    height: 70px;
  }
}
.p-howToReserve_button .c-button_arrow--medium .text {
  margin-left: 10px;
}
@media screen and (max-width: 850px) {
  .p-howToReserve_button .c-button_arrow--medium .icon {
    height: 25px;
  }
}

/*===============================
p-jobOpenings
===============================*/
.p-jobOpenings_firstView {
  padding: 90px 40px 40px;
}
@media screen and (max-width: 850px) {
  .p-jobOpenings_firstView {
    padding: 40px 5% 20px;
  }
}
.p-jobOpenings_wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px 110px;
}
@media screen and (max-width: 850px) {
  .p-jobOpenings_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-jobOpenings_wrap {
    padding: 0 5% 60px;
  }
}
.p-jobOpenings_wrap .p-section_title {
  font-size: 2rem;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .p-jobOpenings_wrap .p-section_title {
    font-size: 1.6rem;
    justify-content: flex-start;
  }
}
.p-jobOpenings_buttonList {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .p-jobOpenings_buttonList {
    margin-top: 20px;
  }
}
.p-jobOpenings_buttonList .list-item {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}
@media screen and (max-width: 850px) {
  .p-jobOpenings_buttonList .list-item {
    max-width: none;
    width: 100%;
  }
}
.p-jobOpenings_buttonList .list-item::after {
  content: "〉";
  margin-left: 8px;
}

/*===============================
p-top
===============================*/
.p-top {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 850px) {
  .p-top {
    font-size: 1.4rem;
  }
}

.p-top_firstView {
  position: relative;
}
.p-top_mainvisual {
  margin: 30px 50px 0;
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-top_mainvisual {
    margin: 0;
  }
}
.p-top_mainvisualImage img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
@media screen and (max-width: 850px) {
  .p-top_mainvisualImage img {
    height: 275px;
  }
}
.p-top_mainvisualWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 850px) {
  .p-top_mainvisualWrap {
    max-width: 320px;
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  .p-top_mainvisualWrap {
    top: 53%;
  }
}
@media screen and (max-width: 600px) {
  .p-top_mainvisualLogo {
    width: 76%;
    margin: 0 auto;
  }
}
.p-top_mainvisualText {
  background-color: #277d8a;
  color: #fff;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2.5px;
  padding: 0.5em 1em;
  margin-top: 25px;
}
@media screen and (max-width: 850px) {
  .p-top_mainvisualText {
    padding: 1em 1em;
    margin-top: 20px;
  }
}
.p-top_mainvisualTextTitle {
  font-size: 3rem;
}
@media screen and (max-width: 850px) {
  .p-top_mainvisualTextTitle {
    font-size: 1.5rem;
  }
}
.p-top_mainvisualTextTitle span {
  font-size: 2.4rem;
}
@media screen and (max-width: 850px) {
  .p-top_mainvisualTextTitle span {
    font-size: 1.2rem;
  }
}
.p-top_mainvisualTextName {
  font-size: 2rem;
}
@media screen and (max-width: 850px) {
  .p-top_mainvisualTextName {
    font-size: 1rem;
  }
}
.p-top_mainvisualDate {
  position: absolute;
  top: -110px;
  left: -180px;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  color: #277d8a;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  width: 172px;
  height: 163px;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .p-top_mainvisualDate {
    width: 33%;
    max-width: 120px;
    height: auto;
    aspect-ratio: 172/163;
    font-size: 1.5rem;
    top: -65px;
    left: -115px;
  }
}
@media screen and (max-width: 600px) {
  .p-top_mainvisualDate {
    max-width: 78px;
    width: 100%;
    font-size: 1.1rem;
    top: -70px;
    left: -25px;
  }
}
.p-top_mainvisualDate::before {
  content: "";
  background-image: url("../images/image_date-background.png");
  background-size: cover;
  width: 172px;
  height: 163px;
  display: inline-block;
}
@media screen and (max-width: 850px) {
  .p-top_mainvisualDate::before {
    width: 100%;
    height: auto;
    aspect-ratio: 172/163;
  }
}
.p-top_mainvisualDate .date-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 850px) {
  .p-top_mainvisualDate .date-text {
    top: 48%;
  }
}
.p-top_mainvisualDate .date-text span {
  font-size: 3.2rem;
}
@media screen and (max-width: 850px) {
  .p-top_mainvisualDate .date-text span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-top_mainvisualDate .date-text span {
    font-size: 1.4rem;
  }
}

.p-top_schedule {
  position: absolute;
  right: 0;
  bottom: 0px;
}
@media screen and (max-width: 850px) {
  .p-top_schedule {
    position: static;
  }
}
.p-top_scheduleTable {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #d0bf8b;
  border-radius: 40px 0 0 40px;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .p-top_scheduleTable {
    border-radius: 0;
    width: 100%;
  }
}
.p-top_scheduleTable .table-head {
  background-color: #d0bf8b;
  height: 60px;
}
@media screen and (max-width: 850px) {
  .p-top_scheduleTable .table-head {
    height: 45px;
  }
}
.p-top_scheduleTable .table-head th {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  border: 1px solid #d0bf8b;
}
@media screen and (max-width: 850px) {
  .p-top_scheduleTable .table-head th {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-top_scheduleTable .table-head th {
    width: 40px;
  }
}
@media screen and (max-width: 850px) {
  .p-top_scheduleTable .table-head th:last-child {
    width: 20px;
  }
}
.p-top_scheduleTable .table-head th.title {
  width: 140px;
  padding: 0 20px;
}
@media screen and (max-width: 850px) {
  .p-top_scheduleTable .table-head th.title {
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .p-top_scheduleTable .table-head th.title {
    width: auto;
    min-width: 100px;
  }
}
.p-top_scheduleTable .table-head th.holiday .holiday-wrap {
  width: 30px;
  height: 40px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-top_scheduleTable .table-head th.holiday .holiday-wrap {
    width: 20px;
    height: 28px;
  }
}
.p-top_scheduleTable .table-head th.holiday .holiday-wrap span {
  font-size: 1.4rem;
}
@media screen and (max-width: 850px) {
  .p-top_scheduleTable .table-head th.holiday .holiday-wrap span {
    font-size: 0.9rem;
  }
}
.p-top_scheduleTable .table-head th.holiday .holiday-wrap span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.p-top_scheduleTable .table-head th.holiday .holiday-wrap span:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-top_scheduleTable .table-head th.holiday .holiday-wrap::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 1px;
  background-color: #3b3637;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
@media screen and (max-width: 850px) {
  .p-top_scheduleTable .table-head th.holiday .holiday-wrap::before {
    width: 24px;
    top: 43%;
  }
}
.p-top_scheduleTable .table-body {
  background-color: #f8f6ee;
}
.p-top_scheduleTable .table-body tr {
  height: 70px;
}
@media screen and (max-width: 850px) {
  .p-top_scheduleTable .table-body tr {
    height: 45px;
  }
}
.p-top_scheduleTable .table-body tr:first-child td {
  border-bottom: 1px solid #d0bf8b;
}
.p-top_scheduleTable .table-body td {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #d0bf8b;
}
@media screen and (max-width: 850px) {
  .p-top_scheduleTable .table-body td {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 850px) {
  .p-top_scheduleTable .table-body td:nth-last-child(-n+2) {
    border: none;
  }
}
.p-top_scheduleTable .table-body td.hours {
  font-size: 1.8rem;
  font-weight: bold;
  width: 140px;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .p-top_scheduleTable .table-body td.hours {
    font-size: 1.2rem;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .p-top_scheduleTable .table-body td.hours {
    width: auto;
    min-width: 100px;
  }
}
.p-top_scheduleTable .table-body td .triangle {
  font-size: 1.6rem;
  line-height: 1.1;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 850px) {
  .p-top_scheduleTable .table-body td .triangle {
    font-size: 1rem;
    gap: 0;
  }
}
.p-top_scheduleTable .table-body td .triangle::before {
  content: "";
  background-image: url(../images/i_triangle.png);
  background-size: 100%;
  width: 20px;
  height: 17px;
}
@media screen and (max-width: 850px) {
  .p-top_scheduleTable .table-body td .triangle::before {
    width: 13px;
    height: 11px;
  }
}

.p-top_news {
  margin-left: 50px;
  padding-top: 30px;
}
@media screen and (max-width: 850px) {
  .p-top_news {
    margin-left: 0;
    padding-top: 20px;
  }
}
.p-top_news::after {
  content: "";
  display: block;
  border-bottom: 1px solid #d0bf8b;
  margin-top: auto;
  padding-top: 20px;
  width: 50%;
}
@media screen and (max-width: 850px) {
  .p-top_news::after {
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
  }
}
.p-top_newsInner {
  width: 50%;
  padding-left: calc((100% - 1170px) / 2);
  padding-right: 60px;
}
@media screen and (max-width: 850px) {
  .p-top_newsInner {
    width: 90%;
    margin: 0 auto;
    padding-right: 0;
  }
}
.p-top_newsWrap {
  display: flex;
}
@media screen and (max-width: 850px) {
  .p-top_newsWrap {
    flex-direction: column;
    padding: 0 20px 0 10px;
  }
}
.p-top_newsHead {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.p-top_newsArticle {
  flex: 1;
}
.p-top_newsBlock {
  display: flex;
  margin-left: 2em;
}
@media screen and (max-width: 850px) {
  .p-top_newsBlock {
    margin-left: 0;
  }
}
.p-top_newsBlock::after {
  content: "〉";
  margin-left: auto;
}
@media screen and (max-width: 850px) {
  .p-top_newsBlock::after {
    margin-left: auto;
  }
}
.p-top_newsDate {
  color: #277d8a;
}
.p-top_newsTitle {
  width: 315px;
  margin-left: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 850px) {
  .p-top_newsTitle {
    width: auto;
    margin: 0 1em;
  }
}

.p-top_concept {
  margin-top: 100px;
}
@media screen and (max-width: 850px) {
  .p-top_concept {
    margin-top: 35px;
  }
}
.p-top_conceptInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .p-top_conceptInner {
    width: 90%;
  }
}
.p-top_conceptWrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .p-top_conceptWrap {
    display: block;
  }
}
.p-top_conceptImage img {
  width: 100%;
}
@media screen and (max-width: 850px) {
  .p-top_conceptDetail {
    margin-top: 1.5em;
  }
}
.p-top_conceptDetailTitle {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.2rem;
  color: #4d210a;
}
@media screen and (max-width: 850px) {
  .p-top_conceptDetailTitle {
    font-size: 1.8rem;
  }
}
.p-top_conceptDetailText {
  margin-top: 1em;
}
@media screen and (max-width: 850px) {
  .p-top_conceptDetailText {
    margin-top: 0.5em;
  }
}
.p-top_conceptDetailButton {
  margin-top: 2em;
}
@media screen and (max-width: 850px) {
  .p-top_conceptDetailButton {
    width: 80%;
    height: 60px;
  }
}

.p-top_treatment {
  background: #f8f6ee;
  padding: 70px 0;
  margin-top: 120px;
}
@media screen and (max-width: 850px) {
  .p-top_treatment {
    padding: 40px 0;
    margin-top: 55px;
  }
}
.p-top_treatmentInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .p-top_treatmentInner {
    width: 90%;
  }
}
.p-top_treatmentList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 20px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top_treatmentList {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
    margin-top: 20px;
  }
}
.p-top_treatmentBlock {
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .p-top_treatmentBlock {
    border-radius: 10px;
  }
}
.p-top_treatmentBlockImage img {
  border-radius: 20px 20px 0 0;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .p-top_treatmentBlockImage img {
    border-radius: 10px 10px 0 0;
  }
}
.p-top_treatmentBlockDetail {
  padding: 1.5em 1.9em 1.5em 2em;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 850px) {
  .p-top_treatmentBlockDetail {
    padding: 1em 1.5em;
  }
}
.p-top_treatmentBlockTitle {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
}
@media screen and (max-width: 850px) {
  .p-top_treatmentBlockTitle {
    font-size: 1.6rem;
  }
}
.p-top_treatmentBlockTitleIcon {
  height: 21px;
  margin-right: 0.5em;
}
@media screen and (max-width: 850px) {
  .p-top_treatmentBlockTitleIcon {
    height: 18px;
    margin-right: 0.25em;
  }
}
.p-top_treatmentBlockText {
  margin-top: 0.5em;
}
@media screen and (max-width: 850px) {
  .p-top_treatmentBlockList {
    margin-top: 0.5em;
  }
}
.p-top_treatmentBlockItem .item-text {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  display: flex;
  align-items: center;
  padding: 1em 0;
}
.p-top_treatmentBlockItem .item-text::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #277d8a;
  margin-right: 0.5em;
}
@media screen and (max-width: 850px) {
  .p-top_treatmentBlockItem .item-text::before {
    margin-right: 1em;
  }
}
.p-top_treatmentBlockItem .item-text::after {
  content: "〉";
  margin-left: auto;
}
.p-top_treatmentBlockItem:nth-child(n+2) {
  border-top: 2px dotted #d0bf8b;
}
.p-top_treatmentButton {
  margin: 40px auto 0;
}
@media screen and (max-width: 850px) {
  .p-top_treatmentButton {
    margin: 20px auto 0;
    width: 80%;
    height: 60px;
  }
}

.p-top_basics {
  padding: 115px 0;
}
@media screen and (max-width: 850px) {
  .p-top_basics {
    padding: 40px 0 45px;
  }
}
.p-top_basicsInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .p-top_basicsInner {
    width: 90%;
  }
}
.p-top_basicsWrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .p-top_basicsWrap {
    display: block;
  }
}
.p-top_basicsImage img {
  width: 100%;
}
.p-top_basicsDetail {
  width: 520px;
}
@media screen and (max-width: 850px) {
  .p-top_basicsDetail {
    margin-top: 1.5em;
    width: 100%;
  }
}
.p-top_basicsDetailText {
  margin-top: 1em;
}
@media screen and (max-width: 850px) {
  .p-top_basicsDetailText {
    margin-top: 0.5em;
  }
}
.p-top_basicsDetailNotes {
  background-color: #f8f6ee;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0.5em 1em;
  margin-top: 1em;
}
.p-top_basicsDetailButton {
  margin-top: 1.5em;
}
@media screen and (max-width: 850px) {
  .p-top_basicsDetailButton {
    width: 80%;
    height: 60px;
  }
}

.p-top_reserve {
  background-color: #f8f6ee;
  padding: 60px 0 70px;
}
@media screen and (max-width: 850px) {
  .p-top_reserve {
    padding: 25px 0 35px;
  }
}
.p-top_reserveInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .p-top_reserveInner {
    width: 90%;
  }
}
.p-top_reserveText {
  margin-top: 1em;
}
@media screen and (max-width: 850px) {
  .p-top_reserveText {
    margin-top: 0.5em;
  }
}
.p-top_reserveList {
  margin-top: 1em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
@media screen and (max-width: 850px) {
  .p-top_reserveList {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
}
.p-top_reserveButton {
  background-color: #fff;
  border: 1px solid #d0bf8b;
  border-radius: 20px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 850px) {
  .p-top_reserveButton {
    border-radius: 10px;
    height: 60px;
    font-size: 1.4rem;
  }
}
.p-top_reserveButton:hover {
  background-color: #d0bf8b;
  color: #fff;
}
.p-top_reserveButtonIcon {
  height: 32px;
}
@media screen and (max-width: 850px) {
  .p-top_reserveButtonIcon {
    height: 16px;
  }
}
.p-top_reserveButtonText {
  margin-left: 1em;
}
@media screen and (max-width: 850px) {
  .p-top_reserveButtonText {
    margin-left: 0.5em;
  }
}
.p-top_reserveButtonText::after {
  content: "〉";
  margin-left: 1em;
}
@media screen and (max-width: 850px) {
  .p-top_reserveButtonText::after {
    margin-left: 0.75em;
  }
}

.p-top_reason {
  padding: 100px 0;
  border-bottom: 4px solid #f8f6ee;
}
@media screen and (max-width: 850px) {
  .p-top_reason {
    padding: 35px 0 45px;
    border-bottom: 2.5px solid #f8f6ee;
  }
}
.p-top_reasonInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .p-top_reasonInner {
    width: 90%;
  }
}
.p-top_reasonTitle {
  align-items: flex-start;
}
@media screen and (max-width: 850px) {
  .p-top_reasonTitle .title-icon {
    height: 23px;
    margin-top: 3px;
  }
}
.p-top_reasonList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px 20px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-top_reasonList {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 25px;
  }
}
.p-top_reasonBlockDetail {
  margin-top: 0.5em;
}
.p-top_reasonBlockTitle {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #d1c08c;
  padding-bottom: 5px;
}
@media screen and (max-width: 850px) {
  .p-top_reasonBlockTitle {
    font-size: 1.4rem;
  }
}
.p-top_reasonBlockText {
  margin-top: 0.5em;
}
@media screen and (max-width: 850px) {
  .p-top_reasonBlockText {
    font-size: 1.2rem;
  }
}
.p-top_reasonButton {
  margin: 40px auto 0;
}
@media screen and (max-width: 850px) {
  .p-top_reasonButton {
    margin: 30px auto 0;
    width: 80%;
    height: 70px;
  }
}
@media screen and (max-width: 850px) {
  .p-top_reasonButton .text {
    text-align: center;
  }
}

.p-top_about {
  padding: 80px 0 0;
}
@media screen and (max-width: 850px) {
  .p-top_about {
    padding: 40px 0 0;
  }
}
.p-top_about::after {
  content: "";
  display: block;
  background: url(../images/top/image_cut.jpg) no-repeat center;
  width: 100%;
  height: 400px;
  margin-top: 110px;
}
@media screen and (max-width: 850px) {
  .p-top_about::after {
    display: none;
  }
}
.p-top_aboutInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .p-top_aboutInner {
    width: 90%;
  }
}
.p-top_aboutList {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px 0;
  margin-top: 55px;
}
@media screen and (max-width: 850px) {
  .p-top_aboutList {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-top_aboutList {
    gap: 40px 0;
    margin-top: 25px;
  }
}
.p-top_aboutBlock {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .p-top_aboutBlock {
    display: block;
  }
}
.p-top_aboutBlock:nth-child(odd) {
  flex-direction: row-reverse;
}
.p-top_aboutBlockImage {
  max-width: 400px;
}
@media screen and (max-width: 850px) {
  .p-top_aboutBlockImage {
    max-width: 100%;
  }
}
.p-top_aboutBlockImage img {
  width: 100%;
}
.p-top_aboutBlockDetail {
  width: 520px;
}
@media screen and (max-width: 850px) {
  .p-top_aboutBlockDetail {
    width: 100%;
    margin-top: 1em;
  }
}
.p-top_aboutBlockTitle {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  border-bottom: 1px solid #d1c08c;
}
@media screen and (max-width: 850px) {
  .p-top_aboutBlockTitle {
    font-size: 1.6rem;
  }
}
.p-top_aboutBlockText {
  margin-top: 0.5em;
}
.p-top_aboutBlockButtonWrap {
  margin-top: 2em;
}
@media screen and (max-width: 850px) {
  .p-top_aboutBlockButtonWrap {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 850px) {
  .p-top_aboutBlockButton {
    width: 80%;
    height: 60px;
  }
}
.p-top_aboutBlockButton:nth-child(n+2) {
  margin-top: 1em;
}

.p-top_director {
  margin-top: 120px;
}
@media screen and (max-width: 850px) {
  .p-top_director {
    margin-top: 60px;
  }
}
.p-top_directorInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .p-top_directorInner {
    width: 90%;
  }
}
.p-top_directorWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 850px) {
  .p-top_directorWrap {
    display: block;
    margin-top: 15px;
  }
}
.p-top_directorImage img {
  width: 100%;
}
.p-top_directorDetail {
  width: 560px;
}
@media screen and (max-width: 850px) {
  .p-top_directorDetail {
    width: 100%;
    margin-top: 1em;
  }
}
.p-top_directorDetailTitle {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
}
.p-top_directorDetailPosition {
  font-size: 1.4rem;
}
@media screen and (max-width: 850px) {
  .p-top_directorDetailPosition {
    font-size: 1.2rem;
  }
}
.p-top_directorDetailName {
  font-size: 3.2rem;
}
@media screen and (max-width: 850px) {
  .p-top_directorDetailName {
    font-size: 2.4rem;
  }
}
.p-top_directorDetailNameEn {
  font-size: 1.8rem;
  margin-left: 1em;
}
@media screen and (max-width: 850px) {
  .p-top_directorDetailNameEn {
    font-size: 1.3rem;
  }
}
.p-top_directorDetailTextWrap {
  margin-top: 1em;
}
@media screen and (max-width: 850px) {
  .p-top_directorDetailTextWrap {
    margin-top: 0.5em;
  }
}
.p-top_directorDetailText:nth-child(n+2) {
  margin-top: 0.5em;
}
.p-top_directorDetailButton {
  margin-top: 2em;
}
@media screen and (max-width: 850px) {
  .p-top_directorDetailButton {
    width: 80%;
    height: 60px;
  }
}

.p-top_interior {
  margin-top: 100px;
}
@media screen and (max-width: 850px) {
  .p-top_interior {
    margin-top: 55px;
  }
}
.p-top_interiorInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .p-top_interiorInner {
    width: 90%;
  }
}
.p-top_interiorInner::after {
  content: "";
  display: block;
  background: url(../images/top/image_interior02.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-top: 40px;
}
@media screen and (max-width: 850px) {
  .p-top_interiorInner::after {
    background: url(../images/top/image_interior02_sp.jpg) no-repeat center;
    background-size: cover;
    height: 265px;
    width: 100vw;
    margin-left: calc((-100vw + 100%) / 2);
  }
}
.p-top_interiorWrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 850px) {
  .p-top_interiorWrap {
    display: block;
  }
}
.p-top_interiorImage img {
  width: 100%;
}
.p-top_interiorDetail {
  width: 530px;
}
@media screen and (max-width: 850px) {
  .p-top_interiorDetail {
    width: 100%;
    margin-top: 1em;
  }
}
.p-top_interiorDetailText {
  margin-top: 1em;
}
@media screen and (max-width: 850px) {
  .p-top_interiorDetailText {
    margin-top: 0.5em;
  }
}
.p-top_interiorDetailButton {
  margin-top: 2em;
}
@media screen and (max-width: 850px) {
  .p-top_interiorDetailButton {
    margin-top: 1.5em;
    width: 80%;
    height: 60px;
  }
}

.p-top_safety {
  margin-top: 100px;
}
@media screen and (max-width: 850px) {
  .p-top_safety {
    margin-top: 45px;
  }
}
.p-top_safetyInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .p-top_safetyInner {
    width: 90%;
  }
}
.p-top_safetyWrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 850px) {
  .p-top_safetyWrap {
    display: block;
  }
}
.p-top_safetyDetail {
  width: 530px;
}
@media screen and (max-width: 850px) {
  .p-top_safetyDetail {
    width: 100%;
    margin-top: 1em;
  }
}
.p-top_safetyDetailText {
  margin-top: 1em;
}
@media screen and (max-width: 850px) {
  .p-top_safetyDetailText {
    margin-top: 0.5em;
  }
}
.p-top_safetyDetailButton {
  margin-top: 2em;
}
@media screen and (max-width: 850px) {
  .p-top_safetyDetailButton {
    width: 80%;
    height: 60px;
  }
}

.p-top_column {
  background-color: #f8f6ee;
  padding: 70px 0 60px;
  margin-top: 120px;
}
@media screen and (max-width: 850px) {
  .p-top_column {
    padding: 45px 0 50px;
    margin-top: 50px;
  }
}
.p-top_columnInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .p-top_columnInner {
    width: 90%;
  }
}
.p-top_columnTitle {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.2rem;
  color: #4d210a;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .p-top_columnTitle {
    font-size: 1.8rem;
  }
}
.p-top_columnList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px 20px;
  margin-top: 40px;
}
@media screen and (max-width: 850px) {
  .p-top_columnList {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
}
.p-top_columnBlockImage {
  border: 1px solid #d0bf8b;
}
.p-top_columnBlockImage img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
@media screen and (max-width: 850px) {
  .p-top_columnBlockImage img {
    height: 30vw;
    min-height: 120px;
    max-height: 220px;
  }
}
.p-top_columnBlockDetail {
  margin-top: 0.5em;
}
.p-top_columnBlockDetailTitle {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 850px) {
  .p-top_columnBlockDetailTitle {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 850px) {
  .p-top_columnBlockDetailDate {
    font-size: 1rem;
  }
}
.p-top_columnButton {
  margin: 30px auto 0;
}
@media screen and (max-width: 850px) {
  .p-top_columnButton {
    width: 80%;
    height: 70px;
  }
}

/*===============================
p-unitCard
===============================*/
.p-unitCard_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 40px;
}
@media screen and (max-width: 850px) {
  .p-unitCard_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
}
.p-unitCard_block .block-image {
  position: relative;
  display: block;
}
.p-unitCard_block .block-image > img {
  width: 100%;
}
.p-unitCard_block .block-image .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 850px) {
  .p-unitCard_block .block-image .button {
    width: 45px;
    height: 45px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 850px) {
  .p-unitCard_block .block-image .button img {
    width: 70%;
  }
}
.p-unitCard_block .block-detail {
  margin-top: 0.5em;
}
.p-unitCard_block .block-title {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  border-bottom: 1px solid #d1c08c;
}
@media screen and (max-width: 850px) {
  .p-unitCard_block .block-title {
    font-size: 1.6rem;
  }
}
.p-unitCard_block .block-text {
  margin-top: 0.5em;
}

/*===============================
p-ourStrength
===============================*/
.p-ourStrength_section {
  padding-top: 50px;
  padding-bottom: 90px;
}
@media screen and (max-width: 850px) {
  .p-ourStrength_section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.p-ourStrength_sectionWrap {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (max-width: 850px) {
  .p-ourStrength_sectionWrap {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-ourStrength_sectionWrap {
    padding-top: 20px;
  }
}
.p-ourStrength_sectionButtonArea {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .p-ourStrength_sectionButtonArea {
    margin-top: 30px;
    flex-direction: column;
    gap: 15px;
  }
}

/*===============================
.p-diagnosisOptions
===============================*/
.p-diagnosisOptions_title {
  position: relative;
}
.p-diagnosisOptions_title .sub-title {
  position: absolute;
  top: 7px;
  left: 265px;
  white-space: nowrap;
}
@media screen and (max-width: 850px) {
  .p-diagnosisOptions_title .sub-title {
    top: 5px;
    left: 145px;
  }
}
.p-diagnosisOptions_section {
  padding-top: 60px;
}
@media screen and (max-width: 850px) {
  .p-diagnosisOptions_section {
    padding-top: 40px;
  }
}
.p-diagnosisOptions_sectionHead .head-detail {
  margin-top: 15px;
}
@media screen and (max-width: 850px) {
  .p-diagnosisOptions_sectionHead .head-detail {
    margin-top: 5px;
  }
}
.p-diagnosisOptions_table {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .p-diagnosisOptions_table {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .p-diagnosisOptions_table {
    padding: 0;
    margin-top: 20px;
    gap: 30px;
  }
}
.p-diagnosisOptions_last {
  padding: 40px;
  margin-top: 90px;
}
@media screen and (max-width: 850px) {
  .p-diagnosisOptions_last {
    padding: 30px 5%;
    margin-top: 40px;
  }
}
.p-diagnosisOptions_last > .text {
  text-align: center;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4d210a;
  font-size: 2.2rem;
}
@media screen and (max-width: 850px) {
  .p-diagnosisOptions_last > .text {
    font-size: 1.6rem;
  }
}
.p-diagnosisOptions_last > .button {
  margin: 20px auto 0;
}

/*===============================
p-feeGrid
===============================*/
.p-feeGrid_table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 18px 10px;
}
@media screen and (max-width: 600px) {
  .p-feeGrid_table {
    width: max-content;
    padding-right: 9%;
    gap: 27px 15px;
  }
}
.p-feeGrid_block:nth-child(1) {
  grid-area: 1/1/3/2;
}
.p-feeGrid_block:nth-child(2) {
  grid-area: 1/2/3/3;
}
.p-feeGrid_block:nth-child(3) {
  grid-area: 1/3/2/4;
}
.p-feeGrid_block:nth-child(4) {
  grid-area: 2/3/3/4;
}
.p-feeGrid_blockHead {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .p-feeGrid_blockHead {
    font-size: 1.8rem;
  }
}
.p-feeGrid_blockHead .head-title {
  background-color: #d1c08c;
  padding: 1px 0 3px;
}
.p-feeGrid_blockHead .head-price {
  background-color: #f8f6ee;
  border-bottom: 1px solid #d1c08c;
  padding: 3px 0 5px;
}
.p-feeGrid_blockDetail .detail-item {
  background-color: #f8f6ee;
  border-bottom: 1px solid #fff;
  padding: 2px 40px 5px;
}
@media screen and (max-width: 850px) {
  .p-feeGrid_blockDetail .detail-item {
    padding: 2px 25px 5px;
  }
}

/*===============================
teaser-mainvisual
===============================*/
.teaser-mainvisual {
  padding: 70px 0 40px;
  min-height: 900px;
  background-color: #f8f6ee;
}
@media screen and (max-width: 850px) {
  .teaser-mainvisual {
    min-height: auto;
    height: auto;
    padding: 0 0 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 850px) {
  .teaser-mainvisual::after {
    margin-left: 0;
  }
}
.teaser-mainvisual_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .teaser-mainvisual_inner {
    width: 100%;
  }
}
.teaser-mainvisual_heading {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .teaser-mainvisual_heading {
    display: block;
    background: url(../images/image_clinic-rendering_sp.png) no-repeat;
    background-size: cover;
    aspect-ratio: 750/495;
    position: relative;
    margin-bottom: 30px;
  }
}
.teaser-mainvisual_logo {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 850px) {
  .teaser-mainvisual_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1.1em 1.3em;
  }
}
.teaser-mainvisual_wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-left: 540px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .teaser-mainvisual_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 850px) {
  .teaser-mainvisual_wrap {
    padding-left: 0;
  }
}
.teaser-mainvisual_wrap::before {
  content: "";
  display: block;
  background: url(../images/image_clinic-rendering.png) no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
  width: 893px;
  height: 647px;
  position: absolute;
  top: -30px;
  left: -150px;
}
@media screen and (max-width: 850px) {
  .teaser-mainvisual_wrap::before {
    display: none;
  }
}
.teaser-mainvisual_location {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background-color: #277d8a;
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.15em;
  padding: 0.25em 1em;
  margin-top: 20px;
  margin-left: 30px;
}
@media screen and (max-width: 850px) {
  .teaser-mainvisual_location {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding: 5px;
    position: absolute;
    bottom: -30px;
    width: 100%;
    margin: 0;
  }
}
.teaser-mainvisual_summary {
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .teaser-mainvisual_summary {
    padding-top: 25px;
  }
}
.teaser-mainvisual_summaryText {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  margin-left: auto;
}
@media screen and (max-width: 850px) {
  .teaser-mainvisual_summaryText {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    width: 285px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  .teaser-mainvisual_summaryTextMain {
    text-align: center;
  }
}
.teaser-mainvisual_summaryTextSub {
  text-align: right;
  margin-top: 1em;
}
.teaser-mainvisual_news {
  padding-top: 30px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 850px) {
  .teaser-mainvisual_news {
    width: 100%;
    margin: 0 auto;
  }
}
.teaser-mainvisual_newsHeading {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 850px) {
  .teaser-mainvisual_newsHeading {
    gap: 30px;
  }
}
.teaser-mainvisual_newsHeading span {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4d210a;
  font-size: 2rem;
  letter-spacing: 0.2em;
  flex-shrink: 0;
}
@media screen and (max-width: 850px) {
  .teaser-mainvisual_newsHeading span {
    font-size: 1.4rem;
  }
}
.teaser-mainvisual_newsHeading::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d0bf8b;
}
.teaser-mainvisual_newsHeading::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d0bf8b;
}
.teaser-mainvisual_newsList {
  border-bottom: 1px solid #d0bf8b;
  background-color: #fff;
  margin-top: -18px;
  padding: 1.3em 0;
}
@media screen and (max-width: 850px) {
  .teaser-mainvisual_newsList {
    margin-top: -12px;
  }
}
.teaser-mainvisual_newsItem {
  display: flex;
  gap: 15px;
  padding: 0 1.5em 1em;
}
.teaser-mainvisual_newsItem:not(:first-child) {
  border-top: 1px dashed #d0bf8b;
  padding-top: 0.9em;
}
.teaser-mainvisual_newsItem:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 850px) {
  .teaser-mainvisual_newsItem {
    font-size: 1.3rem;
  }
}
.teaser-mainvisual_newsDate {
  color: #277d8a;
}
.teaser-mainvisual_banner {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  width: 100%;
}
.teaser-mainvisual_banner img {
  width: 100%;
}
.teaser-mainvisual_date {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #277d8a;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  position: relative;
  width: 247px;
  height: 235px;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .teaser-mainvisual_date {
    font-size: 1.7rem;
    width: 25%;
    max-width: 120px;
    height: auto;
    aspect-ratio: 247/235;
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translate(0, -132%);
  }
}
@media screen and (max-width: 600px) {
  .teaser-mainvisual_date {
    max-width: 90px;
    font-size: 1.3rem;
    top: 50%;
    left: 5%;
    transform: translate(0, -127%);
  }
}
.teaser-mainvisual_date span {
  font-size: 4.8rem;
}
@media screen and (max-width: 850px) {
  .teaser-mainvisual_date span {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 600px) {
  .teaser-mainvisual_date span {
    font-size: 1.7rem;
  }
}
.teaser-mainvisual_date::before {
  content: "";
  background-image: url("../images/image_date-background.png");
  background-size: cover;
  width: 247px;
  height: 235px;
  display: inline-block;
}
@media screen and (max-width: 850px) {
  .teaser-mainvisual_date::before {
    width: 100%;
    height: auto;
    aspect-ratio: 247/235;
  }
}
.teaser-mainvisual_date .date-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 850px) {
  .teaser-mainvisual_date .date-text {
    top: 48%;
  }
}

/*===============================
teaser-contact
===============================*/
.teaser-contact {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 40px 80px;
}
@media screen and (max-width: 850px) {
  .teaser-contact {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .teaser-contact {
    padding: 40px 5% 50px;
  }
}
.teaser-contact_title {
  text-align: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  .teaser-contact_title {
    margin-bottom: 20px;
  }
}
.teaser-contact_note {
  display: inline-block;
  padding: 10px 70px 15px;
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  .teaser-contact_note {
    padding: 10px 20px 15px;
  }
}
.teaser-contact_button {
  margin-top: 25px;
}
.teaser-contact_button .c-button_arrow--medium {
  font-size: 2rem;
  font-weight: 700;
  width: 550px;
  height: 120px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .teaser-contact_button .c-button_arrow--medium {
    font-size: 1.6rem;
    width: 100%;
    height: 70px;
  }
}
.teaser-contact_button .c-button_arrow--medium .text {
  margin-left: 10px;
}
@media screen and (max-width: 850px) {
  .teaser-contact_button .c-button_arrow--medium .icon {
    height: 25px;
  }
}

/*====================================
Layout Adjust
====================================*/
/* Text Style
----------------------------*/
.u-indentFull {
  padding-left: 1em;
  text-indent: -1em;
}

.u-indentHalf {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.u-tCenter {
  text-align: center !important;
}

.u-tLeft {
  text-align: left !important;
}

.u-tRight {
  text-align: right !important;
}

.u-underline {
  text-decoration: underline;
}

.u-overline {
  text-decoration: overline;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-sticky {
  position: sticky;
}

.u-left0 {
  left: 0;
}

.u-right0 {
  right: 0;
}

.u-top0 {
  top: 0;
}

.u-bottom0 {
  bottom: 0;
}

.u-vTop {
  vertical-align: top !important;
}

.u-vMiddle {
  vertical-align: middle !important;
}

.u-vBottom {
  vertical-align: bottom !important;
}

.u-fLeft {
  float: left !important;
}

.u-fRight {
  float: right !important;
}

.u-fNone {
  float: none !important;
}

.u-color01 {
  color: #ff0000;
}

.u-color02 {
  color: #807f7f;
}

.u-color03 {
  color: #054872;
}

.u-colorWhite {
  color: #fff;
}

.u-colorBlack {
  color: #000;
}

.u-colorRed {
  color: #FF0;
}

.u-colorBlue {
  color: #0FF;
}

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

.u-fontNormal {
  font-weight: normal !important;
}

.u-largeText {
  font-size: 117% !important;
}

.u-xlargeText {
  font-size: 125% !important;
}

.u-smallText {
  font-size: 92% !important;
}

.u-xsmallText {
  font-size: 84% !important;
}

.u-defaultText {
  font-size: 100% !important;
}

.u-focusOff {
  color: #aaa;
}

.u-focusOn {
  color: #262626;
}

.u-inline {
  display: inline !important;
}

.u-block {
  display: block !important;
}

.u-none {
  display: none !important;
}

.u-sectionLine {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #c8c8c8;
}

/* fontsize
----------------------------*/
.u-fontSize10 {
  font-size: 10px !important;
}

.u-fontSize11 {
  font-size: 11px !important;
}

.u-fontSize12 {
  font-size: 12px !important;
}

.u-fontSize13 {
  font-size: 13px !important;
}

.u-fontSize14 {
  font-size: 14px !important;
}

.u-fontSize15 {
  font-size: 15px !important;
}

.u-fontSize16 {
  font-size: 16px !important;
}

.u-fontSize17 {
  font-size: 17px !important;
}

.u-fontSize18 {
  font-size: 18px !important;
}

.u-fontSize19 {
  font-size: 19px !important;
}

.u-fontSize20 {
  font-size: 20px !important;
}

.u-fontSize21 {
  font-size: 21px !important;
}

.u-fontSize22 {
  font-size: 22px !important;
}

.u-fontSize23 {
  font-size: 23px !important;
}

.u-fontSize24 {
  font-size: 24px !important;
}

.u-fontSize25 {
  font-size: 25px !important;
}

.u-fontSize26 {
  font-size: 26px !important;
}

.u-fontSize27 {
  font-size: 27px !important;
}

.u-fontSize28 {
  font-size: 28px !important;
}

.u-fontSize29 {
  font-size: 29px !important;
}

.u-fontSize30 {
  font-size: 30px !important;
}

.u-fontSize31 {
  font-size: 31px !important;
}

.u-fontSize32 {
  font-size: 32px !important;
}

.u-fontSize33 {
  font-size: 33px !important;
}

.u-fontSize34 {
  font-size: 34px !important;
}

.u-fontSize35 {
  font-size: 35px !important;
}

.u-fontSize36 {
  font-size: 36px !important;
}

.u-fontSize37 {
  font-size: 37px !important;
}

.u-fontSize38 {
  font-size: 38px !important;
}

.u-fontSize39 {
  font-size: 39px !important;
}

.u-fontSize40 {
  font-size: 40px !important;
}

/* margin
----------------------------*/
.u-m00 {
  margin: 0 !important;
}

.u-m01 {
  margin: 1px !important;
}

.u-m02 {
  margin: 2px !important;
}

.u-m03 {
  margin: 3px !important;
}

.u-m04 {
  margin: 4px !important;
}

.u-m05 {
  margin: 5px !important;
}

.u-m06 {
  margin: 6px !important;
}

.u-m07 {
  margin: 7px !important;
}

.u-m08 {
  margin: 8px !important;
}

.u-m09 {
  margin: 9px !important;
}

.u-m10 {
  margin: 10px !important;
}

.u-m15 {
  margin: 15px !important;
}

.u-m20 {
  margin: 20px !important;
}

.u-m25 {
  margin: 25px !important;
}

.u-m30 {
  margin: 30px !important;
}

.u-m35 {
  margin: 35px !important;
}

.u-m40 {
  margin: 40px !important;
}

.u-m45 {
  margin: 45px !important;
}

.u-m50 {
  margin: 50px !important;
}

.u-mt00 {
  margin-top: 0 !important;
}

.u-mt01 {
  margin-top: 1px !important;
}

.u-mt02 {
  margin-top: 2px !important;
}

.u-mt03 {
  margin-top: 3px !important;
}

.u-mt04 {
  margin-top: 4px !important;
}

.u-mt05 {
  margin-top: 5px !important;
}

.u-mt06 {
  margin-top: 6px !important;
}

.u-mt07 {
  margin-top: 7px !important;
}

.u-mt08 {
  margin-top: 8px !important;
}

.u-mt09 {
  margin-top: 9px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb00 {
  margin-bottom: 0 !important;
}

.u-mb01 {
  margin-bottom: 1px !important;
}

.u-mb02 {
  margin-bottom: 2px !important;
}

.u-mb03 {
  margin-bottom: 3px !important;
}

.u-mb04 {
  margin-bottom: 4px !important;
}

.u-mb05 {
  margin-bottom: 5px !important;
}

.u-mb06 {
  margin-bottom: 6px !important;
}

.u-mb07 {
  margin-bottom: 7px !important;
}

.u-mb08 {
  margin-bottom: 8px !important;
}

.u-mb09 {
  margin-bottom: 9px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mr00 {
  margin-right: 0 !important;
}

.u-mr01 {
  margin-right: 1px !important;
}

.u-mr02 {
  margin-right: 2px !important;
}

.u-mr03 {
  margin-right: 3px !important;
}

.u-mr04 {
  margin-right: 4px !important;
}

.u-mr05 {
  margin-right: 5px !important;
}

.u-mr06 {
  margin-right: 6px !important;
}

.u-mr07 {
  margin-right: 7px !important;
}

.u-mr08 {
  margin-right: 8px !important;
}

.u-mr09 {
  margin-right: 9px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-ml00 {
  margin-left: 0 !important;
}

.u-ml01 {
  margin-left: 1px !important;
}

.u-ml02 {
  margin-left: 2px !important;
}

.u-ml03 {
  margin-left: 3px !important;
}

.u-ml04 {
  margin-left: 4px !important;
}

.u-ml05 {
  margin-left: 5px !important;
}

.u-ml06 {
  margin-left: 6px !important;
}

.u-ml07 {
  margin-left: 7px !important;
}

.u-ml08 {
  margin-left: 8px !important;
}

.u-ml09 {
  margin-left: 9px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

/* padding
----------------------------*/
.u-p00 {
  padding: 0 !important;
}

.u-p01 {
  padding: 1px !important;
}

.u-p02 {
  padding: 2px !important;
}

.u-p03 {
  padding: 3px !important;
}

.u-p04 {
  padding: 4px !important;
}

.u-p05 {
  padding: 5px !important;
}

.u-p06 {
  padding: 6px !important;
}

.u-p07 {
  padding: 7px !important;
}

.u-p08 {
  padding: 8px !important;
}

.u-p09 {
  padding: 9px !important;
}

.u-p10 {
  padding: 10px !important;
}

.u-p15 {
  padding: 15px !important;
}

.u-p20 {
  padding: 20px !important;
}

.u-p25 {
  padding: 25px !important;
}

.u-p30 {
  padding: 30px !important;
}

.u-p35 {
  padding: 35px !important;
}

.u-p40 {
  padding: 40px !important;
}

.u-p45 {
  padding: 45px !important;
}

.u-p50 {
  padding: 50px !important;
}

.u-pt00 {
  padding-top: 0 !important;
}

.u-pt01 {
  padding-top: 1px !important;
}

.u-pt02 {
  padding-top: 2px !important;
}

.u-pt03 {
  padding-top: 3px !important;
}

.u-pt04 {
  padding-top: 4px !important;
}

.u-pt05 {
  padding-top: 5px !important;
}

.u-pt06 {
  padding-top: 6px !important;
}

.u-pt07 {
  padding-top: 7px !important;
}

.u-pt08 {
  padding-top: 8px !important;
}

.u-pt09 {
  padding-top: 9px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb00 {
  padding-bottom: 0 !important;
}

.u-pb01 {
  padding-bottom: 1px !important;
}

.u-pb02 {
  padding-bottom: 2px !important;
}

.u-pb03 {
  padding-bottom: 3px !important;
}

.u-pb04 {
  padding-bottom: 4px !important;
}

.u-pb05 {
  padding-bottom: 5px !important;
}

.u-pb06 {
  padding-bottom: 6px !important;
}

.u-pb07 {
  padding-bottom: 7px !important;
}

.u-pb08 {
  padding-bottom: 8px !important;
}

.u-pb09 {
  padding-bottom: 9px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pr00 {
  padding-right: 0 !important;
}

.u-pr01 {
  padding-right: 1px !important;
}

.u-pr02 {
  padding-right: 2px !important;
}

.u-pr03 {
  padding-right: 3px !important;
}

.u-pr04 {
  padding-right: 4px !important;
}

.u-pr05 {
  padding-right: 5px !important;
}

.u-pr06 {
  padding-right: 6px !important;
}

.u-pr07 {
  padding-right: 7px !important;
}

.u-pr08 {
  padding-right: 8px !important;
}

.u-pr09 {
  padding-right: 9px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pl00 {
  padding-left: 0 !important;
}

.u-pl01 {
  padding-left: 1px !important;
}

.u-pl02 {
  padding-left: 2px !important;
}

.u-pl03 {
  padding-left: 3px !important;
}

.u-pl04 {
  padding-left: 4px !important;
}

.u-pl05 {
  padding-left: 5px !important;
}

.u-pl06 {
  padding-left: 6px !important;
}

.u-pl07 {
  padding-left: 7px !important;
}

.u-pl08 {
  padding-left: 8px !important;
}

.u-pl09 {
  padding-left: 9px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

/* clearfix ------- */
.clear:before, .clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  zoom: 1;
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/*====================================
Every Parts
====================================*/
/* Pc Top
----------------------------*/
.header .boxLevel1 {
  height: 60px;
}

.boxLevel2 {
  margin: 10px 0;
}

.header .headerSerch {
  width: 730px;
  height: 60px;
}

.header .headerSerch .text {
  width: 600px;
  height: 40px;
  margin: 10px 0;
  padding: 0 10px;
}

.header .headerSerch input.btn {
  width: 60px;
  height: 40px;
  margin-left: 5px;
}

.header .headerMenu {
  margin: 15px auto;
}

.header .lText {
  width: 65%;
}

.header .rMenu {
  text-align: right;
}

.header .rMenu li {
  margin: 0 10px;
}

/*
.contents {
width: 1200px;
margin: 0 auto 20px auto;
} */
.contentsLeft {
  width: 230px;
  margin-right: 50px;
  float: left;
}

.contentsLeft .lSearchArea {
  padding: 20px 20px;
  background: #ccc;
  margin-bottom: 20px;
}

.contentsLeft .lSearchArea dd {
  text-align: center;
}

.contentsLeft .lSearchArea select {
  width: 190px;
  height: 25px;
}

.contentsLeft .lSearchArea input {
  width: 190px;
  height: 20px;
}

.contentsLeft .lSearchArea .searchBtn {
  text-align: center;
}

.contentsLeft .lSearchArea .btn {
  height: 40px;
  text-align: center;
  padding: 5px 80px;
}

.contentsLeft .sideMenu {
  padding: 10px;
}

.contentsLeft .sideMenu li {
  list-style-type: disc !important;
  list-style-position: inside;
  line-height: 1.5;
}

.contentsRight {
  width: 920px;
  float: left;
}

.footer .fTop {
  background: #ccc;
}

.footer .boxLevel4 {
  width: 1200px;
  margin: 0 auto;
}

.footer .fTitle {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.footer .fBottom {
  width: 1200px;
  margin: 30px auto 0 auto;
}

.footer .fMenu {
  text-align: center;
  margin-bottom: 0;
  background: #ccc;
  padding: 10px 0;
}

.footer .fMenu li {
  display: inline;
  padding: 0 15px;
}

.footer .fCopy {
  background: #000;
  color: #fff;
  line-height: 1.3;
  font-size: 14px;
  text-align: center;
  padding: 20px;
}

.coverToTop {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 100px;
  width: 130px;
  background: #aaa;
  color: #000;
  font-size: 32px;
  text-align: center;
}

.toTop {
  position: relative;
}

.toTop a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.js-coupon_end {
  padding: 0 !important;
}

@media screen and (max-width: 600px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-video-wrap {
    margin: 0;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-container {
  max-width: 1120px;
  box-shadow: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 731px;
}
@media screen and (max-width: 1512px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-container {
    height: 550px;
  }
}
@media screen and (max-width: 1024px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-container {
    padding-bottom: 0;
    height: auto;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-container .modaal-content {
  width: 100%;
  height: 100%;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-container .modaal-content .modaal-gallery-item {
  height: 100%;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-container .modaal-content .modaal-gallery-item img {
  max-height: 100%;
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
  margin: auto;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-close {
  background-color: #000;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 405px);
  right: calc(50% - 530px);
  transform: translate(50%, -50%);
}
@media screen and (max-width: 1512px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-close {
    top: calc(50% - 320px);
  }
}
@media screen and (max-width: 1280px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-close {
    right: calc(50% - 470px);
  }
}
@media screen and (max-width: 1024px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-close {
    right: 140px;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 1140px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-close {
    position: absolute;
    top: -75px;
    right: 0;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 850px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-close {
    top: -55px;
    width: 45px;
    height: 45px;
    border-radius: 7px;
  }
}
.modaal-wrapper .modaal-outer-wrapper .modaal-close:hover:after, .modaal-wrapper .modaal-outer-wrapper .modaal-close:hover:before, .modaal-wrapper .modaal-outer-wrapper .modaal-close:focus:after, .modaal-wrapper .modaal-outer-wrapper .modaal-close:focus:before {
  background: #fff;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-close:before, .modaal-wrapper .modaal-outer-wrapper .modaal-close:after {
  top: 14px;
  left: 30px;
  width: 1px;
  height: 30px;
}
@media screen and (max-width: 850px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-close:before, .modaal-wrapper .modaal-outer-wrapper .modaal-close:after {
    top: 12px;
    left: 22px;
    height: 23px;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}