.sec01 {
  padding: 90px 0 82px;
}
.sec01 .sec01-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sec01 .sec01-box + div {
  margin-top: 90px;
}
.sec01 .sec01-box__title {
  margin-bottom: 45px;
}
.sec01 .sec01-box__text {
  font-size: 15px;
  text-align: center;
  line-height: 1.8;
}
.sec01 .sec01-box__imageArea {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec01 .sec01-box__imageArea .imageItem + div {
  margin-left: 50px;
}
.sec01 .sec01-box__detailArea {
  margin-top: 35px;
}
.sec01 .sec01-box__detailArea .detailTitle {
  background-color: #43a0b6;
  color: #fff;
  padding: 13px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.sec01 .sec01-box__detailArea .detailTitle__small {
  font-size: 16px;
}
.sec01 .sec01-box__detailArea .detailTitle__moreSmall {
  font-size: 15px;
}
.sec01 .sec01-box__detailArea .detailTitle__caution {
  margin-left: 60px;
}
.sec01 .sec01-box__detailArea .detailContents {
  background-color: #fff;
  padding: 48px 69px 57px;
}
.sec01 .sec01-box__detailArea .detailContents-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 33px 38px 29px;
  border: 1px solid #727171;
}
.sec01 .sec01-box__detailArea .detailContents-box + div {
  margin-top: 52px;
}
.sec01 .sec01-box__detailArea .detailContents-box__title {
  position: absolute;
  z-index: 2;
  top: -21px;
  left: calc(50% - 104px);
  width: 208px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: bold;
  color: #43a0b6;
  background-color: #fff;
}
.sec01 .sec01-box__detailArea .detailContents-box__text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 28px;
}
.sec01 .sec01-box__detailArea .detailContents-box__caution {
  font-size: 15px;
  color: #43a0b6;
  justify-content: flex-start;
}
.sec01 .sec01-box__detailArea .detailCaution {
  font-size: 15px;
  text-align: center;
  margin-top: 31px;
}
.sec01 .sec01-box__reviewArea .reviewItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec01 .sec01-box__reviewArea .reviewItem__textArea {
  margin-left: 46px;
}
.sec01 .sec01-box__reviewArea .reviewItem__textArea .title {
  font-size: 18px;
  font-weight: bold;
  color: #43a0b6;
  margin-bottom: 32px;
}
.sec01 .sec01-box__reviewArea .reviewItem__textArea .text {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
}
.sec01 .sec01-box__reviewArea .reviewItem:nth-child(even) {
  flex-direction: row-reverse;
}
.sec01 .sec01-box__reviewArea .reviewItem:nth-child(even) .reviewItem__textArea {
}
.sec01 .sec01-box__reviewArea .reviewItem + div {
  margin-top: 9px;
}

.sec01 .sec01-cautionBox {
  position: relative;
  background-color: #fff;
  border: 1px solid #727171;
  margin-top: 80px;
  padding: 48px 46px 54px 83px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec01 .sec01-cautionBox__title {
  margin-bottom: 29px;
}
.sec01 .sec01-cautionBox__list .listItem {
  display: flex;
  align-items: flex-start;
}
.sec01 .sec01-cautionBox__list .listItem__image {
  margin-top: 5px;
}
.sec01 .sec01-cautionBox__list .listItem__text {
  margin-left: 12px;
}
.sec01 .sec01-cautionBox__right .cautionImage {
  position: absolute;
  top: 40px;
  right: 32px;
}
.sec01 .sec01-box__reviewMemo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 55px;
  row-gap: 38px;
  margin-left: -89px;
  margin-right: -89px;
}
@media only screen and (max-width: 767px) {
  .sec01 .sec01-box__reviewMemo {
    margin-left: 0;
    margin-right: 0;
  
  }
  .c-pc {
    display: none;
  }
}
.sec01 .sec01-box__reviewMemo .memo {
  position: relative;
  background-color: #fff;
  clip-path: polygon(100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 0);
  width: 292px;
  height: 292px;
  padding: 35px 5px 35px 25px;
}
@media only screen and (max-width: 767px) {
  .sec01 .sec01-box__reviewMemo .memo {
    width: 100%;
    height: auto;
    padding: 20px 10px 60px;
}
}
.sec01 .sec01-box__reviewMemo .memo .memo__title {
  color: #43a0b6;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .sec01 .sec01-box__reviewMemo .memo .memo__title {
    font-size: 18px;
  }
}
.sec01 .sec01-box__reviewMemo .memo .memo__title--s {
  font-size: 18px;
}
.sec01 .sec01-box__reviewMemo .memo .memo__text {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 767px) {
  .sec01 .sec01-box__reviewMemo .memo .memo__text {
    font-size: 14px;
  }
}
.sec01 .sec01-box__reviewMemo .memo .memo__triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #dcdddd transparent;
}
.sec01 .sec01-box__reviewMemo .memo--l {
  width: 465px;
  height: 280px;
}
@media only screen and (max-width: 767px) {
  .sec01 .sec01-box__reviewMemo .memo--l {
    width: 100%;
    height: auto;
  }
}
.sec01 .sec01-box__reviewMemo .memo--yellow {
  background-color: #fff2ad;
}
.sec01 .sec01-box__reviewMemo .memo--yellow .memo__triangle {
  border-color: transparent transparent #ffe56d transparent;
}
.sec01 .sec01-box__reviewMemo .memo--blue {
  background-color: #f1f9fe;
}
.sec01 .sec01-box__reviewMemo .memo--blue .memo__triangle {
  border-color: transparent transparent #bae3f9 transparent;
}
@media only screen and (max-width: 767px) {
  .sec01 {
    padding: 40px 0;
  }
  .sec01 .sec01__text {
    font-size: 14px;
  }
  .sec01 .sec01-box + div {
    margin-top: 45px;
  }
  .sec01 .sec01-box__title {
    margin-bottom: 20px;
  }
  .sec01 .sec01__imageArea {
    display: block;
  }
  .sec01 .sec01__imageArea .imageItem {
    width: 100%;
  }
  .sec01 .sec01__imageArea .imageItem + div {
    margin-left: 0;
    margin-top: 30px;
  }
  .sec01 .sec01-box__text {
    font-size: 14px;
  }
  .sec01 .sec01-box__imageArea {
    display: block;
    margin-top: 30px;
  }
  .sec01 .sec01-box__imageArea .imageItem__image {
    width: 100%;
  }
  .sec01 .sec01-box__imageArea .imageItem + div {
    margin-left: 0;
    margin-top: 10px;
  }
  .sec01 .sec01-box__detailArea .detailTitle {
    display: block;
    text-align: center;
    font-size: 18px;
  }
  .sec01 .sec01-box__detailArea .detailTitle__small {
    font-size: 14px;
  }
  .sec01 .sec01-box__detailArea .detailTitle__moreSmall {
    font-size: 13px;
  }
  .sec01 .sec01-box__detailArea .detailTitle__caution {
    font-size: 14px;
    margin-left: 0;
  }
  .sec01 .sec01-box__detailArea .detailContents {
    padding: 20px;
  }
  .sec01 .sec01-box__detailArea .detailContents-box {
    padding: 20px;
  }
  .sec01 .sec01-box__detailArea .detailContents-box__title {
    font-size: 18px;
  }
  .sec01 .sec01-box__detailArea .detailContents-box__text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sec01 .sec01-box__detailArea .detailContents-box__caution {
    font-size: 13px;
    margin-top: 15px;
  }
  .sec01 .sec01-box__detailArea .detailCaution {
    font-size: 14px;
    margin-top: 15px;
  }
  .sec01 .sec01-box__reviewArea .reviewItem {
    flex-direction: column;
  }
  .sec01 .sec01-box__reviewArea .reviewItem__textArea {
    margin-left: 0;
    margin-top: 20px;
  }
  .sec01 .sec01-box__reviewArea .reviewItem__textArea .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .sec01 .sec01-box__reviewArea .reviewItem__textArea .text {
    font-size: 14px;
    line-height: 1.7;
  }
  .sec01 .sec01-box__reviewArea .reviewItem:nth-child(even) {
    flex-direction: column;
  }
  .sec01 .sec01-box__reviewArea .reviewItem + div {
    margin-top: 40px;
  }
}
.sec02 {
  background: #43a0b6;
  padding: 40px 0 153px;
}
.sec02 .sec02__title {
  text-align: center;
  margin-bottom: 84px;
}
.sec02 .sec02-boxArea {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -91px;
  margin-right: -71px;
}
.sec02 .sec02-boxArea__item {
  position: relative;
  z-index: 2;
  width: 447px;
  background-color: #fff;
  border: 1px solid #040000;
  border-radius: 22px;
  padding: 38px 28px;
  height: 416px;
  margin-top: 91px;
  margin-right: 71px;
}
.sec02 .sec02-boxArea__item:after {
  position: absolute;
  left: -16px;
  bottom: -19px;
  content: "";
  display: block;
  /* background: url(../imgs/corner.svg) no-repeat; */
  width: 90%;
  height: 100%;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-bottom-left-radius: 22px;
}
.sec02 .sec02-boxArea__item .classTitle {
  font-size: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
  padding-bottom: 13px;
  border-bottom: 2px dotted #43a0b6;
}
.sec02 .sec02-boxArea__item .classCostArea {
  font-size: 21px;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.sec02 .sec02-boxArea__item .classCostArea__caution {
  font-size: 18px;
}
.sec02 .sec02-boxArea__item .classTarget {
  margin-top: 35px;
}
.sec02 .sec02-boxArea__item .classTarget__title {
  font-size: 16px;
  font-weight: bold;
  color: #43a0b6;
}
.sec02 .sec02-boxArea__item .classTarget__text {
  font-size: 16px;
}
.sec02 .sec02-boxArea__item .classContents {
  margin-top: 15px;
}
.sec02 .sec02-boxArea__item .classContents__title {
  font-size: 16px;
  font-weight: bold;
  color: #43a0b6;
}
.sec02 .sec02-boxArea__item .classContents__text {
  font-size: 16px;
}
.sec02 .sec02-boxArea__item .classContents__caution {
  font-size: 16px;
  color: #43a0b6;
  margin-top: 15px;
}
.sec02 .sec02-boxArea__item .classText {
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .sec02 {
    padding: 40px 0;
  }
  .sec02 .sec02__title {
    margin-bottom: 30px;
  }
  .sec02 .sec02-boxArea {
    display: block;
    margin-top: 0;
    margin-right: 0;
  }
  .sec02 .sec02-boxArea__item {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 20px;
  }

  .sec02 .sec02-boxArea__item::after {
    left: -10px;
    bottom: -12px;
  }
  .sec02 .sec02-boxArea__item + div {
    margin-top: 40px;
  }
  .sec02 .sec02-boxArea__item .classTitle {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .sec02 .sec02-boxArea__item .classCostArea {
    font-size: 16px;
  }
  .sec02 .sec02-boxArea__item .classCostArea__caution {
    font-size: 14px;
  }
  .sec02 .sec02-boxArea__item .classTarget {
    margin-top: 10px;
  }
  .sec02 .sec02-boxArea__item .classTarget__title {
    font-size: 14px;
  }
  .sec02 .sec02-boxArea__item .classTarget__text {
    font-size: 14px;
  }
  .sec02 .sec02-boxArea__item .classContents {
    margin-top: 10px;
  }
  .sec02 .sec02-boxArea__item .classContents__title {
    font-size: 14px;
  }
  .sec02 .sec02-boxArea__item .classContents__text {
    font-size: 14px;
  }
  .sec02 .sec02-boxArea__item .classContents__caution {
    font-size: 14px;
  }
  .sec02 .sec02-boxArea__item .classText {
    font-size: 14px;
    margin-top: 10px;
  }
}
.sec03 {
  padding: 40px 0 370px;
}

.sec03 .btns {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}
.sec03 .btns > div {
  padding: 0 25px;
}
.sec03 .sec03__title {
  text-align: center;
  margin-bottom: 34px;
}
.sec03 .sec03__text {
  text-align: center;
  font-size: 15px;
  line-height: 1.7;
}
.sec03 .sec03__imageArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 41px;
}
.sec03 .sec03__imageArea .rightItem {
  margin-left: 80px;
}
.sec03 .sec03__btnArea {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
.sec03 .c-brownBtnA {
  width: 502px;
}
.sec03 .sec03-boxArea {
  background-color: #fff;
  border: 1px solid #727171;
  margin-top: 45px;
  padding: 48px 0 46px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sec03 .sec03-boxArea__title {
  margin-bottom: 22px;
}
.sec03 .sec03-boxArea__list .itemList {
  display: flex;
  align-items: flex-start;
}
.sec03 .sec03-boxArea__list .itemList + li {
  margin-top: 10px;
}
.sec03 .sec03-boxArea__list .itemList__text {
  font-size: 16px;
  font-weight: bold;
  margin-left: 14px;
}

@media only screen and (max-width: 767px) {
  .sec03 {
    padding: 40px 0 100px;
  }

  .sec03 .btns {
    display: block;
  }
  .sec03 .btns > div {
    padding: 0;
    text-align: center;
  }
  .sec03 .btns > div + div {
    margin-top: 20px;
  }
  .sec03 .sec03__title {
    margin-bottom: 20px;
  }
  .sec03 .sec03__title .image {
    width: 100%;
  }
  .sec03 .sec03__text {
    font-size: 14px;
  }
  .sec03 .sec03__imageArea {
    margin-top: 20px;
  }
  .sec03 .sec03-boxArea {
    padding: 20px;
  }
  .sec03 .sec03-boxArea__list .itemList__text {
    font-size: 14px;
    margin-left: 7px;
  }
  .sec03 .sec03-boxArea__list .itemList__image {
    margin-top: 3px;
    width: 15px;
    height: 15px;
  }
}

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