@charset "UTF-8";
.biz #biz .contact .inner, .biz #biz .sec04 .inner, .biz #biz .sec03 .inner, .biz #biz .bannerWrap .inner, .biz #biz .sec02 .inner, .biz #biz .sec01 .inner, .biz #biz .mv .inner {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  padding-inline: 1rem;
  position: relative;
}

.biz #biz .contact .inner .ttlBox, .biz #biz .sec04 .inner .ttlBox, .biz #biz .sec03 .inner .ttlBox, .biz #biz .sec02 .inner .ttlBox, .biz #biz .sec01 .inner .ttlBox {
  text-align: center;
  position: relative;
}

.biz #biz .contact .inner .ttlBox::after, .biz #biz .sec04 .inner .ttlBox::after, .biz #biz .sec03 .inner .ttlBox::after, .biz #biz .sec02 .inner .ttlBox::after, .biz #biz .sec01 .inner .ttlBox::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  left: 0;
  margin: auto;
  width: 6.4rem;
  height: 0.4rem;
  border-radius: 60px;
  background: linear-gradient(90deg, #25A1F4 0%, #1531AF 100%);
}
@media screen and (max-width: 767px) {
  .biz #biz .contact .inner .ttlBox::after, .biz #biz .sec04 .inner .ttlBox::after, .biz #biz .sec03 .inner .ttlBox::after, .biz #biz .sec02 .inner .ttlBox::after, .biz #biz .sec01 .inner .ttlBox::after {
    bottom: -1.8rem;
  }
}

.biz #biz .contact .inner .ttlBox .en, .biz #biz .sec04 .inner .ttlBox .en, .biz #biz .sec03 .inner .ttlBox .en, .biz #biz .sec02 .inner .ttlBox .en, .biz #biz .sec01 .inner .ttlBox .en {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 1.3px;
  font-weight: bold;
  color: #25a1f4;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .biz #biz .contact .inner .ttlBox .en, .biz #biz .sec04 .inner .ttlBox .en, .biz #biz .sec03 .inner .ttlBox .en, .biz #biz .sec02 .inner .ttlBox .en, .biz #biz .sec01 .inner .ttlBox .en {
    font-size: 1.2rem;
  }
}

.biz #biz .contact .inner .ttlBox .jp, .biz #biz .sec04 .inner .ttlBox .jp, .biz #biz .sec03 .inner .ttlBox .jp, .biz #biz .sec02 .inner .ttlBox .jp, .biz #biz .sec01 .inner .ttlBox .jp {
  display: block;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #001230;
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .contact .inner .ttlBox .jp, .biz #biz .sec04 .inner .ttlBox .jp, .biz #biz .sec03 .inner .ttlBox .jp, .biz #biz .sec02 .inner .ttlBox .jp, .biz #biz .sec01 .inner .ttlBox .jp {
    font-size: 2.8rem;
    margin-top: 1.6rem;
  }
}

.biz #biz .bannerWrap .inner .btnBox .btn, .biz #biz .mv .inner .txtBox .btnBox .btn {
  display: inline-grid;
  grid-template-columns: 3.3rem max-content;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 60px;
  gap: 1rem;
  position: relative;
  padding-inline: 7.7rem;
  padding-block: 0.8rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .bannerWrap .inner .btnBox .btn, .biz #biz .mv .inner .txtBox .btnBox .btn {
    grid-template-columns: 1.8rem max-content;
    padding-inline: 3.6rem 5.6rem;
    padding-block: 1rem;
  }
}

.biz #biz .bannerWrap .inner .btnBox .btn .txt, .biz #biz .mv .inner .txtBox .btnBox .btn .txt {
  font-size: 2.4rem;
  color: #1531af;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .biz #biz .bannerWrap .inner .btnBox .btn .txt, .biz #biz .mv .inner .txtBox .btnBox .btn .txt {
    font-size: 1.8rem;
  }
}

.biz #biz .bannerWrap .inner .btnBox .btn .icon, .biz #biz .sec02 .inner .pointWrap .txtBlk .dsc .dscTxt .list .blk .icon, .biz #biz .mv .inner .txtBox .btnBox .btn .icon {
  display: flex;
  align-items: center;
}

.biz #biz .bannerWrap .inner .btnBox .btn .arrow, .biz #biz .mv .inner .txtBox .btnBox .btn .arrow {
  position: absolute;
  top: 0;
  right: 3.5rem;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1.7rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .bannerWrap .inner .btnBox .btn .arrow, .biz #biz .mv .inner .txtBox .btnBox .btn .arrow {
    right: 2rem;
  }
}

.biz {
  overflow: hidden;
}
.biz picture {
  display: block;
}
.biz * {
  box-sizing: border-box;
}
.biz .header {
  background: transparent;
  border-bottom: none;
  top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .biz .header {
    top: 1rem;
  }
}
.biz .header .inner {
  width: 100%;
  max-width: 114rem;
  margin: 0 auto;
  padding-inline: 1rem;
  position: relative;
  display: grid;
  grid-template-columns: 38.4rem 27rem;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .biz .header .inner {
    grid-template-columns: 24rem 4rem;
  }
}
.biz .header .inner .link {
  display: grid;
  grid-template-columns: 2.3rem max-content;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background-color: #fff;
  border-radius: 60px;
  padding-block: 1.6rem;
}
@media screen and (max-width: 767px) {
  .biz .header .inner .link {
    height: 4rem;
    padding: 0;
    display: flex;
  }
}
.biz .header .inner .link .icon {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .biz .header .inner .link .icon {
    width: 2rem;
  }
}
.biz .header .inner .link .txt {
  font-size: 1.8rem;
  line-height: 1;
  color: #1531af;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .biz .header .inner .link .txt {
    display: none;
  }
}
.biz #biz {
  margin-top: 0;
}
.biz #biz .mv {
  padding: 0;
  border-bottom: none;
  aspect-ratio: 1280/640;
  background: url(../img/biz/mv.jpg) top center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .biz #biz .mv {
    aspect-ratio: 700/840;
  }
}
.biz #biz .mv .inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.biz #biz .mv .inner .txtBox .mainTxt {
  color: #fff;
  font-weight: bold;
}
.biz #biz .mv .inner .txtBox .mainTxt .top {
  line-height: 1;
  letter-spacing: -0.57px;
  position: relative;
}
.biz #biz .mv .inner .txtBox .mainTxt .top::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 48.3rem;
  height: -2rem;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%22462%22%20height%3D%2211%22%20viewBox%3D%220%200%20462%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0%201.01811H217.746%22%20stroke%3D%22white%22%20stroke-width%3D%222.03623%22/%3E%3Cpath%20d%3D%22M462%201.09645H234.178L225.951%2010.2595%22%20stroke%3D%22white%22%20stroke-width%3D%222.03623%22/%3E%3C/svg%3E") center center/contain no-repeat;
}
.biz #biz .mv .inner .txtBox .mainTxt .top .big {
  font-size: clamp(3rem, 4.4vw, 5.6rem);
}
.biz #biz .mv .inner .txtBox .mainTxt .top .small {
  font-size: clamp(2.4rem, 3.3vw, 4.2rem);
}
.biz #biz .mv .inner .txtBox .mainTxt .bottom {
  font-size: clamp(3rem, 5vw, 6.4rem);
  letter-spacing: -0.65px;
  line-height: 1;
  font-weight: bold;
  margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .mv .inner .txtBox .mainTxt .bottom {
    margin-top: 1.8rem;
  }
}
.biz #biz .mv .inner .txtBox .lead {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  line-height: 2.2222222222;
  color: #fff;
  font-weight: bold;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .mv .inner .txtBox .lead {
    line-height: 1.8;
    margin-top: 2rem;
  }
}
.biz #biz .mv .inner .txtBox .btnBox {
  margin-top: 2.7rem;
}
.biz #biz .mv .inner .obj {
  position: absolute;
  top: clamp(1rem, 10.3vw, 10.234375vw);
  left: clamp(1rem, 38.3vw, 38.28125vw);
  width: 100%;
  max-width: clamp(10rem, 46.6vw, 59.6rem);
}
@media screen and (max-width: 767px) {
  .biz #biz .mv .inner .obj {
    top: auto;
    left: auto;
    right: 1rem;
    bottom: -3rem;
  }
}
.biz #biz .sec01 {
  background-color: #effaff;
  padding-block: 12.5rem 10.2rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec01 {
    padding-block: 8rem 6rem;
  }
}
.biz #biz .sec01 .inner .ttlBox .jp .rub {
  position: relative;
}
.biz #biz .sec01 .inner .ttlBox .jp .rub::before {
  content: "テラチャージ ビズ";
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: -2rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec01 .inner .ttlBox .jp .rub::before {
    font-size: 1rem;
    top: -1.6rem;
  }
}
.biz #biz .sec01 .inner .secBlk {
  display: grid;
  grid-template-columns: 44rem 1fr;
  align-items: center;
  gap: 5.4rem;
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec01 .inner .secBlk {
    grid-template-columns: 1fr;
    margin-top: 5.2rem;
  }
}
.biz #biz .sec01 .inner .secBlk .imgBlk {
  position: relative;
}
.biz #biz .sec01 .inner .secBlk .imgBlk .img {
  border-radius: 0.8rem;
  overflow: hidden;
}
.biz #biz .sec01 .inner .secBlk .imgBlk .icon {
  position: absolute;
  right: -4rem;
  bottom: -3.7rem;
  width: 100%;
  max-width: 21.4rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec01 .inner .secBlk .imgBlk .icon {
    right: 1.8rem;
    bottom: -3rem;
    max-width: 18rem;
  }
}
.biz #biz .sec01 .inner .secBlk .txtBlk .lead {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  color: #6a7282;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec01 .inner .secBlk .txtBlk .lead {
    font-size: 1.6rem;
  }
}
.biz #biz .sec01 .inner .secBlk .txtBlk .lead .color {
  color: #1531af;
  font-weight: bold;
}
.biz #biz .sec02 {
  margin-top: 8.5rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 {
    margin-top: 6rem;
    padding-bottom: 6rem;
  }
}
.biz #biz .sec02 .inner .pointWrap {
  background-color: #fff;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.1);
  margin-top: 8.4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap {
    margin-top: 5.2rem;
    padding-bottom: 1rem;
  }
}
.biz #biz .sec02 .inner .pointWrap:nth-of-type(1) .ttlBlk {
  background-color: #25a1f4;
}
.biz #biz .sec02 .inner .pointWrap:nth-of-type(2) .ttlBlk {
  background-color: #2CB6C8;
}
.biz #biz .sec02 .inner .pointWrap:nth-of-type(2) .txtBlk .dsc .dscTxt .list {
  grid-template-columns: repeat(2, 42rem);
  gap: 1.6rem 2rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap:nth-of-type(2) .txtBlk .dsc .dscTxt .list {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}
.biz #biz .sec02 .inner .pointWrap:nth-of-type(2) .txtBlk .dsc .dscTxt .list .blk {
  border: 1px solid #C9F4F0;
}
.biz #biz .sec02 .inner .pointWrap:nth-of-type(3) .ttlBlk {
  background-color: #1531AF;
}
.biz #biz .sec02 .inner .pointWrap:nth-of-type(3) .txtBlk .dsc .dscTxt .list .blk {
  border: 1px solid #F0F3FF;
}
.biz #biz .sec02 .inner .pointWrap .ttlBlk {
  padding-inline: 4rem;
  padding-block: 1rem;
  display: grid;
  grid-template-columns: 7.9rem 1fr;
  gap: 2.3rem;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .ttlBlk {
    padding-inline: 1rem;
    grid-template-columns: 4rem 1fr;
    gap: 1.2rem;
    align-items: flex-start;
  }
}
.biz #biz .sec02 .inner .pointWrap .ttlBlk .num {
  font-size: 7.2rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .ttlBlk .num {
    font-size: 4rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .ttlBlk .txtBox .tag {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.3px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 60px;
  display: inline-block;
  padding-block: 0.2rem;
  padding-inline: 1.2rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .ttlBlk .txtBox .tag {
    font-size: 1rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .ttlBlk .txtBox .secTtl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .ttlBlk .txtBox .secTtl {
    font-size: 1.8rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .ttlBlk .txtBox .lead {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: -0.2rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .ttlBlk .txtBox .lead {
    font-size: 1.2rem;
    margin-top: 0.2rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .txtBlk {
  padding-inline: 4rem;
  padding-block: 2.1rem 0;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .txtBlk {
    padding-inline: 1rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .dsc:not(:first-of-type) {
  margin-top: 0.9rem;
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .dsc .dscTtl {
  font-size: 2rem;
  font-weight: bold;
  color: #25a1f4;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .txtBlk .dsc .dscTtl {
    font-size: 1.8rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .dsc .dscTxt {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .txtBlk .dsc .dscTxt {
    margin-top: 0.4rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .dsc .dscTxt .list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .txtBlk .dsc .dscTxt .list {
    gap: 0.8rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .dsc .dscTxt .list .blk {
  border: 1px solid #CDEBFF;
  background-color: #fff;
  border-radius: 1.4rem;
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  align-items: center;
  gap: 1.2rem;
  padding-inline: 1.2rem 0;
  padding-block: 1.5rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .txtBlk .dsc .dscTxt .list .blk {
    grid-template-columns: 2.7rem 1fr;
    padding-inline: 1rem;
    padding-block: 1rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .dsc .dscTxt .list .blk .txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .txtBlk .dsc .dscTxt .list .blk .txt {
    font-size: 1.2rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .dsc .dscTxt .list .blk .txt .color {
  color: #ef3e2e;
  font-weight: bold;
  text-decoration: underline;
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-01 {
  display: grid;
  grid-template-columns: 42rem 42rem;
  gap: 4rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-01 {
    margin-top: 2rem;
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-01 .blk {
  background-color: #f6fbff;
  border-radius: 1.4rem;
  padding-inline: 2rem;
  padding-block: 2.6rem;
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-01 .blk .sunTtl {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  color: #25a1f4;
  text-align: center;
  padding-bottom: 0.7rem;
  border-bottom: 2px solid #25a1f4;
  margin-inline: 3rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-01 .blk .sunTtl {
    font-size: 1.8rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-01 .blk .txt {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-01 .blk .txt {
    font-size: 1.4rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-01 .blk .img {
  width: 100%;
  max-width: 28.2rem;
  margin: 1.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-01 .blk .img {
    max-width: 20rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-01 .blk .lead {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  text-align: center;
  margin-top: 1.4rem;
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-02 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-02 {
    margin-top: 2rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-02 .secTtl {
  font-size: 2rem;
  font-weight: bold;
  color: #2cb6c8;
  padding-left: 1rem;
  border-left: 0.3rem solid #2CB6C8;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-02 .secTtl {
    font-size: 1.8rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-02 .sub {
  font-size: 1.4rem;
  font-weight: bold;
  color: #2cb6c8;
  margin-top: 1rem;
  padding-left: 1.3rem;
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-02 .img {
  margin-top: 2.5rem;
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-02 .notes {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-02 .notes {
    font-size: 1rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-03 {
  margin-top: 4rem;
  background-color: #f9faff;
  border-radius: 0.8rem;
  padding-block: 3rem 4rem;
  padding-inline: 2.8rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-03 {
    margin-top: 2rem;
    padding-block: 1.8rem;
    padding-inline: 1rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-03 .secTtl {
  font-size: 2rem;
  font-weight: bold;
  color: #1531AF;
  padding-left: 1rem;
  border-left: 0.3rem solid #1531AF;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-03 .secTtl {
    font-size: 1.8rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-03 .img {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-03 .img {
    margin-top: 1.6rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-03 .pointList {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 2.4rem) / 2));
  gap: 2.4rem;
  margin-top: 2.3rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-03 .pointList {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 1.6rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-03 .pointList .blk {
  position: relative;
  background-color: #fff;
  border-radius: 0.8rem;
  border: 1px solid #F0F3FF;
  padding-inline: 2.6rem 1.2rem;
  padding-block: 1.4rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-03 .pointList .blk {
    padding-inline: 2rem 1rem;
    padding-block: 1rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-03 .pointList .blk::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4rem;
  height: 100%;
  background-color: #1531af;
  border-radius: 60px;
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-03 .pointList .blk .txt {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-03 .pointList .blk .txt {
    font-size: 1.4rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-03 .pointList .blk .lead {
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-03 .pointList .blk .lead {
    font-size: 1.2rem;
  }
}
.biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-03 .pointList .blk .lead .notes {
  font-size: 1.2rem;
  color: #888;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec02 .inner .pointWrap .txtBlk .pointBlk-03 .pointList .blk .lead .notes {
    font-size: 1rem;
  }
}
.biz #biz .bannerWrap {
  background: linear-gradient(135deg, #25A1F4 0%, #1531AF 100%);
  width: 100%;
  max-width: 112rem;
  margin: 0 auto;
  border-radius: 1.6rem;
  padding-block: 6.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .biz #biz .bannerWrap {
    max-width: 94.6%;
    padding-block: 2rem;
  }
}
.biz #biz .bannerWrap .inner {
  display: grid;
  grid-template-columns: 1fr 34rem;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .bannerWrap .inner {
    grid-template-columns: 1fr;
    padding-inline: 2rem;
  }
}
.biz #biz .bannerWrap .inner .txtBox .ttlBox {
  font-weight: bold;
  color: #fff;
}
.biz #biz .bannerWrap .inner .txtBox .ttlBox .en {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 1.3px;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .biz #biz .bannerWrap .inner .txtBox .ttlBox .en {
    font-size: 1.2rem;
  }
}
.biz #biz .bannerWrap .inner .txtBox .ttlBox .jp {
  display: block;
  font-size: 3.2rem;
  line-height: 1;
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .bannerWrap .inner .txtBox .ttlBox .jp {
    font-size: 2.4rem;
  }
}
.biz #biz .bannerWrap .inner .txtBox .lead {
  font-size: 2rem;
  color: #fff;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .bannerWrap .inner .txtBox .lead {
    font-size: 1.8rem;
    margin-top: 1.2rem;
  }
}
.biz #biz .bannerWrap .inner .btnBox {
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .bannerWrap .inner .btnBox {
    margin-top: 1rem;
    text-align: right;
  }
}
.biz #biz .bannerWrap .inner .btnBox .btn {
  grid-template-columns: 2.3rem max-content;
}
@media screen and (max-width: 767px) {
  .biz #biz .bannerWrap .inner .btnBox .btn {
    grid-template-columns: 1.8rem max-content;
  }
}
.biz #biz .bannerWrap .inner .btnBox .btn .txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .bannerWrap .inner .btnBox .btn .txt {
    font-size: 1.6rem;
  }
}
.biz #biz .sec03 {
  margin-top: -8rem;
  padding-block: 16rem 8rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAFEFF 20%, #EFFAFF 100%);
}
@media screen and (max-width: 767px) {
  .biz #biz .sec03 {
    padding-bottom: 6rem;
  }
}
.biz #biz .sec03 .inner .list {
  display: grid;
  grid-template-columns: repeat(3, 30rem);
  gap: 3rem;
  margin-top: 9.5rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec03 .inner .list {
    margin-top: 5.2rem;
    grid-template-columns: 1fr;
  }
}
.biz #biz .sec03 .inner .list .blk {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.1);
}
.biz #biz .sec03 .inner .list .blk .tag {
  position: absolute;
  top: 0.9rem;
  left: 0.8rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  background-color: #25a1f4;
  border-radius: 60px;
  padding-block: 0.6rem;
  padding-inline: 1.4rem;
}
.biz #biz .sec03 .inner .list .blk .txtBox {
  padding-inline: 1.9rem;
  padding-block: 2.4rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec03 .inner .list .blk .txtBox {
    padding-inline: 1rem;
    padding-block: 1rem;
  }
}
.biz #biz .sec03 .inner .list .blk .txtBox .secTtl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #0b1f6e;
}
.biz #biz .sec03 .inner .list .blk .txtBox .lead {
  font-size: 1.4rem;
  line-height: 2;
  color: #4a5565;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec03 .inner .list .blk .txtBox .lead {
    margin-top: 0.2rem;
  }
}
.biz #biz .sec04 {
  margin-top: 8.4rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec04 {
    margin-top: 6rem;
    padding-bottom: 6rem;
  }
}
.biz #biz .sec04 .inner .subTxt {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec04 .inner .subTxt {
    font-size: 1.8rem;
    margin-top: 5.2rem;
  }
}
.biz #biz .sec04 .inner .list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.6rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec04 .inner .list {
    padding-inline: 1rem;
    margin-top: 2rem;
  }
}
.biz #biz .sec04 .inner .list .blk {
  background-color: #effaff;
  border-radius: 1.6rem;
  display: grid;
  grid-template-columns: 10rem 1fr 19.2rem;
  align-items: center;
  padding-inline: 8rem 3.2rem;
  padding-block: 3rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec04 .inner .list .blk {
    padding-inline: 1rem;
    grid-template-columns: 6rem 1fr;
    gap: 1.2rem 1.8rem;
    padding-block: 1.6rem;
  }
}
.biz #biz .sec04 .inner .list .blk .numBox {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #25A1F4 0%, #1531AF 100%);
  padding-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec04 .inner .list .blk .numBox {
    width: 6rem;
    height: 6rem;
    padding-top: 1.3rem;
  }
}
.biz #biz .sec04 .inner .list .blk .numBox .txt {
  display: block;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec04 .inner .list .blk .numBox .txt {
    font-size: 1rem;
  }
}
.biz #biz .sec04 .inner .list .blk .numBox .num {
  display: block;
  font-size: 3.3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec04 .inner .list .blk .numBox .num {
    font-size: 2.6rem;
    margin-top: 0.1rem;
  }
}
.biz #biz .sec04 .inner .list .blk .txtBox {
  padding-left: 3.7rem;
  margin-right: 2.3rem;
  border-right: 1px solid #d3d3d3;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec04 .inner .list .blk .txtBox {
    padding-left: 0;
    margin-right: 0;
    border-right: none;
  }
}
.biz #biz .sec04 .inner .list .blk .txtBox .txt {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec04 .inner .list .blk .txtBox .txt {
    font-size: 1.8rem;
  }
}
.biz #biz .sec04 .inner .list .blk .txtBox .lead {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec04 .inner .list .blk .txtBox .lead {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .biz #biz .sec04 .inner .list .blk .imgBlk {
    grid-column: 1/3;
    width: 100%;
    max-width: 20rem;
    margin: 0 auto;
  }
}
.biz #biz .sec04 .inner .list .blk:nth-of-type(3) {
  grid-template-columns: 10rem 1fr 29.3rem;
  padding-right: 10rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec04 .inner .list .blk:nth-of-type(3) {
    grid-template-columns: 6rem 1fr;
    padding-right: 1rem;
  }
}
.biz #biz .sec04 .inner .list .blk:nth-of-type(3) .txtBox {
  margin-right: 0;
  border-right: none;
}
.biz #biz .sec04 .inner .list .blk:nth-of-type(3) .imgBlk {
  display: grid;
  grid-template-columns: 20rem 7.3rem;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec04 .inner .list .blk:nth-of-type(3) .imgBlk {
    max-width: 100%;
    grid-template-columns: 1fr;
  }
}
.biz #biz .sec04 .inner .list .blk:nth-of-type(3) .imgBlk .storeList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .sec04 .inner .list .blk:nth-of-type(3) .imgBlk .storeList {
    grid-template-columns: 13rem 16rem;
  }
}
@media screen and (max-width: 767px) {
  .biz #biz .sec04 .inner .list .blk:nth-of-type(3) .imgBlk .qr {
    display: none;
  }
}
.biz #biz .contact {
  background: linear-gradient(135deg, #25A1F4 0%, #1531AF 100%);
  padding-block: 8.5rem 12rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .contact {
    padding-block: 6rem;
  }
}
.biz #biz .contact .inner .ttlBox::after {
  background: #fff;
}
.biz #biz .contact .inner .ttlBox .en {
  color: #fff;
}
.biz #biz .contact .inner .ttlBox .jp {
  color: #fff;
}
.biz #biz .contact .inner .subTxt {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 2;
  margin-top: 6.6rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .contact .inner .subTxt {
    font-size: 1.4rem;
    margin-top: 5.2rem;
  }
}
.biz #biz .contact .inner .contactWrap {
  background-color: #fff;
  border-radius: 1.6rem;
  padding-inline: 8rem;
  padding-block: 4.8rem 3.2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .contact .inner .contactWrap {
    padding-inline: 1rem;
    padding-block: 2rem;
  }
}
.biz #biz .contact .inner .contactWrap input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin: 0;
  cursor: pointer;
}
.biz #biz .contact .inner .contactWrap .column-2 {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 2.4rem) / 2));
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .contact .inner .contactWrap .column-2 {
    grid-template-columns: repeat(2, calc((100% - 1.2rem) / 2));
    gap: 1.2rem;
  }
}
.biz #biz .contact .inner .contactWrap .column-2 .dsc:not(:first-of-type) {
  margin-top: 0;
}
.biz #biz .contact .inner .contactWrap .dsc {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}
.biz #biz .contact .inner .contactWrap .dsc:not(:first-of-type) {
  margin-top: 2.4rem;
}
.biz #biz .contact .inner .contactWrap .dsc .dscTtl > p {
  line-height: 1.2;
}
.biz #biz .contact .inner .contactWrap .dsc .dscTtl > p .txt {
  font-size: 1.4rem;
  font-weight: bold;
}
.biz #biz .contact .inner .contactWrap .dsc .dscTtl > p .req {
  display: inline-block;
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #ef3e2e;
  border-radius: 0.4rem;
  padding-inline: 0.8rem;
  padding-block: 0.3rem;
  margin-left: 0.8rem;
}
.biz #biz .contact .inner .contactWrap .dsc .dscTxt .wpcf7-radio {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.biz #biz .contact .inner .contactWrap .dsc .dscTxt .wpcf7-list-item {
  margin: 0;
}
.biz #biz .contact .inner .contactWrap .dsc .dscTxt .wpcf7-list-item label {
  border: 1px solid #d9d9d9;
  border-radius: 60px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1.4rem max-content;
  align-items: center;
  gap: 1rem;
  padding-block: 0.9rem;
  padding-inline: 1.4rem;
  position: relative;
  cursor: pointer;
}
.biz #biz .contact .inner .contactWrap .dsc .dscTxt .wpcf7-list-item label:has(input[type=radio]:checked) {
  border-color: #25a1f4;
  background-color: rgba(37, 161, 244, 0.08);
}
.biz #biz .contact .inner .contactWrap .dsc .dscTxt .wpcf7-list-item input[type=radio]::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  border: 2px solid #bbb;
}
.biz #biz .contact .inner .contactWrap .dsc .dscTxt .wpcf7-list-item input[type=radio]:checked::before {
  border-color: #25a1f4;
}
.biz #biz .contact .inner .contactWrap .dsc .dscTxt .wpcf7-list-item input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.8rem;
  bottom: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #25a1f4;
}
@media screen and (max-width: 767px) {
  .biz #biz .contact .inner .contactWrap .dsc .dscTxt .wpcf7-list-item input[type=radio]:checked::after {
    top: 0.2rem;
  }
}
.biz #biz .contact .inner .contactWrap .dsc .dscTxt .wpcf7-list-item-label {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .biz #biz .contact .inner .contactWrap .dsc .dscTxt .wpcf7-list-item-label {
    padding-top: 0.2rem;
  }
}
.biz #biz .contact .inner .contactWrap .dsc .dscTxt .wpcf7-list-item-label::before {
  content: "";
}
.biz #biz .contact .inner .contactWrap .dsc .dscTxt .wpcf7-acceptance .wpcf7-list-item label {
  padding: 0;
  border: none;
  grid-template-columns: 2rem max-content;
}
.biz #biz .contact .inner .contactWrap .dsc .dscTxt .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.4rem;
}
.biz #biz .contact .inner .contactWrap .dsc .dscTxt .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked::before {
  background-color: #25a1f4;
  border-color: #25a1f4;
}
.biz #biz .contact .inner .contactWrap .dsc .dscTxt .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  top: 0;
  left: 0.6rem;
  bottom: 0;
  margin: auto;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M1.83337 5.49984L4.58337 8.24984L9.16671 3.6665' stroke='white' stroke-width='1.83333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .biz #biz .contact .inner .contactWrap .dsc .dscTxt .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked::after {
    top: 0.4rem;
  }
}
.biz #biz .contact .inner .contactWrap .dsc .dscTxt input[type=text], .biz #biz .contact .inner .contactWrap .dsc .dscTxt input[type=tel], .biz #biz .contact .inner .contactWrap .dsc .dscTxt input[type=email], .biz #biz .contact .inner .contactWrap .dsc .dscTxt .textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 1rem;
  background-color: #fafafa;
  font-size: 1.4rem;
  padding-block: 1.3rem;
  padding-inline: 1.6rem;
}
@media screen and (max-width: 767px) {
  .biz #biz .contact .inner .contactWrap .dsc .dscTxt input[type=text], .biz #biz .contact .inner .contactWrap .dsc .dscTxt input[type=tel], .biz #biz .contact .inner .contactWrap .dsc .dscTxt input[type=email], .biz #biz .contact .inner .contactWrap .dsc .dscTxt .textarea {
    padding-block: 1rem;
    padding-inline: 1.2rem;
  }
}
.biz #biz .contact .inner .contactWrap .dsc .dscTxt input[type=tel]#zip {
  max-width: 18rem;
}
.biz #biz .contact .inner .contactWrap .dsc .dscTxt .textarea {
  height: 13.1rem;
  resize: vertical;
}
.biz #biz .contact .inner .contactWrap .customerInfo {
  text-align: center;
  position: relative;
}
.biz #biz .contact .inner .contactWrap .customerInfo::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: rgba(37, 161, 244, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.biz #biz .contact .inner .contactWrap .customerInfo .txt {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  color: #1531af;
  padding-inline: 1.4rem;
}
.biz #biz .contact .inner .contactWrap .notes {
  font-size: 1.4rem;
  color: #99a1af;
  margin-top: 1.4rem;
}
.biz #biz .contact .inner .contactWrap .notes .req {
  color: #ef3e2e;
}
.biz #biz .contact .inner .contactWrap input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  max-width: 27.7rem;
  margin: 3.2rem auto 0;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  background-color: #1531af;
  border-radius: 60px;
  border: none;
  padding-block: 1.5rem;
}
.biz .footer-bottom {
  padding-top: 0;
}/*# sourceMappingURL=biz.css.map */