@charset "utf-8";
div#content_lp {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  max-width: 1000px;
  margin: auto;
}
div#content_lp p {
  margin: 10px 0 15px;
}
.wrapper {
    overflow: hidden;
}
.Inner1000 {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
/*header*/
.lphead-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lp-contact01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.lp-contact01-l {
  font-size: 30px;
  color: #2b6ee3;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  margin-right: 20px;
}
.lp-contact01-l div {
  display: flex;
  align-items: center;
}
.lp-contact01-l div img {
  margin: 0 5px 0 0;
}
.lp-contact01-r a {
  display: flex;
  width: 260px;
  height: 50px;
  background: #ff4800;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
.lp-contact01-r a img {
  margin: 0 10px 0 0;
}
/*FV*/
.notxt {
  display: none !important;
}
div#lpFV {
  background: url("../img/cvmax/mainFV-bg.webp")center bottom no-repeat;
  background-size: 100% 100%;
  text-align: center;
  position: relative;
  padding: 0 0 30px;
}
section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
}
.FVunder {
  position: absolute;
  bottom: 0;
  height: 65px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000934+0,0064a7+99 */
  background: linear-gradient(135deg, rgba(0, 9, 52, 1) 0%, rgba(0, 100, 167, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.FVunder h2 {
    border: none;
    font-size: 33px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
}
.FVunder h2 span {
  font-size: 22px;
  margin: 0 0 0 40px;
  position: relative;
  width: auto;
  height: auto;
  background-color: #fcca1d;
  transform: skewX(-35deg);
  padding: 5px 20px;
  display: inline-flex;
  letter-spacing: 2px;
}
.FVunder h2 span:before {
  /* content: ""; */
  background-color: red;
  transform: skewX(-15deg);
  width: 100px;
  height: 50px;
  background-color: red;
  transform: skewX(-35deg);
}
.FVunder h2 span b {
  transform: skewX(35deg);
  color: #002970;
}
/*footer*/
.cv_foot-up {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
footer.cv_foot {
  background: #e9f1ff;
  font-family: 'Noto Sans JP', sans-serif;
}
.cv_foot-up table, .cv_foot-up table th, .cv_foot-up table td {
  border: none;
  font-weight: normal;
  font-size: 15px;
  width: auto;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
}
p.copy {
  text-align: center;
  background: linear-gradient(135deg, rgba(0, 9, 52, 1) 0%, rgba(0, 100, 167, 1) 99%);
  height: 65px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
p.copy a {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}
/*コンタクト1*/
section.area_contact {
  background: url("../img/cvmax/contact_bg.webp") center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px 0;
  text-align: center;
}
div#content-lp h2 {
  border: none;
}
section.area_contact h2 span {
  font-size: 54px;
  color: #fff;
  position: relative;
}
section.area_contact h2 span:before {
  content: url("../img/cvmax/c-left.webp");
  position: absolute;
  left: -85px;
}
section.area_contact h2 span:after {
  content: url("../img/cvmax/c-right.webp");
  position: absolute;
  right: -85px;
}
section.area_contact h2 span b {
  color: #fcca1d;
}
section.area_contact h2 {
  position: relative;
}
section.area_contact .txt {
  font-size: 26px;
  font-weight: bold;
  color: #2366db;
  background: #fff;
  padding: 8px;
  margin: 20px 0;
}
.contact-link {
  display: flex;
  justify-content: space-between;
}
.c_tel {
  width: 50%;
  padding: 0 50px;
  box-sizing: border-box;
}
.c_tel p {
  font-size: 18px;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: bold;
}
.c_tel div a {
  font-family: 'Roboto', sans-serif;
  font-size: 44px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.c_tel div a img {
  margin-right: 10px;
}
.c_mail a {
  background: #ff4800;
  display: flex;
  font-size: 20px;
  width: 100%;
  height: 85px;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  border: 4px solid;
}
.c_mail {
  width: 45%;
  display: flex;
  align-items: center;
}
.c_mail div {
  width: 100%;
}
.c_mail a img {
  margin: 3px 30px 0 0;
}
/*area01*/
section.area01 {
  padding: 80px 0;
  background: url("../img/cvmax/sec1-bg.webp")center top no-repeat;
  background-size: 100% 100%;
}
.area01-head {
  text-align: center;
  margin-bottom: 40px;
}
.area01-head .txt01 {
  width: max-content;
  margin: 0 auto;
  position: relative;
}
.area01-head .txt01:before {
  content: url("../img/cvmax/sec1-1.webp");
  position: absolute;
  left: 120%;
  bottom: -15px;
}
.area01-head .txt01 p {
  display: inline-flex;
  background: #002462;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  padding: 0 40px;
  border-radius: 50px;
  color: #fff;
}
.area01-head .txt01 p img {
  position: absolute;
  left: -215px;
  bottom: -9px;
}
.area01-head .txt01 p span {
  color: #fcca1d;
}
.area01-head h2 {
  color: #2b6ee3;
  text-shadow: -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white, 0px -3px 0 white, 0px 3px 0 white, -3px 0px 0 white, 3px 0px 0 white;
  font-size: 22px;
  font-weight: bold;
}
.area01-head h2 span.orange b {
  display: inline-block;
  background: -webkit-linear-gradient(-90deg, #ff4800 0%, #ff4800 50%, #b63401 51%, #b63401 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  font-size: 30px;
  position: relative;
}
.area01-head h2 span.orange:before {
  content: "そのまま";
  text-shadow: -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white, 0px -3px 0 white, 0px 3px 0 white, -3px 0px 0 white, 3px 0px 0 white;
  position: absolute;
  z-index: 0;
  font-size: 30px;
  left: 0;
  color: #fff;
  white-space: nowrap;
}
.area01-head h2 span.orange {
  position: relative;
}
.area01-head h2 span.f1 {
  font-size: 30px;
  color: #2b6ee3;
}
.area01-head h2 span.orange:after {
  content: "・・・・";
  position: absolute;
  top: -33px;
  left: 0;
  font-size: 30px;
  text-shadow: none;
}
.area01-center {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.area01-centerIn {
  background: #fff;
  padding: 20px 40px 30px 80px;
  border: 10px solid #bdd5ff;
  border-radius: 20px;
}
.area01-centerIn li span {
  color: #ff4800;
}
.area01-centerIn li {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  padding: 10px 0 5px;
}
.area01-centerIn li:before {
  content: url("../img/cvmax/ch-icon.webp");
  position: absolute;
  left: -37px;
}
.area01-centerIn li:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(0, 0, 0, 1) 3px, rgba(0, 0, 0, 1) 4px);
  left: 0;
  bottom: -5px;
}
.area01-under {
  background: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  border: 3px solid #306be0;
  border-radius: 10px;
  padding: 30px 0 10px;
}
.area01-under h3 {
  position: absolute;
  top: -22px;
  background: #2b6ee3;
  padding: 5px 15px;
  color: #fff;
  font-size: 18px;
}
.area01-under h3 b {
  color: #ffd646;
}
.area01-under .txt p span {
  color: #2b6ee3;
  font-weight: bold;
}
section.area02 {
  padding: 15px 0 100px;
}
.area02-head {
  text-align: center;
  margin-bottom: 20px;
}
.area02-head h2 span {
  text-shadow: -2px -2px 0 #2b6ee3, 2px -2px 0 #2b6ee3, -2px 2px 0 #2b6ee3, 2px 2px 0 #2b6ee3, 0px -2px 0 #2b6ee3, 0px 2px 0 #2b6ee3, -2px 0px 0 #2b6ee3, 2px 0px 0 #2b6ee3;
  font-size: 40px;
  color: #fff;
  font-weight: 900;
  display: inline-flex;
  margin-bottom: 20px;
  position: relative;
}
.area02-head h2 span:before {
  content: url("../img/cvmax/txt-l.webp");
  position: absolute;
  left: -80px;
}
.area02-head h2 span:after {
  content: url("../img/cvmax/txt-r.webp");
  position: absolute;
  right: -80px;
}
.area02-head h2 {
    font-size: 30px;
    margin-bottom: 10px;
    padding: 0;
}
.area02-head h2 b {
  position: relative;
  padding: 0 10px;
  margin: 0 20px;
  color: #fff;
}
.area02-head h2 b:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ff4800;
  transform: skewX(-24deg);
  position: absolute;
  left: 0;
  z-index: -1;
}
.area02-head .txt {
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 22px;
}
.area02-head .txt p span {
  font-size: 22px;
  display: inline-flex;
  background: linear-gradient(180deg, #ff4800 0%, #faab2f 72%, #faab2f 100%);
  background: -webkit-linear-gradient(-90deg, #ff4800 0%, #faab2f 72%, #faab2f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  position: relative;
  margin: 0 15px;
  padding: 0px 15px 5px;
  justify-content: center;
  align-items: center;
}
.area02-head .txt p span:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -2;
  padding: 0 8px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff4800+1,f8db48+99 */
  background: linear-gradient(to bottom, rgba(255, 72, 0, 1) 1%, rgba(248, 219, 72, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 10px;
}
.area02-head .txt p span:after {
  content: "";
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  position: absolute;
  z-index: -2;
  padding: 0 8px;
  background: #fff;
  border-radius: 7px;
}
.area02-center {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.area02box {
  width: 48%;
  background: #fff4b0;
  border: 8px solid #ffc700;
  border-radius: 15px;
  position: relative;
  padding: 80px 40px 20px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.area02box h3 {
  position: absolute;
  left: 0;
  top: 13px;
  padding: 5px 40px 8px 20px;
  color: #ff4800;
  font-size: 18px;
  font-weight: 900;
}
.area02box h3 img {
  margin: 0 10px 0 0;
}
.area02box h3:before {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform: skewX(-23deg);
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 1;
}
.area02box h3 span {
  position: relative;
  z-index: 2;
}
.area02box h3:after {
  width: 100%;
  height: 100%;
  background-color: #fec82b;
  transform: skewX(-23deg);
  content: "";
  position: absolute;
  top: 3px;
  left: -18px;
  z-index: 0;
}
.area02box ul li {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}
.area02box ul li:before {
  content: url("../img/cvmax/ch-or.webp");
  position: absolute;
  left: -35px;
  top: 2px;
}
.area02box:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 145px 85px 0px;
  border-color: transparent #ffc700 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.area02box:nth-child(1):after {
  content: "LANDING";
  position: absolute;
  right: 5px;
  top: 17px;
  transform: rotate(30deg);
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.area02box:nth-child(2):after {
  content: "LISTING";
  position: absolute;
  right: 5px;
  top: 17px;
  transform: rotate(30deg);
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
.area02-under {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.area02-under .txt {
  border-radius: 50px;
  background: #ededed;
  background-color: #ededed;
  box-shadow: 0px 0px 10px 10px #ededed, 0px 0px 20px 10px #ededed, 0px 0px 20px 10px #ededed;
  padding: 0 100px;
  margin: 10px 20px;
}
.area02-under .txt p {
  margin: 0 !important;
  font-size: 15px;
}
.area02-under .txt p span {
  font-weight: 900;
  color: #2b6ee3;
}
.area02-bottom {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  color: #ff4800;
  margin-bottom: 20px;
}
.area02-bottom span {
  background: url("../img/cvmax/wevw.webp") center bottom;
  background-repeat: repeat-x;
  padding-bottom: 15px;
}
section.area_contact.part2 .txt01 {
  background: #fff;
  font-size: 26px;
  position: absolute;
  top: -83px;
  width: 380px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  color: #2b6ee3;
  border-radius: 100px;
  border: 1px solid #000;
  box-shadow: 3px 3px 0 #000;
  position: relative;
}
section.area_contact.part2 .txt01:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 18.5px 0px 18.5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
section.area_contact.part2 .txt01:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 18.5px 0px 18.5px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  bottom: -27px;
  left: 46%;
  margin: 0;
  z-index: 0;
}
section.area_contact.part2 .txt02 p {
  font-size: 110px;
  color: #fff;
  line-height: 0;
  font-weight: 900;
}
div#content_lp p span.f2 {
  font-size: 66px;
}
section.area_contact.part2 .txt02 b {
  text-shadow: -5px -5px 0 white, 5px -5px 0 white, -5px 5px 0 white, 5px 5px 0 white, 0px -5px 0 white, 0px 5px 0 white, -5px 0px 0 white, 5px 0px 0 white;
  font-size: 145px;
  font-family: 'Roboto', sans-serif;
  color: #ff440a;
  position: relative;
  background: url("../img/cvmax/contact_u.webp") center bottom no-repeat;
}
section.area_contact.part2 .txt02 b:after {
  content: "キューキュッパ！";
  text-shadow: none;
  font-size: 40px;
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 0.37em;
  color: #fff;
}
div#content_lp p b .f3 {
  font-size: 96px;
}
section.area_contact.part2 .txt02 {
  margin: 0 0 80px;
  width: 100%;
}
div#content_lp section.area_contact.part2 .txt03 p {
    font-size: 30px;
    font-weight: 900;
    line-height: 0;
    margin: 30px 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.area_contact.part2 .txt03 {
  width: 100%;
  background: #ffffff;
  line-height: 2;
  display: block;
  padding: 0 0 3px;
  border: 2px solid;
  margin-bottom: 20px;
}
section.area_contact.part2 .txt03 p span {
  color: #ff440a;
  font-size: 42px;
  margin: 0 10px;
  vertical-align: bottom;
}
section.area_contact.part2 .txt03 p span b {
  font-size: 63px;
}
section.area_contact.part2 {
  padding: 30px 0 20px;
}
section.area03 {
  padding: 100px 0 40px;
  background-color: #ffe076;
  background-image: url("../img/cvmax/result-bg-right.webp"), url("../img/cvmax/result-bg-left.webp");
  background-position: right top -12%, left -45% bottom 0%;
  background-repeat: no-repeat, no-repeat;
  background-blend-mode: color-burn;
}
.cvh2 h2 {
  font-size: 30px;
  position: relative;
  z-index: 1;
}
.cvh2 {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.cvh2 span {
  font-size: 100px;
  font-weight: 300;
  color: #ffefba;
  position: absolute;
  left: 0;
  bottom: -6px;
  right: 0;
}
.cvh2:before {
  content: "";
  height: 3px;
  width: 110px;
  background-size: auto auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(255, 224, 118, 1) 2px, rgba(255, 224, 118, 1) 4px);
}
.area03box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area03cont {
  width: 48%;
  margin-bottom: 20px;
}
.area03contIn {
  width: 100%;
  background: #fff9e4;
  border: 8px solid #ff4800;
  border-radius: 15px;
  overflow: hidden;
}
.area03cont h3 {
  background: #ff440a;
  font-size: 15px;
  min-width: 110px;
  height: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 10px 10px 0 0;
  margin: 0 0 0 20px;
  padding: 0 20px;
}
.area03contIn h4 {
  font-size: 22px;
  position: relative;
  margin: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 50px;
  overflow: hidden;
  background: url("../img/cvmax/st-orange.gif");
}
.area03contIn h4:before {
  content: "";
  height: calc(100% - 5px);
  width: calc(100% - 5px);
  position: absolute;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.area03contIn h4 span {
  position: relative;
}
.area03contIn h4 span b {
  font-size: 30px;
  color: #ff4800;
  margin: 0 5px;
}
.area03contIn .txt {
  padding: 0 40px;
  font-size: 15px;
  flex-grow: 1;
}
.area03contIn figure {
  background: #fff;
  padding: 20px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.area04 {
  padding: 120px 0 80px;
}
section.area04 .cvh2 span {
  color: #eaf2ff;
}
section.area04 .cvh2:before {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #b3d0ff 2px, #b3d0ff 4px);
}
.area04head .area04_h_box {
  display: flex;
  justify-content: space-between;
}
.area04head .area04_h_cont {
  width: 23%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.area04head .area04_h_cont h3 {
  padding: 20px 0;
  color: #2b6ee3;
  position: relative;
  margin-bottom: 10px;
  background: url("../img/cvmax/ka-l.webp"), url("../img/cvmax/ka-r.webp");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  width: 100%;
}
.area04head .area04_h_cont .txt {
  background: #eaf2ff;
  flex-grow: 1;
  margin: 20px 0;
  padding: 10px 20px;
  border: 2px solid #9cbdf7;
  border-radius: 10px;
  text-align: left;
  font-size: 15px;
}
div#content_lp .area04head .area04_h_cont .txt p {
  margin: 0;
}
.area04head {
  margin-bottom: 50px;
}
.area04under {
  width: 100%;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 0 10px #0003;
  overflow: hidden;
  color: #fff;
}
.area04under h4 {
  background: url("../img/cvmax/st-blue.gif");
  font-size: 30px;
  padding: 15px;
  text-shadow: -3px -3px 0 #052d72, 3px -3px 0 #052d72, -3px 3px 0 #052d72, 3px 3px 0 #052d72, 0px -3px 0 #052d72, 0px 3px 0 #052d72, -3px 0px 0 #052d72, 3px 0px 0 #052d72;
}
.area04under h4 span b {
  color: #ffe076;
  position: relative;
}
.area04under h4 span b:before {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  background: #ffc700;
  border: 3px solid #052d72;
  border-radius: 5px;
  bottom: -8px;
  left: 0;
}
.area04under figure {
  padding: 40px;
  text-align: center;
}
section.area05 {
    background-color: #d9e7ff;
    background-image: url("../img/cvmax/area05-l.webp"),url("../img/cvmax/area05-r.webp");
    background-position: left top,right bottom;
    background-repeat: no-repeat,no-repeat;
    background-size: auto,auto;
    padding: 100px 0 80px;
    background-blend-mode: luminosity;
}
section.area05 .cvh2:before, section.area07 .cvh2:before {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #ecf3ff 2px, #ecf3ff 4px);
}
section.area05 .cvh2 span, section.area07 .cvh2 span {
  color: #ecf3ff;
}
.area05_head ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.area05_head ul li {
  position: relative;
  margin: 0 20px;
}
.area05_head ul li:before {
  content: "×";
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  right: -34px;
  display: flex;
  align-items: center;
  height: 100%;
}
.area05_head ul li:last-child:before {
  content: none;
}
.area05_head {
  margin-bottom: 50px;
}
.area05_center {
  background: url("../img/cvmax/st-blue2.gif");
  position: relative;
  border-radius: 15px;
  padding: 30px 40px;
  font-size: 15px;
  margin-bottom: 40px;
}
.area05_center:before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  border-radius: 15px;
}
.area05_under {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area05_center .txt {
  position: relative;
}
.area05_under .cont {
  width: 48%;
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fd2d33+2,c225bf+49,2767dd+99 */
  background: linear-gradient(to right, rgba(253, 45, 51, 1) 2%, rgba(194, 37, 191, 1) 49%, rgba(39, 103, 221, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  margin-bottom: 15px;
  border: 2px solid #fff;
  border-radius: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.area05_under .cont p {
  font-size: 15px;
  margin: 0 !important;
  color: #fff;
  font-weight: bold;
}
.area05_center .txt b {
  font-weight: 900;
  border-bottom: 2px solid #ff4800;
}
.area05_center .txt strong {
  color: #ff692e;
  font-weight: 900;
}
.area05_center .txt {
  position: relative;
}
.area05_center .txt b {
  font-weight: 900;
  border-bottom: 2px solid #ff4800;
}
.area05_center .txt strong {
  color: #ff692e;
  font-weight: 900;
}
section.area06 .cvh2 h2 span {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #ff4800;
  background: #fff;
  left: auto;
  bottom: auto;
  right: auto;
}
section.area06 {
  padding: 130px 0 50px;
  background-color: #ffe076;
  background-image: url("../img/cvmax/reason-l.webp"), url("../img/cvmax/reason-r.webp");
  background-position: left bottom, right top -13%;
  background-repeat: no-repeat, no-repeat;
  background-blend-mode: color-burn;
}
section.area06 .cvh2 span {
  bottom: 40px;
}
section.area06 .cvh2 h2 {
  font-size: 22px;
}
section.area06 .cvh2 h2 b {
  font-size: 30px;
}
.area06cont {
  margin-bottom: 30px;
  border: 5px solid #ff4800;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.area06_head {
  display: flex;
  background: url("../img/cvmax/dot-orange.gif");
}
.area06_head .num {
  font-size: 36px;
  font-family: 'Roboto';
  position: relative;
}
.area06_head h3 {
  padding: 15px;
  position: relative;
  font-size: 22px;
  color: #fff;
}
.area06_head h3 span {
    font-size: 22px;
    position: relative;
    z-index: 1;
    background: linear-gradient(87deg, #f8db48 0%, #ff7c00 62%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: 900;
    padding: 0 10px;
    margin: 0 10px;
}
.area06_head h3 span:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transform: skewX(-24deg);
    position: absolute;
    left: 0;
    z-index: -1;
    box-shadow: 3px 3px 0 #a64018;
    top: 0;
}
.area06cont .txt {
  padding: 15px 30px 30px;
  font-size: 15px;
}
.area06_head .num span {
  display: flex;
  align-items: center;
  width: 80px;
  height: 100%;
  position: relative;
  padding: 0 0 0 20px;
  color: #fff;
}
.area06_head .num:before {
  content: "";
  background-color: #ff440a;
  transform: skewX(-24deg);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: -15px;
}
.area06cont .txt figure {
  text-align: center;
}
.area06cont .flex2 {
  padding: 0 30px 0 0;
}
.area06cont .txt figure.flex {
  display: flex;
  justify-content: space-around;
  margin: 0;
}
.area06cont .flex2 figure {
  padding: 30px 0;
}
section.area07 {
  padding: 120px 0 40px;
  background: #d9e7ff url("../img/cvmax/supportbg.webp");
  background-position: center bottom 42%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-blend-mode: color-dodge;
}
.area07box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.area07cont {
  width: 30%;
  border: 4px solid #2b6ee3;
  border-radius: 15px;
  background: #fff;
  margin-bottom: 4%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.area07cont figure {
  background: #ffffff;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.area07cont .txt {
  flex-grow: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2b6ee3+2,2b6ee3+74,185acd+74,2b6ee3+99 */
  background: linear-gradient(160deg, rgba(43, 110, 227, 1) 2%, rgba(43, 110, 227, 1) 65%, rgba(24, 90, 205, 1) 65%, rgba(43, 110, 227, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}
.area07cont .detail {
  text-align: center;
  font-size: 13px;
}
.area07under h3 {
  text-align: center;
  position: relative;
  font-size: 30px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px;
}
.area07under ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area07under h3:before {
  content: "";
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2b6fe3+1,2b9ce3+99 */
  background: linear-gradient(135deg, rgba(43, 111, 227, 1) 1%, rgba(43, 156, 227, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transform: skewX(-24deg);
  position: absolute;
  left: 0;
  z-index: 0;
}
.area07under h3 span {
  position: relative;
  z-index: 1;
  text-shadow: -3px -3px 0 #185acd, 3px -3px 0 #185acd, -3px 3px 0 #185acd, 3px 3px 0 #185acd, 0px -3px 0 #185acd, 0px 3px 0 #185acd, -3px 0px 0 #185acd, 3px 0px 0 #185acd;
  color: #fff;
}
.area07under ul li {
  width: calc(100% / 7);
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.area07under ul li p {
  width: 100%;
  height: 38px;
  text-align: center;
  position: absolute;
  font-weight: bold;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  bottom: 0;
  font-size: 13px;
}
section.area08 {
  padding: 120px 0 80px;
}
section.area08 .cvh2:before {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #ffe1d9 2px, #ffe1d9 4px);
}
section.area08 .cvh2 span {
  color: #ffe1d9;
}section.area08 p.add {
    color: #828282;
    font-size: 15px;
}
.area08cont h3 {
  position: relative;
  width: 100%;
  font-size: 22px;
  text-shadow: -2px -2px 0 #9d7b00, 2px -2px 0 #9d7b00, -2px 2px 0 #9d7b00, 2px 2px 0 #9d7b00, 0px -2px 0 #9d7b00, 0px 2px 0 #9d7b00, -2px 0px 0 #9d7b00, 2px 0px 0 #9d7b00;
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.area08cont h3:after {
  content: "";
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #9d7b00 3px, #9d7b00 4px);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.area08cont h3 img {
  margin-right: 10px;
}
.area08cont table {
  border: 5px solid;
  border-radius: 10px;
  overflow: hidden;
}
.area08table {
  background: #ff5411;
  border-radius: 20px;
  padding: 5px;
  position: relative;
  margin-bottom: 40px;
}
.area08table table {
  margin: 0;
  padding: 0;
  table-layout: fixed;
}
.area08table table th {
  background: #ff5411;
  font-size: 21px;
  color: #fff;
  padding: 5px 0 15px;
  vertical-align: middle;
  border: none;
}
.area08table table td {
  background: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 20px;
  border: none;
  border-bottom: 1px solid #000;
}
.area08cont:nth-child(1) .area08table table td:nth-child(1) {
  background: #ffe9e0;
  border-right: 1px solid;
}
.area08table table th:nth-child(1) {
  border-right: 1px solid #fff;
  position: relative;
}
.area08cont:nth-child(1) .area08table:before {
  content: "";
  height: 20px;
  width: 1px;
  background: #fff;
  position: absolute;
  left: calc(50% - 1px);
  top: -2px;
}
.area08cont {}
.area08table table td span {
  color: #ff5118;
}
.area08table table td span b {
  font-size: 42px;
  font-family: 'Roboto';
  font-weight: 900;
  line-height: 1;
}
.area08cont:nth-child(2) .area08table table tr:nth-child(2) td:nth-child(1) {
  background: #ffe9e0;
  border-right: 1px solid #000;
}
.area08cont:nth-child(2) .area08table table td {
  border-right: 1px solid #000;
}
.area08cont:nth-child(2) .area08table table th {
  border-right: 1px solid #fff;
}
.area08cont:nth-child(2) .area08table:before {
  content: "";
  height: 20px;
  width: 1px;
  background: #fff;
  position: absolute;
  left: calc(33% + 5px);
  top: -2px;
}
.area08cont:nth-child(2) .area08table:after {
  content: "";
  height: 20px;
  width: 1px;
  background: #fff;
  position: absolute;
  left: calc(66% + 3px);
  top: -2px;
}
.area08cont:nth-child(2) .area08table table tr:last-child td:last-child span {
  font-size: 30px;
}
section.area09 {
  padding: 120px 0;
}
section.area09 .cvh2:before {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #b3d0ff 2px, #b3d0ff 4px);
}
section.area09 .cvh2 span {
  color: #eaf2ff;
}
.area09box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area09cont {
  width: 48%;
  border-radius: 15px;
  border: 10px solid #d9e7ff;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 3%;
}
.area09cont figure {
  text-align: center;
  margin-bottom: 15px;
}
.area09cont h3 {
  text-align: center;
  background: #2b6ee3;
  padding: 5px;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.area09cont .txt p {
  font-size: 15px;
  margin: 0 !important;
}
section.area10 {
  background: url(../img/cvmax/voice-bg.webp);
  padding: 120px 0 40px;
  background-size: 100% 100%
}
.area10box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area10cont {
  width: 48%;
  background: #fff;
  border-radius: 15px;
  border: 10px solid #fff2c6;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 20px 30px;
}
.area10head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.area10head figure {
  margin-right: 20px;
}
.area10head div h3 {
  background: #ff9c00;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  border-radius: 50px;
  color: #fff;
}
.area10head div p {
  font-size: 15px;
}
.area10head div p span {
  border-bottom: 1px dashed;
  padding: 0 0 4px;
}
.area10under {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.area10under .txt p {
  font-size: 14px;
  margin: 0 !important;
}
.area10under .txt {
  width: 75%;
  background: #eee;
  border-radius: 15px;
  position: relative;
  padding: 10px 20px;
  box-sizing: border-box;
}
.area10under .txt:before {
  content: "▶";
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  color: #eee;
  font-size: 30px;
}
section.area11 {
  background: url(../img/cvmax/flow-bg.webp);
  padding: 120px 0;
  background-size: cover;
}
section.area11 .cvh2 span {
  color: #ecf3ff;
}
section.area11 .cvh2:before {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #ecf3ff 2px, #ecf3ff 4px);
}
.area11box ul {
  display: flex;
  justify-content: space-between;
}
.area11box ul li figure {
  position: relative;
  margin-bottom: 30px;
}
.area11box ul li {
    width: 21.5%;
    position: relative;
}.area11box ul li:before {
    content: url("../img/cvmax/tri11.webp");
    position: absolute;
    right: -30px;
    top: 23%;
}.area11box ul li:last-child:before {
    content: none;
}
.area11box ul li figure span {
  position: absolute;
  right: 0;
  top: -10px;
}
.area11box {
  margin: 100px 0 0;
}
.area11box ul li figcaption {
  position: absolute;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.area11box ul li .txt p {
  font-size: 15px;
}
.area11box ul li .txt {
  padding: 0 15px;
}
section.area12 {
  padding: 120px 0;
  background: url("../img/cvmax/faq-bg.webp") center center;
  background-size: cover;
}
section.area12 .cvh2 span {
  color: #5188e8;
}
section.area12 .cvh2:before {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #2b6ee3 2px, #2b6ee3 4px);
}
section.area12 .cvh2 h2 {
  color: #fff;
}
.accordion-box-txt p {
  margin: 0 !important;
}
/*FAQ*/
/*アコーディオンで現れるエリア*/
.accordion-box {
  display: none;
  /*はじめは非表示*/
  margin: 0;
  padding: 3px;
}
.accordion-title-txt {
  line-height: 1.8;
  font-size: 15px;
  color: #2b6ee3;
  font-weight: bold;
}
.accordion-box-txt {
  width: 100%;
  font-size: 15px;
}
.accordion-btn {
  display: inline-block;
  width: auto;
  min-width: 150px;
  height: auto;
  background: #fcd24f;
  padding: 13px 30px;
  font-weight: bold;
  color: #1f1347 !important;
  text-align: center;
  text-decoration: none;
  position: relative;
  border-radius: 50px;
  border: 3px solid #1f1347;
  box-shadow: 0px 6px 0px 0 rgb(252 210 79);
}
.accordion-btn {
  display: inline-block;
  width: auto;
  min-width: 200px;
  height: auto;
  background: #fb9010;
  padding: 13px 30px;
  font-weight: bold;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none;
  position: relative;
  border-radius: 10px;
  border: none;
  box-shadow: none;
}
.accordion-area {
  margin-top: 0;
}
.accordion-area li {
  background: #fff;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
.accordion-area li:first-child {
  background: #fff;
  border-radius: 15px;
}
.accordion-area section {}
.accordion-title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  padding: 10px 20px;
  transition: all .5s ease;
  border-radius: 15px;
}
.accordion-title-wrap {
  display: flex;
  align-items: center;
}
.accordion-title-Q, .accordion-title-A {
  font-size: 20px;
  font-weight: bold;
  color: #1f1347;
  width: 40px;
  height: 40px;
  background-color: #37b1bc;
  border-radius: 50px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  padding-bottom: 5px;
  box-sizing: border-box;
  margin-right: 13px;
  box-shadow: 0px 4px 0px 0 rgb(55 177 188);
}
.accordion-title-Q {
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
  width: 38px;
  height: 38px;
  background-color: #2b6ee3;
  border-radius: 50px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding-bottom: 5px;
  box-sizing: border-box;
  margin-right: 20px;
  box-shadow: none;
}
.accordion-title-A {
  font-size: 22px;
  font-weight: bold;
  color: #2b6ee3;
  width: 38px;
  height: 38px;
  background-color: #ffffff;
  border-radius: 50px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding-bottom: 5px;
  box-sizing: border-box;
  margin-right: 13px;
  box-shadow: none;
}
/*アイコンの＋と×*/
.accordion-title::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0px 6px;
  border-color: #bbbbbb transparent transparent transparent;
}
.accordion-title::before {
    top: 48%;
    right: 30px;
    transform: rotate(180deg);
}
.accordion-title::after {
  top: 48%;
  right: 20px;
  transform: rotate(140deg);
}
/*　closeというクラスがついたら形状変化　*/
.accordion-title.close::before {
    transform: rotate(0deg);
}
.accordion-title.close::after {
  transform: rotate(220deg);
}.accordion-content.open .accordion-title::before {
    transform: rotate(0deg);
}.accordion-content.open .accordion-title.close::before {
    transform: rotate(180deg);
}
.accordion-box-wrap {
  display: flex;
  background: #d9e7ff;
  border-radius: 0 0 10px 10px;
  padding: 10px 15px;
  align-items: center;
}
section.area13 {
  padding: 100px 0;
}
section.area13 .cvh2 span {
  color: #ebf2ff;
}
section.area13 .cvh2:before {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #d9e7ff 2px, #d9e7ff 4px);
}
.area13box {
  border: 10px solid #2b6ee3;
  border-radius: 20px;
  padding: 120px 40px 40px;
}
.area13box th {
  background: none;
  border: none;
  width: 200px;
  text-align: left;
  position: relative;
}
.area13box table {
  border: none;
}
.area13box th span.req {
  background: #ff4800;
  position: absolute;
  right: 10px;
  font-size: 13px;
  padding: 2px 10px;
  border-radius: 5px;
  color: #fff;
}
.area13box td {
  border: none;
  width: calc(100% - 200px);
  padding: 15px 30px;
  box-sizing: border-box;
}
.area13box td input {
  border: 2px solid #d4d4d4;
  padding: 10px;
  width: 100%;
  font-size: 18px;
  border-radius: 5px;
  box-sizing: border-box;
}
.area13box table tr {
  border-bottom: 1px solid;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  border: 2px solid #d4d4d4;
  padding: 10px;
  width: 100%;
  font-size: 18px;
  border-radius: 5px;
  box-sizing: border-box;
}
.priv {
  text-align: center;
}
.lp-subIn input {
  width: 320px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  border-radius: 80px;
  font-size: 20px;
  background: #2b6ee3;
  color: #fff;
  border: none;
  box-shadow: 4px 4px 0 #bbcce8;
  cursor: pointer;
}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
    text-align: center;
    padding: 10px 0;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    padding: 10px;
    text-align: center;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

@media screen and (max-width: 1000px) {
	.Inner1000 {
    padding: 0 30px;
}.FVunder h2 {
    font-size: 24px;
}.FVunder h2 span {
    font-size: 18px;
}section.area_contact h2 span {
    font-size: 40px;
}.c_tel {
    padding: 0;
}.area01-under {
    padding: 30px 30px 10px;
}.area02-head .txt p span {
    font-size: 18px;
   margin: 0 5px;
}.Inner1000 {
    padding: 0 30px;
}

.area02-center {
    flex-wrap: wrap;
}

.area02box {
    width: 100%;
    margin-bottom: 20px;
    padding: 80px 40px 20px 100px;
    justify-content: flex-start;
}.area02-under .txt {
  padding: 0 30px;
}.area02-bottom {
   font-size: 25px;
}
section.area_contact.part2 .txt01 {
  background: #fff;
  font-size: 26px;
  position: absolute;
  top: -83px;
  width: 380px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  color: #2b6ee3;
  border-radius: 100px;
  border: 1px solid #000;
  box-shadow: 3px 3px 0 #000;
  position: relative;
}
section.area_contact.part2 .txt01:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 18.5px 0px 18.5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
section.area_contact.part2 .txt01:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 18.5px 0px 18.5px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  bottom: -27px;
  left: 46%;
  margin: 0;
  z-index: 0;
}
section.area_contact.part2 .txt02 p {
  font-size: 60px;
  color: #fff;
  line-height: 0;
  font-weight: 900;
}
div#content_lp p span.f2 {
  font-size: 40px;
}
section.area_contact.part2 .txt02 b {
  text-shadow: -5px -5px 0 white, 5px -5px 0 white, -5px 5px 0 white, 5px 5px 0 white, 0px -5px 0 white, 0px 5px 0 white, -5px 0px 0 white, 5px 0px 0 white;
  font-size: 95px;
  font-family: 'Roboto', sans-serif;
  color: #ff440a;
  position: relative;
  background: url("../img/cvmax/contact_u.webp") center bottom no-repeat;
  margin: 0 0 0 10px;
}
section.area_contact.part2 .txt02 b:after {
  content: "キューキュッパ！";
  text-shadow: none;
  font-size: 26px;
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 0.37em;
  color: #fff;
}
div#content_lp p b .f3 {
  font-size: 70px;
}
section.area_contact.part2 .txt02 {
  margin: 0 0 60px;
  width: 100%;
}
div#content_lp section.area_contact.part2 .txt03 p {
    font-size: 25px;
    font-weight: 900;
    line-height: 0;
    margin: 30px 0 25px;
    flex-wrap: wrap;
}
section.area_contact.part2 .txt03 {
  width: 100%;
  background: #ffffff;
  line-height: 2;
  display: block;
  padding: 0 0 3px;
  border: 2px solid;
  margin-bottom: 10px;
}
section.area_contact.part2 .txt03 p span {
  color: #ff440a;
  font-size: 42px;
  margin: 0 10px;
  vertical-align: bottom;
}
section.area_contact.part2 .txt03 p span b {
  font-size: 63px;
}
section.area_contact.part2 {
  padding: 30px 0 20px;
}.area03contIn .txt {
    padding: 0 20px;
}.area03contIn h4 {
    font-size: 18px;
    position: relative;
    margin: 20px 3px;
}.area03cont {
    width: 49%;
}.area03contIn h4 span b {
    font-size: 25px;
}div#content-lp img{
    max-width: 100%;
}.area04head .area04_h_box {
    flex-wrap: wrap;
}.area04head .area04_h_cont {
    width: 48%;
    margin-bottom: 20px;
}.area06_head .num span {
    padding: 0 0 0 10px;
    color: #fff;
}.area06_head .num {
    font-size: 32px;
}.area06_head h3 {
    font-size: 18px;
    line-height: 2;
    padding: 15px 0;
}.area06_head h3 span {
    font-size: 22px;
}.area06cont .txt .mobile_only img {
    margin: 0 auto;
    display: block;
}.area06cont .flex2 {
    padding: 0;
    flex-wrap: wrap;
}.area06cont .flex2 figure {
    padding: 0 0 20px;
    text-align: center;
    width: 100%;
}.area07cont {
    width: 48%;
    border: 4px solid #2b6ee3;
    border-radius: 15px;
    background: #fff;
    margin-bottom: 4%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}.area07under ul {
    justify-content: space-around;
}.area07under ul li {
    width: calc(100% / 5);
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}.area09cont {
    width: 49%;padding: 20px;
}.area09cont h3 {
    text-align: center;
    background: #2b6ee3;
    padding: 5px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}.area08cont:nth-child(2) .area08table table tr:last-child td:last-child span {
    font-size: 20px;
}.area10cont {
    width: 49%;
    padding: 15px;
}.area10head div h3 {
    font-size: 15px;
}.area11box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}.area11box ul li {
    width: 48%;
}.area11box ul li figure {
    position: relative;
    text-align: center;
    width: max-content;
    margin: 0 auto 30px;
}.area13box td {
    width: 100%;
}div#lpFV img {
    max-width: 100%;
}.accordion-title {
     padding: 10px 60px 10px 20px;
}.area11box ul li:nth-child(2n):before {
    content: none;
}
}
@media screen and (min-width: 600px) {
		.forSP{
		display: none;
	}
}
@media screen and (max-width: 599px) {
	.forSP{
		display: block;
	}
	.Inner1000 {
    padding: 0 20px;
}
	.lphead-l {
    padding: 10px 0;
}.lp-contact01 {
    display: none;
}div#lpFV {
    padding: 0;
}.FVunder {
    position: relative;
    height: auto;
    flex-wrap: wrap;
}.FVunder h2 {
    font-size: 20px;
    flex-wrap: wrap;
    padding: 10px;
    text-align: center;
    justify-content: center;
}.FVunder h2 span {
    font-size: 15px;
    margin: 4px auto;
    padding: 2px 20px;
}section.area_contact h2 span {
    font-size: 24px;
}
section.area_contact h2 span:before {
    content: "";
    position: absolute;
    left: -50px;
    background: url("../img/cvmax/c-left.webp");
    width: 50px;
    height: 50px;
    background-size: contain;
}
section.area_contact h2 span:after {
    content: "";
	background: url("../img/cvmax/c-right.webp");
    position: absolute;
    right: -50px;width: 50px;
	height: 50px;background-size: contain;
}section.area_contact .txt {
    font-size: 18px;
}.contact-link {
    flex-wrap: wrap;
}.c_tel {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}.c_tel div a {
    font-size: 32px;
}.c_mail {
    width: 100%;
    display: flex;
    align-items: center;
}.c_mail a {
     height: 60px;
}.area01-head .txt01 p img {
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 50%;
} .area01-head {
    text-align: center;
    margin-bottom: 20px;
}.area01-centerIn {
    background: #fff;
    padding: 15px 15px 20px 40px;
    border: 10px solid #bdd5ff;
    border-radius: 20px;
}.area01-centerIn li {
    font-size: 15px;
}.area01-under h3 {
    position: absolute;
    top: -22px;
    background: #2b6ee3;
    padding: 5px 10px;
    color: #fff;
    font-size: 15px;
    width: 90%;
}.area01-under {
    padding: 30px 15px 10px;
}.area02-head h2 span:before {
    left: -60px;
}.area02-head h2 span:after {
    right: -60px;
}.area02-head h2 span {
    font-size: 35px;
}.area02-head h2 b {
    position: relative;
    padding: 0 10px;
    margin: 0 20px;
    color: #fff;
    display: block;
}.area02-head h2 b:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ff4800;
    transform: skewX(-24deg);
    position: absolute;
    left: 0;
    z-index: -1;
}.area02-head .txt p span {
    font-size: 17px;
    margin: 0 5px;
    display: block;
    padding: 0 10px;
}.area02-head .txt p span:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -2;
    padding: 0 8px;
    background: linear-gradient(to bottom, rgba(255, 72, 0, 1) 1%, rgba(248, 219, 72, 1) 99%);
    border-radius: 10px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}.area02-head .txt p span:after {
    content: "";
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    position: absolute;
    z-index: -2;
    padding: 0 8px;
    background: #fff;
    border-radius: 7px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}.area02box {
    width: 100%;
    margin-bottom: 20px;
    padding: 100px 20px 20px 50px;
    justify-content: flex-start;
}.area02box h3 {
    position: absolute;
    left: 0;
    top: 40px;
    padding: 5px 30px 8px 5px;
    color: #ff4800;
    font-size: 16px;
    font-weight: 900;
}.area02-under .txt {
    padding: 0 20px;
    margin: 0 0 30px;
}
	.area02-bottom {
    font-size: 20px;
    display: block;
}.area02-bottom span {
    background: url("../img/cvmax/wevw.webp") center bottom;
    background-repeat: repeat-x;
    padding-bottom: 15px;
    display: block;
}section.area_contact.part2 .txt01 {
    width: 90%;font-size: 20px;
    height: 70px;
}div#content_lp p b .f3 {
    font-size: 50px;
}section.area_contact.part2 .txt02 b:after {
    content: "キューキュッパ！";
    text-shadow: none;
    font-size: 20px;
    position: absolute;
    top: -4px;
    right: 11%;
    letter-spacing: 0.37em;
    color: #fff;
}section.area_contact.part2 .txt02 p {
    font-size: 36px;
    color: #fff;
    line-height: 1;
    font-weight: 900;
}section.area_contact.part2 .txt02 {
    margin: -60px 0 0px;
    width: 100%;
}section.area_contact.part2 .txt02 b {
    display: block;
    font-size: 70px;
    margin: 20px 0;
    padding: 20px 0 30px;
}div#content_lp section.area_contact.part2 .txt03 p {
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
    margin: 30px 0 25px;
}.area03box {
    flex-wrap: wrap;
}.area03cont {
    width: 100%;
}.cvh2 span {
    bottom: 0px;
    font-size: 60px;
}.cvh2 h2 {
    font-size: 25px;
    position: relative;
    z-index: 1;
}section.area04 .cvh2 span {
    color: #eaf2ff;
    bottom: 45px;
}.area04head .area04_h_cont .txt {
    padding: 10px 10px;
    font-size: 14px;
}.area04head .area04_h_cont {
    width: 49%;
    margin-bottom: 20px;
}.area04head .area04_h_cont h3 {
    font-size: 18px;
    padding: 20px 10px;
}.area03contIn {
    padding: 0 10px;
}.area03contIn figure {
    background: #fff;
    padding: 10px;
    height: auto;
}.area04under figure {
    padding: 20px 10px;
    text-align: center;
}.area04under h4 {
    font-size: 24px;
}.area05_head ul {
    flex-wrap: wrap;
    justify-content: space-between;
}.area05_head ul li {
    position: relative;
    margin: 0 0 20px;
    width: 48%;
}.area05_head ul li:before {
    content: "×";
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: -10px;
    display: flex;
    align-items: center;
    height: 100%;
}
.area05_head ul li:nth-child(2n):before {
content: none;
}.area05_under .cont {
    width: 100%;
}section.area06 .cvh2 h2 span {
    position: relative;
    font-size: 17px;
}section.area06 .cvh2 h2 {
    font-size: 18px;
}section.area06 .cvh2 h2 b {
    font-size: 26px;
}.area06_head h3 span {
    font-size: 22px;
    line-height: 1.5;
}.area06_head .num:before {
    width: 110%;
    top: 0;
    left: -25px;
}.area06cont .txt {
    padding: 15px 15px 30px;
    font-size: 15px;
}.area06cont .flex2 figure {
    padding: 0 15px 15px;
    text-align: center;
    width: 100%;
}.area06_head h3 span {
    font-size: 20px;
    margin: 0 10px;
}.area07cont {
    width: 100%;
    border: 4px solid #2b6ee3;
    border-radius: 15px;
    background: #fff;
    margin-bottom: 4%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}.area07cont .txt {
    flex-grow: unset;
     font-size: 14px;
}.area07under h3 {
    font-size: 22px;
    padding: 10px 20px;
}.area07under ul li {
    width: 33%;
}.area08table table td {
    font-size: 18px;padding: 20px 0;
}.area08table table td span b {
    font-size: 30px;padding: 20px 10px;
}.area08cont h3 {
    font-size: 19px;
    padding: 20px 0;
}.area08cont:nth-child(2) .area08table table {
    white-space: nowrap;
    width: 500px;
}
.area08cont:nth-child(2) .area08table {
    overflow-x: scroll;
}
.area08cont:nth-child(2) .area08table:before,.area08cont:nth-child(2) .area08table:after {
    content: none;
}.area09cont {
    width: 100%;
    padding: 20px;
}.area10cont {
    width: 100%;
    padding: 15px;
}.area10head figure {
    margin-right: 5px;
}.area11box ul li figure {
    width: 100%;
}.area11box ul li figcaption {
    position: absolute;
    font-size: 14px;
}.area11box ul li {
    width: 49%;
}.area11box ul li .txt {
    padding: 0;
}.area11box ul li figure {
    margin: 0 auto 10px;
}.accordion-title-txt {
    width: calc(100% - 58px);
}.accordion-box-txt {
    width: calc(100% - 58px);
    font-size: 15px;
}.accordion-title::before {
  right: 10px;
}section.area13 {
    padding: 50px 0;
}.area13box {
    border: 10px solid #2b6ee3;
    border-radius: 20px;
    padding: 50px 15px 20px;
}.area13box th, .area13box td, .area13box table {
    display: block;
    width: 100%;
}.area13box td {
    padding: 15px 0;
    box-sizing: border-box;
}.lp-subIn input {
    width: 100%;
    height: 60px;
    justify-content: center;
}.cv_foot-up table th {
    white-space: nowrap;
}
}