@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.9;
  font-size: 1.3rem;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  margin: 0;
  background-color: transparent !important;
  height: auto;
  padding-top: 72px;
}
@media (max-width: 1280px) {
  {
    padding-top: 61px;
  }
}
@media (max-width: 480px) {
  {
    padding-top: 47px;
  }
}

.main {
  overflow: hidden;
}

.text-blue {
  color: #26bfdb;
}

.text-pink {
  color: #fc4db9;
}

.text-yellow {
  color: #ffff53;
}

.text-bold {
  font-weight: bold;
}

.tb-only {
  display: none;
}

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

.pc-only {
  display: block;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
::-webkit-full-page-media,
_:future,
:root .button {
  outline: 0 !important;
}
.button.button-blue {
  background-color: #26bfdb;
  box-shadow: 0 12px 32px rgba(38, 191, 219, 0.24);
  border: 1px solid #ffffff;
  width: 378px;
  height: 72px;
  border-radius: 36px;
  display: -webkit-box;
  display: flex;
  color: #ffffff;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: bold;
}

.button.button-blue.is-text-center {
  text-align: center;
}

.button.button-blue.is-text-center .button-icon-arrow {
  padding: 0;
}

.button.button-blue:hover {
  background-color: #ffffff;
  color: #26bfdb;
}

.button.button-blue:hover .button-icon-arrow::before {
  background-image: url(./images/icon_arrow_blue.svg);
}

.button.button-icon-arrow {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
}

.button.button-icon-arrow::before {
  content: '';
  position: absolute;
  top: 6px;
  right: 25px;
  width: 14px;
  height: 14px;
  background-image: url(./images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.button.button-tag-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .button.button-tag-list {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.button.button-tag-item {
  margin-bottom: 8px;
  margin-top: 8px;
  margin-left: 7px;
  margin-right: 7px;
}

@media (max-width: 1100px) {
  .button.button-tag-item {
    margin-bottom: 4px;
    margin-top: 4px;
    margin-left: 2px;
    margin-right: 2px;
  }
}

.button.button-tag {
  display: inline-block;
  height: 35px;
  border: 1px solid #26bfdb;
  border-radius: 17.5px;
  color: #26bfdb;
  padding: 0 22px;
  line-height: 33px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.button.button-tag:hover {
  background-color: #26bfdb;
  color: #ffffff;
}

.button.button-tag + .button-tag {
  margin-left: 12px;
}

.button.button-line {
  border: 1px solid #26bfdb;
  width: 218px;
  height: 72px;
  border-radius: 36px;
  display: -webkit-box;
  display: flex;
  color: #26bfdb;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: bold;
}

.button.button-line:hover {
  background-color: #26bfdb;
  box-shadow: 0 12px 32px rgba(38, 191, 219, 0.24);
  color: #ffffff;
}

.button.button-line:hover.is-arrow::before {
  background-image: url(./images/icon_arrow_white.svg);
}

.button.button-line:hover .button-icon-free {
  background-image: url(./images/free_blue.webp);
}

.button.button-line.is-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 25px;
  width: 14px;
  height: 14px;
  background-image: url(./images/icon_arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.button.button-icon-free {
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  background-image: url(./images/free.webp);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.button.button-line-only {
  border: 1px solid #26bfdb;
  width: 320px;
  height: 72px;
  border-radius: 36px;
  display: -webkit-box;
  display: flex;
  color: #26bfdb;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 0 0 75px;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: bold;
}

.button.button-line-only:hover {
  background-color: #26bfdb;
  color: #ffffff;
}

.button.button-line-only:hover.is-arrow::before {
  background-image: url(./images/icon_arrow_white.svg);
}

.button.button-line-only.is-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 25px;
  width: 14px;
  height: 14px;
  background-image: url(./images/icon_arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.button.button-line-only.is-green {
  color: #4fcb6c;
  border: 1px solid #4fcb6c;
}

.button.button-line-only.is-green:hover {
  background-color: #4fcb6c;
  color: #ffffff;
}

.button.button-line-only.is-green:hover.is-arrow::before {
  background-image: url(./images/icon_arrow_white.svg);
}

.button.button-line-only.is-green.is-arrow::before {
  background-image: url(./images/icon_arrow_green.svg);
}

.button.button-gra {
  width: 216px;
  height: 55px;
  border-radius: 50px;
  background: rgb(25, 152, 208);
  background: -webkit-linear-gradient(
    310deg,
    rgb(25, 152, 208) 0%,
    rgb(102, 242, 210) 100%
  );
  background: linear-gradient(
    140deg,
    rgb(25, 152, 208) 0%,
    rgb(102, 242, 210) 100%
  );
  display: inline-block;
  line-height: 55px;
  color: #ffffff;
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  box-shadow: 0 12px 32px rgba(38, 191, 219, 0.8);
  outline: 3px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #26bfdb;
  font-weight: bold;
}

.button.button-gra:hover {
  background-color: #ffffff;
  background: #ffffff;
  color: #26bfdb;
}

@media (min-width: 641px) {
  .button.button-gra.-orange {
    display: none;
  }
}
@media (max-width: 640px) {
  .button.button-gra.-orange {
    background: linear-gradient( 140deg, rgb(254 148 1) 0%, rgb(250 194 43) 100% );
  }
  .button.button-gra + .button.button-gra {
    margin-top: 24px;
  }
  .button.button-gra.-orange:hover {
    color: #ffffff;
  }
}

.button.button-balloon {
  position: absolute;
  top: -20px;
  background-color: #ffff53;
  font-size: 1.2rem;
  padding: 5px 20px;
  border-radius: 15px;
  color: #1f1f1f;
  line-height: 1.2;
  display: inline-block;
  width: 130px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 900;
}

.button.button-balloon::before {
  content: '';
  position: absolute;
  top: -52px;
  bottom: -83px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #ffff53 transparent transparent transparent;
}

.button.button-white {
  width: 216px;
  height: 55px;
  border-radius: 50px;
  background-color: #ffffff;
  display: inline-block;
  line-height: 55px;
  color: #1f1f1f;
  position: relative;
  font-size: 1.3rem;
  text-align: center;
  outline: 3px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: bold;
}

.button.button-white:hover {
  background-color: #26bfdb;
  color: #ffffff;
}

.button.button-white:hover.is-arrow::before {
  background-image: url(./images/icon_arrow_white2.svg);
}

.button.button-white.is-arrow::before {
  content: '';
  position: absolute;
  right: 16px;
  top: 21px;
  width: 8px;
  height: 14px;
  background-size: cover;
  background-image: url(./images/icon_arrow_blue2.svg);
}

.menu {
  display: flex;
  gap: 24px;

  @media (max-width: 1200px) {
    margin-right: 16px;
  }
}

.menu.is-bg-color .menu-nav {
  background: rgb(255, 255, 255);
}

.menu .menu-logout-item {
  display: block;
}

.menu .menu-login-item {
  display: none;
}

.menu.is-login .menu-login-item {
  display: flex;
  align-items: center;
}

.menu.is-login .menu-logout-item {
  display: none;
}

.menu.is-login .menu-list-item-sp {
  margin-left: 16px;
}
.menu.is-login .menu-list-item-sp .menu-search-button {
  width: 30px;
  height: 30px;
  border: 0;
}
@media (max-width: 1100px) {
  .menu.is-login .menu-list-item-sp .menu-search-button {
    width: 28px;
    height: 28px;
  }
}
.menu.is-login .menu-list-item-sp .menu-search-button:before {
  top: 0;
}
.menu.is-login .menu-list-item-sp .menu-icon-image {
  top: 0;
}

.menu .menu-nav {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 72px;
  background: rgb(255, 255, 255);
  /* background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%); */
  padding: 0 20px 0 35px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

@media (max-width: 1280px) {
  .menu .menu-nav {
    /* -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px); */
    height: 61px;
    padding: 0 24px 0 21px;
  }
}
@media (max-width: 480px) {
  .menu .menu-nav {
    height: 47px;
  }
}

.menu .menu-logo-box {
  display: -webkit-box;
  display: flex;
  position: relative;
  z-index: 2;
}

.menu .menu-logo {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
}

.menu .menu-logo:hover {
  opacity: 0.9;
}

.menu .menu-logo-image {
  width: 96px;
  height: auto;
  vertical-align: bottom;
}

@media (max-width: 1280px) {
  .menu .menu-logo-image {
    width: 64px;
  }
}

.menu .menu-lead {
  font-size: 1rem;
  margin-left: 16px;
  display: block !important;
}

@media (max-width: 1320px) {
  .menu .menu-lead {
    display: none !important;
  }
}

.menu .menu-lead-small {
  font-size: 0.8rem;
  margin-top: -4px;
}

.menu .menu-button-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}

@media (max-width: 1100px) {
  .menu .menu-button-box {
    display: block;
    position: fixed;
    background-color: #ffffff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    padding: 120px 16px 32px;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
    pointer-events: none;
  }

  .menu .menu-button-box.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .menu .menu-button-box.is-open .menu-login-item {
    display: none;
  }
}
@media (max-width: 480px) {
  .menu .menu-button-box {
    padding-top: 72px;
  }
}

.menu .menu-button-box-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 1100px) {
  .menu .menu-button-box-inner {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.menu .menu-list {
  display: -webkit-box;
  display: flex;
}

@media (max-width: 1100px) {
  .menu .menu-list {
    display: block;
  }
}

.menu .menu-list-item {
  white-space: nowrap;
}

.menu .menu-list-item + .menu-list-item {
  margin-left: 25px;
}

@media (max-width: 1100px) {
  .menu .menu-list-item + .menu-list-item {
    margin-left: 0;
    margin-top: 20px;
  }
}

.menu .menu-list-item-link {
  font-weight: 500;
  color: #1f1f1f;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.menu .menu-list-item-link:hover {
  color: #26bfdb;
}

@media (max-width: 1100px) {
  .menu .menu-list-item-link {
    font-size: 2.2rem;
    font-weight: bold;
  }
}

.menu .input-search-wrap {
  margin-left: 30px;
}

@media (max-width: 1280px) {
  .menu .input-search-wrap {
    margin-left: 1.5vw;
  }
}

.menu .menu-button {
  background-color: #ffffff;
  color: #1f1f1f;
  height: 40px;
  padding: 0 18px;
  border-radius: 26px;
  margin-left: 12px;
  line-height: 40px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: bold;
}

.menu .menu-button:hover {
  background-color: #26bfdb;
  color: #ffffff;
}
@media (max-width: 1100px) {
  .menu .menu-button:hover {
    background-color: transparent;
    color: #1f1f1f;
  }
}

@media (min-width: 1101px) {
  .menu .menu-button.is-blue {
    background-color: #26bfdb;
    color: #ffffff;
  }
  .menu .menu-button.is-blue:hover {
    background-color: #ffffff;
    color: #26bfdb;
  }
}

@media (max-width: 1280px) {
  .menu .menu-button {
    margin-left: 1vw;
  }
}

@media (max-width: 1100px) {
  .menu .menu-button {
    display: none;
  }
  .menu .menu-button:hover {
    color: #26bfdb;
  }
  .menu .menu-button-blue {
    color: #26bfdb;
  }
  .menu .menu-button-blue:hover {
    color: #1f1f1f;
  }
}
@media (max-width: 480px) {
  .menu .menu-button.-customize {
    margin-top: 0;
  }
}

.menu .menu-button-large {
  background-color: #ffffff;
  color: #1f1f1f;
  height: 40px;
  padding: 0 28px;
  border-radius: 26px;
  margin-left: 12px;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: bold;
}

.menu .menu-button-large:hover {
  background-color: #26bfdb;
  color: #ffffff;
}

.menu .menu-button-large:hover .menu-icon-download::before {
  background-image: url(./images/icon_download_white.svg);
}

@media (max-width: 1280px) {
  .menu .menu-button-large {
    margin-left: 1vw;
  }
}

@media (max-width: 1100px) {
  .menu .menu-button-large {
    width: 238px;
    margin-top: 34px;
    background-color: #1f1f1f;
    color: #ffffff;
    margin-left: 0;
    display: block;
    font-size: 1.6rem;
    height: 61px;
    border-radius: 30.5px;
    line-height: 61px;
    padding: 0 36px 0 36px;
    order: 3;
  }
}

.menu .menu-button-black {
  background-color: #1f1f1f;
  height: 61px;
  padding: 0 40px;
  border-radius: 30.5px;
  line-height: 61px;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
}

.menu .menu-icon-download {
  display: block;
  position: relative;
  padding: 0 0 0 32px;
}

@media (max-width: 640px) {
  .menu .menu-icon-download {
    padding: 0;
  }
}

.menu .menu-icon-download::before {
  content: '';
  width: 28px;
  height: 28px;
  background-image: url(./images/icon_download.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 640px) {
  .menu .menu-icon-download::before {
    display: none;
  }
}

.menu .menu-button-box-bottom {
  margin-top: 35px;
  padding-top: 55px;
  border-top: 1px solid #d9d9d9;
  display: none;
}

@media (max-width: 1100px) {
  .menu .menu-button-box-bottom {
    display: block;
  }
}

@media (max-width: 1100px) {
  .menu .menu-search-wrap.is-menu {
    display: none;
  }
}
@media (max-width: 480px) {
  .menu .menu-search-wrap .input-search-wrap {
    display: none;
  }
}

.menu .menu-search-button {
  width: 40px;
  height: 40px;
  position: relative;
  margin-left: 1vw;
  display: none;
  background: transparent;
}

.menu .menu-search-button::before {
  content: '';
  width: 25px;
  height: 25px;
  background-image: url(./images/icon_search.svg);
  position: absolute;
  top: 5px;
  left: 0;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .menu .menu-search-button::before {
    width: 28px;
    height: 28px;
    background-image: url(./images/icon_search_sp.svg);
  }
}

@media (max-width: 480px) {
  .menu .menu-search-button {
    display: block;
  }
}

@media (min-width: 481px) {
  .menu .menu-search-button {
    display: none;
  }
}

.menu .menu-button-box-sp {
  display: none;
}

@media (max-width: 1100px) {
  .menu .menu-button-box-sp {
    display: block;
  }
}

.menu .menu-list-sp {
  display: -webkit-box;
  display: flex;
  font-size: 1.2rem;
  -webkit-box-align: center;
  align-items: center;
}

.menu .menu-icon-item-sp {
  width: 28px;
  height: 28px;
}

.menu .menu-icon-item-sp + .menu-icon-item-sp {
  margin-left: 4px;
}

.menu .menu-list-item-sp {
  margin-left: 20px;
}

.menu .menu-list-item-sp .separator {
  margin: 0 8px;
}

.menu .menu-icon-image {
  width: 34px;
}

@media (max-width: 1100px) {
  .menu .menu-icon-image {
    width: 28px;
    position: relative;
    top: 4px;
  }
}

.menu .menu-list-item-link-sp {
  color: #1f1f1f;
  font-weight: 500;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.menu .menu-list-item-link-sp.is-download {
  padding: 0 0 0 26px;
}

.menu .menu-list-item-link-sp.is-download::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 2px;
  width: 19px;
  height: 19px;
  background-image: url(./images/icon_download.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.menu .menu-search-sp {
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
}

.menu .menu-search-sp::before {
  content: '';
  width: 22px;
  height: 22px;
  background-image: url(./images/icon_search.svg);
  position: absolute;
  top: -1px;
  left: 0;
  background-size: cover;
}

.menu .menu-menu-sp {
  width: 28px;
  height: 28px;
  position: relative;
  display: block;
}

.menu .menu-menu-sp::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(./images/icon_menu_sp.svg);
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}

.menu .menu-button-sp {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  display: block;
  position: relative;
  z-index: 2;
  margin-left: 16px;
  top: -1px;
}

.menu .menu-button-sp span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 5px;
  height: 1px;
  border-radius: 2px;
  background: #2d2d2d;
  width: 16px;
}

.menu .menu-button-sp span:nth-of-type(1) {
  top: 7px;
}

.menu .menu-button-sp span:nth-of-type(2) {
  top: 13px;
}

.menu .menu-button-sp span:nth-of-type(3) {
  top: 19px;
}

.menu .menu-button-sp.is-open span:nth-of-type(1) {
  top: 9px;
  left: 4px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 16px;
}

.menu .menu-button-sp.is-open span:nth-of-type(2) {
  opacity: 0;
}

.menu .menu-button-sp.is-open span:nth-of-type(3) {
  top: 21px;
  left: 4px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 16px;
}

.menu .openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.menu .openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.menu .openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.menu .openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.menu .openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.menu .openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.menu .menu-bell {
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background-image: url(./images/icon_notice.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 24px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.menu .menu-bell:hover {
  opacity: 0.9;
}

.menu .menu-user {
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background-image: url(./images/icon_mypage.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 12px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

.menu .menu-user:hover {
  opacity: 0.9;
}

.menusearch {
  position: fixed;
  z-index: 4;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  width: 100%;
  height: 100svh;
  pointer-events: none;
  overscroll-behavior-y: contain;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(30px) brightness(100%);
  backdrop-filter: blur(30px) brightness(100%);
}

.menusearch.is-open {
  opacity: 1;
  pointer-events: auto;
}

.menusearch::before {
  content: '';
  display: block;
  height: 100svh;
  width: 100vw;
  z-index: 4;
  position: absolute;

  /* background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(30px) brightness(100%);
  backdrop-filter: blur(30px) brightness(100%); */
}

.menusearch .menusearch-inner * {
  box-sizing: border-box;
}

.menusearch .menusearch-inner {
  position: relative;
  z-index: 5;
  margin-top: 100px;
  padding: 30px 20px;
  width: 100%;
}

@media (max-width: 1100px) {
  .menusearch .menusearch-inner {
    padding: 16px 16px;
    margin-top: 71px;
    width: auto;
  }
}

.menusearch .menusearch-content {
  padding: 20px 0;
  display: -webkit-box;
  display: flex;
  max-width: 1280px;
  margin: auto;
}

.menusearch .menusearch-content + .menusearch-content {
  border-top: 1px solid #d9d9d9;
}

.menusearch .menusearch-content .button-tag-list {
  width: calc(100% - 285px);
}

@media (max-width: 1100px) {
  .menusearch .menusearch-content {
    display: block;
    padding: 16px 0 27px;
  }

  .menusearch .menusearch-content .button-tag-list {
    -webkit-box-pack: left;
    justify-content: left;
    width: calc(100% + 12px);
    margin-left: -6px;
  }
}

.menusearch .menusearch-title {
  width: 285px;
  font-size: 1.8rem;
  min-width: 200px;
  line-height: 50px;
  font-weight: bold;
}

@media (max-width: 1100px) {
  .menusearch .menusearch-title {
    width: 100%;
  }
}

.menusearch .menusearch-button-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 18px;
}

.menusearch .menusearch-search-wrap {
  display: none;
}

@media (max-width: 1280px) {
  .menusearch .menusearch-search-wrap {
    display: block;
  }
}

.menusearch .menusearch-search-wrap .input-search-wrap {
  margin-left: 0;
}

.menusearch .menusearch-search-wrap .input-search {
  width: 100%;
  border: 1px solid #26bfdb;
  background-color: #ffffff;
}

@media (max-width: 1100px) {
  .menusearch .button-tag-list {
    margin-top: 10px;
  }
}

.menusearch .menusearch-scroll {
  height: calc(100vh - 60px);
  padding: 0 10px 30px;
  padding-bottom: 170px;
}

.topimage {
  position: relative;
  background-image: url(./images/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 740px;
}
@media (max-width: 1100px) {
  .topimage {
    height: auto;
  }
}
@media (max-width: 1100px) {
  .topimage {
    background-image: url(./images/mv_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;
    padding-top: 420px;
  }
}

.globalAlert.is-active {
  display: none;
}

.topimage .topimage-inner {
  max-width: 1310px;
  padding: 0 20px 80px;
  margin: auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 1100px) {
  .topimage .topimage-inner {
    top: 0;
    -webkit-backdrop-filter: blur(30px) brightness(150%);
    backdrop-filter: blur(30px) brightness(150%);
    padding: 30px 24px;
    background: rgb(255, 255, 255);
    background: -webkit-linear-gradient(
      bottom,
      rgb(255, 255, 255) 0%,
      rgb(255, 255, 255) 54%,
      rgba(255, 255, 255, 0.3) 100%
    );
    background: linear-gradient(
      0deg,
      rgb(255, 255, 255) 0%,
      rgb(255, 255, 255) 54%,
      rgba(255, 255, 255, 0.3) 100%
    );
  }
}
@media (max-width: 640px) {
  .topimage .topimage-inner {
    padding: 30px 12px;
  }
}

.topimage .topimage-title {
  font-size: 3.2rem;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .topimage .topimage-title {
    font-size: 1.8rem;
    font-weight: bold;
  }
}

.topimage .topimage-title-appeal {
  background-color: #26bfdb;
  color: #fff;
  display: inline-block;
  font-size: 27px;
  font-weight: 900;
  height: 60px;
  line-height: 60px;
  padding: 0 12px;
  margin-bottom: 16px;
}
.topimage .topimage-title-appeal .strong {
  color: #ffff53;
  margin-left: 8px;
}
.topimage .topimage-title-appeal .caution {
  font-size: 10px;
}

.topimage .topimage-title-text {
  background-color: #ffffff;
  display: inline-block;
  padding: 14px;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .topimage .topimage-title-appeal {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    padding: 0 24px;
  }
}

@media (max-width: 1100px) {
  .topimage .topimage-title-text {
    background-color: transparent;
    padding: 0;
  }
  .topimage .topimage-title-text img {
    margin-top: 8px;
  }
}

@media (max-width: 1100px) {
  .topimage .topimage-title-text.text-blue {
    font-size: 1.9rem;
  }
}

.topimage .topimage-lead {
  font-size: 1.2rem;
  padding: 12px;
  margin-top: 16px;
  background-color: #ffffff;
  display: inline-block;
}

@media (max-width: 1100px) {
  .topimage .topimage-lead {
    font-size: 1.4rem;
    background-color: transparent;
    padding: 0;
    text-align: left;
  }
}

.topimage .topimage-title-box {
  position: absolute;
  top: 121px;
  left: 30px;
}

.topimage .topimage-banner-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  width: 340px;
  height: 180px;
  padding: 10px;
  position: absolute;
  top: 480px;
  right: 50%;
  transform: translateX(546px);
}
@media (max-width: 1280px) {
  .topimage .topimage-banner-box {
    transform: translateX(0);
    right: 2%;
  }
}
@media (max-width: 1100px) {
  .topimage .topimage-banner-box.is-pcOnly {
    display: none;
  }
}
@media (min-width: 769px) {
  .topimage .topimage-banner-box.is-spOnly {
    display: none;
  }
}
@media (max-width: 768px) {
  .topimage .topimage-banner-box.is-spOnly {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: 32px auto 0;
    width: 100%;
    max-width: 340px;
  }
}

.topimage .topimage-banner-box img {
  width: 320px;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .topimage .topimage-banner-box img {
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 1100px) {
  .topimage .topimage-title-box {
    top: 0;
    left: 0;
    position: relative;
    text-align: center;
  }
}

.topimage .topimage-button-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 58px;
  width: 465px;
}

@media (max-width: 1280px) {
  .topimage .topimage-button-box .button-gra,
  .topimage .topimage-button-box .button-white {
    display: block;
  }
}

@media (max-width: 1100px) {
  .topimage .topimage-button-box {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .topimage .topimage-button-box .button-gra {
    width: 100%;
  }
  .topimage .topimage-button-box .button-gra + .button-gra {
    margin-top: 24px;
  }

  .topimage .topimage-button-box .button-white {
    background-color: transparent;
    color: #26bfdb;
    margin-top: 0;
    display: inline-block;
    padding-right: 30px;
    outline: 0;
    margin-top: 4px;
  }

  .topimage .topimage-button-box .button-white::before {
    right: 45px;
  }
}

@media (max-width: 640px) {
  .topimage .topimage-button-box .button-gra {
    max-width: 324px;
    margin: auto;
  }
}

.topimage .topimage-button-box .button-gra {
  width: 420px;
  height: 72px;
  line-height: 72px;
  border-radius: 36px;
}
@media (max-width: 768px) {
  .topimage .topimage-button-box .button-gra {
    width: 324px;
    height: 64px;
    line-height: 64px;
    border-radius: 32px;
  }
}
.topimage .topimage-button-box .button-balloon {
  width: 164px;
  height: 40px;
  padding: 12px 20px;
  top: -34px;
  font-size: 1.5rem;
}
.topimage .topimage-button-box .button-balloon::before {
  top: -36px;
}

.topimage .topimage-slide {
  position: absolute;
  right: 15px;
  top: 462px;
  width: 340px;
  height: 180px;
  border-radius: 10px;
}

@media (max-width: 1280px) {
  .topimage .topimage-slide {
    top: 530px;
  }
}

@media (max-width: 1100px) {
  .topimage .topimage-slide {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-top: 28px;
  }
}

.topimage .topimage-slide-wrap {
  -webkit-backdrop-filter: blur(30px) brightness(100%);
  backdrop-filter: blur(30px) brightness(100%);
  background-color: rgba(0, 0, 0, 0.1);
  width: 340px;
  height: 180px;
  padding: 10px;
  border-radius: 10px;
}

@media (max-width: 1100px) {
  .topimage .topimage-slide-wrap {
    width: 100%;
    height: auto;
  }
}

.topimage .topimage-slide-bg {
  width: 320px;
  height: 160px;
  overflow: hidden;
  border-radius: 10px;
}

@media (max-width: 1100px) {
  .topimage .topimage-slide-bg {
    width: 100%;
    height: auto;
  }
}

.topimage .topimage-slide-image-list {
  width: 320px;
  height: 160px;
  background-color: #ffffff;
  border-radius: 8px;
}

@media (max-width: 1100px) {
  .topimage .topimage-slide-image-list {
    width: 100%;
    height: auto;
  }
}

.topimage .topimage-slide-nav-list {
  display: -webkit-box;
  display: flex;
  margin-top: 13px;
}

@media (max-width: 1100px) {
  .topimage .topimage-slide-nav-list {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.topimage .topimage-slide-image-list-item {
  padding-top: 50%;
  position: relative;
}

.topimage .topimage-slide-nav-list-button {
  width: 32px;
  height: 10px;
  border-radius: 5px;
  -webkit-backdrop-filter: blur(30px) brightness(140%);
  backdrop-filter: blur(30px) brightness(140%);
  margin-right: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.topimage .topimage-slide-nav-list-button:hover {
  opacity: 0.9;
}

.topimage .topimage-slide-nav-list-button.is-active {
  background-color: #1f1f1f;
}

.topimage .swiper-pagination {
  position: static;
  text-align: left;
  margin-top: 13px;
}

@media (max-width: 1100px) {
  .topimage .swiper-pagination {
    text-align: center;
  }
}

.topimage .swiper-pagination-bullet {
  width: 32px;
  height: 10px;
  border-radius: 5px;
  -webkit-backdrop-filter: blur(30px) brightness(140%);
  backdrop-filter: blur(30px) brightness(140%);
  margin: 0 !important;
  margin-right: 12px !important;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: inherit;
}

.topimage .swiper-pagination-bullet:hover {
  opacity: 0.9;
}

.topimage .swiper-pagination-bullet-active {
  background-color: #1f1f1f;
}

.topimage .topimage-slide-image-wrap {
  overflow: hidden;
  position: absolute;
  padding-top: 50%;
  top: 0;
  width: 100%;
  border-radius: 10px;
}

.topimage .topimage-slide-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 50%;
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.topimage .topimage-slide-image:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.9;
}

.yoor-record {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  height: 90px;
  width: 100%;
  max-width: 840px;
  padding: 16px 12px;
  margin: auto;
  position: absolute;
  bottom: 38px;
  right: 0;
  left: 0;
  border-radius: 8px;
  outline: 6px solid rgba(36, 191, 219, 0.35);
}
@media (max-width: 1100px) {
  .yoor-record {
    max-width: 92%;
    position: relative;
    margin-top: 64px;
    padding: 10px;
    outline: 4px solid rgba(36, 191, 219, 0.35);
  }
}
@media (max-width: 640px) {
  .yoor-record {
    height: 80px;
  }
}
.yoor-record .yoor-record-divider {
  margin: 0 12px;
  height: 100%;
  width: 1px;
  background: #24BFDB;
}
.yoor-record .yoor-record-count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  font-size: 18px;
}
@media (max-width: 640px) {
  .yoor-record .yoor-record-count {
    flex-direction: column;
    font-size: 14px;
  }
}

.yoor-record  .yoor-record-title {
  font-weight: 500;
}
.yoor-record .yoor-record-numWrap {
  display: flex;
  align-items: center;
}
.yoor-record .yoor-record-num {
  font-family: 'Montserrat';
  color: #24BFDB;
  font-weight: bold;
  font-size: 44px;
  margin: 0 12px 0 24px;
  line-height: 1;
}
@media (max-width: 640px) {
  .yoor-record .yoor-record-num {
    font-size: 28px;
    margin: 0 6px 0 0;
  }
}
.yoor-record .yoor-record-unit {
  font-weight: bold;
}
@media (max-width: 640px) {
  .yoor-record .yoor-record-unit {
    font-size: 16px;
  }
}

.topbanner {
  height: 200px;
  margin-top: -130px;
  background: rgb(255, 255, 255);
  background: -webkit-linear-gradient(
    bottom,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0.6390931373) 100%
  );
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0.6390931373) 100%
  );
}

@media (max-width: 1100px) {
  .topbanner {
    margin-top: -50px;
    padding-top: 24px;
    height: auto;
    background: #ffffff;
  }
}
@media (max-width: 640px) {
  .topbanner {
    padding-top: 48px;
  }
}

.topbanner .topbanner-inner {
  max-width: 1280px;
  padding: 0 20px;
  margin: auto;
}

.topbanner .topbanner-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  top: -86px;
}

@media (max-width: 1100px) {
  .topbanner .topbanner-list {
    top: 0;
    flex-wrap: wrap;
  }
}

.topbanner .topbanner-list-item {
  width: 24%;
  border-bottom: 3px solid #1f1f1f;
}

@media (max-width: 1100px) {
  .topbanner .topbanner-list-item {
    width: calc(50% - 6px);
  }
}

.topbanner .topbanner-link {
  display: block;
  padding-top: 45%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.topbanner .topbanner-link:hover {
  opacity: 0.9;
}

@media (max-width: 1100px) {
  .topbanner .topbanner-link {
    margin-top: 12px;
  }
}

.topbanner .topbanner-text {
  font-size: 1.1rem;
  font-family: 'Montserrat';
  font-weight: 700;
}

@media (max-width: 1100px) {
  .topbanner .topbanner-text {
    display: none;
  }
}


.carousel-banners {
  margin-bottom: 24px;
}
@media (max-width: 1100px) {
  .carousel-banners {
    padding-top: 32px;
  }
}
@media (max-width: 640px) {
  .carousel-banners {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .carousel-banners-ownertop {
    margin-top: 64px;
    margin-bottom: -40px;
  }
}
@media (max-width: 768px) {
  .carousel-banners-ownertop {
    margin-top: 40px;
    margin-bottom: -32px;
  }
}

.topservice {
  background-color: #ffffff;
  background-image: url(./images/bg_service.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.topservice.topbanner-hidden {
  padding-top: 48px;
  margin-top: -160px;
}
@media (max-width: 1100px) {
  .topservice.topbanner-hidden {
    padding-top: 0;
    margin-top: 0;
  }
}

.topservice .topservice-inner {
  max-width: 1280px;
  padding: 30px 20px 170px;
  margin: auto;
}

@media (max-width: 1100px) {
  .topservice .topservice-inner {
    padding: 50px 20px 143px;
  }
}

.topservice .topservice-title {
  color: #26bfdb;
  position: relative;
  font-size: 4.4rem;
  padding: 0 0 0 98px;
  line-height: 1.5;
  font-weight: bold;
}

.topservice .topservice-title::before {
  content: '';
  width: 70px;
  height: 78px;
  background-image: url(./images/icon_door.svg);
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  left: 0;
  top: 8px;
}

@media (max-width: 1100px) {
  .topservice .topservice-title {
    font-size: 3rem;
    padding: 60px 0 0;
    text-align: center;
  }

  .topservice .topservice-title::before {
    width: 36px;
    height: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.topservice .topservice-title-lead {
  font-size: 2.1rem;
  color: #1f1f1f;
  display: block;
  font-weight: bold;
}

@media (max-width: 1100px) {
  .topservice .topservice-title-lead {
    font-size: 1.5rem;
    margin-top: 14px;
  }
}

.topservice .topservice-leadbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: right;
  justify-content: right;
}

.topservice .topservice-lead {
  width: 584px;
}

@media (max-width: 1100px) {
  .topservice .topservice-lead {
    margin-top: 20px;
  }
}

.topservice .topservice-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .topservice .topservice-list {
    margin-top: 36px;
  }
}

.topservice .topservice-number-box {
  font-family: 'Montserrat';
  font-weight: 700;
  position: absolute;
  top: -5px;
  left: 24px;
  line-height: 1;
}

@media (max-width: 1100px) {
  .topservice .topservice-number-box {
    left: 10px;
    top: -2px;
  }
}

.topservice .topservice-number-text {
  font-size: 1.6rem;
}

@media (max-width: 1100px) {
  .topservice .topservice-number-text {
    font-size: 0.9rem;
  }
}

.topservice .topservice-number {
  font-size: 3.6rem;
  line-height: 1.3;
}

@media (max-width: 1100px) {
  .topservice .topservice-number {
    font-size: 2.5rem;
  }
}

.topservice .topservice-flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1100px) {
  .topservice .topservice-flex {
    display: block;
  }
}

.topservice .topservice-list-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #26bfdb;
  margin-top: 10px;
}

@media (max-width: 1100px) {
  .topservice .topservice-list-title {
    font-size: 1.5rem;
  }
}

.topservice .topservice-list-lead {
  font-size: 1.3rem;
  margin-top: 14px;
  letter-spacing: -0.03em;
}

@media (max-width: 1100px) {
  .topservice .topservice-list-lead {
    margin-top: 10px;
  }
}

.topservice .topservice-image {
  width: 70%;
}

@media (max-width: 1100px) {
  .topservice .topservice-image {
    width: 100%;
  }
}

.topservice .topservice-content-wrap {
  display: -webkit-box;
  display: flex;
}

@media (max-width: 1280px) {
  .topservice .topservice-content-wrap {
    display: block;
  }
}

.topservice .topservice-list-item {
  position: relative;
  width: 32%;
  margin-top: 46px;
  border-radius: 8px;
  padding: 50px 20px 40px;
  border: 1px solid #26bfdb;
  background-color: #ffffff;
  box-shadow: 0 12px 32px rgba(38, 191, 219, 0.24);
  text-align: center;
}

@media (max-width: 1100px) {
  .topservice .topservice-list-item {
    width: 49%;
    margin-top: 12px;
    padding: 50px 12px 24px;
  }
}

.topservice .topservice-list-item.is-wide {
  width: 100%;
  text-align: left;
  padding: 30px 40px 40px;
}

@media (max-width: 1100px) {
  .topservice .topservice-list-item.is-wide {
    padding: 10px 24px 24px;
  }
}

.topservice .topservice-list-item.is-wide .topservice-image-box {
  width: 250px;
}

@media (max-width: 1100px) {
  .topservice .topservice-list-item.is-wide .topservice-image-box {
    width: 100%;
  }
}

.topservice .topservice-list-item.is-wide .topservice-content-wrap {
  width: calc(100% - 250px);
  padding: 0 0 0 0;
}

@media (max-width: 1100px) {
  .topservice .topservice-list-item.is-wide .topservice-content-wrap {
    width: 100%;
    padding: 0;
  }
}

.topservice .topservice-list-item.is-wide .topservice-content {
  margin-right: 80px;
}

@media (max-width: 1280px) {
  .topservice .topservice-list-item.is-wide .topservice-content {
    margin-right: 0;
  }
}

.topservice .topservice-list-item.is-wide .topservice-image {
  width: 100%;
}

.topservice .topservice-list-item.is-wide .topservice-list-lead {
  margin-top: 20px;
}

@media (max-width: 1100px) {
  .topservice .topservice-list-item.is-wide .topservice-list-lead {
    margin-top: 10px;
  }
}

@media (max-width: 1100px) {
  .topservice .topservice-list-item.is-sp-wide {
    width: 100%;
    display: -webkit-box;
    display: flex;
    padding: 50px 20px 30px 10px;
  }

  .topservice .topservice-list-item.is-sp-wide .topservice-image-box {
    width: 148px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }

  .topservice .topservice-list-item.is-sp-wide .topservice-image {
    width: 100%;
  }

  .topservice .topservice-list-item.is-sp-wide .topservice-content {
    text-align: left;
    margin-top: -26px;
    width: calc(100% - 148px);
  }
}

.topservice .topservice-button-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 1280px) {
  .topservice .topservice-button-box {
    margin-top: 28px;
  }
}

@media (max-width: 1100px) {
  .topservice .topservice-button-box {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.topservice .topservice-button-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 50px;
}

@media (max-width: 1280px) {
  .topservice .topservice-button-list {
    display: block;
  }

  .topservice .topservice-button-list .button-blue {
    margin: auto;
    width: 298px;
  }
}

.topservice .topservice-button-item {
  margin: 0 18px 0;
}

@media (max-width: 1280px) {
  .topservice .topservice-button-item + .topservice-button-item {
    margin-top: 20px;
  }
}

.salonbanner {
  background-color: #f7f7f7;
  position: relative;
  padding: 0 20px 10px;
}

@media (max-width: 1100px) {
  .salonbanner {
    padding-bottom: 0;
    margin-bottom: -15px;
  }
}

.salonbanner .salonbanner-content {
  max-width: 788px;
  margin: auto;
}

.salonbanner .salonbanner-image {
  width: 100%;
}

.salonbanner .salonbanner_imageborder {
  position: relative;
}

.salonbanner .salonbanner_imageborder::before {
  content: '';
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 1px solid #d9d9d9;
}

.salonbanner .salonbanner_imagewrap {
  padding-top: 23.75%;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.salonbanner .salonbanner_imagewrap::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 1px solid #d9d9d9;
}

@media (max-width: 1100px) {
  .salonbanner .salonbanner_imagewrap {
    padding-top: 38.54%;
  }
}

.salonbanner .salonbanner-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 23.75%;
  background-image: url(./images/banner_salon.webp);
  background-size: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.salonbanner .salonbanner-link:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.9;
}

@media (max-width: 1100px) {
  .salonbanner .salonbanner-link {
    padding-top: 38.54%;
    background-image: url(./images/banner_salon_sp.webp);
  }
}

.recommend {
  background-color: #ffffff;
  overflow: hidden;
}

.recommend.is-page3 {
  margin: 0 0 0;
}

@media (max-width: 1100px) {
  .recommend.is-page3 {
    margin: 80px 0 0;
  }
}

.recommend.is-page3 .recommend-inner {
  padding: 28px 20px 90px;
}

@media (max-width: 1100px) {
  .recommend.is-page3 .recommend-inner {
    padding: 50px 15px 50px;
  }
}

@media (max-width: 1100px) {
  .recommend.is-page3keyword .recommend-inner {
    padding-bottom: 72px;
  }
}

.recommend.is-gray {
  background-color: #f7f7f7;
}

.recommend.is-gray .recommend-inner {
  padding: 28px 20px 127px;
}

@media (max-width: 1100px) {
  .recommend.is-gray .recommend-inner {
    padding: 28px 15px 50px;
  }
}

.recommend.is-gray + .recommend .recommend-inner {
  padding: 160px 20px 127px;
}

@media (max-width: 1100px) {
  .recommend.is-gray + .recommend .recommend-inner {
    padding: 50px 15px 50px;
  }
}

.recommend .recommend-inner {
  max-width: 1280px;
  padding: 1px 20px 127px;
  margin: auto;
}

.recommend .recommend-inner.is-keyword {
  padding-bottom: 267px;
  padding-top: 1px;
}

@media (max-width: 1100px) {
  .recommend .recommend-inner.is-keyword {
    padding-top: 50px;
    padding-bottom: 200px;
  }
}

.recommend .recommend-inner.is-keyword .recommend-title-image {
  top: 28px;
}

@media (max-width: 1100px) {
  .recommend .recommend-inner.is-keyword .recommend-title-image {
    top: 30px;
    z-index: 2;
  }
}

@media (max-width: 1100px) {
  .recommend .recommend-inner {
    padding: 50px 15px 50px;
  }
}

.recommend .recommend-content {
  position: relative;
}

.recommend .recommend-content::before {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #d9d9d9;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -45px;
}

@media (max-width: 1100px) {
  .recommend .recommend-content::before {
    top: -29px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}

.recommend .recommend-title {
  font-size: 24px;
  text-align: center;
  margin-top: 44px;
  position: relative;
  line-height: 1.4;
  font-weight: bold;
}

@media (max-width: 1100px) {
  .recommend .recommend-title {
    margin-top: 28px;
  }
}

.recommend .recommend-title-text {
  display: inline-block;
  position: relative;
  margin: auto;
}

.recommend .recommend-title-text::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #26bfdb;
  position: absolute;
  top: -44px;
  margin: auto;
  left: 0;
  right: 0;
}

@media (max-width: 1100px) {
  .recommend .recommend-title-text::before {
    top: -28px;
  }
}

.recommend .recommend-title-color {
  color: #26bfdb;
}

.recommend .recommend-list-wrap {
  overflow: hidden;
}

.recommend .recommend-list-item-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.recommend .recommend-list-item-link:hover .recommend-list-item-inner {
  opacity: 0.9;
}

.recommend .recommend-list-item-link:hover .recommend-item-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.recommend .recommend-list-wrap {
  position: relative;
}

.recommend .recommend-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  position: relative;
  z-index: 2;
  margin-left: -15px;
  width: calc(100% + 30px);
}

@media (max-width: 1100px) {
  .recommend .recommend-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 16px;
    margin: 36px 0 0;
    width: auto;
  }
}

.recommend .recommend-list-item {
  width: 20%;
  margin: 0 0 40px 0;
}

@media (max-width: 1280px) {
  .recommend .recommend-list-item {
    width: 25%;
  }
}

@media (max-width: 1100px) {
  .recommend .recommend-list-item {
    width: auto;
    margin: 0;
  }
}

.recommend .recommend-list-item-inner {
  padding: 0 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 1100px) {
  .recommend .recommend-list-item-inner {
    padding: 0;
  }
}

.recommend .recommend-item-image-wrap {
  overflow: hidden;
  position: relative;
}

.recommend .recommend-item-image {
  padding-top: 56%;
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.recommend .recommend-item-title {
  font-size: 1.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
  margin-top: 12px;
  height: 49px;
}

.recommend .recommend-user {
  display: -webkit-box;
  display: flex;
  margin-top: 14px;
}

.recommend .recommend-user-image {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
}

.recommend .recommend-user-name {
  width: calc(100% - 30px);
  font-size: 1.1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-left: 8px;
}

.recommend .recommend-title-image {
  width: auto;
  max-width: 100%;
  height: 98px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 1100px) {
  .recommend .recommend-title-image {
    top: -4;
    height: 60px;
  }
}

.recommend .recommend-title-image.is-keyword {
  top: 22px;
}

@media (max-width: 1100px) {
  .recommend .recommend-title-image.is-keyword {
    top: 30px;
    z-index: 1;
  }
}

.recommend .recommend-keyword-list-wrap {
  margin-top: 36px;
  position: relative;
}

@media (max-width: 1100px) {
  .recommend .recommend-keyword-list-wrap {
    overflow-x: scroll;
    height: 200px;
  }

  .recommend .recommend-keyword-list-wrap::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    display: none;
  }
}

@media (max-width: 1100px) and (max-width: 1100px) {
  .recommend .recommend-keyword-list-wrap::-webkit-scrollbar-track {
    background: none;
  }
}

@media (max-width: 1100px) {
  .recommend .recommend-keyword-list-wrap::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    opacity: 0;
  }
}

@media (max-width: 1100px) and (max-width: 1100px) {
  .recommend .recommend-keyword-list-wrap::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 1100px) {
  .recommend .recommend-keyword-list-wrap::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    opacity: 0;
    display: none;
  }
}

@media (max-width: 1100px) and (max-width: 1100px) {
  .recommend .recommend-keyword-list-wrap::-webkit-scrollbar-thumb {
    display: none;
  }
}

.recommend .recommend-button-box {
  margin-top: 32px;
}

.recommend .recommend-button-box .button-blue {
  margin: auto;
}

@media (max-width: 1100px) {
  .recommend .recommend-button-box .button-blue {
    width: 86vw;
  }
}

.recommend .recommend-keyword-list {
  display: -webkit-box;
  display: flex;
  max-width: 1130px;
  margin: auto;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1100px) {
  .recommend .recommend-keyword-list {
    position: absolute;
  }
}

.recommend .recommend-keyword-list-item {
  width: 18%;
}

@media (max-width: 1100px) {
  .recommend .recommend-keyword-list-item {
    width: 120px;
    margin: 0 6px;
  }
}

.recommend .recommend-keyword-link {
  display: block;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.recommend .recommend-keyword-link:hover {
  opacity: 0.9;
}

.recommend .recommend-keyword-link:hover .recommend-keyword-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.recommend .recommend-keyword-image {
  padding-top: 150%;
  width: 100%;
  background-size: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.recommend .recommend-keyword-title {
  position: absolute;
  bottom: 0;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  font-size: 1.5rem;
  height: 40px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}

.recommend .recommend-tag-box {
  max-width: 1280px;
  margin: 40px auto 0;
}

@media (max-width: 1100px) {
  .recommend .recommend-tag-box {
    margin-top: 4px;
  }

  .recommend .recommend-tag-box .button-tag-item {
    margin: 4px;
  }
}

.recommend .recommend-tag-box .button-tag-list {
  -webkit-box-pack: center;
  justify-content: center;
}

.recommend .recommend-search-box {
  max-width: 788px;
  margin: 22px auto 0;
}

@media (max-width: 1100px) {
  .recommend .recommend-search-box {
    margin-top: 16px;
  }
}

.recommend .recommend-search-box .input-search {
  width: 100%;
  background-color: #ffffff;
}

.recommend .recommend-search-box .input-search-button {
  right: 14px;
  top: -3px;
}

.recommend .recommend-keyword-button-box {
  margin: 40px auto 0;
}

.recommend .recommend-keyword-button-box .button-blue {
  margin: auto;
}

@media (max-width: 1100px) {
  .recommend .recommend-keyword-button-box .button-blue {
    width: 86vw;
  }
}

.recommend .recommend-item-content {
  position: relative;
}

.recommend .recommend-free {
  background-color: #2bd6a7;
  color: #ffffff;
  height: 22px;
  border-radius: 11px;
  line-height: 22px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 1rem;
  position: absolute;
  top: -25px;
  left: 5px;
  display: inline-block;
  z-index: 2;
}

.input.input-search-wrap {
  position: relative;
}

.input.input-search-wrap.is-noicon::before {
  display: none;
}

.input.input-search-wrap::before {
  content: '';
  width: 25px;
  height: 25px;
  background-image: url(./images/icon_search.svg);
  position: absolute;
  top: 11px;
  right: 23px;
}

.input.input-search-wrap.is-large::before {
  top: 21px;
  right: 28px;
}

.input.input-search-wrap.is-large .input-search {
  height: 72px;
  border: 1px solid #26bfdb;
  border-radius: 36px;
}

.input.input-search {
  width: 256px;
  height: 40px;
  border-radius: 26px;
  border: 1px solid #e3e3e3;
  background-color: #f7f7f7;
  padding: 0 48px 0 23px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  outline: none;
  font-size: 1.3rem;
  font-weight: bold;
  /* 旧Edge対応 */
  /* IE対応 */
}
@media screen and (min-width: 1100px) and (max-width: 1220px) {
  .input.input-search {
    width: auto;
  }
}

.input.input-search::-webkit-input-placeholder {
  color: #989898;
}

.input.input-search::-moz-placeholder {
  color: #989898;
}

.input.input-search::placeholder {
  color: #989898;
}

.input.input-search::-ms-input-placeholder {
  color: #989898;
}

.input.input-search:-ms-input-placeholder {
  color: #989898;
}

.input.input-search:focus {
  background-color: #effcff;
  border: 1px solid #26bfdb;
  color: #26bfdb;
}

.input.input-search-button {
  height: 40px;
  width: 64px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(./images/icon_search.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .input.input-search-button {
    height: 28px;
    background-image: url(./images/icon_search_sp.svg);
  }
}

.input.input-search-button:hover {
  opacity: 0.9;
}

.process {
  background-image: url(./images/bg_step.png);
  position: relative;
  background-size: cover;
  z-index: 1;
  box-shadow: 0px 32px 24px #1998D029;
}

.process.is-page2 .process-inner {
  padding: 170px 28px 80px;
}

@media (max-width: 1100px) {
  .process.is-page2 .process-inner {
    padding: 92px 16px 0;
  }
}

.process.is-page2 .process-title {
  top: 0;
}

.process.is-page2 .process-list {
  margin-top: 100px;
}

@media (max-width: 1100px) {
  .process.is-page2 .process-list {
    margin-top: 72px;
  }
}

.process.is-page2 .process-title-text {
  top: 36%;
}

.process.is-page3 .process-inner {
  padding-bottom: 110px;
}

@media (max-width: 1100px) {
  .process.is-page3 .process-inner {
    padding-bottom: 54px;
  }
}

.process .process-inner {
  max-width: 1280px;
  padding: 0 28px 80px;
  margin: auto;
}

@media (max-width: 1100px) {
  .process .process-inner {
    padding-bottom: 53px;
  }
}

.process .process-balloon {
  position: absolute;
  top: -30px;
  background-color: #ffff53;
  font-size: 1.6rem;
  padding: 19px 28px;
  border-radius: 28px;
  color: #1f1f1f;
  line-height: 1.2;
  display: inline-block;
  width: 278px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
}

.process .process-balloon::before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: -66px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #ffff53 transparent transparent transparent;
}

.process .process-title {
  position: relative;
  max-width: 592px;
  height: 158px;
  margin: auto;
  text-align: center;
  top: -85px;
}

.process .process-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 22px;
  border-top: 1px solid #26bfdb;
  border-left: 1px solid #26bfdb;
  border-bottom: 1px solid #26bfdb;
}

.process .process-title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 22px;
  border-top: 1px solid #26bfdb;
  border-right: 1px solid #26bfdb;
  border-bottom: 1px solid #26bfdb;
}

@media (max-width: 1100px) {
  .process .process-title.is-opendoor {
    height: auto;
    padding-top: 56px;
  }
}

.process .process-title.is-opendoor .process-title-text {
  position: relative;
}

@media (max-width: 1100px) {
  .process .process-title.is-opendoor .process-title-text {
    font-size: 2.4rem;
  }
}

@media (max-width: 1100px) {
  .process .process-title.is-opendoor .process-title-text-small {
    position: relative;
  }
}

.process .process-title-arrow {
  width: 82px;
  position: absolute;
  left: 0;
  right: 0;
  top: -41px;
  margin: auto;
}

@media (max-width: 1100px) {
  .process .process-title-arrow {
    top: -22px;
  }
}

.process .process-title-text {
  font-size: 2.8rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.6;
}

.process .process-title-lead {
  font-size: 1.1rem;
  font-family: 'Montserrat';
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  letter-spacing: 0.16rem;
}

.process .process-title-text-small {
  font-size: 1.6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.process .process-list {
  margin-top: 15px;
}

@media (max-width: 1100px) {
  .process .process-list {
    margin-top: -20px;
  }
}

.process .process-list-item {
  border-radius: 12px;
  display: -webkit-box;
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 12px 32px rgba(38, 191, 219, 0.24);
  position: relative;
}

.process .process-list-item + .process-list-item {
  margin-top: 56px;
}

.process .process-list-item + .process-list-item::before {
  content: '';
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #1f1f1f transparent transparent transparent;
}

.process .process-list-item.is-blue .process-step-box {
  position: relative;
  background: rgb(25, 152, 208);
  background: -webkit-linear-gradient(
    310deg,
    rgb(25, 152, 208) 0%,
    rgb(102, 242, 210) 100%
  );
  background: linear-gradient(
    140deg,
    rgb(25, 152, 208) 0%,
    rgb(102, 242, 210) 100%
  );
  font-size: 2.7rem;
  font-weight: bold;
}

@media (max-width: 1100px) {
  .process .process-list-item.is-blue .process-step-box {
    font-size: 1.2rem;
    position: absolute;
  }
}

.process .process-list-item.is-blue .process-text-box {
  border-top: 2px solid #26bfdb;
  border-right: 2px solid #26bfdb;
  border-bottom: 2px solid #26bfdb;
}

@media (max-width: 1100px) {
  .process .process-list-item.is-blue .process-text-box {
    border: 2px solid #26bfdb;
  }
}

@media (max-width: 1100px) {
  .process .process-list-item {
    display: block;
  }

  .process .process-list-item + .process-list-item {
    margin-top: 36px;
  }

  .process .process-list-item + .process-list-item::before {
    top: -26px;
  }
}

.process .process-step-box {
  background-color: #1f1f1f;
  width: 173px;
  color: #ffffff;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 12px 0 0 12px;
  position: relative;
}

@media (max-width: 1100px) {
  .process .process-step-box {
    position: absolute;
    width: 64px;
    border-radius: 14px;
    height: 26px;
    left: 0;
    right: 0;
    top: 16px;
    margin: auto;
    font-size: 1rem;
    line-height: 27px;
    -webkit-box-align: normal;
    align-items: normal;
  }
}

.process .process-step-number {
  color: #ffff53;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 3.2rem;
  display: inline-block;
  width: 34px;
  position: relative;
  top: -1px;
}

@media (max-width: 1100px) {
  .process .process-step-number {
    font-size: 1.7rem;
    width: 14px;
    right: -4px;
    top: 0;
  }
}

.process .process-text-box {
  display: -webkit-box;
  display: flex;
  width: calc(100% - 173px);
  padding: 24px 28px;
  border-top: 2px solid #1f1f1f;
  border-right: 2px solid #1f1f1f;
  border-bottom: 2px solid #1f1f1f;
  border-radius: 0px 12px 12px 0px;
}

@media (max-width: 1100px) {
  .process .process-text-box {
    width: 100%;
    border: 2px solid #1f1f1f;
    border-radius: 12px;
    padding: 24px 8px 18px 0;
  }
}

.process .process-image {
  width: 113px;
  height: 81px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1100px) {
  .process .process-image {
    margin: auto;
    background-size: 100%;
  }
}

.process .process-content {
  padding: 0 0 0 30px;
  width: calc(100% - 120px);
}

@media (max-width: 1100px) {
  .process .process-content {
    width: calc(50% + 30px);
    padding: 0;
  }
}

.process .process-step-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.85;
}

@media (max-width: 1100px) {
  .process .process-step-title {
    font-size: 1.4rem;
    margin-top: 26px;
  }
}

.process .process-step-text {
  font-size: 1.6rem;
  line-height: 1.64;
  font-weight: 400;
  margin-top: 6px;
}

@media (max-width: 1100px) {
  .process .process-step-text {
    font-size: 1.4rem;
    margin-top: 6px;
  }
}

.process .process-arrow {
  height: 150px;
  background-image: url(data:image/webp;base64,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);
  background-size: 26px 150px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 60px;
}

@media (max-width: 1100px) {
  .process .process-arrow {
    margin-top: 0;
  }
}

.process .process-arrow.is-no-margin {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .process .process-arrow.is-no-margin {
    height: 73px;
    background-size: 26px 73px;
    background-image: url(data:image/webp;base64,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);
  }
}

.process .prpcess-support-title {
  margin-top: 50px;
  text-align: center;
}

.process .process-support-text {
  font-size: 2.4rem;
  font-weight: bold;
  color: #26bfdb;
  background-color: #ffffff;
  display: inline-block;
  padding: 0 10px;
  line-height: 50px;
}

.process .process-support-lead {
  font-size: 1.8rem;
  background-color: #ffffff;
  display: inline-block;
  padding: 0 10px;
  margin-top: 40px;
  line-height: 40px;
  line-height: 1.77;

  @media (max-width: 640px) {
    margin-top: 20px;
  }
}

.process .process-support-list {
  gap: 40px;
  width: 100%;
  display: flex;
  @media (max-width: 640px) {
    flex-direction: column;
    width: 90%;
    margin-left: 3px;
  }
}

.process .process-support-list .process-support-item {
  width: 33%;
  background: #ffffff;
  border: 1px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 640px) {
  .process .process-support-list .process-support-item {
    width: 100%;
  }
}

.process .process-support-list .process-support-item-box {
  padding: 0 20px;
}

.process .process-support-list .process-support-item .process-support-item-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
}

.process .process-support-list .process-support-item .process-support-item-text {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 24px;
}

.process .process-support-list .process-support-item .process-support-item-image {
  max-width: 100%;
}

.process .process-support-list .process-support-item .process-support-item-image img {
  height: 187px;
  width: 100%;
  object-fit: cover;
}

.process .process-support-button-box {
  text-align: center;
  margin-top: 40px;
  @media (max-width: 640px) {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

.process .process-support-button-box .button-blue {
  margin: auto;
  @media (max-width: 640px) {
    width: 85%;
  }
}

.process .process-support-box {
  margin-top: 56px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1280px) {
  .process .process-support-box {
    display: block;
    margin-top: 38px;
    width: calc(100% + 32px);
    margin-left: 3px;
  }
}

.process .process-support-banner {
  margin-top: 32px;
}
@media (max-width: 1100px) {
  .process .process-support-banner {
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .process .process-support-banner {
    margin: 0 -16px;
    padding-bottom: 2px;
  }
}

.process .process-support-banner img {
  width: 100%;
}

.process .process-owner {
  width: calc(50% - 15px);
  border: 4px solid #ffffff;
  background-image: url(./images/support01.webp);
  background-size: cover;
  padding: 72px 4% 50px;
  position: relative;
}

@media (max-width: 1280px) {
  .process .process-owner {
    width: 100%;
    border: 0;
    padding: 80px 32px 74px;
  }
}

.process .process-free {
  font-family: 'Montserrat';
  font-weight: 700;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  color: #26bfdb;
  text-align: right;
  font-size: 1.6rem;
  padding: 11px 14px 10px;
  line-height: 1.3;
}

.process .process-owner-title {
  font-size: 2.5rem;
  color: #26bfdb;
  font-weight: bold;
  line-height: 1.44;
}

.process .process-owner-lead {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 18px;
}

.process .process-owner-text {
  font-size: 1.4rem;
  margin-top: 35px;
}

.process .process-right-box {
  width: 48%;
}

@media (max-width: 1280px) {
  .process .process-right-box {
    width: 100%;
  }
}

.process .process-chat {
  display: -webkit-box;
  display: flex;
  background-color: #ffffff;
}

@media (max-width: 1280px) {
  .process .process-chat {
    border-top: 2px solid #dbf0f5;
  }
}

.process .process-chat + .process-chat {
  margin-top: 20px;
}

@media (max-width: 1280px) {
  .process .process-chat + .process-chat {
    margin-top: 0;
    border-bottom: 2px solid #dbf0f5;
  }
}

.process .process-right-image {
  width: 120px;
  background-size: cover;
}

.process .process-right-text-box {
  padding: 30px 40px 30px 30px;
  width: calc(100% - 120px);
}

@media (max-width: 1100px) {
  .process .process-right-text-box {
    padding: 30px 16px 24px 16px;
  }
}

.process .process-right-title {
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 1100px) {
  .process .process-right-title {
    font-size: 1.6rem;
  }
}

.process .process-right-text {
  margin-top: 14px;
  font-size: 1.3rem;
}

.process .process-right-note {
  color: #aaaaaa;
  font-size: 1.3rem;
  margin-top: 14px;
}

@media (max-width: 1100px) {
  .process .process-right-note {
    font-size: 1.1rem;
  }
}

.process .process-right-button-box {
  margin-top: 30px;
  -webkit-box-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: flex;
}

@media (max-width: 1100px) {
  .process .process-right-button-box {
    margin-top: 24px;
  }
}

.process .process-right-button-box .button-blue {
  width: 278px;
  height: 56px;
  -webkit-box-pack: center;
  justify-content: center;
}

@media (max-width: 1100px) {
  .process .process-right-button-box .button-blue {
    font-size: 1.3rem;
    height: 50px;
  }
}

.process .process-search-box {
  background-color: #ffffff;
  border: 1px solid #26bfdb;
  border-radius: 12px;
  padding: 50px 59px;
  max-width: 1008px;
  margin: 40px auto 0;
  box-shadow: 0 12px 32px rgba(38, 191, 219, 0.24);
}

@media (max-width: 1100px) {
  .process .process-search-box {
    padding: 50px 20px;
  }
}

.process .process-search-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #26bfdb;
  text-align: center;
}

@media (max-width: 1100px) {
  .process .process-search-title {
    font-size: 2.2rem;
  }
}

.process .process-search-content {
  margin-top: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1100px) {
  .process .process-search-content {
    display: block;
  }
}

.process .process-search-item-title {
  font-size: 1.6rem;
  font-weight: bold;
}

@media (max-width: 1100px) {
  .process .process-search-item-title {
    text-align: center;
  }
}

.process .process-search-button-box {
  margin-top: 18px;
}

@media (max-width: 1100px) {
  .process .process-search-button-box .button-blue {
    width: 100%;
  }
}

.process .process-search-item {
  width: calc(100% - 410px);
}

@media (max-width: 1100px) {
  .process .process-search-item {
    width: 100%;
    margin-top: 30px;
  }
}

.process .process-search-item .input-search-wrap {
  margin-top: 18px;
}

.process .process-search-item .input-search-wrap::before {
  top: 22px;
  right: 26px;
}

.process .process-search-item .input-search-wrap .input-search {
  height: 72px;
  width: 100%;
  border-radius: 36px;
  font-size: 1.6rem;
}

.process .process-search-item .input-search-button {
  right: 10px;
}

.toppanel {
  background-image: url(./images/main_image2.webp);
  background-position: center 0;
  background-attachment: fixed;
  background-size: 2500px;
  position: relative;
}

.toppanel .toppanel-filter {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.toppanel .toppanel-inner {
  padding: 25px;
}

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

@media (max-width: 1100px) {
  .toppanel .toppanel-list {
    display: block;
  }
}

.toppanel .toppanel-list-item {
  width: calc(50% - 12.5px);
  min-height: 460px;
  padding: 30px 30px 54px;
  background-color: #efefef;
  position: relative;
  border-radius: 4px;
  text-align: center;
}

.toppanel .toppanel-list-item::before {
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  top: -1px;
  left: -1px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAABHNCSVQICAgIfAhkiAAAArRJREFUeF7t3D1OAkEYxvGZgK3eQAsbOwvDISRGbPUKgK3t2nkATmDiBag8ggFi7TG8AIvDAirL137MO/POvA+Nkpgd8/vPo1ZqlXvdTB5PG2p6P0tVW2t1qZQ+yX8N3tsRmCn1rFePuv7oHx810letdMfO4/GUfQIGPxm2BosA7c/uWXOq382bC7DRC8xvvsFP5idlATqj3pv57IH+aJzwHz8LcDfpn6fp7Mv8vG+Ch1Ygj58F6Iy7L+bDE+3RePo2/EWAUXeitL4CEZ3ALvzVAr7xp6Yf/GWAngmEF4XAvpu/Os/8DkAAX/hYAIW8eWaRm48FMMDHAixHKHPzsQAG+FiApQhVbj4WwAAfC6gZoc7NxwIY4GMBFSPYuPlYAAN8LKBkBJs3HwtggI8FFIxAcfOxAAb4WMCBCJQ3HwtggI8F7Ijg4uZjAQzwsYBcBJc3HwtggI8FLCP4uPlYAAN88QvwefPFL4ADvtgFcMEXGYATvrgA3PBFBeCILyYAV3wRATjjRx+AO37UAULAjzZAKPhRBggJP7oAoeFHFSBE/GgChIofRYCQ8YMPEDp+0AFiwA82QCz4QQaICT+4ALHhBxUgRvxgAsSKH0SAmPHZB4gdn3UACfhsA0jBZxlAEj67ANLwWQWQiM8mgFR8FgEk43sPIB3fawDgz/mzf97t/h+3An+B7yUA8P/wnQcA/jq+0wDA38R3FgD42/GdBAD+bnzyAMDfj08aAPiH8ckCAL8YPkkA4BfHtx4A+OXwrQYAfnl8awGAXw3fSgDgV8evHQD49fBrBQB+ffzKAYBvB79SAODbwy8dAPh28UsFAL59/MIBgE+DXygA8OnwDwYAPi3+3gDAp8ffGQD4bvC3BgC+O/yNAMB3i78WAPju8X8DAN8PfhbgdtxLhq1B4u9bkH3yD94pRIRmDeorAAAAAElFTkSuQmCC);
}

.toppanel .toppanel-list-item::after {
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAABHNCSVQICAgIfAhkiAAAAoRJREFUeF7t3TsyNFEYh/HuthkLGFUyO7AEscAeRiqlBGxAPEWxCAS2YAcjEGDq6Lkxt57py7m857zPl0m+o37P+58SkWf8CyZw/Hx2ngd7XfnDM/w+AQIcwhx//DQBPAdYxCdAYHwCeAywevnzp/kI8hChCp8FBMYngOMA2y6fjyAB+CzAUYQ6l88CBOCzAMsRmlw+CxCAzwIsRWhz+SxAAD4L6Bihy+WzAAH4LKBlBBuXzwIE4LOAhhFsXj4LEIDPAmpGcHH5LEAAPgvYEcHl5bMAAfgsoCKCj8tnAQLwWcBKBJ+XzwIE4LOAWYQQl88CBOCrX0DIy1e/AAn4ahcgBV9lAEn46gJIw1cVQCK+mgBS8VUEkIyffADp+EkHiAE/2QCx4CcZICb85ALEhp9UgBjxkwkQK34SAWLGjz5A7PhRB0gBP9oAqeBHGSAl/OgCpIYfVYAU8aMJkCp+FAFSxhcfIHV80QE04IsNoAVfZABN+OICaMMXFUAjvpgAWvFFBNCMHzyAdvygAcAf8wf69fXgT/GDBAD/H997APCX8b0GAH8d31sA8DfjewkAfjW+8wDgb8d3GgD83fjOAoBfD99JAPDr41sPAH4zfKsBwG+Oby0A+O3wrQQAvz1+5wDgd8PvFAD87vitA4BvB79VAPDt4TcOAL5d/EYBwLePXzsA+G7wawUA3x3+zgDgu8XPMjOs/JPm4LvGL/9/Y143BgDfA/7kCXOxFgB8P/jGZD9Fke8vBQDfD/70FXMzOLg+/QtQ4vfLL859fgta3yqv/8UUX0f3vdvPSQDw/Z2Cyczge1ScPB1efUx+DOVjxzW+GZYX/5YX2eMo27t76F2+L774C9WeFyYx8IGdAAAAAElFTkSuQmCC);
}

.toppanel .toppanel-list-item.is-blue::before {
  background-image: url(data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAABHNCSVQICAgIfAhkiAAAAqdJREFUeF7t3LtNw1AYhmHbghY2AAEJoqNggrQ01LAIrdMxBxI70JAUNBQMgGLBDHQ0EcZxMEqM4/hyLv/lS0Uk5CM97/ksKsKg9Dl+fj+I5t/XYZpeBkF4HobBfvl38N2YwDgsHjV4Sfair+A++35l7PF4UJ1APBsNlwGOnj4Od6P5Y3bjz2DmRGCc4ceLk/IAw0nykL1qbpwcjUP+8PMAg6fkJIrSt+zHHdhYF1jDzwMMp8ldNoNb60fjgH/4ywCT5DV7/VzAx6pAJX4R4BN/avrBzwOcTpPU6vG6H77x5hcsCGDvgmzFxwI84yOAnQCNbj5eQQTwsQCzEVrdfCyAAD4WYCZCp5uPBRDAxwL6Reh187EAAvhYQLcIRm4+FkAAHwtoF8HozccCCOBjAc0iWLn5WAABfCygPoLVm48FEMDHAqojOLn5WAABfCxgPYLTm48FEMDHApYRvNx8LIAAvvYFeL352hdAAl/rAsjgawxACl9bAHL4mgKQxNcSgCy+hgCk8aUHII8vOQALfKkB2OBLDMAKX1oAdviSArDElxKALb6EAKzxuQdgj885gAh8rgHE4HMMIAqfWwBx+JwCiMTnEkAsPocAovGpBxCPTzmACnyqAdTgUwygCp9aAHX4lAKoxKcSQC0+hQCq8X0HUI/vMwDwF/rZx8d/zgX+L76PAMBfwXcdAPglfJcBgF+B7yoA8DfguwgA/Bp82wGAvwXfZgDgN8C3FQD4DfFtBAB+C3zTAYDfEt9kAOB3wDcVAPgd8U0EAH4P/L4BgN8Tv08A4BvA7xoA+IbwuwQAvkH8tgGAbxi/TQDgW8BvGgD4lvCbBAC+RfxtAYBvGb8uAPAd4G8KAHxH+FUBgO8QvxwA+I7xVwMA3wN+ESCejYaxp/PVH/sDMK3ksHI4SAIAAAAASUVORK5CYII=);
}

.toppanel .toppanel-list-item.is-blue::after {
  background-image: url(data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAABHNCSVQICAgIfAhkiAAAAoZJREFUeF7t3TsyBGEUhuFuJVHKBqTKlAUIJErZiNguZlJLsAKxRGoDBGJKIJBTSqRmdA/D3HqmL//l/Oe8FqCnnvd8XRORZ/xEE+jdPg7yaE83/uASvyDoEyDCIUzwy0cTIHCAaXwCRMYnQMAA85c/eTSvoAARqvBZQGR8AngOsOryeQUJwGcBniLUuXwWIACfBTiO0OTyWYAAfBbgKEKby2cBAvBZQMcIXS6fBQjAZwEtI7i4fBYgAJ8FNIzg8vJZgAB8FlAzgo/LZwEC8FnAmgg+L58FCMBnARURQlw+CxCAzwLmIoS8fBYgAJ8F/EaIcfksQAC++QXEvHzzC5CAb3YBUvBNBpCEby6ANHxTASTimwkgFd9EAMn46gNIx1cdIAV8tQFSwVcZICV8dQFSw1cVIEV8NQFSxVcRIGX85AOkjp90AA34yQbQgp9kAE34yQXQhp9UAI34yQTQip9EAM344gNoxxcdwAK+2ABW8EUGsIQvLoA1fFEBLOKLCWAVX0QAy/jRA1jHjxoA/JI/0p+vB/8HP0oA8P/xgwcAfxY/aADwF/GDBQB/OX6QAOBX43sPAP5qfK8BwF+P7y0A+PXwvQQAvz6+8wDgN8N3GgD85vjOAoDfDt9JAPDb43cOAH43/E4BwO+O3zoA+G7wWwUA3x1+4wDgu8VvFAB89/i1A4DvB79WAPD94a8NAL5f/NEoe6v8l+bg+8Uvf3sR4H5pAPD9448DZNnFQgDww+AX/F/DYX4wEwD8UPjl9Y8uH097538BCvx+8fhBuI9g+kl3HzvbJ6+Hu5/jAOAHPYbr4VZ29nS0/z7+Gsprxy9++VWzeOE8jPL8Zri5cfV8vPcy/cRvzrIp9+DdIqIAAAAASUVORK5CYII=);
}

.toppanel .toppanel-list-item.is-blue .toppanel-title-box {
  color: #26bfdb;
}

@media (max-width: 1100px) {
  .toppanel .toppanel-list-item {
    width: 100%;
    padding: 54px 10px 60px;
  }

  .toppanel .toppanel-list-item + .toppanel-list-item {
    margin-top: 25px;
  }
}

.toppanel .toppanel-note {
  text-align: right;
  line-height: 1;
  font-size: 12px;
  color: #333;
  margin-top: 16px;
}

@media (max-width: 1100px) {
  .toppanel .toppanel-note {
    font-size: 11px;
  }
}

.toppanel .toppanel-title-box {
  color: #4fcb6c;
}

.toppanel .toppanel-title-lead {
  font-family: 'Montserrat';
  font-weight: 300;
}

.toppanel .toppanel-image {
  height: 110px;
  width: 72px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.toppanel .toppanel-title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.45;
}

.toppanel .toppanel-text {
  margin-top: 18px;
  font-size: 1.3rem;
}

@media (max-width: 1100px) {
  .toppanel .toppanel-text {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}

.toppanel .button {
  margin: 30px auto 0;
}

@media (max-width: 1100px) {
  .toppanel .button {
    margin-top: 24px;
    width: 272px;
    padding: 0 0 0 0;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.footer {
  background-color: #1f1f1f;
  color: #ffffff;
  min-height: 460px;
}

.footer.-customize {
  background-color: #1f1f1f;
  color: #ffffff;
  min-height: auto;
}

.footer .footer-inner {
  padding: 60px 60px 50px;
  position: relative;
}
.footer .footer-inner.-customize {
  padding: 24px 48px;
}

@media (max-width: 1100px) {
  .footer .footer-inner {
    padding: 70px 30px 60px;
  }
}
@media (max-width: 480px) {
  .footer .footer-inner.-customize {
    padding: 24px 24px 56px;
  }
}

.footer .footer-logo-box {
  display: -webkit-box;
  display: flex;
}

@media (max-width: 1100px) {
  .footer .footer-logo-box {
    display: block;
  }
}

.footer .footer-logo {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
}

.footer .footer-logo:hover {
  opacity: 0.9;
}

.footer .footer-logo-image {
  width: 104px;
}

.footer .footer-lead {
  margin: 0 0 0 24px;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .footer .footer-lead {
    margin: 10px 0 0 0;
  }
}

.footer .footer-lead-small {
  font-size: 0.8rem;
}

.footer .footer-list {
  margin-top: 60px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .footer .footer-list {
    margin-top: 0;
  }
}

.footer .footer-list.-customize {
  margin-top: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 16px;
}

@media (max-width: 1100px) {
  .footer .footer-list {
    margin-top: 0;
  }
  .footer .footer-list.-customize {
    -webkit-justify-content: start;
    justify-content: start;
    -webkit-align-items: start;
    align-items: start;
  }
}
@media (max-width: 480px) {
  .footer .footer-list.-customize {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 24px;
  }
}

.footer .footer-list-item {
  position: relative;
  padding: 16px 0 0;
  max-width: 230px;
  width: 100%;
  margin-bottom: 18px;
}

.footer .footer-list-item.-customize {
  position: relative;
  padding: 0 0 0;
  max-width: none;
  width: auto;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 1100px) {
  .footer .footer-list-item {
    margin-top: 40px;
    width: 50%;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .footer .footer-list-item.-customize {
    padding: 0 0 0;
    margin-top: 0px;
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
}

.footer .footer-link-title {
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}

.footer .footer-link-title::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #26bfdb;
  position: absolute;
  top: -15px;
}

.footer .footer-link-list {
  margin: 19px 0 0;
}

.footer .footer-link-list.-customize {
  margin: 0;
}

.footer .footer-link-lits-item {
  color: #c6c6c6;
  font-size: 1.2rem;
}

.footer .footer-link-lits-item + .footer-link-lits-item {
  margin: 10px 0 0;
}

.footer .footer-link {
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer .footer-link:hover {
  opacity: 0.9;
}

.footer .footer-social-box {
  margin: 80px 0 25px;
}

@media (max-width: 1100px) {
  .footer .footer-social-box {
    margin: 60px 0 65px;
  }
}

.footer .footer-social-list {
  display: flex;
  flex-direction: row;
}

.footer .footer-social-list > li + li {
  margin-left: 30px;
}

.footer .footer-social-text {
  font-family: 'Quicksand';
  color: #26bfdb;
  font-size: 1.2rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 1100px) {
  .footer .footer-social-text {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.footer .footer-copyright {
  font-size: 1rem;
  color: #c6c6c6;
  display: block;
}
.footer .footer-copyright.-customize {
  font-size: 1rem;
  color: #c6c6c6;
  display: block;
  text-align: center;
  margin-top: 0;
}

.footer .footer-social-image-wrap {
  margin-top: 72px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.footer .footer-social-image-wrap-inner {
  display: flex;
  align-items: center;
  gap: 32px;
}

@media (max-width:640px) {
  .footer .footer-social-image-wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}

.footer .footer-social-image-link {
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer .footer-social-image-link:hover {
  opacity: 0.9;
}

.footer .footer-social-image {
  height: 24px;
}

.footer .footer-certification-mark {
  display: flex;
  gap: 24px;
}

@media (max-width:640px) {
  .footer .footer-certification-mark {
    display: flex;
    flex-direction: column;
  }
}

.footer .footer-certification-mark .footer-certification-mark-item {
  display: flex;
  gap: 16px;
  color: inherit;
}

.footer .footer-certification-mark .footer-certification-mark-item img {
  height: 56px;
  object-fit: cover;
}

.footer .footer-certification-mark .footer-certification-mark-item p {
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap
}

.opendoor-top {
  background-image: url(./images/opendoor_top.webp);
  height: 811px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 768px) {
  .opendoor-top {
    height: auto;
    background-size: auto 516px;
    background-position: 80% -15%;
  }
}
.opendoor-top .opendoor-top-mainimage-sp {
  background-image: url(./images/opendoor_top.webp);
  padding-top: 69%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: none;
}
@media (max-width: 768px) {
  .opendoor-top .opendoor-top-mainimage-sp {
    display: none;
  }
}
.opendoor-top .opendoor-top-inner {
  max-width: 1280px;
  padding: 0 20px 0;
  margin: auto;
}
@media (max-width: 1440px) {
  .opendoor-top .opendoor-top-inner {
    max-width: 1024px;
  }
}
@media (max-width: 1280px) {
  .opendoor-top .opendoor-top-inner {
    padding: 0 20px 0 10%;
  }
}
@media (max-width: 768px) {
  .opendoor-top .opendoor-top-inner {
    padding: 0 20px 0;
    background: -webkit-linear-gradient(
      bottom,
      rgb(255, 255, 255) 66%,
      rgba(255, 255, 255, 0) 95%
    );
    background: linear-gradient(
      0deg,
      rgb(255, 255, 255) 66%,
      rgba(255, 255, 255, 0) 95%
    );
  }
}
.opendoor-top .opendoor-top-content {
  padding-top: 143px;
  text-align: center;
  width: 450px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .opendoor-top .opendoor-top-content {
    padding-top: 47px;
    padding-bottom: 56px;
    width: 100%;
    margin-top: 250px;
    display: block;
  }
}
.opendoor-top .opendoor-top-title-text-bold {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .opendoor-top .opendoor-top-title-text-bold {
    /* font-size: 1.5rem; */
    display: none;
  }
}
.opendoor-top .opendoor-top-pr-point {
  display: none;
}
@media (max-width: 768px) {
  .opendoor-top .opendoor-top-pr-point {
    display: inline-flex;
    line-height: 1;
    background: #26bfdb;
    color: #fff;
    padding: 6px 8px 6px 16px;
    font-weight: 900;
    margin-bottom: 4px;
  }
  .opendoor-top .opendoor-top-pr-point .opendoor-top-pr-point-num {
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #ffff53;
    margin-left: 4px;
    margin-right: 2px;
    margin-top: 2px;
  }
  .opendoor-top .opendoor-top-pr-point .opendoor-top-pr-point-notice {
    font-size: 10px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 2px;
  }
}

.opendoor-top .opendoor-top-title-text {
  font-size: 3.2rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  .opendoor-top .opendoor-top-title-text {
    font-size: 2.5rem;
    line-height: 1.3;
    margin-top: 4px;
  }
}
.opendoor-top .opendoor-top-logo {
  width: 361px;
  height: 125px;
  background-image: url(./images/yoor_logo2_pc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-top: 6px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .opendoor-top .opendoor-top-logo {
    width: 200px;
    height: 64px;
    margin: 24px auto 16px;
    background-image: url(./images/yoor_logo2_sp.svg);
  }
}
.opendoor-top .opendoor-top-lead {
  font-size: 1.4rem;
  margin-top: 0px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .opendoor-top .opendoor-top-lead {
    margin-top: -5px;
  }
}

.opendoor-top .opendoor-top-lead.opendoor-top-lead-pc {
  display: block;
}
@media (max-width: 768px) {
  .opendoor-top .opendoor-top-lead.opendoor-top-lead-pc {
    display: none;
  }
}
.opendoor-top .opendoor-top-lead.opendoor-top-lead-sp {
  display: none;
}
@media (max-width: 768px) {
  .opendoor-top .opendoor-top-lead.opendoor-top-lead-sp {
    display: block;
  }
}

.opendoor-top .opendoor-top-button-box {
  margin-top: 66px;
}
.opendoor-top .opendoor-top-button-box .button-gra {
  width: 430px;
  height: 72px;
  line-height: 72px;
  border-radius: 36px;
}
@media (max-width: 768px) {
  .opendoor-top .opendoor-top-button-box .button-gra {
    width: 324px;
    height: 64px;
    line-height: 64px;
    border-radius: 32px;
  }
}
.opendoor-top .opendoor-top-button-box .button-balloon {
  width: 164px;
  height: 40px;
  padding: 12px 20px;
  top: -34px;
  font-size: 1.5rem;
}
.opendoor-top .opendoor-top-button-box .button-balloon::before {
  top: -36px;
}
.linkmenu {
  background-color: #26bfdb;
}
@media (max-width: 768px) {
  .linkmenu {
    background-color: transparent;
  }
}
.linkmenu .linkmenu-inner {
  max-width: 1024px;
  margin: auto;
  display: -webkit-box;
  display: flex;
  height: 96px;
  color: #ffffff;
  padding-top: 33px;
}
@media (max-width: 768px) {
  .linkmenu .linkmenu-inner {
    padding-top: 0;
    height: auto;
    color: #0e5b7c;
  }
}
.linkmenu .linkmenu-list {
  display: -webkit-box;
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .linkmenu .linkmenu-list {
    flex-wrap: wrap;
    padding: 0 10px;
  }
}
.linkmenu .linkmenu-list-item {
  height: 20px;
  padding: 0 0;
  width: 20%;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .linkmenu .linkmenu-list-item {
    width: 50%;
    padding: 0 3px;
    margin-bottom: 10px;
    height: auto;
    text-align: center;
  }
}
.linkmenu .linkmenu-list-item + .linkmenu-list-item {
  border-left: 1px solid #1d82af;
}
@media (max-width: 768px) {
  .linkmenu .linkmenu-list-item + .linkmenu-list-item {
    border-left: 0 solid #1d82af;
  }
}
.linkmenu .linkmenu-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: block;
  position: relative;
}
.linkmenu .linkmenu-link:hover {
  opacity: 0.4;
}
@media (max-width: 768px) {
  .linkmenu .linkmenu-link {
    background-color: #e2edef;
    height: 36px;
    border-radius: 18px;
    padding: 6px 30px 6px 10px;
    font-size: 1.2rem;
    font-weight: bold;
  }
}
.linkmenu .linkmenu-arrow {
  width: 32px;
  height: 32px;
  border: 1px solid #26bfdb;
  border-radius: 16px;
  background-color: #ffffff;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  top: 63px;
  margin: auto;
}
@media (max-width: 768px) {
  .linkmenu .linkmenu-arrow {
    z-index: 1;
    bottom: 0;
    top: 0;
    right: 10px;
    left: auto;
    width: 20px;
    height: 20px;
    border-radius: 10px;
  }
}
.linkmenu .linkmenu-arrow::before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  border-top: solid 2px #26bfdb;
  border-right: solid 2px #26bfdb;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .linkmenu .linkmenu-arrow::before {
    width: 6px;
    height: 6px;
  }
}

.first-area {
  background-image: url(./images/bg_nine.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.selectedReason {
  max-width: 1280px;
  padding: 48px 20px 0;
  margin: auto;
  color: #2f2f2f;
}
@media (max-width: 768px) {
  .selectedReason {
    padding: 48px 16px 0;
  }
}

.selectedReason .visible {
  display: block;
}
.selectedReason .smVisible,
.selectedReason .mdVisible,
.selectedReason .lgVisible {
  display: none;
}
@media (min-width: 640px) {
  .selectedReason .smVisible {
    display: block;
  }
  .selectedReason .smVisible + .visible {
    display: none;
  }
}
@media (min-width: 768px) {
  .selectedReason .mdVisible {
    display: block;
  }
  .selectedReason .mdVisible + .visible {
    display: none;
  }
}
@media (min-width: 1024px) {
  .selectedReason .lgVisible {
    display: block;
  }
  .selectedReason .lgVisible + .visible {
    display: none;
  }
}

.selectedReason .selectedReason__heading {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .selectedReason .selectedReason__heading {
    margin-bottom: 32px;
  }
}
.selectedReason .selectedReason__title {
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  border-bottom: 8px solid #1998d0;
  border-image: linear-gradient(to right, #1998d0 0%, #66f2d2 100%);
  border-image-slice: 1;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .selectedReason .selectedReason__title {
    font-size: 3rem;
  }
}
.selectedReason .selectedReasonContent {
}
.selectedReason .selectedReasonMeritList {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
.selectedReason .selectedReasonMeritList_noFlex {
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .selectedReason .selectedReasonMeritList_noFlex {
    margin-top: 24px;
  }

  .selectedReason .selectedReasonMeritList {
    gap: 24px;
    margin-top: 24px;
  }
}
@media (max-width: 640px) {
  .selectedReason .selectedReasonMeritList {
    flex-direction: column;
  }
}
.selectedReason .selectedReasonMeritFlex--horizontal {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.selectedReason .selectedReasonMeritFlex--horizontal {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 8px 8px rgba(25, 152, 208, 0.16);
  padding: 40px 50px;
}

@media (max-width: 640px) {
  .selectedReason .selectedReasonMeritFlex--horizontal {
    flex-direction: column;
  }
}
.selectedReason .selectedReasonMeritList .selectedReasonMeritList__item {
  width: 50%;
  display: flex;
}
@media (max-width: 640px) {
  .selectedReason .selectedReasonMeritList .selectedReasonMeritList__item {
    width: 100%;
  }
}
.selectedReason .selectedReasonMerit {
  flex: 1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 8px 8px rgba(25, 152, 208, 0.16);
  padding: 40px 50px;
}
@media (max-width: 768px) {
  .selectedReason .selectedReasonMerit {
    padding: 40px 24px;
  }
}
.selectedReason .selectedReasonMerit__image--fixed {
  flex: 0 0 auto;
  min-width: 380px;
  max-width: 560px;
  @media (max-width: 768px) {
    min-width: 0;
  }
}
.selectedReason .selectedReasonMerit .selectedReasonMerit__highlight {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  background: #fc4db9;
  color: #fff;
  height: 22px;
  padding: 0 8px;
  margin-bottom: 8px;
  border-radius: 3px;
}
.selectedReason .selectedReasonMerit .selectedReasonMerit__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 16px;
}
.selectedReason .selectedReasonMerit .selectedReasonMerit__image {
  display: flex;
  align-items: center;
  justify-content: center;

  &.translated {
    @media (min-width: 1100px) {
      transform: translateY(5%);
    }
  }
}
.selectedReason .selectedReasonMerit .selectedReasonMerit__image img {
  max-width: 100%;
  width: 70%;
  height: auto;
  object-fit: cover;

  &.w--75 {
    width: 75%;
    margin-top: 10px;
  }

  &.w--80 {
    width: 80%;
  }

  @media (max-width: 768px) {
    &,
    &.w--75,
    &.w--80 {
      width: 100%;
    }
  }
}
.selectedReason .selectedReasonMerit .selectedReasonMerit__image img.img--large {
  width: 100%;
  margin-left: 20px;
  margin-top: -20px;
}
.selectedReason .selectedReasonMerit .selectedReasonMerit__text {
  font-size: 1.4rem;
}
.selectedReason .selectedReasonSupportList {
  display: flex;
  gap: 32px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .selectedReason .selectedReasonSupportList {
    margin-top: 32px;
    gap: 24px;
  }
}
@media (max-width: 640px) {
  .selectedReason .selectedReasonSupportList {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .selectedReason .selectedReasonSupportList {
    gap: 16px;
    flex-wrap: wrap;
  }
}
.selectedReason .selectedReasonSupportList .selectedReasonSupportList__item {
  width: 33.3%;
  display: flex;
}
@media (max-width: 480px) {
  .selectedReason .selectedReasonSupportList .selectedReasonSupportList__item {
    width: calc(50% - 8px);
  }
}
.selectedReason .selectedReasonSupport {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 8px 8px rgba(25, 152, 208, 0.16);
  padding: 32px 16px;
}
@media (max-width: 768px) {
  .selectedReason .selectedReasonSupport {
    padding: 12px 20px 20px;
  }
}
@media (max-width: 640px) {
  .selectedReason .selectedReasonSupport {
    padding: 20px 8px;
  }
}

@media (min-width: 641px) {
  .selectedReason .selectedReasonSupport .selectedReasonSupport__eyecatchPc {
    color: #fc4cbb;
    font-weight: bold;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .selectedReason .selectedReasonSupport .selectedReasonSupport__eyecatchPc {
    display: none;
  }
}
@media (min-width: 641px) {
  .selectedReason .selectedReasonSupport .selectedReasonSupport__eyecatchSp {
    display: none;
  }
}
@media (max-width: 640px) {
  .selectedReason .selectedReasonSupport .selectedReasonSupport__eyecatchSp {
    position: absolute;
    top: 0;
    left: 0;
    background: #fc4cbb;
    color: #fff;
    border-radius: 4px;
    padding: 4px 8px;
    line-height: 1;
    font-size: 10px;
    font-weight: bold;
  }
}
.selectedReason .selectedReasonSupport .selectedReasonSupport__title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .selectedReason .selectedReasonSupport .selectedReasonSupport__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 640px) {
  .selectedReason .selectedReasonSupport .selectedReasonSupport__title {
    line-height: 1.34;
  }
}
@media (max-width: 640px) {
  .selectedReason .selectedReasonSupport .selectedReasonSupport__title {
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}
.selectedReason .selectedReasonSupport .selectedReasonSupport__text {
  font-size: 1.3rem;
  line-height: 2.1;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .selectedReason .selectedReasonSupport .selectedReasonSupport__text {
    display: none;
  }
}
.selectedReason .selectedReasonSupport .selectedReasonSupport__image {
  display: none;
}
.selectedReason .selectedReasonSupport .selectedReasonSupport__image img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 640px) {
  .selectedReason .selectedReasonSupport .selectedReasonSupport__image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
  }
}
.selectedReason .selectedReasonSupport .selectedReasonSupport__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 22px;
  background: #26bfdb;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  transition: 0.3s ease;
  margin-top: auto;
}
@media (max-width: 640px) {
  .selectedReason .selectedReasonSupport .selectedReasonSupport__button {
    height: 25px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .selectedReason .selectedReasonSupport .selectedReasonSupport__button {
    width: 65%;
    margin: 0 auto;
  }
}
.selectedReason .selectedReasonSupport .selectedReasonSupport__button:hover {
  background-color: #fff;
  color: #26bfdb;
  border: 2px solid #26bfdb;
}
.selectedReason .selectedReasonSupport .selectedReasonSupport__button.-reverse {
  background: #fff;
  color: #26bfdb;
  border: 2px solid #26bfdb;
}
@media (max-width: 1024px) {
  .selectedReason
    .selectedReasonSupport
    .selectedReasonSupport__button.-reverse {
    line-height: 1.3;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .selectedReason
    .selectedReasonSupport
    .selectedReasonSupport__button.-reverse {
    border: 0;
    background: transparent;
    line-height: 1.5;
    text-align: center;
  }
}

.example {
  background-color: #fcfcfc;
}

@media (max-width: 1100px) {
  .example {
    background-color: #ffffff;
  }
}

.example .example-inner {
  max-width: 1280px;
  padding: 90px 20px 0;
  margin: auto;
}

@media (max-width: 1100px) {
  .example .example-inner {
    padding: 0 0 110px;
  }
}

@media (max-width: 1100px) {
  .example .example-title-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
}

.example .example-title {
  font-size: 3.6rem;
  text-align: center;
}

@media (max-width: 1100px) {
  .example .example-title {
    display: none;
    font-size: 3vw;
    text-align: left;
  }
}

.example .example-title-image {
  max-width: 697px;
}

.example .example-line-text {
  font-size: 4.5rem;
  color: #26bfdb;
  position: relative;
  display: inline-block;
  margin: 0 10px;
}

@media (max-width: 1100px) {
  .example .example-line-text {
    font-size: 4.8vw;
    margin: 0;
  }
}

.example .example-line-text::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background: rgb(25, 152, 208);
  background: -webkit-linear-gradient(
    310deg,
    rgb(25, 152, 208) 0%,
    rgb(102, 242, 210) 100%
  );
  background: linear-gradient(
    140deg,
    rgb(25, 152, 208) 0%,
    rgb(102, 242, 210) 100%
  );
  bottom: 0;
}

.example .example-line-text-pink {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 6.6rem;
  color: #fc4db9;
  position: relative;
  display: inline-block;
  margin: 0 10px;
  line-height: 1.3;
  top: 5px;
}

@media (max-width: 1100px) {
  .example .example-line-text-pink {
    font-size: 10vw;
    margin: 0;
    margin-left: -10px;
  }
}

.example .example-line-text-pink::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 6px;
  background: rgb(255, 54, 189);
  background: -webkit-linear-gradient(
    left,
    rgb(255, 54, 189) 0%,
    rgb(255, 158, 141) 100%
  );
  background: linear-gradient(
    90deg,
    rgb(255, 54, 189) 0%,
    rgb(255, 158, 141) 100%
  );
  bottom: 1px;
  left: 0;
  right: 0;
  margin: auto;
}

.example .example-content-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 40px;
}

@media (max-width: 1100px) {
  .example .example-content-box {
    margin-top: 0;
    padding: 0 20px;
  }
}

.example .example-image-box {
  padding: 0 30px 0 0;
}

@media (max-width: 1100px) {
  .example .example-image-box {
    display: none;
  }
}

.example .example-image {
  width: 340px;
}

.example .example-image-box-sp {
  display: none;
}

.example .example-image-box-sp .example-image {
  width: 90vw;
}

@media (max-width: 1100px) {
  .example .example-image-box-sp {
    display: block;
  }
}

.example .example-text-box {
  font-size: 2rem;
  line-height: 2;
}

@media (max-width: 1100px) {
  .example .example-text-box {
    font-size: 1.6rem;
    margin-top: -20px;
  }
}

.example .example-graph-box {
  margin-top: 55px;
  text-align: center;
}

.example .example-sub-title {
  font-size: 3.2rem;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #26bfdb;
  line-height: 1;
  margin-bottom: -5px;
}

.example .example-graph-title {
  border-radius: 12px;
  border: 4px solid #26bfdb;
  background-color: #ffffff;
  max-width: 789px;
  margin: auto;
  padding: 24px;
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  z-index: 3;
}

.example .example-graph-title .text-blue {
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 1100px) {
  .example .example-graph-title {
    width: calc(100% - 32px);
    font-size: 2.2rem;
    padding: 10px;
  }
}

.example-interstitial-message {
  text-align: center;
  background-color: #fdfd2a;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 72px;
}
.example-interstitial-message a {
  font-size: 20px;
  color: #313131;
  text-decoration: underline;
}
@media (max-width: 1100px) {
  .example-interstitial-message {
    margin: 48px 16px 0;
  }
  .example-interstitial-message a {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .example-interstitial-message {
    margin: 32px 16px 16px;
  }
  .example-interstitial-message a {
    font-size: 14px;
  }
}

.example .example-list {
  border-radius: 24px 24px 0px 0px;
  background-color: #26bfdb;
  margin-top: -56px;
  display: -webkit-box;
  display: flex;
  padding: 90px 4% 60px;
  -webkit-box-pack: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

@media (max-width: 1100px) {
  .example .example-list {
    display: block;
    margin-top: -83px;
    padding-bottom: 21px;
  }
}

.example .example-list::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #26bfdb transparent transparent transparent;
}

.example .example-list-item {
  width: 30%;
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .example .example-list-item {
    width: 100%;
    padding-bottom: 5px;
    font-size: 1.5rem;
  }
}

.example .example-list-item + .example-list-item {
  border-left: 2px solid #1998d0;
}

@media (max-width: 1100px) {
  .example .example-list-item + .example-list-item {
    border-left: 0 solid #1998d0;
    border-top: 2px solid #1998d0;
  }
}

.example .text-yellow {
  font-size: 2.6rem;
}

@media (max-width: 1100px) {
  .example .text-yellow {
    font-size: 1.8rem;
    padding: 0 16px;
    display: inline-block;
  }
}

.example .example-comment {
  font-size: 1.4rem;
  font-weight: lighter;
  position: absolute;
  left: 0;
  right: 0;
}

@media (max-width: 1100px) {
  .example .example-comment {
    position: relative;
  }
}

.example .example-bottom-box {
  background-color: #ffffff;
  border-radius: 0 0 24px 24px;
  text-align: left;
  padding: 32px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1100px) {
  .example .example-bottom-box {
    padding: 24px 16px 16px;
  }
}

.example .example-bottom-title {
  color: #adadad;
  font-size: 1.6rem;
  font-weight: bold;
}

.example .example-bottom-text-box {
  border-radius: 12px;
  background-color: #f5f8f8;
  text-align: center;
  padding: 20px 10px;
  margin-top: 10px;
}

.example .example-bottom-text-box.is-pink {
  background-color: #f9efff;
}

.example .example-bottom-content {
  position: relative;
}

.example .example-bottom-content.is-arrow::before {
  content: '';
  width: 54px;
  height: 60px;
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(./images/dot_arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1100px) {
  .example .example-bottom-content.is-arrow::before {
    top: -33px;
  }
}

.example .example-bottom-content.is-arrow .example-text-image.pc-only {
  margin-top: -24px;
}

.example .example-bottom-content + .example-bottom-content {
  margin-top: 54px;
}

@media (max-width: 1100px) {
  .example .example-bottom-content + .example-bottom-content {
    margin-top: 40px;
  }
}

.example .example-text-image {
  width: 100%;
  margin-top: 8px;
}

.voice {
  background-color: #fcfcfc;
  position: relative;
  padding-bottom: 160px;
  z-index: 1;
  box-shadow: 0px 32px 24px #1998D029;
  padding-top: 48px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .voice {
    padding-bottom: 0;
  }
}

.voice .voice-inner {
  max-width: 1280px;
  padding: 0 20px 0;
  margin: auto;
}

@media (max-width: 1100px) {
  .voice .voice-inner {
    padding: 0 16px 48px;
  }
}

.voice .voice-title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.voice .voice-title-sub {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 1.6rem;
  color: #26bfdb;
  position: relative;
  display: inline-block;
  top: -10px;
}

.voice .voice-title-sub::before {
  content: '';
  height: 6px;
  position: absolute;
  bottom: -10px;
  width: 100%;
  background: rgb(25, 152, 208);
  background: -webkit-linear-gradient(
    310deg,
    rgb(25, 152, 208) 0%,
    rgb(102, 242, 210) 100%
  );
  background: linear-gradient(
    140deg,
    rgb(25, 152, 208) 0%,
    rgb(102, 242, 210) 100%
  );
}

.voice .voice-content {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-top: 60px;
}

@media (max-width: 1100px) {
  .voice .voice-content {
    display: block;
    margin-top: 71px;
  }
}

.voice .voice-content.is-reverse {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.voice .voice-content.is-reverse .voice-image {
  right: 0;
  left: auto;
}

.voice .voice-content.is-reverse .voice-content-text-box {
  padding: 58px 56px 36px 72px;
}

@media (max-width: 1100px) {
  .voice .voice-content.is-reverse .voice-content-text-box {
    padding: 42px 24px 36px 24px;
  }
}

.voice .voice-content.is-reverse .voice-content-number {
  right: auto;
  left: 0;
}

@media (max-width: 1100px) {
  .voice .voice-content.is-reverse .voice-content-number {
    left: auto;
    right: -169px;
  }
}

@media (max-width: 1100px) {
  .voice .voice-content.is-last .voice-content-number {
    left: auto;
    right: -170px;
  }
}

.voice .voice-content + .voice-content {
  margin-top: 120px;
}

@media (max-width: 1100px) {
  .voice .voice-content + .voice-content {
    margin-top: 40px;
  }
}

.voice .voice-content-text-box {
  border-radius: 24px;
  width: 42%;
  max-width: 620px;
  -webkit-backdrop-filter: blur(30px) brightness(150%);
  backdrop-filter: blur(30px) brightness(150%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 58px 72px 36px 56px;
  position: relative;
  z-index: 2;
  top: 40px;
}

@media (max-width: 1100px) {
  .voice .voice-content-text-box {
    width: calc(100% + 32px);
    margin-left: -16px;
    top: -20px;
    padding: 42px 24px 36px 24px;
  }
}

.voice .voice-content-number {
  font-family: 'Quicksand';
  font-size: 4.8rem;
  color: #26bfdb;
  font-weight: 700;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  position: absolute;
  right: -240px;
  top: -75px;
}

@media (max-width: 1100px) {
  .voice .voice-content-number {
    font-size: 3.5rem;
    right: -160px;
    top: -185px;
  }
}

.voice .voice-content-number-light {
  font-family: 'Montserrat';
  font-weight: 300;
  font-weight: lighter;
}

.voice .voice-image {
  width: 60%;
  padding-top: 37.5%;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  position: absolute;
  overflow: hidden;
  left: 0;
}

@media (max-width: 1100px) {
  .voice .voice-image {
    width: calc(100% + 16px);
    margin-left: -16px;
    padding-top: 62%;
    border-radius: 0px 12px 12px 0px;
    position: relative;
  }
}

.voice .voice-content-title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.42;
}

@media (max-width: 1100px) {
  .voice .voice-content-title {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.voice .voice-content-text {
  font-size: 1.6rem;
  line-height: 1.9;
  margin-top: 16px;
  font-weight: 400;
}

@media (max-width: 1100px) {
  .voice .voice-content-text {
    font-size: 1.4rem;
    margin-top: 24px;
  }
}

.voice .voice-user-image {
  width: 54px;
  height: 54px;
  border-radius: 27px;
  background-size: cover;
  margin-left: 6px;
}

.voice .voice-user {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 34px;
}

@media (max-width: 1100px) {
  .voice .voice-user {
    margin-top: 30px;
  }
}

.voice .voice-user-name {
  font-size: 1.4rem;
}

.voice .voice-button-box {
  text-align: center;
  margin-top: 300px;
}

@media (max-width: 1100px) {
  .voice .voice-button-box {
    margin-top: 45px;
  }
}

.voice .voice-button-box .button-blue {
  margin: auto;
}

@media (max-width: 1100px) {
  .voice .voice-button-box .button-blue {
    width: 290px;
    height: 64px;
  }
}

.feature {
  background-color: #fcfcfc;
}

.feature .feature-inner {
  max-width: 1280px;
  padding: 180px 20px 115px;
  margin: auto;
}

@media (max-width: 1100px) {
  .feature .feature-inner {
    padding: 50px 5px 68px;
  }
}

.feature .feature-title {
  position: relative;
  padding: 80px 0 0;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: bold;
}

@media (max-width: 1100px) {
  .feature .feature-title {
    padding-top: 36px;
    font-size: 2.2rem;
  }
}

.feature .feature-title::before {
  content: '';
  width: 491px;
  height: 1px;
  background-color: #26bfdb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 1100px) {
  .feature .feature-title::before {
    width: calc(100% - 48px);
    margin-left: 24px;
  }
}

.feature .feature-lead {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 10px;
}

@media (max-width: 1100px) {
  .feature .feature-lead {
    font-size: 1.3rem;
  }
}

.feature .feature-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-top: 50px;
}

@media (max-width: 1100px) {
  .feature .feature-list {
    margin-top: 35px;
  }
}

.feature .feature-list-item {
  width: 19%;
  position: relative;
  padding-top: calc(16% + 86px);
  margin-left: 0.5%;
  margin-right: 0.5%;
  margin-top: 24px;
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .feature .feature-list-item {
    width: calc(50% - 10px);
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 75.5%;
  }
}

.feature .feature-list-item:nth-child(2),
.feature .feature-list-item:nth-child(4),
.feature .feature-list-item:nth-child(6),
.feature .feature-list-item:nth-child(9) {
  margin-top: 60px;
}

@media (max-width: 1100px) {
  .feature .feature-list-item:nth-child(2),
  .feature .feature-list-item:nth-child(4),
  .feature .feature-list-item:nth-child(6),
  .feature .feature-list-item:nth-child(9) {
    margin-top: 10px;
  }
}

.feature .feature-image-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  bottom: 0;
  background-position: center;
}

.feature .feature-image-text {
  line-height: 1.78;
  position: absolute;
  bottom: -1px;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 16px;
  -webkit-backdrop-filter: blur(30px) brightness(150%);
  backdrop-filter: blur(30px) brightness(150%);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0px 0px 8px 8px;
}

.sample {
  background-color: #ffffff;
  box-shadow: 0px 32px 24px rgba(25, 152, 208, 0.16);
  position: relative;
  z-index: 1;
}

.sample .sample-title-box {
  background-color: #eaf7fa;
  padding: 70px 20px 40px;
  text-align: center;
}

.sample .sample-title {
  font-size: 2.5rem;
  color: #26bfdb;
  font-weight: bold;
}

@media (max-width: 1100px) {
  .sample .sample-title {
    font-size: 2.2rem;
  }
}

.sample .sample-lead {
  font-size: 1.6rem;
  margin-top: 20px;
}

@media (max-width: 1100px) {
  .sample .sample-lead {
    font-size: 1.3rem;
  }
}

.sample .sample-list-wrap {
  padding: 60px 0;
  background-color: #ffffff;
  box-shadow: 0 32px 24px rgba(25, 152, 208, 0.16);
  position: relative;
}

.sample .sample-list-wrap::before {
  content: '';
  width: 80px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgb(255, 255, 255);
  background: -webkit-linear-gradient(
    left,
    rgb(255, 255, 255) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgb(255, 255, 255) 70%,
    rgba(255, 255, 255, 0) 100%
  );
}

@media (max-width: 1100px) {
  .sample .sample-list-wrap::before {
    display: none;
  }
}

.sample .sample-list-wrap::after {
  content: '';
  width: 80px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: rgb(255, 255, 255);
  background: -webkit-linear-gradient(
    right,
    rgb(255, 255, 255) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    270deg,
    rgb(255, 255, 255) 70%,
    rgba(255, 255, 255, 0) 100%
  );
}

@media (max-width: 1100px) {
  .sample .sample-list-wrap::after {
    display: none;
  }
}

.sample .sample-scroll {
  overflow-x: auto;
  width: 100%;
}

@media (max-width: 1100px) {
  .sample .sample-scroll {
  }
}

.sample .sample-list {
  display: -webkit-box;
  display: flex;
  position: relative;
  padding: 0 0 5px;
  scroll-behavior: smooth;
}

.sample .sample-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  display: none;
}

@media (max-width: 1100px) {
  .sample .sample-list::-webkit-scrollbar-track {
    background: none;
  }
}

.sample .sample-list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  opacity: 0;
}

@media (max-width: 1100px) {
  .sample .sample-list::-webkit-scrollbar {
    display: none;
  }
}

.sample .sample-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  opacity: 0;
  display: none;
}

@media (max-width: 1100px) {
  .sample .sample-list::-webkit-scrollbar-thumb {
    display: none;
  }
}

@media (max-width: 1100px) {
  .sample .sample-list {
    padding: 0 0;
  }
}

.sample .sample-scroll .custom {
  max-width: 1440px;
  margin: 0 auto;
  padding: 56px 0;
}
@media (max-width: 1100px) {
  .sample .sample-scroll .custom {
    padding: 48px 0 48px;
  }
}

.custom .custom-prev::after,
.custom .custom-next::after {
  /* Swiperのnavigationの矢印を */
  content: '';

  /* 本PJ用のスタイルを設定 */
  width: 43px;
  height: 43px;
  border-top: solid 4px #999999;
  border-right: solid 4px #999999;
  position: absolute;
}

/* 前への矢印カスタマイズ */
.custom .custom-prev::after {
  z-index: 1;
  left: 40px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* 次への矢印カスタマイズ */
.custom .custom-next::after {
  z-index: 2;
  right: 40px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1100px) {
  .custom .custom-prev,
  .custom .custom-next {
    display: none;
  }
}

/* 利用者の声 矢印カスタマイズ */
.uservoice .custom .custom-prev::after,
.uservoice .custom .custom-next::after {
  top: -55%;
}

.sample .sample-list-item {
  max-width: 358px;
  height: 496px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  padding: 16px;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}

.sample .sample-user-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.sample .sample-user-icon {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  overflow: hidden;
  margin-right: 8px;
  background-size: cover;
  flex-shrink: 0;
}

.sample .sample-name {
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.sample .sample-user-name {
  color: #333;
  font-size: 12px;
  font-size: 1.2rem;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.sample .sample-post-title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  height: 48px;
  margin-bottom: 8px;
}

.sample .sample-post-body .sample-post {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  white-space: pre-wrap;
}

.sample .sample-post-body.is-textonly .sample-post {
  -webkit-line-clamp: 13;
}

.sample .sample-post-body.is-attachedFiles .sample-post {
  -webkit-line-clamp: 10;
}

.sample .sample-post-body .media {
  margin-bottom: 16px;
}

.sample .sample-post-body .media img {
  width: 100%;
}

.sample .sample-post-body .media li {
  /* position: relative;
    width: 100%;
    padding-top: 56.25%; */
}

.sample .sample-post-body .media li .image-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.sample .sample-post-body .media li img {
  border: 1px solid #c4cfd6;
  border-radius: 4px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.function {
  background-image: url(./images/opendoor_top.webp);
  height: 811px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-attachment: fixed;
  position: relative;
}

@media (max-width: 1100px) {
  .function {
    height: auto;
  }
}

.function .function-blur {
  -webkit-backdrop-filter: blur(20px) brightness(90%);
  backdrop-filter: blur(20px) brightness(90%);
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.function .function-inner {
  max-width: 980px;
  padding: 165px 20px 138px;
  margin: auto;
  position: relative;
}

@media (max-width: 1100px) {
  .function .function-inner {
    padding: 96px 36px 65px;
  }
}

.function .function-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1100px) {
  .function .function-content {
    display: block;
  }
}

.function .function-title {
  font-size: 3.2rem;
  font-weight: bold;
}

.function .function-title-sub {
  font-family: 'Montserrat';
  font-weight: 700;
  color: #26bfdb;
  font-size: 1.2rem;
  display: inline-block;
  position: relative;
  padding-top: 18px;
  margin-bottom: 32px;
}

.function .function-title-sub::before {
  content: '';
  width: 100%;
  height: 2px;
  background: rgb(25, 152, 208);
  background: -webkit-linear-gradient(
    310deg,
    rgb(25, 152, 208) 0%,
    rgb(102, 242, 210) 100%
  );
  background: linear-gradient(
    140deg,
    rgb(25, 152, 208) 0%,
    rgb(102, 242, 210) 100%
  );
  position: absolute;
  top: 0;
}

.function .function-lead {
  width: 360px;
  margin-top: 26px;
  font-size: 1.8rem;
  line-height: 2;
}

@media (max-width: 1100px) {
  .function .function-lead {
    font-size: 1.5rem;
    width: 100%;
  }
}

.function .function-box {
  width: 440px;
}

@media (max-width: 1100px) {
  .function .function-box {
    width: 100%;
  }
}

.function .function-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .function .function-list {
    margin-top: 40px;
  }
}

.function .function-list-item {
  width: 27%;
  position: relative;
  margin-bottom: 34px;
  border-radius: 8px;
  text-align: center;
}

@media (max-width: 1100px) {
  .function .function-list-item {
    width: 31%;
    margin-bottom: 22px;
  }
}

.function .function-image {
  background-color: #ffffff;
  border-radius: 8px;
  padding-top: 100%;
  background-size: 62.5%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  margin: auto;
}

.function .function-image--bg-45 {
  background-size: 45%;
}

.function .function-name {
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 14px;
}

@media (max-width: 1100px) {
  .function .function-name {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}

.experience {
  position: relative;
  background-color: #ffffff;
}

.experience .experience-inner {
  max-width: 1100px;
  padding: 250px 20px 225px;
  margin: auto;
  min-height: 1100px;
}

@media (max-width: 1100px) {
  .experience .experience-inner {
    padding: 0 0 0;
  }
}

.experience .experience-image-box {
  width: calc(50vw - 44px);
  height: 480px;
  background-image: url(./images/salon_photo01.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 134px;
}

@media (max-width: 1100px) {
  .experience .experience-image-box {
    position: relative;
    background-position: left;
    top: 0;
    width: 100%;
    height: 0;
    padding-top: 77%;
  }
}

.experience .experience-image-box::before {
  content: '';
  width: 372px;
  height: 500px;
  background-image: url(./images/smartphone.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -208px;
  top: 0;
}

@media (max-width: 1100px) {
  .experience .experience-image-box::before {
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
    top: -10%;
  }
}

.experience .experience-text-box {
  max-width: 293px;
  width: calc(100% - 540px);
}

@media (max-width: 1100px) {
  .experience .experience-text-box {
    max-width: 100%;
    width: 100%;
    padding: 132px 48px 85px;
  }
}

.experience .experience-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.62;
}

@media (max-width: 1100px) {
  .experience .experience-title {
    font-size: 2rem;
    line-height: 1.95;
  }
}

.experience .experience-lead {
  font-size: 1.3rem;
  margin-top: 10px;
  line-height: 2;
}

.experience .experience-button-box {
  margin-top: 50px;
}

.experience .experience-button-box .button-blue {
  width: 184px;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media (max-width: 1100px) {
  .experience .experience-button-box .button-blue {
    height: 54px;
  }
}

.faq {
  background-image: url(./images/bg_faq.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.faq .faq-inner {
  max-width: 1040px;
  padding: 140px 20px 140px;
  margin: auto;
}

@media (max-width: 1100px) {
  .faq .faq-inner {
    padding: 140px 8px 130px;
  }
}

.faq .faq-title {
  position: relative;
  max-width: 334px;
  height: 158px;
  margin: auto;
  text-align: center;
}

.faq .faq-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 158px;
  width: 22px;
  border-top: 1px solid #26bfdb;
  border-left: 1px solid #26bfdb;
  border-bottom: 1px solid #26bfdb;
}

.faq .faq-title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 158px;
  width: 22px;
  border-top: 1px solid #26bfdb;
  border-right: 1px solid #26bfdb;
  border-bottom: 1px solid #26bfdb;
}

.faq .faq-image {
  width: 88px;
  margin: -10px auto 12px;
  
}

.faq .faq-title-text {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 10px;
}

.faq .faq-lead {
  font-size: 1.6rem;
  color: #26bfdb;
  margin-top: 10px;
}

.faq .faq-list {
  margin-top: 72px;
}

.faq .faq-list-item {
  border-radius: 8px;
  font-size: 1.5rem;
  font-weight: bold;
  border: 1px solid #e2edef;
  background-color: #ffffff;
  line-height: 1.66;
}

.faq .faq-list-item.is-open {
  border: 1px solid #26bfdb;
  box-shadow: 0 8px 8px rgba(25, 152, 208, 0.16);
}

.faq .faq-list-item.is-open .faq-answer {
  display: block;
}

.faq .faq-list-item.is-open .faq-toggle-button::before {
  top: 22px;
  left: 15px;
  background-color: #d9d9d9;
}

.faq .faq-list-item.is-open .faq-toggle-button::after {
  display: none;
}

.faq .faq-list-item + .faq-list-item {
  margin-top: 15px;
}

.faq .faq-question {
  padding: 20px 87px 24px 90px;
  position: relative;
  min-height: 96px;
  display: block;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.faq .faq-question:hover {
  opacity: 0.7;
}

@media (max-width: 1100px) {
  .faq .faq-question {
    min-height: 72px;
    padding: 6px 80px 6px 75px;
    font-size: 1.4rem;
  }
}

.faq .faq-question::before {
  content: '';
  width: 48px;
  height: 48px;
  background-image: url(data:image/webp;base64,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);
  background-size: cover;
  position: absolute;
  left: 25px;
  top: 22px;
}

@media (max-width: 1100px) {
  .faq .faq-question::before {
    left: 12px;
    top: 10px;
  }
}

.faq .faq-answer {
  display: none;
  padding: 30px 87px 28px 90px;
  position: relative;
  min-height: 96px;
  color: #26bfdb;
  position: relative;
}

.faq .faq-answer::after {
  content: '';
  top: 0;
  left: 25px;
  width: calc(100% - 115px);
  position: absolute;
  height: 1px;
  background-color: #e2edef;
}

@media (max-width: 1100px) {
  .faq .faq-answer::after {
    top: 0;
    left: 12px;
    width: calc(100% - 24px);
  }
}

@media (max-width: 1100px) {
  .faq .faq-answer {
    padding: 18px 14px 20px 75px;
    width: 100%;
    font-size: 1.5rem;
  }
}

.faq .faq-answer::before {
  content: '';
  width: 48px;
  height: 48px;
  background-image: url(data:image/webp;base64,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);
  background-size: cover;
  position: absolute;
  left: 25px;
  top: 24px;
}

@media (max-width: 1100px) {
  .faq .faq-answer::before {
    top: 14px;
    left: 12px;
  }
}

.faq .faq-button-box {
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

@media (max-width: 1100px) {
  .faq .faq-button-box {
    margin-top: 40px;
  }
}

.faq .faq-button-box .button-blue {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (max-width: 1100px) {
  .faq .faq-button-box .button-blue {
    width: 320px;
  }
}

.faq .faq-toggle-button {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #e2edef;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 23px;
  top: 24px;
}

@media (max-width: 1100px) {
  .faq .faq-toggle-button {
    top: 12px;
    right: 12px;
  }
}

.faq .faq-toggle-button::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #26bfdb;
  top: 22px;
  left: 15px;
}

.faq .faq-toggle-button::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: #26bfdb;
  top: 15px;
  left: 22px;
}

.faq .faq-note {
  text-align: right;
  line-height: 1;
  font-size: 12px;
  color: #999;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto 24px;
}

.beginner-top {
  background-position: center 0;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(./images/bg_beginner_top.webp);
}

.beginner-top::before {
  content: '';
  width: 100%;
}

.beginner-top .beginner-top-title {
  height: 859px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 88px;
}

@media (max-width: 1100px) {
  .beginner-top .beginner-top-title {
    padding-top: 0;
  }
}

.beginner-top .beginner-top-image {
  max-width: 1489px;
  width: 150%;
  position: relative;
  margin: auto;
}

@media (max-width: 1100px) {
  .beginner-top .beginner-top-image {
    width: 450px;
  }
}

.beginner-top .beginner-top-lead-box {
  text-align: center;
  position: relative;
  padding-top: 55px;
  max-width: 1400px;
  margin: auto;
}

@media (max-width: 1100px) {
  .beginner-top .beginner-top-lead-box {
    padding: 0 28px;
    text-align: left;
  }
}

.beginner-top .beginner-top-lead-box::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -162px;
  width: 450px;
  height: 628px;
  background-image: url(./images/bg_beginner_left_pc.webp);
  background-size: 450px 628px;
}

@media (max-width: 1100px) {
  .beginner-top .beginner-top-lead-box::before {
    display: none;
  }
}

.beginner-top .beginner-top-lead-box::after {
  content: '';
  position: absolute;
  top: -50px;
  right: -162px;
  width: 450px;
  height: 628px;
  background-image: url(./images/bg_beginner_right_pc.webp);
  background-size: 450px 628px;
}

@media (max-width: 1100px) {
  .beginner-top .beginner-top-lead-box::after {
    display: none;
  }
}

.beginner-top .beginner-top-lead {
  font-size: 2.2rem;
  line-height: 2.3;
  font-weight: bold;
  position: relative;
  padding-bottom: 190px;
}

.beginner-top .beginner-top-lead::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 131px;
  background-image: url(data:image/webp;base64,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);
}

@media (max-width: 1100px) {
  .beginner-top .beginner-top-lead::before {
    display: none;
  }
}

@media (max-width: 1280px) {
  .beginner-top .beginner-top-lead {
    font-size: 2vw;
  }
}

@media (max-width: 1100px) {
  .beginner-top .beginner-top-lead {
    font-size: 1.6rem;
    padding-bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.beginner-top .beginner-top-bg-sp-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

@media (max-width: 1100px) {
  .beginner-top .beginner-top-bg-sp-box {
    margin-top: -30px;
  }
}

.beginner-top .beginner-top-bg-sp {
  width: 605px;
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.uservoice {
  background-color: #ffffff;
  margin-top: -137px;
}

@media (max-width: 1100px) {
  .uservoice {
    margin-top: -90px;
  }
}

.uservoice .uservoice-title {
  padding-top: 240px;
  text-align: center;
}

@media (max-width: 1100px) {
  .uservoice .uservoice-title {
    padding-top: 120px;
  }
}

.uservoice .uservoice-image {
  width: 56px;
}

.uservoice .uservoice-title-text {
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 10px;
}

@media (max-width: 1100px) {
  .uservoice .uservoice-title-text {
    font-size: 2.6rem;
  }
}

.uservoice .uservoice-title-small {
  font-size: 1.6rem;
  color: #fc4db9;
  font-family: 'Montserrat';
  font-weight: 500;
  margin-top: 6px;
}

.uservoice .uservoice-list-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.uservoice .uservoice-list {
  margin-top: 40px;
  display: -webkit-box;
  display: flex;
  overflow-x: auto;
  padding-bottom: 32px;
}

.uservoice .uservoice-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  display: none;
}

@media (max-width: 1100px) {
  .uservoice .uservoice-list::-webkit-scrollbar-track {
    background: none;
  }
}

.uservoice .uservoice-list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  opacity: 0;
}

@media (max-width: 1100px) {
  .uservoice .uservoice-list::-webkit-scrollbar {
    display: none;
  }
}

.uservoice .uservoice-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  opacity: 0;
  display: none;
}

@media (max-width: 1100px) {
  .uservoice .uservoice-list::-webkit-scrollbar-thumb {
    display: none;
  }
}

@media (max-width: 1100px) {
  .uservoice .uservoice-list {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0;
  }
}

.uservoice .uservoice-list-item {
  margin: 0 10px;
}

.uservoice .uservoice-balloon {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding: 15px 15px;
  width: 240px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  border: solid 1px #fc4db9;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0px 12px 24px rgba(211, 97, 167, 0.16);
  height: calc(100% - 50px);
}

@media (max-width: 1100px) {
  .uservoice .uservoice-balloon {
    width: 202px;
  }
}

.uservoice .uservoice-balloon:before {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 28px;
  margin-left: -15px;
  border: 9px solid transparent;
  border-top: 13px solid #ffffff;
  z-index: 1;
}

.uservoice .uservoice-balloon:after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 31px;
  margin-left: -17px;
  border: 8px solid transparent;
  border-top: 11px solid #fc4db9;
  z-index: 0;
}

.uservoice .uservoice-list-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #fc4db9;
}

.uservoice .uservoice-list-text {
  font-size: 1.3rem;
  margin-top: 10px;
}

.uservoice .uservoice-user {
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 16px;
}

.uservoice .uservoice-profile {
  font-weight: 400;
  margin-left: 15px;
  font-size: 1.3rem;
  display: inline-block;
}

.type {
  margin-top: auto;
  overflow: hidden;
  padding: 0 0 100px;
}

.type .type-inner {
  max-width: 1280px;
  padding: 100px 20px 0;
  margin: auto;
}

@media (max-width: 1100px) {
  .type .type-inner {
    padding: 70px 0 0;
  }
}

.type .type-title {
  text-align: center;
}

.type .type-logo-image {
  width: 56px;
  margin: 0 auto;
}

.type .type-title-text {
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 15px;
}

@media (max-width: 1100px) {
  .type .type-title-text {
    line-height: 1.4;
    font-size: 2.6rem;
  }
}

.type .type-title-small {
  font-size: 1.6rem;
  color: #26bfdb;
  font-family: 'Montserrat';
  font-weight: 500;
  margin-top: 6px;
}

.type .type-lead {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 24px;
}

@media (max-width: 1100px) {
  .type .type-lead {
    padding: 0 20px;
  }
}

.type .type-list {
  margin-top: 70px;
}

@media (max-width: 1100px) {
  .type .type-list {
    margin-top: 35px;
  }
}

.type .type-list-item {
  position: relative;
}

.type .type-list-item.is-reverse .type-image {
  left: 0;
}

.type .type-list-item.is-reverse .type-content-box {
  left: auto;
  right: 0;
}

.type .type-list-item + .type-list-item {
  margin-top: 35px;
}

@media (max-width: 1100px) {
  .type .type-list-item + .type-list-item {
    margin-top: 18px;
  }
}

.type .type-image {
  height: 480px;
  border-radius: 24px;
  overflow: hidden;
  width: calc(100% - 102px);
  position: relative;
  left: 60px;
  background-size: cover;
}

.type .type-image.is-nowhow {
  background-position: center 44%;
}

@media (max-width: 1100px) {
  .type .type-image.is-nowhow {
    background-position: center;
  }
}

.type .type-image.is-fanclub {
  background-position: center 18%;
}

@media (max-width: 1100px) {
  .type .type-image.is-fanclub {
    background-position: center;
  }
}

.type .type-image.is-creative {
  background-position: center 40%;
}

@media (max-width: 1100px) {
  .type .type-image.is-creative {
    background-position: center;
  }
}

.type .type-image.is-consulting {
  background-position: center 57%;
}

@media (max-width: 1100px) {
  .type .type-image.is-consulting {
    background-position: center;
  }
}

.type .type-image.is-circle {
  background-position: center 40%;
}

@media (max-width: 1100px) {
  .type .type-image.is-circle {
    background-position: center;
  }
}

@media (max-width: 1100px) {
  .type .type-image {
    width: 100%;
    padding-top: 56%;
    left: 0;
    height: auto;
    border-radius: 0;
  }
}

.type .type-content-box {
  position: absolute;
  display: inline-block;
  border-radius: 12px;
  max-width: 512px;
  width: 60%;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 1100px) {
  .type .type-content-box {
    display: block;
    position: relative;
    width: 100%;
    padding: 5px 3px 0;
    max-width: 100%;
  }
}

.type .type-content-box-inner {
  border-radius: 12px;
  padding: 50px 56px;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(30px) brightness(100%);
  backdrop-filter: blur(30px) brightness(100%);
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 12px -8px #c1c1c1;
}

@media (max-width: 1100px) {
  .type .type-content-box-inner {
    padding: 30px 20px;
    background-color: #f5f5f5;
  }
}

.type .type-content-title {
  font-size: 2.4rem;
  color: #26bfdb;
  font-weight: bold;
}

@media (max-width: 1100px) {
  .type .type-content-title {
    font-size: 2rem;
  }
}

.type .type-content-title.is-red {
  color: #f02d78;
}

.type .type-content-title.is-purple {
  color: #8542f0;
}

.type .type-content-title.is-orange {
  color: #e6892b;
}

.type .type-content-title.is-green {
  color: #83c677;
}

.type .type-content-text {
  font-size: 1.4rem;
  margin-top: 12px;
  font-weight: 400;
}

.type .type-keyword-box {
  margin-top: 36px;
}

@media (max-width: 1100px) {
  .type .type-keyword-box {
    margin-top: 24px;
  }
}

.type .type-keyword-text {
  font-size: 1.4rem;
  font-weight: bold;
}

.type .type-keyword-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  gap: 10px 0;
}

.type .type-keyword-list-item {
  height: 43px;
  border-radius: 18.5px;
  background-color: #ffffff;
  padding: 0 20px;
  line-height: 43px;
  margin-right: 10px;
  font-size: 1.3rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: bold;
}

.attempt {
  background-color: #ffffff;
  overflow: hidden;
}

.attempt .attempt-inner {
  max-width: 1280px;
  padding: 0 20px 216px;
  margin: auto;
}

@media (max-width: 1100px) {
  .attempt .attempt-inner {
    padding: 0 24px 228px;
  }
}

.attempt .attempt-content {
  border-top: 1px solid #d9d9d9;
  padding-top: 70px;
}

@media (max-width: 1100px) {
  .attempt .attempt-content {
    padding-top: 48px;
  }
}

.attempt .attempt-title {
  text-align: center;
}

.attempt .attempt-logo-image {
  width: 50px;
}

.attempt .attempt-title-text {
  color: #4fcb6c;
  font-weight: bold;
  font-size: 2.4rem;
  margin-top: 20px;
}

@media (max-width: 1100px) {
  .attempt .attempt-title-text {
    font-size: 2rem;
  }
}

.attempt .attempt-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 42px;
}

@media (max-width: 1100px) {
  .attempt .attempt-list {
    display: block;
  }
}

.attempt .attempt-list-item {
  border-radius: 8px;
  overflow: hidden;
  width: calc(50% - 19px);
  background-color: #eafaf2;
}

@media (max-width: 1100px) {
  .attempt .attempt-list-item {
    width: 100%;
  }

  .attempt .attempt-list-item + .attempt-list-item {
    margin-top: 18px;
  }
}

.attempt .attempt-image {
  padding-top: 30%;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1100px) {
  .attempt .attempt-image {
    padding-top: 42%;
  }
}

.attempt .attempt-text-box {
  padding: 28px 30px;
}

@media (max-width: 1100px) {
  .attempt .attempt-text-box {
    padding: 28px 13px;
  }
}

.attempt .attempt-text-title {
  font-size: 2rem;
  font-weight: bold;
  color: #4fcb6c;
}

.attempt .attempt-text {
  margin-top: 24px;
  font-size: 1.6rem;
}

@media (max-width: 1100px) {
  .attempt .attempt-text {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

.attempt .attempt-bottom-link {
  margin-top: 28px;
  text-align: right;
}

.link.link-arrow-link {
  color: #26bfdb;
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0 26px 0 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.link.link-arrow-link::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
  width: 14px;
  height: 14px;
  background-image: url(./images/icon_arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.link.link-arrow-link:hover {
  opacity: 0.9;
}

.opening {
  background-image: url(./images/image_opening_pc.webp);
  background-size: cover;
  background-position: center;
}

@media (max-width: 1100px) {
  .opening {
    background-position: center top;
    background-image: url(./images/image_opening_sp.webp);
  }
}

.opening .opening-inner {
  padding: 140px 20px 130px;
  text-align: center;
  max-width: 750px;
  margin: auto;
}

@media (max-width: 1100px) {
  .opening .opening-inner {
    padding: 78px 24px 80px;
  }
}

.opening .opening-title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media (max-width: 1100px) {
  .opening .opening-title {
    font-size: 2.6rem;
  }
}

.opening .opening-lead {
  font-size: 1.6rem;
  margin-top: 22px;
  font-weight: 400;
}

@media (max-width: 1100px) {
  .opening .opening-lead {
    padding: 0 14px;
    text-align: left;
  }
}

.opening .opening-button-box {
  margin-top: 36px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1100px) {
  .opening .opening-button-box {
    display: block;
  }
}

.opening .opening-button-box .button-blue {
  width: 348px;
}

@media (max-width: 1100px) {
  .opening .opening-button-box .button-blue {
    margin: auto;
    width: 86vw;
  }

  .opening .opening-button-box .button-blue + .button-blue {
    margin-top: 20px;
  }
}

/**
 * Swiper 9.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 10, 2023
 */

@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl)
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.common-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 80px;
  border-radius: 8px 0px 0px 0px;
  margin: 0 auto;
}

.common-stats-count {
  display: flex;
  align-items: center;
  position: relative;
  height: 100px;
}

.common-stats-title {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  color: #333;
  white-space: nowrap;
  font-family: Noto Sans JP, sans-serif;
}

.common-stats-numWrap {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  color: #EBBC32;
}

.common-stats-unit {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  font-family: Noto Sans JP, sans-serif;
  align-self: flex-end;
  margin-bottom: 18px;
}

.common-stats-num {
  font-size: 64px;
  align-self: flex-end;
  font-family: Montserrat, sans-serif;
  margin-bottom: -10px;
  display: inline-block;
  text-align: center;
}

/* カッコの背景画像 */
.common-stats-bracketLeft,
.common-stats-bracketRight {
  width: 24px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.common-stats-bracketLeft {
  background-image: url('./images/bracket_left.svg');
  width: 36px;
  height: 80px;
}

.common-stats-bracketRight {
  background-image: url('./images/bracket_right.svg');
  width: 36px;
  height: 80px;
}

@media (max-width: 768px) {
  .common-stats {
    gap: 16px;
  }

  .common-stats-count {
    height: auto;
  }

  .common-stats-title {
    font-size: 14px;
    top: 1px;
  }

  .common-stats-numWrap {
    gap: 3px;
  }

  .common-stats-unit {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .common-stats-num {
    font-size: 24px;
    margin-bottom: 1px;
  }

  .common-stats-bracketLeft,
  .common-stats-bracketRight {
    width: 24px;
    height: 60px;
  }
}

.common-stats.pt-large {
  padding-top: 40px;
}

.common-stats.pt-small {
  padding-top: 20px;
}

@media (max-width: 768px) {
  .common-stats.pt-large {
    padding-top: 40px;
  }

  .common-stats.pt-small {
    padding-top: 40px;
  }
}

.float-img {
  position: absolute;
  top: 20px;
  right: 5px;
  width: 120px;
  height: auto;

  @media (max-width: 460px) {
    top : 15px;
    right: 10px;
    width: 80px;
  }
}