@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;700&family=Montserrat:wght@400;500&display=swap);
@charset "UTF-8";
.page-banner {
  padding: 0 5%;
  margin-top: 120.94792px; }
  @media screen and (max-width: 767px) {
    .page-banner {
      padding: 0 22px;
      margin-top: 80px; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .page-banner {
      margin-top: 90px; } }
  .page-banner__container {
    max-width: 1500px;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 71.14583px; }
    @media screen and (max-width: 767px) {
      .page-banner__container {
        width: 100%;
        height: auto;
        position: relative; } }
  .page-banner__image, .page-banner__content {
    width: 50%; }
  @media screen and (max-width: 767px) {
    .page-banner__image {
      width: 100%; } }
  .page-banner__image img {
    width: 100%;
    height: 100%; }
  .page-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f7f7f7;
    padding-left: 71.14583px; }
    @media screen and (max-width: 767px) {
      .page-banner__content {
        width: 250.8px;
        height: auto;
        padding: 22px;
        position: absolute;
        right: 0;
        bottom: 17.6px;
        background-color: rgba(247, 247, 247, 0.9); } }
    .page-banner__content h1,
    .page-banner__content p {
      font-weight: 500;
      color: #666261; }
      @media screen and (max-width: 767px) {
        .page-banner__content h1,
        .page-banner__content p {
          font-weight: 700; } }
    .page-banner__content h1 {
      font-family: "Cormorant Garamond", serif;
      font-size: 71.14583px;
      margin-bottom: 17.78646px; }
      @media screen and (max-width: 767px) {
        .page-banner__content h1 {
          font-size: 22px;
          margin-bottom: 8.8px; } }
    .page-banner__content p {
      font-size: 14.22917px; }

.application__container {
  max-width: 1100px;
  margin: 0 auto 49.80208px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .application__container {
      max-width: 100%;
      padding: 0 6%; } }

.application__list {
  width: 100%; }

.application__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .application__item--inner {
    position: relative;
    padding-left: 10.67188px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .application__item--inner::before {
      content: "・";
      font-size: 1.8rem;
      font-weight: 500;
      color: #666261;
      position: absolute;
      top: 0.5px;
      left: 0; }

.application__label {
  width: 25%;
  border-top: 3px solid #333030;
  padding: 14.22917px 21.34375px 56.91667px; }
  @media screen and (max-width: 767px) {
    .application__label {
      width: 35%;
      padding: 10px; } }
  .application__label span {
    font-size: 17.075px;
    font-weight: 700;
    color: #333030;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .application__label span {
        font-size: 16px;
        letter-spacing: 0; } }

.application__info {
  width: 70%;
  border-top: 3px solid #999;
  padding: 14.22917px 10.67188px 56.91667px; }
  @media screen and (max-width: 767px) {
    .application__info {
      width: 60%;
      padding: 10px 10px 30px; } }
  .application__info p,
  .application__info span {
    font-size: 18px;
    font-weight: 500;
    color: #666261;
    letter-spacing: 0.1em;
    line-height: 1.7; }
    @media screen and (max-width: 767px) {
      .application__info p,
      .application__info span {
        font-size: 16px; } }
  .application__info span.gray {
    font-weight: 700;
    color: #333030; }
  .application__info span.blink {
    animation: flash 0.3s linear infinite;
    color: #ff0000;
    font-weight: 700;
    }
  @keyframes flash {
    0% {
      opacity: 1;
    }

    50% {
      opacity: 0;
    }
    
    
    100% {
      opacity: 1;
    }
  }

.salon__container {
  max-width: 1000px;
  margin: 0 auto 105px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .salon__container {
      max-width: 100%;
      padding: 0 6%; } }

.salon__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .salon__category-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.salon__category-item {
  width: 130px;
  border-bottom: 1px solid #e3e5e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  padding-bottom: 10px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .salon__category-item {
      width: calc(50% - 10px);
      padding-bottom: 5px; } }
  .salon__category-item:not(:last-child) {
    margin-right: 30px; }
    @media screen and (max-width: 767px) {
      .salon__category-item:not(:last-child) {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .salon__category-item:nth-child(1), .salon__category-item:nth-child(2) {
      margin-bottom: 20px; } }
  .salon__category-item a {
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms; }
  .salon__category-item p {
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .salon__category-item p {
        font-size: 18px; } }
  .salon__category-item span {
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .salon__category-item span {
        font-size: 12px; } }
  .salon__category-item:hover, .salon__category-item--active {
    border-bottom: 1px solid #333030; }
    .salon__category-item:hover::before, .salon__category-item--active::before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3px 5px 0;
      border-color: #333030 transparent transparent;
      position: absolute;
      left: 50%;
      bottom: -4px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }

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

.salon__item {
  width: calc(50% - 20px);
  margin-bottom: 45px; }
  @media screen and (max-width: 767px) {
    .salon__item {
      width: 100%;
      margin-bottom: 30px; } }

.salon__link:hover .salon__image {
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.salon__image-wrapper {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: none; }
  @media screen and (max-width: 767px) {
    .salon__image-wrapper {
      height: auto; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .salon__image-wrapper {
      background-size: cover;
      background-position: center; } }

.salon__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.salon__content {
  padding: 10px; }

.salon__name {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .salon__name {
      font-size: 18px; } }

.salon__sub {
  font-size: 18px;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .salon__sub {
      font-size: 16px; } }
  .salon__sub--small {
    font-size: 13px; }

.salon__location, .salon__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 767px) {
    .salon__location, .salon__contact {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.salon__location img,
.salon__contact img {
  width: 20px;
  height: 20px; }
  @media screen and (max-width: 767px) {
    .salon__location img,
    .salon__contact img {
      margin-top: 1px; } }

.salon__location span,
.salon__contact span {
  font-size: 15px;
  font-weight: 500;
  margin-left: 7px; }
  @media screen and (max-width: 767px) {
    .salon__location span,
    .salon__contact span {
      font-size: 14px; } }

.salon__location {
  margin: 10px 0 7px; }

.blog-detail__container {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .blog-detail__container {
      max-width: 100%;
      padding: 0 6%; } }

.blog-detail__header {
  margin-bottom: 15px; }
  .blog-detail__header--related {
    margin-bottom: 0;
    width: 60%; }
    @media screen and (max-width: 767px) {
      .blog-detail__header--related {
        width: 70%; } }
    @media screen and (max-width: 767px) {
      .blog-detail__header--related .blog-detail__category {
        font-size: 12px;
        padding: 0 4%; } }
    .blog-detail__header--related .blog-detail__title {
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .blog-detail__header--related .blog-detail__title {
          font-size: 14px; } }

.blog-detail__date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .blog-detail__date-wrapper {
      margin-bottom: 10px; } }
  .blog-detail__date-wrapper--related {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 5px; }
    .blog-detail__date-wrapper--related .blog-detail__category {
      margin: 0 0 0 13px; }

.blog-detail__category {
  background-color: #666261;
  color: #fff;
  font-size: 14px;
  padding: 0 7px;
  margin-right: 13px; }

.blog-detail__date {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 20px;
  color: #666261; }

.blog-detail__title {
  font-size: 20px; }

.blog-detail__image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 500px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .blog-detail__image-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 20px;
      height: 300px; } }
  .blog-detail__image-wrapper--margin {
    margin: 50px 0 30px; }
    @media screen and (max-width: 767px) {
      .blog-detail__image-wrapper--margin {
        margin: 20px 0; } }

.blog-detail__image {
  max-width: 100%;
  width: auto;
  height: 100%;
  min-width: 600px;
  -o-object-fit: cover;
     object-fit: cover; }
  @media screen and (max-width: 767px) {
    .blog-detail__image {
      min-width: 100%; } }
  .blog-detail__image:not(:last-child) {
    margin: 10px; }

.blog-detail__description {
  font-size: 1.6rem;
  line-height: 2; }
  @media screen and (max-width: 767px) {
    .blog-detail__description {
      line-height: 1.8; } }
  .blog-detail__description p {
    font-size: 15px; }
  .blog-detail__description img {
    max-width: 1000px;
    min-width: 600px; }
    @media screen and (max-width: 767px) {
      .blog-detail__description img {
        max-width: 100%;
        min-width: auto; } }
    .blog-detail__description img.emoji {
      min-width: auto; }

.blog-detail__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 65px auto 0;
  max-width: 390px;
  width: 100%; }

.blog-detail__pagination-item--home {
  text-align: center;
  text-decoration: underline;
  text-underline-position: under; }

.blog-detail__pagination-item a {
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms; }
  .blog-detail__pagination-item a:hover {
    font-weight: 700; }

.blog-detail__related {
  width: 100%;
  height: 380px;
  margin-top: 60px;
  background-color: #f2f3f2;
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .blog-detail__related {
      padding: 30px 6%; } }

.blog-detail__related-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 767px) {
    .blog-detail__related-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.blog-detail__related-item {
  width: 490px;
  min-height: 150px;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .blog-detail__related-item {
      width: 100%;
      min-height: auto; } }
  .blog-detail__related-item:not(:last-child) {
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .blog-detail__related-item:not(:last-child) {
        margin: 0 0 20px; } }
  .blog-detail__related-item a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 38px; }
    @media screen and (max-width: 767px) {
      .blog-detail__related-item a {
        padding: 15px 20px; } }

.blog-detail__related-image {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 15px; }
  @media screen and (max-width: 767px) {
    .blog-detail__related-image {
      width: 60px;
      height: 60px; } }
  .blog-detail__related-image img {
    width: 100%;
    height: 100%; }

.category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .category__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.category__item {
  width: 130px;
  border-bottom: 2px solid #e3e5e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  padding-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative; }
  @media screen and (max-width: 767px) {
    .category__item {
      width: calc(50% - 10px);
      padding-bottom: 5px; } }
  .category__item:not(:last-child) {
    margin-right: 30px; }
    @media screen and (max-width: 767px) {
      .category__item:not(:last-child) {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .category__item:nth-child(1), .category__item:nth-child(2) {
      margin-bottom: 20px; } }
  .category__item a {
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms; }
  .category__item p {
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .category__item p {
        font-size: 18px; } }
  .category__item span {
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .category__item span {
        font-size: 12px; } }
  .category__item:hover {
    border-bottom: 2px solid #333030; }
  .category__item--active {
    border-bottom: 2px solid #333030; }
    .category__item--active::before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3px 5px 0;
      border-color: #333030 transparent transparent;
      position: absolute;
      left: 50%;
      bottom: -4px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }

.ogp__action {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1; }

.ogp__img {
  float: left;
  margin: 20px;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .ogp__img {
      float: none;
      margin-bottom: 15px; } }

.ogp__img-item {
  display: block;
  position: relative;
  overflow: hidden;
  width: 160px; }

.ogp__body {
  padding: 15px 20px 20px 205px; }
  @media screen and (max-width: 767px) {
    .ogp__body {
      padding-top: 0;
      padding-left: 20px; } }

.ogp__title {
  font-size: 1.8rem !important;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .ogp__title {
      font-size: 1.6rem !important; } }

.about-page__container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 767px) {
    .about-page__container {
      max-width: 100%;
      padding: 0 6%; } }

.about-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .about-page__wrapper--margin {
    margin-bottom: 200px; }
    @media screen and (max-width: 767px) {
      .about-page__wrapper--margin {
        margin-bottom: 66px; } }
  .about-page__wrapper--gray {
    background-color: #f1f2f1;
    margin-top: -4px;
  margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .about-page__wrapper--gray {
        padding: 0 6%;
        margin-bottom: 50px; } }

.about-page__text-wrapper p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26pt; }
  @media screen and (max-width: 767px) {
    .about-page__text-wrapper p {
      font-size: 16px;
      line-height: normal; } }

.about-page__image-wrapper {
  width: 1000px;
  height: 753px;
  position: relative;
  margin-block: 100px; }
  @media screen and (max-width: 767px) {
    .about-page__image-wrapper {
      width: 100%;
      margin-block: 44px;
      min-height: 200px;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .about-page__image-wrapper img {
    width: 469px;
    height: 625px;
    position: absolute; }
    @media screen and (max-width: 767px) {
      .about-page__image-wrapper img {
        width: 47%;
        height: auto;
        position: relative; } }
    @supports (-webkit-touch-callout: none) {
      .about-page__image-wrapper img {
        width: 47%;
        height: 100%;
        position: relative; } }
  .about-page__image-wrapper img:first-child {
    top: 0;
    left: 0; }
  .about-page__image-wrapper img:last-child {
    top: 125px;
    right: 0; }
    @media screen and (max-width: 767px) {
      .about-page__image-wrapper img:last-child {
        top: 39.6px; } }

.about-page__case-list {
  width: 1100px;
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .about-page__case-list {
      width: 100%;
      margin-top: 44px; } }
  .about-page__case-list--margin {
    margin: 100px 0; }
    @media screen and (max-width: 767px) {
      .about-page__case-list--margin {
        margin: 44px 0; } }

.about-page__case-item {
  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; }
  @media screen and (max-width: 767px) {
    .about-page__case-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .about-page__case-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      .about-page__case-item:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .about-page__case-item:nth-child(even) .about-page__case-image {
      margin-right: 90px; }
      @media screen and (max-width: 767px) {
        .about-page__case-item:nth-child(even) .about-page__case-image {
          margin-right: 0; } }
    .about-page__case-item:nth-child(even) .about-page__case-image::before {
      left: -50px;
      right: auto; }
  .about-page__case-item:not(:last-child) {
    margin-bottom: 120px; }
    @media screen and (max-width: 767px) {
      .about-page__case-item:not(:last-child) {
        margin-bottom: 52.8px; } }

.about-page__case-header {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .about-page__case-header {
      margin-bottom: 20px; } }
  .about-page__case-header span,
  .about-page__case-header p {
    color: #666261;
    font-weight: 500; }
  .about-page__case-header span {
    font-family: "Cormorant Garamond", serif;
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .about-page__case-header span {
        font-size: 18px; } }
  .about-page__case-header p {
    font-size: 24px; }
    @media screen and (max-width: 767px) {
      .about-page__case-header p {
        font-size: 22px; } }
  .about-page__case-header--deco {
    position: relative; }
    @media screen and (max-width: 767px) {
      .about-page__case-header--deco {
        margin-bottom: 40px; } }
    .about-page__case-header--deco::before {
      content: '';
      width: 50px;
      height: 1px;
      background-color: #666261;
      position: absolute;
      bottom: -20px;
      left: 0; }
      @media screen and (max-width: 767px) {
        .about-page__case-header--deco::before {
          bottom: -10px; } }

.about-page__case-content--width {
  width: 44%; }
  @media screen and (max-width: 767px) {
    .about-page__case-content--width {
      width: 100%; } }

.about-page__case-content ul > li {
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    .about-page__case-content ul > li {
      font-size: 16px; } }

.about-page__case-image {
  position: relative;
  width: 50%;
  height: auto; }
  @media screen and (max-width: 767px) {
    .about-page__case-image {
      width: 100%;
      margin-bottom: 20px; } }
  .about-page__case-image::before {
    content: '';
    width: 100px;
    height: 100px;
    background-color: #f1f2f1;
    position: absolute;
    right: -50px;
    bottom: -50px;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .about-page__case-image::before {
        width: 44px;
        height: 44px;
        right: -22px;
        bottom: -13.2px; } }
  .about-page__case-image img {
    width: 100%;
    height: 100%; }
  .about-page__case-image--display::before {
    content: none; }

.about-page__main-img {
  width: 100%; }
  .about-page__main-img img {
    width: 100%;
    height: auto; }

.about-page__benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1020px;
  height: 550px;
  position: relative;
  margin: 65px 0 50px; }
  @media screen and (max-width: 767px) {
    .about-page__benefit {
      width: 100%;
      max-width: 280px;
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 30px 0 0; } }
  .about-page__benefit::before {
    content: '';
    width: 80px;
    height: 286px;
    background: url("./src/img/benefit.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .about-page__benefit::before {
        width: 45px;
        height: 160px;
        top: 46.7%;
        left: 50%;
        -webkit-transform: translate(-50%, -54.3%) rotate(90deg);
            -ms-transform: translate(-50%, -54.3%) rotate(90deg);
                transform: translate(-50%, -54.3%) rotate(90deg); } }
  .about-page__benefit::after {
    content: 'and';
    font-family: "Cormorant Garamond", serif;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .about-page__benefit::after {
        font-size: 28px;
        top: 46%;
        -webkit-transform: translate(-50%, -54%);
            -ms-transform: translate(-50%, -54%);
                transform: translate(-50%, -54%); } }

.about-page__benefit-item {
  width: 550px;
  height: 550px;
  background-color: #f1f2f1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 100px;
  position: absolute; }
  @media screen and (max-width: 767px) {
    .about-page__benefit-item {
      width: 277.2px;
      height: 277.2px;
      position: relative;
      padding: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .about-page__benefit-item:first-child {
    top: 0;
    left: 0; }
  .about-page__benefit-item:last-child {
    top: 0;
    right: 0; }
    @media screen and (max-width: 767px) {
      .about-page__benefit-item:last-child {
        top: -50px; } }

.about-page__benefit-header {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .about-page__benefit-header {
      margin-bottom: 10px; } }
  .about-page__benefit-header h6 {
    font-size: 24px;
    font-weight: 500;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .about-page__benefit-header h6 {
        font-size: 16px; } }

.about-page__benefit-list {
  width: 320px; }
  @media screen and (max-width: 767px) {
    .about-page__benefit-list {
      width: 80%; } }
  .about-page__benefit-list li {
    position: relative;
    padding-left: 20px; }
    @media screen and (max-width: 767px) {
      .about-page__benefit-list li {
        padding-left: 15px; } }
    .about-page__benefit-list li::before {
      content: '';
      width: 10px;
      height: 10px;
      background: url("./src/img/icon-plus.png") no-repeat;
      background-size: contain;
      position: absolute;
      top: 5px;
      left: 0; }
      @media screen and (max-width: 767px) {
        .about-page__benefit-list li::before {
          top: 2px; } }
    .about-page__benefit-list li:not(:last-child) {
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .about-page__benefit-list li:not(:last-child) {
          margin-bottom: 10px; } }
  .about-page__benefit-list li > p {
    font-size: 14px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .about-page__benefit-list li > p {
        font-size: 10px; } }

.faq__container {
  max-width: 800px;
  margin: 0 auto 150px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .faq__container {
      max-width: 100%;
      padding: 0 6%; } }

.faq__title {
  text-align: center;
  margin-bottom: 80px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .faq__title {
      margin-bottom: 40px; } }
  .faq__title::before {
    content: '';
    width: 80px;
    height: 1px;
    background-color: #666261;
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 767px) {
      .faq__title::before {
        bottom: -10px; } }
  .faq__title span {
    font-size: 30px;
    font-weight: 700;
    color: #666261;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .faq__title span {
        font-size: 20px; } }

.faq__item:not(:last-child) {
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .faq__item:not(:last-child) {
      margin-bottom: 40px; } }

.faq__question, .faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px; }
  @media screen and (max-width: 767px) {
    .faq__question, .faq__answer {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.faq__question-icon, .faq__answer-icon {
  margin: 5px 20px 0 0;
  width: 24px;
  height: 24px; }
  @media screen and (max-width: 767px) {
    .faq__question-icon, .faq__answer-icon {
      margin: 4px 15px 0 0; } }

.faq__question {
  border-bottom: 1px solid #666261;
  position: relative;
  cursor: pointer; }
  .faq__question::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url("./src/img/icon-maximize.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .faq__question::before {
        top: 25px;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }
  .faq__question--active::before {
    background: url("./src/img/icon-minimize.png") no-repeat;
    background-size: contain; }

.faq__question-text {
  font-size: 22px;
  font-weight: 500;
  color: #666261; }
  @media screen and (max-width: 767px) {
    .faq__question-text {
      font-size: 18px;
      width: 75%; } }

.faq__answer {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: none;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms; }
  .faq__answer--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.faq__answer-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  width: 90%; }
  @media screen and (max-width: 767px) {
    .faq__answer-text {
      font-size: 16px;
      line-height: 30px; } }

.faq__text-wrapper {
  margin-top: 100px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .faq__text-wrapper {
      margin-top: 50px; } }
  .faq__text-wrapper p {
    font-size: 18px;
    font-weight: 500;
    line-height: 40px; }
    @media screen and (max-width: 767px) {
      .faq__text-wrapper p {
        font-size: 16px;
        line-height: 30px; } }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

ul {
  list-style-type: none; }

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

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

html {
  scroll-behavior: smooth;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  color: #333030;
  font-size: 62.5%;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt'; }
  @media screen and (max-width: 1200px) {
    html {
      min-width: 1200px; } }
  @media screen and (max-width: 767px) {
    html {
      min-width: 100%; } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.overflow {
  overflow: hidden; }

.anchor {
  display: block;
  position: relative;
  top: -30px;
  visibility: hidden; }
  @media screen and (max-width: 767px) {
    .anchor {
      top: -60px; } }

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

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

br.sp-show {
  display: none; }
  @media screen and (max-width: 767px) {
    br.sp-show {
      display: block; } }

@media screen and (max-width: 767px) {
  br.pc-only {
    display: none; } }

.wp-embedded-content {
  display: none; }

.center {
  text-align: center; }

.no-margin {
  margin: 0 !important; }

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.8rem;
  text-align: center;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .wp-pagenavi a,
    .wp-pagenavi span {
      font-size: 1.6rem; } }

.loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .loading {
      margin-top: 50px; } }

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999; }
  .header__container {
    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;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 30px;
    height: 100px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff; }
    @media screen and (max-width: 767px) {
      .header__container {
        padding: 10px 5%;
        height: 70px; } }
    @media screen and (max-width: 980px) and (min-width: 768px) {
      .header__container {
        padding: 10px 5%;
        height: 70px; } }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .header__logo {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .header__logo img {
      width: 80px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media screen and (max-width: 767px) {
        .header__logo img {
          width: 50px; } }
      @media screen and (max-width: 980px) and (min-width: 768px) {
        .header__logo img {
          width: 50px; } }
  .header__logo-text {
    margin-left: 15px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #666261;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (max-width: 767px) {
      .header__logo-text {
        font-size: 1.2rem;
        margin-left: 10px; } }
    @media screen and (max-width: 980px) and (min-width: 768px) {
      .header__logo-text {
        font-size: 1.2rem;
        margin-left: 10px; } }
    @media screen and (max-width: 1490px) and (min-width: 981px) {
      .header__logo-text {
        font-size: 1.4rem; } }
    .header__logo-text p.large {
      font-size: 2rem;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media screen and (max-width: 1490px) and (min-width: 981px) {
        .header__logo-text p.large {
          font-size: 1.8rem; } }
      @media screen and (max-width: 767px) {
        .header__logo-text p.large {
          font-size: 1.4rem; } }
      @media screen and (max-width: 980px) and (min-width: 768px) {
        .header__logo-text p.large {
          font-size: 1.4rem; } }
  .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .header__list {
        display: none; } }
    @media screen and (max-width: 980px) and (min-width: 768px) {
      .header__list {
        display: none; } }
  .header__container-sp {
    display: none; }
    @media screen and (max-width: 767px) {
      .header__container-sp {
        display: block;
        position: fixed;
        width: 80%;
        z-index: 99;
        top: 69px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; } }
    @media screen and (max-width: 980px) and (min-width: 768px) {
      .header__container-sp {
        display: block;
        position: fixed;
        width: 80%;
        z-index: 99;
        top: 69px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; } }
  @media screen and (max-width: 767px) {
    .header__list-sp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      padding: 0 6% 100px;
      background-color: #fff;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; } }
  @media screen and (max-width: 980px) and (min-width: 768px) {
    .header__list-sp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      padding: 0 6% 100px;
      background-color: #fff;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; } }
  .header__item {
    margin: 0 16px;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media screen and (max-width: 767px) {
      .header__item {
        width: 100%;
        padding: 15px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0; } }
    @media screen and (max-width: 980px) and (min-width: 768px) {
      .header__item {
        width: 100%;
        padding: 15px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0; } }
    @media screen and (max-width: 1490px) and (min-width: 981px) {
      .header__item {
        margin: 0 10px; } }
    .header__item:last-child {
      margin-right: 0; }
    .header__item::after {
      content: '';
      width: 100%;
      max-width: 0;
      height: 2px;
      background: #666261;
      position: absolute;
      bottom: 15px;
      left: 0;
      right: 0;
      margin: 0 auto;
      -webkit-transition: all 0.4s cubic-bezier(0.54, 0, 0.32, 0.99);
      transition: all 0.4s cubic-bezier(0.54, 0, 0.32, 0.99); }
    .header__item:hover::after {
      max-width: 100%; }
  .header__link {
    font-size: 1.6rem;
    font-weight: 500;
    color: #666261; }
    @media screen and (max-width: 1200px) and (min-width: 981px) {
      .header__link {
        font-size: 1rem; } }
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
    z-index: 9999; }
    @media screen and (max-width: 767px) {
      .header__hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media screen and (max-width: 980px) and (min-width: 768px) {
      .header__hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .header__hamburger span {
      height: 2px;
      width: 30px;
      background: #333030;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .header__hamburger span:not(:last-child) {
        margin-bottom: 6px; }
    .header__hamburger::after {
      content: 'OPEN';
      font-size: 1.4rem;
      text-align: center;
      font-weight: 500;
      font-family: "Montserrat", sans-serif;
      margin-top: 6px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .header__submenu {
    position: absolute;
    left: -120px;
    top: 59px;
    width: 350px;
    max-height: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
    padding: 0 50px;
    white-space: nowrap; }
    .header__submenu .header__link:not(:last-of-type) {
      margin-bottom: 10px; }
    .header__submenu.active {
      opacity: 1;
      z-index: 1;
      max-height: 230px;
      padding: 40px; }
  .header .js-header-hover {
    position: relative; }
    .header .js-header-hover:hover .header__submenu {
      opacity: 1;
      z-index: 1;
      max-height: 230px;
      padding: 40px; }
  .header--active .header__hamburger span {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(5px, 6px);
        -ms-transform: rotate(45deg) translate(5px, 6px);
            transform: rotate(45deg) translate(5px, 6px); }
    .header--active .header__hamburger span:nth-child(3) {
      -webkit-transform: rotate(-45deg) translate(5px, -6px);
          -ms-transform: rotate(-45deg) translate(5px, -6px);
              transform: rotate(-45deg) translate(5px, -6px); }
    .header--active .header__hamburger span:nth-child(2) {
      opacity: 0;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
  .header--active .header__hamburger::after {
    content: 'CLOSE'; }
  .header--active .header__container-sp {
    height: 100vh;
    overflow-y: scroll; }
    @media screen and (max-width: 980px) and (min-width: 768px) {
      .header--active .header__container-sp {
        height: 100%; } }
  .header--active .header__list-sp {
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .header.top-active .header__container {
    background: #fff;
    height: 80px; }
    @media screen and (max-width: 767px) {
      .header.top-active .header__container {
        height: 70px; } }
    @media screen and (max-width: 980px) and (min-width: 768px) {
      .header.top-active .header__container {
        height: 70px; } }
    .header.top-active .header__container .header__logo img {
      width: 70px; }
      @media screen and (max-width: 767px) {
        .header.top-active .header__container .header__logo img {
          width: 50px; } }
      @media screen and (max-width: 980px) and (min-width: 768px) {
        .header.top-active .header__container .header__logo img {
          width: 50px; } }
    .header.top-active .header__container .header__logo-text {
      font-size: 1.2rem; }
      @media screen and (max-width: 767px) {
        .header.top-active .header__container .header__logo-text {
          font-size: 1.2rem;
          margin-left: 10px; } }
      .header.top-active .header__container .header__logo-text p.large {
        font-size: 1.7rem; }
        @media screen and (max-width: 767px) {
          .header.top-active .header__container .header__logo-text p.large {
            font-size: 1.4rem; } }
    .header.top-active .header__container .header__item::after {
      bottom: 5px; }
  .header__button {
    font-weight: 700;
    position: fixed;
    top: 50px;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background: #FBE700;
    color: #666;
    height: 180px;
    display: block;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 11; }
    @media screen and (max-width: 767px) {
      .header__button {
        height: 140px;
        width: 50px;
        font-size: 1.4rem;
        padding: 7px 5px;
        top: auto;
        bottom: 130px; } }
    .header__button p {
      text-orientation: upright;
      -webkit-writing-mode: tb;
          -ms-writing-mode: tb;
              writing-mode: tb;
      line-height: 1.4; }

.footer {
  padding: 100px 0;
  background: #666261; }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 70px 0; } }
  .footer__container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .footer__container {
        max-width: 100%;
        padding: 0 5%; } }
  @media screen and (max-width: 767px) {
    .footer__info {
      width: 100%; } }
  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .footer__logo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media screen and (max-width: 767px) {
      .footer__logo img {
        width: 80px; } }
  .footer__logo-text {
    font-size: 1.6rem;
    margin-left: 15px; }
    @media screen and (max-width: 767px) {
      .footer__logo-text {
        text-align: center;
        margin-top: 20px; } }
    .footer__logo-text p.large {
      font-size: 2rem; }
  .footer__copyright {
    margin-top: 50px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .footer__copyright {
        text-align: center; } }
  .footer__list-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .footer__list-container {
        display: none; } }
  .footer__list:not(:last-of-type) {
    margin-right: 50px; }
  .footer__link {
    color: #fff;
    font-size: 1.6rem;
    padding: 12px 0;
    display: block;
    font-weight: 500; }
  .footer__sns-container {
    display: none; }
    @media screen and (max-width: 767px) {
      .footer__sns-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    .footer__sns {
      font-size: 1.6rem;
      font-family: "Cormorant Garamond", serif;
      letter-spacing: 0.1em;
      color: #fff;
      margin: 0 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .footer__sns img {
      border: 1px solid #fff;
      border-radius: 100%;
      width: 50px; } }
  @media screen and (max-width: 767px) {
    .footer__sns p {
      margin-top: 8px; } }
  .footer__page-top {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #e3e5e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    bottom: -150px;
    right: 30px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media screen and (max-width: 767px) {
      .footer__page-top {
        width: 65px;
        height: 65px;
        right: 5%; } }
    .footer__page-top img {
      margin-left: -10px; }
      @media screen and (max-width: 767px) {
        .footer__page-top img {
          width: 12px; } }
    .footer__page-top.top-active {
      bottom: 30px; }
    .footer__page-top:hover {
      bottom: 35px;
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3); }
  .footer__contact {
    padding: 100px 0;
    background: url("./src/img/footer.webp") no-repeat center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      .footer__contact {
        padding: 50px 5%; } }
  .footer__contact-container {
    background: rgba(255, 255, 255, 0.8);
    padding: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .footer__contact-container {
        padding: 30px 5%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%; } }
  .footer__contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer__contact-info p {
      font-size: 1.6rem;
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .footer__contact-info p {
          margin-top: 15px; } }
  .footer__contact-title {
    padding-bottom: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 767px) {
      .footer__contact-title {
        padding-bottom: 15px; } }
    .footer__contact-title::after {
      content: '';
      width: 50px;
      height: 1px;
      background: #666261;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .footer__contact-title p {
      font-size: 3rem;
      margin-top: 10px;
      font-weight: 500;
      color: #666261; }
      @media screen and (max-width: 767px) {
        .footer__contact-title p {
          font-size: 2.4rem; } }
  .footer__button-container {
    margin-left: 70px; }
    @media screen and (max-width: 767px) {
      .footer__button-container {
        margin-top: 20px;
        margin-left: 0;
        width: 100%; } }
  .footer__button {
    display: block;
    width: 400px;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #e3e5e4;
    color: #666261;
    position: relative;
    font-size: 2rem;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media screen and (max-width: 767px) {
      .footer__button {
        width: 100%;
        padding: 15px;
        font-size: 1.6rem; } }
    .footer__button::before {
      content: '';
      width: 10px;
      height: 10px;
      background: #666261;
      border-radius: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 100px;
      margin: auto 0;
      -webkit-transition: all 0.5s cubic-bezier(0.54, 0, 0.32, 0.99);
      transition: all 0.5s cubic-bezier(0.54, 0, 0.32, 0.99); }
      @media screen and (max-width: 767px) {
        .footer__button::before {
          right: 65px; } }
    .footer__button::after {
      content: '';
      width: 95px;
      height: 1px;
      background: #666261;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 15px;
      margin: auto 0; }
      @media screen and (max-width: 767px) {
        .footer__button::after {
          width: 60px; } }
    .footer__button--brown {
      background: #666261;
      color: #e3e5e4;
      margin-top: 40px; }
      @media screen and (max-width: 767px) {
        .footer__button--brown {
          margin-top: 10px; } }
      .footer__button--brown::before, .footer__button--brown::after {
        background: #e3e5e4; }
    .footer__button:hover {
      letter-spacing: 1px; }
      .footer__button:hover::before {
        right: 15px; }

.title {
  color: #666261; }
  .title h2 {
    font-size: 10rem;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    letter-spacing: 1px; }
    @media screen and (max-width: 767px) {
      .title h2 {
        font-size: 6rem; } }
  .title p {
    font-size: 2rem;
    position: relative; }
    @media screen and (max-width: 767px) {
      .title p {
        font-size: 1.6rem; } }
    .title p.line {
      display: inline-block; }
      .title p.line::before, .title p.line::after {
        content: '';
        width: 20px;
        height: 1px;
        background: #666261;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -30px;
        margin: auto 0;
        display: block; }
      .title p.line::after {
        right: -30px;
        left: auto; }
  .title--center {
    text-align: center; }
  .title--salon {
    margin-top: -190px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .title--salon {
        margin-top: -165px; } }

.button {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #666261;
  width: 200px;
  padding: 15px 10px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .button {
      font-size: 1.6rem;
      width: 160px;
      height: 50px;
      padding: 10px; } }
  .button span {
    position: absolute;
    top: 0;
    left: 0; }
    .button span::before {
      content: '';
      height: 21px;
      width: 2px;
      background: #666261;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.4s cubic-bezier(0.54, 0, 0.32, 0.99);
      transition: all 0.4s cubic-bezier(0.54, 0, 0.32, 0.99); }
      @media screen and (max-width: 767px) {
        .button span::before {
          width: 1px; } }
    .button span::after {
      content: '';
      width: 21px;
      height: 2px;
      background: #666261;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.4s cubic-bezier(0.54, 0, 0.32, 0.99);
      transition: all 0.4s cubic-bezier(0.54, 0, 0.32, 0.99); }
      @media screen and (max-width: 767px) {
        .button span::after {
          height: 1px; } }
  .button span:nth-of-type(2) {
    position: absolute;
    bottom: 0;
    right: 0;
    top: auto;
    left: auto; }
    .button span:nth-of-type(2)::before {
      bottom: 0;
      right: 0;
      top: auto;
      left: auto; }
    .button span:nth-of-type(2)::after {
      bottom: 0;
      right: 0;
      top: auto;
      left: auto; }
  .button:hover {
    letter-spacing: 1px; }
    .button:hover span::before {
      height: 60px; }
      @media screen and (max-width: 767px) {
        .button:hover span::before {
          height: 50px; } }
    .button:hover span::after {
      width: 200px; }
      @media screen and (max-width: 767px) {
        .button:hover span::after {
          width: 160px; } }
  .button--white {
    color: #fff; }
    .button--white span::before, .button--white span::after {
      background: #fff; }
  .button__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .button__container {
        margin-top: 30px; } }
    .button__container--right {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media screen and (max-width: 767px) {
        .button__container--right {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }

.modal {
  width: 100%;
  height: 100%;
  background: rgba(51, 48, 48, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  padding: 0 5%; }
  .modal.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .modal__wrap {
    position: relative; }
  .modal__content {
    width: 1000px;
    height: 700px;
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-y: auto;
    padding: 40px 0; }
    @media screen and (max-width: 767px) {
      .modal__content {
        width: 100%;
        height: 400px;
        min-height: auto;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 0; } }
    @media screen and (max-width: 1500px) and (min-width: 1200px) {
      .modal__content {
        height: 500px;
        min-height: auto;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 20px 0; } }
  .modal__close {
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: -84px; }
    @media screen and (max-width: 767px) {
      .modal__close {
        top: -35px;
        right: 0; } }
    @media screen and (max-width: 1500px) and (min-width: 1200px) {
      .modal__close {
        top: -15px;
        right: -50px; } }
    .modal__close > img {
      width: 60px;
      height: 60px; }
      @media screen and (max-width: 767px) {
        .modal__close > img {
          width: 25px;
          height: 25px; } }
      @media screen and (max-width: 1500px) and (min-width: 1200px) {
        .modal__close > img {
          width: 35px;
          height: 35px; } }
  .modal__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px 120px; }
    @media screen and (max-width: 767px) {
      .modal__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px; } }
  .modal__col {
    width: 100%;
    max-width: 300px; }
    @media screen and (max-width: 767px) {
      .modal__col {
        max-width: 100%; } }
  .modal__title {
    font-size: 2rem;
    font-weight: 700;
    color: #06c755;
    display: block;
    margin-bottom: 10px; }
  .modal__block:not(:last-child) {
    margin-bottom: 52px;
    position: relative; }
    .modal__block:not(:last-child)::after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 12px 0;
      border-color: #06c757 transparent transparent;
      position: absolute;
      left: 50%;
      bottom: -30px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .modal__desc {
    font-size: 1.4rem;
    font-weight: 500; }
  .modal__img {
    width: 300px;
    height: 225px;
    margin-top: 16px; }

.banner {
  width: 100%;
  height: 100vh;
  padding: 100px 0 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  @media screen and (max-width: 767px) {
    .banner {
      height: 550px;
      padding: 70px 0 0;
      overflow: hidden; } }
  .banner__sns {
    position: fixed;
    left: 20px;
    top: 50px;
    bottom: 0;
    margin: auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .banner__sns {
        display: none; } }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .banner__sns {
        left: 10px; } }
    .banner__sns p {
      text-orientation: sideways;
      -webkit-writing-mode: vertical-lr;
          -ms-writing-mode: tb-lr;
              writing-mode: vertical-lr;
      margin-bottom: 10px; }
  .banner__sns-link {
    display: block;
    margin: 10px 0; }
  .banner__container {
    position: relative;
    height: 100%;
    max-width: 87vw;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 1500px) and (min-width: 1200px) {
      .banner__container {
        max-width: 1200px; } }
    @media screen and (max-width: 767px) {
      .banner__container {
        max-width: 100%;
        padding: 0 5%; } }
    @media screen and (max-width: 980px) and (min-width: 768px) {
      .banner__container {
        max-width: 100%;
        padding: 0 6%; } }
  .banner__slider {
    width: 100%;
    height: 100%; }
  .banner__main-visual {
    width: 100%;
    height: 100%; }
    .banner__main-visual img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .banner__image {
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .banner__image {
        height: 250px; } }
    .banner__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .banner__text-container {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: #fff;
    padding: 40px 45px;
    width: 465px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .banner__text-container {
        width: 100%;
        padding: 15px;
        position: static; } }
  .banner__heading h3 {
    font-size: 4rem;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .banner__heading h3 {
        font-size: 3rem; } }
    @media screen and (max-width: 424px) and (min-width: 320px) {
      .banner__heading h3 {
        font-size: 2.6rem; } }
    .banner__heading h3 span.small {
      font-size: 3.5rem; }
      @media screen and (max-width: 767px) {
        .banner__heading h3 span.small {
          font-size: 2rem; } }
  .banner__heading h4 {
    font-size: 3.5rem;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .banner__heading h4 {
        font-size: 2rem; } }
  .banner__text {
    font-size: 1.6rem;
    margin-top: 10px;
    line-height: 1.7; }
  .banner__decor {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1; }
    @media screen and (max-width: 1200px) and (min-width: 768px) {
      .banner__decor {
        right: 90px; } }
    @media screen and (max-width: 767px) {
      .banner__decor {
        top: 10px;
        right: 7%; } }
    @media screen and (max-width: 767px) {
      .banner__decor img {
        width: 100px; } }

.about {
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 767px) {
    .about {
      padding: 40px 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .about__image {
    width: 50%;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .about__image {
        width: 100%;
        height: 250px; } }
    .about__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .about__info {
    width: 500px;
    margin-left: -70px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .about__info {
        width: 100%;
        margin-left: 0;
        padding: 0 5%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-top: 30px; } }
    .about__info::after {
      content: '';
      width: 12vw;
      height: 20.5vw;
      background: url("./src/img/about-2.webp") no-repeat;
      background-size: 100%;
      position: absolute;
      bottom: -3vw;
      right: -15vw; }
      @media screen and (max-width: 767px) {
        .about__info::after {
          bottom: auto;
          top: -2%;
          right: auto;
          left: 220px;
          width: 80px;
          height: 140px; } }
  .about__text {
    font-size: 1.8rem;
    margin-top: 40px;
    width: 100%;
    line-height: 1.8; }
    @media screen and (max-width: 767px) {
      .about__text {
        font-size: 1.6rem; } }
    .about__text ul {
      list-style: disc;
      padding-left: 25px;
      margin-top: 5px; }
      @media screen and (max-width: 767px) {
        .about__text ul {
          padding-left: 10px; } }

.movie {
  padding: 60px 0 260px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 767px) {
    .movie {
      padding: 40px 0 230px; } }
  .movie img.img1 {
    position: absolute;
    right: 0;
    top: 60px; }
    @media screen and (max-width: 767px) {
      .movie img.img1 {
        width: 600px;
        top: 40px;
        right: -330px; } }
    @media screen and (max-width: 600px) and (min-width: 425px) {
      .movie img.img1 {
        width: 500px;
        top: 40px;
        right: -230px; } }
    @media screen and (max-width: 424px) and (min-width: 320px) {
      .movie img.img1 {
        width: 400px;
        top: 40px;
        right: -260px; } }
  .movie__container {
    max-width: 1500px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 1600px) and (min-width: 1200px) {
      .movie__container {
        max-width: 1200px; } }
    @media screen and (max-width: 980px) and (min-width: 768px) {
      .movie__container {
        max-width: 100%;
        padding: 0 5%; } }
    @media screen and (max-width: 767px) {
      .movie__container {
        max-width: 100%;
        padding: 0 5%; } }
    .movie__container img.img2 {
      position: absolute;
      bottom: -152px;
      left: 0; }
      @media screen and (max-width: 767px) {
        .movie__container img.img2 {
          bottom: -180px;
          left: -40px;
          width: 150px; } }
  .movie__info {
    margin-top: 40px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .movie__video-container {
    z-index: 1;
    width: 1000px;
    height: 560px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .movie__video-container {
        width: 100%;
        height: 50vw; } }
    .movie__video-container img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .movie__video-container::after {
      content: '';
      width: 100px;
      height: 100px;
      background: url("./src/img/play.png") no-repeat;
      background-size: 100%;
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
      @media screen and (max-width: 767px) {
        .movie__video-container::after {
          width: 50px;
          height: 50px; } }
    .movie__video-container video {
      width: 100%;
      height: 100%;
      position: relative;
      cursor: pointer; }
      .movie__video-container video::before {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: 1;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .movie__video-container video::after {
        content: '';
        width: 100px;
        height: 100px;
        background: url("./src/img/play.png") no-repeat;
        background-size: 100%;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        @media screen and (max-width: 767px) {
          .movie__video-container video::after {
            width: 50px;
            height: 50px; } }
      .movie__video-container video.active::before, .movie__video-container video.active::after {
        opacity: 0;
        visibility: hidden; }

.problems {
  padding: 60px 0 70px;
  background: #e3e5e4;
  position: relative; }
  @media screen and (max-width: 767px) {
    .problems {
      padding: 40px 0; } }
  .problems::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0;
    border-color: #e3e5e4 transparent transparent;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .problems::after {
        border-width: 30px 30px 0;
        bottom: -30px; } }
  .problems__container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .problems__container {
        max-width: 100%;
        padding: 0 5%; } }
  .problems__title {
    font-size: 3rem;
    text-align: center;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .problems__title {
        font-size: 2rem; } }
  .problems__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .problems__list {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .problems__image {
    width: 100%;
    height: 210px;
    border-radius: 100%;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .problems__image {
        height: 40vw; } }
    .problems__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: right;
         object-position: right; }
  .problems__item {
    width: 212px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 767px) {
      .problems__item {
        width: 46%;
        margin-bottom: 20px; } }
    .problems__item:nth-of-type(2) .problems__image img {
      -o-object-position: center;
         object-position: center; }
    @media screen and (max-width: 767px) {
      .problems__item:nth-of-type(3) {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .problems__item:nth-of-type(3) .problems__image {
        width: 46%; } }
    .problems__item:nth-of-type(3) .problems__image img {
      -o-object-position: center;
         object-position: center; }
  .problems__text {
    margin-top: 20px;
    font-size: 1.8rem;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .problems__text {
        font-size: 1.6rem; } }

.question {
  padding-top: 120px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .question {
      padding-top: 70px; } }
  .question__container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .question__container {
        max-width: 100%;
        padding: 0 5%; } }
  .question__title {
    text-align: center;
    margin-bottom: 100px;
    color: #666261; }
    @media screen and (max-width: 767px) {
      .question__title {
        margin-bottom: 50px; } }
    .question__title h3 {
      font-weight: 500;
      font-size: 3.6rem; }
      @media screen and (max-width: 767px) {
        .question__title h3 {
          font-size: 2.3rem; } }
  .question__wrap {
    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; }
    @media screen and (max-width: 767px) {
      .question__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media screen and (max-width: 767px) {
      .question__wrap--reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .question__info {
    width: 500px; }
    @media screen and (max-width: 767px) {
      .question__info {
        width: 100%; } }
  .question__info-image {
    width: 800px;
    height: 500px;
    margin-right: -150px; }
    @media screen and (max-width: 767px) {
      .question__info-image {
        height: 200px;
        width: 95%;
        margin-right: -20vw;
        margin-bottom: 30px; } }
    .question__info-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .question__heading {
    font-size: 3rem;
    font-weight: 500;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .question__heading {
        font-size: 2rem; } }
    .question__heading::before {
      content: 'Q';
      font-family: "Cormorant Garamond", serif;
      font-size: 10rem;
      font-weight: 500;
      color: #e3e5e4;
      position: absolute;
      left: -40px;
      top: -45px;
      z-index: -1; }
      @media screen and (max-width: 767px) {
        .question__heading::before {
          font-size: 6rem;
          left: -10px;
          top: -25px; } }
  .question__text {
    font-size: 1.8rem;
    margin-top: 20px; }
    .question__text p {
      margin-top: 30px; }
  .question__link-text {
    border: 1px solid #fff;
    color: #fff;
    font-size: 3rem;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .question__link-text {
        font-size: 2rem; } }
  .question__link {
    width: 50%;
    height: 300px;
    margin-right: 20px;
    padding: 10px;
    background: url("./src/img/flow-img.webp") no-repeat center;
    background-size: cover;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media screen and (max-width: 767px) {
      .question__link {
        width: 100%;
        height: 170px;
        margin-right: 0;
        margin-bottom: 20px; } }
    .question__link:last-of-type {
      margin-right: 0;
      background: url("./src/img/faq-img.webp") no-repeat center; }
    .question__link img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .question__link::before {
      content: '';
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .question__link:hover::before {
      opacity: 1; }
    .question__link:hover .question__link-text {
      letter-spacing: 1px; }
  .question__link-image {
    width: 50%;
    height: 300px;
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .question__link-image {
        width: 100%;
        height: 170px;
        margin-right: 0;
        margin-bottom: 20px; } }
    .question__link-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .question__link-list {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .question__link-list {
        width: 100%; } }
  .question__link-item {
    padding: 33.5px 15px;
    background: #e3e5e4;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    position: relative;
    color: #666261;
    font-size: 1.6rem;
    font-weight: 500;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media screen and (max-width: 767px) {
      .question__link-item {
        padding: 15px 25px 15px 10px;
        font-size: 1.5rem; } }
    .question__link-item:last-of-type {
      margin-bottom: 0; }
    .question__link-item::after {
      content: '';
      width: 10px;
      height: 18px;
      background: url("./src/img/arrow.png") no-repeat;
      background-size: 100%;
      position: absolute;
      right: 15px;
      top: 0;
      bottom: 0;
      margin: auto 0;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .question__link-item:hover {
      letter-spacing: 1px;
      background: #dcdcdc; }
      .question__link-item:hover::after {
        right: 10px; }

.salon-section {
  padding: 120px 0;
  background: #e3e5e4; }
  .salon-section__slider {
    height: 500px;
    margin-top: 50px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .salon-section__slider {
        height: 400px; } }
  .salon-section__item {
    width: 600px;
    height: 400px;
    margin: 0 30px; }
    @media screen and (max-width: 767px) {
      .salon-section__item {
        width: 100%;
        height: 350px; } }
  .salon-section__image {
    width: 100%;
    height: 100%; }
    .salon-section__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .salon-section__text {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 2rem;
    text-align: right;
    padding: 10px 15px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .salon-section__text {
        font-size: 1.6rem; } }
  .salon-section__info-container {
    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;
    max-width: 1200px;
    width: 100%;
    margin: 90px auto -180px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .salon-section__info-container {
        max-width: 100%;
        padding: 0 5%;
        margin-top: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .salon-section__info {
    width: 50%;
    background: #666261;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .salon-section__info {
        width: 100%;
        height: 250px; } }
    .salon-section__info h4 {
      font-size: 3rem;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .salon-section__info h4 {
          font-size: 2rem; } }
  .salon-section__info-text {
    margin-top: 40px;
    font-size: 1.8rem; }
    @media screen and (max-width: 767px) {
      .salon-section__info-text {
        margin-top: 20px;
        font-size: 1.6rem; } }
  .salon-section__info-image {
    width: 50%;
    height: 400px; }
    @media screen and (max-width: 767px) {
      .salon-section__info-image {
        width: 100%;
        height: 250px; } }
    .salon-section__info-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.instagram {
  padding: 150px 0 60px; }
  @media screen and (max-width: 767px) {
    .instagram {
      padding: 100px 0 40px; } }
  .instagram__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .instagram__container {
        padding: 0 5%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
  .instagram__item {
    width: 11.4vw;
    height: 11.4vw;
    margin: 6px;
    background: #e3e5e4; }
    @media screen and (max-width: 767px) {
      .instagram__item {
        width: 45.8%;
        height: 40vw; } }

.blog {
  padding: 60px 0 100px; }
  @media screen and (max-width: 767px) {
    .blog {
      padding: 20px 0 70px; } }
  .blog--page {
    padding: 0 0 100px; }
    @media screen and (max-width: 767px) {
      .blog--page {
        padding: 0 0 70px; } }
  .blog__container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .blog__container {
        max-width: 100%;
        padding: 0 5%; } }
    .blog__container--page {
      max-width: 1000px; }
      @media screen and (max-width: 767px) {
        .blog__container--page {
          max-width: 100%; } }
  .blog__category-container {
    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;
    width: 100%;
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .blog__category-container {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media screen and (max-width: 767px) {
      .blog__category-container .button__container {
        display: none; } }
  .blog__category-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .blog__category-wrap {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .blog__category {
    position: relative;
    width: 100px;
    padding-bottom: 10px;
    cursor: pointer;
    text-align: center;
    border-bottom: 2px solid #e3e5e4;
    color: #666261;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-size: 2rem;
    margin-right: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media screen and (max-width: 767px) {
      .blog__category {
        font-size: 1.8rem;
        margin-right: 20px;
        width: 80px; } }
    .blog__category.active {
      color: #333030;
      border-bottom-color: #333030; }
      .blog__category.active::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 5px 0;
        border-color: #333030 transparent transparent;
        position: absolute;
        bottom: -6px;
        left: 0;
        right: 0;
        margin: 0 auto; }
    .blog__category:hover {
      color: #333030;
      border-bottom-color: #333030; }
    .blog__category:last-of-type {
      margin-right: 0; }
  .blog__item {
    width: 370px; }
    @media screen and (max-width: 767px) {
      .blog__item {
        width: 100%;
        margin-bottom: 20px; } }
    .blog__item:not(:nth-of-type(3n)) {
      margin-right: 45px; }
      @media screen and (max-width: 767px) {
        .blog__item:not(:nth-of-type(3n)) {
          margin-right: 0; } }
  .blog__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .blog__link:hover {
      opacity: 0.8; }
  .blog__date {
    font-size: 3.2rem;
    font-family: "Cormorant Garamond", serif;
    margin: 0 auto 20px;
    text-align: center;
    display: inline-block; }
    .blog__date p {
      border-bottom: 1px solid #333030;
      padding: 10px 15px; }
      .blog__date p.year {
        border-bottom: 0;
        padding-bottom: 0; }
  .blog__image {
    width: 100%;
    height: 280px; }
    @media screen and (max-width: 767px) {
      .blog__image {
        height: 250px; } }
    .blog__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .blog__info {
    margin-top: 15px;
    width: 100%; }
  .blog__item-category {
    color: #fff;
    background: #666261;
    padding: 2px 5px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    display: inline-block; }
  .blog__info-text {
    font-size: 1.8rem; }
    @media screen and (max-width: 767px) {
      .blog__info-text {
        font-size: 1.6rem; } }
  .blog__list {
    display: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .blog__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 30px; } }
    .blog__list.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .blog__list--page {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .blog__list--page .blog__item {
        margin-right: 50px;
        margin-bottom: 45px;
        width: 300px; }
        @media screen and (max-width: 767px) {
          .blog__list--page .blog__item {
            margin-right: 0;
            width: 100%;
            margin-bottom: 25px; } }
        .blog__list--page .blog__item:nth-of-type(3n) {
          margin-right: 0 !important; }
      .blog__list--page .blog__image {
        height: 220px; }

.company {
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .company {
      padding-bottom: 30px; } }
  .company__container {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .company__container {
        max-width: 100%;
        padding: 0 5%; } }
  .company__info {
    margin-bottom: 90px; }
    @media screen and (max-width: 767px) {
      .company__info {
        margin-bottom: 50px; } }
  .company__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .company__item {
        margin-bottom: 30px; } }
    .company__item--reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media screen and (max-width: 767px) {
        .company__item--reverse {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .company__item.nomargin {
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .company__item.nomargin {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
  .company__info-label {
    width: 300px;
    padding: 20px 0;
    font-size: 2rem;
    border-right: 5px solid #e3e5e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .company__info-label {
        width: 120px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 424px) and (min-width: 320px) {
      .company__info-label {
        width: 110px; } }
    .company__info-label::before {
      content: '';
      width: 80px;
      height: 1px;
      background: #333030;
      display: inline-block;
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        .company__info-label::before {
          width: 10px;
          margin-right: 5px; } }
  .company__info-text {
    padding: 20px 0 20px 50px;
    font-size: 1.8rem; }
    @media screen and (max-width: 767px) {
      .company__info-text {
        padding: 15px 0 15px 20px;
        font-size: 1.6rem;
        width: 70%; } }
    @media screen and (max-width: 424px) and (min-width: 320px) {
      .company__info-text {
        font-size: 1.4rem;
        padding: 15px 0 15px 15px; } }
    .company__info-text--link {
      display: block; }
      .company__info-text--link::after {
        content: '';
        width: 18px;
        height: 18px;
        background: url("./src/img/link.png") no-repeat;
        display: inline-block;
        margin-left: 15px;
        margin-bottom: -2px; }
        @media screen and (max-width: 767px) {
          .company__info-text--link::after {
            margin-left: 10px; } }
  .company__title {
    text-align: center;
    padding-bottom: 10px;
    font-size: 3rem;
    margin-bottom: 40px;
    position: relative;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .company__title {
        font-size: 2.5rem; } }
    .company__title::after {
      content: '';
      width: 50px;
      height: 2px;
      background: #333030;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .company__image {
    width: 50%;
    height: 450px; }
    @media screen and (max-width: 767px) {
      .company__image {
        width: 100%;
        height: 250px; } }
    .company__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .company__text-container {
    width: 50%;
    height: 450px;
    background: #e3e5e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      .company__text-container {
        width: 100%;
        height: 250px; } }
    .company__text-container--white {
      background: #fff; }
  .company__text {
    font-size: 1.8rem;
    line-height: 1.8; }
    .company__text p.title {
      font-size: 2.4rem;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .company__text p.title {
          font-size: 2rem; } }
    .company__text a::after {
      content: '';
      width: 18px;
      height: 18px;
      background: url("./src/img/link.png") no-repeat;
      display: inline-block;
      margin-left: 15px;
      margin-bottom: -2px; }
      @media screen and (max-width: 767px) {
        .company__text a::after {
          margin-left: 10px; } }

.profit {
  padding-bottom: 60px; }
  .profit--bg {
    padding: 110px 0;
    background: url("./src/img/profit-bg2.webp") no-repeat center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .profit--bg {
        padding: 60px 0; } }
  .profit__container {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .profit__container {
        max-width: 100%;
        padding: 0 5%; } }
  .profit__text {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.8; }
  .profit__anchor-container {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .profit__anchor-container {
        margin-top: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .profit__anchor {
    display: block;
    width: 480px;
    height: 120px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    margin: 0 20px;
    text-align: center;
    font-size: 2rem;
    background: #e3e5e4;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media screen and (max-width: 767px) {
      .profit__anchor {
        width: 100%;
        height: 100px;
        margin: 30px 0;
        font-size: 1.8rem; } }
    .profit__anchor::after {
      content: '';
      width: 1px;
      height: 50px;
      position: absolute;
      background: #333030;
      bottom: -25px;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        .profit__anchor::after {
          height: 30px;
          bottom: -15px; } }
    .profit__anchor:hover {
      background: #d4d4d4; }
  .profit__info {
    margin: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .profit__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 70px 0 40px; } }
  .profit__image {
    width: 440px;
    height: 445px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .profit__image {
        width: 95%;
        height: 300px;
        margin: 0 auto; } }
    .profit__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: 1; }
    .profit__image::after {
      content: '';
      width: 100%;
      height: 100%;
      background: #e3e5e4;
      position: absolute;
      right: -60px;
      bottom: -60px;
      z-index: -1; }
      @media screen and (max-width: 767px) {
        .profit__image::after {
          right: -15px;
          bottom: -15px; } }
  .profit__info-text-container {
    margin-bottom: 20px;
    margin-right: 100px; }
    @media screen and (max-width: 767px) {
      .profit__info-text-container {
        margin-top: 60px;
        margin-right: 0; } }
  .profit__info-title p {
    font-size: 1.8rem;
    margin-bottom: 5px; }
  .profit__info-title h2 {
    font-size: 3.6rem;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .profit__info-title h2 {
        font-size: 2.6rem; } }
    .profit__info-title h2 span.bold {
      font-weight: 700; }
  .profit__info-text {
    margin-top: 25px;
    font-size: 2rem;
    font-weight: 500;
    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 (max-width: 767px) {
      .profit__info-text {
        font-size: 1.6rem; } }
    .profit__info-text p {
      margin: 10px 0; }
      @media screen and (max-width: 767px) {
        .profit__info-text p {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; } }
      .profit__info-text p::before {
        content: '+';
        font-size: 2rem;
        display: inline-block;
        margin-right: 10px; }
  .profit__table-container {
    margin-top: 80px; }
    @media screen and (max-width: 767px) {
      .profit__table-container {
        margin-top: 40px; } }
  .profit__table-title {
    text-align: center;
    margin-bottom: 45px; }
    .profit__table-title p {
      font-size: 2.1rem;
      font-family: "Cormorant Garamond", serif;
      font-weight: 500;
      margin-bottom: 5px; }
      @media screen and (max-width: 767px) {
        .profit__table-title p {
          font-size: 1.6rem; } }
    .profit__table-title h3 {
      font-size: 3rem;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .profit__table-title h3 {
          font-size: 2rem; } }
      .profit__table-title h3 span.bold {
        font-weight: 700; }
  .profit__table {
    width: 1000px;
    margin: 0 auto;
    border-collapse: collapse; }
    @media screen and (max-width: 767px) {
      .profit__table {
        margin-top: 30px;
        width: 100%; } }
    .profit__table th {
      font-size: 2.4rem;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, white), color-stop(15%, #e3e5e4));
      background: linear-gradient(to bottom, white 15%, #e3e5e4 15%);
      text-align: center;
      padding: 20px 15px 0;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .profit__table th {
          font-size: 1.6rem;
          padding: 15px 10px 0; } }
      @media screen and (max-width: 424px) and (min-width: 320px) {
        .profit__table th {
          font-size: 1.1rem; } }
      .profit__table th.color1 {
        color: #fff;
        background: #666261;
        border-left: 4px solid #666261;
        border-right: 4px solid #666261;
        padding: 15px;
        height: 120px; }
        @media screen and (max-width: 767px) {
          .profit__table th.color1 {
            border-width: 2px;
            height: 100px;
            padding: 10px; } }
      .profit__table th.color {
        color: #fff;
        background: #666261;
        border-left: 4px solid #666261;
        border-right: 4px solid #666261;
        padding: 15px; }
        @media screen and (max-width: 767px) {
          .profit__table th.color {
            border-width: 2px;
            padding: 10px; } }
      .profit__table th.transparent {
        background: transparent; }
    .profit__table tr.total {
      border-top: 4px solid #666261; }
      @media screen and (max-width: 767px) {
        .profit__table tr.total {
          border-width: 2px; } }
      .profit__table tr.total th {
        background: #e3e5e4;
        padding: 15px; }
        @media screen and (max-width: 767px) {
          .profit__table tr.total th {
            padding: 10px; } }
        .profit__table tr.total th.color {
          background: #666261; }
    .profit__table td {
      font-size: 2.4rem;
      text-align: right;
      padding: 20px 15px;
      position: relative;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .profit__table td {
          font-size: 1.5rem;
          padding: 10px; } }
      @media screen and (max-width: 424px) and (min-width: 320px) {
        .profit__table td {
          font-size: 1.1rem; } }
      .profit__table td span {
        display: block;
        font-size: 2rem; }
        @media screen and (max-width: 767px) {
          .profit__table td span {
            font-size: 1.5rem; } }
        @media screen and (max-width: 424px) and (min-width: 320px) {
          .profit__table td span {
            font-size: 1rem; } }
      .profit__table td.title {
        background: #f1f2f1;
        font-weight: 500;
        text-align: center; }
      .profit__table td.color {
        border-left: 4px solid #666261;
        border-right: 4px solid #666261;
        color: #333030; }
        @media screen and (max-width: 767px) {
          .profit__table td.color {
            border-width: 2px; } }
      .profit__table td::after {
        content: '';
        width: 90%;
        height: 1px;
        background: #d1d0d0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto; }
  .profit__table-text {
    font-size: 3rem;
    margin-top: 50px;
    font-weight: 500;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .profit__table-text {
        font-size: 2rem;
        margin-top: 30px; } }
    .profit__table-text span.bold {
      font-weight: 700;
      font-size: 5rem;
      margin: 0 10px; }
      @media screen and (max-width: 767px) {
        .profit__table-text span.bold {
          font-size: 4rem; } }
    .profit__table-text--left {
      text-align: left;
      font-size: 1.4rem; }
  .profit__partition {
    background: url("./src/img/profit-bg1.webp") no-repeat center;
    background-size: cover;
    height: 400px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .profit__partition {
        height: 200px; } }
  .profit__text-container {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .profit__text-container {
        max-width: 100%;
        padding: 0 5%; } }
  .profit__subtitle {
    text-align: center;
    position: relative;
    padding-bottom: 20px; }
    .profit__subtitle h3 {
      font-size: 3rem;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .profit__subtitle h3 {
          font-size: 2rem; } }
      .profit__subtitle h3 span.bold {
        font-weight: 700;
        margin: 0 5px; }
    .profit__subtitle::after {
      content: '';
      width: 80px;
      height: 1px;
      background: #333030;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .profit__wrap-text {
    font-size: 1.8rem;
    margin-top: 40px;
    line-height: 1.8; }
    @media screen and (max-width: 767px) {
      .profit__wrap-text {
        margin-top: 25px; } }
  .profit__calc {
    position: relative;
    background-color: #666261;
    margin-top: 80px;
    padding-block: 39px 48px; }
    @media screen and (max-width: 767px) {
      .profit__calc {
        margin-top: 40px;
        padding-block: 19.5px 24px; } }
  .profit__calc-header {
    text-align: center;
    color: #fff;
    margin-bottom: 39px; }
    @media screen and (max-width: 767px) {
      .profit__calc-header {
        margin-bottom: 19.5px; } }
    .profit__calc-header--results {
      color: #666261; }
      .profit__calc-header--results h2::before {
        display: none !important; }
    .profit__calc-header h2 {
      gap: 16px;
      font-size: 3rem;
      line-height: 1.06667em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (max-width: 767px) {
        .profit__calc-header h2 {
          gap: 8px;
          font-size: 2.4rem; } }
    .profit__calc-header h2::before {
      content: '';
      display: block;
      width: 29px;
      height: 40px;
      background-image: url("./src/img/icon-calc.svg");
      background-size: contain;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        .profit__calc-header h2::before {
          width: 24px;
          height: 34px; } }
  .profit__calc-form {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden; }
  .profit__calc-form-header {
    background-color: #f1f2f1;
    padding-block: 8px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6em;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .profit__calc-form-header {
        padding: 4px 3%;
        font-size: 1.8rem; } }
  .profit__calc-content {
    display: grid;
    place-items: center;
    padding-block: 40px; }
    @media screen and (max-width: 767px) {
      .profit__calc-content {
        padding-block: 20px; } }
  .profit__calc-form-fields {
    width: 270px;
    margin-bottom: 11px; }
  .profit__calc-form-item {
    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; }
    .profit__calc-form-item:not(:last-of-type) {
      margin-bottom: 24px; }
      @media screen and (max-width: 767px) {
        .profit__calc-form-item:not(:last-of-type) {
          margin-bottom: 12px; } }
  .profit__calc-form-label {
    position: relative;
    top: 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    font-size: 1.8rem;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .profit__calc-form-label {
        top: 4px;
        font-size: 1.6rem; } }
    .profit__calc-form-label--unit {
      top: 0;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      margin-left: 8px; }
  .profit__calc-form-input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 146px; }
    .profit__calc-form-input-wrapper select,
    .profit__calc-form-input-wrapper input[type="number"] {
      width: 120px;
      font-size: 1.6rem;
      padding: 9.5px 5px;
      border-radius: 4px;
      border: 1px solid #666261; }
    .profit__calc-form-input-wrapper select {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: none;
      background-image: url("./src/img/icon-caret-dark-down.svg");
      background-size: 12px 6px;
      background-repeat: no-repeat;
      background-position: 95% 50%; }
  .profit__calc-form-note {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fc3200;
    line-height: 2.66667em;
    white-space: nowrap; }
  .profit__calc-button {
    width: 500px;
    background-color: #333030;
    padding-block: 13px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    border: 1px solid #707070;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .profit__calc-button {
        width: 80%;
        font-size: 1.6rem; } }
  .profit__calc-results {
    position: relative;
    background-color: #f7f7f7;
    padding-block: 89px 70px;
    display: none;
    visibility: hidden; }
    @media screen and (max-width: 767px) {
      .profit__calc-results {
        padding-block: 44.5px 35px; } }
    .profit__calc-results::before {
      content: '';
      position: absolute;
      inset: 0 0 auto;
      margin: auto;
      width: 0;
      height: 0;
      border-top: 60px solid #666261;
      border-left: 60px solid transparent;
      border-right: 60px solid transparent;
      pointer-events: none; }
      @media screen and (max-width: 767px) {
        .profit__calc-results::before {
          border-top-width: 30px;
          border-right-width: 30px;
          border-left-width: 30px; } }
    .profit__calc-results.visible {
      display: block;
      visibility: visible; }
  .profit__calc-container {
    max-width: 532px;
    margin: auto; }
  .profit__calc-results-table {
    width: 457px;
    margin: 0 auto 25px;
    color: #333030;
    border-collapse: collapse; }
    @media screen and (max-width: 767px) {
      .profit__calc-results-table {
        width: 300px;
        margin-bottom: 12.5px; } }
    .profit__calc-results-table td {
      border: 1px solid #d1d0d0;
      padding: 6px 42px; }
      @media screen and (max-width: 767px) {
        .profit__calc-results-table td {
          padding: 3px 21px; } }
    .profit__calc-results-table td:nth-of-type(2) {
      text-align: end; }
    .profit__calc-results-table tr:first-of-type td:first-of-type {
      background-color: #f1f2f1;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 2em; }
      @media screen and (max-width: 767px) {
        .profit__calc-results-table tr:first-of-type td:first-of-type {
          font-size: 1.4rem; } }
    .profit__calc-results-table tr:first-of-type td:nth-of-type(2) {
      font-size: 2.4rem;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .profit__calc-results-table tr:first-of-type td:nth-of-type(2) {
          font-size: 1.8rem; } }
    .profit__calc-results-table tr:not(:first-of-type) {
      white-space: nowrap; }
      .profit__calc-results-table tr:not(:first-of-type) td {
        border: none; }
      .profit__calc-results-table tr:not(:first-of-type) td:first-of-type {
        background-color: #333030;
        color: #fff;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 2em; }
        @media screen and (max-width: 767px) {
          .profit__calc-results-table tr:not(:first-of-type) td:first-of-type {
            font-size: 1.4rem; } }
      .profit__calc-results-table tr:not(:first-of-type) td:nth-of-type(2) {
        -webkit-box-shadow: inset 0 0 0 4px #333030;
                box-shadow: inset 0 0 0 4px #333030;
        font-size: 3rem;
        font-weight: 700; }
        @media screen and (max-width: 767px) {
          .profit__calc-results-table tr:not(:first-of-type) td:nth-of-type(2) {
            -webkit-box-shadow: inset 0 0 0 2px #333030;
                    box-shadow: inset 0 0 0 2px #333030;
            font-size: 2rem; } }
  .profit__calc-results-text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5em; }
    @media screen and (max-width: 767px) {
      .profit__calc-results-text {
        max-width: 300px;
        width: auto; } }

.partner {
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .partner {
      margin-bottom: 100px; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .partner {
      overflow-x: hidden; } }
  .partner__container {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .partner__container {
        max-width: 100%;
        padding: 0 6%; } }
  .partner__wrapper {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .partner__wrapper {
        margin-bottom: 52.8px; } }
    .partner__wrapper--flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .partner__wrapper--flex {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .partner__wrapper--border {
      border: 1px solid #666261;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      padding: 40px 0; }
      @media screen and (max-width: 767px) {
        .partner__wrapper--border {
          padding: 20px; } }
      .partner__wrapper--border::before {
        content: '';
        width: 940px;
        height: 4px;
        background-color: #fff;
        position: absolute;
        top: -3px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 1; }
        @media screen and (max-width: 767px) {
          .partner__wrapper--border::before {
            width: 90%; } }
      .partner__wrapper--border::after {
        content: '';
        width: 940px;
        height: 4px;
        background-color: #fff;
        position: absolute;
        bottom: -3px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 1; }
        @media screen and (max-width: 767px) {
          .partner__wrapper--border::after {
            width: 90%; } }
  .partner__text-wrapper h5 {
    font-size: 30px;
    font-weight: 500;
    color: #666261; }
    @media screen and (max-width: 767px) {
      .partner__text-wrapper h5 {
        font-size: 25px; } }
  .partner__text-wrapper p {
    font-size: 18px;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .partner__text-wrapper p {
        font-size: 16px; } }
  .partner__text-wrapper p.margin {
    margin-top: 28.45833px; }
    @media screen and (max-width: 767px) {
      .partner__text-wrapper p.margin {
        margin-top: 17.6px; } }
  .partner__text-wrapper p.black {
    color: #000; }
  .partner__text-wrapper--width {
    width: 450px; }
    @media screen and (max-width: 767px) {
      .partner__text-wrapper--width {
        width: 100%; } }
  .partner__link {
    width: 240px;
    height: 50px;
    background-color: #666261;
    font-size: 18px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 28.45833px; }
    @media screen and (max-width: 767px) {
      .partner__link {
        margin-top: 17.6px;
        width: 220px;
        height: 40px; } }
    .partner__link--long {
      max-width: 400px;
      width: 100%; }
  .partner__image {
    width: 400px; }
    @media screen and (max-width: 767px) {
      .partner__image {
        width: 100%;
        margin-top: 26.4px; } }
    .partner__image img {
      width: 100%;
      height: auto; }
    .partner__image--2 {
      width: 450px; }
      @media screen and (max-width: 767px) {
        .partner__image--2 {
          width: 100%; } }
  .partner__content-title {
    font-size: 28px;
    font-weight: 500;
    color: #666261; }
    @media screen and (max-width: 767px) {
      .partner__content-title {
        font-size: 22px; } }
    .partner__content-title--small {
      font-size: 20px;
      color: #333030; }
  .partner__list--service {
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      .partner__list--service {
        margin-top: 26.4px; } }
    .partner__list--service .partner__item {
      padding-left: 25px; }
      .partner__list--service .partner__item:not(:last-child) {
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .partner__list--service .partner__item:not(:last-child) {
            margin-bottom: 10px; } }
      .partner__list--service .partner__item::before {
        content: '';
        width: 13px;
        height: 13px;
        background: url("./src/img/icon-plus02.png") no-repeat;
        background-size: contain;
        position: absolute;
        top: 10px;
        left: 0; }
        @media screen and (max-width: 767px) {
          .partner__list--service .partner__item::before {
            top: 7px; } }
  .partner__list--suitable .partner__item {
    padding-left: 40px; }
    @media screen and (max-width: 767px) {
      .partner__list--suitable .partner__item {
        padding-left: 30px; } }
    .partner__list--suitable .partner__item:not(:last-child) {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .partner__list--suitable .partner__item:not(:last-child) {
          margin-bottom: 10px; } }
    .partner__list--suitable .partner__item::before {
      content: '';
      width: 24px;
      height: 24px;
      background: url("./src/img/icon-check.png") no-repeat;
      background-size: contain;
      position: absolute;
      top: 2px;
      left: 0; }
      @media screen and (max-width: 767px) {
        .partner__list--suitable .partner__item::before {
          width: 20px;
          height: 20px; } }
  .partner__list--flow .partner__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .partner__list--flow .partner__item {
        padding-bottom: 20px; } }
    .partner__list--flow .partner__item:not(:last-child)::before {
      content: "";
      width: 1px;
      height: 100%;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 25px; }
  .partner__item {
    position: relative; }
    .partner__item p {
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .partner__item p {
          font-size: 16px; } }
  .partner__cost {
    margin-top: 65px; }
    @media screen and (max-width: 767px) {
      .partner__cost {
        margin-top: 22px; } }
    .partner__cost p {
      font-size: 30px;
      font-weight: 500;
      color: #666261;
      letter-spacing: 0.04em;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .partner__cost p {
          font-size: 22px; } }
      .partner__cost p span.big {
        font-size: 50px;
        font-weight: 700; }
        @media screen and (max-width: 767px) {
          .partner__cost p span.big {
            font-size: 30px; } }
  .partner__display-image {
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .partner__display-image {
        margin-bottom: 52.8px; } }
    .partner__display-image img {
      width: 100%;
      height: auto; }
  .partner__flow {
    background-color: #ecedec;
    width: 100%;
    padding: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .partner__flow {
        padding: 44px 6%;
        margin-bottom: 52.8px; } }
  .partner__number {
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 25px;
    margin-right: 20px;
    z-index: 1; }
    .partner__number span {
      font-family: "Cormorant Garamond", serif;
      font-size: 24px;
      font-weight: 500; }
  .partner__content {
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .partner__content {
        width: 76%; } }
    .partner__content ul {
      margin-top: 15px; }
    .partner__content ul > li {
      font-size: 16px;
      font-weight: 500; }
    .partner__content--margin {
      margin-top: 100px;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .partner__content--margin {
          margin-top: 44px; } }
  .partner__table,
  .partner tr,
  .partner td {
    border-collapse: collapse; }
  .partner__table {
    width: 100%; }
    .partner__table tr:nth-child(odd) {
      background-color: #f1f2f1; }
    .partner__table tr > td {
      padding: 10px 0;
      font-size: 16px;
      font-weight: 500;
      color: #666261; }
    .partner__table td.year {
      width: 400px;
      padding-left: 70px; }
      @media screen and (max-width: 767px) {
        .partner__table td.year {
          width: 45%;
          padding-left: 10px; } }
      .partner__table td.year span.month {
        margin-left: 150px; }
        @media screen and (max-width: 767px) {
          .partner__table td.year span.month {
            margin-left: 20px; } }
    .partner__table td.store {
      width: 600px;
      padding-left: 35px; }
      @media screen and (max-width: 767px) {
        .partner__table td.store {
          width: 55%;
          padding-left: 10px; } }
  .partner__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .partner__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .partner__col {
    width: 480px;
    height: 200px;
    background-color: #f1f2f1;
    padding: 25px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .partner__col {
        width: 100%;
        height: auto;
        padding: 20px 10px; } }
    .partner__col--column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (max-width: 767px) {
        .partner__col--column {
          margin-top: 20px; } }
    .partner__col .partner__qr span,
    .partner__col p {
      font-size: 18px;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .partner__col .partner__qr span,
        .partner__col p {
          font-size: 14px; } }
    .partner__col a {
      margin-top: 25px; }
      @media screen and (max-width: 767px) {
        .partner__col a {
          margin-top: 15px; } }
      .partner__col a img {
        width: auto;
        height: auto; }
        @media screen and (max-width: 767px) {
          .partner__col a img {
            width: 80%; } }
  .partner__qr {
    width: 150px;
    height: 150px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 50px; }
    @media screen and (max-width: 767px) {
      .partner__qr {
        width: 88px;
        height: 88px;
        margin-right: 20px; } }
    .partner__qr img {
      width: 150px; }
      @media screen and (max-width: 767px) {
        .partner__qr img {
          width: 100px; } }
  .partner__mail {
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .partner__mail {
        margin-top: 17.6px; } }
  .partner__progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 750px;
    margin: 40px auto 0; }
    @media screen and (max-width: 767px) {
      .partner__progress {
        max-width: 395px;
        margin-top: 30px; } }
  .partner__progress-item {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: #fff;
    border: 1px solid #333030;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 767px) {
      .partner__progress-item {
        width: 70px;
        height: 70px; } }
    .partner__progress-item span {
      font-family: "Cormorant Garamond", serif;
      font-weight: 500;
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .partner__progress-item span {
          font-size: 16px; } }
    .partner__progress-item p {
      font-size: 17px;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .partner__progress-item p {
          font-size: 14px; } }
    .partner__progress-item p.margin {
      margin-top: 10px; }
      @media screen and (max-width: 767px) {
        .partner__progress-item p.margin {
          margin-top: 0; } }
    .partner__progress-item--active {
      background-color: #333030; }
      .partner__progress-item--active span,
      .partner__progress-item--active p {
        color: #fff; }
    .partner__progress-item:not(:last-child)::before {
      content: '';
      width: 150px;
      height: 3px;
      background-color: #b3b3b3;
      position: absolute;
      top: 50%;
      right: -200px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: -1; }
      @media screen and (max-width: 767px) {
        .partner__progress-item:not(:last-child)::before {
          width: 100%;
          right: -100%; } }
  .partner__mail-item {
    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;
    padding: 30px 100px; }
    @media screen and (max-width: 767px) {
      .partner__mail-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px 0; } }
    .partner__mail-item:not(:last-child) {
      border-bottom: 1px solid #b3b3b3; }
    .partner__mail-item--flex-start {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .partner__mail-item--flex-start .partner__mail-label {
        margin-top: 10px; }
        @media screen and (max-width: 767px) {
          .partner__mail-item--flex-start .partner__mail-label {
            margin-top: 0; } }
  .partner__mail-label {
    width: 200px;
    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; }
    @media screen and (max-width: 767px) {
      .partner__mail-label {
        width: 100%;
        margin-bottom: 15px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .partner__mail-label label {
      font-size: 18px;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .partner__mail-label label {
          font-size: 16px; } }
  .partner__mail-req {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #d60505;
    padding: 1px 8px; }
    @media screen and (max-width: 767px) {
      .partner__mail-req {
        margin-left: 20px; } }
    .partner__mail-req--outline {
      background-color: #fff;
      border: 1px solid #d60505;
      color: #d60505; }
      @media screen and (max-width: 767px) {
        .partner__mail-req--outline {
          margin-left: 0; } }
  .partner__mail-text {
    width: 100%;
    padding: 15px 0;
    font-size: 1.8rem;
    text-align: center;
    margin-top: 40px;
    border-bottom: 1px solid #b3b3b3;
    line-height: 1.7; }
    .partner__mail-text--complete {
      border-bottom: 0; }
    .partner__mail-text h5 {
      font-size: 2rem;
      margin-bottom: 5px;
      font-weight: 500; }
  .partner__input-wrap {
    width: 590px;
    padding-left: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .partner__input-wrap {
        width: 100%;
        padding: 0; } }
    .partner__input-wrap--width-100 {
      width: 400px;
      padding-left: 30px; }
      @media screen and (max-width: 767px) {
        .partner__input-wrap--width-100 {
          width: 100%;
          padding-left: 0;
          margin-top: 10px; } }
  .partner__input-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 590px;
    padding-left: 90px; }
    @media screen and (max-width: 767px) {
      .partner__input-flex {
        width: 100%;
        padding: 0; } }
    .partner__input-flex p {
      font-size: 1.8rem;
      margin-left: 15px;
      font-weight: 500; }
    @media screen and (max-width: 767px) {
      .partner__input-flex.sp-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .partner__input-flex--width-100 {
      width: 100%;
      padding-left: 0; }
    .partner__input-flex--between {
      width: 100%;
      padding-left: 0;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .partner__input-flex--between {
          margin-top: 10px; } }
  .partner__input, .partner__select, .partner__textarea, .partner__date {
    width: 500px;
    height: 40px;
    border: 1px solid #666261;
    padding: 2px 15px;
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .partner__input, .partner__select, .partner__textarea, .partner__date {
        width: 100%;
        padding: 2px 10px;
        font-size: 16px; } }
    .partner__input--small, .partner__input--smallest, .partner__select--small, .partner__select--smallest, .partner__textarea--small, .partner__textarea--smallest, .partner__date--small, .partner__date--smallest {
      width: 260px; }
      @media screen and (max-width: 767px) {
        .partner__input--small, .partner__input--smallest, .partner__select--small, .partner__select--smallest, .partner__textarea--small, .partner__textarea--smallest, .partner__date--small, .partner__date--smallest {
          width: 100%; } }
    .partner__input--smaller, .partner__select--smaller, .partner__textarea--smaller, .partner__date--smaller {
      width: 100px; }
    @media screen and (max-width: 767px) {
      .partner__input--smallest, .partner__select--smallest, .partner__textarea--smallest, .partner__date--smallest {
        width: 66%; } }
    .partner__input--width-100, .partner__select--width-100, .partner__textarea--width-100, .partner__date--width-100 {
      width: 100%; }
    .partner__input::-webkit-input-placeholder, .partner__select::-webkit-input-placeholder, .partner__textarea::-webkit-input-placeholder, .partner__date::-webkit-input-placeholder {
      font-size: 18px;
      color: #9a9b9b; }
    .partner__input::-moz-placeholder, .partner__select::-moz-placeholder, .partner__textarea::-moz-placeholder, .partner__date::-moz-placeholder {
      font-size: 18px;
      color: #9a9b9b; }
    .partner__input:-ms-input-placeholder, .partner__select:-ms-input-placeholder, .partner__textarea:-ms-input-placeholder, .partner__date:-ms-input-placeholder {
      font-size: 18px;
      color: #9a9b9b; }
    .partner__input::-ms-input-placeholder, .partner__select::-ms-input-placeholder, .partner__textarea::-ms-input-placeholder, .partner__date::-ms-input-placeholder {
      font-size: 18px;
      color: #9a9b9b; }
    .partner__input::placeholder, .partner__select::placeholder, .partner__textarea::placeholder, .partner__date::placeholder {
      font-size: 18px;
      color: #9a9b9b; }
      @media screen and (max-width: 767px) {
        .partner__input::-webkit-input-placeholder, .partner__select::-webkit-input-placeholder, .partner__textarea::-webkit-input-placeholder, .partner__date::-webkit-input-placeholder {
          font-size: 13px; }
        .partner__input::-moz-placeholder, .partner__select::-moz-placeholder, .partner__textarea::-moz-placeholder, .partner__date::-moz-placeholder {
          font-size: 13px; }
        .partner__input:-ms-input-placeholder, .partner__select:-ms-input-placeholder, .partner__textarea:-ms-input-placeholder, .partner__date:-ms-input-placeholder {
          font-size: 13px; }
        .partner__input::-ms-input-placeholder, .partner__select::-ms-input-placeholder, .partner__textarea::-ms-input-placeholder, .partner__date::-ms-input-placeholder {
          font-size: 13px; }
        .partner__input::placeholder, .partner__select::placeholder, .partner__textarea::placeholder, .partner__date::placeholder {
          font-size: 13px; } }
  .partner__date {
    background: url("./src/img/date.png") no-repeat;
    background-size: 15px;
    background-position: 95% center;
    width: 260px; }
  .partner__radio-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .partner__radio-wrap:not(:nth-of-type(4)) {
      margin-right: 30px; }
      @media screen and (max-width: 767px) {
        .partner__radio-wrap:not(:nth-of-type(4)) {
          margin-right: 0;
          margin-bottom: 10px; } }
    .partner__radio-wrap.nomargin {
      margin-right: 0; }
  .partner__radio, .partner__checkbox {
    width: 15px;
    height: 15px; }
    .partner__radio--check, .partner__checkbox--check {
      -webkit-appearance: radio; }
    .partner__radio + label,
    .partner__radio + span, .partner__checkbox + label,
    .partner__checkbox + span {
      position: relative;
      cursor: pointer;
      padding: 0;
      font-size: 1.6rem;
      text-align: center;
      margin-left: 10px;
      display: inline-block;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 767px) {
        .partner__radio + label,
        .partner__radio + span, .partner__checkbox + label,
        .partner__checkbox + span {
          font-size: 1.5rem; } }
      @media screen and (max-width: 424px) and (min-width: 320px) {
        .partner__radio + label,
        .partner__radio + span, .partner__checkbox + label,
        .partner__checkbox + span {
          font-size: 1.2rem; } }
  .partner__mail-form {
    margin-top: 30px; }
    .partner__mail-form--small {
      width: 600px;
      margin: 30px auto 0; }
      @media screen and (max-width: 767px) {
        .partner__mail-form--small {
          width: 100%; } }
      .partner__mail-form--small .partner__mail-item {
        padding: 15px 0;
        border-bottom: 0; }
        @media screen and (max-width: 767px) {
          .partner__mail-form--small .partner__mail-item {
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start; } }
      .partner__mail-form--small .partner__mail-label {
        width: 210px; }
        @media screen and (max-width: 767px) {
          .partner__mail-form--small .partner__mail-label {
            width: 100%; } }
      .partner__mail-form--small .partner__input-wrap,
      .partner__mail-form--small .partner__input-flex {
        font-size: 1.8rem;
        width: 65%; }
        @media screen and (max-width: 767px) {
          .partner__mail-form--small .partner__input-wrap,
          .partner__mail-form--small .partner__input-flex {
            width: 100%; } }
      .partner__mail-form--small .partner__input-wrap--width-100 {
        width: auto !important; }
      .partner__mail-form--small .partner__input-flex--between {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .partner__mail-form--small .partner__input-flex p {
        margin-left: 0;
        margin-right: 10px; }
  .partner__note {
    font-size: 12px;
    font-weight: 500;
    color: #808080;
    margin-top: 10px; }
    .partner__note--margin {
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .partner__note--margin {
          margin-bottom: 10px; } }
  .partner__input-zip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .partner__input-zip span.autofill {
      background-color: #666261;
      color: #fff;
      font-size: 18px;
      padding: 8.5px 29.5px;
      margin-left: 10px; }
      @media screen and (max-width: 767px) {
        .partner__input-zip span.autofill {
          padding: 8.5px 10px;
          font-size: 16px; } }
  .partner__select {
    width: 260px;
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: url("./src/img/icon-caret.png") no-repeat;
    background-size: 10px 7px;
    background-position: right 15px center;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .partner__select {
        width: 100%;
        margin-bottom: 10px; } }
    .partner__select option {
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        .partner__select option {
          font-size: 16px; } }
  .partner__textarea {
    height: 160px;
    resize: none;
    padding: 10px 15px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    font-weight: 500;
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .partner__textarea {
        font-size: 16px;
        padding: 10px; } }
  .partner__privacy-info {
    border: 1px solid #666261;
    width: 790px;
    display: block;
    margin: 10px auto 0;
    padding: 20px;
    font-size: 1.6rem;
    height: 170px;
    overflow-y: scroll; }
    @media screen and (max-width: 767px) {
      .partner__privacy-info {
        width: 100%;
        padding: 15px; } }
    .partner__privacy-info p {
      font-size: 15px;
      font-weight: 500;
      margin-left: 15px; }
      @media screen and (max-width: 767px) {
        .partner__privacy-info p {
          margin-left: 0;
          font-size: 14px; } }
  .partner__privacy-title {
    border-bottom: 1px solid #666261;
    padding: 0 15px;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .partner__privacy-title {
        padding: 0; } }
    .partner__privacy-title span {
      font-size: 16px;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .partner__privacy-title span {
          font-size: 15px; } }
  .partner__privacy, .partner__privacy-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .partner__privacy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px; }
  .partner__privacy-wrap {
    margin-left: 10px; }
    .partner__privacy-wrap label {
      font-size: 14px;
      font-weight: 500;
      margin: 2px 0 0 8px; }
  .partner__privacy-checkbox {
    width: 16px;
    height: 16px;
    border: 1px solid #666261;
    border-radius: 0 !important; }
  .partner__mail-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px; }
  .partner__mail-button {
    width: 340px;
    height: 50px;
    background-color: #d60505;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    color: #fff;
    font-size: 1.8rem;
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms; }
    @media screen and (max-width: 767px) {
      .partner__mail-button {
        width: 100%; } }
    .partner__mail-button span {
      font-size: 18px;
      font-weight: 500;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .partner__mail-button span {
          font-size: 16px; } }
    .partner__mail-button--back {
      background: #fff;
      width: 150px;
      margin: 0 10px;
      border: 1px solid #333030;
      position: relative;
      color: #333030; }
      .partner__mail-button--back::before {
        content: '◀';
        position: absolute;
        font-size: 1.8rem;
        color: #333030;
        left: 10px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media screen and (max-width: 767px) {
          .partner__mail-button--back::before {
            font-size: 1.6rem; } }
      .partner__mail-button--back span {
        color: #333030; }
    .partner__mail-button--submit {
      border: 1px solid #d60505;
      position: relative;
      color: #fff; }
      .partner__mail-button--submit::before {
        content: '▶';
        position: absolute;
        font-size: 1.8rem;
        color: #fff;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media screen and (max-width: 767px) {
          .partner__mail-button--submit::before {
            font-size: 1.6rem; } }
    .partner__mail-button:hover {
      opacity: 0.8; }
  .partner__line-radio-wrap > .mwform-radio-field > label > input {
    position: absolute;
    opacity: 0; }
  .partner__line-radio-wrap label > input:checked ~ .mwform-radio-field-text {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .partner__line-radio-wrap label > .mwform-radio-field-text {
    width: 260px;
    height: 50px;
    background-color: #06c755;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer; }
  .partner__line-radio-label > input {
    position: absolute;
    opacity: 0; }
  .partner__line-radio-label > input:checked ~ span {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .partner__line-radio-label > span {
    width: 260px;
    height: 50px;
    background-color: #06c755;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    cursor: pointer; }
  .partner__line-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 8px;
    margin-block: 20px; }
    .partner__line-info > img {
      width: 24px;
      height: 24px; }
    .partner__line-info > span {
      color: #808080;
      text-decoration: underline;
      text-underline-position: under;
      cursor: pointer; }
  .partner__line-info > span, .partner__line-desc {
    font-size: 1.6rem;
    font-weight: 500; }
  .partner__line-desc {
    line-height: 1.75em; }
  .partner__line-message {
    width: 750px;
    min-height: 216px;
    border: 1px solid #06c755;
    padding: 30px 40px;
    margin: 40px auto 0; }
    @media screen and (max-width: 767px) {
      .partner__line-message {
        width: 100%;
        padding: 20px; } }
    .partner__line-message > p {
      font-size: 1.6rem;
      font-weight: 500;
      color: #333030;
      line-height: 1.75em; }
  .partner__line-btn {
    width: 260px;
    height: 50px;
    background-color: #06c755;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin: 25px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .partner__line-btn:hover {
      opacity: 0.8;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      letter-spacing: 0.05em; }

.flow {
  padding: 120px 0 100px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .flow {
      padding: 70px 0 50px; } }
  .flow::after {
    content: '';
    position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 97.5px 0;
    border-color: #fff transparent transparent;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .flow::after {
        border-width: 50px 70px 0;
        bottom: -50px; } }
  .flow.nopadding {
    padding: 0; }
    .flow.nopadding::after {
      display: none; }
  .flow.smallpadding {
    padding: 20px 0 100px; }
    @media screen and (max-width: 767px) {
      .flow.smallpadding {
        padding: 20px 0 60px; } }
  .flow.noarrow::after {
    display: none; }
  .flow--half-bg {
    padding: 100px 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(70%, #f1f2f1), color-stop(70%, white));
    background: linear-gradient(to right, #f1f2f1 70%, white 70%); }
    @media screen and (max-width: 767px) {
      .flow--half-bg {
        padding: 50px 0; } }
    .flow--half-bg::after {
      display: none; }
  .flow--bg {
    background: #ecedec; }
    .flow--bg::after {
      border-color: #ecedec transparent transparent; }
  .flow--bg2 {
    background: url("./src/img/flow-8.png") no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      .flow--bg2 {
        height: 270px; } }
  .flow__container {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
    @media screen and (max-width: 767px) {
      .flow__container {
        max-width: 100%;
        padding: 0 5%; } }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .flow__container {
        max-width: 100%;
        padding: 0 5%; } }
    @media screen and (max-width: 767px) {
      .flow__container img.decor1 {
        width: 30vw; } }
    .flow__container img.decor2 {
      position: absolute;
      right: 30px;
      top: -130px; }
      @media screen and (max-width: 767px) {
        .flow__container img.decor2 {
          width: 53vw;
          top: -50px; } }
      @media screen and (max-width: 424px) and (min-width: 320px) {
        .flow__container img.decor2 {
          bottom: -30px; } }
    .flow__container img.decor3 {
      position: absolute;
      right: 130px;
      bottom: -130px; }
      @media screen and (max-width: 767px) {
        .flow__container img.decor3 {
          width: 44vw;
          left: 38vw;
          bottom: -50px; } }
      @media screen and (max-width: 424px) and (min-width: 320px) {
        .flow__container img.decor3 {
          bottom: -30px; } }
    .flow__container img.decor4 {
      position: absolute;
      right: 0;
      bottom: -70px;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .flow__container img.decor4 {
          right: 5%;
          bottom: -20px;
          width: 30vw; } }
  .flow__anchor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      .flow__anchor-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .flow__anchor-text {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    text-orientation: upright;
    font-size: 2rem;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .flow__anchor-text {
        -webkit-writing-mode: horizontal-tb;
            -ms-writing-mode: lr-tb;
                writing-mode: horizontal-tb;
        text-orientation: initial;
        font-size: 1.8rem; } }
  .flow__number {
    border-radius: 100%;
    background: #fff;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.4rem;
    font-weight: 500;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 20px;
    color: #666261;
    position: relative; }
    @media screen and (max-width: 767px) {
      .flow__number {
        font-size: 2rem;
        margin-bottom: 0;
        margin-right: 15px; } }
    .flow__number--border {
      background: transparent;
      border: 1px solid #666261;
      margin-bottom: 15px;
      margin-right: 0; }
    .flow__number.decor::before {
      content: '';
      background: url("./src/img/number-decor.png") no-repeat;
      background-size: 100%;
      width: 86px;
      height: 45px;
      position: absolute;
      top: -20px;
      left: -18px;
      margin: 0 auto; }
  .flow__anchor {
    width: 125px;
    height: 360px;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #ecedec;
    color: #666261;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media screen and (max-width: 767px) {
      .flow__anchor {
        width: 100%;
        padding: 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        height: auto; } }
    .flow__anchor.active, .flow__anchor:hover {
      color: #fff;
      background: #666261; }
    .flow__anchor:not(:last-of-type) .flow__number {
      position: relative; }
      .flow__anchor:not(:last-of-type) .flow__number::after {
        content: '';
        background: #fff;
        width: 75px;
        height: 2px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -75px;
        margin: auto 0; }
        @media screen and (max-width: 767px) {
          .flow__anchor:not(:last-of-type) .flow__number::after {
            height: 75px;
            width: 2px;
            bottom: -75px;
            right: 0;
            left: 0;
            top: auto;
            margin: 0 auto; } }
  .flow__info {
    width: 450px; }
    @media screen and (max-width: 767px) {
      .flow__info {
        width: 100%; } }
  .flow__title h3 {
    font-size: 3rem;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .flow__title h3 {
        font-size: 2.5rem; } }
  .flow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .flow__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; } }
    .flow__item--reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media screen and (max-width: 767px) {
        .flow__item--reverse {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .flow__item--last {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .flow__item--last .flow__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        color: #fff; }
  .flow__info-text {
    margin-top: 30px;
    font-size: 1.8rem;
    line-height: 1.7;
    font-weight: 500; }
  @media screen and (max-width: 767px) {
    .flow__image {
      width: 100%;
      margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    .flow__image img {
      width: 100%; } }
  .flow__button {
    width: 240px;
    height: 50px;
    color: #fff;
    background: #666261;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    font-size: 1.8rem; }
    .flow__button--green {
      background: #00B900;
    }
    .flow__button--mochiya {
      background: #FBE700;
      color: #666;
      font-weight: 700;
    }
  .flow__text {
    font-size: 1.8rem;
    line-height: 2;
    margin: 0 auto 50px;
    width: 800px; }
    @media screen and (max-width: 767px) {
      .flow__text {
        margin: 0 auto 35px;
        width: 100%; } }
  .flow__item-title {
    text-align: center;
    position: relative;
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .flow__item-title {
        margin-top: 30px; } }
    .flow__item-title h3 {
      display: inline-block;
      background: #fff;
      font-size: 3rem;
      padding: 0 30px;
      color: #666261;
      font-weight: 500;
      z-index: 1;
      position: relative; }
      @media screen and (max-width: 767px) {
        .flow__item-title h3 {
          font-size: 2.5rem; } }
    .flow__item-title::after {
      content: '';
      width: 100%;
      height: 2px;
      background: #666261;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .flow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .flow__list {
        margin-top: 40px; } }
  .flow__list-item {
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .flow__list-item {
        width: 50%;
        margin-bottom: 30px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 15px; } }
    @media screen and (max-width: 424px) and (min-width: 320px) {
      .flow__list-item {
        padding: 0 10px; } }
  .flow__item-image {
    margin-bottom: 25px;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .flow__item-image {
        width: 150px;
        height: 150px; } }
    @media screen and (max-width: 424px) and (min-width: 320px) {
      .flow__item-image {
        width: 100px;
        height: 100px; } }
    .flow__item-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .flow__item-info {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .flow__item-info {
        font-size: 1.6rem; } }

.interview {
  margin: 40px 0; }
  @media screen and (max-width: 767px) {
    .interview {
      margin: 30px 0; } }
  .interview__video {
    position: relative;
    aspect-ratio: 395 / 226; }
    @media screen and (max-width: 767px) {
      .interview__video {
        width: 100%;
        margin: 0; } }
    .interview__video img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .interview__video::after {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .interview__video-button {
    position: absolute;
    width: 165px;
    height: 165px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer; }
    .interview__video-button p {
      font-size: 2rem;
      color: #fff;
      margin-top: 20px;
      letter-spacing: 1px; }
      @media screen and (max-width: 767px) {
        .interview__video-button p {
          font-size: 1.8rem; } }
  .interview__play {
    width: 100px !important;
    height: auto !important;
    -o-object-fit: contain !important;
       object-fit: contain !important; }
    @media screen and (max-width: 767px) {
      .interview__play {
        width: 70px !important; } }
  .interview__links {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .interview__link {
    width: 48%;
    height: 100px;
    background: #333030;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    margin: 20px 0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (max-width: 767px) {
      .interview__link {
        padding: 15px;
        margin: 10px 0;
        width: 100%; } }
    .interview__link::after {
      content: '';
      width: 9px;
      height: 17px;
      background: url("./src/img/arrow-white.png") no-repeat;
      background-size: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto 0;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .interview__link p {
      font-size: 2rem;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .interview__link p {
          font-size: 1.8rem; } }
    .interview__link span {
      font-size: 1.4rem;
      color: #b2b0b0;
      margin-top: 10px;
      display: block; }
    .interview__link:hover {
      letter-spacing: 1px; }
      .interview__link:hover::after {
        right: 15px; }
  .interview__close {
    font-size: 4rem;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 100px;
    right: 10%;
    cursor: pointer; }
  .interview__modal {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease; }
    .interview__modal.active {
      opacity: 1;
      visibility: visible;
      z-index: 3;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  .interview__modal-content {
    width: 760px;
    margin: 70px auto 0;
    height: 450px; }
    @media screen and (max-width: 767px) {
      .interview__modal-content {
        height: 55vw;
        width: 85%; } }
  .interview__iframe {
    width: 100%;
    height: 100%; }
  .interview__video-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 40px auto; }

.interview-page {
  padding-bottom: 87px; }
  .interview-page__container {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .interview-page__container {
        max-width: 100%;
        padding: 0 5%; } }
  .interview-page__leading-text {
    margin-bottom: 38px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2em; }
    @media screen and (max-width: 767px) {
      .interview-page__leading-text {
        font-size: 1.6rem; } }
  .interview-page__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 38px 0; }
    @media screen and (max-width: 767px) {
      .interview-page__list {
        gap: 19px 0; } }
    .interview-page__list--top {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin: 40px auto; }
      @media screen and (max-width: 767px) {
        .interview-page__list--top {
          grid-template-columns: 1fr; } }
  .interview-page__item {
    width: 48%; }
    @media screen and (max-width: 767px) {
      .interview-page__item {
        width: 100%; } }
    .interview-page__item--sm {
      width: 100%; }
  .interview-page__item-thumbnail {
    margin-bottom: 14px;
    aspect-ratio: 395 / 226;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .interview-page__item-thumbnail {
        margin-bottom: 7px; } }
    .interview-page__item-thumbnail iframe {
      aspect-ratio: 395 / 226;
      width: 100%;
      pointer-events: none; }
  .interview-page__name {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6em; }
    @media screen and (max-width: 767px) {
      .interview-page__name {
        font-size: 1.8rem; } }
  .interview-page__store {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.28571em;
    color: #666261; }
  .interview-page__modal {
    position: fixed;
    inset: 80px 0 0;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    z-index: -1;
    display: grid;
    place-items: center;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease; }
    .interview-page__modal.active {
      opacity: 1;
      visibility: visible;
      z-index: 3;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  .interview-page__video-wrapper {
    position: relative;
    aspect-ratio: 960 / 540;
    height: 30vw; }
    @media screen and (max-width: 980px) {
      .interview-page__video-wrapper {
        height: 45vw; } }
    @media screen and (max-width: 767px) {
      .interview-page__video-wrapper {
        width: 80%;
        height: 55vw; } }
  .interview-page__close-video {
    position: absolute;
    bottom: calc(100% + 10px);
    left: calc(100% + 10px);
    width: 48px;
    height: 48px;
    background-image: url("./src/img/icon-interview-close.svg");
    background-size: contain;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .interview-page__close-video {
        width: 24px;
        height: 24px; } }
  .interview-page__iframe {
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .interview-page__iframe {
        height: 80%; } }

.salon-detail__banner-container {
  position: relative;
  max-width: 1500px;
  width: 100%;
  height: 400px;
  margin: 0 auto 71.14583px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .salon-detail__banner-container {
      width: 100%;
      height: 200px; } }

.salon-detail__banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333030;
  opacity: 0.7;
  mix-blend-mode: multiply; }

.salon-detail__banner-img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10%;
  -o-object-fit: cover;
     object-fit: cover; }

.salon-detail__banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2; }

.salon-detail__banner-title {
  font: 500 4.8rem "Cormorant Garamond", serif;
  line-height: 32px;
  color: #fff;
  margin-bottom: 24px; }
  @media screen and (max-width: 767px) {
    .salon-detail__banner-title {
      font-size: 23px;
      margin-bottom: 12px; } }

.salon-detail__banner-subtitle {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 32px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px; }
  @media screen and (max-width: 767px) {
    .salon-detail__banner-subtitle {
      font-size: 14px; } }
  .salon-detail__banner-subtitle::before {
    content: "";
    background-image: url("./src/img/pin-icon.svg");
    width: 17px;
    height: 17px;
    background-size: cover; }

.salon-detail__container {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .salon-detail__container {
      max-width: 100%;
      padding: 0 5%; } }

.salon-detail__header {
  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;
  margin-bottom: 64px; }
  @media screen and (max-width: 767px) {
    .salon-detail__header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 32px;
      gap: 40px; } }

.salon-detail__name-en {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 32px; }
  @media screen and (max-width: 767px) {
    .salon-detail__name-en {
      font-size: 22px; } }

.salon-detail__name-jp {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 32px; }

.salon-detail__header-img-container {
  width: 50%;
  aspect-ratio: 1 / 1;
  height: 300px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .salon-detail__header-img-container {
      width: 100%;
      height: 250px; } }

.salon-detail__header-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.salon-detail__content {
  margin-bottom: 54px; }
  @media screen and (max-width: 767px) {
    .salon-detail__content {
      margin-bottom: 22px; } }

.salon-detail__title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 32px;
  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;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .salon-detail__title {
      font-size: 22px;
      margin-bottom: 20px; } }
  .salon-detail__title::after {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: #666261; }
    @media screen and (max-width: 767px) {
      .salon-detail__title::after {
        width: 65%; } }

.salon-detail__address {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 32px;
  padding-bottom: 24px; }
  @media screen and (max-width: 767px) {
    .salon-detail__address {
      padding-bottom: 12px; } }

.salon-detail__map {
  width: 100%;
  height: 400px; }
  @media screen and (max-width: 767px) {
    .salon-detail__map {
      height: 300px; } }

.salon-detail__links {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 24px; }
  @media screen and (max-width: 767px) {
    .salon-detail__links {
      grid-template-columns: 1fr; } }

.salon-detail__link-item {
  border: 1px solid #d1d0d0;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .salon-detail__link-item span {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 32px;
    padding-left: 24px; }
    @media screen and (max-width: 767px) {
      .salon-detail__link-item span {
        padding-left: 12px; } }
  .salon-detail__link-item::after {
    content: "";
    background-image: url("./src/img/link-icon.svg");
    width: 16px;
    height: 16px;
    background-size: cover;
    position: absolute;
    right: 0;
    margin-right: 20px; }
  .salon-detail__link-item:hover {
    opacity: 0.7; }

.salon-detail__link-button {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 32px;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 98px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .salon-detail__link-button:hover {
    opacity: 0.7; }

.floating-element {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 240px;
  height: 120px;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .floating-element {
      position: relative;
      width: 100%;
      bottom: 0;
      left: 0; } }
  .floating-element a {
    width: 100%;
    height: 100%; }
  .floating-element img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.flickity-page-dots {
  bottom: 30px;
  text-align: left;
  left: 25px; }
  @media screen and (max-width: 767px) {
    .flickity-page-dots {
      bottom: 50%;
      text-align: center;
      left: 0;
      right: 0;
      margin: 0 auto; } }

.flickity-page-dots .dot {
  width: 65px;
  height: 5px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  margin: 0 4px; }
  @media screen and (max-width: 767px) {
    .flickity-page-dots .dot {
      width: 40px;
      height: 4px; } }
  .flickity-page-dots .dot.is-selected {
    background: #333030; }

.flickity-viewport {
  height: 100% !important; }

.flickity-prev-next-button {
  width: 100px;
  height: 100px;
  background: rgba(102, 98, 97, 0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 40%; }
  @media screen and (max-width: 767px) {
    .flickity-prev-next-button {
      width: 50px;
      height: 50px; } }
  .flickity-prev-next-button:hover {
    background: #666261; }
  .flickity-prev-next-button::before {
    content: '';
    width: 70px;
    height: 20px;
    background: url("./src/img/slider-arrow.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .flickity-prev-next-button::before {
        width: 30px;
        height: 10px;
        top: -3px; } }
  .flickity-prev-next-button.previous {
    left: 12%; }
    @media screen and (max-width: 767px) {
      .flickity-prev-next-button.previous {
        left: 10px; } }
    .flickity-prev-next-button.previous::before {
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1); }
  .flickity-prev-next-button.next {
    right: 12%; }
    @media screen and (max-width: 767px) {
      .flickity-prev-next-button.next {
        right: 10px; } }
  .flickity-prev-next-button .flickity-button-icon {
    display: none; }

.salon-section__slider .flickity-page-dots {
  text-align: center;
  left: 0; }
  @media screen and (max-width: 767px) {
    .salon-section__slider .flickity-page-dots {
      bottom: 0; } }
  .salon-section__slider .flickity-page-dots .dot {
    background: #b2b0b0; }
    .salon-section__slider .flickity-page-dots .dot.is-selected {
      background: #333030; }

.salon-section__slider .flickity-viewport {
  overflow: hidden; }

.salon-section__slider .flickity-slider {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0px auto;
  right: 0px; }

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.8rem;
  text-align: center;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .wp-pagenavi a,
    .wp-pagenavi span {
      font-size: 1.6rem; } }

.ui-datepicker {
  width: 26rem !important; }

.ui-datepicker td a {
  padding: 1rem 0.2rem !important; }

.ui-state-disabled span {
  padding: 1rem 0.2rem !important; }

.ui-state-disabled .ui-icon-circle-triangle-w {
  width: 13px;
  height: 0; }

.ajax-load-more-wrap {
  width: 100%; }

.alm-reveal {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .alm-reveal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.alm-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .alm-btn-wrap {
      margin-top: 30px; } }

.alm-load-more-btn {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background: transparent;
  color: #666261;
  width: 200px;
  padding: 15px 10px;
  border: 2px solid #666261;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .alm-load-more-btn {
      font-size: 1.6rem;
      width: 160px;
      height: 50px;
      padding: 10px; } }
  .alm-load-more-btn:hover {
    letter-spacing: 1px; }

.pc {
  display: block; }

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

.faq {
  padding-top: 60px; }
  @media screen and (max-width: 767px) {
    .faq {
      padding-top: 40px; } }
  .faq__container {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .faq__container {
        max-width: 100%;
        padding: 0 6%; } }
  .faq__question-icon, .faq__answer-icon {
    margin: 5px 20px 0 0;
    width: 24px;
    height: 24px; }
    @media screen and (max-width: 767px) {
      .faq__question-icon, .faq__answer-icon {
        margin: 4px 15px 0 0; } }
  .faq__item {
    border-bottom: 1px solid #666261; }
  .faq__question-text {
    font-size: 20px;
    font-weight: 500;
    color: #666261; }
    @media screen and (max-width: 767px) {
      .faq__question-text {
        font-size: 18px;
        width: 75%; } }
  .faq__answer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: none;
    padding-top: 5px;
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms; }
    .faq__answer--active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .faq__answer-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    width: 75%; }
    @media screen and (max-width: 767px) {
      .faq__answer-text {
        font-size: 16px;
        line-height: 30px; } }
  .faq__text-wrapper {
    margin-top: 100px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .faq__text-wrapper {
        margin-top: 50px; } }
    .faq__text-wrapper p {
      font-size: 18px;
      font-weight: 500;
      line-height: 40px; }
      @media screen and (max-width: 767px) {
        .faq__text-wrapper p {
          font-size: 16px;
          line-height: 30px; } }


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