@charset "UTF-8";
main {
  overflow: hidden;
  background: #F2F2F2;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 5px;
    overflow: hidden;
  }
}
section .tlWrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .tlWrap img {
    height: 120px;
    width: auto;
  }
}
.secWidth {
  width: 90%;
  margin: 0 auto;
}

.secMv {
  display: flex;
  justify-content: center;
  width: calc(100% - 40px);
  padding-top: 105px;
  background: #fff;
  max-width: 1440px;
  margin: 0 auto;
  height: 770px;
  border-radius: 10px;
  border: 1px solid #141414;
}
.secMv .wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  margin: 20px;
  border: 1px solid #141414;
  background-image: url(../image/mv_bk2.png), url(../image/mv_bk3.png), url(../image/mv_bk1.png);
  background-position: right bottom, left top, center;
  background-repeat: no-repeat;
  background-size: 47%, 47%, cover;
}
.secMv .wrap .mainImg {
  display: block;
  position: absolute;
  top: 50%;
  left: 49%;
  width: 90%;
  max-width: 840px;
  height: auto;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.secMv .wrap .mainImg .sub {
  position: absolute;
  z-index: 1;
  left: -56px;
  bottom: -20px;
}
.secMv .wrap .cube {
  position: absolute;
}
.secMv .wrap .cube.left {
  left: -40px;
  top: -42px;
  max-width: 175px;
  height: auto;
  width: 25%;
}
.secMv .wrap .cube.right {
  max-width: 230px;
  height: auto;
  width: 25%;
  right: -45px;
  bottom: -60px;
}

@media screen and (max-width: 767px) {
  .secMv {
    height: calc(100vh - 40px);
    height: calc(100svh - 40px);
    max-height: 770px;
    width: calc(100% - 20px);
    padding-top: 60px;
  }
  .secMv .wrap {
    background-size: 80%, contain, cover;
    background-image: url(../image/mv_bk2.png), url(../image/mv_bk3.png), url(../image/mv_bk1_sp.png);
  }
  .secMv .wrap .mainImg {
    width: 100%;
  }
  .secMv .wrap .cube {
    height: auto;
  }
}
.secReason .gridArea {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  align-items: center;
  gap: clamp(1.875rem, -20rem + 35vw, 6.25rem);
}
.secReason .gridArea .txArea ul .li2 {
  border-bottom: 1px solid #141414;
  border-top: 1px solid #141414;
}
.secReason .gridArea .txArea ul li {
  display: grid;
  grid-template-columns: 134px 1fr;
  align-items: center;
  padding: 20px 0;
}
.secReason .gridArea .txArea ul li .num {
  text-shadow: 1px 1px 0 #141414, -1px 1px 0 #141414, -1px -1px 0 #141414, 1px -1px 0 #141414;
  font-size: clamp(50px, 5vw, 60px);
  font-weight: 400;
  line-height: 200%;
  color: #fff;
}
.secReason .gridArea .txArea ul li .info h3 {
  font-size: clamp(22px, 2vw, 24px);
  font-weight: bold;
  line-height: 160%;
  padding-bottom: 10px;
}
.secReason .gridArea .txArea ul li .info p {
  font-size: clamp(15px, 1.33vw, 16px);
  font-weight: 500;
  line-height: 170%;
}

@media screen and (max-width: 1000px) {
  .secReason .gridArea {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .secReason .gridArea .imgArea {
    text-align: center;
  }
  .secReason .gridArea .txArea ul li:first-of-type {
    padding: 0 0 20px;
  }
  .secReason .gridArea .txArea ul li {
    grid-template-columns: 1fr;
  }
  .secReason .gridArea .txArea ul li .num {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .secReason .gridArea .txArea ul li .info h3 {
    line-height: 140%;
  }
}
.secSupport {
  border-top: 1px solid #141414;
  border-bottom: 1px solid #141414;
  background-image: url(../image/support_bk.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.secSupport .secWidth {
  border: 1px solid #141414;
  padding: 60px;
  box-shadow: 2px 2px 4px;
  background: #fff;
  max-width: 1290px;
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.secSupport .secWidth .gridArea {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 58px 40px;
  align-items: center;
}
.secSupport .secWidth .gridArea .content {
  position: relative;
  background: #E8F8FF;
  border-radius: 10px;
  border: 1px solid #141414;
  padding: 30px 15px 28px;
  height: 100%;
}
.secSupport .secWidth .gridArea .content .num {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #fff;
  font-size: clamp(15px, 1.42vw, 17px);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 28px;
  border: 1px solid #141414;
  border-radius: 40px;
}
.secSupport .secWidth .gridArea .content h3 {
  text-align: center;
  font-weight: bold;
  font-size: clamp(22px, 2vw, 24px);
  color: #fff;
  -webkit-text-stroke: 2px #141414;
  text-stroke: 2px #141414;
  paint-order: stroke;
}
.secSupport .secWidth .gridArea .content p {
  padding-top: 5px;
  text-align: center;
  font-size: clamp(15px, 1.33vw, 16px);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .secSupport .secWidth {
    padding: 40px 20px;
  }
  .secSupport .secWidth .gridArea {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.secFlow .secWidth {
  max-width: 1020px;
  margin: 0 auto;
}
.secFlow .secWidth .gridArea {
  display: grid;
  gap: 25px;
  position: relative;
}
.secFlow .secWidth .gridArea:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background: #141414;
  z-index: 0;
}
.secFlow .secWidth .gridArea .content {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #141414;
  border-radius: 10px;
  padding: 15px clamp(2.5rem, -5.73rem + 17.17vw, 5rem) 15px 0;
  display: grid;
  align-items: center;
  grid-template-columns: clamp(14.375rem, -0.027rem + 30.04vw, 18.75rem) 1fr;
}
.secFlow .secWidth .gridArea .content .imgArea {
  display: flex;
  align-items: center;
  justify-content: center;
}
.secFlow .secWidth .gridArea .content .txArea .top {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
}
.secFlow .secWidth .gridArea .content .txArea .top > div {
  line-height: 150%;
  display: flex;
  align-items: center;
  font-size: clamp(36px, 3.42vw, 41px);
  align-items: center;
  font-weight: 600;
  letter-spacing: 0em;
}
.secFlow .secWidth .gridArea .content .txArea .top > div span {
  letter-spacing: 0.01em;
  font-size: clamp(18px, 1.67vw, 20px);
  -webkit-text-stroke: 2px #141414;
  text-stroke: 2px #141414;
  paint-order: stroke;
  color: #fff;
  padding-right: 5px;
}
.secFlow .secWidth .gridArea .content .txArea .top h3 {
  position: relative;
  top: -2px;
  font-size: clamp(26px, 2.33vw, 28px);
  font-weight: bold;
}
.secFlow .secWidth .gridArea .content .txArea .line {
  margin: 0px 0 10px;
  width: 100%;
  height: 1px;
  background: #141414;
}
.secFlow .secWidth .gridArea .content .txArea .bottom {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .secFlow .secWidth .gridArea .content {
    padding: 15px;
    grid-template-columns: 1fr;
  }
  .secFlow .secWidth .gridArea .content .imgArea {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .secFlow .secWidth .gridArea .content .txArea .top {
    grid-template-columns: 1fr;
  }
  .secFlow .secWidth .gridArea .content .txArea .top > div {
    line-height: 1;
  }
}
.secVoice {
  border-top: 1px solid #141414;
  border-bottom: 1px solid #141414;
  background-image: url(../image/voice_bk.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.secVoice .gridArea {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.secVoice .gridArea .secondImg {
  padding-top: 40px;
}

@media screen and (max-width: 1000px) {
  .secVoice .gridArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .secVoice .gridArea .secondImg {
    padding-top: 0px;
  }
}
.secCta .wrap {
  position: relative;
  padding: 30px 0 60px;
  background: #141414;
  border-radius: 10px;
  border: 1px solid #141414;
  background-image: url(../image/cta_bk.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 32%;
}
.secCta .wrap * {
  text-align: center;
}
.secCta .wrap .tl {
  font-size: clamp(45px, 4.5vw, 54px);
  font-weight: 900;
  line-height: 200%;
  margin-bottom: 15px;
}
.secCta .wrap p {
  padding-bottom: 50px;
}
.secCta .wrap p, .secCta .wrap .tl {
  color: #fff;
}
.secCta .wrap .btnWrap {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.secCta .wrap .right {
  position: absolute;
  right: -35px;
  bottom: -45px;
}

@media screen and (max-width: 767px) {
  .secCta .wrap {
    padding: 30px 20px 100px;
    background-size: 50%;
  }
  .secCta .wrap .tl {
    font-size: 30px;
    line-height: 150%;
  }
  .secCta .wrap .fukidashi img {
    width: 250px;
    height: auto;
  }
  .secCta .wrap .btnWrap {
    width: 80%;
    margin: 0 auto;
  }
  .secCta .wrap p {
    padding-bottom: 25px;
  }
  .secCta .wrap .right {
    width: 30%;
    max-width: 142px;
  }
}
.secFaq .tlWrap {
  padding-bottom: 20px;
}

.headLiArea {
  width: 100%;
  margin: 0 auto;
}
.headLiArea .headUl {
  margin: 0px 0 0px;
  display: grid;
  gap: 20px;
}
.headLiArea .headUl .headLi {
  cursor: pointer;
  border: 1px solid #141414;
  padding: 30px 0;
  background: #fff;
  padding: 35px 40px;
  border-radius: 10px;
  text-align: left;
  display: grid;
  align-items: center;
}
.headLiArea .headUl .headLi .actitle {
  display: grid;
  grid-template-columns: 85px 1fr;
  align-items: center;
  padding-right: 50px;
  font-size: clamp(18px, 1.67vw, 20px);
  font-weight: bold;
}
.headLiArea .headUl .headLi .actitle .eric {
  font-size: clamp(38px, 3.5vw, 42px);
  font-weight: 400;
  color: #FAB324;
  -webkit-text-stroke: 2px #141414;
  text-stroke: 2px #141414;
  paint-order: stroke;
}
.headLiArea .headUl .headLi .faq_innerUl {
  margin-top: 14px;
  display: none;
}
.headLiArea .headUl .headLi .faq_innerUl .wrap {
  border-top: 1px solid #141414;
  padding-top: 14px;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 500;
  line-height: 160%;
}
.headLiArea .headUl .headLi.faq_accordion {
  position: relative;
}
.headLiArea .headUl .headLi.faq_accordion::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease; /* 変化をスムーズに */
  opacity: 1;
  width: 40px;
  height: 40px;
  top: 50px;
  right: 40px;
  background-image: url(../image/faq_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.headLiArea .headUl .headLi.faq_accordion.active::before {
  content: "";
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .headLiArea .headUl .headLi {
    padding: 20px;
  }
  .headLiArea .headUl .headLi .actitle {
    grid-template-columns: 70px 1fr;
    padding-right: 30px;
  }
  .headLiArea .headUl .headLi .actitle .eric {
    font-size: 34px;
  }
  .headLiArea .headUl .headLi.faq_accordion::before {
    width: 30px;
    height: 30px;
    top: 36px;
    right: 15px;
  }
  .headLiArea .headUl .headLi .faq_innerUl .wrap {
    font-size: 14px;
  }
}
.secCompany .gridArea {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 10px;
}
.secCompany .gridArea .dataArea {
  display: grid;
  grid-template-columns: 290px 1fr;
}
.secCompany .gridArea .dataArea div, .secCompany .gridArea .dataArea a {
  padding: 10px 0 15px;
  border-bottom: 1px solid #141414;
}
.secCompany .gridArea .dataArea .name {
  font-size: clamp(18px, 1.67vw, 20px);
  font-weight: bold;
}
.secCompany .gridArea .dataArea .tx {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 500;
}

@media screen and (max-width: 800px) {
  .secCompany .gridArea {
    gap: 0;
    grid-template-columns: 1fr;
  }
  .secCompany .gridArea .dataArea {
    grid-template-columns: 1fr;
  }
  .secCompany .gridArea .dataArea .name:first-of-type {
    padding: 0px 0 0;
  }
  .secCompany .gridArea .dataArea .name {
    border-bottom: none;
    padding: 15px 0 0;
  }
  .secCompany .gridArea .dataArea .tx {
    padding: 5px 0 15px;
  }
}
.secReason {
  padding: 100px 0;
}

.secSupport {
  padding: 40px 0;
}

.secFlow {
  padding: 100px 0;
}

.secVoice {
  padding: 60px 0;
}

.secCta {
  padding-top: 100px;
}
.secCta.last {
  padding-bottom: 100px;
}

.secFaq {
  padding-top: 100px;
}

.secCompany {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .secReason {
    padding: 60px 0;
  }
  .secSupport {
    padding: 40px 0;
  }
  .secFlow {
    padding: 60px 0;
  }
  .secVoice {
    padding: 60px 0;
  }
  .secCta {
    padding-top: 60px;
  }
  .secCta.last {
    padding-bottom: 60px;
  }
  .secFaq {
    padding-top: 60px;
  }
  .secCompany {
    padding-top: 60px;
  }
}/*# sourceMappingURL=style.css.map */