@charset "UTF-8";
@font-face {
  font-family: "gothic";
  src: url(../font/hiraginoW3.otf);
}
@font-face {
  font-family: "gothicBold";
  src: url(../font/hiraginoW6.otf);
}
@font-face {
  font-family: "mincho";
  src: url(../font/ヒラギノ明朝\ Pro\ W3.otf);
}
body {
  font-family: "gothic", sans-serif;
  font-size: rem(14);
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html.is-fixed {
  overflow: hidden;
}
@media screen and (min-width: 500px) {
  html.is-fixed {
    overflow: scroll;
  }
}

#pink {
  background-color: #FDEEED;
}

#gray {
  background-color: #EAEBF1;
}

#lp {
  background-color: #fff;
  color: #262735;
}
@media screen and (min-width: 500px) {
  #lp {
    -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 768px) {
  #lp {
    border-radius: 3.125rem;
  }
}

body {
  width: 100%;
  margin: 0 auto !important;
}
@media screen and (min-width: 500px) {
  body {
    max-width: 31.25rem;
  }
}

main {
  margin-top: 5.625rem;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 500px) {
  main {
    margin-top: 0;
    padding-top: 5.625rem;
  }
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 1rem;
    padding-top: 2.1875rem;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 500px) {
  html {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

picture {
  display: block;
}

.c-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  font-family: "mincho", serif;
  letter-spacing: 0.05em;
  color: #262735;
  text-align: center;
  border: 1px solid #262735;
  padding: 1.25rem 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-btn::before {
  position: absolute;
  content: "";
  -webkit-mask: url(../images/common/arrow.svg) center center/contain no-repeat;
          mask: url(../images/common/arrow.svg) center center/contain no-repeat;
  width: 8px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  background-color: #262735;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-btn--small {
  font-size: 0.875rem;
  padding: 0.9375rem 0;
  background-color: #fff;
}

.c-btn--white {
  background-color: #fff;
}

.c-btn--none {
  background-color: #fff;
  border: transparent;
  padding: 1.0625rem 0;
}

.c-btn:hover {
  background-color: #262735;
  color: #fff;
  opacity: 1;
}

.c-btn:hover::before {
  background-color: #fff;
}

.c-btn2 {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #fff;
  background-color: #262735;
  font-size: 1.1875rem;
  font-weight: 400;
  font-family: "mincho", serif;
  letter-spacing: 0.05em;
  text-align: center;
  border: 1px solid #262735;
  border-radius: 1.8125rem;
  padding: 1.25rem 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn2 {
    cursor: pointer;
  }
}

.c-btn2::before,
.c-btn2::after {
  position: absolute;
  content: "";
  width: 1.125rem;
  height: 1px;
  background-color: #fff;
  top: 50%;
  right: 1.4375rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-btn2::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn2::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.c-btn2.is-open {
  color: #262735;
  background-color: #fff;
}

.c-btn2.is-open::before {
  background-color: #262735;
}

.c-btn2.is-open::after {
  background-color: #262735;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.c-btn3 {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  font-family: "mincho", serif;
  text-align: center;
  border: 1px solid #000;
  background-color: #FFFF00;
  padding: 0.9375rem 0;
  border-radius: 1.5625rem;
  color: #000;
}
.c-btn3::before {
  position: absolute;
  content: "";
  -webkit-mask: url(../images/common/arrow.svg) center center/contain no-repeat;
          mask: url(../images/common/arrow.svg) center center/contain no-repeat;
  width: 7px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn3--black {
  color: #fff;
  background-color: #000;
}
.c-btn3--black::before {
  background-color: #fff;
}

.c-smallBanner {
  width: calc(100vw - 0.875rem);
  margin-left: calc(50% - 50vw + 0.4375rem);
}
@media screen and (min-width: 500px) {
  .c-smallBanner {
    width: calc(31.25rem - 0.875rem);
    margin-left: calc(50% - 15.1875rem);
  }
}

.c-title {
  font-size: 1.75rem;
  font-weight: 400;
  font-family: "mincho", serif;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.78;
  position: relative;
}
.c-title .marker {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffff00), color-stop(50%, #ffff00), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #ffff00 0%, #ffff00 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.c-title--bubble:before {
  background-color: #262735;
  content: "";
  height: 1.5rem;
  left: calc(50% - 12.5rem);
  position: absolute;
  top: 65%;
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
  width: 0.0625rem;
}
.c-title--bubble:after {
  background-color: #262735;
  content: "";
  height: 1.5rem;
  position: absolute;
  right: calc(50% - 12.5rem);
  top: 65%;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
  width: 0.0625rem;
}

.l-worries {
  margin-top: 2rem;
}

.l-about {
  padding-top: 3.125rem;
  background-color: #ffffe5;
}

.l-clinic {
  margin-top: 3.1875rem;
  margin-bottom: 1.5625rem;
}

.l-feature {
  margin-top: 2.9375rem;
  -webkit-box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.1);
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
  background-color: #ffffe5;
}

.l-inner {
  margin: 0 auto;
  max-width: 33.75rem;
  width: 100%;
  height: inherit;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

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

.l-price {
  margin-top: 3.75rem;
}

.l-skill {
  margin-top: 2.5rem;
}

.l-thread-position {
  margin-top: 1.875rem;
}

.l-futae {
  margin-top: 2.9375rem;
}

.p-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: scroll;
  padding-top: 8.75rem;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.p-drawer.is-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
@media screen and (min-width: 768px) {
  .p-drawer {
    width: 50%;
    left: initial;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-drawer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) and (max-width: 650px) {
  .p-drawer__list {
    margin-top: 8.75rem;
  }
}
.p-drawer__link {
  text-align: center;
}

.p-drawer__link + .p-drawer__link {
  margin-top: 3.6875rem;
}

.p-drawer__link a {
  display: inline-block;
  position: relative;
  color: #262735;
}

.p-drawer__link-text {
  font-size: 1rem;
  font-weight: bold;
  font-family: "mincho", serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-drawer__link-text {
    font-size: 1.25rem;
    font-weight: 400;
  }
}

.p-drawer__link-subtext {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "mincho", serif;
  letter-spacing: 0.1em;
  margin-top: 1em;
}

.p-drawer__official {
  max-width: 22.8125rem;
  margin: 0 auto;
  margin-top: 1.875rem;
  padding-bottom: 11.25rem;
}

.p-drawer__official a {
  display: block;
}

.p-footer {
  padding-bottom: 5.5rem;
  margin-top: -1rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    margin-bottom: 1rem;
  }
}

.p-footer__copy {
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.p-footer__privacy {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 0.875rem;
}

.p-hamburger {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  .p-hamburger {
    cursor: pointer;
  }
}
.p-hamburger.is-active span:first-child {
  top: 1.5625rem;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-hamburger.is-active span:nth-child(2) {
  top: 1.5625rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-hamburger span {
  position: absolute;
  display: inline-block;
  background-color: #262735;
  width: 100%;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-hamburger span:first-child {
  top: 1.5625rem;
}

.p-hamburger span:nth-child(2) {
  top: 2.5rem;
}

.p-hamburger__img {
  top: 3.25rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.p-header {
  width: 100%;
  top: 0;
  left: 0;
  height: 5.625rem;
  position: fixed;
  z-index: 1001;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-header {
    background-color: transparent;
  }
}

.p-header__inner.l-inner {
  padding-left: 1.875rem;
  padding-right: 2.5rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__inner.l-inner {
    padding-left: 1.875rem;
    padding-right: 2.5rem;
    max-width: unset;
  }
}

.p-header__logo {
  width: 100%;
  max-width: 15.6875rem;
  z-index: 1001;
}

.p-header__hamburger {
  width: 2.75rem;
  height: inherit;
  margin-left: auto;
}

.p-links {
  position: fixed;
  max-width: 40rem;
  width: 100%;
  height: 4.5rem;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: -0.1875rem 0 0.1875rem rgba(89, 42, 33, 0.3);
          box-shadow: -0.1875rem 0 0.1875rem rgba(89, 42, 33, 0.3);
  z-index: 100000;
}

.p-links__items {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.p-links__item {
  height: 100%;
}

.p-links__item:not(:first-child) {
  border-left: 1px solid #592A21;
}

.p-links__item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-links__item img {
  width: auto;
  max-height: 40px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-links__item img {
    max-height: 45px;
  }
}

.p-about {
  margin-top: 3.125rem;
}
.p-about__inner.l-inner {
  padding: 0 1.25rem;
}
.p-about__title {
  width: 100%;
  background-color: #000;
  font-family: "mincho", serif;
  text-align: center;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  padding: 1.1em 0;
}
.p-about__img {
  margin-top: 1.5625rem;
}
.p-about__border {
  margin-top: 1.875rem;
}
.p-about__bigText {
  font-size: 1.375rem;
  font-weight: 400;
  font-family: "mincho", serif;
  text-align: center;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2.0454545455;
  margin-top: 1.5625rem;
}
.p-about__text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  max-width: 25.625rem;
  margin: 0 auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: 0.8125rem;
  }
}
.p-about__btn {
  margin: 0 auto;
  margin-top: 1.5625rem;
  max-width: 21.875rem;
}
.p-about__subtitle {
  font-size: 1.5625rem;
  font-family: "mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  margin-top: 1.875rem;
}
.p-about__subtitle span {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.8em;
  text-align: left;
  padding-left: 1.875rem;
  margin-bottom: -0.9375rem;
}
.p-about__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.625rem;
}
.p-about__profile-img {
  width: 52%;
}
.p-about__profile-content {
  width: 48%;
  margin-top: 1.875rem;
}
.p-about__profile-text {
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  line-height: 2.0769230769;
  margin-top: 2rem;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-about__profile-text {
    font-size: 0.8125rem;
  }
}
.p-about__position {
  font-size: 0.9375rem;
  font-family: "gothicBold";
  letter-spacing: 0.1em;
}
.p-about__name {
  font-size: 1.4375rem;
  font-family: "gothicBold";
  letter-spacing: 0.1em;
  margin-top: 1.25rem;
}
.p-about__band {
  max-width: 27.5rem;
  width: 100%;
  color: #fff;
  background-color: #b14c20;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "mincho", serif;
  letter-spacing: 0.1em;
  padding: 1.125rem 0;
  margin: 0 auto;
  margin-top: 1.25rem;
}
.p-about__history-title {
  font-size: 1.4375rem;
  font-weight: 400;
  font-family: "mincho", serif;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 2.8125rem;
}
.p-about__history-table {
  max-width: 27.5rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 1.875rem;
}
.p-about__case {
  margin-top: 4.375rem;
}
.p-about__case-title {
  position: relative;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8181818182;
  font-family: "mincho", serif;
  text-align: center;
  letter-spacing: 0.15em;
  z-index: 2;
}
.p-about__case-title::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-28deg);
          transform: translateY(-50%) rotate(-28deg);
  height: 1.375rem;
  width: 1px;
  background-color: #262735;
  left: calc(50% - 11.25rem);
}
.p-about__case-title::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(28deg);
          transform: translateY(-50%) rotate(28deg);
  height: 1.375rem;
  width: 1px;
  background-color: #262735;
  right: calc(50% - 11.25rem);
}
.p-about__case-img {
  margin-top: 2.1875rem;
}
.p-about__case-text {
  font-size: 0.75rem;
  line-height: 2.0833333333;
  margin-top: 1.5625rem;
}
.p-about__case-text span {
  margin-left: 0.5em;
}
.p-about__case-btn {
  max-width: 26.875rem;
  margin: 0 auto;
  margin-top: 2.1875rem;
}
.p-about__case-bottom {
  display: none;
}
.p-about__unit {
  margin-top: 2.5rem;
}
.p-about__unit a {
  display: block;
}
.p-about__unit-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-about__unit-tag {
  text-align: center;
  font-size: 0.9375rem;
  padding: 0.3125rem 0.625rem;
}
.p-about__unit-tag:first-child {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.p-about__unit-tag:last-child {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  margin-left: 0.8125rem;
}
.p-about__unit-imgs {
  margin-top: 0.625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem;
}
.p-about__unit-content {
  background-color: #D5D5D5;
  border-radius: 0.625rem;
  padding: 0.8125rem 0.9375rem;
  margin-top: 1.125rem;
}
.p-about__unit-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about__unit-title {
  color: #fff;
  background-color: #000;
  width: 4.1875rem;
  font-size: 0.75rem;
  padding: 0.375rem 0;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-about__unit-text {
  width: calc(100% - 4.1875rem);
  padding-left: 0.625rem;
  font-size: 1rem;
  color: #000;
  line-height: 1.8333333333;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .p-about__unit-text {
    font-size: 0.75rem;
  }
}
.p-about__unit-border {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border-color: black;
  border-top: none;
}

.p-solve__title {
  margin: -0.625rem auto 0.75rem;
}
.p-solve__case {
  margin-bottom: 2.5rem;
}
.p-solve__case__name {
  text-align: center;
  font-size: 1.0625rem;
  font-family: "mincho", serif;
  font-weight: 300;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 0.75rem 0;
  margin-top: 0.9375rem;
}
.p-solve__text {
  line-height: 1.9;
  font-size: 0.8125rem;
  text-align: justify;
}
.p-solve__btn {
  margin: 1.875rem auto 0;
  max-width: 26.875rem;
}

.p-clinic__inner.l-inner {
  padding: 0 1.5625rem;
}

.p-clinic__title {
  font-size: 1.625rem;
  font-weight: 400;
  font-family: "mincho", serif;
  text-align: center;
}

.p-clinic__img {
  margin-top: 3.125rem;
}

.p-clinic__info {
  max-width: 25rem;
  margin-top: 1.75rem;
}

.p-clinic__map-title {
  font-size: 0.9375rem;
  font-weight: 400;
  font-family: "mincho", serif;
  letter-spacing: 0.05em;
  margin-top: 3.1875rem;
}

.p-clinic__map {
  position: relative;
  width: 100%;
  margin-top: 1.25rem;
}

.p-clinic__map::before {
  display: block;
  padding-top: 66.6666666%;
  content: "";
}

.p-clinic__map iframe {
  border: 3px solid #fff !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-case {
  margin-top: 35px;
}
.p-case__outer__title {
  margin-top: 1.875rem;
}
.p-case__title {
  background-color: #ff7b94;
  display: inline-block;
  color: #fff;
  padding: 0.5em 1em;
}
.p-case__image__outer {
  display: block;
  margin-top: 0.9375rem;
}
.p-case__summary {
  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: flex-start;
}
.p-case__summary ~ .p-case__summary {
  border-top: 1px solid #000;
  padding-top: 0.8125rem;
  margin-top: 0.8125rem;
}
.p-case__summary__outer {
  background-color: #f5e6e6;
  border-radius: 0.9375rem;
  padding: 1.125rem 0.9375rem;
}
.p-case__summary__title {
  background-color: #ff7b94;
  width: 5em;
  text-align: center;
  padding: 0.5em 0;
  margin-right: 1.125rem;
  color: #fff;
  font-weight: 600;
}
.p-case__summary__text {
  line-height: 1.8;
  width: 50%;
  font-weight: 500;
  text-align: justify;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-feature ~ .p-feature {
  margin-top: 1.875rem;
}
.p-feature__fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 1.25rem 0;
}
.p-feature__fv__title {
  font-size: 1.3125rem;
  font-family: "mincho", serif;
  text-align: center;
  border: 1px solid #000;
  background-color: #FFFF00;
  padding: 0.4em 0;
  color: #000;
  width: 18.75rem;
}
.p-feature__fv__title--no-image {
  width: 20.375rem;
}
.p-feature__fv__text {
  font-family: "mincho", serif;
  line-height: 1.9;
  font-size: 1.0625rem;
  text-align: center;
  color: #000;
  margin-top: 0.9375rem;
  width: 17.8125rem;
}
.p-feature__fv__text:after {
  content: "";
  display: block;
  width: 20.625rem;
  border-bottom: 1px solid #000;
  margin-top: 0.9375rem;
}
.p-feature__fv__text--no-image:after {
  width: 28.125rem;
}
.p-feature__fv__image {
  position: absolute;
  right: -0.1875rem;
  top: -0.625rem;
  display: block;
  width: 11.6875rem;
}
.p-feature__fv__image--instagram {
  top: -1.6875rem;
  right: 0;
  width: 12.5rem;
}
.p-feature__fv__image--counseling {
  width: 12.5rem;
  right: -0.625rem;
}
.p-feature__fv__image--monitor {
  top: -1.625rem;
  right: 0.125rem;
  width: 12.0625rem;
}
.p-feature__text {
  line-height: 1.9;
  font-size: 0.8125rem;
  text-align: justify;
  margin-top: 0.3125rem;
}
.p-grade {
  margin-top: 2.5rem;
}
.p-grade__outer {
  margin-bottom: 3.125rem;
}
.p-grade__outer__title {
  margin-top: 2.1875rem;
}
.p-grade__title {
  display: inline-block;
  width: 100%;
  font-size: 1.0625rem;
  font-family: "mincho", serif;
  text-align: center;
  background-color: #000;
  padding: 0.9375rem 0;
  border-radius: 1.5625rem;
  color: #fff;
  letter-spacing: 0.15em;
}
.p-grade__image {
  display: block;
  padding: 0 1.875rem;
  margin-top: 0.9375rem;
}
.p-grade__text {
  line-height: 1.9;
  font-size: 0.8125rem;
  text-align: justify;
  margin-top: 1.375rem;
}
.p-grade__price {
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0.375rem 0;
  margin-top: 1.875rem;
}
.p-grade__price__name {
  font-size: 1.125rem;
  margin-right: 0.7em;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}
.p-grade__price__number {
  font-size: 2.9375rem;
}
.p-grade__price__number .small {
  font-size: 1.4375rem;
  margin-left: 0.6em;
}

.p-instagram {
  padding-top: 1.25rem;
  padding-bottom: 2.0625rem;
  background-color: #ffffe5;
  -webkit-box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.1);
}
.p-instagram__inner {
  padding: 0 2.1875rem;
}
.p-instagram__title {
  width: calc(100% + 0.625rem);
}
.p-instagram__items {
  display: grid;
  gap: 2.8125rem 3.1875rem;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 0.625rem;
  margin-top: 3.375rem;
}
.p-instagram__modal {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100;
}
.p-instagram__modal-inner {
  height: 100%;
  position: relative;
  width: 100%;
}
.p-instagram__modal-btn {
  content: "";
  height: 2.25rem;
  width: 2.25rem;
  position: absolute;
  right: 4.6875rem;
  top: 2.125rem;
  z-index: 1100;
  cursor: pointer;
}
.p-instagram__modal-bg {
  background-color: rgba(0, 0, 0, 0.16);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1099;
}
.p-instagram__ayaka {
  margin-top: 3.4375rem;
}
.p-instagram__ayaka-img {
  cursor: pointer;
  width: 22.3125rem;
  margin: 1.25rem auto 0;
}
.p-instagram__ayaka-movie {
  content: "";
  left: 50%;
  max-width: 23.4375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1100;
}
.p-instagram__ayaka-movie video {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.p-instagram__ayaka-name {
  line-height: 1.9;
  font-size: 0.8125rem;
  text-align: justify;
  font-size: 0.875rem;
  font-family: "mincho", serif;
  margin-top: 0.9375rem;
}
.p-instagram__ayaka-profile {
  line-height: 1.9;
  font-size: 0.8125rem;
  text-align: justify;
  font-size: 0.75rem;
}
.p-instagram__ayaka-title {
  width: 12.5rem;
  margin-top: 1.25rem;
}
.p-instagram__ayaka-text {
  line-height: 1.9;
  font-size: 0.8125rem;
  text-align: justify;
  line-height: 2.15;
  margin-top: 1.25rem;
}
.p-instagram__item-img {
  width: 100%;
}
.p-instagram__item-name {
  color: #262735;
  font-size: 0.9375rem;
  font-weight: 400;
  font-family: "mincho", serif;
  letter-spacing: 0.1em;
  margin-top: 1.125rem;
}
.p-instagram__item-couse {
  font-size: 0.8125rem;
  font-weight: 400;
  font-family: "mincho", serif;
  letter-spacing: 0.1em;
  color: #A2A2A2;
  line-height: 1.9230769231;
  margin-top: 1.0625rem;
  margin-left: 0.125rem;
}
.p-instagram__box {
  max-width: 28.125rem;
  width: 100%;
  border: 1px solid #b14c20;
  padding: 1.25rem 0;
  margin: 0 auto;
  margin-top: 2.9375rem;
}
.p-instagram__box-text {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "mincho", serif;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-instagram__img {
  max-width: 23.125rem;
  margin: 0 auto;
  margin-top: 1.125rem;
}
.p-instagram__search {
  max-width: 18.75rem;
  margin: 0 auto;
  margin-top: 0.9375rem;
}
.p-instagram__search a {
  display: block;
}
.p-instagram__bf {
  margin-top: 2.5rem;
}
.p-instagram__bf-title {
  margin-top: 1.25rem;
}
.p-instagram__bf-items {
  /*display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1rem;*/
  margin: 1.75rem auto 0;
  width: 83%;
}
.p-instagram__bf-video {
  position: relative;
  width: 100%;
}
.p-instagram__bf-text {
  font-size: 1.0625rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0.9375rem;
}
.p-instagram__bf-text img {
  margin: 0 auto;
  height: 0.8125rem;
  margin-top: 0.9375rem;
}

.p-monitor {
  padding-top: 1.5625rem;
}

.p-monitor__inner.l-inner {
  padding: 0 1.875rem;
}

.p-monitor__box {
  border: 2px solid #262735;
  padding: 1.6875rem 1.3125rem 1.8125rem;
}

.p-monitor__head {
  padding-bottom: 1rem;
  border-bottom: 1px solid #262735;
}

.p-monitor__title {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 400;
  font-family: "mincho", serif;
  letter-spacing: 0.05em;
}

.p-monitor__subtitle {
  font-size: 1rem;
  font-weight: 400;
  font-family: "mincho", serif;
  letter-spacing: 0.1em;
  line-height: 1.875;
  text-align: center;
  margin-top: 1.75rem;
}

.p-monitor__text {
  font-size: 0.9rem;
  line-height: 2.0769230769;
  letter-spacing: 0.05em;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-monitor__text {
    font-size: 0.8125rem;
  }
}

.p-monitor__btn {
  max-width: 23.4375rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 1.5rem;
  border: 1px solid #000;
}

.p-monitor__btn2 {
  max-width: 25rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 1.25rem;
}

.p-monitor__items {
  display: none;
  margin-top: 1.6875rem;
}

.p-monitor__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-monitor__item:nth-child(2) {
  margin-top: 2.5625rem;
}

.p-monitor__item:nth-child(3) {
  margin-top: 1.375rem;
}

.p-monitor__item:nth-child(4) {
  margin-top: 2.6875rem;
}

.p-monitor__item-img {
  width: 45%;
}

.p-monitor__item-content {
  width: 55%;
  padding-left: 1rem;
}

.p-monitor__item-title {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "mincho", serif;
  letter-spacing: 0.05em;
  text-align: center;
  width: 100%;
  background-color: #262735;
  color: #fff;
  padding: 0.375rem 0;
}

.p-monitor__item-text {
  font-size: 0.8rem;
  line-height: 1.6666666667;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-monitor__item-text {
    font-size: 0.75rem;
  }
}

.p-monitor__advice {
  margin-top: 2.8125rem;
}

.p-monitor__advice-body {
  display: none;
}

.p-monitor__advice-title {
  font-size: 1.3125rem;
  font-weight: 400;
  font-family: "mincho", serif;
  line-height: 1.9047619048;
  letter-spacing: 0.05em;
  margin-top: 1.875rem;
}

.p-monitor__advice-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.375rem;
  width: calc(100% + 1.875rem);
}

.p-monitor__advice-text {
  width: 51%;
  font-size: 0.9rem;
  line-height: 2.1538461538;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-monitor__advice-text {
    font-size: 0.8125rem;
  }
}

.p-monitor__advice-img {
  width: 49%;
}

.p-mv__inner.l-inner {
  padding: 0;
}

.p-mv__logo {
  max-width: 15.6875rem;
  margin-left: 1.25rem;
  margin-bottom: 0.9375rem;
}

.p-point__title {
  position: relative;
  font-size: 1.375rem;
  font-family: "mincho", serif;
  font-weight: 300;
  text-align: center;
  line-height: 1.8181818182;
}

.p-point__title::before {
  background-color: #262735;
  content: "";
  height: 1.5rem;
  left: calc(50% - 12.5rem);
  position: absolute;
  top: 65%;
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
  width: 0.0625rem;
}

.p-point__title::after {
  background-color: #262735;
  content: "";
  height: 1.5rem;
  position: absolute;
  right: calc(50% - 12.5rem);
  top: 65%;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
  width: 0.0625rem;
}

.p-point__unit + .p-point__unit {
  margin-top: 2.5rem;
}

.p-point__unit-text {
  font-size: 1rem;
  line-height: 2;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-point__unit-text {
    font-size: 0.8125rem;
  }
}

.p-point__unit:nth-child(4) .p-point__unit-title {
  width: 82.6%;
}

.p-point__unit:nth-child(4) .p-point__unit-text {
  margin-top: 1.875rem;
}

.p-point__unit-img {
  margin-top: 1.5625rem;
}

.p-price {
  padding-top: 3.5rem;
}
.p-price__outer__title {
  position: relative;
  line-height: 2.1538461538;
  z-index: 2;
  font-size: 1.625rem;
}
.p-price__outer__title::before {
  position: absolute;
  content: "";
  width: 16.125rem;
  height: 7.875rem;
  top: -0.9375rem;
  right: 0rem;
  background: url(../images/thread-lift/ttl_treatment_price.svg) center center/contain no-repeat;
  z-index: -1;
}
.p-price__inner {
  margin-top: 1.5625rem;
}
.p-price__title {
  font-family: "mincho", serif;
  text-align: center;
}
.p-price__content {
  background-color: #fff;
  padding: 1.1em 1.5625rem 1.1em 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "mincho", serif;
}
.p-price__content:nth-child(odd) {
  background-color: #d7d8d8;
}
.p-price__content__price .number {
  margin-left: 1em;
}

.p-skill__title {
  font-size: 1.375rem;
  font-family: "mincho", serif;
  font-weight: 300;
  line-height: 1.8181818182;
  letter-spacing: 0.015em;
  text-align: center;
}

.p-skill__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 1.25rem;
  margin-top: 2.625rem;
}

.p-skill__item-title {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  font-family: "mincho", serif;
  border-radius: 1.25rem;
  background-color: #000;
  letter-spacing: 0.1em;
  padding: 0.6875rem 0 0.625rem;
}

.p-skill__item-img {
  margin-top: 1.375rem;
}

.p-skill__item-text {
  font-size: 1rem;
  line-height: 2;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-skill__item-text {
    font-size: 0.8125rem;
  }
}

.p-top__inner.l-inner {
  padding: 1.125rem 1.5625rem 0;
}

.p-top__text {
  font-size: 1.3125rem;
  line-height: 1.8571428571;
  letter-spacing: 0.15em;
  font-family: "mincho", serif;
  text-align: center;
}

.p-top__price {
  max-width: 18.4375rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 1.25rem;
}

.p-top__banner {
  width: 100%;
  margin-top: 0.625rem;
}

.p-top__btn {
  width: 100%;
  max-width: 26.875rem;
  margin: 0 auto;
  margin-top: 1.0625rem;
}

.p-top__btn .c-btn--small {
  font-size: 0.9375rem;
}

.p-trouble__inner.l-inner {
  padding: 0 1.875rem;
}

.p-trouble__top2 {
  text-align: center;
  font-size: 1.0625rem;
  font-family: "mincho", serif;
  font-weight: 300;
  letter-spacing: 0.15em;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 1.25rem;
  padding: 0.75rem 0;
  margin-top: 0.9375rem;
}

.p-trouble__topImg {
  width: 100%;
  margin-top: 1.6875rem;
}

.p-trouble__title1 {
  margin-top: 1.5625rem;
  font-size: 1.75rem;
  font-family: "mincho", serif;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.6785714286;
}

.p-trouble__title1 img {
  max-width: 14.6875rem;
  margin: 0 auto;
}

.p-trouble__title1 span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.9583333333;
  margin-top: 0.3125rem;
}

.p-trouble__head {
  font-size: 1.75rem;
  line-height: 2;
  font-family: "mincho", serif;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 1.5rem;
}

.p-trouble__title2 {
  margin-top: 2.5rem;
}

.p-trouble__img {
  margin-top: 2.5rem;
}

.p-trouble__text {
  font-size: 1rem;
  padding: 1.875rem 0;
  border-top: 1px solid #262735;
  border-bottom: 1px solid #262735;
  margin-top: 1.875rem;
  line-height: 2.1428571429;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-trouble__text {
    font-size: 0.875rem;
  }
}

.p-trouble__subtitle {
  text-align: center;
  font-size: 1.25rem;
  font-family: "mincho", serif;
  line-height: 2;
  margin-top: 2.125rem;
}

.p-trouble__title3 {
  text-align: center;
  font-size: 1.5625rem;
  letter-spacing: 0.15em;
  font-family: "mincho", serif;
  line-height: 1.6;
  padding: 0.625rem 0;
  border: 1px solid #262735;
  margin-top: 3.125rem;
}

.p-trouble__detail {
  max-width: 25rem;
  margin: 0 auto;
  margin-top: 1.875rem;
}

.p-trouble__btn {
  margin-top: 2.1875rem;
}

.p-worries {
  background-color: #d0d2dd;
  margin-top: 2.5rem;
}
.p-worries__inner {
  background: url("../images/thread-lift/bg_warries.svg") no-repeat right 20px top 0.3125rem;
  background-size: 12.125rem;
  padding-top: 2.5rem;
  padding-bottom: 2.8125rem;
}
.p-worries__title {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "mincho", serif;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.85;
  letter-spacing: 0.05em;
  margin-bottom: 0.4375rem;
}
.p-worries__title .large {
  font-size: 1.16em;
}
.p-worries__list {
  background: #fff;
  padding: 0.3125rem;
}
.p-worries__list__contents {
  position: relative;
  padding: 0.9375rem 0 0.9375rem 3.125rem;
  border-bottom: 1px solid #000;
}
.p-worries__list__contents:before {
  content: "";
  display: block;
  width: 1.625rem;
  height: 1.375rem;
  background: url("../images/thread-lift/check_icon.svg") no-repeat;
  position: absolute;
  left: 0.8125rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-worries__list__contents:last-child {
  border-bottom: none;
}

.p-thread-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
}
.p-thread-position__outer {
  margin-top: 1.5625rem;
}
.p-thread-position__content {
  width: 48%;
}
.p-thread-position__content__title {
  border: 1px solid;
  font-size: 0.875rem;
  text-align: center;
  padding: 0.6em 0;
  margin-bottom: 0.4em;
}
.p-thread-position__content__title.--blue {
  color: #184993;
  border-color: #184993;
}
.p-thread-position__content__title.--brown {
  color: #b14c20;
  border-color: #b14c20;
}
.p-thread-position__content__title.--green {
  color: #008a45;
  border-color: #008a45;
}
.p-thread-position__content__title.--pink {
  color: #bc4995;
  border-color: #bc4995;
}
.p-thread-position__content__text {
  font-size: 0.8125rem;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

.u-mt--5 {
  margin-top: 0.3125rem !important;
}

.u-mt--10 {
  margin-top: 0.625rem !important;
}

.u-mt--15 {
  margin-top: 0.9375rem !important;
}

.u-mt--20 {
  margin-top: 1.25rem !important;
}

.u-mt--25 {
  margin-top: 1.5625rem !important;
}

.u-mt--30 {
  margin-top: 1.875rem !important;
}

.u-mt--35 {
  margin-top: 2.1875rem !important;
}

.u-mt--40 {
  margin-top: 2.5rem !important;
}

.u-mt--45 {
  margin-top: 2.8125rem !important;
}

.u-mt--50 {
  margin-top: 3.125rem !important;
}

.u-mt--55 {
  margin-top: 3.4375rem !important;
}

.u-mt--60 {
  margin-top: 3.75rem !important;
}

.u-mt--65 {
  margin-top: 4.0625rem !important;
}

.u-mt--70 {
  margin-top: 4.375rem !important;
}

.u-mt--75 {
  margin-top: 4.6875rem !important;
}

.u-mt--80 {
  margin-top: 5rem !important;
}

.u-mt--85 {
  margin-top: 5.3125rem !important;
}

.u-mt--90 {
  margin-top: 5.625rem !important;
}

.u-mt--95 {
  margin-top: 5.9375rem !important;
}

.u-mt--100 {
  margin-top: 6.25rem !important;
}

.u-mt--105 {
  margin-top: 6.5625rem !important;
}

.u-mt--110 {
  margin-top: 6.875rem !important;
}

.u-mt--115 {
  margin-top: 7.1875rem !important;
}

.u-mt--120 {
  margin-top: 7.5rem !important;
}

.u-mt--125 {
  margin-top: 7.8125rem !important;
}

.u-mt--130 {
  margin-top: 8.125rem !important;
}

.u-mt--135 {
  margin-top: 8.4375rem !important;
}

.u-mt--140 {
  margin-top: 8.75rem !important;
}

.u-mt--145 {
  margin-top: 9.0625rem !important;
}

.u-mt--150 {
  margin-top: 9.375rem !important;
}

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

.u-mb--5 {
  margin-top: 0.3125rem !important;
}

.u-mb--10 {
  margin-top: 0.625rem !important;
}

.u-mb--15 {
  margin-top: 0.9375rem !important;
}

.u-mb--20 {
  margin-top: 1.25rem !important;
}

.u-mb--25 {
  margin-top: 1.5625rem !important;
}

.u-mb--30 {
  margin-top: 1.875rem !important;
}

.u-mb--35 {
  margin-top: 2.1875rem !important;
}

.u-mb--40 {
  margin-top: 2.5rem !important;
}

.u-mb--45 {
  margin-top: 2.8125rem !important;
}

.u-mb--50 {
  margin-top: 3.125rem !important;
}

.u-mb--55 {
  margin-top: 3.4375rem !important;
}

.u-mb--60 {
  margin-top: 3.75rem !important;
}

.u-mb--65 {
  margin-top: 4.0625rem !important;
}

.u-mb--70 {
  margin-top: 4.375rem !important;
}

.u-mb--75 {
  margin-top: 4.6875rem !important;
}

.u-mb--80 {
  margin-top: 5rem !important;
}

.u-mb--85 {
  margin-top: 5.3125rem !important;
}

.u-mb--90 {
  margin-top: 5.625rem !important;
}

.u-mb--95 {
  margin-top: 5.9375rem !important;
}

.u-mb--100 {
  margin-top: 6.25rem !important;
}

.u-mb--105 {
  margin-top: 6.5625rem !important;
}

.u-mb--110 {
  margin-top: 6.875rem !important;
}

.u-mb--115 {
  margin-top: 7.1875rem !important;
}

.u-mb--120 {
  margin-top: 7.5rem !important;
}

.u-mb--125 {
  margin-top: 7.8125rem !important;
}

.u-mb--130 {
  margin-top: 8.125rem !important;
}

.u-mb--135 {
  margin-top: 8.4375rem !important;
}

.u-mb--140 {
  margin-top: 8.75rem !important;
}

.u-mb--145 {
  margin-top: 9.0625rem !important;
}

.u-mb--150 {
  margin-top: 9.375rem !important;
}

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

.u-pt--5 {
  padding-top: 0.3125rem !important;
}

.u-pt--10 {
  padding-top: 0.625rem !important;
}

.u-pt--15 {
  padding-top: 0.9375rem !important;
}

.u-pt--20 {
  padding-top: 1.25rem !important;
}

.u-pt--25 {
  padding-top: 1.5625rem !important;
}

.u-pt--30 {
  padding-top: 1.875rem !important;
}

.u-pt--35 {
  padding-top: 2.1875rem !important;
}

.u-pt--40 {
  padding-top: 2.5rem !important;
}

.u-pt--45 {
  padding-top: 2.8125rem !important;
}

.u-pt--50 {
  padding-top: 3.125rem !important;
}

.u-pt--55 {
  padding-top: 3.4375rem !important;
}

.u-pt--60 {
  padding-top: 3.75rem !important;
}

.u-pt--65 {
  padding-top: 4.0625rem !important;
}

.u-pt--70 {
  padding-top: 4.375rem !important;
}

.u-pt--75 {
  padding-top: 4.6875rem !important;
}

.u-pt--80 {
  padding-top: 5rem !important;
}

.u-pt--85 {
  padding-top: 5.3125rem !important;
}

.u-pt--90 {
  padding-top: 5.625rem !important;
}

.u-pt--95 {
  padding-top: 5.9375rem !important;
}

.u-pt--100 {
  padding-top: 6.25rem !important;
}

.u-pt--105 {
  padding-top: 6.5625rem !important;
}

.u-pt--110 {
  padding-top: 6.875rem !important;
}

.u-pt--115 {
  padding-top: 7.1875rem !important;
}

.u-pt--120 {
  padding-top: 7.5rem !important;
}

.u-pt--125 {
  padding-top: 7.8125rem !important;
}

.u-pt--130 {
  padding-top: 8.125rem !important;
}

.u-pt--135 {
  padding-top: 8.4375rem !important;
}

.u-pt--140 {
  padding-top: 8.75rem !important;
}

.u-pt--145 {
  padding-top: 9.0625rem !important;
}

.u-pt--150 {
  padding-top: 9.375rem !important;
}

.u-w--0 {
  width: 0% !important;
}

.u-w--5 {
  width: 5% !important;
}

.u-w--10 {
  width: 10% !important;
}

.u-w--15 {
  width: 15% !important;
}

.u-w--20 {
  width: 20% !important;
}

.u-w--25 {
  width: 25% !important;
}

.u-w--30 {
  width: 30% !important;
}

.u-w--35 {
  width: 35% !important;
}

.u-w--40 {
  width: 40% !important;
}

.u-w--45 {
  width: 45% !important;
}

.u-w--50 {
  width: 50% !important;
}

.u-w--55 {
  width: 55% !important;
}

.u-w--60 {
  width: 60% !important;
}

.u-w--65 {
  width: 65% !important;
}

.u-w--70 {
  width: 70% !important;
}

.u-w--75 {
  width: 75% !important;
}

.u-w--80 {
  width: 80% !important;
}

.u-w--85 {
  width: 85% !important;
}

.u-w--90 {
  width: 90% !important;
}

.u-w--95 {
  width: 95% !important;
}

.u-w--100 {
  width: 100% !important;
}

.u-fs--10 {
  font-size: 0.625rem !important;
}

.u-fs--11 {
  font-size: 0.6875rem !important;
}

.u-fs--12 {
  font-size: 0.75rem !important;
}

.u-fs--13 {
  font-size: 0.8125rem !important;
}

.u-fs--14 {
  font-size: 0.875rem !important;
}

.u-fs--15 {
  font-size: 0.9375rem !important;
}

.u-fs--16 {
  font-size: 1rem !important;
}

.u-fs--17 {
  font-size: 1.0625rem !important;
}

.u-fs--18 {
  font-size: 1.125rem !important;
}

.u-fs--19 {
  font-size: 1.1875rem !important;
}

.u-fs--20 {
  font-size: 1.25rem !important;
}

.u-fs--21 {
  font-size: 1.3125rem !important;
}

.u-fs--22 {
  font-size: 1.375rem !important;
}

.u-fs--23 {
  font-size: 1.4375rem !important;
}

.u-fs--24 {
  font-size: 1.5rem !important;
}

.u-fs--25 {
  font-size: 1.5625rem !important;
}

.u-fs--26 {
  font-size: 1.625rem !important;
}

.u-fs--27 {
  font-size: 1.6875rem !important;
}

.u-fs--28 {
  font-size: 1.75rem !important;
}

.u-fs--29 {
  font-size: 1.8125rem !important;
}

.u-fs--30 {
  font-size: 1.875rem !important;
}

.u-bg--black {
  background-color: #000 !important;
}



/*タブ切り替えの中身のスタイル*/

.tab_content {
	clear: both;
	display: none;
	overflow: hidden;
	padding: 1rem 1rem 0;
	text-align: center;
}

/*選択されているタブのコンテンツのみを表示*/

#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
	display: block;
}

/*選択されているタブのスタイルを変える*/

.tabs input:checked + .tab_item {
	background-color: #5ab4bd;
	color: #fff;
}
