@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
.pcv {
  display: block;
}
@media screen and (max-width: 750px) {
  .pcv {
    display: none !important;
  }
}

.spv {
  display: none;
}
@media screen and (max-width: 750px) {
  .spv {
    display: block;
  }
}

p {
  font-size: 16px;
}
@media screen and (max-width: 1160px) {
  p {
    font-size: 1.38vw;
  }
}

.footer_contact {
  border-top: 1px solid #B9B9B9;
}

.dwrap {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1160px) {
  .dwrap {
    width: 93.1vw;
  }
}
@media screen and (max-width: 750px) {
  .dwrap {
    width: 79.49vw;
  }
}

.every_kv {
  position: relative;
}
.every_kv figure {
  margin: 0;
  padding: 0;
}
.every_kv figure img {
  width: 100%;
}
.every_kv h1 {
  width: 576px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1160px) {
  .every_kv h1 {
    width: 49.66vw;
  }
}
@media screen and (max-width: 750px) {
  .every_kv h1 {
    width: 77.69vw;
  }
}

.ppl_btn {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
.ppl_btn a {
  padding: 1.2em;
  font-size: 20px;
  border-radius: 80px;
  text-decoration: none;
  display: block;
  background: #8D80BB;
  color: #FFF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ppl_btn a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1160px) {
  .ppl_btn {
    width: 34.48vw;
  }
  .ppl_btn a {
    font-size: 1.72vw;
    border-radius: 6.9vw;
  }
}
@media screen and (max-width: 750px) {
  .ppl_btn {
    width: 74.36vw;
  }
  .ppl_btn a {
    font-size: 3.59vw;
    border-radius: 20.51vw;
  }
}

.every_copy {
  padding: 100px 0 125px 0;
  color: #5A5A5A;
  text-align: center;
}
.every_copy h2 {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1.4em;
  letter-spacing: 0.5em;
}
.every_copy h3 {
  font-size: 25px;
  margin-bottom: 45px;
  line-height: 1.4em;
  letter-spacing: 0.3em;
}
.every_copy p {
  font-size: 16px;
  line-height: 1.4em;
}
.every_copy p.ppl_btn {
  margin-top: 80px;
}
@media screen and (max-width: 1160px) {
  .every_copy {
    padding: 8.62vw 0 10.78vw 0;
  }
  .every_copy h2 {
    font-size: 3.45vw;
    margin-bottom: 0.86vw;
  }
  .every_copy h3 {
    font-size: 2.16vw;
    margin-bottom: 3.88vw;
  }
  .every_copy p {
    font-size: 1.38vw;
  }
  .every_copy p.ppl_btn {
    margin-top: 6.9vw;
  }
}
@media screen and (max-width: 750px) {
  .every_copy {
    padding: 15.38vw 0 35.9vw 0;
  }
  .every_copy h2 {
    font-size: 8.46vw;
    margin-bottom: 1.28vw;
  }
  .every_copy h3 {
    font-size: 4.1vw;
    margin-bottom: 8.97vw;
  }
  .every_copy p {
    font-size: 3.33vw;
  }
  .every_copy p.ppl_btn {
    margin-top: 10.26vw;
  }
}

.every_point {
  position: relative;
  width: 100%;
  padding: 100px 0 150px 0;
  background: #F4F3FB;
}
.every_point::after {
  position: absolute;
  left: 50%;
  top: -70px;
  content: "";
  width: 1px;
  height: 140px;
  border-left: 1px solid #8D80BB;
}
.every_point h2 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: normal;
  color: #8D80BB;
  text-align: center;
}
@media screen and (max-width: 1160px) {
  .every_point {
    padding: 8.62vw 0 12.93vw 0;
  }
  .every_point::after {
    top: -6.03vw;
    height: 12.07vw;
  }
  .every_point h2 {
    font-size: 3.45vw;
    margin-bottom: 1.72vw;
  }
}
@media screen and (max-width: 750px) {
  .every_point {
    padding: 23.08vw 0 30.77vw 0;
  }
  .every_point::after {
    top: -17.95vw;
    height: 35.9vw;
  }
  .every_point h2 {
    font-size: 10.26vw;
    margin-bottom: 7.69vw;
  }
}

.point_en {
  margin-bottom: 190px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.point_en article {
  position: relative;
  width: 326px;
  text-align: center;
}
.point_en article:first-child div {
  left: -22px;
}
.point_en article:last-child div {
  right: -22px;
}
.point_en article div {
  position: relative;
  width: 326px;
  height: 326px;
  border-radius: 326px;
  margin-bottom: 30px;
  text-align: center;
  background: #FFF;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.point_en article h3 {
  position: absolute;
  left: calc(50% - 0.5em);
  top: 0;
  font-size: 50px;
  font-weight: normal;
  line-height: 0.4em;
  color: #8D80BB;
}
.point_en article h3 em {
  font-size: 20px;
  font-style: normal;
}
.point_en article h4 {
  font-size: 24px;
  line-height: 1.6em;
  font-weight: normal;
  color: #8D80BB;
}
.point_en article p {
  width: 280px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  font-size: 16px;
  line-height: 1.8em;
}
@media screen and (max-width: 1160px) {
  .point_en {
    margin-bottom: 16.38vw;
  }
  .point_en article {
    width: 28.1vw;
  }
  .point_en article:first-child div {
    left: -1.9vw;
  }
  .point_en article:last-child div {
    right: -1.9vw;
  }
  .point_en article div {
    width: 28.1vw;
    height: 28.1vw;
    border-radius: 28.1vw;
    margin-bottom: 2.59vw;
  }
  .point_en article h3 {
    font-size: 4.31vw;
  }
  .point_en article h3 em {
    font-size: 1.72vw;
  }
  .point_en article h4 {
    font-size: 2.07vw;
  }
  .point_en article p {
    width: 24.14vw;
    font-size: 1.38vw;
  }
}
@media screen and (max-width: 750px) {
  .point_en {
    margin-bottom: 30.77vw;
  }
  .point_en article {
    width: 67.69vw;
    margin: 0 auto 11.54vw auto;
  }
  .point_en article:first-child div {
    left: auto;
  }
  .point_en article:last-child div {
    right: auto;
  }
  .point_en article div {
    width: 67.69vw;
    height: 67.69vw;
    border-radius: 67.69vw;
    margin-bottom: 5.13vw;
  }
  .point_en article h3 {
    font-size: 12.82vw;
  }
  .point_en article h3 em {
    font-size: 5.13vw;
  }
  .point_en article h4 {
    font-size: 4.87vw;
  }
  .point_en article p {
    width: 71.79vw;
    font-size: 3.33vw;
  }
}

.point_design {
  position: relative;
}
.point_design article:first-child div {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 458px;
  padding-top: 15px;
}
.point_design article:first-child figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.point_design article {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.point_design article div {
  width: 50%;
  width: 472px;
  padding-top: 85px;
}
.point_design article div h2 {
  color: #8D80BB;
  font-size: 28px;
  line-height: 1.4em;
  margin-bottom: 8px;
  text-align: left;
  font-weight: normal;
}
.point_design article div h3 {
  font-size: 30px;
  line-height: 1.3em;
  margin-bottom: 25px;
  color: #5A5A5A;
}
.point_design article figure {
  width: 50%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1160px) {
  .point_design article:first-child div {
    width: 39.48vw;
    padding-top: 1.29vw;
  }
  .point_design article div {
    width: 40.69vw;
    padding-top: 7.33vw;
  }
  .point_design article div h2 {
    font-size: 2.41vw;
    margin-bottom: 0.69vw;
  }
  .point_design article div h3 {
    font-size: 2.59vw;
    margin-bottom: 2.16vw;
  }
}
@media screen and (max-width: 750px) {
  .point_design article {
    width: 71.79vw;
    margin: 0 auto 12.82vw auto;
  }
  .point_design article:last-of-type {
    margin-bottom: 0;
  }
  .point_design article:first-child div {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-top: 0;
  }
  .point_design article:first-child figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .point_design article figure {
    width: 100%;
  }
  .point_design article figure img.pcv {
    display: none;
  }
  .point_design article div {
    width: 100%;
    padding-top: 0;
    margin-bottom: 11.54vw;
  }
  .point_design article div h2 {
    font-size: 6.67vw;
    margin-bottom: 2.05vw;
  }
  .point_design article div h3 {
    font-size: 6.67vw;
    margin-bottom: 6.41vw;
  }
  .point_design article div p {
    font-size: 4.1vw;
  }
}

.every_insta {
  position: relative;
  padding: 130px 0 200px 0;
}
.every_insta h2 {
  text-align: center;
  font-size: 40px;
  color: #8D80BB;
  line-height: 1.3em;
  margin-bottom: 10px;
  font-weight: normal;
}
.every_insta h3 {
  width: 162px;
  margin: 0 auto 80px auto;
}
.every_insta .insta_box {
  position: relative;
}
@media screen and (max-width: 1160px) {
  .every_insta {
    padding: 11.21vw 0 17.24vw 0;
  }
  .every_insta h2 {
    font-size: 3.45vw;
    margin-bottom: 0.86vw;
  }
  .every_insta h3 {
    width: 13.97vw;
    margin: 0 auto 6.9vw auto;
  }
}
@media screen and (max-width: 750px) {
  .every_insta {
    padding: 25.64vw 0 23.08vw 0;
  }
  .every_insta h2 {
    font-size: 7.18vw;
    margin-bottom: 3.85vw;
  }
  .every_insta h3 {
    width: 32.05vw;
    margin: 0 auto 7.69vw auto;
  }
}

.every_mid_image {
  position: relative;
}
.every_mid_image figure {
  margin: 0;
  padding: 0;
}
.every_mid_image figure img {
  width: 100%;
}

.every_plan {
  position: relative;
  padding: 160px 0 150px 0;
  color: #5A5A5A;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.every_plan h2 {
  width: 100%;
  font-size: 40px;
  text-align: center;
  margin-bottom: 70px;
  color: #8D80BB;
  font-weight: normal;
}
.every_plan article {
  position: relative;
  width: 100%;
  padding: 50px 0 40px 0;
  margin-bottom: 45px;
  position: relative;
  text-align: center;
  border: 1px solid #8D80BB;
}
.every_plan article a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.every_plan article a:hover {
  opacity: 0.5;
}
.every_plan article:nth-of-type(2) {
  width: 47.5%;
}
.every_plan article:nth-of-type(3) {
  width: 47.5%;
}
.every_plan article:nth-of-type(3) aside {
  margin: 0;
  position: absolute;
  bottom: 70px;
  right: 50px;
}
.every_plan article h3 {
  font-size: 35px;
}
.every_plan article h3 strong {
  color: #8D80BB;
}
.every_plan article p {
  font-size: 16px;
  line-height: 1.8em;
}
.every_plan article .ppl_btn {
  margin-top: 1em;
}
.every_plan article aside {
  margin: 20px auto 0 auto;
  width: 66px;
}
.every_plan article .plan5p {
  position: absolute;
  top: 0 !important;
  bottom: 0 !important;
  right: -1px !important;
  margin: 0;
  padding: 0;
  width: 135px;
}
.every_plan article h4 {
  font-size: 22px;
  margin: 10px 0;
  line-height: 1.5em;
  font-weight: normal;
}
.every_plan article h4 strong {
  font-size: 36px;
  color: #8D80BB;
}
.every_plan article h4.lineu strong {
  position: relative;
  position: relative;
  display: inline-block;
}
.every_plan article h4.lineu strong::before, .every_plan article h4.lineu strong::after {
  position: absolute;
  content: "";
  width: 100%;
  top: calc(50% - 3px);
  left: 0;
  height: 1px;
  border-top: 2px solid #CC0000;
}
.every_plan article h4.lineu strong::after {
  top: calc(50% + 3px);
}
.every_plan article h5 {
  font-size: 22px;
  padding: 1em 0;
  line-height: 1.5em;
  color: #8D80BB;
  font-weight: normal;
}
.every_plan article figure {
  width: 90px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1160px) {
  .every_plan {
    padding: 13.79vw 0 12.93vw 0;
  }
  .every_plan h2 {
    font-size: 3.45vw;
    margin-bottom: 6.03vw;
  }
  .every_plan article {
    padding: 4.31vw 0 3.45vw 0;
    margin-bottom: 3.88vw;
  }
  .every_plan article:nth-of-type(3) aside {
    bottom: 6.03vw;
    right: 4.31vw;
  }
  .every_plan article h3 {
    font-size: 3.02vw;
  }
  .every_plan article p {
    font-size: 1.38vw;
  }
  .every_plan article aside {
    margin: 1.72vw auto 0 auto;
    width: 5.69vw;
  }
  .every_plan article h4 {
    font-size: 1.9vw;
    margin: 0.86vw 0;
  }
  .every_plan article h4 strong {
    font-size: 3.1vw;
  }
  .every_plan article h5 {
    font-size: 1.9vw;
  }
  .every_plan article figure {
    width: 7.76vw;
  }
}
@media screen and (max-width: 750px) {
  .every_plan {
    padding: 30.77vw 0 25.64vw 0;
  }
  .every_plan h2 {
    font-size: 10.26vw;
    margin-bottom: 14.1vw;
  }
  .every_plan article {
    width: 79.49vw;
    padding: 8.72vw 6.41vw;
    margin-bottom: 11.54vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .every_plan article:nth-of-type(2), .every_plan article:nth-of-type(3) {
    width: 100%;
  }
  .every_plan article:nth-of-type(2) aside, .every_plan article:nth-of-type(3) aside {
    position: relative;
    bottom: auto;
    right: auto;
    width: 11.03vw;
    margin: 5.13vw auto 0 auto;
  }
  .every_plan article:nth-of-type(2) aside.plan5p, .every_plan article:nth-of-type(3) aside.plan5p {
    position: absolute;
    top: 0 !important;
    bottom: 0 !important;
    right: -1px !important;
    margin: 0;
    padding: 0;
    width: 20.26vw;
  }
  .every_plan article h3 {
    font-size: 4.62vw;
    margin-bottom: 7.69vw;
  }
  .every_plan article p {
    font-size: 3.33vw;
    text-align: left;
    margin-bottom: 40px;
  }
  .every_plan article p:last-of-type {
    margin-bottom: 0;
  }
  .every_plan article .ppl_btn {
    margin-top: 1em;
    text-align: center;
    width: 100%;
  }
  .every_plan article aside {
    margin: 5.13vw auto 0 auto;
    width: 11.03vw;
    margin-top: 5.13vw;
  }
  .every_plan article h4 {
    font-size: 4.1vw;
    margin: 2.05vw 0;
  }
  .every_plan article h4 strong {
    font-size: 6.67vw;
  }
  .every_plan article h5 {
    font-size: 4.1vw;
  }
  .every_plan article figure {
    width: 23.08vw;
  }
}

.base_banner {
  background: #F4F3FB;
  padding: 75px 0;
  width: 100%;
}
.base_banner h2 {
  font-size: 35px;
  margin-bottom: 55px;
  line-height: 1.4em;
  text-align: center;
  color: #8D80BB;
}
.base_banner figure {
  width: 1425px;
  margin: 0 auto 80px auto;
  line-height: 0;
}
.base_banner p {
  text-align: center;
}
@media screen and (max-width: 1480px) {
  .base_banner figure {
    width: 94%;
  }
}
@media screen and (max-width: 1160px) {
  .base_banner {
    padding: 6.47vw 0;
  }
  .base_banner h2 {
    font-size: 3.02vw;
    margin-bottom: 4.74vw;
  }
  .base_banner figure {
    width: 90%;
    margin: 0 auto 6.9vw auto;
  }
}
@media screen and (max-width: 750px) {
  .base_banner {
    padding: 11.54vw 0 16.67vw 0;
  }
  .base_banner h2 {
    font-size: 6.67vw;
    margin-bottom: 8.97vw;
  }
  .base_banner figure {
    width: 79.49vw;
    margin: 0 auto 12.82vw auto;
  }
}

.every_faq {
  padding: 170px 0 120px 0;
  color: #5A5A5A;
}
.every_faq h2 {
  font-size: 40px;
  margin-bottom: 85px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 1160px) {
  .every_faq {
    padding: 14.66vw 0 10.34vw 0;
  }
  .every_faq h2 {
    font-size: 3.45vw;
    margin-bottom: 7.33vw;
  }
}
@media screen and (max-width: 750px) {
  .every_faq {
    padding: 17.95vw 0 25.64vw 0;
  }
  .every_faq h2 {
    font-size: 5.9vw;
    margin-bottom: 15.38vw;
  }
}

.every_faq_wrap {
  position: relative;
}
.every_faq_wrap article {
  margin-bottom: 85px;
}
.every_faq_wrap article:last-child {
  margin-bottom: 0;
}
.every_faq_wrap article h3 {
  font-size: 30px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  line-height: 1.3em;
  border-bottom: 1px dashed #707070;
}
.every_faq_wrap article div {
  padding-left: 45px;
}
.every_faq_wrap article p {
  line-height: 1.8em;
  font-size: 16px;
}
@media screen and (max-width: 1160px) {
  .every_faq_wrap article {
    margin-bottom: 7.33vw;
  }
  .every_faq_wrap article h3 {
    font-size: 2.59vw;
    padding-bottom: 1.72vw;
    margin-bottom: 2.16vw;
  }
  .every_faq_wrap article div {
    padding-left: 3.88vw;
  }
  .every_faq_wrap article p {
    font-size: 1.38vw;
  }
}
@media screen and (max-width: 750px) {
  .every_faq_wrap article {
    margin-bottom: 10.26vw;
  }
  .every_faq_wrap article h3 {
    font-size: 4.1vw;
    padding-bottom: 3.85vw;
    margin-bottom: 5.13vw;
  }
  .every_faq_wrap article div {
    padding-left: 0;
  }
  .every_faq_wrap article p {
    font-size: 3.33vw;
  }
}

.every_plan h2,
.every_insta h2,
.point_design article div h2,
.point_en article h3,
.every_point h2,
.lora {
  font-family: "Lora", serif;
}