@charset "UTF-8";

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  display: block;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  main {
    min-width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  main {
    width: 100%;
  }
}

.hide {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

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

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the outline style in Safari.
 */

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */

/* ============================================ */

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

caption {
  text-align: left;
}

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

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

/* Misc */

/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

body {
  color: #606060;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
}

img {
  display: block;
  height: auto;
  width: 100%;
}

span {
  display: inline-block;
}

.l-header {
  height: 80px;
}

.l-header_inner {
  padding: 20px 40px;
}

.l-header_logo {
  width: 138px;
}

.l-footer__logo {
  margin: 0 auto;
  width: 349px;
}

.l-footer__inner {
  padding: 140px 0px 60px;
  text-align: center;
}

.l-footer__inner p {
  line-height: 2;
}

.l-footer__inner p:first-of-type {
  margin-top: 55px;
}

.l-footer__inner p:not(:first-of-type) {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  margin-top: 20px;
}

.l-footer__copy-write {
  border-top: 2px solid #c7839c;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 2;
  padding: 1.125em;
  text-align: center;
}

.l-section-inner span {
  display: inline-block;
}

.l-section-inner {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .l-section-inner {
    width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  .l-section-inner {
    width: 90%;
  }
}

.c-button a {
  align-items: center;
  border-radius: 200px;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  transition: 0.3s ease-in-out;
  width: 315px;
}

.c-button a::before {
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(40deg);
  content: "";
  height: 2px;
  position: absolute;
  right: 1em;
  top: calc(50% - 2px);
  transform: translateY(calc(-50% - 2px)) rotate(40deg);
  transition: 0.3s ease-in-out;
  width: 10px;
}

.c-button a::after {
  -webkit-transform: translateY(-50%);
  content: "";
  height: 2px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  width: 30px;
}

.c-button a:hover {
  color: #fff;
}

.c-button a:hover::before,
.c-button a:hover::after {
  background-color: #fff;
}

.c-button--blue a {
  background: #fff;
  border: 2px solid #5a88b1;
  color: #5a88b1;
  line-height: 1.5;
  padding: 1em 2em;
}

.c-button--blue a::before,
.c-button--blue a::after {
  background-color: #5a88b1;
}

.c-button--blue a:hover {
  background-image: linear-gradient(260deg, #5a88b1, #549f9d);
}

.c-button--brown a {
  background: #fff;
  border: 2px solid #ab9975;
  color: #ab9975;
  line-height: 1.5;
  padding: 1em 2em;
}

.c-button--brown a::before,
.c-button--brown a::after {
  background-color: #ab9975;
}

.c-button--brown a:hover {
  background-color: #ab9975;
  color: #fff;
}

.c-button--green a {
  background: #fff;
  border: 2px solid #6cb264;
  color: #6cb264;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  padding: 0.5em 1em;
}

.c-button--green span:last-child {
  color: #606060;
  font-size: 0.75rem;
  font-weight: normal;
}

.c-button--green a::before,
.c-button--green a::after {
  background-color: #6cb264;
}

.c-button--green a:hover {
  background-color: #6cb264;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.c-button--green a:hover span {
  color: #fff;
  transition: 0.3s ease-in-out;
}

.c-button--pink a {
  background: #fff;
  border: 2px solid #c7839c;
  color: #c7839c;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  padding: 0.5em 1em;
}

.c-button--pink a::before,
.c-button--pink a::after {
  background-color: #c7839c;
}

.c-button--pink a span:last-child {
  color: #606060;
  font-size: 0.75rem;
}

.c-button--pink a:hover {
  background-color: #c7839c;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.c-button--pink a:hover span {
  color: #fff;
  transition: 0.3s ease-in-out;
}

.c-button--pink-icon {
  padding-right: 5px;
}

.c-title {
  font-family: yu-mincho-pr6n, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

.c-title span {
  position: relative;
  z-index: 2;
}

.c-title::before {
  -webkit-transform: translateX(-50%);
  color: #f2f2f2;
  content: attr(data-en);
  font-family: emily-austin, sans-serif;
  font-size: 3.75rem;
  left: 50%;
  letter-spacing: -0.1em;
  line-height: 0.6;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}

.p-button__bg {
  background-color: #f2f2f2;
}

.p-button__wrapper {
  margin: 0 auto;
  max-width: 880px;
  padding: 84px 30px;
}

.p-module__subtitle {
  font-family: emily-austin, sans-serif;
  font-size: 2.5rem;
  line-height: 0.9;
}

.p-module__copy {
  color: #c7839c;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 10px;
}

.p-module__text {
  line-height: 1.78;
}

.p-caption {
  background: #f5eef1;
  position: relative;
}

.p-caption::after {
  background: #e6c7d2;
  bottom: -50px;
  content: "";
  height: 90px;
  position: absolute;
  right: 50%;
  width: 2px;
}

.p-caption__inner {
  padding: 71px 0;
}

.p-caption__copy {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
}

.p-caption__list {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 42px;
  max-width: 999px;
  padding: 30px;
  position: relative;
}

.p-caption__list::after {
  -webkit-transform: rotate(-15deg);
  bottom: 0;
  color: #c7839c;
  content: "Let's challenge!";
  font-family: emily-austin, sans-serif;
  font-size: 3.125rem;
  letter-spacing: -0.05em;
  line-height: 0.6;
  position: absolute;
  right: 0;
  transform: rotate(-15deg);
  z-index: 1;
}

.p-caption__item {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.46;
  margin: 12px;
  padding-left: 1em;
  text-indent: -1em;
  width: 100%;
}

.check-icon {
  color: #c7839c;
  padding-right: 10px;
}

.p-module__copy span {
  display: inline-block;
}

.p-slider__area {
  margin-top: 100px;
  overflow: hidden;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: 100%;
  /*height: 500px !important;
  width: 380px!important;*/
}

.p-slider {
  display: flex;
}

.p-slider .slick-slide {
  margin: 0 20px;
  overflow: visible;
}

.p-slider__card {
  /*width: 380px;*/
  margin: 0 auto;
}

.p-slider__title {
  font-family: yu-mincho-pr6n, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}

.p-slider {
  margin: 116px auto 0;
}

.p-slider__copy {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.06em;
  margin-bottom: 40px;
  padding-left: 10px;
  position: relative;
}

.p-slider__copy::before {
  -webkit-transform: translate(-50%, -50%);
  background: #e6c7d2;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 10px;
}

.p-slider__card {
  background: linear-gradient(180deg, #fff 0%, #fff 3%, #f5eef1 3%, #f5eef1 100%);
  max-width: 380px;
  padding: 0px 40px 90px;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
  padding-bottom: 51px;
}

.p-slider__card p {
  line-height: 1.78;
  margin-top: 40px;
}

.slick-dots {
  bottom: 0px !important;
  margin: 20px 0 0 0;
  text-align: center;
}

.slick-track {
  display: flex !important;
}

.slick-dots li {
  height: 20px;
  width: 20px;
}

.slick-dots li.slick-active button::before {
  background: #c7839c !important;
  /*ドットボタンの現在地表示の色*/
  color: #c7839c !important;
}

.slick-dots li button:before {
  background: #fff !important;
  border: 2px solid #c7839c;
  border-radius: 50%;
  color: #fff !important;
  height: 20px;
  opacity: 100 !important;
  width: 20px;
}

.p-fv__inner {
  background: url(../img/common/image-mv-sp.webp) center/cover no-repeat;
  height: calc(772 / 750 * 100vw);
  position: relative;
}

.p-fv__inner {
  display: flex;
}

.p-fv__image {
  position: relative;
}

.p-fv__text-content {
  /*padding: 20px;
  position: absolute;
  right: 17%;
  top: 160px;*/
}

.p-fv__copy {
  color: #fff;
  font-family: shippori-mincho, sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
  padding-bottom: 7px;
}

.p-fv__text-box {
  margin-top: 40px;
  padding-left: 50px;
}

.p-fv__copy span {
  font-size: 1.5625rem;
}

.p-fv__text {
  color: #b89879;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.p-fv__text-area {
  -webkit-transform: skewx(160deg);
  background: #fff;
  display: inline-block;
  transform: skewx(160deg);
}

.p-fv__text-area:last-child {
  margin-top: 20px;
}

/*.p-fv__text {
  padding: 0.5em;
}*/

.p-fv__info {
  background: #ab9975;
  padding: 10px;
}

.p-fv__info-text {
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}

.p-fv__list {
  display: flex;
  justify-content: center;
  padding: 24px;
}

.p-fv__item {
  font-family: yu-mincho-pr6n, sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: center;
}

.p-fv__item:not(:last-child) {
  border-right: 2px solid #f5eef1;
}

/* .p-fv__item:first-child {
  padding-right: 30px;
}

.p-fv__item:nth-child(2) {
  padding-left: 22px;
  padding-right: 22px;
}

.p-fv__item:last-child {
  padding-left: 15px;
} */

.p-profile {
  padding-bottom: 83px;
}

.p-profile__inner {
  background: linear-gradient(180deg, #f5eef1 0%, #f5eef1 55%, #fff 55%, #fff 100%);
  margin: 0 auto;
  max-width: 999px;
}

.p-profile_outer {
  padding: 50px 0 50px 40px;
  position: relative;
}

.p-profile_outer::before {
  background: #c7839c;
  content: "";
  height: 2px;
  position: absolute;
  width: 143px;
}

.p-profile-image {
  max-width: 400px;
}

.p-profile__title {
  font-family: yu-mincho-pr6n, sans-serif;
  font-size: 1.25rem;
  line-height: 1.8;
}

.p-profile__title span {
  font-family: noto-serif, serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 0.53;
  position: relative;
}

.p-profile__title span::after {
  color: #808080;
  content: "※1";
  font-size: 1.25rem;
  position: absolute;
  top: -10px;
}

.p-profile__name {
  color: #c7839c;
  font-family: montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 2.4;
  margin-top: calc(45 / 750 * 100vw);
}

.p-profile__text {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

.p-profile__alert {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 2;
}

.p-professional {
  margin-top: 110px;
}

.p-professional__inner {
  padding-bottom: 100px;
}

.p-professional__list {
  margin-top: 80px;
}

.p-professional__title::before {
  letter-spacing: 0.01em;
}

.p-professional__item-content {
  padding-bottom: 60px;
  padding-top: 60px;
}

.p-professional__item-content:not(:first-child) {
  margin-top: 73px;
}

.p-professional__item {
  display: flex;
  justify-content: space-between;
}

.p-professional__image {
  max-width: 630px;
}

.p-professional__item-content:nth-of-type(2) .p-professional__image {
  margin-left: 20px;
}

.p-professional__list-title {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.p-professional__list-subtitle {
  color: #c7839c;
  font-family: montserrat, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 3;
  margin-top: 10px;
}

.p-professional__copy {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 30px;
}

.p-professional__text {
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-top: 20px;
}

.p-point {
  margin-top: 150px;
}

.p-point__title {
  padding-bottom: 130px;
}

.p-point__title::after {
  -webkit-transform: translate(-50%);
  background-color: #e6c7d2;
  bottom: 0;
  content: "";
  height: 90px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 2px;
}

.p-point__list {
  margin-top: 40px;
}

.p-point__item:first-child .p-module__item {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}

.p-point__item:not(:first-child) {
  margin-top: 70x;
}

.p-point__item:first-child .p-point__text-content {
  max-width: 534px;
}

.p-point__subtitle {
  font-family: emily-austin, sans-serif;
  font-size: 2.5rem;
  line-height: 0.9;
}

.p-point__text {
  font-size: 1rem;
  line-height: 1.78;
  margin-top: 30px;
}

.p-point__pickup {
  align-items: center;
  background: #c7839c;
  border: solid 1px #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 8px #c7839c;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 1.4375rem;
  height: 168px;
  justify-content: center;
  line-height: 1.3;
  position: relative;
  text-align: center;
  width: 168px;
}

.p-point__pickup::before {
  background: #c7839c;
  content: "";
  height: 10px;
  position: absolute;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 10px;
}

.p-point__pickup::after {
  background: #c7839c;
  bottom: 20px;
  content: "";
  height: 10px;
  left: 17px;
  position: absolute;
  position: absolute;
  width: 10px;
}

.p-point__button {
  background: #ab9975;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  padding: 1.05em;
  position: relative;
  text-align: center;
}

.p-point__button::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  bottom: 45%;
  content: "";
  display: inline-block;
  height: 10px;
  position: absolute;
  right: 30px;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  width: 10px;
}

.p-point__backup-button {
  margin-top: 80px;
  outline: 2px solid #fff;
  outline-offset: -7px;
}

.p-point__backup-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 750px;
}

.p-point__backup-item {
  background: #f2f2f2;
  padding: 10px 20px 20px 30px;
}

.p-point__backup-title {
  display: flex;
  align-items: center;
  color: #c7839c;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.p-point__backup-title span {
  color: #c7839c;
  font-family: montserrat, sans-serif;
  font-size: 60px;
  letter-spacing: 0.04em;
  line-height: 0.96;
  flex-shrink: 0;
  width: 110px;
}

.p-point__backup-text {
  letter-spacing: 0.02em;
  line-height: 1.78;
  margin-top: 11px;
}

.p-point__backup-ingo {
  font-size: 0.875rem;
  margin: 0 auto;
  margin-top: 63px;
}

.js-hide {
  display: none;
}

.p-point__about {
  background: #f5eef1;
  margin-top: 145px;
  outline: 2px solid #c7839c;
  outline-offset: -20px;
}

.p-point__backup-content {
  margin-top: 40px;
}

.p-point__about_title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
}

.p-point__about_title::before {
  background-color: #c7839c;
  content: "";
  height: 60px;
  left: 0;
  position: absolute;
  top: -60px;
  width: 20px;
}

.p-point__about_title span {
  margin-left: 5px;
}

.p-point__about-outer {
  padding: 85px 40px;
}

.p-point__about-text-content {
  margin-right: 60px;
  max-width: 363px;
}

.p-point__about-list {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.p-point__about-item {
  align-items: center;
  border: 2px solid #c7839c;
  border-radius: 50%;
  color: #c7839c;
  display: flex;
  font-size: 0.875rem;
  height: 120px;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
  width: 120px;
}

.p-point__about-item:nth-of-type(1) {
  margin-right: -20px;
}

.p-point__about-item:nth-of-type(3) {
  margin-left: -20px;
}

.p-point__curriculum {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.p-point__curriculum::before {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #ab9975;
  content: "概要";
  display: flex;
  font-size: 0.8125rem;
  height: 50px;
  justify-content: center;
  left: 10px;
  position: absolute;
  width: 50px;
}

.p-point__curriculum p {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-point__item:first-of-type .p-point__curriculum:nth-of-type(2) {
  margin-top: 60px;
}

.p-point__item:first-of-type .p-point__curriculum:not(:nth-of-type(2)) {
  margin-top: 30px;
}

.p-point__curriculum-list {
  display: flex;
  flex-wrap: wrap;
}

.p-point__curriculum-heading {
  background: #f5eef1;
  color: #c7839c;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 20px;
  padding: 11px;
  text-align: center;
}

.p-point__curriculum-item li {
  margin-top: 10px;
}

.p-point__curriculum-item ul {
  padding-bottom: 10px;
  padding-top: 10px;
}

.p-point__curriculum-item li::before {
  background: #c7839c;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7px;
  margin-right: 10px;
  vertical-align: middle;
  width: 7px;
}

.p-point__curriculum-item p {
  line-height: 1.78;
  font-size: 0.875rem;
}

.p-point__curriculum-copy {
  line-height: 1.78;
  margin: 30px 0 55px;
  text-align: center;
}

.p-consulting__heading {
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 33px;
}

.p-message {
  margin-top: 70px;
  overflow: hidden;
  position: relative;
}

.p-message__title {
  padding-bottom: 130px;
}

.p-message__title::before {
  -webkit-transform: rotate(-30deg);
  left: 25%;
  transform: rotate(-30deg);
}

.p-message__title::after {
  -webkit-transform: translate(-50%);
  background-color: #808080;
  bottom: 0;
  content: "";
  height: 40px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 2px;
}

.p-message__subtitle {
  font-family: montserrat, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  line-height: 2.14;
  text-align: center;
}

.p-message__subtitle span {
  font-size: 2.5rem;
  letter-spacing: 0.2em;
}

.p-message__copy {
  color: #c7839c;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}

.p-message__profile {
  border-top: 2px solid #808080;
  margin-top: 61px;
  padding: 20px 0 20px 0;
  position: relative;
}

.p-message__item:not(:first-of-type) {
  margin-top: 140px;
}

.p-message__profile span {
  display: inline-block;
}

.p-message__profile-content {
  position: relative;
}

.p-message__profile-content::before {
  background: #fff;
  content: "";
  height: 3px;
  left: -3px;
  position: absolute;
  top: -23px;
  width: 40px;
}

.p-message__profile-content::after {
  background: #fff;
  bottom: -23px;
  content: "";
  height: 3px;
  position: absolute;
  right: -3px;
  width: 50px;
}

.p-message__profile-outer {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.p-message__profile-outer:last-of-type {
  border-color: #e6c7d2;
}

.p-message__profile-copy {
  font-family: yu-mincho-pr6n, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

.p-message__profile-name {
  color: #c7839c;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.027em;
  line-height: 1.5;
  margin-top: 32px;
  text-align: right;
}

.p-message__profile-date {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-right: 50px;
  position: relative;
}

.p-message__profile-date-image {
  margin-right: 20px;
}

.p-message__profile-date-copy {
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-message__profile-date-copy span {
  font-weight: bold;
}

.p-message__profile-date-text {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-top: 18px;
  text-align: justify;
}

.p-message__profile-date-box {
  max-width: 380px;
}

.p-message__content {
  margin-top: 80px;
}

.p-message__text p {
  letter-spacing: 0.02em;
  line-height: 2;
}

.p-message__text p:not(:first-child) {
  margin-top: 20px;
}

.p-message__comment-content {
  background: linear-gradient(90deg, #f5eef1 0%, #f5eef1 93%, #fff 93%, #fff 95%, #c7839c 95%, #c7839c 100%);
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  max-width: 1000px;
  padding: 60px 120px 60px 60px;
  position: relative;
}

.p-message__comment-content::before {
  color: #808080;
  content: attr(data-en);
  font-family: emily-austin, sans-serif;
  font-size: 2.5rem;
  width: 100%;
  left: 50px;
  line-height: 1.2;
  position: absolute;
  top: -25px;
  z-index: 1;
}

.p-message__comment {
  line-height: 1.78;
}

.p-message__user-day .p-message__profile-date,
.p-message__user-day .p-message__profile,
.p-message__user-day .p-message__profile-outer,
.p-message__user-day .p-message__profile-content {
  border-color: #e6c7d2;
}

.p-message__profile::before {
  /*background-image: url(../img/message/icon-message-3.png);
  background-repeat: no-repeat;
  background-size: cover;*/
  content: "“";
  font-family: 'Noto Sans', sans-serif;
  position: absolute;
  color: #808080;
  z-index: 1;
}

.p-message__profile::after {
  /*background-image: url(../img/message/icon-message-4.png);
  background-repeat: no-repeat;*/
  content: "”";
  font-family: 'Noto Sans', sans-serif;
  position: absolute;
  color: #808080;
  z-index: 1;
}

.p-message__item:nth-of-type(3) .p-message__profile-outer::after {
  bottom: 30px;
}

.p-message__item:first-of-type .p-message__profile-outer::after {
  bottom: 10px;
}

.p-message__user-day .p-message__profile-outer::after {
  bottom: -40px;
}

.p-message__user-day .p-message__profile::before {
  /*background-image: url(../img/message/icon-message-1.png);
  background-repeat: no-repeat;*/
  color: #E6C7D2;
}

.p-message__user-day .p-message__profile::after {
  /*background-image: url(../img/message/icon-message-2.png);
  background-repeat: no-repeat;*/
  color: #E6C7D2;
}

.p-message__user-day .p-message__profile-outer::after {
  background-image: url(../img/message/icon-message-2.png);
  background-repeat: no-repeat;
}

.p-message__user-day .p-message__profile-copy::before,
.p-message__user-day .p-message__profile-copy::after {
  background: #e6c7d2;
}

.p-message__user-day .p-message__profile-outer {
  /*margin-bottom: 40px;*/
}

.p-message__user-day {
  margin-top: 117px;
  overflow: hidden;
  position: relative;
}

.p-user__day-title {
  color: #c7839c;
  font-size: 0.875rem;
  font-weight: bold;
}

.p-message__user-day-item {
  margin-top: 140px;
}

.p-message__user-day-item:first-child .p-message__user-day-text-content,
.p-message__user-day-item:nth-of-type(4) .p-message__user-day-text-content {
  margin-top: 70px;
}

.p-message__user-day-item:nth-of-type(2) .p-message__user-day-image {
  margin-top: 50px;
}

.p-message__user-day-text {
  margin-top: 60px;
}

.p-module__image {
  max-width: 630px;
}

.p-message__user-day-item:nth-of-type(2) .p-message__user-day-text,
.p-message__user-day-item:nth-of-type(3) .p-message__user-day-text {
  padding-bottom: 90px;
}

.p-flow {
  background: #f2f2f2;
  margin-top: 70px;
}

.p-flow__inner {
  padding: 130px 60px;
}

.p-flow__title::before {
  color: #fff;
}

.p-flow__list {
  margin-top: 60px;
}

.p-flow__item {
  position: relative;
}

.p-flow__number {
  font-family: montserrat, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

.p-flow__number span {
  font-family: montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.p-flow__item:not(:last-child):after {
  -webkit-transform: translate(-50%, -50%);
  background: #808080;
  bottom: -100px;
  content: "";
  height: 80px;
  position: absolute;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  z-index: 1;
}

.p-flow__number {
  font-family: montserrat, sans-serif;
  letter-spacing: 0.1em;
  line-height: 3.75;
  right: 50px;
  text-align: center;
}

.p-flow__step {
  background: #fff;
}

.p-flow__step .p-flow__step-copy {
  color: #c7839c;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}

.p-flow__step-text {
  flex-grow: 1;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 27px;
}

.p-price {
  margin-top: 40px;
}

.p-price__subtitle-box {
  margin-top: 70px;
}

.p-price__subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.p-price__subtitle-box:first-of-type .p-price__subtitle {
  color: #c7839c;
}

.p-price__subtitle-box:not(:first-of-type) .p-price__subtitle {
  color: #ab9975;
}

.p-price__subtitle::after {
  content: "";
  display: inline-block;
  height: 2px;
  margin-left: 10px;
  max-width: 489px;
  vertical-align: middle;
  width: 100%;
}

.p-price__subtitle-box:first-of-type .p-price__subtitle::after {
  background: #c7839c;
}

.p-price__subtitle-box:not(:first-of-type) .p-price__subtitle::after {
  background: #ab9975;
}

.p-price__table {
  border-collapse: separate;
  border-spacing: 10px;
  margin-top: 10px;
  width: 100%;
}

.p-course__heading th {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 1.125em;
  text-align: center;
}

.p-price__table:first-of-type .p-course__heading {
  background: #c7839c;
}

.p-price__table td {
  background: #f2f2f2;
  letter-spacing: 0.02em;
  line-height: 2;
  padding: 1.25em;
  text-align: center;
  text-align: center;
}

.p-price__table th,
.p-price__table td {
  vertical-align: middle;
}

.p-price__title {
  background: #808080;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 1.25em;
  text-align: center;
  width: 23%;
}

.non {
  background: #fff;
}

.p-price__table:not(:first-of-type) .p-course__heading {
  background: #ab9975;
}

.p-price__text {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-top: 30px;
  text-align: center;
}

.p-price__heading {
  background: #c7839c;
  color: #fff;
  font-weight: 500;
  padding: 0.714em;
  text-align: center;
}

.p-price__table--sp {
  border-collapse: separate;
  border-spacing: 10px;
  margin-top: 30px;
  width: 100%;
}

.p-price__table--sp td {
  background: #f2f2f2;
  letter-spacing: 0.02em;
  line-height: 2;
  padding: 1.25em;
  text-align: center;
}

.p-price__table--sp td,
.p-price__table--sp th {
  font-size: 0.875rem;
}

.p-course__heading-brown {
  background: #ab9975;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.67;
  padding: 1.214em;
  text-align: center;
}

.p-table__list-2 .p-price__title,
.p-table__list-3 .p-price__title {
  padding: 0.679em;
}

.p-table__list-3 td {
  text-align: left;
}

.p-location {
  margin-top: 90px;
}

.p-location__inner {
  padding-left: 60px;
  padding-right: 60px;
}

.p-location__title {
  font-family: yu-mincho-pr6n, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

.p-location__title::after {
  -webkit-transform: translate(-50%, -50%);
  background: #f5eef1;
  content: "";
  height: 94px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  z-index: -1;
}

.p-location__text {
  color: #c7839c;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 100px;
  text-align: center;
}

.p-location__gallery {
  margin-top: 81px;
  position: relative;
}

.p-location__gallery::before {
  -webkit-transform: rotate(-15deg);
  color: #e6c7d2;
  content: attr(data-en);
  font-family: emily-austin, sans-serif;
  font-size: 3.75rem;
  left: 0;
  line-height: 0.6;
  position: absolute;
  top: -30px;
  transform: rotate(-15deg);
  z-index: 1;
}

.p-location__gallery-item:nth-of-type(2) {
  margin-left: 10px;
  margin-right: 10px;
}

.p-location__gallery-item:first-of-type .p-location__image:nth-of-type(2),
.p-location__gallery-item:last-of-type .p-location__image:nth-of-type(2) {
  margin-top: 10px;
}

.p-location__address {
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 40px;
}

.p-faq {
  background: #f5eef1;
  margin-top: 40px;
}

.p-faq__inner {
  padding: 118px 0px 140px;
}

.p-faq__title::before {
  color: #fff;
}

.p-faq dl {
  margin-top: 80px;
}

.p-faq__content:not(:first-of-type) {
  margin-top: 40px;
}

.p-faq dt,
.p-faq dd {
  background: #fff;
}

.p-faq dt {
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1.5;
  padding: 0.571em;
  position: relative;
}

.p-faq dt::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  border-left: 3px solid #e6c7d2;
  border-top: 3px solid #e6c7d2;
  bottom: 45%;
  content: "";
  display: inline-block;
  height: 10px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  width: 10px;
}

.js-parent.open:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition: 0.3s ease-in-out;
}


.js-parent.open:after {
  -webkit-transform: rotate(585deg);
  transform: rotate(585deg);
  transition: 0.3s ease-in-out;
}

.faq-number {
  color: #c7839c;
  font-family: montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 3;
  margin-right: 20px;
}

.p-faq dd {
  border-top: 2px solid #e6c7d2;
  letter-spacing: 0.02em;
  line-height: 2;
  padding: 1.375em 1.875em;
}

.faq-span {
  display: inline-block;
}

.p-user__profile {
  margin-top: 82px;
  padding-left: 60px;
  padding-right: 60px;
}

.p-user__profile-inner {
  margin: 0 auto;
  max-width: 815px;
}

.p-user__profile-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.p-user__profile-text-content {
  max-width: 465px;
  width: calc(410 / 815 * 100%);
}

.p-user__profile-image {
  margin-top: 50px;
  max-width: 290px;
  max-width: 410px;
  width: calc(465 / 815 * 100%);
  z-index: 1;
}

.p-user__profile-detail {
  background: #f5eef1;
  margin-right: -50px;
  padding: 50px 20px 26px 40px;
}

.p-user__profile-copy {
  font-family: yu-mincho-pr6n, sans-serif;
  font-size: 1.25rem;
  line-height: 1.8;
}

.p-user__profile-name {
  font-family: yu-mincho-pr6n, sans-serif;
  color: #c7839c;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-top: 58px;
  position: relative;
}

.p-user__profile-name::before {
  background: #e6c7d2;
  content: "";
  height: 2px;
  left: -40px;
  max-width: 460px;
  position: absolute;
  top: -30px;
  width: 455px;
}

.p-user__profile-text {
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 44px;
}

.p-user__profile-info-outer {
  margin-top: 130px;
  text-align: center;
}

.p-user__profile-info {
  color: #c7839c;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.34;
  position: relative;
}

.p-user__profile-info::after {
  background: #e6c7d2;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 465px;
}

.p-user__profile-info-image {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  max-width: 560px;
}

.p-user__profile-info-books {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.p-user__profile-info-books li {
  flex-shrink: 0;
}

.p-user__profile-info-books li a {
  display: block;
  background-color: #AA4471;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .md {
    display: none !important;
  }

  .l-footer__copy-write {
    padding: 3.214em;
  }

  .c-button a {
    font-size: 1.25rem;
    max-width: 400px;
    width: 100%;
  }

  .c-button--green span:last-child {
    font-size: 0.875rem;
  }

  .c-button--pink a span:last-child {
    font-size: 0.875rem;
  }

  .c-button--pink a::before, .c-button--pink a::after {
    display: none;
  }

  .c-title {
    font-size: 3rem;
  }

  .c-title::before {
    font-size: 7.5rem;
  }

  .p-button__wrapper {
    padding: 60px 20px;
  }

  .p-button__content {
    display: flex;
    flex-wrap: wrap;
  }

  .p-button-box {
    margin: 8px;
    width: calc(50% - 16px);
  }

  .p-module__item {
    display: flex;
  }

  .p-module__subtitle {
    font-size: 5rem;
  }

  .p-module__copy {
    font-size: 2rem;
    line-height: 1.5;
  }

  .p-module__image {
    max-width: 630px;
  }

  .p-caption__inner {
    padding: 140px 20px;
  }

  .p-caption__copy {
    font-size: 2.5rem;
  }

  .p-caption__list {
    padding: 60px 60px;
  }

  .p-caption__list::after {
    font-size: 6.25rem;
  }

  .p-caption__item {
    font-size: 1.5rem;
    line-height: 1;
    width: calc(50% - 24px);
  }

  .p-slider__title {
    font-size: 3rem;
  }

  .p-slider__copy {
    font-size:clamp(20px, 1.54vw, 26px);
  }

  .p-slider__card {
    padding: 0px 30px 100px;
  }

  .p-fv__inner {
    height: 700px;
    background: url(../img/common/image-mv.webp) center/cover no-repeat;
  }

  .p-fv__text {
    /*padding: 0.357em 3.571em;*/
  }

  .p-fv__info-text {
    font-size: 1.5rem;
  }

  .p-fv__list {
    padding: 50px 30px 50px 58px;
  }

  .p-fv__item {
    font-size: 1.5rem;
    line-height: 1.5;
  }
/* 
  .p-fv__item:first-child {
    padding-right: 75px;
  }

  .p-fv__item:nth-child(2) {
    padding-left: 52px;
    padding-right: 53px;
  }

  .p-fv__item:last-child {
    padding-left: 100px;
  } */

  .p-profile_outer {
    display: flex;
    justify-content: space-between;
  }

  .p-profile_outer {
    padding: 85px 60px 80px;
  }

  .p-profile_outer::before {
    width: 286px;
    top: 45%;
    left: 0;
  }

  .p-profile__title {
    font-size: 2.5rem;
  }

  .p-profile__title {
    white-space: nowrap;
  }

  .p-profile__title span {
    font-size: 5rem;
  }

  .p-profile__title span::after {
    top: 0;
  }

  .p-profile__name {
    margin-top: 45px;
    font-size: 1.5rem;
  }

  .p-profile__text {
    font-size: 1.125rem;
    line-height: 2.8;
    max-width: 409px;
  }

  .p-professional {
    margin-top: 180px;
  }

  .p-professional__inner {
    padding-bottom: 136px;
  }

  .p-professional__list {
    margin-top: 155px;
  }

  .p-professional__item-content {
    background: linear-gradient(90deg, #f2f2f2 0%, #f2f2f2 80%, #fff 80%, #fff 100%);
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .p-professional__item-content:nth-of-type(2) {
    background: linear-gradient(90deg, #fff 0%, #fff 25%, #f2f2f2 25%, #f2f2f2 100%);
  }

  .p-professional__item-content:nth-of-type(2) .p-professional__item {
    flex-direction: row-reverse;
  }

  .p-professional__item-content:not(:nth-of-type(2)) .p-professional__image {
    margin-right: 20px;
  }

  .p-professional__list-title {
    font-size: 2.5rem;
  }

  .p-professional__list-subtitle {
    font-size: 1.5rem;
  }

  .p-professional__copy {
    font-size: 1.75rem;
    line-height: 2;
  }

  .p-professional__text {
    font-size: 1rem;
    line-height: 2;
  }

  .p-point__list {
    margin-top: 80px;
  }

  .p-point__item:not(:first-child) {
    margin-top: 140px;
  }

  .p-point__item:first-child .p-point__text-content {
    margin-right: 40px;
  }

  .p-point__item:nth-of-type(2) {
    flex-direction: row-reverse;
  }

  .p-point__subtitle {
    font-size: 5rem;
  }

  .p-point__item:nth-of-type(2) .p-point__image {
    margin-right: 60px;
  }

  .p-point__item:nth-of-type(3) .p-point__image {
    margin-left: 60px;
  }

  .p-point__button {
    font-size: 1.25rem;
  }

  .p-point__backup-button {
    margin-top: 140px;
  }

  .p-point__backup-item {
    margin: 10px;
    padding: 30px 32px 75px;
    width: calc(50% - 20px);
  }

  .p-point__backup-title span {
    font-size: 3.75rem;
  }

  .p-point__backup-content {
    margin-top: 60px;
  }

  .p-point__about_title {
    font-size: 2.5rem;
  }

  .p-point__about_title::before {
    top: -95px;
  }

  .p-point__about-outer {
    display: flex;
    justify-content: space-between;
    padding: 93px 100px;
  }

  .p-point__about-item {
    font-size: 1.25rem;
    height: 202px;
    width: 202px;
  }

  .p-point__curriculum::before {
    left: 20%;
  }

  .p-point__curriculum-item {
    margin: 10px;
    width: calc(50% - 20px);
  }

  .p-point__curriculum-heading {
    font-size: 1.25rem;
  }

  .p-point__curriculum-copy {
    margin: 40px 0 75px;
  }

  .p-message {
    margin-top: 140px;
  }

  .p-message__title::after {
    height: 90px;
  }

  .p-message__subtitle {
    font-size: 1.75rem;
  }

  .p-message__copy {
    font-size: 2rem;
  }

  .p-message__profile {
    border-bottom: 2px solid #808080;
  }

  .p-message__profile-outer {
    flex-shrink: 0;
    width: 640px;
  }

  .p-message__profile-content {
    align-items: center;
    border-left: 2px solid #808080;
    border-right: 2px solid #808080;
    display: flex;
    justify-content: space-between;
  }

  .p-message__profile-copy {
    font-size: 1.75rem;
  }

  .p-message__profile-name {
    font-size: 1rem;
  }

  .p-message__profile-date {
    flex-shrink: 0;
    width: 580px;
    padding-right: 30px;
  }

  .p-message__profile-date-image {
    width: 172px;
  }

  .p-message__profile-date-box {
    width: 295px;
  }

  .p-message__content {
    display: flex;
  }

  .p-message__image {
    margin-right: 60px;
    max-width: 630px;
  }

  .p-message__profile::before {
    left: -16px;
    top: -16px;
    font-size: 70px;
  }

  .p-message__profile::after {
    bottom: -65px;
    right: -2px;
    font-size: 70px;
  }

  .p-user__day-title {
    font-size: 1rem;
    line-height: 1.5;
  }

  .p-message__user-day-text {
    background: #f5eef1;
  }

  .p-message__user-day-item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }

  .p-message__user-day-item:nth-of-type(odd) .p-module__image {
    margin-right: 60px;
    width: 640px;
  }

  .p-message__user-day-item:nth-of-type(even) .p-module__image {
    margin-left: 60px;
    width: 640px;
  }

  .p-message__user-day-item:nth-of-type(odd) .p-message__user-day-text {
    width: 640px;
    margin-left: -120px;
    padding: 60px 60px 60px 120px;
  }

  .p-message__user-day-item:nth-of-type(even) .p-message__user-day-text {
    width: 640px;
    margin-right: -120px;
    padding: 60px 120px 60px 60px;
  }

  .p-flow {
    margin-top: 143px;
  }

  .p-flow__list {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
  }

  .p-flow__item {
    display: flex;
    max-width: 216px;
    width: 100%;
  }

  .p-flow__item:not(:last-child) {
    margin-right: 30px;
  }

  .p-flow__item::before {
    -webkit-transform: translateX(-50%);
    color: #606060;
    content: "Step 01";
    font-family: montserrat, sans-serif;
    left: 50%;
    letter-spacing: 0.1em;
    line-height: 3.75;
    position: absolute;
    text-align: center;
    top: -50px;
    transform: translateX(-50%);
    width: 100%;
  }

  .p-flow__item:nth-of-type(2):before {
    content: "Step 02";
  }

  .p-flow__item:nth-of-type(3):before {
    content: "Step 03";
  }

  .p-flow__item:nth-of-type(4):before {
    content: "Step 04";
  }

  .p-flow__item:nth-of-type(5):before {
    content: "Step 05";
  }

  .p-flow__number {
    display: none;
  }

  .p-flow__item:not(:last-child):after {
    height: 2px;
    right: -60px;
    top: 50%;
    width: 40px;
    z-index: 1;
  }

  .p-flow__step {
    border-top: 6px solid #c7839c;
    padding: 24px 24px 50px 24px;
  }

  .p-flow__step-copy::after {
    background: #c7839c;
    content: "";
    display: block;
    height: 1px;
    margin: 0 auto;
    margin-top: 18px;
    width: 50px;
  }

  .p-price {
    margin-top: 130px;
  }

  .p-price__subtitle-box {
    margin-top: 58px;
  }

  .p-price__subtitle::after {
    max-width: 1079px;
  }

  .p-price__text {
    font-size: 0.875rem;
    margin-top: 80px;
  }

  .p-location {
    margin-top: 170px;
  }

  .p-location__title {
    font-size: 3rem;
  }

  .p-location__title::after {
    height: 188px;
  }

  .p-location__text {
    font-size: 2rem;
  }

  .p-location__gallery {
    display: flex;
    margin-top: 61px;
  }

  .p-location__gallery::before {
    font-size: 7.5rem;
  }

  .p-location__gallery-item:not(:nth-of-type(2)) .p-location__image {
    width: 291px;
  }

  .p-location__gallery-item:nth-of-type(2) .p-location__image {
    max-width: 596px;
  }

  .p-faq {
    margin-top: 140px;
  }

  .p-faq dt {
    padding: 0.938em 1.875em;
  }

  .p-user__profile {
    margin-top: 180px;
  }

  .p-user__profile-copy {
    font-size: 2rem;
    line-height: 1.5;
  }

  .p-user__profile-name {
    font-size: 3.75rem;
    font-size: 2.0625rem;
    line-height: 2.25;
  }

  .p-user__profile-text {
    margin-right: 60px;
    margin-top: 30px;
  }

  .p-user__profile-info {
    font-size: 1.25rem;
  }

  .p-user__profile-info-image {
    margin-top: 40px;
  }

  .p-user__profile-info-books li {
    width: 172px;
    margin: 0 5px 20px;
  }

  .p-user__profile-info-books li a {
    margin-top: 10px;
    padding: 5px 20px;
    border-radius: 30px;
    transition: .3s;
  }

  .p-user__profile-info-books li a:hover {
    opacity: .7;
  }

  .l-footer {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .md-sp {
    display: none !important;
  }

  .l-header {
    height: calc(80 / 750 * 100vw);
  }

  .l-header_inner {
    padding: calc(20 / 750 * 100vw) calc(40 / 750 * 100vw);
  }

  .p-fv__inner {
    height: calc(752 / 750 * 100vw);
  }

  .l-header_logo {
    width: calc(110 / 750 * 100vw);
  }

  .l-footer__inner p:not(:first-of-type) {
    color: #808080;
  }

  .l-footer__copy-write {
    color: #808080;
  }

  .p-button-box {
    height: calc(120 / 750 * 100vw);
  }

  .p-button-box a {
    height: calc(120 / 750 * 100vw);
  }

  .c-button--blue a {
    padding: 1.429em 1em;
  }

  .c-button--brown a {
    padding: 1.429em 1em;
  }

  .c-button--green a {
    padding: 0.857em 1em;
  }

  .p-button__wrapper {
    padding: calc(60 / 750 * 100vw) calc(20 / 750 * 100vw);
  }

  .p-button-box:not(:first-of-type) {
    margin-top: calc(40 / 750 * 100vw);
  }

  .p-fv__text-content {
    right: 25%;
  }

  .p-fv__copy {
    line-height: 1.4;
  }

  .p-profile .l-section-inner {
    width: 100%;
  }

  .p-profile__inner {
    margin-left: calc(40 / 750 * 100vw);
  }

  .p-profile_outer {
    display: flex;
  }

  .p-profile_outer::before {
    left: -6%;
    top: calc(360 / 750 * 100vw);
    width: 143px;
  }

  .p-profile-image {
    flex-shrink: 0;
    width: 50%;
    margin-left: -10%;
    z-index: 0;
  }

  .p-profile__text {
    margin-right: calc(20 / 750 * 100vw);
  }

  .p-profile__title span::after {
    top: calc(-10 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }

  .p-profile__text-content {
    flex-shrink: 0;
    width: calc(410 / 750 * 100vw);
    margin-top: calc(50 / 750 * 100vw);
    z-index: 1;
  }

  .p-profile__alert {
    color: #808080;
    line-height: 1.8;
    margin: 0 auto;
    margin-top: 32px;
    text-align: justify;
    width: 90%;
  }

  .p-professional {
    margin-top: calc(100 / 750 * 100vw);
  }

  .p-professional__list {
    margin-top: calc(100 / 750 * 100vw);
  }

  .p-professional__item-content {
    position: relative;
    padding-bottom: 0;
  }

  .p-professional__item-content::before {
    background: #f2f2f2;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100px;
    z-index: -1;
  }

  .p-professional__item {
    flex-direction: column;
  }

  .p-professional__image {
    margin-top: 30px;
  }

  .p-caption__list {
    padding: calc(90 / 750 * 100vw);
    padding-left: calc(90 / 750 * 100vw);
  }

  .p-caption__item {
    margin: calc(10 / 750 * 100vw);
  }

  .p-slider {
    margin-top: calc(70 / 750 * 100vw);
  }

  .p-slider__area {
    margin-top: calc(100 / 750 * 100vw);
  }

  .p-point {
    margin-top: calc(100 / 750 * 100vw);
  }

  .p-point__title {
    padding-bottom: calc(190 / 750 * 100vw);
  }

  .p-point__list {
    margin-top: calc(30 / 750 * 100vw);
  }

  .p-point__item:not(:first-child) {
    margin-top: calc(140 / 750 * 100vw);
  }

  .p-point__item:first-child .p-point__text-content {
    text-align: left;
  }

  .p-point__text-content {
    margin-top: calc(30 / 750 * 100vw);
  }

  .p-point__pickup {
    font-size: 0.875rem;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-right: calc(40 / 750 * 100vw);
  }

  .p-point__pickup::before {
    right: 15px;
    top: 10px;
  }

  .p-point__item:nth-of-type(2) .p-point__image {
    margin-top: calc(60 / 750 * 100vw);
  }

  .p-point__item:nth-of-type(3) .p-point__image {
    margin-top: calc(60 / 750 * 100vw);
  }

  .p-point__backup-button {
    margin-top: calc(60 / 750 * 100vw);
    padding: 1.05em 1.05em 2em 1.05em;
  }

  .p-point__backup-button::after {
    display: block;
    right: 50%;
    top: 70%;
  }

  .p-point__backup-list {
    flex-direction: column;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  .p-point__backup-item {
    max-width: calc(670 / 750 * 100vw);
  }

  .p-point__backup-item:nth-of-type(even) {
    margin: calc(30 / 750 * 100vw) calc(50% - 50vw);
    margin-left: auto;
  }

  .p-point__backup-item:nth-of-type(odd) {
    margin: calc(30 / 750 * 100vw) calc(50% - 50vw);
    margin-right: auto;
  }

  .p-point__backup-ingo {
    color: #808080;
    line-height: 1.8;
    margin-top: calc(30 / 750 * 100vw);
    width: 90%;
  }

  .p-point__about {
    margin: 0 calc(50% - 50vw);
    margin-top: 70px;
    width: 100vw;
  }

  .p-point__about-item {
    width: calc(200 / 750 * 100vw);
    height: calc(200 / 750 * 100vw);
    margin: auto calc(18 / 750 * 100vw);
    font-size: calc(25 / 750 * 100vw);
  }

  .p-point__about-text-content {
    width: 100%;
  }

  .p-point__about_title {
    padding-top: calc(10 / 750 * 100vw);
  }

  .p-module__copy {
    margin-top: calc(10 / 750 * 100vw);
  }

  .p-point__about-outer {
    padding: calc(160 / 750 * 100vw) calc(80 / 750 * 100vw) calc(60 / 750 * 100vw);
    ;
  }

  .p-point__text {
    font-size: 0.85em;
    margin-top: calc(30 / 750 * 100vw);
  }

  .p-point__about-list {
    margin-top: calc(50 / 750 * 100vw);
  }

  .p-point__curriculum {
    font-size: 1.25rem;
    justify-content: flex-start;
  }

  .p-point__curriculum p {
    font-size: 1rem;
    margin-left: 50px;
    text-align: left;
  }

  .p-point__curriculum-copy {
    margin: calc(30 / 750 * 100vw) auto;
    text-align: justify;
  }

  .p-point__curriculum-list {
    flex-direction: column;
  }

  .p-point__curriculum-item li {
    font-size: 0.875rem;
  }

  .p-point__backup-title {
    font-size: calc(32 / 750 * 100vw);
  }

  .p-point__backup-title span {
    width: calc(140 / 750 * 100vw);
    font-size: calc(80 / 750 * 100vw);
  }

  .p-point__backup-text {
    font-size: 0.85em;
  }

  .p-message {
    margin-top: calc(200 / 750 * 100vw);
  }

  .p-message__item:not(:first-of-type) {
    margin-top: calc(100 / 750 * 100vw);
  }

  .p-message__title {
    padding-bottom: calc(110 / 750 * 100vw);
  }

  .p-message__title::before {
    left: calc(30 / 750 * 100vw);
  }

  .p-message__subtitle span {
    font-size: calc(40 / 750 * 100vw);
  }

  .p-message__content {
    margin-top: calc(60 / 750 * 100vw);
    padding-top: calc(60 / 750 * 100vw);
    border-top: dotted 2px #E6C7D2;
  }

  .p-message__profile-content::before {
    left: calc(0 / 750 * 100vw);
    z-index: 0;
  }

  .p-message__profile-outer {
    margin-bottom: 0;
  }

  .p-message__profile-date {
    margin-top: calc(-30 / 750 * 100vw);
    padding-right: 0;
  }

  .p-message__profile-date.pro {
    margin-top: calc(120 / 750 * 100vw);
    padding-right: 0;
  }

  .p-message__profile-date.pro .p-message__profile-date-image {
    margin-top: calc(60 / 750 * 100vw);
  }

  .p-message__text {
    margin-top: 30px;
  }

  .p-message__text p {
    font-size: 0.875rem;
  }

  .p-message__comment {
    font-size: 0.875rem;
  }

  .p-message__comment-content {
    margin: 0 calc(50% - 50vw);
    margin-top: 92px;
    padding: 30px 60px;
    width: 100vw;
  }

  .p-message__comment-content::before {
    width: 100%;
  }
  
  .p-message__profile::before {
    left: calc(-14 / 750 * 100vw);
    top: calc(-20 / 750 * 100vw);
    font-size: calc(140 / 750 * 100vw);
  }

  .p-message__profile::after {
    bottom: calc(285 / 750 * 100vw);
    right: calc(-14 / 750 * 100vw);
    font-size: calc(140 / 750 * 100vw);
  }

  .p-message__profile.p01::after {
    bottom: calc(250 / 750 * 100vw);
  }

  .p-message__profile.c01::after {
    bottom: calc(245 / 750 * 100vw);
    right: calc(-14 / 750 * 100vw);
    font-size: calc(140 / 750 * 100vw);
  }

  .p-message__profile-name {
    margin-top: calc(90 / 750 * 100vw);
    padding-left: calc(180 / 750 * 100vw);
    text-align: left;
  }

  .p-message__profile-date {
    align-items: flex-start;
  }
  
  .p-message__profile-date-image {
    margin-right: 0;
    flex-shrink: 0;
    width: calc(210 / 750 * 100vw);
  }

  .p-message__profile-outer {
    padding-top: calc(40 / 750 * 100vw);
    padding-left: calc(60 / 750 * 100vw);
    padding-right: calc(60 / 750 * 100vw);
  }

  .p-message__item:first-of-type .p-message__profile-outer::after {
    /*background-image: url(../img/message/icon-message-4.png);
    background-repeat: no-repeat;
    background-size: contain;*/
    bottom: calc(12 / 750 * 100vw);
  }

  .p-message__profile-date-box {
    width: 125%;
    margin-top: calc(40 / 750 * 100vw);
    margin-left: calc(30 / 750 * 100vw);
  }

  .p-message__profile-copy {
    font-size: calc(32 / 750 * 100vw);
  }

  .p-message__profile-copy::after {
    background: #808080;
    content: "";
    display: inline-block;
    height: 90px;
    position: absolute;
    right: -40px;
    top: 10px;
    width: 2px;
  }

  .p-message__profile-copy::before {
    background: #808080;
    content: "";
    display: inline-block;
    height: 90px;
    left: -40px;
    position: absolute;
    top: 10px;
    width: 2px;
  }

  .p-message__user-day-list {
    margin-top: calc(-90 / 750 * 100vw);
  }

  .p-message__user-day {
    margin-top: calc(100 / 750 * 100vw);
  }

  .p-message__user-day .p-message__profile-date::before {
    background-color: #e6c7d2;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: calc(-20 / 750 * 100vw);
    width: 70px;
    width: 84%;
  }

  .p-message__user-day-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-message__user-day-image {
    margin-top: calc(40 / 750 * 100vw);
  }

  .p-message__user-day-text {
    margin-top: calc(40 / 750 * 100vw);
  }

  .p-module__text {
    font-size: 0.875em;
  }

  .p-message__user-day-item:nth-of-type(odd) {
    background: linear-gradient(90deg, #fff 0%, #fff 10%, #f5eef1 10%, #f5eef1 100%);
    margin: 97px calc(50% - 50vw) 0;
    margin-left: auto;
  }

  .p-message__user-day-item:nth-of-type(even) {
    background: linear-gradient(90deg, #f5eef1 0%, #f5eef1 90%, #fff 90%, #fff 100%);
    margin: 97px calc(50% - 50vw) 0;
    margin-right: auto;
  }

  .p-module__subtitle {
    position: relative;
    top: calc(-20 / 750 * 100vw);
  }

  .p-flow__inner {
    padding: 70px 0;
  }

  .p-flow__list {
    margin-top: calc(40 / 750 * 100vw);
  }

  .p-flow__item {
    margin-top: calc(40 / 750 * 100vw);
  }

  .p-flow__item:not(:last-child):after {
    bottom: calc(-90 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }

  .p-flow__step {
    border-left: 10px solid #e6c7d2;
    padding: 30px;
  }

  .p-flow__step .p-flow__step-copy {
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.62;
    text-align: left;
  }

  .p-flow__step-text {
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    line-height: 1.8;
    margin-top: calc(20 / 750 * 100vw);
  }

  .p-flow__number span {
    line-height: 1;
  }

  .p-price {
    margin-top: calc(110 / 750 * 100vw);
  }

  .p-price__text {
    color: #808080;
  }

  .p-price__heading {
    font-size: 0.875rem;
  }

  .p-price__subtitle-box {
    margin-top: calc(40 / 750 * 100vw);
  }

  .p-price__text {
    text-align: justify;
  }

  .p-location__title::after {
    width: calc(60 / 750 * 100vw);
  }

  .p-location__text {
    margin-top: calc(80 / 750 * 100vw);
  }

  .p-location__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-location__gallery-item:not(:nth-of-type(2)) {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
  }

  .p-location__gallery-item:not(:nth-of-type(2)) .p-location__image {
    width: 50%;
  }

  .p-location__gallery-item:not(:nth-of-type(2)) .p-location__image:nth-of-type(1) {
    margin-right: 20px;
  }

  .p-location__gallery-item:nth-of-type(2) .p-location__image {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .p-location__address {
    font-size: 0.875rem;
  }

  .p-faq__inner {
    padding: calc(110 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }

  .p-faq dl {
    margin-top: calc(80 / 750 * 100vw);
  }

  .p-faq__content .faq-sp {
    display: inline-block;
    padding-left: calc(96 / 750 * 100vw);
  }

  .p-faq dt,
  .p-faq dd {
    font-size: 0.875rem;
  }

  .faq-number {
    line-height: 1.8;
  }

  .p-user__profile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-user__profile-detail {
    padding: calc(50 / 750 * 100vw) calc(40 / 750 * 100vw) calc(0 / 750 * 100vw) calc(40 / 750 * 100vw);
  }

  .p-user__profile-content {
    margin: 60px calc(50% - 50vw) 0;
    margin-left: auto;
  }

  .p-user__profile-name {
    position: relative;
    top: calc(30 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
  }

  .p-user__profile-name::before {
    left: calc(-115 / 750 * 100vw);
  }

  .p-user__profile-text-content {
    width: 60%;
  }

  .p-user__profile-image {
    width: 40%;
    margin-top: calc(-50 / 750 * 100vw);
  }

  .p-user__profile-text {
    font-size: 0.875rem;
    line-height: 1.8;
  }

  .p-user__profile-info {
    display: block;
    text-align: left;
  }

  .p-user__profile-info::after {
    margin: 10px calc(50% - 50vw);
    width: 262px;
  }

  .p-user__profile-info-outer {
    margin-top: calc(110 / 750 * 100vw);
  }

  .p-user__profile-info-image {
    margin-top: calc(60 / 750 * 100vw);
  }

  .p-user__profile-info-books li {
    width: calc(260 / 750 * 100vw);
    margin: 0 calc(20 / 750 * 100vw) calc(40 / 750 * 100vw);
  }

  .p-user__profile-info-books li a {
    margin-top: calc(20 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(20 / 750 * 100vw) calc(6 / 750 * 100vw);
    border-radius: calc(60 / 750 * 100vw);
  }

  .p-user__profile-info-books li a:hover {
  }

  .l-footer__inner {
    padding: calc(110 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }

  .l-footer__logo {
    width: calc(340 / 750 * 100vw);
  }

  .l-footer {
    padding-bottom: calc(140 / 750 * 100vw);
  }
}


/*--------------------------------------------------------------
# Floating
--------------------------------------------------------------*/
#floating {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 0;
  padding: 0;
  background: #f0f0f0;
  -webkit-filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.15));
  opacity: 0;
  z-index: 999;
  transition: .4s;
}

#floating.show {
  height: auto;
  opacity: 1;
  transition: .4s;
}

.floating-link {
  background-color: #AB9975;
  color: #ffffff;
  text-align: center;
  align-items: center;
  display: flex;
}

.floating-link li {
  position: relative;
  text-align: center;
  display: table;
  letter-spacing: 0.1em;
}

.floating-link li:not(last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  display: block;
  width: 1px;
  height: 70%;
  margin: auto;
  background-color: #ffffff;
}

.floating-link li a {
  width: 100%;
  height: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  align-items: center;
}

.floating-link li a i {
  display: inline-block;
}

@media (min-width: 768px) {
  .floating-link {
    width: 100%;
    height: 100px;
  }

  .floating-link li {
    height: 100px;
    font-size: 1.4vw;
  }

  .floating-link li:not(last-child) {
    width: 28%;
  }

}

@media (max-width: 767px) {
  .floating-link li {
    flex-shrink: 0;
    width: 25%;
    height: calc(140 / 750 * 100vw);
    font-size: 2.8vw;
    align-items: center;
  }

}

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