@charset "UTF-8";
@font-face {
  font-family: 'LINESeedJP';
  src: url("../fonts/LINESeedJP_OTF_Th.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Th.woff") format("woff");
  font-weight: 100;
  font-display: swap; }
@font-face {
  font-family: 'LINESeedJP';
  src: url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-display: swap; }
@font-face {
  font-family: 'LINESeedJP';
  src: url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-display: swap; }
@font-face {
  font-family: 'LINESeedJP';
  src: url("../fonts/LINESeedJP_OTF_Eb.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 900;
  font-display: swap; }
/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body, header, footer, section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  width: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  width: 100%;
  position: relative;
  font-family: "LINESeedJP", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  margin: 0;
  color: #000000;
  background: #fff url(../img/common/noise.png);
  background-repeat: repeat; }
  @media screen and (max-width: 834px) {
    body {
      font-size: 14px; } }

main {
  position: relative;
  z-index: 1; }

a {
  color: #000000; }

img {
  max-width: 100%;
  -webkit-backface-visibility: hidden; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top; }

th {
  text-align: left; }

li {
  list-style: none; }

a {
  outline: none;
  text-decoration: none; }

address {
  font-style: normal; }

/*fontショートカット*/
.line {
  font-family: "LINESeedJP", sans-serif; }

.ja {
  font-family: "Shippori Mincho", serif; }

.en {
  font-family: "Lexend Exa", sans-serif; }

/*縦書き表示*/
.vertical {
  writing-mode: vertical-rl; }

/*inner幅*/
.inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto; }

.inner-l {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto; }

/*レスポンシブ対応*/
.sp {
  display: none; }
  @media screen and (max-width: 834px) {
    .sp {
      display: block; } }

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

/*共通タイトル関連*/
.section__lead {
  font-size: 20px;
  font-family: "LINESeedJP", sans-serif;
  font-weight: 700;
  position: relative;
  color: #325CA9;
  padding-left: 2rem;
  line-height: 1.2;
  width: fit-content; }
  @media screen and (max-width: 834px) {
    .section__lead {
      font-size: 14px; } }
  .section__lead::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #325CA9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  @media screen and (max-width: 834px) {
    .section__lead {
      font-size: 16px;
      padding-left: 1rem; } }

.section__title {
  font-size: clamp(30px, 5vh, 52px);
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.2; }
  @media screen and (max-width: 834px) {
    .section__title {
      font-size: clamp(28px, 5vw, 34px); } }

.section__text-box {
  display: flex;
  flex-direction: column;
  gap: 4rem 0; }
  @media screen and (max-width: 834px) {
    .section__text-box {
      gap: 2rem 0; } }

/*テキスト背景*/
span.bg-white {
  display: block;
  background-color: #fff;
  padding: 2px 5px;
  text-align: center;
  width: fit-content;
  line-height: 1.2; }

span.bg-bl {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 2px 22px;
  line-height: 1.2;
  width: fit-content;
  overflow: hidden; }
  @media screen and (max-width: 834px) {
    span.bg-bl {
      padding: 2px 18px; } }

/*アクセントテキスト*/
.accent-text {
  font-family: "LINESeedJP", sans-serif;
  font-weight: 700;
  color: #CF2B25; }

/*fadeinアニメーション*/
.fadein.scroll-activate {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 0.8s;
  transition-delay: 0.3s; }

.fadein.scroll-activate.active {
  opacity: 1;
  transform: translateY(0); }

.scroll-activate.fadein-delay {
  opacity: 0;
  transform: translate(-50%, -50%) translateY(10px);
  transition: all 1.5s;
  transition-delay: 0.8s; }

.scroll-activate.fadein-delay.active {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0); }

/*背景文字アニメーション*/
.text-fadein.scroll-activate {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  white-space: nowrap;
  overflow: hidden; }

.text-fadein.scroll-activate.active {
  opacity: 1;
  transform: translateY(0); }

.fixed-banner {
  position: fixed;
  z-index: 1000;
  right: -10px;
  transition: 0.3s ease;
  top: calc(100vh - 70%);
  display: flex;
  flex-direction: column;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05); }
  .fixed-banner a {
    display: block;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    padding: 20px 10px; }
    .fixed-banner a img {
      width: 24px;
      transform: rotate(90deg); }
  .fixed-banner a.mail-contact {
    background-color: #7D8E9E; }
    .fixed-banner a.mail-contact p {
      font-size: 2rem;
      color: #fff;
      font-weight: 600; }
  .fixed-banner a.tel-contact {
    background-color: #fff; }
    .fixed-banner a.tel-contact p {
      font-size: 3.2rem;
      color: #2C5F97;
      font-weight: 400; }

.fixed-banner:hover {
  right: 0;
  transition: 0.3s ease; }

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 37px 3% 10px 20px;
  position: absolute;
  background: transparent;
  width: 100%;
  transition: background-color 0.3s, color 0.3s;
  z-index: 1000; }
  @media screen and (min-width: 835px) {
    .header {
      margin: 0 0 0 auto;
      position: fixed;
      top: 0;
      right: 0;
      transition: transform 0.6s ease, opacity 0.6s ease; } }
  @media screen and (max-width: 834px) {
    .header {
      width: 100%;
      flex-direction: row;
      top: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      right: 0;
      left: 0;
      padding: 0 5%;
      position: fixed; } }
  .header .header-left {
    display: flex;
    align-items: center;
    gap: 0 30px; }
    @media screen and (max-width: 834px) {
      .header .header-left {
        width: 100%;
        max-width: 95px; } }
  .header .header-right {
    display: flex;
    align-items: center; }

@media screen and (min-width: 835px) {
  .header.hidden {
    transform: translateY(-100%);
    /* 上部に隠す */
    opacity: 0; } }
@keyframes headerShowUp {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.haeder-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%; }
  @media screen and (max-width: 1200px) {
    .haeder-left {
      width: 80%; } }
  @media screen and (max-width: 834px) {
    .haeder-left {
      width: fit-content; } }

.header-nav {
  width: 85%; }
  @media screen and (max-width: 834px) {
    .header-nav {
      display: none; } }

.header__nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0 30px; }

.header__nav a {
  text-align: right;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 1.3rem;
  font-family: 'Unbounded';
  font-weight: 500;
  color: #fff;
  line-height: 1; }

.header__nav li {
  line-height: 1; }

.header__nav a:hover {
  opacity: .6; }

.reserve-btn {
  background-color: #FF5885;
  border-radius: 20px;
  color: #fff !important;
  line-height: 1;
  padding: 9px 30px;
  font-size: 13px;
  font-family: 'Unbounded'; }
  @media screen and (max-width: 834px) {
    .reserve-btn {
      font-size: 12px;
      padding: 9px 20px; } }

.hamburger {
  cursor: pointer;
  border: none;
  position: relative;
  z-index: 1000;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem 0; }
  @media screen and (max-width: 834px) {
    .hamburger {
      width: 35px;
      gap: 0.5rem 0;
      height: 35px; } }

.hamburger__line {
  display: block;
  height: 1px;
  background-color: #fff;
  transition: transform 0.3s ease, background-color 0.3s ease;
  width: 40px; }
  @media screen and (max-width: 834px) {
    .hamburger__line {
      width: 15px; } }

body.shade {
  position: relative; }
  body.shade::before {
    content: '';
    position: absolute;
    z-index: 997;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100%;
    top: 0;
    right: 0;
    transition: 0.5s ease; }

.menu-overlay {
  padding: 45px 5%;
  position: fixed;
  width: 460px;
  right: -60%;
  top: 0;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  color: #3D5877;
  transition: top 0.3s ease;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #848B98 url(../img/common/noise.png); }
  .menu-overlay:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/noise.png);
    z-index: 1;
    pointer-events: none; }
  @media screen and (max-width: 834px) {
    .menu-overlay {
      width: 100%;
      top: -150%;
      left: 0;
      right: auto; } }

.menu-overlay.open {
  right: 0;
  top: 0; }
  @media screen and (max-width: 834px) {
    .menu-overlay.open {
      top: 0;
      right: auto; } }

@media screen and (max-width: 834px) {
  .menu-overlay .logo {
    width: 20%; } }

.hamburger-nav {
  margin-top: clamp(3rem, 2vh, 9rem);
  color: #fff;
  width: 100%; }

.global-navigation__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 2vh, 3rem) 0;
  padding-bottom: 3rem; }
  .global-navigation__list a {
    display: flex;
    color: #fff;
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
    font-family: "LINESeedJP", sans-serif;
    font-weight: 700;
    gap: 0 10px; }
    @media screen and (max-width: 834px) {
      .global-navigation__list a {
        font-size: 16px; } }

.menu-contact {
  display: block;
  gap: 0 1rem;
  background-color: #F2866D;
  border-radius: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  color: #fff;
  padding: 20px 0; }
  .menu-contact img {
    width: 30px;
    height: auto; }
    @media screen and (max-width: 834px) {
      .menu-contact img {
        width: 20px; } }

.mv {
  z-index: 1;
  width: 100%;
  position: relative;
  background-position: center;
  background-image: url("../img/index/mv.png");
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 834px) {
    .mv {
      background: #8b8f9a url("../img/index/mv-sp.png") no-repeat center 60px/contain;
      height: 111vh;
      overflow: hidden; } }
  @media screen and (min-height: 700px) {
    .mv {
      height: 90vh; } }
  @media screen and (min-width: 835px) {
    .mv {
      height: calc(100vh - 10vh); } }
  .mv__main-text {
    position: absolute;
    width: 90%;
    max-width: 1400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    @media screen and (min-height: 700px) {
      .mv__main-text {
        top: 55%; } }
    @media screen and (min-width: 835px) {
      .mv__main-text {
        top: 50%; } }
  .mv__title--lead {
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 1rem 0;
    margin-bottom: 2rem; }
    .mv__title--lead span.bg-white:nth-child(1) {
      font-size: clamp(25px, 8vh, 32px); }
      @media screen and (max-width: 834px) {
        .mv__title--lead span.bg-white:nth-child(1) {
          font-size: clamp(19px, 3vw, 25px); } }
    .mv__title--lead span.bg-white:nth-child(2) {
      font-size: clamp(32px, 8vh, 40px); }
      @media screen and (max-width: 834px) {
        .mv__title--lead span.bg-white:nth-child(2) {
          font-size: clamp(21px, 5vw, 32px); } }
  .mv__title {
    font-style: italic;
    display: flex;
    flex-direction: column;
    gap: 1rem 0; }
    .mv__title span.line {
      font-size: clamp(60px, 8vh, 88px);
      font-weight: 700; }
      @media screen and (max-width: 834px) {
        .mv__title span.line {
          font-size: clamp(35px, 4vw, 60px); } }
    .mv__title span.ja {
      font-size: clamp(52px, 8vh, 80px);
      font-weight: 700; }
      @media screen and (max-width: 834px) {
        .mv__title span.ja {
          font-size: clamp(35px, 5vw, 48px); } }
    .mv__title span.bg-bl:nth-child(2) {
      padding: 2px 32px 2px 22px; }
      @media screen and (max-width: 834px) {
        .mv__title span.bg-bl:nth-child(2) {
          padding: 2px 24px 2px 18px; } }
  .mv__image {
    position: absolute;
    bottom: -10vh;
    width: 90%;
    max-width: 1400px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
    @media screen and (max-width: 834px) {
      .mv__image {
        bottom: 8vh;
        max-width: 280px;
        height: auto; } }
    @media screen and (min-height: 700px) {
      .mv__image {
        bottom: 5vh;
        max-width: 280px;
        height: auto; } }
    @media screen and (min-width: 835px) {
      .mv__image {
        bottom: -10vh;
        width: 90%;
        max-width: 1400px;
        height: auto; } }
    .mv__image picture {
      display: block; }
    .mv__image img {
      max-height: 31vh;
      width: auto;
      height: clamp(40%, 5vh, 90%);
      display: block; }
      @media screen and (max-width: 834px) {
        .mv__image img {
          height: auto;
          width: 100%;
          max-height: none; } }

.message {
  background-image: url("../img/index/lead-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 22rem 0 33rem; }
  @media screen and (max-width: 834px) {
    .message {
      background-size: 100% auto;
      padding: 5rem 0 16rem;
      background-image: url("../img/index/lead-bg-sp.png"); } }
  .message__contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 834px) {
      .message__contents {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem 0;
        margin-bottom: 3rem; } }
  .message .bubble-box {
    display: flex;
    flex-direction: column;
    gap: clamp(5rem, 5vh, 9rem) 0; }
  .message .bubble-item {
    position: relative; }
    @media screen and (max-width: 834px) {
      .message .bubble-item {
        width: 90%; }
        .message .bubble-item img {
          width: 100%;
          height: auto; } }
    .message .bubble-item p {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      text-align: center;
      font-size: 20px;
      line-height: 1.4;
      font-weight: 700; }
      @media screen and (max-width: 834px) {
        .message .bubble-item p {
          font-size: 12px; } }
      .message .bubble-item p span {
        color: #4EA7B6; }
  .message__contents--left-box {
    padding-top: 1rem; }
    @media screen and (max-width: 834px) {
      .message__contents--left-box {
        width: 50%;
        order: 2; } }
  .message__contents--right-box {
    padding-top: 10rem; }
    @media screen and (max-width: 834px) {
      .message__contents--right-box {
        padding-top: 12rem;
        width: 50%;
        order: 3; } }
  .message__contents--left-box .bubble-item:nth-child(1) {
    transition-delay: 0.8s; }
    @media screen and (max-width: 834px) {
      .message__contents--left-box .bubble-item:nth-child(1) {
        margin-left: 10%; } }
  .message__contents--left-box .bubble-item:nth-child(2) {
    transition-delay: 0.8s; }
  .message__contents--right-box .bubble-item:nth-child(1) {
    transition-delay: 0.6s; }
    @media screen and (max-width: 834px) {
      .message__contents--right-box .bubble-item:nth-child(1) {
        margin-left: 10%; } }
  .message__contents--right-box .bubble-item:nth-child(2) {
    transition-delay: 1s; }
  .message__contents--main-box {
    width: 60%;
    text-align: center; }
    @media screen and (max-width: 834px) {
      .message__contents--main-box {
        width: 100%;
        order: 1; } }
    .message__contents--main-box .section__lead {
      width: fit-content;
      margin: 0 auto 2.5rem;
      line-height: 1; }
      @media screen and (max-width: 834px) {
        .message__contents--main-box .section__lead {
          font-size: 14px;
          margin: 0 auto 2rem; } }
    .message__contents--main-box .section__title {
      font-size: clamp(38px, 5vh, 56px);
      line-height: 1.2;
      margin-bottom: 4.6rem; }
      @media screen and (max-width: 834px) {
        .message__contents--main-box .section__title {
          font-size: clamp(28px, 5vw, 34px);
          margin-bottom: 2.5rem; } }
    .message__contents--main-box .section__text-box {
      gap: 4rem 0;
      font-family: "LINESeedJP", sans-serif;
      font-weight: 400;
      margin-bottom: 4rem; }
      @media screen and (max-width: 834px) {
        .message__contents--main-box .section__text-box {
          gap: 2rem 0;
          text-align: left;
          margin-bottom: 3rem; } }
    .message__contents--main-box .message__key {
      width: fit-content;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1rem 0; }
      .message__contents--main-box .message__key span.bg-white {
        font-size: 48px;
        font-family: "Shippori Mincho", serif; }
        @media screen and (max-width: 834px) {
          .message__contents--main-box .message__key span.bg-white {
            font-size: 25px; } }
      .message__contents--main-box .message__key span.accent-text {
        font-family: "LINESeedJP", sans-serif; }
    .message__contents--main-box .message__key.pc {
      display: flex; }
      @media screen and (max-width: 834px) {
        .message__contents--main-box .message__key.pc {
          display: none; } }
  .message .message__key.sp {
    display: none; }
    @media screen and (max-width: 834px) {
      .message .message__key.sp {
        width: fit-content;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
        gap: 1rem 0;
        display: flex; }
        .message .message__key.sp span.bg-white {
          font-family: "Shippori Mincho", serif;
          font-size: 25px; } }
  .message__merit {
    max-width: 1400px;
    width: 90%;
    margin: 13rem auto 0;
    background-color: rgba(132, 139, 152, 0.8);
    border-radius: 15px;
    padding: 6rem 3%; }
    @media screen and (max-width: 834px) {
      .message__merit {
        margin: 4.6rem auto 0;
        padding: 2.7rem 2rem 3rem; } }
  .message__merit--title {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    position: relative;
    padding: 0 2rem;
    width: fit-content;
    margin: 0 auto 4rem; }
    @media screen and (max-width: 834px) {
      .message__merit--title {
        font-size: 19px;
        padding: 0;
        margin: 0 auto 2.5rem; } }
    .message__merit--title::before {
      content: '';
      position: absolute;
      width: 2px;
      height: 50%;
      background-color: #fff;
      transform: rotate(-25deg);
      left: 0;
      bottom: 15px; }
      @media screen and (max-width: 834px) {
        .message__merit--title::before {
          display: none; } }
    .message__merit--title::after {
      content: '';
      position: absolute;
      width: 2px;
      height: 50%;
      background-color: #fff;
      transform: rotate(25deg);
      right: 0;
      bottom: 15px; }
      @media screen and (max-width: 834px) {
        .message__merit--title::after {
          display: none; } }
  .message__merit--list {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    @media screen and (max-width: 834px) {
      .message__merit--list {
        flex-direction: column;
        gap: 2rem 0; } }
  .message__merit--item {
    border-radius: 10px;
    background-color: #fff;
    padding: 4rem 3%;
    width: 24.5%; }
    @media screen and (max-width: 834px) {
      .message__merit--item {
        width: 100%;
        padding: 2rem 6%; } }
  .message__merit--tag {
    background-color: #030000;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 3rem; }
    @media screen and (max-width: 834px) {
      .message__merit--tag {
        margin-bottom: 1.5rem;
        padding: 0 17px;
        width: fit-content;
        margin: 0 auto 1.5rem; } }
    .message__merit--tag h4 {
      color: #fff;
      font-size: 18px;
      font-weight: 700; }
      @media screen and (max-width: 834px) {
        .message__merit--tag h4 {
          font-size: 16px; }
          .message__merit--tag h4 br {
            display: none; } }
  .message__merit--lead {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    font-family: "Shippori Mincho", serif;
    line-height: 1.2;
    margin-bottom: 2rem; }
    @media screen and (max-width: 834px) {
      .message__merit--lead {
        font-size: 24px; } }
    .message__merit--lead span.accent-text {
      font-size: 32px;
      font-weight: 700;
      font-family: "LINESeedJP", sans-serif; }
      @media screen and (max-width: 834px) {
        .message__merit--lead span.accent-text {
          font-size: 24px; } }
  .message__merit--image {
    margin: 0 auto 3rem;
    display: block; }
    @media screen and (max-width: 834px) {
      .message__merit--image {
        width: 73px;
        height: auto;
        margin: 0 auto 1.7rem; } }
  .message__merit--text {
    font-size: 16px;
    font-weight: 400; }
    @media screen and (max-width: 834px) {
      .message__merit--text {
        font-size: 14px; } }

.about {
  overflow: hidden;
  background-image: url("../img/index/about-bg.png");
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 12rem 0 13rem; }
  @media screen and (max-width: 834px) {
    .about {
      padding: 5rem 0 11rem; } }
  .about:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/noise.png);
    pointer-events: none;
    z-index: 1; }
  .about .about-deco {
    position: absolute;
    right: -12%;
    z-index: 2;
    top: 80px; }
    @media screen and (max-width: 834px) {
      .about .about-deco {
        width: 30%; }
        .about .about-deco img {
          height: auto;
          width: 100%; } }
  .about__contents {
    position: relative;
    z-index: 3;
    text-align: center; }
  .about .section__lead {
    position: relative;
    z-index: 3;
    margin: 0 auto 3rem; }
    @media screen and (max-width: 834px) {
      .about .section__lead {
        margin: 0 auto 2rem; } }
  .about .section__title {
    position: relative;
    z-index: 3;
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 4rem; }
    @media screen and (max-width: 834px) {
      .about .section__title {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 3rem; } }
    .about .section__title span.ja {
      font-size: 32px; }
      @media screen and (max-width: 834px) {
        .about .section__title span.ja {
          font-size: 22px; } }
    .about .section__title span.accent-text {
      font-size: 52px; }
      @media screen and (max-width: 834px) {
        .about .section__title span.accent-text {
          font-size: 27px; } }
  .about .section__text-box {
    position: relative;
    z-index: 3;
    max-width: 950px;
    margin: 0 auto;
    text-align: justify; }
    @media screen and (max-width: 834px) {
      .about .section__text-box {
        font-size: 14px;
        line-height: 1.8; } }
  .about__contents--list {
    margin-top: 6rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    @media screen and (max-width: 834px) {
      .about__contents--list {
        margin-top: 3rem;
        flex-direction: column;
        gap: 2rem 0; } }
  .about__contents--item {
    position: relative;
    z-index: 3;
    padding: 4rem 0;
    width: 48%;
    height: 670px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 15px; }
    @media screen and (max-width: 834px) {
      .about__contents--item {
        width: 100%;
        height: auto;
        gap: 3rem 0; } }
  .about__contents--tag {
    border: 1px solid #4EA7B6;
    background-color: #fff;
    padding: 2px 34px;
    width: fit-content;
    margin: 0 auto 2rem; }
    @media screen and (max-width: 834px) {
      .about__contents--tag {
        margin: 0 auto 1rem; } }
    .about__contents--tag p {
      font-size: 20px;
      color: #4EA7B6; }
      @media screen and (max-width: 834px) {
        .about__contents--tag p {
          font-size: 15px; } }
  .about__contents--lead {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 24px; }
    @media screen and (max-width: 834px) {
      .about__contents--lead {
        font-size: 18px; } }
  .about__contents--item1 {
    background-color: #E3E4E7; }
    @media screen and (max-width: 834px) {
      .about__contents--item1 picture img {
        width: 80%;
        height: auto; } }
  .about__contents--item2 {
    background-color: #E3E4ED; }
    .about__contents--item2 .about__contents--tag {
      background-color: #CF2B25;
      border: 1px solid #CF2B25;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 834px) {
        .about__contents--item2 .about__contents--tag img {
          width: 80%; } }
    .about__contents--item2 .about__contents--lead {
      color: #CF2B25;
      font-size: 28px; }
      @media screen and (max-width: 834px) {
        .about__contents--item2 .about__contents--lead {
          font-size: 18px; } }
    .about__contents--item2 picture img {
      width: 82%;
      height: auto; }

.feature {
  position: relative;
  z-index: 0;
  background: #848B98 url(../img/common/noise.png);
  padding-bottom: 12rem; }
  @media screen and (max-width: 834px) {
    .feature {
      padding-bottom: 7rem; } }
  .feature__main-contents {
    justify-content: space-between;
    align-items: flex-start;
    display: flex; }
    @media screen and (max-width: 834px) {
      .feature__main-contents {
        flex-direction: column; } }
  .feature__fixed-box {
    z-index: 2;
    background-image: url("../img/index/feature-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: sticky;
    width: 50%;
    left: 0%;
    top: 0;
    height: 100vh; }
    @media screen and (max-width: 834px) {
      .feature__fixed-box {
        width: 100%;
        position: relative;
        height: fit-content;
        padding: 5rem 0; } }
    .feature__fixed-box .wrap {
      position: absolute;
      width: 80%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
      @media screen and (max-width: 834px) {
        .feature__fixed-box .wrap {
          position: relative;
          top: auto;
          left: auto;
          -webkit-transform: none;
          transform: none;
          width: 90%;
          -ms-transform: none;
          margin: 0 auto; } }
    .feature__fixed-box .section__lead {
      color: #fff;
      margin-bottom: 3rem; }
      @media screen and (max-width: 834px) {
        .feature__fixed-box .section__lead {
          margin-bottom: 1rem;
          font-size: 14px; } }
      .feature__fixed-box .section__lead::before {
        background-color: #fff; }
    .feature__fixed-box .section__title {
      display: flex;
      flex-direction: column;
      gap: 1rem 0;
      margin-bottom: 2rem; }
      .feature__fixed-box .section__title span.bg-white:nth-child(1) {
        font-size: 32px;
        font-weight: 500; }
        @media screen and (max-width: 834px) {
          .feature__fixed-box .section__title span.bg-white:nth-child(1) {
            font-size: 25px; } }
      .feature__fixed-box .section__title span.bg-white:nth-child(2) {
        font-size: 56px;
        font-weight: 500; }
        @media screen and (max-width: 834px) {
          .feature__fixed-box .section__title span.bg-white:nth-child(2) {
            font-size: 38px; } }
    .feature__fixed-box .section__text-box {
      color: #fff; }
  .feature__scroll-box {
    flex: 1;
    width: 50%;
    padding: 10rem 14% 10rem 5%; }
    @media screen and (max-width: 834px) {
      .feature__scroll-box {
        width: 80%;
        padding: 5rem 0;
        margin: 0 auto; } }
  .feature__list {
    display: flex;
    flex-direction: column;
    gap: 7rem 0; }
    @media screen and (max-width: 834px) {
      .feature__list {
        gap: 5rem 0; } }
  .feature__picture {
    position: relative; }
    .feature__picture picture {
      display: block;
      border-radius: 10px;
      overflow: hidden; }
      @media screen and (max-width: 834px) {
        .feature__picture picture {
          display: block;
          overflow: hidden;
          border-radius: 5px; } }
      .feature__picture picture img {
        width: 100%;
        object-fit: cover;
        height: auto;
        display: block; }
  .feature__picture--tag {
    width: fit-content;
    padding: 2px 16px;
    background-color: #000;
    border-radius: 5px;
    position: absolute;
    top: -17px;
    left: -20px;
    z-index: 10; }
    @media screen and (max-width: 834px) {
      .feature__picture--tag {
        padding: 2px 10px; } }
    .feature__picture--tag p {
      font-size: 20px;
      font-weight: 700;
      color: #fff; }
      @media screen and (max-width: 834px) {
        .feature__picture--tag p {
          font-size: 15px; } }
      .feature__picture--tag p span {
        font-family: "Lexend Exa", sans-serif;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.5);
        margin-right: 2rem; }
        @media screen and (max-width: 834px) {
          .feature__picture--tag p span {
            margin-right: 1rem; } }
  .feature__item--title {
    margin: 2.5rem 0 2rem;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5; }
    @media screen and (max-width: 834px) {
      .feature__item--title {
        margin: 2rem 0 1.2rem;
        font-size: 21px; } }
    .feature__item--title span {
      font-family: "Shippori Mincho", serif;
      font-weight: 500; }
  .feature__item--text {
    color: #fff; }
  .feature__add-contents {
    background: #fff;
    border-radius: 15px;
    margin: 11.5rem auto 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5rem 3%; }
    @media screen and (max-width: 834px) {
      .feature__add-contents {
        margin: 3rem auto 0;
        border-radius: 7.5px;
        padding: 3rem 5%;
        flex-direction: column-reverse;
        gap: 3rem 0; } }
    .feature__add-contents .plus {
      position: absolute;
      z-index: 3;
      top: -10%;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      width: 85px;
      height: 85px;
      background-color: #040000;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 834px) {
        .feature__add-contents .plus {
          width: 65px;
          top: -5%;
          height: 65px; } }
      .feature__add-contents .plus span {
        background-color: #fff;
        width: 30px;
        height: 1px; }
        @media screen and (max-width: 834px) {
          .feature__add-contents .plus span {
            width: 20px; } }
      .feature__add-contents .plus span:nth-child(2) {
        transform: rotate(90deg);
        position: absolute; }
    .feature__add-contents .add-contents__picture {
      width: 45%; }
      @media screen and (max-width: 834px) {
        .feature__add-contents .add-contents__picture {
          width: 100%; } }
      .feature__add-contents .add-contents__picture picture {
        display: block; }
      .feature__add-contents .add-contents__picture img {
        width: 100%;
        display: block;
        height: auto; }
    .feature__add-contents .add-contents__text {
      width: 45%; }
      @media screen and (max-width: 834px) {
        .feature__add-contents .add-contents__text {
          width: 100%; } }
    .feature__add-contents .feature__item--title {
      color: #000000;
      font-size: 24px; }
      @media screen and (max-width: 834px) {
        .feature__add-contents .feature__item--title {
          margin: 2rem 0;
          font-size: 18px; } }
      .feature__add-contents .feature__item--title span.lead {
        font-size: 24px; }
        @media screen and (max-width: 834px) {
          .feature__add-contents .feature__item--title span.lead {
            font-size: 18px; } }
        .feature__add-contents .feature__item--title span.lead span.line {
          font-family: "LINESeedJP", sans-serif; }
      .feature__add-contents .feature__item--title span.main {
        font-size: 32px;
        font-weight: 500; }
        @media screen and (max-width: 834px) {
          .feature__add-contents .feature__item--title span.main {
            font-size: 25px; } }
        .feature__add-contents .feature__item--title span.main .accent-text {
          font-weight: 700;
          font-size: 32px;
          font-family: "LINESeedJP", sans-serif;
          display: inline; }
          @media screen and (max-width: 834px) {
            .feature__add-contents .feature__item--title span.main .accent-text {
              font-size: 25px; } }
    .feature__add-contents .bold {
      font-weight: 700; }
    .feature__add-contents .feature__item--text {
      color: #000;
      font-size: 16px;
      margin-bottom: 2rem; }
      @media screen and (max-width: 834px) {
        .feature__add-contents .feature__item--text {
          font-size: 14px; } }
    .feature__add-contents .add-contents__tag-box {
      display: flex;
      flex-direction: row;
      gap: 0 1.5rem; }
      @media screen and (max-width: 834px) {
        .feature__add-contents .add-contents__tag-box {
          gap: 0 0.7rem; } }
    .feature__add-contents .add-contents__tag {
      background-color: #000000;
      border-radius: 14px;
      padding: 5px 11px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .feature__add-contents .add-contents__tag p {
        font-size: 16px;
        line-height: 1;
        color: #fff; }
        @media screen and (max-width: 834px) {
          .feature__add-contents .add-contents__tag p {
            font-size: 12px; } }

.service {
  background-image: url("../img/index/service-lattice-bg.png");
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  padding: 12rem 0 13rem; }
  @media screen and (max-width: 834px) {
    .service {
      padding: 7rem 0; } }
  .service .bg-white {
    padding: 5px 10px; }
  .service:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/noise.png);
    z-index: 1;
    pointer-events: none; }
  .service .section__lead {
    position: relative;
    z-index: 2;
    width: 90%;
    margin-bottom: 4rem; }
    @media screen and (max-width: 834px) {
      .service .section__lead {
        margin-bottom: 2rem; } }
  .service .section__title-box {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8rem; }
    @media screen and (max-width: 834px) {
      .service .section__title-box {
        flex-direction: column;
        gap: 2rem 0;
        margin-bottom: 4rem; } }
  .service .section__title {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 1rem 0; }
    @media screen and (max-width: 834px) {
      .service .section__title {
        width: 100%;
        text-align: left; } }
    .service .section__title span.bg-white1 {
      font-size: 32px; }
      @media screen and (max-width: 834px) {
        .service .section__title span.bg-white1 {
          text-align: left;
          font-size: 19px; } }
    .service .section__title span.bg-white2 {
      font-size: 56px; }
      @media screen and (max-width: 834px) {
        .service .section__title span.bg-white2 {
          font-size: 22px; } }
  .service .section__text-box {
    width: 50%; }
    @media screen and (max-width: 834px) {
      .service .section__text-box {
        width: 100%; } }
  .service .service__list {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 3; }
  .service li.service__item {
    display: flex; }
    @media screen and (max-width: 834px) {
      .service li.service__item {
        flex-direction: column; } }
  .service .item__title-box {
    width: 10%;
    padding-top: 3rem;
    position: relative; }
    @media screen and (max-width: 1305px) and (min-width: 835px) {
      .service .item__title-box {
        width: 60px; } }
    @media screen and (max-width: 834px) {
      .service .item__title-box {
        width: 100%;
        padding: 2rem; } }
    .service .item__title-box::before {
      content: "";
      position: absolute;
      display: block;
      top: -1px;
      width: 0;
      height: 0;
      margin: 0 auto;
      border-left: 60.5px solid transparent;
      border-right: 60.5px solid transparent; }
      @media screen and (max-width: 1305px) and (min-width: 835px) {
        .service .item__title-box::before {
          border-left: 30px solid transparent;
          border-right: 30px solid transparent; } }
  .service .item__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem 0; }
    @media screen and (max-width: 834px) {
      .service .item__title {
        flex-direction: row;
        justify-content: flex-start;
        gap: 1rem; } }
    .service .item__title span.en {
      color: rgba(255, 255, 255, 0.5);
      font-family: "Lexend Exa", sans-serif;
      font-weight: 500; }
      @media screen and (max-width: 834px) {
        .service .item__title span.en {
          font-size: 15px; } }
    .service .item__title span.vertical {
      font-size: 28px;
      color: #fff;
      font-weight: 700; }
      @media screen and (max-width: 834px) {
        .service .item__title span.vertical {
          writing-mode: horizontal-tb;
          font-size: 20px; } }
  .service .item__main-info {
    width: 90%;
    padding: 5.5rem 5% 4rem; }
    @media screen and (max-width: 834px) {
      .service .item__main-info {
        width: 100%;
        padding: 3rem 5%; } }
  .service .item__main-info--title-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 3rem; }
    @media screen and (max-width: 834px) {
      .service .item__main-info--title-box {
        flex-direction: column;
        gap: 2rem 0; } }
  .service .main-info__title {
    width: 40%; }
    @media screen and (max-width: 834px) {
      .service .main-info__title {
        width: 100%; } }
    .service .main-info__title h3.ja {
      font-size: 32px;
      line-height: 1.5;
      font-weight: 500;
      margin-bottom: 2rem; }
      @media screen and (max-width: 834px) {
        .service .main-info__title h3.ja {
          font-size: 25px; } }
      .service .main-info__title h3.ja span {
        font-size: 24px;
        display: block; }
        @media screen and (max-width: 834px) {
          .service .main-info__title h3.ja span {
            font-size: 18px; } }
    .service .main-info__title .tag {
      display: flex;
      gap: 0 1rem; }
      @media screen and (max-width: 834px) {
        .service .main-info__title .tag {
          flex-wrap: wrap;
          justify-content: flex-start;
          gap: 1rem 0.5em; } }
      .service .main-info__title .tag p {
        background-color: #4EA7B6;
        border-radius: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        color: #fff;
        padding: 3px 10px; }
        @media screen and (max-width: 834px) {
          .service .main-info__title .tag p {
            width: fit-content;
            font-size: 12px; } }
  .service .main-info__text {
    width: 55%;
    font-size: 16px;
    font-weight: 400; }
    @media screen and (max-width: 834px) {
      .service .main-info__text {
        width: 100%;
        font-size: 14px; } }
  .service .point {
    background-color: #fff;
    border-radius: 10px;
    padding: 24px 4%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 834px) {
      .service .point {
        padding: 3rem 7% 1rem;
        align-items: flex-start;
        position: relative; } }
    .service .point .circle {
      background-color: #FFC364;
      border-radius: 50%;
      width: 120px;
      height: 120px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 834px) {
        .service .point .circle {
          position: absolute;
          right: 10px;
          width: 80px;
          height: 80px;
          top: -30px; } }
      .service .point .circle p {
        font-family: "Lexend Exa", sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: #fff; }
        @media screen and (max-width: 834px) {
          .service .point .circle p {
            font-size: 15px; } }
  .service .point__text-box {
    width: 84%; }
    @media screen and (max-width: 834px) {
      .service .point__text-box {
        width: 100%; } }
    .service .point__text-box h4 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 0.9rem; }
      @media screen and (max-width: 834px) {
        .service .point__text-box h4 {
          font-size: 16px; } }
      .service .point__text-box h4 span {
        font-size: 24px;
        position: relative;
        display: inline-block;
        padding: 0 5px;
        background: linear-gradient(0deg, #ffe3dd 0%, #ffe3dd 50%, transparent 50%, transparent 100%); }
        @media screen and (max-width: 834px) {
          .service .point__text-box h4 span {
            font-size: 20px;
            padding: 0 3px;
            display: block;
            width: fit-content; } }
    .service .point__text-box .point__text {
      font-size: 16px; }
      @media screen and (max-width: 834px) {
        .service .point__text-box .point__text {
          font-size: 14px; } }
    .service .point__text-box .add-info {
      background: none;
      display: inline-block;
      margin-left: 2rem;
      background-color: #000;
      color: #fff;
      border-radius: 5px;
      font-size: 14px;
      padding: 3px 16px; }
      @media screen and (max-width: 834px) {
        .service .point__text-box .add-info {
          margin: 0;
          font-size: 12px;
          margin-top: 1rem;
          padding: 3px 11px;
          width: fit-content; } }
      .service .point__text-box .add-info span {
        font-size: 14px;
        font-weight: 300;
        background: none; }
        @media screen and (max-width: 834px) {
          .service .point__text-box .add-info span {
            display: inline;
            font-size: 12px; } }
  .service li.service__item1 {
    display: flex; }
    .service li.service__item1 .item__title-box {
      background-color: #636B77; }
    .service li.service__item1 .item__main-info {
      background-color: #E3E4ED; }
  .service li.service__item2 {
    display: flex; }
    .service li.service__item2 .item__title-box {
      background-color: #848B98; }
      .service li.service__item2 .item__title-box::before {
        border-top: 14px solid #636B77; }
        @media screen and (max-width: 834px) {
          .service li.service__item2 .item__title-box::before {
            display: none; } }
    .service li.service__item2 .item__main-info {
      background-color: #F0F1F7; }
  .service li.service__item3 {
    display: flex; }
    .service li.service__item3 .item__title-box {
      background-color: #A3ACB7; }
      .service li.service__item3 .item__title-box::before {
        border-top: 14px solid #848B98; }
        @media screen and (max-width: 834px) {
          .service li.service__item3 .item__title-box::before {
            display: none; } }
    .service li.service__item3 .item__main-info {
      background-color: #E3E4ED; }
  .service__to-owner {
    position: relative;
    z-index: 2;
    margin: 7rem auto 0;
    background-color: #fff;
    border-radius: 15px;
    padding: 4rem 6%; }
    @media screen and (max-width: 834px) {
      .service__to-owner {
        position: relative;
        margin: 9rem auto 0;
        padding: 3rem 5% 3rem; } }
    .service__to-owner .to-owner__title-box {
      display: flex;
      align-items: center;
      gap: 0 3rem; }
      @media screen and (max-width: 834px) {
        .service__to-owner .to-owner__title-box {
          flex-direction: column;
          position: relative; } }
    .service__to-owner .circle {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 145px;
      height: 145px;
      border-radius: 50%;
      background-color: #000000; }
      @media screen and (max-width: 834px) {
        .service__to-owner .circle {
          width: fit-content;
          height: auto;
          border-radius: 15px;
          padding: 3px 15px;
          margin: 0 auto 0 0; } }
      .service__to-owner .circle p {
        color: #fff;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 700; }
        @media screen and (max-width: 834px) {
          .service__to-owner .circle p {
            font-size: 12px; }
            .service__to-owner .circle p br {
              display: none; } }
    .service__to-owner .to-owner__title {
      font-size: 32px;
      font-weight: 500;
      padding-bottom: 0.5rem;
      width: fit-content;
      border-bottom: 1px solid #000000; }
      @media screen and (max-width: 834px) {
        .service__to-owner .to-owner__title {
          width: 100%;
          margin: 0 auto 0 0;
          font-size: 24px; } }
    .service__to-owner .to-owner__text-box {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media screen and (max-width: 834px) {
        .service__to-owner .to-owner__text-box {
          flex-direction: column;
          gap: 2rem 0;
          margin-top: 2rem; } }
      .service__to-owner .to-owner__text-box .to-owner__text {
        width: 51%; }
        @media screen and (max-width: 834px) {
          .service__to-owner .to-owner__text-box .to-owner__text {
            font-size: 14px;
            width: 100%; } }
      .service__to-owner .to-owner__text-box .to-owner__picture {
        width: 47%; }
        .service__to-owner .to-owner__text-box .to-owner__picture img {
          width: 100%;
          height: auto; }
        @media screen and (max-width: 834px) {
          .service__to-owner .to-owner__text-box .to-owner__picture {
            width: 100%; }
            .service__to-owner .to-owner__text-box .to-owner__picture img {
              width: 100%;
              height: auto; } }

.case {
  background: #e7e8ef;
  position: relative;
  z-index: 1;
  padding: 12rem 0 13rem; }
  @media screen and (max-width: 834px) {
    .case {
      padding: 7rem 0; } }
  .case:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/noise.png);
    z-index: 1;
    pointer-events: none; }
  .case .section__lead {
    width: 90%;
    margin-bottom: 4rem; }
    @media screen and (max-width: 834px) {
      .case .section__lead {
        margin-bottom: 2rem; } }
  .case .section__title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8rem; }
    @media screen and (max-width: 834px) {
      .case .section__title-box {
        margin-bottom: 4rem;
        flex-direction: column;
        gap: 2rem 0; } }
  .case .section__title {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 2rem 0; }
    @media screen and (max-width: 834px) {
      .case .section__title {
        width: 100%; } }
    .case .section__title span.bg-white1 {
      font-size: 32px; }
      @media screen and (max-width: 834px) {
        .case .section__title span.bg-white1 {
          font-size: 25px; } }
    .case .section__title span.bg-white2 {
      font-size: 56px; }
      @media screen and (max-width: 834px) {
        .case .section__title span.bg-white2 {
          font-size: 32px; } }
  .case .section__text-box {
    width: 65%; }
    @media screen and (max-width: 834px) {
      .case .section__text-box {
        width: 100%; } }
  .case__list {
    display: flex;
    flex-direction: column;
    gap: 5.8rem;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 834px) {
      .case__list {
        gap: 4rem; } }
  .case__item {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 6rem 4%; }
    @media screen and (max-width: 834px) {
      .case__item {
        padding: 3rem 5%; } }
  .case .item__title-box {
    display: flex;
    align-items: center;
    gap: 0 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 5rem; }
    @media screen and (max-width: 834px) {
      .case .item__title-box {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 3rem; } }
  .case .tag {
    background-color: #000000;
    border-radius: 5px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 834px) {
      .case .tag {
        padding: 5px 11px; } }
    .case .tag p.en {
      color: #fff;
      line-height: 1;
      font-weight: 500; }
      @media screen and (max-width: 834px) {
        .case .tag p.en {
          font-size: 12px; } }
  .case .item__title {
    font-size: 24px;
    font-weight: 700; }
    @media screen and (max-width: 834px) {
      .case .item__title {
        font-size: 16px; } }
    .case .item__title span.l-text {
      margin-left: 2rem;
      font-size: 32px; }
      @media screen and (max-width: 834px) {
        .case .item__title span.l-text {
          margin-left: 0.7rem;
          font-size: 25px; } }
    .case .item__title span.s-text {
      font-size: 18px; }
      @media screen and (max-width: 834px) {
        .case .item__title span.s-text {
          font-size: 14px;
          display: block; } }
  .case .item__main-contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 834px) {
      .case .item__main-contents {
        flex-direction: column; } }
  .case .item__text-info {
    width: 48%; }
    @media screen and (max-width: 834px) {
      .case .item__text-info {
        width: 100%; } }
  .case .amount-sales {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0 2rem; }
    @media screen and (max-width: 834px) {
      .case .amount-sales {
        flex-direction: column;
        gap: 2rem 0; } }
  .case .sales {
    width: fit-content; }
    @media screen and (max-width: 834px) {
      .case .sales {
        width: 100%; } }
    .case .sales span:nth-child(1) {
      display: block;
      font-size: 18px; }
      @media screen and (max-width: 834px) {
        .case .sales span:nth-child(1) {
          font-size: 15px; } }
      .case .sales span:nth-child(1) span {
        font-size: 14px;
        display: inline; }
        @media screen and (max-width: 834px) {
          .case .sales span:nth-child(1) span {
            font-size: 12px; } }
    .case .sales span.accent-text {
      font-family: "Lexend Exa", sans-serif;
      font-weight: 500;
      font-size: 40px; }
      @media screen and (max-width: 834px) {
        .case .sales span.accent-text {
          font-size: 28px; } }
    .case .sales span.price {
      display: inline;
      font-size: 2rem; }
      @media screen and (max-width: 834px) {
        .case .sales span.price {
          font-size: 14px; } }
  .case .bubble {
    position: relative;
    background-color: #FFC364;
    border-radius: 12.8px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 20px;
    color: #fff; }
    @media screen and (max-width: 834px) {
      .case .bubble {
        margin: 0 auto;
        width: 100%; }
        .case .bubble br {
          display: none; } }
    .case .bubble::before {
      content: "";
      bottom: 0px;
      z-index: 1;
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-top: 18px solid transparent;
      border-right: 21px solid #FFC364;
      left: -13px;
      top: auto; }
      @media screen and (max-width: 834px) {
        .case .bubble::before {
          left: auto;
          border-bottom: 18px solid #FFC364;
          border-right: 21px solid #FFC364;
          border-left: 10.5px solid transparent;
          border-right: 10.5px solid transparent;
          border-top: 0px solid transparent;
          top: -17px;
          bottom: auto; } }
    .case .bubble .main-text {
      font-size: 18px;
      text-align: center; }
      @media screen and (max-width: 834px) {
        .case .bubble .main-text {
          font-size: 18px; } }
      .case .bubble .main-text span {
        font-size: 24px; }
        @media screen and (max-width: 834px) {
          .case .bubble .main-text span {
            font-size: 24px; } }
    .case .bubble .sub-text {
      font-size: 12px; }
  .case .shop-date {
    background-color: #F4F5F8;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 4rem; }
  .case .shop-date__title {
    background-color: #848B98;
    text-align: center;
    padding: 10px;
    color: #fff; }
  .case .date__item {
    margin: 25px 7.5%; }
    @media screen and (max-width: 834px) {
      .case .date__item {
        margin: 2rem 5%; } }
  .case .date__item1 {
    margin: 25px 7.5% 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #DDDDDD; }
    @media screen and (max-width: 834px) {
      .case .date__item1 {
        margin: 2rem 5% 0;
        padding-bottom: 2rem; } }
  .case .date__sales {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem; }
    @media screen and (max-width: 834px) {
      .case .date__sales {
        flex-direction: column;
        gap: 0.5rem 0;
        align-items: flex-start; } }
  .case .shop-name {
    padding-left: 2rem;
    position: relative;
    width: 20%;
    font-size: 18px; }
    @media screen and (max-width: 834px) {
      .case .shop-name {
        width: 100%;
        font-size: 15px;
        padding-left: 1rem; } }
    .case .shop-name::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      width: 10px;
      height: 10px;
      background-color: #000000;
      border-radius: 50%; }
      @media screen and (max-width: 834px) {
        .case .shop-name::before {
          width: 5px;
          height: 5px; } }
  .case .shop-sales {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 834px) {
      .case .shop-sales {
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        gap: 0 3rem; } }
    .case .shop-sales span {
      font-size: 18px;
      font-weight: 400; }
      @media screen and (max-width: 834px) {
        .case .shop-sales span {
          font-size: 15px; } }
    .case .shop-sales span.sales-title {
      font-size: 14px; }
      @media screen and (max-width: 834px) {
        .case .shop-sales span.sales-title {
          font-size: 12px; } }
    .case .shop-sales span.accent-text {
      font-size: 24px;
      font-weight: 500;
      font-family: "Lexend Exa", sans-serif; }
      @media screen and (max-width: 834px) {
        .case .shop-sales span.accent-text {
          font-size: 18px; } }
  .case .more-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 0; }
    .case .more-info li.more-info__item {
      width: 50%;
      display: flex;
      gap: 0 1rem; }
      @media screen and (max-width: 834px) {
        .case .more-info li.more-info__item {
          width: 100%; } }
      .case .more-info li.more-info__item p.info__title {
        border: 1px solid #BBBBBB;
        border-radius: 15px;
        padding: 0.5px 13px;
        line-height: 1;
        display: flex;
        justify-content: center;
        font-size: 14px;
        align-items: center;
        width: 100px; }
        @media screen and (max-width: 834px) {
          .case .more-info li.more-info__item p.info__title {
            font-size: 12px; } }
      .case .more-info li.more-info__item p.info {
        font-size: 16px; }
        @media screen and (max-width: 834px) {
          .case .more-info li.more-info__item p.info {
            font-size: 14px; } }
  .case .item__picture-info {
    width: 47%; }
    @media screen and (max-width: 834px) {
      .case .item__picture-info {
        margin-top: 4rem;
        width: 100%; } }
  .case .info__picture-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px; }
    .case .info__picture-box .tag {
      position: absolute;
      background-color: #fff;
      bottom: -10px;
      border-radius: 10px;
      left: -5px;
      padding: 15px 30px 9px 5px;
      font-size: 16px;
      font-family: "Lexend Exa", sans-serif;
      font-weight: 500; }
      @media screen and (max-width: 834px) {
        .case .info__picture-box .tag {
          font-size: 14px;
          padding: 10px 22px 7px 9px; } }
    .case .info__picture-box img {
      display: block;
      object-fit: cover;
      width: 100%;
      height: auto; }
  .case .summary {
    margin-top: 3rem;
    display: flex;
    gap: 0 1rem;
    font-size: 14px;
    border-bottom: 1px solid #B9B9B9;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
    @media screen and (max-width: 834px) {
      .case .summary {
        flex-wrap: wrap;
        gap: 1rem;
        margin-bottom: 2rem; } }
  .case .info-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem 0; }
  .case .wrap {
    width: 48%; }
    @media screen and (max-width: 834px) {
      .case .wrap {
        width: 100%;
        margin: 0 auto; } }
  .case .info-row {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    gap: 0 2rem;
    margin-bottom: 1rem; }
    @media screen and (max-width: 834px) {
      .case .info-row {
        justify-content: flex-start;
        gap: 0 3rem; } }
    .case .info-row::before {
      content: '';
      z-index: 2;
      border-bottom: 1px dotted #888888;
      width: 100px;
      height: 1px;
      position: absolute;
      top: 10px; }
    .case .info-row .info-label {
      font-size: 14px;
      background-color: #fff;
      padding: 0 10px;
      position: relative;
      z-index: 3;
      white-space: nowrap; }
      @media screen and (max-width: 834px) {
        .case .info-row .info-label {
          font-size: 13px; } }
    .case .info-row .info-value {
      font-size: 14px;
      background-color: #fff;
      padding: 0 10px;
      position: relative;
      z-index: 3; }
      @media screen and (max-width: 834px) {
        .case .info-row .info-value {
          font-size: 13px; } }
      .case .info-row .info-value span.small-text {
        font-size: 12px;
        display: block; }
        @media screen and (max-width: 834px) {
          .case .info-row .info-value span.small-text {
            display: inline; } }

.result {
  background: url(../img/index/result-bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 12rem 0 13rem; }
  @media screen and (max-width: 834px) {
    .result {
      padding: 7rem 0; } }
  .result:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/noise.png);
    z-index: 1;
    pointer-events: none; }
  .result .section__lead {
    width: 90%;
    margin-bottom: 2rem;
    color: #fff; }
    @media screen and (max-width: 834px) {
      .result .section__lead {
        margin-bottom: 1rem; } }
    .result .section__lead::before {
      background-color: #fff; }
  .result .section__title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8rem; }
    @media screen and (max-width: 834px) {
      .result .section__title-box {
        margin-bottom: 4rem;
        flex-direction: column;
        gap: 2rem 0; } }
  .result .section__title {
    width: 38%;
    display: flex;
    flex-direction: column;
    gap: 2rem 0;
    color: #fff; }
    @media screen and (max-width: 834px) {
      .result .section__title {
        width: 100%; } }
    .result .section__title span.bg-white1 {
      font-size: 32px; }
      @media screen and (max-width: 834px) {
        .result .section__title span.bg-white1 {
          font-size: 25px; } }
    .result .section__title span.bg-white2 {
      font-size: 56px; }
      @media screen and (max-width: 834px) {
        .result .section__title span.bg-white2 {
          font-size: 32px; } }
  .result .section__text-box {
    width: 60%;
    color: #fff; }
    @media screen and (max-width: 834px) {
      .result .section__text-box {
        width: 100%; } }
  .result .result__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem 0; }
  .result .result__card {
    width: 32%;
    background-color: #F4F5F8;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 0 5rem;
    gap: 1rem 0; }
    @media screen and (max-width: 834px) {
      .result .result__card {
        width: 100%;
        padding: 3rem 0; } }
    .result .result__card .card-image {
      position: absolute;
      z-index: 2; }
  .result .label {
    font-size: 2rem;
    font-weight: 700;
    color: #222222;
    position: relative;
    z-index: 3;
    padding: 5px 20px;
    background-color: #fff;
    border-radius: 20px; }
    @media screen and (max-width: 834px) {
      .result .label {
        font-size: 1.7rem;
        padding: 5px 10px; } }
  .result .wrap {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: baseline; }
  .result .number,
  .result .static-number {
    position: relative;
    z-index: 3;
    color: #4EA7B6;
    font-size: 80px;
    font-family: "Lexend Exa", sans-serif;
    font-weight: 500;
    line-height: 1.5; }
    @media screen and (max-width: 834px) {
      .result .number,
      .result .static-number {
        font-size: 50px; } }
  .result .unit {
    position: relative;
    z-index: 3;
    color: #4EA7B6;
    font-weight: 700;
    font-size: 32px; }
    @media screen and (max-width: 834px) {
      .result .unit {
        font-size: 25px; } }
  .result .result__card1 .card-image {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 26%; }
  .result .result__card2 .card-image {
    width: 26%;
    left: 5%;
    top: 54%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .result .result__card3 .card-image {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 80%; }
  .result .result__card4 .wrap {
    align-items: inherit; }
  .result .result__card4 .unit span {
    display: block;
    font-size: 14px; }
    @media screen and (max-width: 834px) {
      .result .result__card4 .unit span {
        font-size: 12px; } }
  .result .result__card4 .card-image {
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 19%; }
  .result .result__card5 .card-image {
    width: 12%;
    left: 13%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .result .result__card5 .note {
    font-size: 12px; }
  .result .result__card6 .card-image {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 22%; }

.interview {
  background: #f4f4f4;
  position: relative;
  z-index: 0;
  padding: 12rem 0 13rem; }
  @media screen and (max-width: 834px) {
    .interview {
      padding: 7rem 0; } }
  .interview:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/noise.png);
    z-index: 1;
    pointer-events: none; }
  .interview__contents {
    position: relative;
    z-index: 2; }
  .interview .section__lead {
    position: relative;
    z-index: 3;
    margin: 0 auto 3rem; }
    @media screen and (max-width: 834px) {
      .interview .section__lead {
        margin: 0 auto 2rem; } }
  .interview .section__title {
    position: relative;
    z-index: 3;
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 4rem;
    text-align: center; }
    @media screen and (max-width: 834px) {
      .interview .section__title {
        font-size: 38px; } }
  .interview__item {
    padding: 10rem 0;
    border-bottom: 1px solid #DDDDDD;
    justify-content: space-between;
    align-items: flex-start;
    display: flex; }
    @media screen and (max-width: 834px) {
      .interview__item {
        flex-direction: column;
        padding: 4rem 0;
        gap: 3rem 0; } }
  .interview__fixed-box {
    z-index: 2;
    position: sticky;
    width: 40%;
    left: 0%;
    top: 5rem;
    height: 100vh; }
    @media screen and (max-width: 834px) {
      .interview__fixed-box {
        position: relative;
        width: 100%;
        top: auto;
        height: auto; } }
  .interview__picture picture {
    display: block;
    overflow: hidden;
    border-radius: 15px; }
    @media screen and (max-width: 834px) {
      .interview__picture picture {
        border-radius: 10px; } }
  .interview__picture img {
    display: block;
    width: 100%;
    height: auto; }
  .interview__picture .shop-name {
    font-size: 14px;
    margin-top: 2rem; }
    @media screen and (max-width: 834px) {
      .interview__picture .shop-name {
        font-size: 12px; } }
  .interview__picture .name {
    font-size: 20px; }
    @media screen and (max-width: 834px) {
      .interview__picture .name {
        font-size: 17px; } }
    .interview__picture .name span {
      margin-right: 2rem;
      font-size: 14px; }
      @media screen and (max-width: 834px) {
        .interview__picture .name span {
          font-size: 12px;
          margin-right: 1rem; } }
  .interview__scroll-box {
    flex: 1;
    width: 50%;
    padding: 0 0 0 10rem; }
    @media screen and (max-width: 834px) {
      .interview__scroll-box {
        width: 100%;
        padding: 0; } }
  .interview__item--title {
    font-size: 32px;
    display: flex;
    flex-direction: column;
    gap: 1rem 0;
    margin-bottom: 3rem;
    font-weight: 400; }
    @media screen and (max-width: 834px) {
      .interview__item--title {
        font-size: 25px;
        margin-bottom: 2rem; } }
  .interview__text {
    margin-bottom: 8rem; }
    @media screen and (max-width: 834px) {
      .interview__text {
        margin-bottom: 4rem; } }
  .interview .faq {
    border-top: 1px solid #DDDDDD;
    padding: 2rem 0;
    position: relative; }
    @media screen and (max-width: 834px) {
      .interview .faq {
        padding: 1rem 0; } }
    .interview .faq::before {
      content: '';
      width: 20px;
      height: 1px;
      background-color: #5BB5C4;
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (max-width: 834px) {
        .interview .faq::before {
          width: 15px; } }
    .interview .faq__title {
      font-size: 16px;
      font-weight: 500;
      color: #4EA7B6;
      margin-bottom: 3rem; }
      @media screen and (max-width: 834px) {
        .interview .faq__title {
          font-size: 14px;
          margin-bottom: 1.5rem; } }
    .interview .faq .question {
      position: relative;
      background-color: #000000;
      border-radius: 5px;
      color: #fff;
      padding: 5px 17px;
      margin-bottom: 2.7rem; }
      .interview .faq .question::before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        margin: 0 auto;
        border-left: 8.8px solid transparent;
        border-right: 8.8px solid transparent;
        border-top: 22px solid #000000;
        bottom: -13px;
        transform: rotate(341deg); }
      @media screen and (max-width: 834px) {
        .interview .faq .question {
          padding: 3px 15px;
          margin-bottom: 1.5rem; } }
      .interview .faq .question span.en {
        font-size: 24px;
        font-weight: 500;
        color: #D3D5DD;
        margin-right: 2rem; }
        @media screen and (max-width: 834px) {
          .interview .faq .question span.en {
            font-size: 17px;
            margin-right: 1rem; } }
      .interview .faq .question span.ja {
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 0.05en;
        color: #FFFFFF; }
        @media screen and (max-width: 834px) {
          .interview .faq .question span.ja {
            font-size: 17px; } }
    .interview .faq .answer {
      background-color: #FFFFFF;
      border-radius: 10px;
      padding: 30px 5%;
      font-size: 16px;
      margin-bottom: 4rem; }
      @media screen and (max-width: 834px) {
        .interview .faq .answer {
          padding: 20px 5%;
          font-size: 14px; } }
    .interview .faq .faq__item:last-child .answer {
      margin-bottom: 0rem; }
  .interview__item:last-child {
    border-bottom: 0px solid #DDDDDD; }

.interview .bg-white.pc {
  display: block; }
  @media screen and (max-width: 834px) {
    .interview .bg-white.pc {
      display: none; } }
.interview .bg-white.sp {
  display: none; }
  @media screen and (max-width: 834px) {
    .interview .bg-white.sp {
      display: block; } }

.flow {
  background: #e7e8ef;
  position: relative;
  z-index: 1;
  padding: 12rem 0 13rem; }
  @media screen and (max-width: 834px) {
    .flow {
      padding: 5rem 0; } }
  .flow:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/noise.png);
    z-index: 1;
    pointer-events: none; }
  .flow__title-box {
    position: relative; }
  .flow__picture {
    position: absolute;
    right: -5%;
    width: 23%;
    top: 0; }
    @media screen and (max-width: 1350px) and (min-width: 835px) {
      .flow__picture {
        top: -5px;
        width: 20%;
        right: -3%; } }
    @media screen and (max-width: 834px) {
      .flow__picture {
        position: relative;
        width: 60%;
        margin: 3rem auto 2rem; } }
    .flow__picture img {
      width: 100%;
      height: auto; }
  .flow .section__lead {
    position: relative;
    z-index: 3;
    margin: 0 auto 3rem; }
    @media screen and (max-width: 834px) {
      .flow .section__lead {
        margin: 0 auto 2rem; } }
  .flow .section__title {
    position: relative;
    z-index: 3;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 6rem;
    text-align: center; }
    @media screen and (max-width: 1350px) and (min-width: 835px) {
      .flow .section__title {
        font-size: 40px; } }
    @media screen and (max-width: 834px) {
      .flow .section__title {
        font-size: 20px;
        margin-bottom: 0; } }
  .flow__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative; }
    @media screen and (max-width: 834px) {
      .flow__list {
        flex-direction: column;
        gap: 3rem 0; } }
    .flow__list::before {
      content: '';
      background-color: #fff;
      width: 80%;
      height: 5px;
      position: absolute;
      top: 80px;
      z-index: 1;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }
      @media screen and (max-width: 834px) {
        .flow__list::before {
          display: none; } }
    .flow__list::after {
      content: ''; }
      @media screen and (max-width: 834px) {
        .flow__list::after {
          content: '';
          background-color: #fff;
          width: 3px;
          height: 73%;
          position: absolute;
          z-index: 1;
          left: 47px;
          top: 46%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%); } }
  .flow__item {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 22%; }
    @media screen and (max-width: 834px) {
      .flow__item {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start; } }
  .flow .circle {
    width: 160px;
    height: 160px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem 0;
    margin-bottom: 2rem; }
    @media screen and (max-width: 834px) {
      .flow .circle {
        width: 96px;
        height: 96px; }
        .flow .circle img {
          width: 30%;
          height: auto; } }
    .flow .circle p.number {
      color: #4EA7B6;
      font-family: "Lexend Exa", sans-serif;
      font-weight: 500; }
      @media screen and (max-width: 834px) {
        .flow .circle p.number {
          font-size: 12px; } }
  .flow .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 834px) {
      .flow .wrap {
        width: 61%;
        align-items: flex-start;
        gap: 0; } }
  .flow .item__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 834px) {
      .flow .item__title {
        font-size: 18px;
        margin-bottom: 0.8rem; } }
  .flow .item__text {
    font-size: 16px; }
    @media screen and (max-width: 834px) {
      .flow .item__text {
        font-size: 14px; } }
  .flow .btn {
    margin-top: 2rem;
    background-color: #F2866D;
    border-radius: 27px;
    line-height: 1;
    padding: 17px 20px;
    color: #fff;
    font-size: 16px;
    transition: 0.5s ease; }
    @media screen and (max-width: 834px) {
      .flow .btn {
        font-size: 15px;
        margin-top: 1rem; } }
  .flow .btn:hover {
    transform: scale(0.9, 0.9);
    transition: 0.5s ease; }

.ceo-message .ceo-message__pictuer picture {
  display: block; }
.ceo-message .ceo-message__pictuer img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto; }
.ceo-message__contents {
  margin-top: -10px;
  background: url("../img/index/message-bg2.png");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 13rem 0 15rem; }
  @media screen and (max-width: 834px) {
    .ceo-message__contents {
      padding: 7rem 0; } }
.ceo-message .section__lead {
  color: #fff;
  margin-bottom: 3rem; }
  @media screen and (max-width: 834px) {
    .ceo-message .section__lead {
      margin-bottom: 2rem; } }
  .ceo-message .section__lead::before {
    background-color: #fff; }
.ceo-message .section__title.pc {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
  margin-bottom: 6rem; }
  @media screen and (max-width: 834px) {
    .ceo-message .section__title.pc {
      display: none; } }
  .ceo-message .section__title.pc span:nth-child(1) {
    font-size: 32px; }
    @media screen and (max-width: 834px) {
      .ceo-message .section__title.pc span:nth-child(1) {
        display: none; } }
.ceo-message .section__title.sp {
  display: none; }
  @media screen and (max-width: 834px) {
    .ceo-message .section__title.sp {
      display: flex;
      flex-direction: column;
      gap: 1rem 0;
      margin-bottom: 4rem; } }
  .ceo-message .section__title.sp span:nth-child(1) {
    display: none; }
    @media screen and (max-width: 834px) {
      .ceo-message .section__title.sp span:nth-child(1) {
        display: block;
        font-size: 22px; } }
.ceo-message__text-wrap {
  display: flex;
  justify-content: space-between;
  color: #fff; }
  @media screen and (max-width: 834px) {
    .ceo-message__text-wrap {
      flex-direction: column;
      gap: 16px 0; } }
  .ceo-message__text-wrap .section__text-box {
    width: 47%; }
    @media screen and (max-width: 834px) {
      .ceo-message__text-wrap .section__text-box {
        width: 100%; } }
.ceo-message__name {
  text-align: right;
  margin-top: 98px; }
  @media screen and (max-width: 834px) {
    .ceo-message__name {
      margin-top: 40px; } }
  .ceo-message__name span {
    font-size: 14px; }
    @media screen and (max-width: 834px) {
      .ceo-message__name span {
        font-size: 12px; } }
  .ceo-message__name span.company-name {
    display: block; }

.company {
  padding: 13rem 0 29rem;
  background: #FFF;
  position: relative; }
  .company:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/noise.png);
    z-index: 1;
    pointer-events: none; }
  @media screen and (max-width: 834px) {
    .company {
      padding: 7rem 0 15rem; } }
  .company__contents {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 834px) {
      .company__contents {
        flex-direction: column; } }
  .company__title-box {
    width: 27%; }
    @media screen and (max-width: 834px) {
      .company__title-box {
        width: 100%;
        margin-bottom: 3rem; } }
  .company .section__lead {
    margin-bottom: 2rem; }
    @media screen and (max-width: 834px) {
      .company .section__lead {
        font-size: 14px; } }
  .company .section__title {
    font-size: clamp(28px, 5vh, 48px); }
    @media screen and (max-width: 834px) {
      .company .section__title {
        font-size: clamp(22px, 5vw, 28px); } }
  .company__info {
    width: 71%; }
    @media screen and (max-width: 834px) {
      .company__info {
        width: 100%; } }
  .company .info-row {
    display: flex;
    align-items: flex-start;
    padding: 3rem 0;
    border-bottom: 1px solid #DDDDDD; }
    @media screen and (max-width: 834px) {
      .company .info-row {
        padding: 1.5rem 0; } }
  .company .info-label {
    width: 20%;
    font-size: 16px; }
    @media screen and (max-width: 834px) {
      .company .info-label {
        width: 30%;
        font-size: 14px; } }
  .company .info-content {
    width: 80%;
    font-size: 16px;
    font-weight: 400; }
    @media screen and (max-width: 834px) {
      .company .info-content {
        width: 70%;
        font-size: 14px; } }
  .company a {
    text-decoration: underline; }
  .company a.tel {
    text-decoration: none;
    pointer-events: none; }
    @media screen and (max-width: 834px) {
      .company a.tel {
        pointer-events: all; } }

.official-banner {
  display: block;
  position: relative;
  margin: 13.5rem auto 0;
  overflow: hidden;
  border-radius: 10px; }
  @media screen and (max-width: 834px) {
    .official-banner {
      margin: 7rem auto 0; } }

.banner__pictuer {
  overflow: hidden;
  transform: scale(1, 1);
  transition: 0.5s ease; }
  @media screen and (max-width: 834px) {
    .banner__pictuer {
      aspect-ratio: 1 / 0.5; } }
  .banner__pictuer picture {
    display: block; }
    @media screen and (max-width: 834px) {
      .banner__pictuer picture {
        aspect-ratio: 1 / 0.5; } }
  .banner__pictuer img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: auto;
    border-radius: 10px; }
    @media screen and (max-width: 834px) {
      .banner__pictuer img {
        border-radius: 5px;
        aspect-ratio: 1 / 0.5;
        object-position: -32px; } }

.official-banner:hover .banner__pictuer {
  transform: scale(1.1, 1.1);
  transition: 0.5s ease; }

.banner__text-box {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 15%; }
  @media screen and (max-width: 834px) {
    .banner__text-box {
      left: 10%; } }
  .banner__text-box .banner__lead {
    font-size: 16px;
    font-family: "游ゴシック体", "YuGothic", "Yu Gothic", serif; }
    @media screen and (max-width: 834px) {
      .banner__text-box .banner__lead {
        font-size: 12px; } }
  @media screen and (max-width: 834px) {
    .banner__text-box img {
      width: 132px; } }
  .banner__text-box .banner__title {
    font-size: 32px;
    line-height: 1.2;
    font-family: "Cormorant Garamond", serif; }
    @media screen and (max-width: 834px) {
      .banner__text-box .banner__title {
        font-size: 20px; } }

.floating__banner {
  z-index: 50;
  position: fixed;
  bottom: 3%;
  right: 5%;
  border-radius: 9px;
  background: #F2886F;
  width: 400px;
  padding: 22px 40px 22px 0;
  display: flex;
  justify-content: flex-end;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease;
  transition: transform 0.5s ease;
  border: 2px solid #fff; }
  @media screen and (max-width: 834px) {
    .floating__banner {
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 500;
      width: 100vw;
      border: 0px solid #fff; } }
  .floating__banner .floating__banner--picture {
    position: absolute;
    bottom: -2px;
    left: 15%; }
    @media screen and (max-width: 834px) {
      .floating__banner .floating__banner--picture {
        left: 6%;
        bottom: 0; } }
    .floating__banner .floating__banner--picture picture {
      display: block; }
    .floating__banner .floating__banner--picture img {
      display: block;
      width: 50%;
      height: auto; }
      @media screen and (max-width: 834px) {
        .floating__banner .floating__banner--picture img {
          width: 30%; } }
  .floating__banner .floating__banner--text-box {
    text-align: center;
    color: #fff; }
    @media screen and (max-width: 834px) {
      .floating__banner .floating__banner--text-box {
        width: 71%;
        text-align: left; } }
  .floating__banner .floating__banner--lead {
    font-size: 16px; }
    @media screen and (max-width: 834px) {
      .floating__banner .floating__banner--lead {
        font-size: 12px; } }
  .floating__banner .floating__banner--main {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700; }
    @media screen and (max-width: 834px) {
      .floating__banner .floating__banner--main {
        font-size: 16px; }
        .floating__banner .floating__banner--main br {
          display: none; } }

.floating__banner:hover {
  transform: scale(0.9, 0.9);
  transition: 0.5s ease; }
  @media screen and (max-width: 834px) {
    .floating__banner:hover {
      transform: scale(1); } }

.floating__banner.pc.non-active {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0s 0.5s; }
  @media screen and (max-width: 834px) {
    .floating__banner.pc.non-active {
      opacity: 1; } }

.footer {
  z-index: 10;
  position: relative;
  background: url("../img/index/footer-bg.png");
  background-size: cover;
  background-position: top; }
  .footer__contents {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30rem 0 20rem;
    color: #fff; }
    @media screen and (max-width: 834px) {
      .footer__contents {
        padding: 16rem 0; } }
  .footer__picture {
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
    .footer__picture img {
      height: auto; }
    @media screen and (max-width: 834px) {
      .footer__picture {
        width: 70%;
        top: -90px; } }
  .footer__lead {
    font-family: "Shippori Mincho", serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 834px) {
      .footer__lead {
        font-size: 20px; } }
  .footer__catch {
    font-size: 88px;
    font-weight: 700;
    line-height: 1.3;
    font-style: italic; }
    @media screen and (max-width: 834px) {
      .footer__catch {
        font-size: 38px; } }
    .footer__catch span.ja {
      font-size: 80px;
      font-weight: 700; }
      @media screen and (max-width: 834px) {
        .footer__catch span.ja {
          font-size: 39px; } }
  .footer .bubble {
    background-color: #000000;
    border-radius: 5px;
    margin-top: 1rem;
    padding: 5px 30px;
    position: relative; }
    @media screen and (max-width: 834px) {
      .footer .bubble {
        padding: 3px 20px; } }
    .footer .bubble p {
      font-size: 18px; }
      @media screen and (max-width: 834px) {
        .footer .bubble p {
          font-size: 13px; } }
      .footer .bubble p span {
        font-size: 24px;
        font-weight: 700; }
        @media screen and (max-width: 834px) {
          .footer .bubble p span {
            font-size: 17px; } }
  .footer .contanct__btn {
    position: relative;
    z-index: 4;
    overflow: hidden;
    background-color: #F2866D;
    transition: 0.5s ease;
    border-radius: 80px;
    margin-top: 3rem;
    max-width: 650px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4.5rem 0;
    color: #fff; }
    @media screen and (max-width: 834px) {
      .footer .contanct__btn {
        width: 90%;
        padding: 17px; } }
    .footer .contanct__btn p.en {
      font-size: 16px;
      font-weight: 500; }
      @media screen and (max-width: 834px) {
        .footer .contanct__btn p.en {
          font-size: 12px; } }
    .footer .contanct__btn p.ja {
      font-size: 24px;
      font-weight: 500; }
      @media screen and (max-width: 834px) {
        .footer .contanct__btn p.ja {
          font-size: 18px; } }
    .footer .contanct__btn img {
      margin-left: 1rem; }
  .footer .contanct__btn:hover {
    transform: scale(0.9, 0.9);
    transition: 0.5s ease; }
