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

.sec1 {
  margin-bottom: 80px;
}
.sec1 .ttl {
  letter-spacing: 0;
}
.sec1 .txt {
  margin: 50px 0 30px;
}
@media only screen and (min-width: 768px) {
  .sec1 {
    margin-bottom: 37px;
    padding: 0 30px;
  }
  .sec1 .txt {
    margin: 50px 0 0;
  }
  .sec1 .sec1-left {
    width: 48.2%;
  }
  .sec1 .sec1-left .ttl {
    max-width: 535px;
  }
  .sec1 .sec1-img {
    width: 46%;
  }
}

.sec2 {
  text-align: center;
}
.sec2 .sec2-txt1 {
  margin: 45px 0 35px;
}
.sec2 .sec2-txt2 {
  margin: 50px 0;
}
.sec2 .sec2-txt3 {
  justify-content: center;
  color: var(--color1);
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 51px;
}
.sec2 .sec2-txt3 p span {
  display: inline-block;
}
.sec2 .sec2-txt3 p span:first-child {
  margin-right: 8px;
}
.sec2 .sec2-txt3 p span:last-child {
  margin-left: 8px;
}
.sec2 .sec2-txt4 {
  margin-bottom: 54px;
  line-height: 1.7;
}
.sec2 .sec2-item {
  background: var(--bg-white);
  border-radius: var(--border-radius-md);
  margin-bottom: 30px;
  padding: 30px 10px;
  font-weight: 700;
}
.sec2 .sec2-item .sec2-txt6 {
  font-size: 20px;
  font-weight: 24px;
  margin: 7px 0 20px;
}
.sec2 .sec2-item .sec2-txt6 span {
  font-size: 24px;
}
.sec2 .sec2-item i {
  margin: 0 auto;
  max-width: 280px;
}
@media only screen and (min-width: 768px) {
  .sec2 {
    margin-bottom: 140px;
  }
  .sec2 .sec2-txt1 {
    margin: 29px 0 50px;
  }
  .sec2 .sec2-txt2 {
    margin: 0 0 50px;
  }
  .sec2 .sec2-txt3 {
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 56px;
  }
  .sec2 .sec2-item {
    width: calc((100% - 100px) / 3);
    margin-bottom: 50px;
  }
  .sec2 .sec2-item .sec2-txt6 span {
    font-size: 26px;
  }
  .sec2 .sec2-item i {
    max-width: 319px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .sec2 .sec2-item {
    width: calc((100% - 50px) / 3);
  }
}

.sec3 {
  margin-bottom: 70px;
}
.sec3 .ttl {
  text-align: center;
}
.sec3 .ttl span {
  font-weight: 700;
  color: var(--color1);
  font-size: 80px;
  line-height: 1;
}
.sec3 .sec3-txt1 {
  margin: 50px 0;
}
@media only screen and (min-width: 768px) {
  .sec3 {
    padding: 0 30px;
    margin-bottom: 140px;
  }
  .sec3 .ttl span {
    font-size: 100px;
    display: inline-block;
    margin-top: -8px;
  }
  .sec3 .sec3-txt1 {
    margin: 45px 0 69px;
  }
}

.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;
}
@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: 258px;
  }
}
@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 .ttl {
  text-align: center;
}
.sec5 .sec5-txt1 {
  margin: 50px 0;
}
.sec5 .sec5-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
}
.sec5 .sec5-group {
  margin-bottom: 50px;
}
.sec5 .sec5-logo {
  margin: 0 auto;
  width: 227px;
}
.sec5 .sec5-txt2 {
  text-align: center;
  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: 18px;
  line-height: 1;
  width: 250px;
  height: 63px;
}
.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 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.sec5 .row2 {
  margin-bottom: 50px;
}
.sec5 .sec5-txt4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-right: -10px;
}
.sec5 .box {
  background: #fff;
  padding: 20px 15px 5px;
  border-radius: var(--border-radius-md);
  margin-bottom: 20px;
}
.sec5 .box .box-ttl {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.sec5 .box ul li {
  color: #fff;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  padding: 6px 15px;
  margin-bottom: 15px;
  border-radius: 30px;
}
.sec5 .box.box-yellow .box-ttl {
  color: var(--color1);
}
.sec5 .box.box-yellow ul li {
  margin-right: 50px;
  background: var(--color1);
}
.sec5 .box.box-pink .box-ttl {
  color: var(--color5);
}
.sec5 .box.box-pink ul {
  text-align: center;
}
.sec5 .box.box-pink ul li {
  background: var(--color5);
}
.sec5 .group_hover .group-item .group-ttl {
  font-size: 18px;
  line-height: 1.4;
  margin: 12px -20px 0;
}
.sec5 .group_hover .group-on {
  line-height: 1.4;
  padding: 20px;
}
.sec5 .sec5-1 .sec5-txt2 {
  background: var(--color4);
}
.sec5 .sec5-1 .sec5-txt3 {
  color: var(--color4);
}
.sec5 .sec5-2 .sec5-txt2 {
  background: var(--color2);
}
.sec5 .sec5-2 .sec5-txt3 {
  color: var(--color2);
}
@media only screen and (max-width: 767px) {
  .sec5 .sec5-txt4 {
    margin-top: 50px;
  }
  .sec5 .box.box-yellow ul {
    text-align: center;
  }
  .sec5 .box.box-yellow ul li {
    margin: 0 7px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .sec5 {
    padding: 0 30px;
  }
  .sec5 .sec5-txt1 {
    margin: 50px 0 70px;
  }
  .sec5 .sec5-group {
    margin-bottom: 50px;
  }
  .sec5 .sec5-txt {
    line-height: 1.4;
  }
  .sec5 .row1 {
    align-items: center;
  }
  .sec5 .row1 .df-pc {
    align-items: center;
  }
  .sec5 .sec5-logo {
    margin: 0;
    order: 2;
  }
  .sec5 .sec5-txt2 {
    margin: 0 30px 0 0;
  }
  .sec5 .sec5-price {
    margin-bottom: 0;
  }
  .sec5 .sec5-txt3 {
    margin: 40px 0 20px;
  }
  .sec5 .row2 {
    margin-bottom: 50px;
  }
  .sec5 .group_hover .group-item {
    width: calc((100% - 60px) / 4);
  }
  .sec5 .group_hover .group-item .group-on {
    min-height: inherit;
  }
  .sec5 .group_hover .group-off {
    padding: 20px;
  }
  .sec5 .box {
    width: calc(50% - 10px);
    padding: 20px 15px 5px;
  }
  .sec5 .box ul {
    text-align: center;
  }
  .sec5 .box ul li {
    margin: 0 7px 15px;
  }
  .sec5 .box.box-yellow ul li {
    margin-right: 7px;
  }
  .sec5 .sec5-1 .group_hover .group-item .group-ttl {
    font-size: 18px;
    line-height: 1.4;
    margin: 12px -20px 0;
  }
  .sec5 .sec5-1 .group_hover .group-on {
    line-height: 1.4;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sec5 .sec5-1 .group_hover .group-item .group-ttl {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .sec5 .sec5-group {
    padding: 50px 40px;
  }
  .sec5 .row1 {
    display: block !important;
  }
  .sec5 .row1 .df-pc {
    justify-content: flex-start;
    margin-top: 30px;
  }
  .sec5 .group_hover .group-item {
    width: calc(50% - 15px);
  }
  .sec5 .group_hover .group-on {
    padding: 30px 20px;
  }
}

.w100 {
  width: 100%;
  overflow-x: auto;
  border-radius: var(--border-radius-md);
}

.sec5-3 {
  margin-bottom: 70px !important;
  border-radius: var(--border-radius-md);
  padding: 40px 30px 45px;
}
.sec5-3 .sec5-ttl {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1150px) {
  .sec5-3 .sec5-table, .sec5-3 .sec5-ttl {
    width: 960px;
  }
}
@media only screen and (min-width: 768px) {
  .sec5-3 {
    margin-bottom: 100px !important;
    padding: 71px 60px 45px;
  }
}

.sec5-4 {
  margin-bottom: 80px;
}
.sec5-4 .sec5-txt {
  text-align: center;
  margin-bottom: 30px;
}
.sec5-4 .group_hover .group-item {
  margin-bottom: 20px;
}
.sec5-4 .group_hover .group-item .group-off {
  padding: 0;
}
.sec5-4 .group_hover .group-item .df {
  align-items: center;
  justify-content: center;
}
.sec5-4 .group_hover .group-item .item-icon {
  margin: 0;
}
.sec5-4 .group_hover .group-item .group-ttl {
  margin: 0 0 0 20px;
  color: var(--color1);
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sec5-4 .group_hover {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .sec5-4 {
    margin-bottom: 140px;
  }
  .sec5-4 .sec5-txt {
    margin-bottom: 50px;
  }
  .sec5-4 .group_hover {
    margin-bottom: 20px;
  }
  .sec5-4 .group_hover .group-item {
    width: 30.9%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .sec5-4 .group_hover {
    margin-bottom: 20px;
  }
  .sec5-4 .group_hover .group-item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}

.sec6 {
  margin-bottom: 55px !important;
}
.sec6 .ttl {
  text-align: center;
}
.sec6 .sec6-txt1 {
  text-align: center;
  margin: 40px 0 50px;
}
.sec6 .sec6-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 25px;
}
.sec6 .sec6-txt2 {
  text-align: center;
  margin-bottom: 30px;
}
.sec6 .step-list {
  margin-bottom: 70px;
}
.sec6 .step-list li {
  color: #fff;
  background: var(--color1);
  text-align: center;
  padding: 45px 0 40px;
  clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  margin-top: -10px;
}
.sec6 .step-list li p:nth-child(1) {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
.sec6 .step-list li p:nth-child(2) {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.sec6 .step-list li:first-child {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  margin-top: 0;
  padding: 37px 0 50px;
}
.sec6 .step-list li:last-child {
  clip-path: polygon(50% 15%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
  padding: 45px 0 30px;
}
@media only screen and (min-width: 768px) {
  .sec6 {
    margin-bottom: 140px !important;
  }
}
@media only screen and (min-width: 980px) {
  .sec6 .step-list li {
    width: 12.5%;
    padding: 30px 13px;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
    margin-top: 0;
    margin-left: -10px;
  }
  .sec6 .step-list li p:nth-child(1) {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .sec6 .step-list li p:nth-child(2) {
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
  }
  .sec6 .step-list li p:nth-child(2) span {
    display: block;
  }
  .sec6 .step-list li:first-child {
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 0 50%);
    margin-top: 0;
    margin-left: 0;
    padding: 30px 13px;
  }
  .sec6 .step-list li:last-child {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 10% 50%);
    padding: 30px 13px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .sec6 .step-list li {
    padding: 30px 8px;
  }
  .sec6 .step-list li p:nth-child(2) {
    font-size: 13px;
  }
}
@media only screen and (max-width: 979px) {
  .sec6 .step-list {
    display: block !important;
  }
}

.sec6-2 dl dt {
  color: #fff;
  text-align: center;
  background: var(--color4);
  border-radius: var(--border-radius-md);
  line-height: 1.4;
  font-weight: 700;
  font-size: 18px;
  padding: 19px 10px;
}
.sec6-2 dl dd {
  margin: 20px 0 45px;
  line-height: 1.4;
}
.sec6-2 dl dd .sec6-txt3 {
  font-weight: 700;
  margin-bottom: 5px;
}
.sec6-2 dl dd .sec6-txt3 span {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .sec6-2 dl dd .sec6-txt3 {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .sec6-2 {
    padding-bottom: 30px;
  }
  .sec6-2 dl + dl {
    margin-top: 30px;
  }
  .sec6-2 dl dt {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding: 19px 10px;
  }
  .sec6-2 dl dd {
    width: calc(100% - 280px);
    margin: 0;
  }
}

.sec7 .ttl {
  margin-bottom: 25px;
  text-align: center;
}
.sec7 .sec7-txt1 {
  margin-bottom: 30px;
}
.sec7 .txt-yellow {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .sec7 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sec7 .ttl {
    margin-bottom: 50px;
  }
  .sec7 .sec7-txt1 {
    margin-bottom: 40px;
  }
}

.sec8 {
  margin-bottom: 56px;
  padding: 0;
}
.sec8 .wrap {
  padding-top: 80px;
  padding-bottom: 50px;
}
.sec8 .ttl {
  text-align: center;
  margin-bottom: 50px;
}
.sec8 .sec8-item2 {
  margin-bottom: 30px;
}
.sec8 .sec8-item2 h3 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
}
.sec8 .sec8-item2 .sec8-mem {
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.4;
  margin: 20px 0 25px;
}
.sec8 .sec8-item2 .sec8-mem img {
  margin: 0 auto;
  width: 145px;
}
.sec8 .sec8-item2 .sec8-mem span {
  display: block;
  margin-top: 15px;
}
.sec8 .sec8-item2 .sec8-box {
  background: #fff;
  border: 2px solid var(--color1);
  border-radius: var(--border-radius-md);
  padding: 20px;
  font-size: 17px;
  line-height: 2;
  position: relative;
}
.sec8 .sec8-item2 .sec8-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 12px 9px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}
.sec8 .sec8-item2 .sec8-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent var(--color1) transparent;
}
@media only screen and (min-width: 768px) {
  .sec8 {
    background: url("../img/website/sec8_top.jpg") no-repeat top center/100% auto, url("../img/website/sec8_bottom.jpg") no-repeat bottom center/100% auto #FDFAF1;
    padding-left: 30px;
    padding-right: 30px;
  }
  .sec8 .wrap {
    padding-top: 186px;
    padding-bottom: 50px;
  }
  .sec8 .sec8-deco {
    position: absolute;
    top: -16px;
    right: 12px;
    width: 411px;
  }
  .sec8 .ttl {
    text-align: left;
  }
  .sec8 .sec8-item2 {
    width: calc(50% - 25px);
    margin-bottom: 50px;
  }
  .sec8 .sec8-item2 h3 {
    margin-bottom: 15px;
  }
  .sec8 .sec8-item2 .df-pc {
    align-items: center;
  }
  .sec8 .sec8-item2 .sec8-mem {
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.4;
    margin: 0;
    width: 145px;
  }
  .sec8 .sec8-item2 .sec8-mem img {
    margin: 0;
    width: 100%;
  }
  .sec8 .sec8-item2 .sec8-box {
    width: calc(100% - 180px);
  }
  .sec8 .sec8-item2 .sec8-box:before {
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
    border-width: 9px 12px 9px 0;
    border-color: transparent #fff transparent transparent;
  }
  .sec8 .sec8-item2 .sec8-box:after {
    top: 50%;
    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) and (max-width: 980px) {
  .sec8 .wrap > .df-pc {
    display: block !important;
  }
  .sec8 .sec8-item2 {
    width: 100%;
  }
}

.sec9 {
  margin-bottom: 80px;
}
.sec9 .ttl {
  text-align: center;
}
.sec9 .sec9-txt1 {
  margin: 50px 0;
}
@media only screen and (min-width: 768px) {
  .sec9 {
    padding: 0 30px;
  }
  .sec9 .sec9-content > .df-pc {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .sec9 .tabs-switch .tab-link li {
    width: 22.2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .sec9 .tabs-switch .tab-link li {
    width: 23.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 890px) {
  .sec9 .tabs-switch .tab-link {
    flex-wrap: wrap;
  }
  .sec9 .tabs-switch .tab-link li {
    width: calc(50% - 20px);
    margin-bottom: 25px;
  }
}

.sec10 {
  padding-bottom: 80px;
}
.sec10 .ttl {
  text-align: center;
}
.sec10 .sec10-txt1 {
  margin: 50px 0 70px;
}
.sec10 .sec10-img {
  text-align: center;
}
.sec10 .sec10-txt2 {
  text-align: right;
  font-weight: 700;
  margin: 20px 0 15px;
}
.sec10 .sec10-txt2 span {
  font-size: 138%;
  display: inline-block;
  margin-left: 7px;
}
.sec10 .sec10-left dl {
  margin-bottom: 30px;
  background: var(--bg-white);
  border-radius: var(--border-radius-md);
  border: 2px solid var(--color1);
  box-sizing: border-box;
  padding: 20px;
}
.sec10 .sec10-left dl dt {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.sec10 .sec10-left dl dd {
  font-size: 14px;
}
.sec10 .sec10-right dl + dl {
  margin-top: 50px;
}
.sec10 .sec10-right dl dt {
  color: var(--color1);
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .sec10 {
    padding-bottom: 144px;
    margin-bottom: 150px;
  }
  .sec10 .ttl {
    margin-bottom: 50px;
  }
  .sec10 .sec10-txt1 {
    margin: 0 0 20px;
    float: right;
    width: calc(100% - 450px);
  }
  .sec10 .sec10-txt2 {
    text-align: left;
    margin: 20px 0 15px;
  }
  .sec10 .sec10-txt2 span {
    font-size: 22px;
  }
  .sec10 .sec10-left {
    width: 400px;
    float: left;
  }
  .sec10 .sec10-left dl {
    margin-bottom: 30px;
    background: #fff;
    border-radius: var(--border-radius-md);
    border: 2px solid var(--color1);
    box-sizing: border-box;
    padding: 20px;
  }
  .sec10 .sec10-left dl dt {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sec10 .sec10-left dl dd {
    font-size: 14px;
  }
  .sec10 .sec10-right {
    float: right;
    width: calc(100% - 450px);
  }
  .sec10 .sec10-right dl + dl {
    margin-top: 50px;
  }
  .sec10 .sec10-right dl dt {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .sec10 .sec10-left {
    width: 340px;
  }
  .sec10 .sec10-txt1, .sec10 .sec10-right {
    width: calc(100% - 370px);
  }
}

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