@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 0.7px;
  font-weight: 100;
  font-family: "Noto Sans JP", "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}
html ::-moz-selection {
  background: #00a0e2;
  color: #ffffff;
}
html ::selection {
  background: #00a0e2;
  color: #ffffff;
}

.container {
  width: 100%;
}

section {
  padding-top: 7.5rem;
}

h2 {
  color: #fcc800;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  h2 {
    font-size: 3rem !important;
  }
}

@media screen and (max-width: 900px) {
  h2::after {
    content: "";
    font-size: 0.875rem !important;
  }
}

h3 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  h3 {
    font-size: 1.5rem !important;
  }
}

body header {
  width: 100%;
  box-shadow: unset;
  background: rgba(255, 255, 255, 0.7);
}
body header .header-contents {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
body header .header-contents .header-logo {
  margin: 0;
}
body header .header-contents .header-btn-area {
  width: unset;
}
body header .header-contents .header-btn-area a {
  background: transparent !important;
  box-shadow: none;
  color: #000000;
  font-size: 0.875rem !important;
  width: auto !important;
  font-weight: 700;
  margin-right: 1rem;
}
body header .header-contents .header-btn-area a:nth-child(4) {
  background: #00a0e2 !important;
  color: #ffffff;
  margin-right: 0;
  padding: 15px 20px;
  border-radius: 50px;
  margin-right: 10px;
}
body header .header-contents .header-btn-area a:nth-child(4)::before {
  left: 18px;
}
body header .header-contents .header-btn-area a:last-child {
  background: #fff !important;
  color: #00a0e2;
  border: 2px solid #00a0e2;
  padding: 15px 20px;
}
body header .header-contents .header-btn-area a:last-child::before {
  left: 18px;
}
body header .header-contents .header-btn-area .cta-btn {
  position: relative;
}
body header .header-contents .header-btn-area .cta-btn i {
  font-size: 12px;
  color: #fcc800;
  margin-right: 0.5rem;
}
body .header-sp {
  background: #ffffff !important;
  padding: 0 !important;
}
body .header-sp .header__inner {
  padding: 10px 1.5rem !important;
}
body .header-sp .header__inner .header__menu {
  width: 100% !important;
  height: 100vh !important;
  background: #fcc800 !important;
  padding: 5rem 1.5rem !important;
}
body .header-sp .header__inner .header__menu .menu__list .menu__item {
  border-bottom: 1px solid #ffffff;
}
body
  .header-sp
  .header__inner
  .header__menu
  .menu__list
  .menu__item
  .menu__link {
  color: #ffffff;
  padding: 1rem 0 !important;
}
body .header-sp .header__inner .header__menu .menu__list .btn {
  width: auto;
  background: transparent !important;
  box-shadow: none;
  background: #00a0e2 !important;
  margin-right: 0;
  text-align: right;
  padding: 0;
  border-radius: 50px;
  margin-top: 3rem;
  border: none;
}
@media screen and (max-width: 900px) {
  body .header-sp .header__inner .header__menu .menu__list .btn {
    width: 320px;
  }
}
@media screen and (max-width: 480px) {
  body .header-sp .header__inner .header__menu .menu__list .btn {
    width: 100%;
  }
}
body .header-sp .header__inner .header__menu .menu__list .btn a {
  color: #000000;
  font-size: 1rem;
  width: auto !important;
  font-weight: 700;
  color: #ffffff;
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: -0.2px;
}
body .header-sp .header__inner .header__menu .menu__list .btn a i {
  color: #fcc800;
  margin-right: 0.5rem;
}
body .header-sp .header__inner .header__menu .menu__list .--white {
  margin-top: 1rem;
  background: #ffffff !important;
}
body .header-sp .header__inner .header__menu .menu__list .--white a {
  color: #fcc800 !important;
}
body .header-sp .header__inner .header__menu-btn {
  right: unset;
}
body .header-sp .header__inner .header__menu-btn span:nth-child(-n + 3) {
  background: #fcc800 !important;
  height: 3px !important;
}
body .header-sp .header__inner .header__menu-btn span:nth-child(1) {
  top: 5px;
}
body .header-sp .header__inner .header__menu-btn span:nth-child(2) {
  top: 13px;
}
body .header-sp .header__inner .header__menu-btn span:nth-child(3) {
  top: 21px;
}
body .header-sp .header__inner.active .header__menu-btn span:nth-child(1) {
  top: 14px;
  background: #ffffff !important;
}
body .header-sp .header__inner.active .header__menu-btn span:nth-child(3) {
  top: 14px;
  background: #ffffff !important;
}

.wrapper .container {
  width: 100%;
}
.wrapper .container .fv {
  width: 100%;
  height: 100vh;
  background-image: url(../img/grad_mix.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .wrapper .container .fv {
    background-size: cover;
  }
}
.wrapper .container .fv-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .container .fv-inner-box {
  width: 50%;
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .wrapper .container .fv-inner-box {
    width: 100%;
    overflow: hidden;
    margin-top: auto;
    margin-bottom: 8rem;
  }
}
.wrapper .container .fv-inner-box p {
  position: absolute;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .wrapper .container .fv-inner-box p {
    font-size: 7.5vw;
  }
}
.wrapper .container .fv-inner-box img {
  width: 700px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .wrapper .container .fv-inner-box img {
    width: 140%;
  }
}
.wrapper .container .fv-inner-box .btn {
  width: auto;
  background: transparent !important;
  box-shadow: none;
  background: #00a0e2 !important;
  margin-right: 0;
  text-align: right;
  padding: 0;
  border-radius: 50px;
  position: absolute;
  top: 80%;
}
@media screen and (max-width: 480px) {
  .wrapper .container .fv-inner-box .btn {
    width: 90%;
  }
}
.wrapper .container .fv-inner-box .btn a {
  color: #000000;
  font-size: 1rem;
  width: auto !important;
  font-weight: 700;
  color: #ffffff;
  display: block;
  padding: 30px;
}
@media screen and (max-width: 480px) {
  .wrapper .container .fv-inner-box .btn a {
    font-size: 0.875rem;
    text-align: center;
    letter-spacing: -0.2px;
  }
}
.wrapper .container .fv-inner-box .btn a i {
  color: #fcc800;
  margin-right: 0.5rem;
}
.wrapper .container .fv .slider-container {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.wrapper .container .fv .slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
@media screen and (max-width: 900px) {
  .wrapper .container .fv .slider {
    height: 70vh;
  }
}
.wrapper .container .fv .slider-item {
  flex: 0 0 300px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 900px) {
  .wrapper .container .fv .slider-item {
    flex: 0 0 250px;
  }
}
.wrapper .container .fv .card {
  border-radius: 8px;
  overflow: hidden;
}
.wrapper .container .fv .card-content {
  padding: 20px;
  width: 90%;
}
.wrapper .container .fv .card-content img {
  border-radius: 30px;
}

.about {
  width: 100%;
}
.about-inner {
  width: 100%;
  background-image: url(../img/mabiz_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about-inner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem;
  color: #ffffff;
  max-width: 1920px;
  margin: auto;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .about-inner-box {
    flex-direction: column;
    padding: 3rem 1.5rem;
  }
}
.about-inner-box-lt {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .about-inner-box-lt {
    width: 100%;
  }
}
.about-inner-box-lt h2 {
  font-size: 4rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 2.5rem;
  font-family: "Montserrat", "Noto Sans JP", serif;
  color: #ffffff;
}
.about-inner-box-lt h2::after {
  content: "MARKETINGBIZについて";
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.about-inner-box-lt h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 900px) {
  .about-inner-box-lt h3 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .about-inner-box-lt h3 .--sp {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .about-inner-box-lt .--pc {
    display: none;
  }
}
.about-inner-box-rt {
  width: 50%;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 900px) {
  .about-inner-box-rt {
    width: 100%;
    flex-direction: column;
    align-items: start;
    gap: 2rem;
  }
}
.about-inner-box-rt p {
  font-size: 1rem;
  font-weight: 700;
}
.about-inner-box-rt .--sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .about-inner-box-rt .--sp {
    display: block;
  }
}
.about-inner-box .btn {
  width: auto;
  background: transparent !important;
  box-shadow: none;
  background: #ffffff !important;
  margin-right: 0;
  text-align: right;
  border-radius: 50px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .about-inner-box .btn {
    width: 100%;
  }
}
.about-inner-box .btn a {
  color: #000000;
  font-size: 1rem;
  width: auto !important;
  font-weight: 700;
  color: #fcc800;
  display: block;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .about-inner-box .btn a {
    font-size: 0.875rem;
    letter-spacing: -0.2px;
    text-align: center;
  }
}
.about-inner-box .btn a i {
  margin-right: 0.5rem;
}

.feature {
  width: 100%;
  background-image: url(../img/grad_yellow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .feature {
    background-size: cover;
  }
}
.feature-inner {
  width: 100%;
}
.feature-inner-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .feature-inner-box {
    padding: 0 1.5rem;
  }
}
.feature-inner-box h2 {
  font-size: 4rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 2.5rem;
  font-family: "Montserrat", "Noto Sans JP", serif;
  text-align: center;
}
.feature-inner-box h2::after {
  content: "MARKETINGBIZの特徴";
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.feature-inner-box h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5rem;
  text-align: center;
}
.feature-inner-box-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5rem;
  gap: 5rem;
}
@media screen and (max-width: 900px) {
  .feature-inner-box-img {
    flex-direction: column;
    padding: 0;
    gap: 3rem;
  }
}
.feature-inner-box-img-item {
  width: 400px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .feature-inner-box-img-item {
    width: 100%;
  }
}
.feature-inner-box-img-item img {
  width: 100%;
  height: 25rem;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .feature-inner-box-img-item img {
    height: 20rem;
  }
}
.feature-inner-box-img-item p {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (max-width: 900px) {
  .feature-inner-box-img-item p {
    font-size: 1.25rem !important;
    text-align: center;
  }
}
.feature-inner-box-img-item .icon-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  position: absolute;
  top: 20px;
  left: 20px;
}
.feature-inner-box-img-item .icon-title img {
  width: 2rem;
  height: 2rem;
}
.feature-inner-box-img-item .icon-title p {
  font-size: 1rem;
  color: #fcc800;
  margin: 0;
}
.feature-inner-box .btn {
  width: auto;
  background: transparent !important;
  box-shadow: none;
  background: #00a0e2 !important;
  margin-right: 0;
  text-align: right;
  border-radius: 50px;
  padding: 0;
  margin-top: 5rem;
}
@media screen and (max-width: 480px) {
  .feature-inner-box .btn {
    width: 100%;
  }
}
.feature-inner-box .btn a {
  color: #000000;
  font-size: 1rem;
  width: auto !important;
  font-weight: 700;
  color: #ffffff;
  display: block;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .feature-inner-box .btn a {
    font-size: 0.875rem;
    text-align: center;
    letter-spacing: -0.2px;
  }
}
.feature-inner-box .btn a i {
  margin-right: 0.5rem;
  color: #fcc800;
}

.reason {
  width: 100%;
  background-image: url(../img/grad_blue.png);
  background-size: 80%;
  background-position: bottom;
  background-repeat: no-repeat;
  max-width: 1920px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .reason {
    background-size: cover;
  }
}
.reason-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.reason-inner-box {
  margin-bottom: 5rem;
  padding: 0 1.5rem;
}
.reason-inner-box h2 {
  font-size: 4rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 2.5rem;
  font-family: "Montserrat", "Noto Sans JP", serif;
  text-align: center;
}
.reason-inner-box h2::after {
  content: "MARKETINGBIZのが選ばれる理由";
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.reason-inner-box h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  text-align: center;
  letter-spacing: -0.2px;
}
.reason-inner-box h3 .--sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .reason-inner-box h3 .--sp {
    display: block;
  }
}
.reason-inner-box p {
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .reason-inner-box p .--sp {
    display: none;
  }
}
.reason-inner-box-img {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.reason-inner-box-img-item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 900px) {
  .reason-inner-box-img-item {
    flex-direction: column;
  }
}
.reason-inner-box-img-item-txt {
  width: 40%;
}
@media screen and (max-width: 900px) {
  .reason-inner-box-img-item-txt {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.reason-inner-box-img-item-txt div {
  width: 360px;
  height: 360px;
  background: #fff8df;
  border-radius: 30px;
  display: flex;
  justify-content: start;
  align-items: start;
  margin-left: auto;
  padding: 1.5rem;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 900px) {
  .reason-inner-box-img-item-txt div {
    margin-left: 0;
    width: 320px;
    height: 320px;
  }
}
.reason-inner-box-img-item-txt div img {
  width: 3rem;
  height: 3rem;
}
.reason-inner-box-img-item-txt div p {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 1rem;
  font-size: 1rem;
}
.reason-inner-box-img-item-txt div p span {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .reason-inner-box-img-item-txt div p span {
    font-size: 1.25rem !important;
  }
}
.reason-inner-box-img-item-img {
  width: 60%;
  height: 360px;
}
@media screen and (max-width: 900px) {
  .reason-inner-box-img-item-img {
    width: 100%;
    height: 320px;
  }
}
.reason-inner-box-img-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px 0 0 30px;
  -o-object-position: top;
  object-position: top;
}
@media screen and (max-width: 900px) {
  .reason-inner-box-img-item-img img {
    border-radius: 0;
  }
}
.reason-inner-box-img-item .--border-radius img {
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 900px) {
  .reason-inner-box-img-item .--border-radius img {
    border-radius: 0;
  }
}
.reason-inner-box-img-item .--margin {
  margin-right: auto;
  margin-left: unset;
}
@media screen and (max-width: 900px) {
  .reason-inner-box-img .--reverse {
    flex-direction: column-reverse;
  }
}
.reason-inner-box-img .--reverse img {
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 900px) {
  .reason-inner-box-img .--reverse .--center {
    width: auto;
  }
}
.reason-inner-box-img .--reflect img {
  transform: scaleX(-1);
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 900px) {
  .reason-inner-box-img .--reflect img {
    border-radius: 0;
  }
}

.support {
  width: 100%;
}
.support-inner {
  width: 100%;
}
.support-inner-box {
  padding: 0 5rem;
}
@media screen and (max-width: 900px) {
  .support-inner-box {
    padding: 0 1.5rem;
  }
}
.support-inner-box h2 {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans JP", serif;
  text-align: left;
  max-width: 1440px;
  margin: 0 auto 2.5rem;
}
.support-inner-box h2::after {
  content: "提供しているフリーランスのためのサポート";
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.support-inner-box-item {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  max-width: 1440px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .support-inner-box-item {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.support-inner-box-item div {
  width: 320px;
  height: 320px;
  background: #fff8df;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  flex-direction: column;
  gap: 1rem;
}
.support-inner-box-item div img {
  width: 5rem;
  height: 5rem;
}
.support-inner-box-item div p {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 1rem;
  font-size: 1rem;
}
.support-inner-box-item div p span {
  font-size: 1.5rem;
  font-weight: 700;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .support-inner-box-item div p span {
    font-size: 1.25rem !important;
  }
}

.cta {
  width: 100%;
  max-width: unset;
  padding: 0;
  margin-top: 7.5rem;
}
.cta-inner {
  width: 100%;
  background-image: url(../img/mabiz_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta-inner-box {
  display: flex;
  justify-content: start;
  align-items: start;
  padding: 5rem;
  color: #ffffff;
  max-width: 1920px;
  margin: auto;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .cta-inner-box {
    padding: 3rem 1.5rem;
    flex-direction: column;
    gap: 0;
  }
}
.cta-inner-box-lt {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .cta-inner-box-lt {
    width: 100%;
  }
}
.cta-inner-box-lt h2 {
  font-size: 4rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 2.5rem;
  font-family: "Montserrat", "Noto Sans JP", serif;
  color: #ffffff;
}
.cta-inner-box-lt h2::after {
  content: "お気軽にカジュアル面談へのお申し込みお待ちしております。";
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.cta-inner-box-rt {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .cta-inner-box-rt {
    width: 100%;
  }
}
.cta-inner-box-rt h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 480px) {
  .cta-inner-box-rt h3 .--sp {
    display: none !important;
  }
}
.cta-inner-box-rt .btn {
  width: auto;
  background: transparent !important;
  box-shadow: none;
  background: #00a0e2 !important;
  margin-right: 0;
  text-align: right;
  border-radius: 50px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .cta-inner-box-rt .btn {
    width: 100%;
  }
}
.cta-inner-box-rt .btn a {
  color: #000000;
  font-size: 1rem;
  width: auto !important;
  font-weight: 700;
  color: #ffffff;
  display: block;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .cta-inner-box-rt .btn a {
    font-size: 0.875rem;
    text-align: center;
    letter-spacing: -0.2px;
  }
}
.cta-inner-box-rt .btn a i {
  margin-right: 0.5rem;
  color: #fcc800;
}

.project {
  width: 100%;
  overflow: hidden;
  background-image: url(../img/grad_yellow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .project {
    background-size: cover;
  }
}
.project-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.project-inner-box {
  padding: 0 1.5rem;
}
.project-inner-box h2 {
  font-size: 4rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 2.5rem;
  font-family: "Montserrat", "Noto Sans JP", serif;
  text-align: center;
}
.project-inner-box h2::after {
  content: "ご紹介できる案件";
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.project-inner-box h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .project-inner-box h3 .--sp {
    display: none !important;
  }
}
.project-inner-box p {
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .project-inner-box p .--sp {
    display: none !important;
  }
}
.project-inner-box-item {
  width: 130%;
  height: 100%;
}
.project-inner-box-item .slider-container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  max-width: 1920px;
}
.project-inner-box-item .project-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
.project-inner-box-item .project-slider .slider-item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}
.project-inner-box-item .project-slider .slider-item .card {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5rem 0;
  width: 22rem;
}
.project-inner-box-item .project-slider .slider-item .card-content {
  padding: 30px;
  width: 22rem;
  background: #ffffff;
  box-shadow: 0px 0px 18px #cecece;
  border-radius: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: -1;
}
.project-inner-box-item
  .project-slider
  .slider-item
  .card-content
  .project-price {
  font-size: 1.5rem;
  color: #fcc800;
  font-weight: 700;
  position: relative;
  height: 6rem;
}
.project-inner-box-item
  .project-slider
  .slider-item
  .card-content
  .project-price
  span {
  font-size: 4.5rem;
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans JP", serif;
}
.project-inner-box-item
  .project-slider
  .slider-item
  .card-content
  .project-price
  .ptag {
  writing-mode: vertical-rl;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fcc800;
  background: #fff8df;
  padding: 0.5rem 0.5rem 0.5rem 0.2rem;
  border-radius: 5px;
  display: inline-block;
  margin-right: 0.5rem;
}
.project-inner-box-item
  .project-slider
  .slider-item
  .card-content
  .project-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fcc800;
  font-family: "Montserrat", "Noto Sans JP", serif;
}
.project-inner-box-item
  .project-slider
  .slider-item
  .card-content
  .project-tag {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}
.project-inner-box-item
  .project-slider
  .slider-item
  .card-content
  .project-tag
  .project-tag-item {
  font-size: 1rem;
  font-weight: 700;
  background: #fff8de;
  padding: 0.5rem;
  border-radius: 5px;
}
.project-inner-box-item
  .project-slider
  .slider-item
  .card-content
  .project-description {
  font-size: 1rem;
  text-align: left;
}
.project-inner-box-item .slick-current {
  transform: scale(1.2);
  z-index: 1;
}

.flow {
  width: 100%;
  background: transparent !important;
  position: relative;
}
.flow-inner {
  width: 100%;
}
.flow-inner-box {
  padding: 0 5rem 5rem;
}
@media screen and (max-width: 900px) {
  .flow-inner-box {
    padding: 0 1.5rem;
  }
}
.flow-inner-box h2 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  font-family: "Montserrat", "Noto Sans JP", serif;
}
.flow-inner-box h2::after {
  content: "ご利用の流れ";
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.flow-inner-box h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5rem;
  text-align: center;
}
.flow-inner-box h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  text-align: center;
  color: #fcc800;
}
.flow-inner-box .--color {
  color: #00a0e2;
  margin-top: 3rem;
}
.flow-inner-box-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  max-width: 1024px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .flow-inner-box-item {
    flex-direction: column;
  }
}
.flow-inner-box-item div {
  width: 320px;
  height: 320px;
  background: #fff8df;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 1.5rem;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 900px) {
  .flow-inner-box-item div {
    margin-left: 0;
  }
}
.flow-inner-box-item div img {
  width: 5rem;
  height: 5rem;
}
.flow-inner-box-item div p {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 1rem;
  font-size: 1rem;
}
.flow-inner-box-item div p span {
  font-size: 1.5rem;
  font-weight: 700;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .flow-inner-box-item div p span {
    font-size: 1.25rem !important;
  }
}
.flow-inner-box-item div .--step {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  gap: 0.5rem;
  font-size: 1rem;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 700;
  color: #fcc800;
  font-family: "Montserrat", "Noto Sans JP", serif;
}
.flow-inner-box-item div .--step i {
  font-size: 1rem;
  font-weight: 700;
  color: #fcc800;
}
.flow-inner-box-item div .--step-color {
  color: #00a0e2;
}
.flow-inner-box-item div .--step-color i {
  font-size: 1rem;
  font-weight: 700;
  color: #00a0e2;
}
.flow-inner-box-item .--bg-color {
  background: #98defc;
}
.flow .grad-img {
  position: absolute;
  top: 20rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.faq {
  width: 100%;
  background: transparent !important;
}
.faq-inner {
  width: 100%;
}
.faq-inner-box {
  padding: 0 5rem;
}
@media screen and (max-width: 900px) {
  .faq-inner-box {
    padding: 0 1.5rem;
  }
}
.faq-inner-box h2 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  font-family: "Montserrat", "Noto Sans JP", serif;
}
.faq-inner-box h2::after {
  content: "よくある質問";
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
.faq-inner-box h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5rem;
  text-align: center;
}
.faq-inner-box h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  text-align: center;
  color: #fcc800;
}
.faq-inner-box .--color {
  color: #00a0e2;
  margin-top: 3rem;
}
.faq-inner-box-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  max-width: 1024px;
  margin: auto;
}
.faq-inner-box-item .faq-item {
  background: #fff8de;
  width: 100%;
  border-radius: 20px;
  padding: 1rem;
}
.faq-inner-box-item .faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 15px 0;
  gap: 1rem;
}
.faq-inner-box-item .faq-item .faq-question span {
  font-family: "Montserrat", "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: 700;
}
.faq-inner-box-item .faq-answer {
  display: none;
  padding: 15px 0;
  color: #fcc800;
}
.faq-inner-box-item .faq-answer p {
  font-weight: 700;
}
.faq-inner-box-item .faq-answer span {
  font-family: "Montserrat", "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: 700;
}
.faq-inner-box-item .faq-toggle {
  transition: transform 0.3s ease;
  padding: 0.5rem;
  font-weight: 900;
  background: #fcc800;
  border-radius: 50%;
  color: #ffffff;
}
.faq-inner-box-item .faq-toggle .minus-icon {
  display: none;
}
.faq-inner-box-item .faq-toggle .plus-icon {
  display: block;
}
.faq-inner-box-item .faq-item.active .minus-icon {
  display: block;
}
.faq-inner-box-item .faq-item.active .plus-icon {
  display: none;
}

.footer {
  width: 100%;
  max-width: unset;
  padding: 0;
  margin-top: 7.5rem;
}
.footer-inner {
  width: 100%;
  background-image: url(../img/mabiz_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-inner-box {
  display: flex;
  justify-content: start;
  align-items: start;
  padding: 5rem;
  color: #ffffff;
  max-width: 1920px;
  margin: auto;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .footer-inner-box {
    flex-direction: column;
    padding: 3rem 1.5rem;
  }
}
.footer-inner-box-lt {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .footer-inner-box-lt {
    width: 100%;
  }
}
.footer-inner-box-lt img {
  width: 300px;
  height: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .footer-inner-box-lt img {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .footer-inner-box-lt h3 .--sp {
    display: none !important;
  }
}
.footer-inner-box-rt {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .footer-inner-box-rt {
    width: 100%;
    align-items: start;
  }
}
.footer-inner-box-rt p {
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .footer-inner-box-rt p {
    width: 350px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .footer-inner-box-rt p {
    width: 100%;
  }
}
.footer-inner-box-rt h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.footer-inner-box-rt .btn {
  width: auto;
  background: transparent !important;
  box-shadow: none;
  background: #00a0e2 !important;
  margin-right: 0;
  text-align: right;
  border-radius: 50px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .footer-inner-box-rt .btn {
    width: 100%;
    text-align: center;
  }
}
.footer-inner-box-rt .btn a {
  color: #000000;
  font-size: 1rem;
  width: auto !important;
  font-weight: 700;
  color: #ffffff;
  display: block;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .footer-inner-box-rt .btn a {
    font-size: 0.875rem;
  }
}
.footer-inner-box-rt .btn a i {
  margin-right: 0.5rem;
  color: #fcc800;
}
.footer-inner-box-rt .--btn-color {
  background: #ffffff !important;
}
.footer-inner-box-rt .--btn-color a {
  color: #fcc800;
  letter-spacing: -0.2px;
}
.footer-inner-box-rt .--btn-color a i {
  color: #fcc800;
}
.footer .footer-nav {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
.footer .footer-nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5rem 3rem 5rem;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .footer .footer-nav ul {
    padding: 0 1.5rem 3rem 1.5rem;
    flex-direction: column-reverse;
  }
}
.footer .footer-nav ul li {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .footer .footer-nav ul .credit {
    margin-top: 0.5rem;
  }
}
.footer .footer-nav ul .footer-na-rt {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  padding: 0;
  gap: 1rem;
}
@media screen and (max-width: 900px) {
  .footer .footer-nav ul .footer-na-rt {
    gap: 0.5rem;
  }
}
.footer .footer-nav ul .footer-na-rt li {
  width: auto;
}
@media screen and (max-width: 900px) {
  .footer .footer-nav ul .footer-na-rt li {
    width: 100%;
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  visibility: hidden;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.ripple-icon {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.ripple-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(252, 200, 0, 0.3);
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 0.6s ease-out;
  opacity: 1;
  top: 0;
  left: 0;
}

@keyframes ripple {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(2.5);
    opacity: 0;
  }
} /*# sourceMappingURL=styles.css.map */
