@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: #d6582a;
  color: #231816;
}
html ::selection {
  background: #d6582a;
  color: #231816;
}

.container {
  width: 100%;
}

section {
  margin-top: 7.5rem;
}

h2 {
  color: #fcc800;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-size: 2rem;
  font-weight: 700;
}

.hidden {
  opacity: 0;
}
body {
  width: 75%;
}

@media screen and (max-width: 1050px) {
  body {
    width: 100%;
  }
}
body header {
  width: 100%;
  box-shadow: unset;
}
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:last-child {
  background: #00a0e2 !important;
  color: #ffffff;
  margin-right: 0;
  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;
}

.wrapper .container {
  width: 100%;
}
.wrapper .container .fv {
  width: 100%;
  height: 100vh;
  background-image: url(../img/mabiz_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 780px;
}
.wrapper .container .fv-inner {
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .container .fv-inner-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: start;
  justify-content: center;
  gap: 10%;
  padding: 2rem;
  max-width: 1440px;
}
@media screen and (max-width: 900px) {
  .wrapper .container .fv-inner-box {
    flex-direction: column;
    gap: 3rem;
  }
}
.wrapper .container .fv-inner-box-lt {
  width: 50%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 900px) {
  .wrapper .container .fv-inner-box-lt {
    width: 100%;
  }
}
.wrapper .container .fv-inner-box-lt img {
  width: 300px;
}
@media screen and (max-width: 900px) {
  .wrapper .container .fv-inner-box-lt img {
    width: 200px;
  }
}
.wrapper .container .fv-inner-box-rt {
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media screen and (max-width: 900px) {
  .wrapper .container .fv-inner-box-rt {
    width: 100%;
  }
}
.wrapper .container .fv-inner-box-rt h2 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .wrapper .container .fv-inner-box-rt h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .container .fv-inner-box-rt h2 .--sp {
    display: none;
  }
}
.wrapper .container .fv-inner-box-rt h2::before {
  content: "テックビズが運営";
  display: block;
  width: 140px;
  height: auto;
  background: #ffffff;
  margin-bottom: 1rem;
  padding: 0.8rem 1rem;
  color: #fcc800;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .wrapper .container .fv-inner-box-rt h2::before {
    font-size: 14px;
    width: 120px;
    padding: 0.5rem;
  }
}
.wrapper .container .fv-inner-box-rt p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  .wrapper .container .fv-inner-box-rt p {
    margin-bottom: 2rem;
  }
}
.wrapper .container .fv-inner-box-rt img {
  width: 500px;
  height: auto;
}
.wrapper .container .fv-inner-box-rt .btn {
  width: 300px;
  background: transparent !important;
  box-shadow: none;
  background: #00a0e2 !important;
  margin-right: 0;
  text-align: right;
  border-radius: 50px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .wrapper .container .fv-inner-box-rt .btn {
    width: 100%;
  }
}
.wrapper .container .fv-inner-box-rt .btn a {
  color: #000000;
  font-size: 14px;
  width: auto !important;
  font-weight: 700;
  color: #ffffff;
  display: block;
  padding: 20px 30px;
}
.wrapper .container .fv-inner-box-rt .btn a i {
  margin-right: 0.5rem;
  color: #fcc800;
}

.service {
  width: 100%;
  padding: 7.5rem 0;
  margin-top: 0;
  background: #fff8de;
}
.service-inner {
  width: 100%;
}
.service-inner-box {
  padding: 0 3rem;
  max-width: 1440px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .service-inner-box {
    padding: 0 1.5rem;
  }
}
.service-inner-box h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  font-family: "Montserrat", "Noto Sans JP", serif;
  text-align: left;
}
.service-inner-box h2::before {
  content: "SERVICE";
  display: block;
  width: 90px;
  height: auto;
  background: #fcc800;
  margin-bottom: 1rem;
  padding: 0.5rem;
  color: #ffffff;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
}
.service-inner-box-item {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  margin: auto;
  max-width: 1440px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 900px) {
  .service-inner-box-item {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.service-inner-box-item div {
  width: 300px;
  height: 300px;
  background: #ffffff;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  flex-direction: column;
  gap: 1rem;
}
.service-inner-box-item div img {
  width: 4rem;
  height: 4rem;
}
.service-inner-box-item div p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
  font-size: 14px;
}
@media screen and (max-width: 1050px) {
  .service-inner-box-item div p {
    font-size: 16px;
  }
}
.service-inner-box-item div p span {
  font-size: 1.25rem;
  font-weight: 700;
  margin: auto;
  letter-spacing: -1px;
}

.apply {
  width: 100%;
  max-width: unset;
  padding: 0 3rem;
  margin-top: 7.5rem;
}
@media screen and (max-width: 900px) {
  .apply {
    padding: 0 1.5rem;
  }
}
.apply-inner {
  width: 100%;
  background-image: url(../img/mabiz_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  max-width: 1360px;
  margin: auto;
}
.apply-inner-box {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 5rem;
  color: #ffffff;
  max-width: 1920px;
  margin: auto;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .apply-inner-box {
    flex-direction: column;
    padding: 3rem 1.5rem;
  }
}
.apply-inner-box-lt {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .apply-inner-box-lt {
    width: 100%;
  }
}
.apply-inner-box-lt h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 2.5rem;
  font-family: "Montserrat", "Noto Sans JP", serif;
  color: #ffffff;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .apply-inner-box-lt h2 .--sp {
    display: none;
  }
}
.apply-inner-box-lt h2::before {
  content: "APPLY";
  display: block;
  width: 90px;
  height: auto;
  background: #ffffff;
  margin-bottom: 1rem;
  padding: 0.5rem;
  color: #fcc800;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
}
.apply-inner-box-lt p {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5rem;
}
@media screen and (max-width: 900px) {
  .apply-inner-box-lt p {
    margin-bottom: 3rem;
  }
}
.apply-inner-box-lt .btn {
  width: 300px;
  background: transparent !important;
  box-shadow: none;
  background: #00a0e2 !important;
  margin-right: 0;
  text-align: right;
  border-radius: 50px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .apply-inner-box-lt .btn {
    width: 100%;
  }
}
.apply-inner-box-lt .btn a {
  color: #000000;
  font-size: 14px;
  width: auto !important;
  font-weight: 700;
  color: #ffffff;
  display: block;
  padding: 20px 30px;
}
@media screen and (max-width: 480px) {
  .apply-inner-box-lt .btn a {
    letter-spacing: -0.2px;
  }
}
.apply-inner-box-lt .btn a i {
  margin-right: 0.5rem;
  color: #fcc800;
}
.apply-inner-box-rt {
  width: 50%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .apply-inner-box-rt {
    width: 100%;
  }
}
.apply-inner-box-rt img {
  width: 400px;
}
@media screen and (max-width: 480px) {
  .apply-inner-box-rt img {
    width: 100%;
  }
}

.reason {
  width: 100%;
  background: #fcc800;
}
.reason-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 4.5rem 3rem 7.5rem;
  max-width: 1440px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .reason-inner {
    gap: 7rem;
    padding: 7.5rem 1.5rem;
  }
}
.reason-inner-box-item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 10rem;
}
@media screen and (max-width: 900px) {
  .reason-inner-box-item {
    flex-direction: column;
  }
}
.reason-inner-box-item h2 {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans JP", serif;
  text-align: left;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 3rem;
}
.reason-inner-box-item h2::before {
  content: "REASON";
  display: block;
  width: 90px;
  height: auto;
  background: #ffffff;
  margin-bottom: 1rem;
  padding: 0.5rem;
  color: #fcc800;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
}
.reason-inner-box-item-lt {
  width: 50%;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 900px) {
  .reason-inner-box-item-lt {
    width: 100%;
  }
}
.reason-inner-box-item-lt .change-img {
  position: sticky;
  top: 0;
  margin-top: 3rem;
}
.reason-inner-box-item-lt .change-img img {
  width: 80%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
  transition: opacity 0.8s ease-in-out;
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .reason-inner-box-item .--pc {
    display: none;
  }
}
.reason-inner-box-item .--sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .reason-inner-box-item .--sp {
    display: block;
    border-radius: 30px;
    margin: 1.5rem auto;
    width: 20rem;
    height: auto;
  }
}
.reason-inner-box-item-rt {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-top: 16rem;
  gap: 15rem;
}
@media screen and (max-width: 900px) {
  .reason-inner-box-item-rt {
    width: 100%;
    gap: 7rem;
    margin-top: 0;
  }
}
.reason-inner-box-item-rt h2.--sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .reason-inner-box-item-rt h2.--sp {
    display: block;
    margin: 0;
  }
}
.reason-inner-box-item-rt-item {
  position: relative;
}
.reason-inner-box-item-rt-item h3 {
  margin-bottom: 1.5rem;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .reason-inner-box-item-rt-item h3 {
    font-size: 1.5rem;
  }
}
.reason-inner-box-item-rt-item h3 .--sp {
  display: block;
}
@media screen and (max-width: 480px) {
  .reason-inner-box-item-rt-item h3 .--sp {
    display: none;
  }
}
.reason-inner-box-item-rt-item p {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
}
.reason-inner-box-item-rt-item .num::before {
  content: "";
  width: 10rem;
  display: block;
  height: auto;
  position: absolute;
  font-size: 10rem;
  top: -90px;
  left: -7rem;
  opacity: 0.3;
  font-family: "Montserrat", "Noto Sans JP", serif;
}
@media screen and (max-width: 900px) {
  .reason-inner-box-item-rt-item .num::before {
    top: -110px;
    left: 0;
  }
}
.reason-inner-box-item-rt-item .num1::before {
  content: "1";
}
.reason-inner-box-item-rt-item .num2::before {
  content: "2";
}
.reason-inner-box-item-rt-item .num3::before {
  content: "3";
}

.price {
  width: 100%;
}
.price-inner {
  width: 100%;
}
.price-inner-box {
  padding: 0 5rem;
  max-width: 1440px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .price-inner-box {
    padding: 0 1.5rem;
  }
}
.price-inner-box h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  font-family: "Montserrat", "Noto Sans JP", serif;
  text-align: left;
}
.price-inner-box h2::before {
  content: "PRICE";
  display: block;
  width: 90px;
  height: auto;
  background: #fcc800;
  margin-bottom: 1rem;
  padding: 0.5rem;
  color: #ffffff;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
}
.price-inner-box-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  max-width: 1440px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .price-inner-box-item {
    flex-direction: column;
  }
}
.price-inner-box-item div {
  width: 360px;
  height: 410px;
  background: #fff8df;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 900px) {
  .price-inner-box-item div {
    width: 320px;
    height: 360px;
  }
}
@media screen and (max-width: 480px) {
  .price-inner-box-item div {
    width: 100%;
    height: auto;
  }
}
.price-inner-box-item div img {
  width: 5rem;
  height: 5rem;
}
.price-inner-box-item div p span {
  font-size: 1.5rem;
  font-weight: 700;
  margin: auto;
}
.price-inner-box .project-price {
  font-size: 1.5rem;
  color: #fcc800;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  text-align: center;
}
.price-inner-box .project-price span {
  font-size: 4.5rem;
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans JP", serif;
  letter-spacing: -2px;
}
.price-inner-box .project-price .ptag {
  writing-mode: vertical-rl;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  background: #fcc800;
  padding: 0.3rem 0.4rem 0.3rem 0.3rem;
  border-radius: 5px;
  display: inline-block;
  margin-right: 0.3rem;
  letter-spacing: unset;
}
.price-inner-box .project-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fcc800;
  line-height: 1.2;
  font-family: "Montserrat", "Noto Sans JP", serif;
  text-align: center;
}
.price-inner-box .project-description {
  font-size: 1rem;
  text-align: left;
}

.flow {
  width: 100%;
  background: #fff8de !important;
}
.flow-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 4.5rem 3rem 7.5rem;
  max-width: 1440px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .flow-inner {
    padding: 7.5rem 1.5rem;
    gap: 2rem;
  }
}
.flow-inner-box-item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 10rem;
}
@media screen and (max-width: 900px) {
  .flow-inner-box-item {
    flex-direction: column;
    gap: 0;
  }
}
.flow-inner-box-item h2 {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans JP", serif;
  text-align: left;
  color: #fcc800;
  margin-bottom: 0;
  margin-top: 3rem;
}
.flow-inner-box-item h2::before {
  content: "FLOW";
  display: block;
  width: 90px;
  height: auto;
  background: #fcc800;
  margin-bottom: 1rem;
  padding: 0.5rem;
  color: #ffffff;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
}
.flow-inner-box-item-lt {
  width: 50%;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 900px) {
  .flow-inner-box-item-lt {
    width: 100%;
  }
}
.flow-inner-box-item-lt .btn {
  width: 300px;
  background: transparent !important;
  box-shadow: none;
  background: #00a0e2 !important;
  margin-right: 0;
  text-align: center;
  border-radius: 50px;
  padding: 0;
  margin-top: 3rem;
}
@media screen and (max-width: 900px) {
  .flow-inner-box-item-lt .btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .flow-inner-box-item-lt .btn {
    width: 100%;
  }
}
.flow-inner-box-item-lt .btn a {
  color: #000000;
  font-size: 14px;
  width: auto !important;
  font-weight: 700;
  color: #ffffff;
  display: block;
  padding: 20px 30px;
}
.flow-inner-box-item-lt .btn a i {
  margin-right: 0.5rem;
  color: #fcc800;
}
@media screen and (max-width: 900px) {
  .flow-inner-box-item .--pc {
    display: none;
  }
}
.flow-inner-box-item .--sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .flow-inner-box-item .--sp {
    display: block;
  }
}
.flow-inner-box-item-rt {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
  gap: 5rem;
}
@media screen and (max-width: 900px) {
  .flow-inner-box-item-rt {
    width: 100%;
    margin-top: 0;
  }
}
.flow-inner-box-item-rt h2.--sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .flow-inner-box-item-rt h2.--sp {
    display: block;
    margin: 0;
  }
}
.flow-inner-box-item-rt-item {
  position: relative;
}
.flow-inner-box-item-rt-item h3 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 900px) {
  .flow-inner-box-item-rt-item h3 {
    font-size: 1.5rem;
  }
}
.flow-inner-box-item-rt-item .num::before {
  content: "FLOW";
  display: block;
  width: 70px;
  height: auto;
  background: #ffffff;
  margin-bottom: 1rem;
  padding: 0.5rem;
  color: #fcc800;
  font-size: 14px;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
}
.flow-inner-box-item-rt-item .num1::before {
  content: "STEP01";
}
.flow-inner-box-item-rt-item .num2::before {
  content: "STEP02";
}
.flow-inner-box-item-rt-item .num3::before {
  content: "STEP03";
}
.flow-inner-box-item-rt-item .num4::before {
  content: "STEP04";
}
.flow-inner-box-item-rt-item .num5::before {
  content: "STEP05";
}

.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: 2rem;
  font-weight: 700;
  text-align: left;
  font-family: "Montserrat", "Noto Sans JP", serif;
  text-align: center;
  color: #fcc800;
  margin-bottom: 0;
  margin-bottom: 3rem;
}
.faq-inner-box h2::before {
  content: "FAQ";
  display: block;
  width: 90px;
  height: auto;
  background: #fcc800;
  margin: 0 auto 1rem;
  padding: 0.5rem;
  color: #ffffff;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
}
.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: 16px;
  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: 16px;
  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 3rem;
  color: #ffffff;
  max-width: 1920px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .footer-inner-box {
    flex-direction: column;
    padding: 3rem 1.5rem;
    gap: 2rem;
  }
}
.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%;
  }
}
.footer-inner-box-lt h3 {
  font-size: 1.5rem;
}
@media screen and (max-width: 1050px) {
  .footer-inner-box-lt h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .footer-inner-box-lt h3 {
    font-size: 1.5rem;
  }
}
@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: 300px;
    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: 300px;
  background: transparent !important;
  box-shadow: none;
  background: #00a0e2 !important;
  margin-right: 0;
  text-align: center;
  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: 14px;
  width: auto !important;
  font-weight: 700;
  color: #ffffff;
  display: block;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .footer-inner-box-rt .btn a {
    font-size: 0.875rem;
  }
}
.footer-inner-box-rt .--btn-color {
  background: #ffffff !important;
}
.footer-inner-box-rt .--btn-color a {
  color: #00a0e2;
  letter-spacing: -0.2px;
}
.footer .footer-nav {
  width: 100%;
}
.footer .footer-nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3rem 3rem 3rem;
  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: 50%;
}
@media screen and (max-width: 900px) {
  .footer .footer-nav ul .credit {
    width: 100%;
    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%;
  }
} /*# sourceMappingURL=styles.css.map */

/* お問い合わせフォーム*/
.contact-box {
  width: 25%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  right: 0;
  overflow: scroll;
  background: #ffffff;
}

.contact-box-inner {
  width: 100%;
  height: 100vh;
  background: #ffffff;

  p {
    padding: 2rem 2rem 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }
}

.form {
  margin-top: 0;
}

.pc-only {
  display: block;
}

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