.txt p:not(:last-child) {
  margin-bottom: 25px;
}

.ttl {
  text-align: center;
}

.txt-global {
  margin: 40px 0;
}
@media only screen and (min-width: 768px) {
  .txt-global {
    margin: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .style3 .style3-img {
    margin: 0 auto;
    width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .style3 .style3-img {
    width: 314px;
  }
  .style3 .style3-info {
    width: calc(100% - 350px);
    max-width: 742px;
  }
}
@media only screen and (max-width: 980px) {
  .style3 .style3-info {
    width: 100%;
  }
}

.sec1 {
  margin-bottom: 80px;
  text-align: center;
}
.sec1 .sec1-txt1 {
  margin-top: 30px;
}
.sec1 .sec1-txt3 {
  justify-content: center;
  color: var(--color1);
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.6;
}
.sec1 .sec1-txt3 p span {
  display: inline-block;
}
.sec1 .sec1-txt3 p span:first-child {
  margin-right: 8px;
}
.sec1 .sec1-txt3 p span:last-child {
  margin-left: 8px;
}
.sec1 .sec1-txt4 {
  font-size: 18px;
}
.sec1 .sec1-box {
  border-radius: var(--border-radius-md);
  padding: 30px 20px;
  background: var(--bg-light);
  margin-bottom: 30px;
}
.sec1 .sec1-box dt {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .sec1 {
    margin-bottom: 140px;
    padding: 0 30px;
  }
  .sec1 .group_hover .group-item {
    width: calc((100% - 50px) / 3);
    margin-bottom: 0;
  }
  .sec1 .sec1-txt3 {
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 56px;
  }
  .sec1 .sec1-box {
    width: calc(50% - 25px);
    margin-bottom: 0;
  }
}

.sec2 .point-box {
  margin-top: 40px;
}
.sec2 .point-box p:not(:last-child) {
  margin-bottom: 40px;
}
.sec2 .point-box p:not(:last-child).b18 {
  margin-bottom: 20px;
}
.sec2 .point-box dl:not(:last-child) {
  margin-bottom: 40px;
}
.sec2 .point-box dl dt {
  border-bottom: 1px solid var(--border-light);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sec2 .point-box dl dt p:nth-child(1) {
  line-height: 1;
  margin-bottom: 10px;
  color: var(--color1);
  font-weight: 400;
  font-size: 20px;
}
.sec2 .point-box dl dt p:nth-child(1) span {
  font-size: 50px;
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .sec2 .point-box {
    padding: 40px;
  }
  .sec2 .point-box p:not(:last-child) {
    margin-bottom: 50px;
  }
  .sec2 .point-box dl dt {
    align-items: center;
    padding-bottom: 10px;
  }
  .sec2 .point-box dl dt p:nth-child(1) {
    align-items: flex-end;
    width: 95px;
  }
  .sec2 .point-box dl dt p:nth-child(1) span {
    margin-bottom: -5px;
  }
  .sec2 .point-box dl dt .b18 {
    width: calc(100% - 120px);
  }
}

.sec3 {
  margin-bottom: 80px;
}
.sec3 .ttl26 {
  text-align: center;
}
.sec3 .bg_yellow2 {
  margin-bottom: 40px;
}
.sec3 .bg_yellow2 .ttl26 {
  margin-bottom: 20px;
}
.sec3 .sec3-txt2 {
  margin-top: 30px;
  text-align: center;
}
.sec3 .group_hover .group-off {
  color: var(--color1);
}
.sec3 .group_hover .group-item .group-ttl {
  font-size: 18px;
  margin-top: 10px;
}
.sec3 strong.txt-green {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .sec3 .group_hover {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .sec3 {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 140px;
  }
  .sec3 .bg_yellow2 {
    margin-bottom: 50px;
  }
  .sec3 .group_hover .group-item {
    width: calc((100% - 100px) / 3);
  }
  .sec3 .group_hover .group-item .group-on {
    min-height: inherit;
    line-height: 1.4;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .sec3 .group_hover .group-item {
    width: calc((100% - 50px) / 3);
  }
}

.sec4 {
  margin-bottom: 80px;
}
.sec4 .ttl {
  margin-bottom: 40px;
  text-align: center;
}
.sec4 .sec4-item {
  border-radius: var(--border-radius-md);
  background: #fff;
  box-sizing: border-box;
  padding: 30px 20px;
  margin-top: 50px;
}
.sec4 .sec4-num {
  font-weight: 400;
  color: #fff;
  background: var(--color1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 1;
  border-radius: var(--border-radius-md);
  width: 170px;
  height: 46px;
}
.sec4 .sec4-ttl {
  font-weight: 700;
  margin: 20px 0;
  font-size: 26px;
  line-height: 1.7;
}
.sec4 .txt-red {
  color: #F76E76;
  font-weight: 700;
}
.sec4 .sec4-img {
  margin: 20px auto 0;
  width: 210px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sec4 {
    padding-bottom: 145px;
    margin-bottom: 145px;
  }
  .sec4 .ttl {
    margin-bottom: 45px;
  }
  .sec4 .sec4-item {
    padding: 34px 40px;
    margin-top: 50px;
  }
  .sec4 .sec4-item .df-pc {
    align-items: center;
  }
  .sec4 .sec4-info {
    width: calc(100% - 295px);
  }
  .sec4 .sec4-ttl {
    margin: 20px 0;
    font-size: 26px;
  }
  .sec4 .sec4-img {
    margin: 0;
    width: 247px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .sec4 .sec4-item .df-pc {
    align-items: flex-start;
  }
  .sec4 .sec4-img {
    width: 215px;
  }
  .sec4 .sec4-info {
    width: calc(100% - 240px);
  }
}

.sec5 {
  padding-bottom: 70px;
}
.sec5 .sec5-txt2 {
  margin: 20px auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: var(--border-radius-md);
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  height: 63px;
  background: var(--color4);
}
.sec5 .sec5-price {
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
.sec5 .sec5-price span {
  font-size: 46px;
}
.sec5 .sec5-txt3 {
  margin-bottom: 65px;
}
.sec5 .row-item {
  margin-top: 30px;
  padding: 30px;
}
.sec5 .row-item i {
  margin: 0 auto;
  width: 50px;
}
.sec5 .row-item .b18 {
  text-align: center;
  margin: 15px 0;
}
.sec5 .row-item p:last-child {
  margin-bottom: 0 !important;
}
.sec5 .row3 {
  margin: 50px 0;
}
.sec5 .row3 .b18 {
  margin-bottom: 30px;
}
.sec5 .row3 .group_hover.box-green .group-item .group-ttl {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 0;
}
.sec5 .row5 {
  padding-bottom: 1px;
}
.sec5 .row5 h3 {
  text-align: center;
}
.sec5 .sec5-txt4 {
  margin: 30px 0;
}
.sec5 .step {
  margin-bottom: 0;
}
.sec5 .step:before {
  background: var(--color4);
}
.sec5 .step-item {
  border: 2px solid var(--color4);
}
.sec5 .step-item .step-ttl {
  text-align: left;
}
.sec5 .step-item .step-ttl p:nth-child(1) {
  font-size: 50px;
  color: var(--color4);
}
.sec5 .step-item:last-child {
  color: #fff;
  background: var(--color4);
}
.sec5 .step-item:last-child .step-ttl p:nth-child(1) {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .sec5 {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 120px;
  }
  .sec5 .row1 {
    justify-content: center;
    align-items: center;
  }
  .sec5 .sec5-txt2 {
    margin: 0;
    width: 350px;
    font-size: 28px;
  }
  .sec5 .sec5-price {
    margin-bottom: 0;
    margin-left: 30px;
  }
  .sec5 .sec5-txt3 {
    margin: 30px 0 50px;
    text-align: center;
  }
  .sec5 .row2 .df-pc {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec5 .row2 .df-pc .row-item {
    width: calc((100% - 60px) / 4);
    margin-left: 20px;
    padding: 30px 20px;
  }
  .sec5 .row2 .df-pc .row-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .sec5 .row3 .group_hover .group-item {
    width: calc((100% - 60px) / 4);
    margin-bottom: 0;
  }
  .sec5 .row3 .group_hover .group-item .group-on {
    min-height: 175px;
  }
  .sec5 .row3 .group_hover .group-off {
    padding: 20px;
  }
  .sec5 .step-item {
    padding: 10px 30px;
    align-items: center;
  }
  .sec5 .step-item .step-ttl {
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    width: 318px;
  }
  .sec5 .step-item .step-ttl p:nth-child(1) {
    margin-bottom: 0;
    margin-right: 13px;
  }
  .sec5 .step-item .step-txt {
    padding: 0;
    width: calc(100% - 318px);
  }
}
.sec5 .row5 {
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .sec5 .row3 {
    margin-bottom: 10px;
  }
  .sec5 .row3 .group_hover {
    margin-bottom: 0;
  }
  .sec5 .row3 .group_hover .group-item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .sec5 .step-item .step-ttl {
    width: 280px;
  }
  .sec5 .step-item .step-txt {
    width: calc(100% - 280px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .sec5 .row2 .df-pc .row-item {
    width: calc(50% - 15px);
    margin-left: 30px !important;
  }
  .sec5 .row2 .df-pc .row-item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .sec5 .step-item {
    display: block !important;
  }
  .sec5 .step-item .step-ttl {
    width: 100%;
    margin-bottom: 5px;
  }
  .sec5 .step-item .step-ttl p:nth-child(2) br {
    display: none;
  }
  .sec5 .step-item .step-txt {
    width: 100%;
  }
}

.sec6 {
  margin-bottom: 80px;
}
.sec6 .ttl {
  margin-bottom: 25px;
}
.sec6 .case-item .style1 p:not(:last-child) {
  margin-bottom: 30px;
}
.sec6 .case-item .style1 p.b18 {
  color: var(--color2);
  margin-bottom: 15px;
}
.sec6 .sec6-1 {
  margin-bottom: 60px;
}
.sec6 h3.ttl28 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .sec6 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sec6 .ttl {
    margin-bottom: 50px;
  }
  .sec6 .sec6-1 {
    margin-bottom: 100px;
  }
  .sec6 h3.ttl28 {
    margin-bottom: 40px;
  }
}

.sec6-2 {
  margin-bottom: 80px;
}
.sec6-2 .ttl28 {
  text-align: center;
  margin-bottom: 40px;
}
.sec6-2 .style2 .b18 {
  line-height: 1.4;
  text-align: left;
}
.sec6-2 .style2 .style2-box {
  padding: 20px;
}
.sec6-2 .style2 .txt-right {
  text-align: right;
  font-weight: 500;
  font-size: 17px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .sec6-2 {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 140px;
  }
  .sec6-2 .style2 {
    margin-bottom: 50px;
  }
  .sec6-2 .style2 .style2-img {
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.4;
    margin: 0;
    width: 145px;
  }
  .sec6-2 .style2 .style2-img img {
    margin: 0;
    width: 100%;
  }
  .sec6-2 .style2 .style2-box {
    margin-top: 0;
    width: calc(100% - 180px);
  }
  .sec6-2 .style2 .style2-box:before {
    top: 60px;
    left: 0;
    transform: translate(-100%, -50%);
    border-width: 9px 12px 9px 0;
    border-color: transparent #fff transparent transparent;
  }
  .sec6-2 .style2 .style2-box:after {
    top: 60px;
    left: 0;
    transform: translate(-100%, -50%);
    border-width: 12px 15px 12px 0;
    border-color: transparent var(--color1) transparent transparent;
  }
}

@media only screen and (min-width: 768px) {
  .sec7 .tabs-switch {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

/*# sourceMappingURL=studio.css.map */
