/* ---------------
common
---------------*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");

html[lang="ja"] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #333333;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #333333;
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 0;
  font-size: 18px;
  background: url(../img/pc_bg01.jpg) no-repeat center top #f5f5fe;
  background-size: 1920px auto;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
}
a {
  color: #4a8fd9;
}
::before,
::after {
  box-sizing: inherit;
}
h1,
h2,
h3,
p {
  margin: 0;
}
button {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  border: 0;
  outline: 0;
  background: transparent;
  border-radius: 0;
  text-align: inherit;
}
button:hover {
  cursor: pointer;
}
.br {
  display: block;
}
.br_pc {
  display: block;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .br_pc {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  /* PC用CSS指定 */
  .onlyPc {
    display: block;
  }
  body .onlySp,
  body .slick-slide img.onlySp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* SP用CSS指定 */
  body .onlyPc,
  body .slick-slide img.onlyPc {
    display: none;
  }
  .onlySp {
    display: block;
  }
}

/* ---------------
header
---------------*/
header {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.header__navWrap {
  border-bottom: 1px solid #efefef;
  background: #fff;
}
.header__nav {
  max-width: 1175px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  padding-left: 15px;
}
.header__txtBox a {
  color: #333333;
  text-decoration: none;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .header__nav {
    width: 100%;
    height: 60px;
    display: block;
    border-bottom: 1px solid #efefef;
  }
}

/*** humbugermenu ここから ***/
@media screen and (max-width: 767px) {
  /* ハンバーガーボタンここから */
  .btn {
    position: fixed;
    top: 14px;
    right: 16px;
    width: 40px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  .btn-line {
    width: 100%;
    height: 3px;
    background-color: #3d3d3d;
    position: relative;
    transition: 0.2s;
  }
  .btn-line::before,
  .btn-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #3d3d3d;
    transition: 0.2s;
  }
  .btn-line::before {
    transform: translateY(-16px);
  }
  .btn-line::after {
    transform: translateY(16px);
  }
  .btn-line.open {
    background-color: transparent;
  }
  .btn-line.open::before,
  .btn-line.open::after {
    content: "";
    transition: 0.2s;
  }
  .btn-line.open::before {
    transform: rotate(45deg);
  }
  .btn-line.open::after {
    transform: rotate(-45deg);
  }
  /* ハンバーガーボタンここまで */
  /* ハンバーガーボタン押後メニューここから */
  .header__nav {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    background: #fff;
    position: fixed;
    top: 0;
    padding-top: 20px;
    z-index: 10;
  }
  .header__logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header__logo img {
    width: 145px;
  }
  #navbar {
  }
  .navbar__main {
    width: 100%;
    height: 100vh;
    position: fixed;
    transform: translateX(100%);
    transition: transform 0.3s;
    background: radial-gradient(#fff, #af8bfa);
    overflow: hidden;
    padding: 20px;
    z-index: 9999;
  }
  .navbar__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  .navbar__item {
    margin: 0 auto 10px;
    width: 50%;
  }
  .navbar__item:nth-child(even) {
    padding-left: 5px;
  }
  .navbar__item:nth-child(odd) {
    padding-right: 5px;
  }
  .navbar__item img {
    width: 100%;
  }
  .navbar__main.open {
    transform: translateX(0%);
  }
  /* ハンバーガーボタン押後メニューここまで */
}
@media screen and (min-width: 768px) {
  /* ハンバーガーボタン非表示、ヘッダー固定 */
  .btn {
    display: none;
  }
}

/* ハンバーガーメニュー中身ここから */

.navbar__btn1 {
  margin-top: 15px;
}
.navbar__item a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: left;
  margin-top: 5px;
  width: 100%;
  height: 60px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  color: #333;
  text-decoration: none;
  background: url(../img/navbaritem_arrow.png),
    linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(228, 228, 228, 1) 100%);
  text-shadow: 1px 1px 0 #fff;
  background-repeat: no-repeat;
  background-position: center right 20px, top center;
  background-size: 35px 35px, auto auto;
  padding: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
a.navbar__contactBtn {
  background: none;
  display: block;
  margin: 0 auto;
  padding: 15px;
}
a.navbar__contactBtn img {
  width: 100%;
}
/* ハンバーガーメニュー中身ここまで */
/*** slider ここから ***/
.slider {
  width: 100%;
  margin: 0 auto;
}
.slick-slide {
  margin: 0px 15px;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin: center;
  display: block;
}
@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-current {
  opacity: 1;
}
.slick-prev {
  left: 50px;
  z-index: 10;
}
.slick-next {
  right: 50px;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: 5px;
  }
  .slick-next {
    right: 5px;
  }
}
/*** slider ここまで ***/

/* ---------------
mainVisual
---------------*/

.mainVisual {
  background: url(../img/bg01_pc.png) no-repeat center top;
}
.mainVisual__contentWrap {
  max-width: 1048px;
  height: 554px;
  margin: 0 auto;
  padding: 75px 0 75px 20px;
  background: url(../img/mainVisual01.png) no-repeat right 30px;
}
.mainVisual__textclr {
  color: #7f05ff;
}
.mainVisual__text {
  font-size: 26px;
  margin-bottom: 20px;
}
.mainVisual__text1 {
  display: block;
}
ul.mainVisual__list {
  margin: 10px 0 20px;
}
li.mainVisual__item {
  list-style: none;
  line-height: 2;
  background: url(../img/icon-checklist.png) no-repeat left center;
  background-size: 30px 30px;
  padding-left: 40px;
}
.mainVisual__content img {
  width: 350px;
}

@media screen and (max-width: 1000px) {
  .mainVisual__contentWrap {
    background: url(../img/mainVisual01.png) no-repeat center right;
    background-size: 530px 393px;
  }
  .mainVisual__text {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual {
    background: none;
  }
  .mainVisual__contentWrap {
    background: none;
    height: auto;
    padding: 55px 0;
  }
  .mainVisual__text {
    text-align: center;
    font-size: 17px;
  }
  .mainVisual__text1 {
    padding-top: 20px;
  }
  .mainVisual__content {
    text-align: center;
    margin: 0 auto;
  }
  .mainVisual__contentBox {
    background: url(../img/bg01_sp.png) no-repeat center bottom 50px;
    background-size: 100% auto;
  }
  .mainVisual__content img {
    margin: 10px auto;
  }
  .mainVisual__content img.mainVisual__logo {
    width: 208px;
    height: 46px;
  }
  .mainVisual__content img.mainVisual__SpImg {
    width: 90%;
  }
  li.mainVisual__item {
    text-align: left;
    line-height: 2;
    width: 320px;
    margin: 0 auto;
  }
  .mainVisual__btnBox img {
    width: 85%;
  }
}

/* btnAnime01 */

.btnAnime01 {
  -webkit-animation-name: btnAnime01;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;

  -moz-animation-name: btnAnime01;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
}
@-webkit-keyframes btnAnime01 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -6px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes btnAnime01 {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -6px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}

/* ---------------
section1
---------------*/
.section1 {
  min-height: 1050px;
  background: url(../img/pc_content01.png) repeat-x left -100px #e1e5f8;
  overflow: hidden;
}
.section1__Wrap {
  background: url(../img/pc_content01.png) repeat-x left -100px #f5f5fe;
  border-bottom-right-radius: 1000px 100px;
  border-bottom-left-radius: 1000px 100px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}

.section1__contentWrap {
  max-width: 1175px;
  margin: 0 auto;
  background-size: 1100px auto;
}
.section1__contentWrap h2 {
  font-size: 40px;
  text-align: center;
}
.subTitle {
  font-size: 24px;
  display: block;
}
.section1__content {
  background: #fff;
  margin-top: 70px;
  border-radius: 15px;
  padding: 50px 0;
  display: flex;
  position: relative;
}
.section1__content div {
  padding: 0 36px 24px;
  text-align: center;
}
.section1__content01,
.section1__content02 {
  border-right: 1px solid #e4e4e4;
}

.section1__content h3 {
  margin-bottom: 30px;
}
.section1__content p {
  text-align: left;
}
.section1__content:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 50px 50px 0 50px;
}
.section1__contentImgBox {
  text-align: center;
  margin: 0 auto;
  height: 510px;
}

@media screen and (max-width: 1000px) {
  .section1__content div {
    padding: 0 18px 12px;
  }
  .section1__content {
    padding: 25px 0;
  }
  .section1__content img {
    width: 100%;
  }
  .section1__contentImgBox {
    height: auto;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  /* SP用CSS指定 */
  .section1__contentWrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: none;
  }
  .section1__contentWrap img {
    width: 100%;
  }
  .section1__content {
    display: block;
    margin: 30px 20px 10px;
    padding: 0 30px 10px;
  }
  .section1__content h3 {
    margin-bottom: 20px;
  }
  .section1__content p {
    margin-bottom: 15px;
  }
  .section1__content01,
  .section1__content02 {
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
  }
  .section1__content02 img {
    margin-top: 30px;
  }
  .subTitle {
    font-size: 16px;
  }
  .section1__contentWrap h2 {
    font-size: 24px;
  }
  .section1__Wrap {
    background: #f5f5fe;
    border-bottom-right-radius: 767px 200px;
    border-bottom-left-radius: 767px 200px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
  }
}

/* ---------------
section2
---------------*/
.section2 {
  background: url(../img/bg_section2.png) no-repeat center top -50px #e1e5f8;
  padding-top: 120px;
}
.section2__contentWrap h2 {
  font-size: 40px;
  text-align: center;
  padding-bottom: 85px;
}

.problemItem {
  width: 1174px;
  margin: 0 auto 50px;
  border-radius: 15px;
  background: #f0f3ff;
  display: flex;
  overflow: hidden;
}
.problemItem h3 {
  font-size: 32px;
  margin-bottom: 15px;
}
.problemItem p {
  line-height: 1.8;
}
.problemItem p span {
  font-weight: bold;
  background: #e1e5f8;
}

.problemItemContent {
  padding: 100px 90px;
  width: 48%;
  position: relative;
  background: #fff;
}
.problemItem:nth-child(odd) .problemItemContent {
  border-radius: 15px 0 0 15px;
  position: relative;
  order: 1;
  z-index: 1;
}
.problemItem:nth-child(even) .problemItemContent {
  border-radius: 0 15px 15px 0;
  overflow: hidden;
  width: 52%;
  padding: 100px 90px 100px 120px;
  order: 2;
}
.problemItem:nth-child(odd) .problemItemContent:after {
  content: "";
  position: absolute;
  top: 0;
  right: -85px;
  border-left: 20vw solid #fff;
  border-bottom: 100vw solid transparent;
  z-index: -1;
}
.problemItemImg {
  position: relative;
  overflow: hidden;
  background: #f0f3ff;
  width: 52%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 15px 15px 0;
}
.problemItem:nth-child(odd) .problemItemImg img {
  margin-left: 50px;
}
.problemItem:nth-child(odd) .problemItemImg {
  order: 2;
}
.problemItem:nth-child(even) .problemItemImg {
  width: 48%;
  overflow: visible;
  order: 1;
  border-radius: 15px 0 0 15px;
}
.problemItem:nth-child(even) .problemItemImg:before {
  content: "";
  position: absolute;
  right: -55px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 70px 70px 50px 0;
  z-index: 1;
}
.problemItem:nth-child(odd) .problemItemImg:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 50px 0 70px 70px;
  z-index: 1;
}
.problemItem:nth-child(even) .problemItemContent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 20vw solid #f0f3ff;
  border-top: 100vw solid transparent;
}
.section2__btnBox {
  padding-top: 50px;
  text-align: center;
}
.section2__btnBox a {
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .problemItem {
    width: 90%;
    margin: 0 auto 20px;
  }
  .problemItem:last-child {
    margin: 0 auto;
  }
  .problemItemImg {
    width: 72%;
  }
  .problemItemContent {
    padding: 80px 0 80px 40px;
  }
  .problemItem:nth-child(even) .problemItemContent {
    padding: 80px 0 80px 80px;
  }
}

@media screen and (max-width: 767px) {
  /* SP用CSS指定 */
  .section2 {
    padding-top: 60px;
  }
  .section2__contentWrap h2 {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .problem {
    padding: 10px 10px 0;
  }
  .problemItem {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
  }
  .problemItem h3 {
    font-size: 20px;
  }
  .problemItem:nth-child(even) .problemItemContent {
    order: 1;
    width: 100%;
    padding: 30px 0 15px;
    position: relative;
    z-index: 1;
    overflow: visible;
    border-radius: 0;
  }
  .problemItem:nth-child(even) .problemItemContent:before {
    display: none;
  }
  .problemItem:nth-child(even) .problemItemContent:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    border-right: 100vw solid #fff;
    border-bottom: 10vw solid transparent;
    z-index: -1;
  }
  .problemItem:nth-child(odd) .problemItemContent:after {
    content: "";
    position: absolute;
    bottom: -55px;
    right: 0;
    border-left: 100vw solid #fff;
    border-bottom: 10vw solid transparent;
    z-index: -1;
  }
  .problemItemImg {
    order: 2;
    width: 100%;
    min-height: 300px;
    align-items: end;
    justify-content: center;
    padding-bottom: 20px;
  }
  .problemItem:nth-child(even) .problemItemImg {
    width: 100%;
    order: 2;
  }
  .problemItem:nth-child(odd) .problemItemImg:before,
  .problemItem:nth-child(even) .problemItemImg:before {
    left: 50%;
    right: 50%;
    top: 0;
    transform: translate(-50%, 0);
    border-color: #fff transparent transparent transparent;
    border-width: 70px 50px 50px 50px;
  }
  .problemItemContent {
    order: 1;
    width: 100%;
    padding: 30px 0 10px;
    text-align: center;
  }
  .problemItem:nth-child(even) .problemItemImg img,
  .problemItem:nth-child(odd) .problemItemImg img {
    margin-left: 0;
    max-height: 200px;
  }
  .section2__btnBox {
    padding-top: 35px;
    text-align: center;
  }
  .section2__btnBox img {
    width: 85%;
  }
}
/* ---------------
section3
---------------*/
.section3 {
  background: url(../img/bg_section3.png) repeat-x center top #ebe1f8;
  padding-top: 200px;
}
.section3__contentWrap h2 {
  font-size: 40px;
  text-align: center;
  padding-bottom: 85px;
}

.section3__contentWrap {
  background: url(../img/bg_section3_merit.png) repeat-x center top;
}
.section3__contentWrap h2 {
  font-size: 40px;
  text-align: center;
  padding-bottom: 85px;
}
.merit {
  padding-bottom: 160px;
}

.meritItem {
  width: 1174px;
  margin: 0 auto 50px;
  border-radius: 15px;
  background: #f0f3ff;
  display: flex;
  overflow: hidden;
}
.meritItem h3 {
  font-size: 32px;
  margin-bottom: 15px;
}
.meritItem p {
  line-height: 1.8;
}
.meritItem p span {
  font-weight: bold;
  background: #e1e5f8;
}

.meritItemContent {
  padding: 70px 90px;
  width: 48%;
  position: relative;
  background: #fff;
}
.meritItem:nth-child(odd) .meritItemContent {
  border-radius: 15px 0 0 15px;
  position: relative;
  order: 1;
  z-index: 1;
}
.meritItem:nth-child(even) .meritItemContent {
  border-radius: 0 15px 15px 0;
  overflow: hidden;
  width: 52%;
  padding: 60px 90px 60px 120px;
  order: 2;
}
.meritItem:nth-child(odd) .meritItemContent:after {
  content: "";
  position: absolute;
  top: 0;
  right: -85px;
  border-left: 20vw solid #fff;
  border-bottom: 100vw solid transparent;
  z-index: -1;
}
.meritItemImg {
  position: relative;
  overflow: hidden;
  background: #fdf2fe;
  width: 52%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 15px 15px 0;
}
.meritItem:nth-child(odd) .meritItemImg img {
  margin-left: 50px;
}
.meritItem:nth-child(odd) .meritItemImg {
  order: 2;
}
.meritItem:nth-child(even) .meritItemImg {
  width: 48%;
  overflow: visible;
  order: 1;
  border-radius: 15px 0 0 15px;
}
.meritItem:nth-child(even) .meritItemImg:before {
  content: "";
  position: absolute;
  right: -55px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 70px 70px 50px 0;
  z-index: 1;
}
.meritItem:nth-child(odd) .meritItemImg:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 50px 0 70px 70px;
  z-index: 1;
}
.meritItem:nth-child(even) .meritItemContent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 20vw solid #fdf2fe;
  border-top: 100vw solid transparent;
}
.meritTxt {
  background: #ffc400;
  border-radius: 50px;
  display: inline-block;
  padding: 0 10px;
}

.meritItemContent__item {
  list-style: none;
  line-height: 2;
  background: url(../img/icon-checklist.png) no-repeat left center;
  background-size: 30px 30px;
  padding-left: 40px;
}

@media screen and (max-width: 1200px) {
  .meritItem {
    width: 90%;
  }
  .meritItemImg {
    width: 72%;
  }
  .meritItemContent {
    padding: 80px 0 80px 40px;
  }
  .meritItem:nth-child(even) .meritItemContent {
    padding: 80px 0 80px 80px;
  }
}

@media screen and (max-width: 767px) {
  .section3 {
    background: url(../img/bg_section3.png) repeat-x center top #ebe1f8;
    padding-top: 70px;
    padding-bottom: 120px;
  }
  .section3__contentWrap h2 {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .merit {
    padding: 10px 10px 0;
  }
  .meritItem {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    border: none;
    margin: 0 auto 20px;
  }

  .meritItem h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .meritItem h3 span {
    display: block;
  }
  .meritItem:nth-child(even) .meritItemContent {
    order: 1;
    width: 100%;
    padding: 30px 15px 15px;
    position: relative;
    z-index: 1;
    overflow: visible;
    border-radius: 0;
  }
  .meritItem:nth-child(even) .meritItemContent:before {
    display: none;
  }
  .meritItem:nth-child(even) .meritItemContent:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    border-left: 100vw solid #fff;
    border-bottom: 10vw solid transparent;
    z-index: -1;
  }
  .meritItem:nth-child(odd) .meritItemContent:after {
    content: "";
    position: absolute;
    bottom: -55px;
    right: 0;
    border-left: 100vw solid #fff;
    border-bottom: 10vw solid transparent;
    z-index: -1;
  }
  .meritItemImg {
    order: 2;
    width: 100%;
    min-height: 300px;
    align-items: end;
    justify-content: center;
    padding-bottom: 20px;
  }
  .meritItem:nth-child(even) .meritItemImg {
    width: 100%;
    order: 2;
  }
  .meritItem:nth-child(odd) .meritItemImg:before,
  .meritItem:nth-child(even) .meritItemImg:before {
    left: 50%;
    right: 50%;
    top: 0;
    transform: translate(-50%, 0);
    border-color: #fff transparent transparent transparent;
    border-width: 70px 50px 50px 50px;
  }
  .meritItemContent {
    order: 1;
    width: 100%;
    padding: 30px 15px 10px;
    text-align: center;
    border-radius: 0;
  }
  .meritItem:nth-child(even) .meritItemImg img,
  .meritItem:nth-child(odd) .meritItemImg img {
    margin-left: 0;
    max-height: 200px;
  }
  .meritItemContent__list {
    text-align: left;
    margin-left: 25px;
  }

  .meritTxt {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

/* ---------------
section4
---------------*/
.section4 {
  overflow: hidden;
  margin-top: -100px;
  padding-bottom: 20px;
}
.section4__Wrap {
  padding-top: 100px;
  background: #f5f5fe;
  border-top-right-radius: 1000px 100px;
  border-top-left-radius: 1000px 100px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}
.section4__contentWrap {
  background: url(../img/bg_section4_mainFunction.png) no-repeat center 100px;
}
.section4__contentWrap h2 {
  font-size: 40px;
  text-align: center;
  padding-bottom: 70px;
}

.mainFunction {
  max-width: 1150px;
  margin: 0 auto;
}

.mainFunctionBox__img img {
  box-shadow: 0 0 35px rgba(70, 0, 144, 0.15);
}

.mainFunctionBox__img img,
.mainFunctionBox__content {
  width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  /* SP用CSS指定 */
  .mainFunctionBox__img img,
  .mainFunctionBox__content {
    width: 600px;
    margin: 0 auto;
  }
}
.mainFunctionBox__content {
  margin-top: 30px;
  margin-bottom: 35px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 35px rgba(70, 0, 144, 0.15);
}
.mainFunctionBox__content h3 {
  font-size: 24px;
  border-bottom: 2px solid #ebe1f8;
  padding: 18px;
  text-align: center;
}
.mainFunctionBox__contenttxt {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  /* SP用CSS指定 */
  .section4 {
    overflow: hidden;
    margin-top: -80px;
  }
  .section4__Wrap {
    padding-bottom: 50px;
    padding-top: 80px;
    border-top-right-radius: 1000px 200px;
    border-top-left-radius: 1000px 200px;
  }

  .section4__contentWrap {
    background: none;
  }
  .section4__contentWrap h2 {
    font-size: 24px;
    padding: 0;
  }
  .mainFunction {
    padding-top: 30px;
  }
  .mainFunctionBox {
    padding: 0 35px;
    margin-bottom: 40px;
  }
  .mainFunctionBox__img img {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .mainFunctionBox__content {
    width: 100%;
    margin: 20px auto 0;
    padding: 10px 0;
    border-radius: 10px;
  }
  .mainFunctionBox__content h3 {
    font-size: 17px;
    padding: 0 5px 10px;
  }
  .mainFunctionBox__content p {
    line-height: 1.8;
    font-size: 13px;
  }
  .mainFunctionBox__contenttxt {
    padding: 10px 15px;
    font-size: 14px;
  }
}

/* ---------------
section5
---------------*/

.section5 {
  padding-top: 90px;
  text-align: center;
  background: url(../img/bg_section5.png) center 30px;
}
.section5__contentWrap h2 {
  font-size: 40px;
  text-align: center;
  padding-bottom: 85px;
}

.voice {
  width: 1175px;
  margin: 0 auto;
}
.voiceBox {
  background: url(../img/section05_box1.png) no-repeat top center #fff;
  margin-bottom: 68px;
  box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: flex-start;
  padding: 35px;
}
.voiceBox:nth-child(2) {
  background: url(../img/section05_box2.png) no-repeat top center #fff;
}
.voiceBox:nth-child(3) {
  background: url(../img/section05_box3.png) no-repeat top center #fff;
}
.voiceBox h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.voiceBox__content {
  padding: 35px 100px 40px 140px;
  text-align: left;
  line-height: 2;
}
.section5__contentImgBox {
  text-align: center;
  margin: 0 auto;
  height: 510px;
}
.sidenote {
  text-align: right;
  font-size: 12px;
}

@media screen and (max-width: 1200px) {
  .voice {
    width: 90%;
  }
  .voiceBox__content {
    padding: 35px 30px 40px 70px;
    text-align: left;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .section5 {
    padding-top: 40px;
  }
  .section5__contentWrap h2 {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .voice {
    padding: 0 10px;
    width: 95%;
  }
  .voiceBox {
    flex-wrap: wrap;
    background: url(../img/sp_section05_box1.png) no-repeat top center #fff;
    background-size: 100% auto;
    padding: 30px 0 10px;
    width: 100%;
    border-radius: 30px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
  }
  .voiceBox:nth-child(2) {
    background: url(../img/sp_section05_box2.png) no-repeat top center #fff;
    background-size: 100% auto;
  }
  .voiceBox:nth-child(3) {
    background: url(../img/sp_section05_box3.png) no-repeat top center #fff;
    background-size: 100% auto;
  }
  .voiceImg {
    display: block;
    margin: 0 auto;
    width: 60%;
  }
  .voiceBox__content {
    padding: 30px;
  }
  .voiceBox h3 {
    font-size: 18px;
  }
  .voiceBox__content p {
    font-size: 14px;
  }
  .section5__contentImgBox {
    height: auto;
  }
  .section5__contentImgBox img {
    width: 100%;
  }
}
/* ---------------
contact
---------------*/

.contact {
  background-color: #f5f5fe;
  background-image: url(../img/bg_contact_form.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;

  padding: 100px 0 75px;
}
.contact__contentWrap {
  position: relative;
  max-width: 1173px;
  margin: 0 auto;
  background: #ffffff;
  padding: 66px 95px 108px;
  text-align: center;
  line-height: 2;
  z-index: auto;
}

.contact__contentWrap::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: -moz-linear-gradient(right, #ffc400 0%, #d400f4 50%, #7f05ff 100%);
  background: -webkit-linear-gradient(right, #ffc400 0%, #d400f4 50%, #7f05ff 100%);
  background: linear-gradient(to right, #ffc400 0%, #d400f4 50%, #7f05ff 100%);
  z-index: -1;
}

.contact__ttl {
  font-size: 40px;
  text-align: center;
  margin-bottom: 26.7px;
  line-height: calc(58 / 40);
}
.contact__ttl span {
  font-size: 16px;
  display: block;
  letter-spacing: 0.2em;
  line-height: calc(24 / 16);
  word-wrap: break-word;
  color: #d400f4;
}

.contact__text {
  font-size: 18px;
  line-height: calc(30 / 18);
  color: #333;
}

.contact__formArea {
  margin-top: 34px;
}

.contactForm {
  width: 100%;
}

.contactForm *.error {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #ff4f4f;
  text-align: left;
}

.contactForm__wrapper {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.contactForm__item {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}

.contactForm__item.contactForm__item--no-flex {
  display: block;
}

.contactForm__label-text {
  font-size: 18px;
  line-height: calc(26 / 18);
  color: #4e5358;
}

.contactForm__required {
  display: inline-block;
  margin-left: 10px;
  background-color: #cc0000;
  border-radius: 3px;
  padding: 0 5px;
  font-size: 14px;
  line-height: calc(20 / 14);
  color: #fff;
}

.contactForm__input {
  width: 100%;
}

.contactForm__input-text {
  width: 100%;
  padding: 6px 10px;
  background-color: #f9fafd;
  border: 1px solid #e0e3e9;
  border-radius: 3px;
  font-size: 18px;
  line-height: calc(26 / 18);
  color: #333;
  outline: none;
}

.contactForm__input-text.error-input-field {
  border: 1px solid #ff4f4f;
  background-color: #ffdcdc;
}

.contactForm__input-text.contactForm__input-text--textarea {
  height: 250px;
  padding: 10px 10px;
  resize: vertical;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* チェックボタン */
.contactForm__check-label {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  cursor: pointer;
}

.contactForm__check-button {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  vertical-align: middle;
}

.contactForm__check-text {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 10px 0 12px 48px;
  text-align: left;
  font-size: 18px;
  line-height: calc(26 / 18);
  z-index: 2;
  color: #3d3d3d;
}

.contactForm__check-text::before,
.contactForm__check-text::after {
  display: block;
  position: absolute;
  content: "";
}
.contactForm__check-text::before {
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #b7b7b7;
  background-color: #fff;
  border-radius: 3px;
}

.contactForm__check-text::after {
  opacity: 0;
  width: 18px;
  height: 14px;
  top: 15px;
  left: 23px;
  background-image: url(../img/check.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.contactForm__check-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #a26cfe;
  z-index: 1;
  opacity: 0;
}

/* hover時 */
.contactForm__check-label:hover {
  border: 1px solid #a26cfe;
}

.contactForm__check-label:hover .contactForm__check-text {
  color: #a26cfe;
}

.contactForm__check-button:checked + .contactForm__check-text:hover {
  color: #fff;
}

/* focus時 */
.contactForm__check-button:focus-visible + span {
  outline: -webkit-focus-ring-color auto 5px;
}

/* check時 */
.contactForm__check-button:checked + .contactForm__check-text {
  color: #fff;
}

.contactForm__check-button:checked + .contactForm__check-text::after {
  opacity: 1;
}

.contactForm__check-button:checked ~ .contactForm__check-bg {
  opacity: 1;
}

.contactForm__button {
  position: relative;
  margin: 80px auto 0;
  width: fit-content;
}

.contactForm__input-button {
  min-width: 400px;
  width: 100%;
  border-radius: 100px;
  background: -moz-linear-gradient(right, #d400f4, #7f05ff);
  background: -webkit-linear-gradient(right, #d400f4, #7f05ff);
  background: linear-gradient(to right, #d400f4, #7f05ff);
  border: none;
  padding: 27px 80px 26px;
  font-size: 26px;
  font-weight: 700;
  line-height: calc(37 / 26);
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s;
  cursor: pointer;
}

.contactForm__input-button:hover {
  opacity: 0.7;
}

.contactForm__input-button-arrow {
  position: absolute;
  width: 20px;
  height: 24px;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.formPolicy {
  width: 100%;
  height: 250px;
  padding: 23px 28px 27px;
  border: 1px solid #e0e3e9;
  overflow-y: auto;
}

.formPolicy__wrap {
  width: 100%;
  height: 100%;
}

.formPolicy__title {
  font-weight: 700;
  font-size: 24px;
  line-height: calc(36 / 24);
  color: #3d3d3d;
}

.formPolicy__text {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(24 / 14);
  color: #3d3d3d;
  text-align: left;
}

.formPolicy__text .formPolicy__text-small {
  display: inline-block;
  font-size: 12px;
}

.formPolicy__text .formPolicy__text-large {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  /* SP用CSS指定 */

  .contact {
    background-image: url(../img/bg_contact_form_sp.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 36px 27px 28px 28px;
  }
  .contact__contentWrap {
    width: 100%;
    padding: 38px 25px 56px;
    background: #ffffff;
  }
  .contact__ttl {
    font-size: 24px;
    line-height: calc(35 / 24);
    margin-bottom: 30px;
  }
  .contact__ttl span {
    font-size: 16px;
  }

  .contact__text {
    font-size: 14px;
    line-height: calc(21 / 14);
  }
  .contact__formArea {
    margin-top: 25px;
    gap: 20px;
  }
  .contactForm *.error {
    font-size: 15px;
  }

  .contact__item {
    gap: 9px;
  }

  .contactForm__label-text {
    font-size: 14px;
    line-height: calc(20 / 14);
  }

  .contactForm__required {
    margin-left: 7px;
    background-color: #cc0000;
    padding: 0 4px;
    font-size: 11px;
    line-height: calc(16 / 11);
  }

  .contactForm__input-text {
    padding: 9px 10px;
    font-size: 14px;
    line-height: calc(20 / 14);
  }

  .contactForm__input-text.contactForm__input-text--textarea {
    padding: 9px 10px;
  }

  .contactForm__check-text {
    padding: 14px 0 14px 48px;
    font-size: 14px;
    line-height: calc(20 / 14);
  }

  .contactForm__button {
    margin: 48px auto 0;
  }

  .contactForm__input-button {
    min-width: 275px;
    padding: 16px 60px 17px;
    font-size: 18px;
    line-height: calc(26 / 18);
  }

  .contactForm__input-button-arrow {
    width: 10px;
    height: 12px;
    left: 38px;
  }

  .contactForm__policy {
    margin-top: 5px;
  }

  .formPolicy {
    padding: 30px 26px 27px 28px;
  }

  .formPolicy__title {
    font-size: 18px;
    line-height: calc(26 / 18);
  }
}
/* ---------------
info
---------------*/
.info {
  background: #f7f7f7;
}
.info__contentWrap {
  width: 1000px;
  margin: 0 auto;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
}
.info__logo {
  width: 100%;
  border-right: 1px solid #e4e4e4;
  padding: 0 40px;
  text-align: center;
}
.info__address {
  width: 100%;
  padding: 0 40px;
}
.info__address p {
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .info__contentWrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* SP用CSS指定 */
  .info {
    padding: 0 15px;
  }
  .info__contentWrap {
    width: 100%;
    display: block;
  }
  .info__logo {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 20px 20px;
    text-align: center;
  }
  .info__logo img {
    width: 228px;
  }
  .info__address {
    width: 100%;
    padding: 10px 0 0;
  }
  .info__address p {
    font-size: 12px;
    text-align: center;
  }
}
/* ---------------
footer
---------------*/
.footer {
  padding: 40px 0;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 16px;
  min-height: 200px;
}
.footer__item {
  padding-bottom: 30px;
}
.footer__link {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0 15px;
}
.copyright {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  /* SP用CSS指定 */
  .footer {
    padding: 20px 0;
    font-size: 12px;
    min-height: 80px;
  }
  .footer__item {
    padding-bottom: 10px;
  }
}
/* ---------------
other
---------------*/

.fixedArea {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 0 0;
}
.fixedArea__btn img {
  margin: 0 auto;
  /* animation: anime2 0.5s ease 0s infinite alternate; */
  transform-origin: center;
}
@keyframes anime2 {
  from {
    transform: scale(0.99, 0.99);
  }
  to {
    transform: scale(1, 1);
  }
}

.gototop {
  position: fixed;
  bottom: 130px;
  margin: 0 auto;
  width: 100%;
}
.gototop__contentWrap {
  margin: 0 auto;
  width: 1200px;
}
.gototop__btn {
  float: right;
  margin: 0 auto;
}
.gototop__btn img {
  width: 66px;
  height: 66px;
}

@media screen and (max-width: 767px) {
  /* SP用CSS指定 */
  .fixedArea {
    padding: 5px 0 0;
  }
  .fixedArea__btn img {
    width: 100%;
  }
  .gototop {
    bottom: 110px;
    right: 10px;
  }
  .gototop__contentWrap {
    width: 100%;
  }
  .gototop__btn img {
    width: 55px;
    height: 55px;
  }
}

/*--------------------------------------------------------------
　ポップアップメッセージ
--------------------------------------------------------------*/

.popup-box {
  display: none;
}

.popup-box__wrap {
  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;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}

.popup-box__inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 50px;
  max-width: 800px;
  height: auto;
  border-radius: 15px;
  background: #fff;
  width: 100%;
}

.popup-box__close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.popup-box__close:hover {
  cursor: pointer;
}
.popup-box__wrap h3 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}
.popup-box__wrap ol li {
  margin-left: 25px;
  margin-bottom: 5px;
}

p#success-message {
    border: 1px solid #009900;
    border-radius: 5px;
    margin-top: 20px;
    color: #009900;
}

p#error-message {
    border: 1px solid #C04C4C;
    border-radius: 5px;
    margin-top: 20px;
    color: #C04C4C;
}

@media screen and (max-width: 767px) {
  /* SP用CSS指定 */
  .popup-box__inner {
    width: 90%;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 15px;
  }
  .contentform {
    margin: 15px auto 0;
  }
  .popup-box__wrap h3 {
    font-size: 21px;
    margin-bottom: 0;
  }
  .contentform__label {
    padding: 10px 0 5px;
  }
  .contentform__btn {
    margin: 10px auto 0;
  }
  .contentform__formBtn {
    padding: 10px 20px;
  }
}


/* フォーム実装後 contact 削除分 */
.pagelink{
  margin-top:-70px;
  padding-top:70px;
  display: block;
}

.contentform{
  margin: 25px auto 0;
  padding:0;
}
.contentform__ttl{
  margin-bottom: 25px;
}

.contentform__label{
  display: flex;
  align-items: center;
  padding: 25px 0 5px;
  line-height:1.6;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #F9FAFD;
  background-clip: padding-box;
  border: 1px solid #E0E3E9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.form-control{
  min-height:200px;
}
.form-select {
  display: block;
  min-width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #F9FAFD; 
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #E0E3E9;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance: none;
}
.bg-danger {
  background-color: #E8346B!important;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  margin-left:5px;
}
.contentform__formBtn{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0;
}
.contentform__btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 60px;
  font-size:20px;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  color:#fff;
  text-decoration: none;
  margin:30px auto 0; 
  background: linear-gradient(to right,#E265FF 30%, #A26CFE 100%);

}
.contentform__btn::before{
  content:"▶";
  display: block;
  font-size:14px;
  margin-right:8px;
  color:#fff;
}
.contentform__btnBack{
  background: #ddd;
  color: #333;
  border-radius: 50px;
  padding: 18px 50px;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-left: 20px;
  min-width:240px;
}

.termsAgreeBox{
  margin-top: 27px;
  border:1px solid #E0E0E0;
  border-radius: 5px;
}
.termsAgreeBox input{
  position: absolute;
  left: -9999px;
}

.termsAgreeBox label{
  display: block;
  position: relative;
  padding: 15px 30px 15px 52px;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  user-select: none;
  text-align: left;
}

.termsAgreeBox label::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius:5px;
  background:#fff;
}

.termsAgreeBox input:checked + label{
  background-color: #A26CFE;
  border:1px solid #A26CFE;
  color: #fff;
  border:none;
}
.termsAgreeBox input:checked + label a{
  color: #fff;
  text-decoration: underline;
}

.termsAgreeBox input:checked + label::before {
  background-color: #A26CFE;
  border:0;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left:20px;
  width: 13px;
  height: 24px;
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  transform: rotate(45deg);
  border-radius: 0;
}
.cvbtnForm img{
  display:block;
  width: 390px;
  margin:30px auto 0;
}



@media screen and (max-width:767px) {

.contact{
  background: url(../img/bg_contact.png) repeat-x top left #EFF6FD;
  background-size:auto 100%;
  padding: 35px 15px;
}
.contact__contentWrap{
  border-radius: 15px;
  width:100%;
  padding: 35px 15px 15px;
  background:#FFFFFF;
  background-size:90% auto;
}
.contact__contentWrap p{
  line-height: 1.5;
  font-size:14px;
}
.contact__ttl{
  font-size:21px;
  margin-bottom: 15px;
}
.contact__ttl span{
  font-size:16px;
}
.contact__ttl span::before{
  content:"";
  width:140px;
  height:20px;
  display: block;
  background: #FBF521;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
.contentform__btn{
  width: 100%;
  height: 60px;
  padding:0 20px;
  font-size:18px;
}
.termsAgreeBox label{
  padding: 15px 10px 15px 52px;
  font-size:12px;
}
.cvbtnForm img{
  display:block;
  width: 290px;
  margin:30px auto 30px;
}
}

