@charset "UTF-8";
/* CSS Document */
/* REM PX変換 */
/* ブレイクポイント指定 */
/*!
* ress.css • v4.0.0
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled='true'] {
  cursor: default;
}

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

@font-face {
  font-display: swap;
  /* display=swapの設定 */
}

html {
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  color: #000;
  font-size: 100%;
}

html.wf-active {
  visibility: visible;
}

@media screen and (min-width: 768px) and (max-width: 1700px) {
  html {
    font-size: 0.9622vw;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 2.8222vw;
  }
}

@font-face {
  font-family: 'Mamelon-3-Hi-Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Mamelon"), url("../../dev/fonts/Mamelon-3-Hi-Regular.woff") format("woff");
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

a img:hover,
a:hover {
  opacity: 0.8;
}

li img {
  display: block;
}

a img {
  border-style: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

[v-cloak] {
  display: none;
}

p {
  letter-spacing: 0.025em;
  font-size: 1rem;
}

@media (max-width: 768px) {
  p {
    font-size: 1.08rem;
  }
}

iframe {
  width: 100%;
  height: 100%;
}

.u-vertical {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.u-pc-hidden {
  display: none;
}

@media (max-width: 768px) {
  .u-pc-hidden {
    display: block;
  }
}

.u-pc-hidden-i {
  display: none !important;
}

@media (max-width: 768px) {
  .u-pc-hidden-i {
    display: block !important;
  }
}

.u-pc-hidden-inline {
  display: none;
}

@media (max-width: 768px) {
  .u-pc-hidden-inline {
    display: inline-block;
  }
}

.u-sp-hidden {
  display: block;
}

@media (max-width: 768px) {
  .u-sp-hidden {
    display: none;
  }
}

.u-sp-hidden-i {
  display: block !important;
}

@media (max-width: 768px) {
  .u-sp-hidden-i {
    display: none !important;
  }
}

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

.u-ob-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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

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

.u-mark {
  position: relative;
  padding: 0 0.2rem;
  padding-bottom: 0.13333rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff799));
  background: -webkit-linear-gradient(transparent 60%, #fff799 0%);
  background: linear-gradient(transparent 60%, #fff799 0%);
}

.u-mark::before {
  content: '';
  width: 100%;
  height: 0.66667rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.u-object-fit {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-radius-50 {
  border-radius: 50px;
}

@media (max-width: 768px) {
  .u-radius-50 {
    border-radius: 25px;
  }
}

.u-radius-40 {
  border-radius: 40px;
}

@media (max-width: 768px) {
  .u-radius-40 {
    border-radius: 20px;
  }
}

.u-radius-30 {
  border-radius: 2rem;
}

.u-radius-20 {
  border-radius: 20px;
}

@media (max-width: 768px) {
  .u-radius-20 {
    border-radius: 10px;
  }
}

.u-radius-crcl {
  border-radius: 50%;
}

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

.u-mb25 {
  margin-bottom: 2.5rem;
}

.u-mb35 {
  margin-bottom: 3.5rem;
}

.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-flex-sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-flex-sb-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .u-flex-sb-sp {
    display: block;
  }
}

.u-flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.u-flex-al-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-flex-all-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .u-sp-width-full {
    width: 100% !important;
  }
}

.u-c-pink {
  color: #e7788d;
}

.u-c-pink-l {
  color: #ff8383;
}

.u-c-orange {
  color: #ff996e;
}

.u-c-green {
  color: #71cbd3;
}

.u-c-blue {
  color: #2581c8;
}

.u-bg-yellow {
  background-color: #ffbc6e !important;
}

.u-bg-note {
  background-color: #2cb696 !important;
}

.u-bg-pink-l {
  background-color: #ff8383 !important;
}

.u-lh-m {
  line-height: 1.58;
}

.u-lh-h {
  line-height: 1.78;
}

.u-lh-l {
  line-height: 2;
}

.u-last-mb0 > li:last-of-type,
.u-last-mb0 > div:last-of-type,
.u-last-mb0 > dl:last-of-type {
  margin-bottom: 0 !important;
}

.u-bg-cover {
  position: relative;
}

.u-bg-cover__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.u-bg-cover__content {
  position: relative;
  z-index: 50;
}

.u-bg-pink {
  background-color: #ff8383;
}

.u-bg-orange {
  background-color: #ff996e;
}

.u-bg-yellow {
  background-color: #ffbc6e;
}

.u-bg-l-pink {
  background-color: rgba(231, 120, 141, 0.3);
}

.u-bg-l-orange {
  background-color: rgba(255, 153, 110, 0.3);
}

.u-bg-l-yellow {
  background-color: rgba(255, 188, 110, 0.3);
}

.u-img-auto {
  width: auto;
  zoom: .5;
}

.u-bg {
  position: relative;
}

.u-bg__img {
  position: absolute;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
}

.u-bg__content {
  position: relative;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink02 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink02 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

.c-btn {
  display: block;
  background-color: transparent;
  border: 1px solid #f87909;
  color: #f87909;
  text-align: center;
  width: 21.33333rem;
  font-size: 1.06667rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.26667rem 0.53333rem;
  position: relative;
  border-radius: 4.4rem;
}

.c-btn::after {
  content: "";
  width: 0.73333rem;
  height: 0.73333rem;
  border-bottom: 1px solid #f87909;
  border-right: 1px solid #f87909;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  right: 1.46667rem;
}

@media (max-width: 768px) {
  .c-btn {
    width: 22.66667rem;
    padding: 1.8rem 0.53333rem;
  }
}

.c-btn.--green {
  background-color: #71cbd3;
  border-color: #71cbd3;
  color: #ffffff;
}

.c-btn.--green::after {
  border-color: #fff;
}

.c-btn--yellow {
  background-color: #ffbc6e;
}

.c-btn-sq {
  text-align: center;
  color: #ffffff;
  background-color: #ff996e;
  display: block;
  width: 60%;
  max-width: 256px;
  margin: 0 auto;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "klee", serif;
  font-size: 1.2rem;
  padding: 1.4rem 0.66667rem;
}

@media (max-width: 768px) {
  .c-btn-sq {
    font-size: 1.43rem;
  }
}

.c-btn-radius {
  display: block;
  border-radius: 1.66667rem;
  color: #ffffff;
  padding: 1rem 0.8rem;
  font-size: 1.2rem;
  background-color: #666666;
  width: 74%;
  max-width: 230px;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "klee", serif;
}

.c-btn-anchor {
  border-radius: 0.53333rem;
  text-align: center;
  position: relative;
  border: 1px solid #55a0c0;
  font-size: 1.06667rem;
  letter-spacing: 0.0025em;
  padding: 1rem 0.8rem;
  color: #55a0c0;
}

.c-btn-anchor::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-bottom: 1px solid #55a0c0;
  border-left: 1px solid #55a0c0;
  width: 0.73333rem;
  height: 0.73333rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  right: 0.73333rem;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.c-tab-btn {
  background-color: #fff;
  border: 1px solid #2581c8;
  color: #2581c8;
  text-align: center;
  width: 23%;
  padding: 1.46667rem 0;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
}

@media (max-width: 768px) {
  .c-tab-btn {
    width: 48.88%;
  }
}

.c-tab-btn.is-active {
  background-color: #2581c8;
  color: #fff;
}

.c-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-modal.is-modal-open {
  visibility: visible;
}

.c-modal__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.68);
}

.c-modal__content {
  background-color: #fff;
  width: 68%;
  max-width: 750px;
  position: relative;
  border-radius: 1rem;
  padding: 2.55rem;
}

@media (max-width: 768px) {
  .c-modal__content {
    width: 90%;
    padding: 2.75rem 1.4rem;
  }
}

.c-modal__thumb {
  margin-bottom: 1.33rem;
}

.c-modal__size-content {
  width: 90%;
  max-width: 750px;
  height: 35vw;
  padding: 7.5vw 2.2222% 4.8vw;
  position: relative;
  background-color: #fff;
  border: 1px solid #313131;
  border-radius: 4vw;
}

.c-modal__size-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6%;
}

.c-modal__size-btn {
  width: 31.8888%;
  height: 12vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12vw;
  border: 1px solid #58abeb;
  color: #58abeb;
}

.c-modal__size-btn--size-l {
  font-size: 4.95555vw;
}

.c-modal__size-btn--size-m {
  font-size: 3.95555vw;
}

.c-modal__size-btn--size-s {
  font-size: 2.85555vw;
}

.c-modal__size-btn.is-active {
  background-color: #58abeb;
  color: #fff;
}

.c-modal__close-text {
  text-align: center;
  cursor: pointer;
  color: #58abeb;
}

.c-modal__close-inside {
  display: inline-block;
  position: relative;
  padding-left: 7vw;
  font-size: 1.12rem;
}

@media (min-width: 768px) {
  .c-modal__close-inside {
    padding-left: 2.88vw;
  }
}

.c-modal__close-icon {
  position: absolute;
  width: 5.4vw;
  height: 5.4vw;
  fill: #58abeb;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  stroke-width: 2px;
  stroke: #58abeb;
  left: 0;
}

@media (min-width: 768px) {
  .c-modal__close-icon {
    width: 2.2vw;
    height: 2.2vw;
  }
}

.c-ttl {
  margin-bottom: 2.8rem;
  font-family: 'Mamelon-3-Hi-Regular';
}

.c-ttl__sub {
  display: block;
  font-size: 0.93333rem;
  margin-bottom: 0.8rem;
  letter-spacing: 0.2em;
}

.c-ttl__main {
  display: block;
  font-size: 2.06667rem;
  color: #f87909;
  letter-spacing: 0.1em;
}

.c-ttl-l {
  color: #e7788d;
  font-size: 2.66667rem;
  line-height: 1.25;
  margin-bottom: 1.66667rem;
}

@media (max-width: 768px) {
  .c-ttl-l {
    text-align: center;
    font-size: 2.5rem;
  }
}

.c-ttl-col02 {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "klee", serif;
  letter-spacing: 0.025em;
  text-align: center;
}

.c-ttl-col02__eng {
  display: block;
  font-size: 1.06667rem;
  color: #a7a7a7;
  margin-bottom: 0.46667rem;
}

.c-ttl-col02__main {
  display: block;
  font-size: 2.53333rem;
}

.c-ttl-bg {
  background-color: #ff996e;
  color: #ffffff;
  text-align: center;
  padding: 0.73333rem 0;
  border-radius: 5.33333rem;
  font-size: 1.55rem;
  letter-spacing: .05em;
  margin-bottom: 1.2rem;
  font-weight: 600;
}

.c-ttl-bdl {
  position: relative;
  color: #ff8383;
  font-size: 1.66667rem;
  padding-bottom: 1.53333rem;
  margin-bottom: 2.13333rem;
}

.c-ttl-bdl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 10rem;
  background-color: #ff8383;
}

@media (max-width: 768px) {
  .c-ttl-bdl::after {
    width: 8.33333rem;
  }
}

.c-ttl-bdb {
  position: relative;
  color: #71cbd3;
  font-size: 1.95rem;
  letter-spacing: .05em;
  padding-bottom: 0.8rem;
  margin-bottom: 2.2rem;
  font-weight: 600;
  text-align: center;
}

.c-ttl-bdb::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  width: 3.33333rem;
  background-color: #71cbd3;
}

.c-ttl-bd-long {
  padding-bottom: 1.26667rem;
  margin-bottom: 1.78rem;
  color: #e7788d;
  border-bottom: 1px solid #e7788d;
  font-size: 2.33333rem;
}

.c-ttl-bd-long--orange {
  border-color: #ff996e;
  color: #ff996e;
}

.c-ttl-bd-long--l-pink {
  border-color: #ff8383;
  color: #ff8383;
}

.c-ttl-center {
  color: #ff996e;
  font-weight: 600;
  text-align: center;
  font-size: 2.12rem;
  margin-bottom: 1.55rem;
}

.l-wrapper {
  width: 100%;
  position: relative;
  min-height: 100vh;
}

@media (max-width: 768px) {
  .l-main {
    margin-top: 6.66667rem;
  }
}

.l-archive {
  padding: 4rem 0;
}

.l-inner {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .l-inner {
    width: 90%;
  }
}

.l-inner-s {
  width: 85%;
  max-width: 53%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .l-inner-s {
    width: 90%;
    max-width: 880px;
  }
}

.l-col02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .l-col02 {
    display: block;
  }
}

.l-col02__left {
  width: 15%;
}

@media (max-width: 768px) {
  .l-col02__left {
    width: 100%;
  }
}

.l-col02__main {
  width: 85%;
  position: relative;
}

@media (max-width: 768px) {
  .l-col02__main {
    width: 100%;
  }
}

.l-header {
  background-color: #fff;
}

@media (max-width: 768px) {
  .l-header {
    position: fixed;
    z-index: 9000;
    -webkit-transition: linear .22s;
    transition: linear .22s;
    padding-left: 0;
    padding-right: 0;
    left: 0;
    top: 0;
    width: 100%;
  }
  .l-header.is-bg-change {
    background-color: #fff;
  }
}

.l-header__inner {
  padding: 1.66667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 768px) {
  .l-header__inner {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

@media (max-width: 768px) {
  .l-header__inner {
    padding-bottom: 0.66667rem;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.l-header__ttl {
  margin-right: 1.66667rem;
  font-family: "Mamelon", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

@media (max-width: 768px) {
  .l-header__ttl {
    margin-right: 3.33333rem;
    margin-left: 1.66667rem;
  }
}

.l-header__ttl > a {
  font-size: 1.66667rem;
  font-weight: 300;
  letter-spacing: .1rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

@media (max-width: 768px) {
  .l-header__ttl > a {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.l-header__nav {
  width: 68%;
}

.l-header__nav__item {
  font-size: 1rem;
}

.l-header__nav__item:nth-of-type(n + 2) {
  margin-top: 3.33333rem;
  position: relative;
}

.l-header__nav__item:nth-of-type(n + 2)::before {
  content: "";
  display: block;
  width: 1.33333rem;
  height: 0.13333rem;
  background-color: #c9ecef;
  position: absolute;
  top: -1.66667rem;
  left: 0;
}

@media (max-width: 768px) {
  .l-header__menu {
    margin-top: 0.5rem;
  }
}

.l-header__menu > img {
  width: 2.66667rem;
}

.l-header__nav-sp {
  display: none;
}

@media (max-width: 768px) {
  .l-header__nav-sp {
    overflow-y: auto;
    overflow-y: scroll;
    position: fixed;
    background-color: #fff;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 12rem;
  }
  .l-header__nav-sp.is-open {
    display: block;
  }
}

.l-header__nav-sp__title {
  color: #f87909;
  padding: 2.66667rem 1.66667rem 0.66667rem;
  border-bottom: 1px solid #ffdcb2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.66667rem;
  font-weight: 600;
  letter-spacing: .2rem;
}

.l-header__nav-sp__title > img {
  width: 1.46667rem;
  height: 1.46667rem;
  margin-right: 0.33333rem;
  margin-top: 0.26667rem;
}

.l-header__nav-sp__item {
  border-bottom: 1px solid #ffdcb2;
  font-size: 1.33333rem;
  font-weight: 600;
  letter-spacing: .2rem;
}

.l-header__nav-sp__item:first-of-type {
  border-top: 1px solid #ffdcb2;
}

.l-header__nav-sp__link {
  padding: 1.66667rem;
  display: inline-block;
  width: 100%;
  position: relative;
}

.l-header__nav-sp__link::before, .l-header__nav-sp__link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.l-header__nav-sp__link::after {
  right: -85%;
  width: 0.66667rem;
  height: 0.66667rem;
  border-top: 0.13333rem solid #f87909;
  border-right: 0.13333rem solid #f87909;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-header__btn {
  margin-top: 5.33333rem;
  margin-left: -1.66667rem;
}

@media (max-width: 768px) {
  .l-header__btn {
    margin-top: -1.66667rem;
    margin-left: 0;
    margin-right: -1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-header__btn__item:nth-of-type(n + 2) {
  margin-top: 0.33333rem;
}

@media (max-width: 768px) {
  .l-header__btn__item:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 1rem;
  }
}

.l-header__btn__link > img {
  width: 10rem;
}

@media (max-width: 768px) {
  .l-header__btn__link > img {
    width: 5.33333rem;
  }
}

.l-footer {
  /*background-image: url("../../img/clinic-renewal/footer_bg.png");*/
  background-size: cover;
  width: 100%;
  height: 52rem;
  position: relative;
  background-color: #f7931e;
}

@media (max-width: 768px) {
  .l-footer {
    /*background-image: url("../../img/clinic-renewal/footer_bg_sp.png");*/
    height: 62rem;
  }
}

.l-footer__bg-top-btn {
  position: absolute;
  top: -2.8%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 3rem;
  height: 3rem;
}

.l-footer__inner {
  color: #fff;
  letter-spacing: .2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 6rem;
}

.l-footer__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
}

@media (max-width: 768px) {
  .l-footer__left {
    display: none;
  }
}

.l-footer__nav__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
}

.l-footer__nav__title > img {
  margin-right: 0.53333rem;
  margin-top: 0.13333rem;
  width: 1.13333rem;
  height: 1.13333rem;
}

.l-footer__nav__item {
  margin-left: 2.66667rem;
  margin-top: 1.06667rem;
  font-size: 1rem;
  font-weight: 200;
  position: relative;
}

.l-footer__nav__item::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.06667rem;
  background-color: #fff;
  position: absolute;
  top: 0.6rem;
  left: -1rem;
}

.l-footer__nav-left__item:nth-of-type(n + 2) {
  margin-top: 3.33333rem;
}

.l-footer__nav-right__title {
  margin-top: 6.66667rem;
}

.l-footer__right {
  margin-left: 10%;
  width: 40%;
}

@media (max-width: 768px) {
  .l-footer__right {
    width: 100%;
    margin-left: 0;
  }
}

.l-footer__right > iframe {
  border-radius: 1.33333rem;
  margin-bottom: 1.66667rem;
  height: 16rem;
  width: 100%;
}

.l-footer__ttl {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: .3rem;
  font-family: "Mamelon", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 1.66667rem;
}

.l-footer__access {
  font-size: 1rem;
  margin-left: 0.66667rem;
  margin-bottom: 1.66667rem;
  font-weight: 200;
  letter-spacing: .2rem;
  line-height: 1.5rem;
  position: relative;
}

.l-footer__access::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.06667rem;
  background-color: #fff;
  position: absolute;
  top: 0.6rem;
  left: -1rem;
}

.l-footer__time {
  font-size: 1rem;
  margin-left: 0.66667rem;
  font-weight: 200;
  letter-spacing: .2rem;
  line-height: 1.5rem;
  position: relative;
}

.l-footer__time::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.06667rem;
  background-color: #fff;
  position: absolute;
  top: 0.6rem;
  left: -1rem;
}

.l-footer__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.66667rem;
}

.l-footer__cta__item {
  width: 49%;
}

.l-footer__cta__item:nth-of-type(2) .l-footer__cta__link > img {
  width: 55%;
}

.l-footer__cta__link {
  background-color: #fff;
  border-radius: 0.66667rem;
  width: 100%;
  height: 4.66667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer__cta__link > img {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.l-footer__banner {
  margin-top: -10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 768px) {
  .l-footer__banner {
    margin-top: 4.66667rem;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-footer__banner__item:nth-of-type(n + 2) {
  margin-left: 0.53333rem;
}

.l-footer__banner__item > img {
  width: 13.33333rem;
}

.l-footer__copy {
  width: 100%;
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .l-footer__copy {
    text-align: center;
    margin-top: 4rem;
  }
}

.l-pages-head {
  padding: 8rem 0;
}

@media (max-width: 768px) {
  .l-pages-head {
    padding: 5.86667rem 0;
  }
}

.l-pages-head .bg {
  -webkit-transform: none;
          transform: none;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 88%;
  border-radius: 0 0 0 10.46667rem;
}

@media (max-width: 768px) {
  .l-pages-head .bg {
    border-radius: 0 0 0 6.6rem;
  }
}

.l-pages-head .jp {
  letter-spacing: 0.1em;
  font-size: 2.33333rem;
  margin-bottom: 0.6rem;
}

.l-pages-head .en {
  letter-spacing: 0.18em;
  color: #ff996e;
  font-size: 1.33333rem;
}

.fv {
  padding: 7.86667rem 0 11rem;
}

@media (max-width: 768px) {
  .fv {
    padding: 4.06667rem 0 4.4rem;
  }
}

.fv__bg {
  -webkit-transform: none;
          transform: none;
  left: auto;
  right: 0;
  top: 0;
  width: 80.88%;
  border-radius: 0 0 0 10.46667rem;
}

@media (max-width: 768px) {
  .fv__bg {
    width: 70%;
    border-radius: 0 0 0 6.66667rem;
  }
}

.fv__main {
  padding-left: 1.33333rem;
}

.fv__ttl {
  color: #000000;
  font-size: 1.93333rem;
  line-height: 2.069;
  margin-bottom: 1.53333rem;
  letter-spacing: .1em;
}

@media (max-width: 768px) {
  .fv__ttl {
    font-size: 1.66667rem;
    margin-bottom: 1.06667rem;
  }
}

.fv__eng {
  color: #ff996e;
  font-weight: 100;
  font-size: 1.13333rem;
  line-height: 1.77;
  margin-bottom: 4.66667rem;
  letter-spacing: .17em;
}

@media (max-width: 768px) {
  .fv__eng {
    font-size: 1rem;
    margin-bottom: 2.86667rem;
  }
}

.fv__illust {
  max-width: 341px;
  width: 34%;
  display: block;
}

@media (max-width: 768px) {
  .fv__illust {
    max-width: 480px;
    width: 47%;
  }
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -1.33333rem);
            transform: translate(0, -1.33333rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -1.33333rem);
            transform: translate(0, -1.33333rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.fv .scroll-top {
  -webkit-animation: fuwafuwa 2s infinite ease-in-out .8s alternate;
  animation: fuwafuwa 2s infinite ease-in-out .8s alternate;
  position: absolute;
  right: 50%;
  bottom: -3.33333rem;
  z-index: 9000;
  display: block;
}

@media (max-width: 768px) {
  .fv .scroll-top {
    display: none;
  }
}

.read {
  padding: 10.73333rem 0;
}

@media (max-width: 768px) {
  .read {
    padding: 5.33333rem 0;
  }
}

.read__ttl {
  text-align: center;
  font-size: 1.53333rem;
  line-height: 2.2;
  letter-spacing: 0.12em;
}

@media (max-width: 768px) {
  .read__ttl {
    font-size: 1.26667rem;
    margin-bottom: 2.3rem;
  }
}

.read__points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .read__points {
    display: block;
  }
}

.read__item {
  width: 47.99%;
  letter-spacing: 0.1em;
  padding: 8.66667rem 4.46667rem 4.4rem;
  background: no-repeat 50% 0;
  background-size: 100% auto;
}

@media (max-width: 768px) {
  .read__item {
    width: 100%;
    padding: 6.66667rem 3.66667rem 4.4rem;
  }
}

.read__item:nth-of-type(1) {
  background-image: url(../../img/clinic-renewal/read_point_bg01.png);
}

@media (max-width: 768px) {
  .read__item:nth-of-type(1) {
    margin-bottom: 2.8rem;
  }
}

.read__item:nth-of-type(2) {
  background-image: url(../../img/clinic-renewal/read_point_bg02.png);
}

.read__p-ttl {
  text-align: center;
  color: #ff996e;
  font-size: 1.66667rem;
  margin-bottom: 1.13333rem;
}

.read__desc {
  font-size: 1.06667rem;
  line-height: 1.997;
}

@media (max-width: 768px) {
  .read__desc {
    text-align: center;
    line-height: 1.78;
  }
}

.tretmaent {
  background-color: #fef1e2;
  padding: 2.86667rem 0 4.4rem;
}

@media (max-width: 768px) {
  .tretmaent {
    padding: 3.66667rem 0 4.4rem;
  }
}

.tretmaent__outer {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.tretmaent__cat {
  position: absolute;
  width: 10.53333rem;
  top: -9.86667rem;
  right: -2.93333rem;
}

@media (max-width: 1600px) {
  .tretmaent__cat {
    right: 1.46667rem;
  }
}

@media (max-width: 768px) {
  .tretmaent__cat {
    width: 26%;
    right: 4%;
    top: -8.53333rem;
  }
}

.tretmaent__dog {
  position: absolute;
  width: 9.73333rem;
  bottom: -9.66667rem;
  left: -4.4rem;
}

@media (max-width: 1600px) {
  .tretmaent__dog {
    left: 0.66667rem;
  }
}

@media (max-width: 768px) {
  .tretmaent__dog {
    width: 20%;
    bottom: -7.33333rem;
  }
}

.tert-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .tert-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.tert-list__item {
  background-color: #fff;
  width: 23.77%;
  border-radius: 1.33333rem;
}

@media (max-width: 768px) {
  .tert-list__item {
    width: 48.4%;
    margin-bottom: 1.3rem;
  }
}

.tert-list__link {
  display: block;
  padding: 1.86667rem 0.93333rem 2.26667rem;
  position: relative;
}

@media (max-width: 768px) {
  .tert-list__link {
    padding: 1.86667rem 0.93333rem 1.46667rem;
  }
}

.tert-list__icon {
  display: block;
  width: 7.33333rem;
  margin: 0 auto 1.53333rem;
}

@media (max-width: 768px) {
  .tert-list__icon {
    width: 44%;
  }
}

.tert-list__text {
  text-align: center;
  font-size: 1.73333rem;
  letter-spacing: .12em;
  font-weight: 600;
}

@media (max-width: 768px) {
  .tert-list__text {
    font-size: 1.53333rem;
  }
}

.tert-list__arw {
  display: block;
  width: 0.93333rem;
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
}

.co02-box {
  position: relative;
  margin: 8.06667rem 0;
}

@media (max-width: 768px) {
  .co02-box {
    margin: 0;
  }
}

.co02-box::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #fef1e2;
  border-radius: 2.86667rem 0 0 4.33333rem;
}

@media (max-width: 768px) {
  .co02-box::before {
    display: none;
  }
}

.co02-box__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .co02-box__inner {
    display: block;
    width: 100%;
  }
}

.co02-box__sec {
  width: 50%;
  position: relative;
  padding: 2.93333rem 0;
}

@media (max-width: 768px) {
  .co02-box__sec {
    width: 100%;
    padding: 3.66667rem 5%;
  }
}

@media (max-width: 768px) {
  .about {
    padding-top: 6.4rem;
    padding-bottom: 8rem;
    position: relative;
  }
}

.about__ttl {
  color: #f87909;
  margin-bottom: 0.46667rem;
}

.about__catch {
  font-weight: 600;
  font-size: 1.46667rem;
  line-height: 1.65;
  margin-bottom: 1.86667rem;
}

.about__textarea {
  margin-bottom: 3rem;
}

.about__desc {
  line-height: 2.1;
}

.about__desc:not(:last-of-type) {
  margin-bottom: 1.1rem;
}

.about__btn {
  margin: 0;
  width: 18.26667rem;
}

@media (max-width: 768px) {
  .about__btn {
    width: 68%;
  }
}

.about__dog {
  position: absolute;
  right: 0;
  bottom: 4.66667rem;
  width: 25%;
}

.case {
  position: relative;
}

@media (min-width: 768px) {
  .case {
    padding-left: 2.66667rem;
  }
}

@media (max-width: 768px) {
  .case {
    background-color: #fef1e2;
  }
}

.case__dog {
  position: absolute;
  bottom: -5.93333rem;
  right: -1.66667rem;
  width: 11.66667rem;
}

.case__ttl {
  margin-bottom: 1.46667rem;
}

.case__btn {
  margin: 0;
}

@media (max-width: 768px) {
  .case__btn {
    margin: 0 auto;
  }
}

.case-posts {
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .case-posts {
    margin-bottom: 2.2rem;
  }
}

@media (max-width: 768px) {
  .case-posts__item {
    border: 1px solid #71cbd3;
    border-radius: 1.33333rem;
    background-color: #fff;
    padding: 1.46667rem 2.13333rem;
  }
}

.case-posts__item:not(:last-of-type) {
  margin-bottom: 1.2rem;
}

.case-posts__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case-posts__thumb {
  width: 21%;
  height: 10.66667rem;
  border-radius: 1.33333rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .case-posts__thumb {
    height: 9.33333rem;
  }
}

.case-posts__main {
  width: 74%;
}

@media (max-width: 768px) {
  .case-posts__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 74%;
  }
}

.case-posts__ttl {
  color: #71cbd3;
}

.case-posts__desc {
  margin: 0.66667rem 0;
  line-height: 1.54;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 768px) {
  .case-posts__read-wrap {
    text-align: right;
  }
}

.case-posts__read {
  display: inline-block;
  border: 1px solid #71cbd3;
  border-radius: 0.33333rem;
  background-color: #fff;
  color: #71cbd3;
  padding: 0.66667rem 2.13333rem;
  margin-top: 0.66667rem;
}

@media (max-width: 768px) {
  .case-posts__read {
    padding: 0;
    background-color: transparent;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.case-posts__arw {
  display: none;
  width: 1.2rem;
  margin-left: 0.6rem;
}

.case-posts__arw img {
  vertical-align: middle;
}

@media (max-width: 768px) {
  .case-posts__arw {
    display: inline-block;
  }
}

.intro {
  position: relative;
}

@media (max-width: 768px) {
  .intro {
    padding: 2.86667rem 0 0;
  }
}

.intro__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 55%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 4.46667rem 4.46667rem 0;
}

@media (max-width: 768px) {
  .intro__bg {
    height: 24rem;
    top: auto;
    bottom: 5.86667rem;
  }
}

.intro__inner {
  padding-left: 45.33333rem;
  position: relative;
  padding-top: 2rem;
}

@media (max-width: 768px) {
  .intro__inner {
    padding-left: 30%;
  }
}

.intro__cat01 {
  position: absolute;
  bottom: -3rem;
  left: -2.93333rem;
}

@media (max-width: 768px) {
  .intro__cat01 {
    left: -3%;
    bottom: auto;
    top: 5.13333rem;
    width: 34%;
  }
}

.intro__texts {
  margin-bottom: 1.5rem;
}

.intro__texts p {
  font-size: 1rem;
  line-height: 2.1;
}

.intro__texts p:not(:last-of-type) {
  margin-bottom: 1.2rem;
}

.intro__cat02 {
  margin-left: auto;
  width: 18.66667rem;
}

@media (max-width: 768px) {
  .intro__cat02 {
    width: 78%;
  }
}

.btm-col02 .l-inner {
  position: relative;
  padding: 8.66667rem 0 9.33333rem;
}

@media (max-width: 768px) {
  .btm-col02 .l-inner {
    width: 100%;
    display: block;
    padding: 0 0 4.66667rem;
  }
}

.btm-col02__cat {
  position: absolute;
  width: 14rem;
  right: -6rem;
  bottom: -9.33333rem;
  z-index: 500;
}

@media (max-width: 1600px) {
  .btm-col02__cat {
    right: 0.53333rem;
  }
}

@media (max-width: 768px) {
  .btm-col02__cat {
    width: 30%;
    right: 5%;
    bottom: -6.53333rem;
  }
}

.btm-col02 .news,
.btm-col02 .shcedule {
  width: 50%;
}

@media (max-width: 768px) {
  .btm-col02 .news,
  .btm-col02 .shcedule {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .news {
    padding-right: 1.93333rem;
  }
}

@media (max-width: 768px) {
  .news {
    background: #fef1e2;
    padding: 3.3rem 5%;
  }
}

@media (min-width: 768px) {
  .news__btn {
    margin: 0;
    width: 14.66667rem;
  }
}

@media (max-width: 768px) {
  .news__btn {
    background-color: #fff;
  }
}

.top-posts {
  margin-bottom: 2.8rem;
}

.top-posts__post {
  border-bottom: 1px solid #bfbfbf;
}

.top-posts__post:not(:last-of-type) {
  margin-bottom: 1.1rem;
}

@media (max-width: 768px) {
  .top-posts__post:not(:last-of-type) {
    margin-bottom: 1.8rem;
  }
}

.top-posts__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.86667rem;
}

@media (max-width: 768px) {
  .top-posts__link {
    padding-bottom: 1.8rem;
  }
}

.top-posts__date {
  color: #f87909;
  width: 20%;
}

.top-posts__ttl {
  width: 78%;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .shcedule {
    padding-left: 1.46667rem;
  }
}

@media (max-width: 768px) {
  .shcedule {
    padding: 3.3rem 5%;
  }
}

.shcedule__tb {
  margin-bottom: 1.46667rem;
}

.shcedule__cap {
  color: #f87909;
  font-weight: 600;
  font-size: 1.2rem;
}

.treat-nav {
  padding: 6.6rem 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 768px) {
  .treat-nav {
    width: 96%;
    padding: 3.26667rem 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.treat-nav__item {
  width: 18.6%;
  margin: 0 2%;
}

@media (max-width: 768px) {
  .treat-nav__item {
    width: 30.2%;
    margin: 0 .98% .9rem !important;
  }
}

.treat-nav__item:nth-of-type(n+5) {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .treat-nav__item:nth-of-type(n+5) {
    margin-top: 0;
  }
}

.treat-nav__item:nth-of-type(1), .treat-nav__item:nth-of-type(5) {
  margin-left: 0;
}

.treat-nav__item:nth-of-type(4), .treat-nav__item:nth-of-type(8) {
  margin-right: 0;
}

.treat-intro {
  background-color: #fef1e2;
  padding: 7.33333rem 0 8rem;
}

@media (max-width: 768px) {
  .treat-intro {
    padding: 4rem 0 6.66667rem;
  }
}

.treat-intro__item {
  background-color: #fff;
  border-radius: 1.46667rem;
  padding: 3.13333rem 3.06667rem;
}

@media (max-width: 768px) {
  .treat-intro__item {
    padding: 2rem 1.86667rem;
  }
}

.treat-intro__item:not(:last-of-type) {
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .treat-intro__item:not(:last-of-type) {
    margin-bottom: 2.66667rem;
  }
}

.treat-intro__ttl {
  margin-bottom: 1.46667rem;
}

.treat-intro__desc {
  line-height: 1.98;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .treat-intro__btn {
    margin: 1.53333rem 0 0;
  }
}

@media (max-width: 768px) {
  .treat-intro__btn {
    margin-top: 1.86667rem;
  }
}

.treat-p-box {
  margin-top: 2.26667rem;
  letter-spacing: 0.1em;
}

.treat-p-ttl {
  background-color: #f87909;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.66667rem;
  padding: 0.53333rem 1.46667rem;
  margin-bottom: 1.66667rem;
}

@media (max-width: 768px) {
  .treat-p-ttl {
    padding-right: 0.66667rem;
    margin-bottom: 1.13333rem;
  }
}

.treat-p-ttl__txt {
  color: #ffffff;
  font-size: 1.46667rem;
}

.treat-p-ttl__btn {
  background-color: #fff;
  width: 14.66667rem;
  border-radius: 3rem;
  text-align: center;
  color: #f87909;
  position: relative;
  padding: 0.66667rem 0.66667rem;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .treat-p-ttl__btn {
    width: 11.33333rem;
  }
}

.treat-p-ttl__btn::after {
  content: "";
  width: 0.73333rem;
  height: 0.73333rem;
  border-bottom: 1px solid #f87909;
  border-right: 1px solid #f87909;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  right: 1.46667rem;
}

@media (max-width: 768px) {
  .treat-p-ttl__btn::after {
    right: 1rem;
  }
}

.treat-p-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.treat-p-col__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 48%;
  font-weight: 600;
  border-radius: 0.66667rem;
  overflow: hidden;
  margin-bottom: 1.53333rem;
}

@media (max-width: 768px) {
  .treat-p-col__group {
    width: 100%;
    margin-bottom: 0.93333rem;
  }
}

.treat-p-col__group dt,
.treat-p-col__group dd {
  padding: 1.2rem 1.2rem 1.2rem 0.8rem;
  font-size: 1.13333rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
}

.treat-p-col__group dt {
  background-color: #fef6eb;
  width: 65%;
  border-right: 2px solid #fff;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 768px) {
  .treat-p-col__group dt {
    border-width: 0.33333rem;
    width: 60%;
  }
}

.treat-p-col__group dd {
  background-color: #ebf8fe;
  width: 35%;
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 768px) {
  .treat-p-col__group dd {
    width: 40%;
    padding-left: 0.53333rem;
  }
}

.treat-p-note {
  font-weight: 600;
}

.dermatology-trouble {
  padding: 5.86667rem 0;
}

.dermatology-about {
  padding-top: 6.53333rem;
}

@media (max-width: 768px) {
  .dermatology-about {
    padding-top: 5.33333rem;
  }
}

.dermatology-about .l-inner {
  position: relative;
  padding-bottom: 12.53333rem;
}

@media (max-width: 768px) {
  .dermatology-about .l-inner {
    padding-bottom: 18.46667rem;
  }
}

.dermatology-about .box {
  width: 100%;
  position: relative;
  z-index: 700;
}

.dermatology-about .ttl .c-ttl {
  font-weight: 600;
}

.dermatology-about .ttl .c-ttl__sub {
  font-size: 1.2rem;
  text-align: center;
}

@media (max-width: 768px) {
  .dermatology-about .ttl .c-ttl__sub {
    font-size: 0.93333rem;
  }
}

.dermatology-about .ttl .c-ttl__main {
  font-size: 3.06667rem;
  text-align: center;
}

@media (max-width: 768px) {
  .dermatology-about .ttl .c-ttl__main {
    font-size: 2.53333rem;
  }
}

.dermatology-about__ttl {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .2rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .dermatology-about__ttl {
    font-size: 1.2rem;
    letter-spacing: .1rem;
  }
}

.dermatology-about__ttl__b-font {
  font-size: 2.53333rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .dermatology-about__ttl__b-font {
    font-size: 2rem;
  }
}

.dermatology-about__item {
  margin-top: 1.66667rem;
}

.dermatology-about__item__ttl {
  font-size: 2.06667rem;
  color: #f87909;
  letter-spacing: 0.1em;
  line-height: 1.9;
}

@media (max-width: 768px) {
  .dermatology-about__item__ttl {
    font-size: 1.6rem;
  }
}

.dermatology-about__item__desc {
  line-height: 1.9;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .dermatology-about__item__desc {
    font-size: 1.06667rem;
    line-height: 1.8;
  }
}

.dermatology-about__item__imp-font {
  font-weight: bold;
  color: #f22;
  font-size: 1.26667rem;
}

@media (max-width: 768px) {
  .dermatology-about__item__imp-font {
    font-size: 1.13333rem;
  }
}

.dermatology-about .illust {
  position: absolute;
  z-index: 600;
}

.dermatology-about .illust.--illust01 {
  right: -2rem;
  top: 0;
  width: 41%;
}

.dermatology-about .illust.--illust02 {
  left: 35%;
  bottom: -17.33333rem;
  width: 31%;
}

@media (max-width: 768px) {
  .dermatology-about .illust.--illust02 {
    left: 0;
    width: 51%;
    bottom: -15.33333rem;
  }
}

.dermatology-about .illust.--illust03 {
  right: 0;
  bottom: 21.33333rem;
  width: 16%;
}

@media (max-width: 768px) {
  .dermatology-about .illust.--illust03 {
    bottom: -10rem;
    width: 39%;
  }
}

.dermatology-case {
  background-color: #fef1e2;
  padding: 8rem 0 6.6rem;
}

.dermatology-case .case-posts {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .dermatology-case .case-posts {
    margin-bottom: 2.2rem;
    display: block;
  }
}

.dermatology-case .case-posts__item {
  border: 1px solid #71cbd3;
  border-radius: 1.33333rem;
  background-color: #fff;
  color: #71cbd3;
  padding: 1.46667rem 2.13333rem;
  width: 48.8%;
}

@media (max-width: 768px) {
  .dermatology-case .case-posts__item {
    width: 100%;
  }
}

.dermatology-case .case-posts__item:not(:last-of-type) {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .dermatology-case .case-posts__item:not(:last-of-type) {
    margin-bottom: 1.2rem;
  }
}

.dermatology-case .case-posts__thumb {
  width: 23%;
  height: 10.2rem;
  border-radius: 1.33333rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .dermatology-case .case-posts__thumb {
    height: 9.33333rem;
  }
}

.dermatology-case .case-posts__main {
  width: 71%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

.dermatology-case .case-posts__desc {
  color: #000;
}

@media (max-width: 768px) {
  .dermatology-case .case-posts__read-wrap {
    text-align: right;
  }
}

.dermatology-case .case-posts__read {
  display: inline-block;
  border: 1px solid #71cbd3;
  border-radius: 0.33333rem;
  background-color: #fff;
  color: #71cbd3;
  padding: 0.66667rem 2.13333rem;
}

@media (max-width: 768px) {
  .dermatology-case .case-posts__read {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}

.dermatology-case .case-posts__arw {
  display: none;
  width: 0.86667rem;
}

@media (max-width: 768px) {
  .dermatology-case .case-posts__arw {
    display: inline-block;
  }
}

.clinic-news {
  padding: 5.86667rem 0 7.33333rem;
}

.info-list {
  margin-bottom: 3rem;
}

.info-list__post {
  border-bottom: 0.13333rem dotted #ffd8ab;
}

@media (max-width: 768px) {
  .info-list__post {
    border-bottom: 0.18667rem dotted #ffd8ab;
  }
}

.info-list__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.46667rem 0;
  padding-left: 3.73333rem;
  position: relative;
}

@media (max-width: 768px) {
  .info-list__link {
    padding-left: 0;
    padding-right: 3.06667rem;
  }
  .info-list__link::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.86667rem;
    height: 0.86667rem;
    border-bottom: 1px solid #f87909;
    border-right: 1px solid #f87909;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    right: 0;
  }
}

.info-list__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 56%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .info-list__left {
    width: 100%;
    display: block;
  }
}

.info-list__date {
  color: #f87909;
  font-size: 1.13333rem;
}

@media (max-width: 768px) {
  .info-list__date {
    margin-bottom: 0.53333rem;
  }
}

.info-list__ttl {
  font-size: 1.26667rem;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-list__read {
  width: 11.53333rem;
  background-color: #f87909;
  color: #ffffff;
  text-align: center;
  padding: 1.06667rem 0;
  border-radius: 0.6rem;
}

@media (max-width: 768px) {
  .info-list__read {
    display: none;
  }
}

.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pagination ul li:not(:last-of-type) {
  margin-right: 1.13333rem;
}

.pagination ul li a,
.pagination ul li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 50%;
  width: 2.73333rem;
  height: 2.73333rem;
  border: 1px solid #f87909;
  color: #ffd8ab;
  font-size: 1.26667rem;
  font-weight: 600;
}

.pagination ul li a.current,
.pagination ul li span.current {
  border-color: #ffd8ab;
  background-color: #ffd8ab;
  color: #f87909;
}

.single-clinic-news {
  padding: 4.73333rem 0 8rem;
}

.clinic-news-top {
  color: #f87909;
  border-bottom: 0.13333rem dotted #ffd8ab;
  font-weight: 600;
  letter-spacing: .1em;
  padding-bottom: 0.66667rem;
  margin-bottom: 2.66667rem;
}

@media (max-width: 768px) {
  .clinic-news-top {
    border-bottom: 0.18667rem dotted #ffd8ab;
  }
}

.clinic-news-top__date {
  font-size: 1.13333rem;
  margin-bottom: 0.4rem;
}

.clinic-news-top__ttl {
  font-size: 1.73333rem;
}

.clinic-news-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .clinic-news-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

.clinic-news-col__main {
  font-weight: 600;
  line-height: 2.02;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.clinic-news-col__thumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.66667rem;
      -ms-flex: 0 0 33.66667rem;
          flex: 0 0 33.66667rem;
  border-radius: 1.46667rem;
  overflow: hidden;
  margin-left: 1.86667rem;
}

@media (max-width: 768px) {
  .clinic-news-col__thumb {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin: 0 auto 1.6rem;
  }
}

@media (min-width: 768px) {
  .clinic-news-btn {
    margin: 0;
    width: 18.26667rem;
  }
}

.clinic-case {
  padding: 4.73333rem 0 8rem;
}

.case-list__post {
  letter-spacing: 0.1em;
  font-weight: 600;
}

.case-list__post:not(:last-of-type) {
  margin-bottom: 4.46667rem;
}

.case-list__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .case-list__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.case-list__main {
  width: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .case-list__main {
    width: 65%;
  }
}

.case-list__ttl {
  font-size: 1.6rem;
  color: #71cbd3;
  margin-bottom: 0.93333rem;
}

.case-list__desc {
  line-height: 1.76;
  font-weight: 400;
  font-size: 1.06667rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 768px) {
  .case-list__desc {
    -webkit-line-clamp: 4;
  }
}

.case-list__read {
  width: 9.4rem;
  color: #fff;
  background-color: #71cbd3;
  line-height: 1;
  padding: 0.93333rem 1.73333rem;
  border-radius: 0.53333rem;
  text-align: center;
}

@media (max-width: 768px) {
  .case-list__read {
    margin-top: 1.33333rem;
    width: 14rem;
    padding: 1.6rem 2.26667rem;
  }
}

.case-list__thumb {
  width: 31%;
  max-width: 395px;
  border-radius: 2.4rem 2.4rem 2.4rem 6.26667rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .case-list__thumb {
    border-radius: 1.2rem 1.2rem 1.2rem 3.66667rem;
    height: 12.66667rem;
  }
}

.single-clinic-case {
  padding: 5.86667rem 0 8rem;
  letter-spacing: 0.1em;
}

.single-case-ttl {
  border: 1px solid #71cbd3;
  color: #71cbd3;
  padding: 1rem 2.53333rem;
  color: #71cbd3;
  border-radius: 4rem;
  font-size: 2.06667rem;
  margin-bottom: 2.8rem;
}

@media (max-width: 768px) {
  .single-case-ttl {
    font-size: 1.53333rem;
    text-align: center;
    margin-bottom: 1.53333rem;
  }
}

.single-case-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  margin-bottom: 5.86667rem;
}

@media (max-width: 768px) {
  .single-case-top {
    display: block;
    margin-bottom: 0;
  }
}

.single-case-top__left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 54%;
      -ms-flex: 1 1 54%;
          flex: 1 1 54%;
}

@media (max-width: 768px) {
  .single-case-top__left {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-bottom: 2.9rem;
  }
}

.single-case-top__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  padding-left: 3.73333rem;
}

@media (max-width: 768px) {
  .single-case-top__right {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding-left: 0;
    margin-bottom: 3.3rem;
  }
}

.single-case-read {
  line-height: 1.88;
  margin-bottom: 2.13333rem;
}

.single-case-info {
  background-color: #fef1e2;
  padding: 1.46667rem 1.26667rem;
  border-radius: 0.53333rem;
  letter-spacing: 0.18em;
}

.single-case-info__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.8rem;
  margin-bottom: 1.4rem;
  border-bottom: 1px solid #f87909;
}

.single-case-info__gr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  margin-right: 2.13333rem;
}

.single-case-info__gr-left {
  color: #f87909;
}

.single-case-info__btm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.single-case-info__btm-left {
  width: 1.86667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: .23em;
  background-color: #f87909;
  color: #fff;
  padding: 0.66667rem 0.13333rem;
  border-radius: 0.26667rem;
  line-height: 1;
}

.single-case-info__btm-right {
  width: 92%;
  font-weight: 400;
  line-height: 1.56;
}

.single-case-subttl {
  border-bottom: 1px solid #71cbd3;
  color: #71cbd3;
  padding-bottom: 1.13333rem;
  margin-bottom: 1.4rem;
  color: #71cbd3;
}

.single-case-figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-case-figure__item {
  width: 48%;
  border-radius: 1.46667rem;
  overflow: hidden;
  height: 12rem;
}

.single-case-figure__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-rp {
  margin-bottom: 2.66667rem;
  letter-spacing: 0.08em;
}

@media (max-width: 768px) {
  .case-rp {
    margin-bottom: 1.93333rem;
  }
}

.case-rp__ttl {
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .case-rp__ttl {
    margin-bottom: 1.6rem;
  }
}

.case-rp__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .case-rp__list::after {
    content: "";
    display: block;
    width: 31%;
  }
}

.case-rp__list-item {
  width: 31%;
  margin-bottom: 1.5rem;
  height: 13.33333rem;
  border-radius: 1.46667rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .case-rp__list-item {
    width: 48%;
  }
}

.case-rp__list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-rp__note {
  font-size: 1.2rem;
  margin-top: 2.13333rem;
  line-height: 1.72;
}

@media (max-width: 768px) {
  .case-rp__note {
    margin-top: 1.33333rem;
  }
}

/*
* プライスページ
*/
.price-heading {
  position: relative;
}

.price-heading .l-inner {
  position: absolute;
  top: 50%;
  left: 14%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media (max-width: 768px) {
  .price-heading .l-inner {
    left: 6%;
  }
}

.price-heading__img {
  width: 80%;
  margin-left: auto;
}

@media (max-width: 768px) {
  .price-heading__img {
    width: 86%;
  }
}

.price-heading__ttl {
  font-size: 2.53333rem;
  font-weight: 600;
  letter-spacing: .2rem;
}

.price-heading__sub-ttl {
  font-size: 1.33333rem;
  font-weight: 100;
  color: #f7931e;
  margin-top: 1.33333rem;
  letter-spacing: .2rem;
}

.sec-price__item {
  margin-top: 6.66667rem;
}

@media (max-width: 768px) {
  .sec-price__item {
    margin-top: 4rem;
  }
}

.sec-price__item:nth-of-type(n + 2) {
  margin-top: 5.33333rem;
}

@media (max-width: 768px) {
  .sec-price__item:nth-of-type(n + 2) {
    margin-top: 4rem;
  }
}

.sec-price__item:last-of-type {
  margin-bottom: 8.66667rem;
}

.sec-price__ttl {
  font-size: 1.86667rem;
  color: #f7931e;
  border: 1px solid #f7931e;
  border-radius: 3.33333rem;
  padding: 0.66667rem 1.66667rem;
  margin-bottom: 1.66667rem;
}

.sec-price__articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 768px) {
  .sec-price__articles {
    display: block;
  }
}

.sec-price__article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 47.8%;
  font-size: 1.26667rem;
  font-weight: 600;
}

.sec-price__article:nth-of-type(n + 3) {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .sec-price__article:nth-of-type(n + 3) {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .sec-price__article:nth-of-type(n + 2) {
    margin-top: 1.33333rem;
  }
}

@media (max-width: 768px) {
  .sec-price__article {
    width: 100%;
  }
}

.sec-price__article-title {
  width: 62%;
  padding: 1.33333rem 1.6rem;
  background-color: #fef6eb;
  border-radius: 0.66667rem 0 0 0.66667rem;
}

.sec-price__article-title.w-full {
  width: 100%;
  border-radius: 0.66667rem;
  padding-right: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-price__article-title .article-title-color {
  color: #f89b2e;
  font-weight: 200;
  padding: 0 0.33333rem;
}

.sec-price__article-title .article-title-small {
  font-size: 0.93333rem;
  font-weight: 400;
}

.sec-price__article-price {
  width: 37%;
  padding: 1.33333rem 1.6rem;
  background-color: #ebf8fe;
  text-align: right;
  border-radius: 0 0.66667rem 0.66667rem 0;
}

.sec-price__article-price.w-zero {
  display: none;
}

.sec-price__desc {
  margin-top: 1.33333rem;
  font-size: 1rem;
  font-weight: 600;
}

/*　ハンバーガーメニュー　*/
.hamburger-menu {
  display: none;
}
@media (max-width: 768px) {
  .hamburger-menu {
    display: block;
  }
  .menu-btn {
      position: fixed;
      top: 12px;
      right: 15px;
      display: flex;
      height: 30px;
      width: 30px;
      justify-content: center;
      align-items: center;
      z-index: 90;
      background-color: #f87909;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
      content: '';
      display: block;
      height: 3px;
      width: 18px;
      border-radius: 3px;
      background-color: #ffffff;
      position: absolute;
  }
  .menu-btn span:before {
      bottom: 8px;
  }
  .menu-btn span:after {
      top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
      background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
      bottom: 0;
      transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
      top: 0;
      transform: rotate(-45deg);
  }
  #menu-btn-check {
      display: none;
  }
  .menu-content {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 100%;/*leftの値を変更してメニューを画面外へ*/
      z-index: 80;
      background-color: #fff;
      transition: all 0.5s;/*アニメーション設定*/
      overflow-y: scroll;
      overflow-x: hidden;
  }
  #menu-btn-check:checked ~ .menu-content {
      left: 0;/*メニューを画面内へ*/
  }
  .menu-content ul {
      padding: 70px 10px 0;
  }
  .menu-content ul li {
  }
  .menu-content ul li a {
  }
  .menu-content ul li a::before {
  }

  .l-header__nav, .l-header__btn {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */