@charset "UTF-8";
/*============トップビュー==============*/
.mv {
  position: relative;
  width: 100%;
  height: 85vh;
  max-height: 600px;
  background-color: #BDE2EB;
  margin: 0 auto;
  padding-top: 20px;
}
.mv__catch {
  margin-bottom: 10px;
  font-size: 1.5625rem;
  line-height: 1.2;
  color: #333;
  margin-top: 20px;
}
.mv__catch span {
  font-size: 2.375rem;
}
@media screen and (max-width: 780px) {
  .mv__catch span {
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 780px) {
  .mv__catch {
    max-width: 100%;
    font-size: 1.25rem;
    margin: 20px 0 0;
    text-align: center;
  }
}
.mv__second {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 780px) {
  .mv__second {
    flex-direction: column;
    margin-top: 30px;
  }
}
.mv__txt {
  width: 40%;
  min-width: 370px;
}
@media screen and (max-width: 780px) {
  .mv__txt {
    width: 100%;
    min-width: 100%;
  }
}
.mv__point {
  padding: 8px 5px;
  background-color: #0f839a;
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  margin-bottom: 10px;
  border-radius: 10px;
}
.mv__point span {
  font-size: 0.8125rem;
}
@media screen and (max-width: 780px) {
  .mv__point span {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 780px) {
  .mv__point {
    font-size: 1.25rem;
  }
}
.mv__img {
  width: 55%;
}
@media screen and (max-width: 780px) {
  .mv__img {
    width: 100%;
    max-width: 650px;
    margin: 20px auto 0;
  }
}
.mv__btn-outer {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .mv__btn-outer {
    margin-top: 20px;
  }
}
.mv .btn_01 {
  max-width: 100%;
}
@media screen and (max-width: 780px) {
  .mv .btn_01.pc {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .mv {
    text-align: center;
    margin: auto;
    height: auto;
    max-height: none;
    padding-bottom: 20px;
  }
}

/*=================IT補助金====================*/
.it_img {
  max-width: 600px;
  margin: 0 auto;
  padding: 25px 20px 0px
}

/*=================ロゴの並びのとこ====================*/
.logo-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 10px;
}
.logo-area__logos {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .logo-area__logos {
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.logo-area__logo {
  width: calc(12.5% - 10px);
  margin: 0 15px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .logo-area__logo {
    width: calc(25% - 20px);
    margin: 0;
  }
}
@media screen and (max-width: 780px) {
  .logo-area {
    padding: 10px 10px;
  }
}

/*============マトマルとは============*/
.matomaru-about {
  padding: 60px 0px;
  text-align: center;
  background-color: #E2EDF8;
}
.matomaru-about__catch {
  font-size: 1.875rem;
}
.matomaru-about__catch small {
  font-size: 0.75rem;
}
@media screen and (max-width: 780px) {
  .matomaru-about__catch {
    font-size: 17;
  }
  .matomaru-about__catch br {
    display: none;
  }
}
.matomaru-about__txt-img {
  vertical-align: sub;
}
@media screen and (max-width: 780px) {
  .matomaru-about__txt-img {
    vertical-align: bottom;
  }
}
.matomaru-about__txt-img img {
  width: 20%;
  vertical-align: baseline;
}
@media screen and (max-width: 780px) {
  .matomaru-about__txt-img img {
    width: 60%;
    vertical-align: baseline;
  }
}
.matomaru-about__caution {
  font-size: 0.9375rem;
  max-width: 650px;
  margin: 20px auto 0;
}
@media screen and (max-width: 780px) {
  .matomaru-about {
    padding: 30px 0;
  }
}

.funcs {
  padding: 60px 0;
}
@media screen and (max-width: 780px) {
  .funcs {
    padding: 40px 0;
  }
}
.funcs__imgs {
  text-align: center;
  margin: 0 auto;
}
.funcs__imgs img {
  max-height: 200px;
}
@media screen and (max-width: 780px) {
  .funcs__imgs img {
    max-height: none;
  }
}
.funcs__img-pc {
  display: inline;
}
@media screen and (max-width: 780px) {
  .funcs__img-pc {
    display: none;
  }
}
.funcs__img-sp {
  display: none;
}
@media screen and (max-width: 780px) {
  .funcs__img-sp {
    display: inline;
    max-height: none;
    max-width: 80%;
  }
}
.funcs__txt {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 780px) {
  .funcs__txt {
    font-size: 1.0625rem;
  }
}
.funcs__txt-img {
  vertical-align: sub;
}
@media screen and (max-width: 780px) {
  .funcs__txt-img {
    display: inline-block;
    width: 60%;
    margin-right: 8px;
  }
}
.funcs__txt-img img {
  vertical-align: text-bottom;
}

.features__title {
  text-align: center;
  margin: 15px;
}
@media screen and (max-width: 780px) {
  .features__title {
    font-size: 1.5625rem;
  }
}
.features__feature {
  padding: 60px 0;
}
@media screen and (max-width: 780px) {
  .features__feature {
    padding: 30px 0;
  }
}
.features__feature--first {
  position: relative;
  background-color: #fdfaf5;
}
.features__feature--first::before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 0%;
  left: 50%;
  border-width: 40px 70px;
  margin-left: -35px;
  border-top-color: rgb(255, 255, 255);
}
@media screen and (max-width: 780px) {
  .features__feature--first::before {
    border-width: 5.2083333333vw 9.1145833333vw;
    margin-left: -7.1614583333vw;
  }
}
.features__feature--second {
  background-color: #F6FDFF;
}
.features__feature--fourth {
  background-color: #F6FDFF;
}
.features__feature--fourth .features__sub-txt span {
  font-size: 1.875rem;
}
.features__feature--third {
  background-color: #fdfaf5;
}
.features__outer {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .features__outer {
    flex-direction: column;
    padding: 0 10px;
  }
}
.features__txt {
  width: 55%;
}
@media screen and (max-width: 780px) {
  .features__txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.features__sub-ttl {
  font-size: 1.375rem;
  color: #F3A875;
  letter-spacing: 3px;
}
.features__sub-ttl span {
  font-size: 2.1875rem;
}
.features__sub-txt {
  font-size: 1.375rem;
}
.features__sub-txt span {
  font-size: 2.1875rem;
  color: #2477C9;
}
.features__disc {
  margin-top: 20px;
  margin-bottom: 10px;
}
.features__disc .kome {
  font-size: 0.6875rem;
}
.features__caution {
  margin: 0;
}
.features__btn {
  width: 40%;
  margin: 20px auto;
  transition: 0.4s;
}
@media screen and (max-width: 780px) {
  .features__btn {
    width: 250px;
  }
}
.features__btn a {
  display: block;
  background: white;
  width: 100%;
  line-height: 50px;
  border-radius: 100vh;
  text-align: center;
  border: solid 3px;
  border-color: #ef9320;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: 0.4s;
}
.features__btn a:hover {
  color: #fff;
  background: #e27518;
  border-color: transparent;
  opacity: 1;
}
.features__btn a img {
  vertical-align: middle;
}
.features__img {
  width: 35%;
}
@media screen and (max-width: 780px) {
  .features__img {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

.voice {
  padding: 60px 10px;
}
@media screen and (max-width: 780px) {
  .voice {
    padding-bottom: 0;
  }
}
.voice__title {
  text-align: center;
  font-size: 2.1875rem;
}
@media screen and (max-width: 780px) {
  .voice__title {
    font-size: 1.5625rem;
  }
}
.voice__sub {
  margin-top: 10px;
  text-align: center;
}
.voice__box {
  margin-top: 30px;
  background-color: #fdfaf5;
  background: #FDFAF5;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  padding: 30px;
}
@media screen and (max-width: 780px) {
  .voice__box {
    padding: 15px;
  }
}
.voice__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .voice__inner {
    flex-direction: column;
  }
}
.voice__txt {
  width: 75%;
}
@media screen and (max-width: 780px) {
  .voice__txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.voice__sub-ttl {
  font-size: 1.375rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 780px) {
  .voice__main-txt {
    font-size: 0.875rem;
  }
}
.voice__img {
  width: 20%;
}
@media screen and (max-width: 780px) {
  .voice__img {
    width: 100%;
    text-align: center;
  }
}

.price {
  padding: 50px 0 50px;
  background-color: #F1F1F1;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .price {
    padding: 20px 0 0;
  }
}
.price__title {
  font-size: 2.25rem;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 780px) {
  .price__title {
    font-size: 1.25rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.price__box {
  position: relative;
  display: flex;
  margin: 30px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .price__box {
    margin: 1.3020833333vw;
  }
}
.price dl {
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  padding: 20px 50px;
  margin: 0 30px;
  background-color: #FFFFFF;
  min-width: 250px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .price dl {
    min-width: 100px;
    padding: 3.90625vw 5.2083333333vw;
    margin: 0 1.3020833333vw;
  }
}
.price dl dt, .price dl dd {
  font-size: 1.125rem;
}
@media screen and (max-width: 780px) {
  .price dl dt, .price dl dd {
    font-size: 0.71875rem;
  }
}
.price dl dd span {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.875rem;
}
@media screen and (max-width: 780px) {
  .price dl dd span {
    font-size: 1.1875rem;
  }
}
.price .plus {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 5.0625rem;
  color: #BDE2EB;
}
@media screen and (max-width: 780px) {
  .price .plus {
    font-size: 4.375rem;
  }
}
.price .btn-area {
  margin-top: 0;
}

.support {
  position: relative;
  padding: 50px 0 50px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .support {
    padding: 6.5104166667vw 0;
  }
}
.support__title {
  font-size: 1.875rem;
  text-align: center;
  margin: 45px 0 37px;
}
@media screen and (max-width: 780px) {
  .support__title {
    font-size: 1.0625rem;
  }
  .support__title img {
    height: 4.6875vw;
  }
  .support__title br {
    display: none;
  }
}
.support__boxes {
  display: flex;
}
@media screen and (max-width: 780px) {
  .support__boxes {
    flex-direction: column;
    margin-top: 2.6041666667vw;
  }
}
.support__box {
  position: relative;
  flex-basis: calc(50% - 40px);
  margin: 0 20px;
  border-radius: 5px;
}
@media screen and (max-width: 780px) {
  .support__box {
    background-size: 100%;
    margin: 0;
  }
}
.support__box:first-of-type {
  background: url(../images/support_01_bg.png) no-repeat center top;
}
.support__box:last-of-type {
  background: url(../images/support_02_bg.png) no-repeat center top;
}
.support__box dl {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.2);
  margin: 200px 30px 0;
  padding: 20px 0 0;
  min-height: 250px;
  font-size: 1.8rem;
  text-align: left;
}
@media screen and (max-width: 780px) {
  .support__box dl {
    margin: 32.5520833333vw 2.6041666667vw 2.6041666667vw;
    padding: 2.6041666667vw 0;
    font-size: 3.90625vw;
    min-height: unset;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  }
}
.support__box dl dt {
  font-size: 1.5rem;
  border-left: 4px solid #BDE2EB;
  padding-left: 20px;
  margin: 20px;
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  .support__box dl dt {
    font-size: 0.875rem;
    padding-left: 2.6041666667vw;
    margin-bottom: 10px;
  }
}
.support__box dl dd {
  margin: 20px 30px;
  font-size: 1.125rem;
}
.support__box dl dd ul {
  list-style-type: disc;
  padding-left: 0px;
  margin-left: 20px;
}
@media screen and (max-width: 780px) {
  .support__box dl dd ul li {
    margin-left: 5px;
  }
}
@media screen and (max-width: 780px) {
  .support__box dl dd {
    margin: 20px 8px;
    font-size: 0.875rem;
  }
}

.q-and-a {
  margin-top: 80px;
  background-color: #fdfaf5;
  padding: 60px 15px 60px;
}
.q-and-a__title {
  text-align: center;
  -webkit-text-decoration: underline solid #56A5DE;
          text-decoration: underline solid #56A5DE;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  font-size: 1.5625rem;
}
.q-and-a dl {
  padding: 0 30px;
  margin-top: 50px;
}
@media screen and (max-width: 780px) {
  .q-and-a dl {
    margin-top: 40px;
    padding: 0;
  }
}
.q-and-a dl dt {
  font-size: 20px;
  padding: 15px 40px;
  background-color: #FFEBB6;
}
@media screen and (max-width: 780px) {
  .q-and-a dl dt {
    padding: 5px 10px 5px;
    line-height: 1.5;
  }
}
.q-and-a dl dt::before {
  content: "Q.";
  font-size: 2.5rem;
  font-family: "Murecho", sans-serif;
  margin-right: 20px;
}
@media screen and (max-width: 780px) {
  .q-and-a dl dt::before {
    font-size: 1.875rem;
    margin-right: 10px;
  }
}
.q-and-a dl dd {
  font-size: 17px;
  padding: 15px 40px 30px;
  background-color: #fff;
}
@media screen and (max-width: 780px) {
  .q-and-a dl dd {
    padding: 5px 15px 20px;
    line-height: 1.4;
  }
}
.q-and-a dl dd::before {
  content: "A.";
  font-size: 40px;
  font-family: "Murecho", sans-serif;
  margin-right: 20px;
}
@media screen and (max-width: 780px) {
  .q-and-a dl dd::before {
    font-size: 30px;
    margin-right: 10px;
  }
}
.q-and-a dl dd span {
  display: block;
  font-size: 15px;
}
.q-and-a dl dd span a {
  color: #2228B3;
  text-decoration: underline;
  font-size: 1.0625rem;
}

.follow {
  background-color: #fdfaf5;
  padding: 40px 15px 40px;
}
.follow__title {
  text-align: center;
  font-size: 1.5625rem;
  margin-bottom: 30px;
}
.follow__txt {
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .follow__txt {
    font-size: 1.125rem;
  }
}
.follow__strong {
  font-size: 2rem;
  color: #2477C9;
}
@media screen and (max-width: 780px) {
  .follow__strong {
    font-size: 1.4375rem;
  }
}
.follow__strong-big {
  font-size: 2.6875rem;
  color: #2477C9;
}
@media screen and (max-width: 780px) {
  .follow__strong-big {
    font-size: 2rem;
    line-height: 0.9;
  }
}
.follow__caution {
  font-size: 0.875rem;
  margin-left: 35%;
  text-align: center;
}
.follow__caution--txt {
  margin-top: -15px;
  font-weight: normal;
}
@media screen and (max-width: 780px) {
  .follow__caution--txt {
    font-size: 0.6875rem;
    margin-left: 0;
    text-align: left;
    margin-top: -5px;
  }
}
.follow__caution--ttl {
  color: #EA7240;
  line-height: 0.2;
}
.follow__caution--right {
  text-align: right;
}
.follow__caution--left {
  margin-left: 0;
  font-size: 0.6875rem;
  text-align: left;
}
.follow__boxes {
  display: flex;
  max-width: 1000px;
  margin: 50px auto;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .follow__boxes {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.follow__box {
  position: relative;
  width: 270px;
  height: 200px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media screen and (max-width: 780px) {
  .follow__box {
    width: 100%;
    margin-bottom: 50px;
  }
}
.follow__circle {
  display: block;
  margin: 0 auto;
  margin-top: -30px;
  height: 68px;
  width: 68px;
  border-radius: 50%;
  background: #FDFAF5;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 780px) {
  .follow__circle {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translatex(-50%);
    right: 50%;
    margin-top: -30px;
    height: 68px;
    width: 68px;
    border-radius: 50%;
    background: #FDFAF5;
  }
}
.follow__maru {
  margin: 0 auto;
  margin-top: 5px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  background: white;
}
.follow__step {
  line-height: 1.2;
  color: #EA7240;
  font-size: 1.3125rem;
}
@media screen and (max-width: 780px) {
  .follow__step {
    font-size: 1.125rem;
  }
  .follow__step-big {
    font-size: 1.4375rem;
  }
}
.follow__step-big {
  display: block;
  font-size: 2rem;
}
.follow__sub-title {
  font-size: 1.6875rem;
  color: #EA7240;
  text-decoration: underline;
}
@media screen and (max-width: 780px) {
  .follow__sub-title {
    padding-top: 40px;
  }
}
.follow__sub-lists {
  padding: 20px;
  font-size: 1.0625rem;
}
.follow__sub-list {
  margin: 0 auto;
  line-height: 1.3;
  width: 170px;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .follow__sub-list {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.follow__sub-list::before {
  content: "";
  display: inline-block;
  position: relative;
  left: -5px;
  top: -4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: black;
}
@media screen and (max-width: 780px) {
  .follow .triangle {
    display: none;
  }
}/*# sourceMappingURL=top.css.map */