#kv {
  background: #FDF7F2;
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
}
#kv .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5em;
  padding: 0 1.3em 0 9%;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
#kv .flex .text {
  max-width: 470px;
}
#kv .flex .img {
  width: 57%;
}
#kv .flex .catchphrase {
  font-size: 300%;
  line-height: 1.2;
  margin-bottom: 10px;
}
#kv .flex .catchphrase span {
  color: #C92418;
}
#kv .flex p {
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  #kv .flex {
    padding: 0 1.3em;
  }
  #kv .flex .text {
    max-width: 50%;
  }
  #kv .flex .text .logo {
    max-width: 40%;
    display: inline-block;
    margin: 20px auto;
  }
}
#kv .entry {
  margin-top: 40px;
  width: 300px;
  font-size: 125%;
  border-radius: 20px;
  overflow: hidden;
}
#kv .entry.cm a {
  opacity: 1;
  background: #CFCFCF;
  pointer-events: none;
}
#kv .entry.cm a:after {
  background: url("../img/icon_arrow.svg") no-repeat center center #B9B9B9;
}
#kv .entry a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8em 0.8em 0.8em 1.2em;
  background: -webkit-gradient(linear, left top, right top, from(#34559D), to(#905CA2));
  background: linear-gradient(90deg, #34559D 0%, #905CA2 100%);
  -webkit-box-shadow: 0px 21px 23px 5px rgba(0, 80, 255, 0.1);
          box-shadow: 0px 21px 23px 5px rgba(0, 80, 255, 0.1);
  color: #fff;
  text-decoration: none;
}
#kv .entry a > span {
  width: 100%;
  text-align: center;
  line-height: 1;
}
#kv .entry a > span span {
  font-size: 70%;
}
#kv .entry a:after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 43px;
  height: 43px;
  background: url("../img/icon_arrow.svg") no-repeat center center #623475;
  border-radius: 10px;
}
#kv .entry a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0.4;
}
#kv .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#kv .shapes01, #kv .shapes02, #kv .shapes03 {
  position: absolute;
}
#kv .shapes01 {
  left: 35%;
  top: 30%;
}
#kv .shapes02 {
  left: 0;
  top: 70%;
}
#kv .shapes03 {
  right: 15%;
  top: 0;
}
@media screen and (max-width: 768px) {
  #kv {
    overflow: hidden;
    padding-bottom: 30px;
  }
  #kv .flex {
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
  #kv .flex .text, #kv .flex .img {
    width: 100%;
    max-width: 100%;
  }
  #kv .flex .catchphrase {
    font-size: 250%;
  }
  #kv .entry {
    margin: 40px 0 1.5em;
    width: 100%;
    border-radius: 15px;
  }
  #kv .entry a {
    padding: 0.8em;
  }
  #kv .entry a:after {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background: url("../img/icon_arrow.svg") no-repeat center center #623475;
    background-size: 12px;
    border-radius: 10px;
  }
  #kv .icon {
    width: 25%;
    gap: 10px;
    margin: 0 auto;
  }
  #kv .icon img {
    width: 33.3333333333%;
  }
}

#sec1 {
  background: #FDF7F2;
  padding-bottom: 120px;
}
#sec1 .inner {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#sec1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
#sec1 .bg1 {
  background: #fff;
  padding: 60px 60px 40px;
}
#sec1 .bg1 .text {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
#sec1 .bg1 .text h3 {
  font-size: 180%;
  line-height: 1.6;
}
#sec1 .bg1 .text p {
  line-height: 2;
}
#sec1 .bg1 .img {
  width: 448px;
}
#sec1 .bg2 {
  background: #F7EDE4;
  padding: 40px 60px;
}
#sec1 .bg2 .text {
  width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
#sec1 .bg2 .text h4 {
  font-size: 125%;
  line-height: 1.6;
}
#sec1 .bg2 .text p {
  font-weight: normal;
  line-height: 1.6;
}
#sec1 .bg2 .img {
  width: 420px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sec1 .bg2 .img img {
  width: 420px;
}
@media screen and (max-width: 768px) {
  #sec1 {
    padding-bottom: 80px;
  }
  #sec1 .inner {
    border-radius: 12px;
  }
  #sec1 .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10% 5%;
  }
  #sec1 .flex .text, #sec1 .flex .img {
    width: 100% !important;
  }
  #sec1 .flex .text h3, #sec1 .flex .img h3 {
    font-size: 145%;
  }
  #sec1 .flex .img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  #sec1 .flex .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#sec2, #sec3, #sec4 {
  background: #fff;
}
#sec2 .inner, #sec3 .inner, #sec4 .inner {
  position: relative;
}
#sec2 .point, #sec3 .point, #sec4 .point {
  position: absolute;
  left: 0;
  top: -20px;
  width: 200px;
}
#sec2 .flex, #sec3 .flex, #sec4 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  padding: 100px 0;
}
#sec2 .flex .text, #sec3 .flex .text, #sec4 .flex .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
#sec2 .flex .text h3, #sec3 .flex .text h3, #sec4 .flex .text h3 {
  font-size: 180%;
  line-height: 1.6;
}
#sec2 .flex .text p, #sec3 .flex .text p, #sec4 .flex .text p {
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #sec2 .flex, #sec3 .flex, #sec4 .flex {
    padding: 140px 0 50px !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sec2 .flex .text, #sec2 .flex .img, #sec3 .flex .text, #sec3 .flex .img, #sec4 .flex .text, #sec4 .flex .img {
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec2 .flex .text, #sec3 .flex .text, #sec4 .flex .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 5%;
  }
  #sec2 .flex .text h3, #sec3 .flex .text h3, #sec4 .flex .text h3 {
    font-size: 145%;
  }
  #sec2 .flex .img, #sec3 .flex .img, #sec4 .flex .img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  #sec2 .point, #sec3 .point, #sec4 .point {
    position: absolute;
    left: 0;
    top: -20px;
    width: 45%;
  }
}

#sec2 .text {
  width: 440px;
  position: relative;
  z-index: 2;
}
#sec2 .text .icon1 {
  position: absolute;
  width: 61px;
  left: -10px;
  top: -20px;
  opacity: 0.2;
  z-index: -1;
}
#sec2 .img {
  width: 700px;
}

#sec3 .flex {
  padding-top: 200px;
}
#sec3 .point {
  left: auto;
  right: 0;
}
#sec3 .text {
  width: 496px;
  position: relative;
  z-index: 2;
}
#sec3 .text .icon1 {
  position: absolute;
  left: 0;
  top: -10px;
  opacity: 0.8;
  z-index: -1;
}
#sec3 .img {
  width: 644px;
}
#sec3 .icon2 {
  position: absolute;
  left: 15%;
  top: 10%;
}
#sec3 .icon3 {
  position: absolute;
  left: 30%;
  top: 20%;
}
@media screen and (max-width: 768px) {
  #sec3 .icon2 {
    position: absolute;
    left: 15%;
    top: 0%;
  }
  #sec3 .icon3 {
    position: absolute;
    left: 30%;
    top: 10%;
  }
}

#sec4 {
  background: url("../img/sec03_bg.png") no-repeat center left -90% #fff;
}
#sec4 .flex {
  padding-top: 200px;
}
#sec4 .text {
  width: 557px;
  position: relative;
  z-index: 2;
}
#sec4 .text .icon1 {
  position: absolute;
  left: 0;
  top: -30px;
  opacity: 0.8;
  z-index: -1;
}
#sec4 .img {
  width: 582px;
}
#sec4 .icon2 {
  position: absolute;
  right: 15%;
  top: 10%;
}
#sec4 .icon3 {
  position: absolute;
  right: 30%;
  top: 20%;
}
@media screen and (min-width: 1500px) {
  #sec4 {
    background: url("../img/sec03_bg.png") no-repeat center left #fff;
  }
}
@media screen and (max-width: 768px) {
  #sec4 {
    background: url("../img/sec03_bg.png") no-repeat center top #fff;
    background-size: 150%;
  }
  #sec4 .text .icon1 {
    left: 0;
    top: -10px;
  }
}

#sec5 .inner {
  max-width: 1320px;
  background: #EBF5F7;
  border-radius: 25px;
  padding: 120px 60px;
  margin-bottom: 40px;
  text-align: center;
}
#sec5 h3 {
  font-size: 250%;
  line-height: 1.6;
}
#sec5 p {
  line-height: 2;
}
#sec5 p:not(:last-child) {
  margin-bottom: 2em;
}
#sec5 .icon {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  #sec5 .inner {
    padding: 10% 5%;
    border-radius: 20px;
  }
  #sec5 .icon {
    margin: 20px 0;
  }
  #sec5 h3 {
    font-size: 214%;
    line-height: 1.6;
  }
}

#sec6 .inner {
  max-width: 1320px;
  background: #FBF7E0;
  border-radius: 25px;
  padding: 120px 60px;
  text-align: center;
  margin-bottom: 40px;
}
#sec6 h3 {
  font-size: 250%;
}
#sec6 p {
  line-height: 2;
}
#sec6 p:not(:last-child) {
  margin-bottom: 2em;
}
#sec6 .icon {
  margin: 40px 0;
}
#sec6 .note {
  text-align: left;
  font-weight: normal;
  font-size: 90%;
}
#sec6 .plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 20px;
}
#sec6 .plan > li {
  width: 33.3333333333%;
  background: #fff;
  border-radius: 25px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#sec6 .plan > li h3 {
  font-size: 165%;
  line-height: 1.6;
  margin-bottom: 20px;
}
#sec6 .plan > li h3 span {
  display: block;
  font-size: 60%;
  color: #E37A5D;
}
#sec6 .plan > li h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 85px;
  margin-bottom: 20px;
}
#sec6 .plan > li p {
  color: #939393;
  margin-bottom: 20px;
  font-size: 125%;
}
#sec6 .plan > li .maxHeight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sec6 .plan > li .check {
  margin-bottom: 40px;
}
#sec6 .plan > li .check li {
  position: relative;
  padding-left: 40px;
  text-align: left;
  line-height: 1.6;
}
#sec6 .plan > li .check li:not(:last-child) {
  margin-bottom: 20px;
}
#sec6 .plan > li .check li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 13px;
  background: url("../img/icon_check.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
#sec6 .plan > li .btn {
  width: 100%;
  font-size: 100%;
  margin-bottom: 0;
  margin-top: auto;
}
#sec6 .plan > li .btn a {
  text-decoration: none;
  display: block;
  line-height: 1.45;
  padding: 10px 0;
  border: 1px solid #34559D;
  border-radius: 15px;
  color: #34559D;
}
#sec6 .plan > li .btn .cm {
  opacity: 0.4;
  pointer-events: none;
}
#sec6 .plan > li.plan1 h3:before {
  background: url("../img/icon_plan01.svg") no-repeat center center;
}
#sec6 .plan > li.plan2 h3:before {
  background: url("../img/icon_plan02.svg") no-repeat center center;
}
#sec6 .plan > li.plan3 h3:before {
  background: url("../img/icon_plan03.svg") no-repeat center center;
}
@media screen and (max-width: 1080px) {
  #sec6 .plan {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sec6 .plan > li {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #sec6 .inner {
    padding: 10% 5%;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  #sec6 .icon {
    margin: 20px 0;
  }
  #sec6 h3 {
    font-size: 214%;
    line-height: 1.6;
  }
  #sec6 .plan > li {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    padding: 5% 8%;
  }
  #sec6 .plan > li .check li {
    padding-left: 30px;
  }
  #sec6 .plan > li .check li:before {
    width: 14px;
    height: 13px;
  }
}

#sec7 {
  background: #34559D;
  color: #fff;
  position: relative;
  padding: 120px 60px;
}
#sec7 .inner {
  position: relative;
  z-index: 2;
  padding-right: 150px;
}
#sec7:before {
  content: "Contact us";
  display: inline-block;
  color: #355CB2;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(-3%, -50%, 0);
          transform: translate3d(-3%, -50%, 0);
  font-size: 1400%;
  font-weight: normal;
}
#sec7 h3 {
  font-size: 250%;
}
#sec7 .icon {
  margin: 20px 0;
}
#sec7 .contact {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 100px;
  height: 100px;
  border-radius: 33px;
  overflow: hidden;
}
#sec7 .contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #1D3977;
}
#sec7 .contact a:hover {
  opacity: 0.8;
}
#sec7 .contact a img {
  width: 46%;
}
@media screen and (max-width: 768px) {
  #sec7 {
    padding: 5em 3%;
  }
  #sec7 .inner {
    padding-right: 0;
  }
  #sec7 h3 {
    font-size: 214%;
    line-height: 1.6;
  }
  #sec7 p {
    line-height: 2;
    margin-bottom: 30px;
  }
  #sec7:before {
    -webkit-transform: translate3d(-3%, -50%, 0);
            transform: translate3d(-3%, -50%, 0);
    font-size: 800%;
  }
  #sec7 .contact {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
  }
}