@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 4 */
  word-break: break-word; /* 5 */
}

/* 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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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 */
}

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

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

/*color*/
/*weight*/
:root {
  --wrapPaddingHorizontal: 2rem;
}

html {
  font-size: 62.5%;
  height: 100%;
}
@media screen and (max-width: 1120px) {
  html {
    font-size: 0.8928571429vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  -webkit-font-feature-settings: "palt", "kern";
          font-feature-settings: "palt", "kern";
  font-weight: 500;
  font-size: 1.6rem;
  color: #2E1B28;
  height: 100%;
  line-height: 1.5;
}
body.drw--on {
  overflow: hidden;
}

#main {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 0;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  #main {
    padding-top: 0;
  }
}

dl, ul, ol {
  margin: 0;
  padding: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
  width: 100%;
}

.safari img {
  image-rendering: auto;
}

label {
  cursor: pointer;
}

picture {
  display: block;
}

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

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

/* link
--------------------------------------------------*/
a {
  color: inherit;
}
a:link, a:active, a:visited, a:focus {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: auto !important;
  }
  a:hover {
    opacity: 1 !important;
  }
}

.l-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .l-header {
    position: static;
    background-color: #FDF3F5;
  }
  .l-header.header-open .hmblogo {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1 !important;
    z-index: 999 !important;
  }
  .l-header.header-open .l-header_logo {
    opacity: 0;
  }
  .l-header.header-open .sp-tel {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header.header-open .sp-tel a {
    pointer-events: none !important;
  }
}
.l-header_main {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-header_main {
    width: 100%;
    padding: 2rem 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header_main .l-header-top {
    width: 100%;
    position: relative;
  }
}
.l-header_main .l-header-top .l-header_logo {
  width: 23.15rem;
  padding-top: 1.2rem;
  margin-bottom: -3.21rem;
}
.l-header_main .l-header-top .l-header_logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.l-header_main .l-header-top .l-header_logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .l-header_main .l-header-top .l-header_logo a:hover {
    opacity: 1;
  }
}
.l-header_main .l-header-top .l-header_logo img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-header_main .l-header-top .l-header_logo {
    width: 15.41rem;
    padding-top: 0;
    margin-bottom: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media screen and (max-width: 768px) {
  .l-header_main .l-header-top .sp-tel {
    width: 6rem;
    height: 6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 3;
    position: fixed;
    right: 7.6rem;
    top: 0.8rem;
  }
  .l-header_main .l-header-top .sp-tel a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    border-radius: 0.8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    text-align: center;
  }
  .l-header_main .l-header-top .sp-tel a::before {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background-image: url(../img/common/icon_phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    margin: 0 auto;
  }
  .l-header_main .l-header-top .sp-tel a span {
    display: block;
    font-size: 1.2rem;
    padding-top: 0.4rem;
  }
}
.l-header_main .l-header-top .hmbtn {
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
  position: fixed;
  right: 0.8rem;
  top: 0.8rem;
  background-color: #fff;
  border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
  .l-header_main .l-header-top .hmbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-header_main .l-header-top .hmbtn_inner {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header_main .l-header-top .hmbtn_inner span {
  position: absolute;
  left: 0;
  width: 1.6rem;
  height: 0.2rem;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #2E1B28;
}
.l-header_main .l-header-top .hmbtn_inner span:nth-of-type(1) {
  top: 1.6rem;
}
.l-header_main .l-header-top .hmbtn_inner span:nth-of-type(2) {
  top: 2.2rem;
}
.l-header_main .l-header-top .hmbtn .hmbtn_txt {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 0.6rem;
}
.l-header_main .l-header-top .hmbtn .hmbtn_txt .close {
  display: none;
}
.l-header_main .l-header-top .hmbtn.active {
  background-color: transparent;
}
.l-header_main .l-header-top .hmbtn.active .hmbtn_inner {
  top: 0.2rem;
}
.l-header_main .l-header-top .hmbtn.active .hmbtn_inner span:nth-of-type(1) {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  top: 50%;
}
.l-header_main .l-header-top .hmbtn.active .hmbtn_inner span:nth-of-type(2) {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  bottom: auto;
  top: 50%;
}
.l-header_main .l-header-top .hmbtn.active .hmbtn_txt .close {
  display: block;
}
.l-header_main .l-header-top .hmbtn.active .hmbtn_txt .open {
  display: none;
}
.l-header_main .l-header-top .hmblogo {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header_main .l-header-top .hmblogo {
    width: 15.41rem;
    display: block;
    opacity: 0;
    position: fixed;
    z-index: -1;
    pointer-events: none;
    top: 2rem;
    left: 2.4rem;
  }
}
.l-header_main_cnt {
  width: 66.3rem;
}
@media screen and (max-width: 768px) {
  .l-header_main_cnt {
    width: auto;
  }
}
.l-header_main_nav {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-header_main_nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
    width: 100%;
    pointer-events: none;
    padding-top: 10rem;
    background-color: #FDF3F5;
  }
  .l-header_main_nav--fixed {
    opacity: 1;
    z-index: 1;
    overflow-y: scroll;
    height: 100%;
    display: block;
    pointer-events: auto;
  }
}
.l-header_main_nav .l-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-header_main_nav .l-menu {
    display: none;
    margin: 0 auto;
    padding: 0 2.4rem;
  }
  .l-header_main_nav .l-menu--on {
    display: block;
  }
}
.l-header_main_nav .l-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-header_main_nav .l-menu ul {
    display: block;
    background-color: #fff;
    border-radius: 0.8rem;
    padding: 1.2rem 2.4rem;
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header_main_nav .l-menu ul li {
    width: 100%;
  }
  .l-header_main_nav .l-menu ul li:last-child a {
    border-bottom: none !important;
  }
}
.l-header_main_nav .l-menu ul li a {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .l-header_main_nav .l-menu ul li a {
    display: block;
    border-bottom: solid 1px #C1BBBF;
    padding: 2rem 1.2rem;
    font-weight: 700;
  }
  .l-header_main_nav .l-menu ul li a::after {
    content: "";
    width: 4rem;
    height: 0.8rem;
    background-image: url(../img/common/icon_arrow-blk.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 1.7rem;
    top: 2.8rem;
  }
}
.l-header_main_nav .l-menu ul li a.-show {
  border-bottom: solid 1px #E36083;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .l-header_main_nav .l-menu ul li a.-show {
    pointer-events: auto;
    border-bottom: solid 1px #C1BBBF;
  }
}
.l-header_main_nav .l-menu ul li a:hover {
  color: #E36083;
}
@media screen and (max-width: 768px) {
  .l-header_main_nav .l-menu ul li a:hover {
    color: #2E1B28;
  }
}
@media screen and (max-width: 768px) {
  .l-header_main_nav .l-menu .menu-tel {
    width: 24rem;
    margin: 0 auto;
  }
}
.l-header_main_nav .l-menu .menu-tel a {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .l-header_main_nav .l-menu .menu-tel a {
    background-color: #fff;
    display: block;
    padding: 1.2rem 0;
    text-align: center;
    border-radius: 0.8rem;
    pointer-events: auto;
  }
}
.l-header_main_nav .l-menu .menu-tel a::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/common/icon_phone.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 0.3rem;
  margin-right: 0.7rem;
}

body.is-scroll .l-header {
  position: fixed;
  background-color: #fff;
  opacity: 1;
}
body.is-scroll .l-header .l-header_logo {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  width: 15.4rem !important;
}
@media screen and (max-width: 768px) {
  body.is-scroll .l-header .l-header_logo {
    width: 15.41rem !important;
  }
}

body.is-scroll-hide .l-header {
  opacity: 0;
}

.l-footer {
  width: 100%;
  padding-top: 11.5rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: 6rem;
  }
}
.l-footer_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 54.5rem;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 3.6rem;
}
@media screen and (max-width: 768px) {
  .l-footer_head {
    display: block;
    width: 100%;
    padding-bottom: 2.3rem;
  }
}
.l-footer_head_left {
  width: 23.1rem;
}
@media screen and (max-width: 768px) {
  .l-footer_head_left {
    width: 18.5rem;
    margin: 0 auto;
    padding-bottom: 2.5rem;
  }
}
.l-footer_head_left img {
  width: 100%;
}
.l-footer_head_right {
  position: relative;
  top: 0.4rem;
}
@media screen and (max-width: 768px) {
  .l-footer_head_right {
    position: static;
    text-align: center;
  }
}
.l-footer_head_right .tel {
  padding-bottom: 0.5rem;
}
.l-footer_head_right .tel a {
  font-size: 2.4rem;
  font-weight: 700;
  pointer-events: none;
}
.l-footer_head_right .tel a::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/common/icon_phone.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 0.3rem;
  margin-right: 0.7rem;
}
.l-footer_head_right .address {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .l-footer_head_right .address {
    text-align: center;
    font-size: 1.4rem;
  }
}
.l-footer_calendar {
  width: 54.4rem;
  margin: 0 auto;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .l-footer_calendar {
    width: 32.8rem;
  }
}
.l-footer_calendar table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.l-footer_calendar table th, .l-footer_calendar table td {
  padding: 0.8rem 0;
  text-align: center;
  width: 4.8rem;
}
@media screen and (max-width: 768px) {
  .l-footer_calendar table th, .l-footer_calendar table td {
    font-size: 1.4rem;
  }
}
.l-footer_calendar table thead tr {
  border-bottom: 1px solid #C1BBBF;
}
.l-footer_calendar table thead th {
  font-weight: 500;
}
.l-footer_calendar table thead th:first-child {
  padding-left: 2.5rem;
  width: 20rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .l-footer_calendar table thead th:first-child {
    width: 16rem;
    padding-left: 1.2rem;
  }
}
.l-footer_calendar table thead th:last-child {
  padding-right: 1.8rem;
  width: 6.6rem;
}
@media screen and (max-width: 768px) {
  .l-footer_calendar table thead th:last-child {
    width: 5.3rem;
    padding-right: 0.5rem;
  }
}
.l-footer_calendar table tbody tr {
  border-bottom: 1px solid #C1BBBF;
}
.l-footer_calendar table tbody td {
  font-weight: 500;
}
.l-footer_calendar table tbody td:first-child {
  padding-left: 2.5rem;
  width: 20rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .l-footer_calendar table tbody td:first-child {
    width: 16rem;
    padding-left: 1.2rem;
  }
}
.l-footer_calendar table tbody td:last-child {
  padding-right: 1.8rem;
  width: 6.6rem;
}
@media screen and (max-width: 768px) {
  .l-footer_calendar table tbody td:last-child {
    width: 5.3rem;
    padding-right: 0.5rem;
  }
}
.l-footer_calendar .note {
  font-size: 1.4rem;
  padding-top: 1.2rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer_calendar .note {
    font-size: 1.2rem;
    padding-left: 1.2rem;
  }
}
.l-footer_nav {
  width: 46rem;
  margin: 0 auto;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .l-footer_nav {
    width: 32.8rem;
  }
}
.l-footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-footer_nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_nav ul li {
    width: 15.6rem;
    text-align: center;
    font-size: 1.4rem;
  }
}
.l-footer_nav ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer_nav ul li a:hover {
  color: #E36083;
}
@media screen and (max-width: 768px) {
  .l-footer_nav ul li a:hover {
    color: #2E1B28;
  }
}
.l-footer .copyright {
  text-align: center;
  color: #E36083;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .l-footer .copyright {
    font-size: 1.2rem;
  }
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

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

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

/* --------------------------------------------------
  preload
-------------------------------------------------- */
.u-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* --------------------------------------------------
  font,text
-------------------------------------------------- */
.u-underline {
  text-decoration: underline !important;
}

.-maru {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  -webkit-font-feature-settings: "palt", "kern";
          font-feature-settings: "palt", "kern";
  font-weight: 700;
}

.-kaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  -webkit-font-feature-settings: "palt", "kern";
          font-feature-settings: "palt", "kern";
}

.l-sec-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 2rem;
  position: relative;
  border-bottom: solid 1px #C1BBBF;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .l-sec-ttl {
    font-size: 2.4rem;
    padding-bottom: 1.2rem;
    margin-bottom: 4rem;
  }
}
.l-sec-ttl::before {
  content: "";
  width: 16rem;
  height: 2px;
  background-color: #E36083;
  position: absolute;
  bottom: -2px;
  left: 0;
}

/* --------------------------------------------------
  wrap
-------------------------------------------------- */
.l-sec {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .l-sec {
    padding: 0 2.4rem;
  }
}

.l-wrap {
  max-width: 112rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-wrap {
    width: 100%;
  }
}

/* --------------------------------------------------
  下層ページ heroエリア
-------------------------------------------------- */
.l-hero {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-top: 4.5rem;
  position: relative;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .l-hero {
    display: block;
    background-color: #FDF3F5;
    padding-top: 0.8rem;
    padding-bottom: 4rem;
  }
}
.l-hero::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FDF3F5;
  position: absolute;
  top: -8rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-hero::after {
    display: none;
  }
}
.l-hero_img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .l-hero_img {
    width: 35.2rem;
    padding-bottom: 3.2rem;
  }
}
.l-hero_img img {
  border-radius: 0 1.6rem 1.6rem 0;
  width: 100%;
  height: 100%;
  max-height: 72rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-hero_txt {
  width: 40%;
  padding-top: 15.4rem;
}
@media screen and (max-width: 768px) {
  .l-hero_txt {
    width: 100%;
    padding: 0;
  }
}
.l-hero_txt h1 {
  text-align: center;
}
.l-hero_txt h1 span {
  display: block;
}
.l-hero_txt h1 .jp {
  font-size: 4rem;
  font-weight: 700;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .l-hero_txt h1 .jp {
    font-size: 3.2rem;
    padding-bottom: 0.5rem;
  }
}
.l-hero_txt h1 .en {
  font-size: 2rem;
  color: #E36083;
}
@media screen and (max-width: 768px) {
  .l-hero_txt h1 .en {
    font-size: 1.4rem;
  }
}

.p-top {
  /* --------------------------------------------------
    トップページ セクション毎、共通タイトル
  -------------------------------------------------- */
  /* --------------------------------------------------
    MV
  -------------------------------------------------- */
  /* --------------------------------------------------
    お知らせ　NEWS
  -------------------------------------------------- */
  /* --------------------------------------------------
    当院について(ABOUT)/診療案内(GUIDE)共通
  -------------------------------------------------- */
}
@media screen and (max-width: 768px) {
  .p-top .l-header {
    background-color: #fff !important;
  }
}
.p-top .l-top-ttl {
  font-weight: 700;
}
.p-top .l-top-ttl .jp {
  display: block;
  font-size: 2.4rem;
  padding-bottom: 0.3rem;
}
.p-top .l-top-ttl .en {
  display: block;
  font-size: 1.2rem;
  color: #E36083;
}
.p-top .mv {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -8.8rem;
}
@media screen and (max-width: 768px) {
  .p-top .mv {
    display: block;
    margin-bottom: 0;
    padding-bottom: 1.5rem;
  }
}
.p-top .mv_img {
  width: 60%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .p-top .mv_img {
    width: 35.1rem;
    margin: 0 0 0 auto;
    padding-bottom: 3.2rem;
  }
}
.p-top .mv_img img {
  border-radius: 1.6rem 0 0 1.6rem;
  width: 100%;
  height: 100%;
  max-height: 72rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-top .mv_img img {
    max-height: none;
  }
}
.p-top .mv_txt {
  width: 40%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-top .mv_txt {
    width: 100%;
    padding: 0 2.4rem;
  }
}
.p-top .mv_txt_wrap {
  width: 40rem;
  margin: 0 auto;
  height: 100%;
  min-height: 56.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .mv_txt_wrap {
    width: 100%;
    height: auto;
    min-height: 0;
  }
}
.p-top .mv_txt_wrap h2 {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-top .mv_txt_wrap h2 {
    font-size: 2.4rem;
    padding-bottom: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top .mv_txt_wrap .calendar {
    padding-bottom: 3.2rem;
  }
}
.p-top .mv_txt_wrap .calendar table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.p-top .mv_txt_wrap .calendar table th, .p-top .mv_txt_wrap .calendar table td {
  padding: 0.8rem 0.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .mv_txt_wrap .calendar table th, .p-top .mv_txt_wrap .calendar table td {
    font-size: 1.4rem;
    width: 4.8rem;
  }
}
.p-top .mv_txt_wrap .calendar table thead th {
  font-weight: 500;
  border-bottom: 1px solid #C1BBBF;
}
.p-top .mv_txt_wrap .calendar table thead th:first-child {
  padding-left: 1.5rem;
  padding-right: 0;
  width: 13rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-top .mv_txt_wrap .calendar table thead th:first-child {
    width: 16rem;
    padding-left: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top .mv_txt_wrap .calendar table thead th:last-child {
    width: 5.3rem;
    padding-right: 0.5rem;
  }
}
.p-top .mv_txt_wrap .calendar table tbody td {
  font-weight: 500;
  border-bottom: 1px solid #C1BBBF;
}
.p-top .mv_txt_wrap .calendar table tbody td:first-child {
  padding-left: 1.5rem;
  padding-right: 0;
  width: 13rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-top .mv_txt_wrap .calendar table tbody td:first-child {
    width: 16rem;
    padding-left: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top .mv_txt_wrap .calendar table tbody td:last-child {
    width: 5.3rem;
    padding-right: 0.5rem;
  }
}
.p-top .mv_txt_wrap .calendar .mv-note {
  font-size: 1.4rem;
  padding-top: 1rem;
  padding-left: 1.5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-top .mv_txt_wrap .calendar .mv-note {
    font-size: 1.2rem;
    padding-left: 1.2rem;
    padding-top: 1.2rem;
    padding-bottom: 3rem;
  }
}
.p-top .mv_txt_wrap .calendar .mv-access {
  padding-bottom: 0.7rem;
}
@media screen and (max-width: 768px) {
  .p-top .mv_txt_wrap .calendar .mv-access {
    font-size: 1.4rem;
    padding-bottom: 0.3rem;
  }
}
.p-top .mv_txt_wrap .calendar .mv-detail {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-top .mv_txt_wrap .calendar .mv-detail {
    font-size: 1.2rem;
  }
}
.p-top .mv_txt_wrap .scroll-line {
  font-size: 1.2rem;
  color: #E36083;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
  position: absolute;
  bottom: 10rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-top .mv_txt_wrap .scroll-line {
    position: static;
  }
}
.p-top .mv_txt_wrap .scroll-line::before {
  content: "";
  width: 1px;
  height: 12rem;
  background-color: #E36083;
  position: absolute;
  left: -0.8rem;
  bottom: 0;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  z-index: 1;
}
.p-top .mv_txt_wrap .scroll-line::after {
  content: "";
  width: 1px;
  height: 12rem;
  background-color: #C1BBBF;
  position: absolute;
  left: -0.8rem;
  bottom: 0;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.p-top .t-news {
  background-color: #FDF3F5;
  padding-top: 14.8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-top .t-news {
    padding-top: 12rem;
    padding-bottom: 6rem;
  }
}
.p-top .t-news_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top .t-news_flx {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-top .t-news_flx_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-bottom: 1.2rem;
  }
}
.p-top .t-news_flx_ttl .l-top-ttl {
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-top .t-news_flx_ttl .l-top-ttl {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top .t-news_flx_ttl .more {
    padding-top: 0.9rem;
  }
}
.p-top .t-news_flx_ttl .more a {
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top .t-news_flx_ttl .more a::after {
  content: "";
  width: 0.5rem;
  height: 0.9rem;
  background-image: url(../img/common/icon_dogleg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 0.2rem;
  margin-left: 1.2rem;
}
.p-top .t-news_flx_ttl .more a:hover {
  color: #E36083;
}
@media screen and (max-width: 768px) {
  .p-top .t-news_flx_ttl .more a:hover {
    color: #2E1B28;
  }
}
.p-top .t-news_flx_list {
  width: 92.8rem;
}
@media screen and (max-width: 768px) {
  .p-top .t-news_flx_list {
    width: 100%;
  }
}
.p-top .t-news_flx_list li {
  display: block;
  width: 100%;
  border-bottom: solid 1px #C1BBBF;
}
.p-top .t-news_flx_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 2rem;
  padding-right: 8rem;
}
@media screen and (max-width: 768px) {
  .p-top .t-news_flx_list li a {
    display: block;
    padding: 1.4rem 1.2rem;
  }
}
.p-top .t-news_flx_list li a::after {
  content: "";
  width: 4rem;
  height: 0.8rem;
  background-image: url(../img/common/icon_arrow-blk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 2rem;
  top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-top .t-news_flx_list li a::after {
    display: none;
  }
}
.p-top .t-news_flx_list li a .date {
  margin-right: 3rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-top .t-news_flx_list li a .date {
    display: block;
    margin: 0;
    padding-bottom: 0.4rem;
  }
}
.p-top .t-news_flx_list li a .txt {
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top .t-news_flx_list li a .txt {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-right: 6rem;
    position: relative;
  }
  .p-top .t-news_flx_list li a .txt::after {
    content: "";
    width: 4rem;
    height: 0.8rem;
    min-width: 4rem;
    background-image: url(../img/common/icon_arrow-blk.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    position: absolute;
    right: 0;
    top: 0.7rem;
  }
}
.p-top .t-news_flx_list li a:hover .txt {
  color: #E36083;
}
@media screen and (max-width: 768px) {
  .p-top .t-news_flx_list li a:hover .txt {
    color: #2E1B28;
  }
}
.p-top .ag-sec {
  padding-top: 12rem;
}
.p-top .ag-sec_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .ag-sec_flx {
    display: block;
  }
}
.p-top .ag-sec_flx_img {
  width: 60rem;
  margin-right: -52rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top .ag-sec_flx_img {
    width: 28rem;
    margin: 0 auto;
    margin-bottom: -10.5rem;
  }
}
.p-top .ag-sec_flx_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6rem;
}
.p-top .ag-sec_flx_txt {
  width: 104rem;
  background-color: #FDF3F5;
  border-radius: 1.6rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-top .ag-sec_flx_txt {
    width: 100%;
    margin-top: 0;
    padding: 13.5rem 2.4rem 6rem !important;
  }
}
.p-top .ag-sec_flx_txt .txt-inner {
  width: 52rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top .ag-sec_flx_txt .txt-inner {
    width: 100%;
  }
}
.p-top .ag-sec_flx_txt .txt-inner .txt-cnt {
  width: 32rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top .ag-sec_flx_txt .txt-inner .txt-cnt {
    width: 100%;
  }
}
.p-top .ag-sec_flx_txt .txt-inner .txt-cnt .l-top-ttl {
  padding-bottom: 2rem;
}
.p-top .ag-sec_flx_txt .txt-inner .txt-cnt p {
  line-height: 2;
  padding-bottom: 3.6rem;
}
.p-top .ag-sec_flx_txt .txt-inner .txt-cnt .more {
  width: 24rem;
  margin: 0 auto;
}
.p-top .ag-sec_flx_txt .txt-inner .txt-cnt .more a {
  display: block;
  background-color: #E36083;
  color: #fff;
  text-align: center;
  border-radius: 0.8rem;
  padding: 1.8rem 1rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top .ag-sec_flx_txt .txt-inner .txt-cnt .more a::after {
  content: "";
  width: 4rem;
  height: 0.8rem;
  background-image: url(../img/common/icon_arrow_wht.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  position: relative;
  bottom: 0.3rem;
}
.p-top .ag-sec_flx_txt .txt-inner .txt-cnt .more a:hover {
  background-color: #E97F9B;
}
@media screen and (max-width: 768px) {
  .p-top .ag-sec_flx_txt .txt-inner .txt-cnt .more a:hover {
    background-color: #E36083;
  }
}
.p-top .ag-sec.t-guide .ag-sec_flx_img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  margin-left: -52rem;
}
@media screen and (max-width: 768px) {
  .p-top .ag-sec.t-guide .ag-sec_flx_img {
    margin: 0 auto;
    margin-bottom: -10.5rem;
  }
}
.p-top .ag-sec.t-guide .ag-sec_flx_txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 7rem;
}
.p-top .ag-sec.t-guide .ag-sec_flx_txt .txt-inner {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  .p-top .ag-sec.t-guide .ag-sec_flx_txt .txt-inner {
    margin: 0;
  }
}

.p-about {
  /* --------------------------------------------------
    中野山眼科について sec01
  -------------------------------------------------- */
  /* --------------------------------------------------
    医師紹介 sec02
  -------------------------------------------------- */
  /* --------------------------------------------------
    当院が取得している施設基準 sec03
  -------------------------------------------------- */
}
.p-about .sec01 {
  padding-bottom: 12rem;
}
.p-about .sec01 .flx-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-about .sec01 .flx-box {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    gap: 0;
  }
}
.p-about .sec01 .flx-box_txt {
  width: 54.4rem;
  position: relative;
  bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  .p-about .sec01 .flx-box_txt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2;
    bottom: 0;
  }
}
.p-about .sec01 .flx-box_txt p {
  line-height: 2;
}
.p-about .sec01 .flx-box_img {
  width: 54.4rem;
}
@media screen and (max-width: 768px) {
  .p-about .sec01 .flx-box_img {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 1;
    margin-bottom: 3.2rem;
  }
}
.p-about .sec01 .flx-box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6rem;
}
.p-about .sec02 {
  padding-bottom: 12rem;
}
.p-about .sec02 .sec02-doctor {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .p-about .sec02 .sec02-doctor {
    display: block;
  }
}
.p-about .sec02 .sec02-doctor:nth-of-type(1) {
  padding-bottom: 6rem;
}
.p-about .sec02 .sec02-doctor .img {
  width: 35.2rem;
  margin-right: -27.2rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-about .sec02 .sec02-doctor .img {
    width: 28rem;
    margin: 0 auto;
    margin-bottom: -29.3rem;
  }
}
.p-about .sec02 .sec02-doctor .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6rem;
}
.p-about .sec02 .sec02-doctor .txt {
  width: 104rem;
  background-color: #FDF3F5;
  border-radius: 1.6rem;
  margin-top: 5.2rem;
}
@media screen and (max-width: 768px) {
  .p-about .sec02 .sec02-doctor .txt {
    width: 100%;
    margin: 0 auto;
  }
}
.p-about .sec02 .sec02-doctor .txt_wrap {
  width: 76.8rem;
  margin: 0 0 0 auto;
  padding: 6rem 6rem 5.6rem;
}
@media screen and (max-width: 768px) {
  .p-about .sec02 .sec02-doctor .txt_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 32.5rem 2.4rem 6rem;
  }
}
.p-about .sec02 .sec02-doctor .txt_wrap .post {
  padding-bottom: 0.4rem;
}
.p-about .sec02 .sec02-doctor .txt_wrap .name {
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 4rem;
}
.p-about .sec02 .sec02-doctor .txt_wrap .name .kana {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-about .sec02 .sec02-doctor .txt_wrap .label-box {
    padding-bottom: 2rem;
  }
  .p-about .sec02 .sec02-doctor .txt_wrap .label-box:last-child {
    padding-bottom: 0;
  }
}
.p-about .sec02 .sec02-doctor .txt_wrap .label-box h3 {
  background-color: #E36083;
  color: #fff;
  border-radius: 0.4rem;
  width: 100%;
  padding: 0.4rem 1.2rem;
  margin-bottom: 0.8rem;
}
.p-about .sec02 .sec02-doctor .txt_wrap .label-box .biography {
  padding: 0 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-about .sec02 .sec02-doctor .txt_wrap .label-box .biography {
    padding-right: 0;
  }
}
.p-about .sec02 .sec02-doctor .txt_wrap .label-box .biography li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-about .sec02 .sec02-doctor .txt_wrap .label-box .biography li {
    display: block;
  }
}
.p-about .sec02 .sec02-doctor .txt_wrap .label-box .biography li .year {
  width: 12rem;
}
@media screen and (max-width: 768px) {
  .p-about .sec02 .sec02-doctor .txt_wrap .label-box .biography li .year {
    width: 100%;
    display: block;
  }
}
.p-about .sec02 .sec02-doctor .txt_wrap .label-box .biography li .dsc {
  width: 50.4rem;
}
@media screen and (max-width: 768px) {
  .p-about .sec02 .sec02-doctor .txt_wrap .label-box .biography li .dsc {
    width: 100%;
    display: block;
  }
}
.p-about .sec02 .sec02-doctor .txt_wrap .flx-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-about .sec02 .sec02-doctor .txt_wrap .flx-box {
    display: block;
    padding-top: 0;
  }
}
.p-about .sec02 .sec02-doctor .txt_wrap .flx-box .label-box {
  width: 31.2rem;
}
@media screen and (max-width: 768px) {
  .p-about .sec02 .sec02-doctor .txt_wrap .flx-box .label-box {
    width: 100%;
  }
}
.p-about .sec02 .sec02-doctor .txt_wrap .flx-box ul {
  padding: 0 1.2rem;
}
.p-about .sec02 .sec02-doctor .txt_wrap .flx-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2;
}
.p-about .sec02 .sec02-doctor .txt_wrap .flx-box ul li::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  min-width: 0.8rem;
  min-height: 0.8rem;
  background-color: #2E1B28;
  border-radius: 50%;
  display: block;
  margin-right: 0.8rem;
}
.p-about .sec03 .head-txt {
  padding-bottom: 2.8rem;
}
.p-about .sec03 .sec03-box {
  width: 100%;
  padding-bottom: 2.8rem;
}
.p-about .sec03 .sec03-box:nth-of-type(2) {
  padding-bottom: 2.5rem;
}
.p-about .sec03 .sec03-box:last-child {
  padding-bottom: 0;
}
.p-about .sec03 .sec03-box h4 {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2;
  margin-bottom: 0.3rem;
}
.p-about .sec03 .sec03-box h4::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  min-width: 0.8rem;
  min-height: 0.8rem;
  background-color: #2E1B28;
  border-radius: 50%;
  display: block;
  margin-right: 0.8rem;
}
.p-about .sec03 .sec03-box .idt-txt {
  line-height: 2;
  text-indent: -3.6rem;
  padding-left: 3.6rem;
}
.p-about .sec03 .sec03-box .notice {
  font-size: 1.4rem;
  color: #6C5F68;
  padding-top: 0.8rem;
}
.p-about .sec03 .sec03-box .normal-txt {
  line-height: 2;
}

.p-guide {
  /* --------------------------------------------------
    診療時間 sec01
  -------------------------------------------------- */
  /* --------------------------------------------------
    診療内容 sec02
  -------------------------------------------------- */
}
.p-guide .sec01 {
  padding-bottom: 12rem;
}
.p-guide .sec01 .calendar {
  width: 73.6rem;
  margin: 0 auto;
  padding-bottom: 6rem;
  margin-top: -1.6rem;
}
@media screen and (max-width: 768px) {
  .p-guide .sec01 .calendar {
    width: 100%;
  }
}
.p-guide .sec01 .calendar table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.p-guide .sec01 .calendar table th, .p-guide .sec01 .calendar table td {
  padding: 1.6rem 0;
  text-align: center;
  width: 6.5rem;
}
@media screen and (max-width: 768px) {
  .p-guide .sec01 .calendar table th, .p-guide .sec01 .calendar table td {
    font-size: 1.4rem;
  }
}
.p-guide .sec01 .calendar table thead tr {
  border-bottom: 1px solid #C1BBBF;
}
.p-guide .sec01 .calendar table thead th {
  font-weight: 500;
}
.p-guide .sec01 .calendar table thead th:first-child {
  padding-left: 2.5rem;
  width: 25.5rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-guide .sec01 .calendar table thead th:first-child {
    padding-left: 1.2rem;
  }
}
.p-guide .sec01 .calendar table thead th:last-child {
  padding-right: 1.5rem;
  width: 8rem;
}
@media screen and (max-width: 768px) {
  .p-guide .sec01 .calendar table thead th:last-child {
    width: 7rem;
    padding-right: 0.5rem;
  }
}
.p-guide .sec01 .calendar table tbody tr {
  border-bottom: 1px solid #C1BBBF;
}
.p-guide .sec01 .calendar table tbody td {
  font-weight: 500;
}
.p-guide .sec01 .calendar table tbody td:first-child {
  padding-left: 2.5rem;
  width: 25.5rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-guide .sec01 .calendar table tbody td:first-child {
    padding-left: 1.2rem;
  }
}
.p-guide .sec01 .calendar table tbody td:last-child {
  padding-right: 1.5rem;
  width: 8rem;
}
@media screen and (max-width: 768px) {
  .p-guide .sec01 .calendar table tbody td:last-child {
    width: 7rem;
    padding-right: 0.5rem;
  }
}
.p-guide .sec01 .calendar .note {
  font-size: 1.4rem;
  padding-top: 1.2rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-guide .sec01 .calendar .note {
    font-size: 1.2rem;
    padding-left: 1.2rem;
  }
}
.p-guide .sec01 .lb-flx {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-guide .sec01 .lb-flx {
    display: block;
  }
}
.p-guide .sec01 .lb-flx .label-box {
  width: 54.4rem;
}
@media screen and (max-width: 768px) {
  .p-guide .sec01 .lb-flx .label-box {
    width: 100%;
    padding-bottom: 2rem;
  }
  .p-guide .sec01 .lb-flx .label-box:last-child {
    padding-bottom: 0;
  }
}
.p-guide .sec01 .lb-flx .label-box h3 {
  background-color: #E36083;
  color: #fff;
  border-radius: 0.4rem;
  width: 100%;
  padding: 0.4rem 1.2rem;
  margin-bottom: 1.2rem;
}
.p-guide .sec01 .lb-flx .label-box h4 {
  font-weight: 700;
  padding-top: 2.4rem;
  padding-bottom: 0.8rem;
  padding-left: 1.2rem;
}
.p-guide .sec01 .lb-flx .label-box ul {
  padding: 0 1.2rem;
}
.p-guide .sec01 .lb-flx .label-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-bottom: 0.8rem;
}
.p-guide .sec01 .lb-flx .label-box ul li:last-child {
  padding-bottom: 0;
}
.p-guide .sec01 .lb-flx .label-box ul li::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  min-width: 0.8rem;
  min-height: 0.8rem;
  background-color: #2E1B28;
  border-radius: 50%;
  display: block;
  margin-right: 0.8rem;
  position: relative;
  top: 0.8rem;
}
.p-guide .sec01 .lb-flx .label-box p {
  padding: 0 1.2rem;
  line-height: 2;
  margin-top: -0.4rem;
}
.p-guide .sec02 .faq {
  width: 100%;
  padding-bottom: 2.4rem;
}
.p-guide .sec02 .faq_item {
  width: 100%;
  background-color: #FDF3F5;
  border-radius: 1.6rem;
  margin-bottom: 2.4rem;
}
.p-guide .sec02 .faq_item:last-child {
  margin-bottom: 0;
}
.p-guide .sec02 .faq_item_ttl {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.4rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-guide .sec02 .faq_item_ttl {
    padding: 2.4rem;
  }
}
.p-guide .sec02 .faq_item_ttl h4 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-guide .sec02 .faq_item_ttl h4 {
    font-size: 1.8rem;
  }
}
.p-guide .sec02 .faq_item_ttl .faq-button {
  cursor: pointer;
}
.p-guide .sec02 .faq_item_ttl .faq-button span {
  position: relative;
  color: #E36083;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  -webkit-font-feature-settings: "palt", "kern";
          font-feature-settings: "palt", "kern";
  font-weight: 700;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .p-guide .sec02 .faq_item_ttl .faq-button span {
    font-size: 1.2rem;
  }
}
.p-guide .sec02 .faq_item_ttl .faq-button span::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 0.2rem;
}
.p-guide .sec02 .faq_item_ttl .faq-button span:hover {
  color: #E97F9B;
}
@media screen and (max-width: 768px) {
  .p-guide .sec02 .faq_item_ttl .faq-button span:hover {
    color: #E36083;
  }
}
.p-guide .sec02 .faq_item_ttl .faq-button .open {
  padding-right: 0.8rem;
}
.p-guide .sec02 .faq_item_ttl .faq-button .open::before {
  background-image: url(../img/guide/open.svg);
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-guide .sec02 .faq_item_ttl .faq-button .open::before {
    width: 1.3rem;
    height: 1.3rem;
    margin-right: 0.8rem;
  }
}
.p-guide .sec02 .faq_item_ttl .faq-button .close {
  display: none;
}
.p-guide .sec02 .faq_item_ttl .faq-button .close::before {
  background-image: url(../img/guide/close.svg);
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-guide .sec02 .faq_item_ttl .faq-button .close::before {
    width: 1rem;
    height: 1rem;
    margin-right: 1rem;
  }
}
.p-guide .sec02 .faq_item_ttl .faq-button.is-active .open {
  display: none;
}
.p-guide .sec02 .faq_item_ttl .faq-button.is-active .close {
  display: block;
}
.p-guide .sec02 .faq_item_txt {
  width: 96rem;
  margin: 0 auto;
  padding: 1.2rem 0 3.6rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-guide .sec02 .faq_item_txt {
    width: 100%;
    padding: 0 2.4rem 3rem;
  }
}
.p-guide .sec02 .faq_item_txt p {
  line-height: 2;
}
.p-guide .sec02 .faq_item_txt p a {
  color: #E36083;
  text-decoration: underline;
}
.p-guide .sec02 .faq_item_txt p a:hover {
  text-decoration: none;
}
.p-guide .sec02 .faq_item_txt.is-active {
  display: block;
}
.p-guide .sec02 .grybx {
  width: 100%;
  background-color: #F5F4F5;
  border-radius: 1.6rem;
  padding: 2.4rem 4rem 3.7rem;
}
@media screen and (max-width: 768px) {
  .p-guide .sec02 .grybx {
    padding: 2.4rem;
    padding-bottom: 3rem;
  }
}
.p-guide .sec02 .grybx h3 {
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 3.6rem;
}
@media screen and (max-width: 768px) {
  .p-guide .sec02 .grybx h3 {
    font-size: 1.8rem;
    padding-bottom: 2.4rem;
  }
}
.p-guide .sec02 .grybx_wrap {
  width: 96rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-guide .sec02 .grybx_wrap {
    width: 100%;
  }
}
.p-guide .sec02 .grybx_wrap p {
  line-height: 2;
  padding-bottom: 2rem;
}
.p-guide .sec02 .grybx_wrap h4 {
  font-weight: 700;
  color: #fff;
  padding: 0.4rem 1.2rem;
  background-color: #82777F;
  border-radius: 0.4rem;
  margin-bottom: 0.8rem;
}
.p-guide .sec02 .grybx_wrap ul {
  width: 100%;
  padding: 0 1.2rem;
}
.p-guide .sec02 .grybx_wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-guide .sec02 .grybx_wrap ul li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-guide .sec02 .grybx_wrap ul li::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  min-width: 0.8rem;
  min-height: 0.8rem;
  background-color: #2E1B28;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-guide .sec02 .grybx_wrap ul li::before {
    position: relative;
    top: 1.3rem;
  }
}

.p-access {
  /* --------------------------------------------------
    アクセスマップ sec01
  -------------------------------------------------- */
  /* --------------------------------------------------
    駐車場のご案内 sec02
  -------------------------------------------------- */
}
.p-access .sec01 {
  padding-bottom: 12rem;
}
.p-access .sec01 .sec01-head {
  padding-bottom: 6rem;
}
.p-access .sec01 .sec01-head .map {
  width: 72rem;
  height: 45.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-access .sec01 .sec01-head .map {
    width: 100%;
    height: 30rem;
  }
}
.p-access .sec01 .sec01-head .map iframe {
  width: 100%;
  height: 100%;
}
.p-access .sec01 .sec01-head p {
  padding-top: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-access .sec01 .sec01-head p {
    font-size: 1.4rem;
  }
}
.p-access .sec01 .sec01-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-access .sec01 .sec01-list {
    display: block;
  }
}
.p-access .sec01 .sec01-list .label-box {
  width: 35.2rem;
}
@media screen and (max-width: 768px) {
  .p-access .sec01 .sec01-list .label-box {
    width: 100%;
    padding-bottom: 2rem;
  }
  .p-access .sec01 .sec01-list .label-box:last-child {
    padding-bottom: 0;
  }
}
.p-access .sec01 .sec01-list .label-box h3 {
  background-color: #E36083;
  color: #fff;
  border-radius: 0.4rem;
  width: 100%;
  padding: 0.4rem 1.2rem;
  margin-bottom: 1.2rem;
}
.p-access .sec01 .sec01-list .label-box ul {
  padding: 0 1.2rem;
}
.p-access .sec01 .sec01-list .label-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-bottom: 0.8rem;
}
.p-access .sec01 .sec01-list .label-box ul li:last-child {
  padding-bottom: 0;
}
.p-access .sec01 .sec01-list .label-box ul li::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  min-width: 0.8rem;
  min-height: 0.8rem;
  background-color: #2E1B28;
  border-radius: 50%;
  display: block;
  margin-right: 0.8rem;
  position: relative;
  top: 0.8rem;
}
.p-access .sec02 .parking {
  width: 72rem;
  margin: 0 auto;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-access .sec02 .parking {
    width: 100%;
  }
}
.p-access .sec02 p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-access .sec02 p {
    font-size: 1.4rem;
  }
}
.p-access .sec02 p .notice {
  display: block;
  font-size: 1.4rem;
  color: #6C5F68;
  padding-top: 0.2rem;
}
@media screen and (max-width: 768px) {
  .p-access .sec02 p .notice {
    font-size: 1.2rem;
  }
}

.p-news .l-sec .wp-content {
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .p-news .l-sec .wp-content {
    padding-bottom: 8rem;
  }
}
.p-news .l-sec .wp-content .date {
  padding-bottom: 0.7rem;
}
.p-news .l-sec .wp-content .l-sec-ttl {
  margin-bottom: 5.7rem;
}
@media screen and (max-width: 768px) {
  .p-news .l-sec .wp-content .l-sec-ttl {
    margin-bottom: 4rem;
  }
}
.p-news .l-sec .wp-content_wrap {
  width: 92.8rem;
  margin: 0 auto;
  line-break: strict;
}
.p-news .l-sec .wp-content_wrap:before, .p-news .l-sec .wp-content_wrap:after {
  content: "";
  display: table;
}
.p-news .l-sec .wp-content_wrap:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .p-news .l-sec .wp-content_wrap {
    width: 100%;
  }
}
.p-news .l-sec .wp-content_wrap p {
  line-height: 2;
  margin-bottom: 3.4rem;
  margin-top: 3.4rem;
}
.p-news .l-sec .wp-content_wrap p:last-child {
  margin-bottom: 0;
}
.p-news .l-sec .wp-content_wrap a {
  color: #E36083;
  text-decoration: underline;
  font-weight: 700;
}
.p-news .l-sec .wp-content_wrap a:hover {
  text-decoration: none;
}
.p-news .l-sec .wp-content_wrap .wp-block-image {
  margin-top: 5.4rem;
  margin-bottom: 5.4rem;
}
.p-news .l-sec .wp-content_wrap .wp-block-image:last-child {
  margin-bottom: 0;
}
.p-news .l-sec .wp-content_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news .l-sec .wp-content_wrap ul.wp-block-list {
  padding-left: 2rem;
  margin: 3rem 0;
}
.p-news .l-sec .wp-content_wrap ul.wp-block-list li {
  list-style: disc;
}
.p-news .l-sec .wp-content_wrap ol.wp-block-list {
  padding-left: 2rem;
  margin: 3rem 0;
}
.p-news .l-sec .wp-content_wrap ol.wp-block-list li {
  list-style-type: decimal;
}
.p-news .l-sec .wp-content_wrap .wp-block-embed.is-type-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.p-news .l-sec .pagination {
  width: 41.65rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-news .l-sec .pagination {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
  }
}
.p-news .l-sec .pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  width: 19.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-news .l-sec .pagination .page-numbers {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-news .l-sec .pagination .page-numbers li {
  width: 3.2rem;
  text-align: center;
  padding-bottom: 0.4rem;
}
.p-news .l-sec .pagination .page-numbers li.is-active {
  border-bottom: solid 1px #E36083;
  pointer-events: none;
}
.p-news .l-sec .pagination .page-numbers li.dotted {
  pointer-events: none;
}
.p-news .l-sec .pagination .page-numbers li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-news .l-sec .pagination .page-numbers li a:hover {
  color: #E36083;
}
@media screen and (max-width: 768px) {
  .p-news .l-sec .pagination .page-numbers li a:hover {
    color: #2E1B28;
  }
}
.p-news .l-sec .pagination .page-button {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-news .l-sec .pagination .page-button {
    position: static;
  }
}
.p-news .l-sec .pagination .page-button a {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-news .l-sec .pagination .page-button a:hover {
  color: #E36083;
}
@media screen and (max-width: 768px) {
  .p-news .l-sec .pagination .page-button a:hover {
    color: #2E1B28;
  }
}
.p-news .l-sec .pagination .page-button.prev {
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-news .l-sec .pagination .page-button.prev {
    margin-left: 0;
    margin-right: auto;
  }
}
.p-news .l-sec .pagination .page-button.prev::before {
  content: "";
  width: 0.5rem;
  height: 0.9rem;
  background-image: url(../img/common/icon_dogleg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  bottom: 0.2rem;
  margin-right: 0.7rem;
}
.p-news .l-sec .pagination .page-button.next {
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-news .l-sec .pagination .page-button.next {
    margin-left: auto;
    margin-right: 0;
  }
}
.p-news .l-sec .pagination .page-button.next::after {
  content: "";
  width: 0.5rem;
  height: 0.9rem;
  background-image: url(../img/common/icon_dogleg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  position: relative;
  bottom: 0.2rem;
  margin-left: 0.7rem;
}