@charset "UTF-8";
section.example {
  margin-top: 10vw;
  padding-top: 8.53333vw;
  padding-bottom: 5.06667vw;
  position: relative;
}
section.example::after {
  content: "";
  display: block;
  width: 94%;
  max-width: 1110px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.small {
  font-size: 25px;
}
@media only screen and (min-width: 750px) {
  section.example {
    padding-top: 50px;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 750px) {
  section.example {
    padding-bottom: 70px;
  }
}
/*------------------------------------------------------
cvArea
-------------------------------------------------------*/
.cvArea {
  width: 100%;
  padding: 40px 0;
  position: relative;
}
.cvArea.-bg {
  background-color: #e6e9f7;
}
@media only screen and (max-width: 736px) {
  .cvArea {
    padding: 24px 0;
  }
}

.cvAreaInner {
  width: 100%;
}

.cvAreaList {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .cvAreaList {
    display: block;
  }
}

.cvAreaListItem {
  margin: 0 14px;
  padding: 0;
}
@media only screen and (max-width: 736px) {
  .cvAreaListItem {
    margin: 0;
    padding: 0 4%;
  }
  .cvAreaListItem:not(:first-of-type) {
    margin-top: 20px;
  }
}
.cvAreaListItem.-document .cvAreaCopy {
  color: #354187;
}
@media only screen and (max-width: 736px) {
  .cvAreaListItem.-document .cvAreaBtn {
    width: 100%;
  }
}
.cvAreaListItem.-document .cvAreaBtnItem {
  background-color: #354187;
}
.cvAreaListItem.-document .cvAreaBtnItem span {
  background-image: url(../img/top_cv_icon02.png);
  padding-left: 35px;
  margin-left: -30px;
}
.cvAreaListItem.-trial .cvAreaCopy,
.cvAreaListItem.-estimation .cvAreaCopy {
  color: #f07a38;
}
@media only screen and (max-width: 736px) {
  .cvAreaListItem.-trial .cvAreaBtn {
    width: 100%;
  }
}
.cvAreaListItem.-trial .cvAreaBtnItem,
.cvAreaListItem.-estimation .cvAreaBtnItem {
  background-color: #f07a38;
  transition: 0.1s;
}
.cvAreaListItem.-trial .cvAreaBtnItem span {
  background-image: url(../img/top_cv_icon03.png);
  padding-left: 67px;
  margin-left: -30px;
}
.cvAreaListItem.-estimation .cvAreaBtnItem span {
  background-image: url(../img/top_cv_icon04.png);
  padding-left: 67px;
  margin-left: -30px;
  transition: 0.1s;
}

.cvAreaCopy {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .cvAreaCopy {
    font-size: 16px;
  }
}
.cvAreaCopy::before {
  content: "＼ ";
}
.cvAreaCopy::after {
  content: " ／";
}

.cvAreaBtn {
  width: 380px;
  height: 82px;
  margin-top: 5px;
}
@media only screen and (max-width: 736px) {
  .cvAreaBtn {
    height: 17.7334vw;
  }
}

.cvAreaBtnItem {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  transition: opacity 0.1s ease-out;
}
@media only screen and (max-width: 736px) {
  .cvAreaBtnItem {
    font-size: 16px;
  }
}
@media only screen and (min-width: 737px) {
  .cvAreaBtnItem:hover {
    opacity: 0.7;
  }
}
.cvAreaBtnItem::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 20px;
  top: 36px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 736px) {
  .cvAreaBtnItem::after {
    right: 20px;
    top: 7.6vw;
  }
}
.cvAreaBtnItem small {
  font-size: 0.8em;
  margin-right: 5px;
}
.cvAreaBtnItem span {
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
}
@media only screen and (max-width: 736px) {
  .cvAreaBtnItem span {
    background-size: contain;
  }
}

/*------------------------------------------------------
wpdl
-------------------------------------------------------*/
.wpdl {
  width: 100%;
  position: relative;
  padding: 60px 0 0;
}
@media only screen and (max-width: 736px) {
  .wpdl {
    padding: 12vw 0;
  }
}

.wpdlCard {
  width: 830px;
  background-color: #fff7dc;
  border: solid 1px #354187;
  border-radius: 5px;
  padding: 40px 50px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 736px) {
  .wpdlCard {
    width: 96%;
    padding: 20px;
    display: block;
    position: relative;
  }
}

.wpdlCardLeft {
  width: 505px;
}
@media only screen and (max-width: 736px) {
  .wpdlCardLeft {
    width: 100%;
  }
}

.wpdlCardRight {
  width: 220px;
}
@media only screen and (max-width: 736px) {
  .wpdlCardRight {
    width: 34%;
    position: absolute;
    top: 10px;
    right: 11px;
  }
}

.wpdlCardTitle {
  font-size: 22px;
  font-weight: bold;
  color: #354187;
}
@media only screen and (max-width: 736px) {
  .wpdlCardTitle {
    font-size: 20px;
    line-height: 1.4;
    width: 55%;
  }
}
.wpdlCardTitle span {
  display: inline-block;
  padding: 0.3em 1.2em 0.2em;
  background-color: #fff;
  font-size: 16px;
  border-radius: 30px;
  vertical-align: middle;
  margin-right: 0.5em;
}
@media only screen and (max-width: 736px) {
  .wpdlCardTitle span {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.wpdlCardCopy {
  margin-top: 15px;
  font-weight: bold;
  color: #354187;
}
@media only screen and (max-width: 736px) {
  .wpdlCardCopy {
    color: #333;
  }
}

.wpdlCardBtn {
  margin-top: 30px;
  width: 248px;
  height: 50px;
}
@media only screen and (max-width: 736px) {
  .wpdlCardBtn {
    width: 100%;
    margin-top: 20px;
    width: 66vw;
  }
}

.wpdlCardBtnItem {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  background-color: #f07a38;
}
@media only screen and (min-width: 737px) {
  .wpdlCardBtnItem:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 736px) {
  .wpdlCardBtnItem {
    justify-content: flex-start;
    font-size: 16px;
    padding-left: 20px;
  }
}
.wpdlCardBtnItem::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 16px;
  top: 20px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 736px) {
  .wpdlCardBtnItem::after {
    right: 20px;
    top: 5.4vw;
  }
}

/*------------------------------------------------------
comparison
-------------------------------------------------------*/
.comparisonHead {
  width: 100%;
  padding: 50px 0 60px;
  background-color: #3a4d96;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .comparisonHead {
    padding: 8vw 6vw 9vw;
  }
}

.comparisonTitle {
  text-align: center;
  color: #fff;
  font-size: 24px;
}

.comparisonCopy {
  color: #fff;
  display: flex;
  justify-content: center;
  font-weight: normal;
  margin-top: 20px;
}

.comparison {
  width: 100%;
  padding-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .comparison {
    padding-bottom: 12vw;
  }
}

.comparisonInner {
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  .comparisonInner {
    width: 100%;
    padding: 0 5vw;
  }
}

.comparisonCard {
  width: 100%;
  margin-top: 60px;
}
@media only screen and (max-width: 736px) {
  .comparisonCard {
    margin-top: 10vw;
  }
}
.comparisonCard:not(:first-of-type) {
  margin-top: 40px;
}
@media only screen and (max-width: 736px) {
  .comparisonCard:not(:first-of-type) {
    margin-top: 10vw;
  }
}

.comparisonCardHead {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  .comparisonCardHead {
    display: block;
  }
}

.comparisonCardLeft {
  width: 600px;
}
@media only screen and (max-width: 736px) {
  .comparisonCardLeft {
    width: 100%;
  }
}
.comparisonCardLeft p {
  font-size: 14px;
  font-weight: normal;
  margin-top: 26px;
}
@media only screen and (max-width: 736px) {
  .comparisonCardLeft p {
    margin-top: 18px;
  }
}
.comparisonCardLeft p:not(:first-of-type) {
  margin-top: 1em;
}
.comparisonCardLeft p.caption {
  font-weight: normal;
  font-size: 12px;
}

.comparisonCardTitle {
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
  border-left: solid 10px #354187;
}
.comparisonCardTitle span {
  display: block;
  font-size: 24px;
  color: #f07a38;
}

.comparisonCardRight {
  width: 460px;
}
@media only screen and (max-width: 736px) {
  .comparisonCardRight {
    width: 100%;
    margin-top: 20px;
  }
}

.comparisonCardBody {
  margin-top: 30px;
}
@media only screen and (max-width: 736px) {
  .comparisonCardBody {
    width: 100%;
    margin-top: 6vw;
    overflow-x: scroll;
  }
  .comparisonCardBody .comparisonCardBodyInner {
    width: 850px;
    height: 289px;
  }
}

/*------------------------------------------------------
fv
-------------------------------------------------------*/

.of_flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col_base_6 {
  box-sizing: border-box;
  flex: 0 0 49.99998%;
  max-width: 49.99998%;
  min-width: 0;
  word-wrap: break-word;
}

.sec_fv {
  background-image: url(../img/fv_bg.png);
  background-size: contain;
}

.sec_fv .inner_fv {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .sec_fv .inner_fv {
    width: 100%;
  }
}

.sec_fv .inner_fv .area1_txt .box0_read {
  text-align: center;
  position: relative;
  top: 13px;
  left: 15px;
}

.sec_fv .inner_fv .area1_txt .box1_read_sp {
  display: none;
}

@media screen and (max-width: 1100px) {
  .sec_fv .inner_fv .area1_txt .box0_read {
    display: none;
  }
  .sec_fv .inner_fv .area1_txt .box1_read {
    display: none;
  }
  .sec_fv .inner_fv .area1_txt .box1_read_sp {
    display: block;
    width: 40vw;
  }
}

@media screen and (max-width: 560px) {
  .sec_fv .inner_fv .area1_txt .box1_read_sp {
    width: 60vw;
  }
	
}

.sec_fv .inner_fv .area1_txt {
  padding: 60px 0 0 10px;
  box-sizing: border-box;
}

.sec_fv .inner_fv .area1_txt .box1_read {
  font-size: 26px;
}

.sec_fv .inner_fv .area1_txt .box1_read .dot-text {
  padding-top: 0.3em;
  background-position: top left -3px;
  background-repeat: repeat-x;
  background-size: 1.1em 0.4em;
  background-image: radial-gradient(
    0.11em 0.11em at center center,
    black,
    black 100%,
    transparent
  );
}

.sec_fv .inner_fv .area1_txt .box1_read img {
  padding-left: 0.3rem;
}

.sec_fv .inner_fv .area1_txt .box2_catch {
  font-size: 52px;
  line-height: 1.2;
  padding-bottom: 20px;
  letter-spacing: -2px;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  .sec_fv .inner_fv .area1_txt .box2_catch {
    font-size: 9vw;
  }
}

.sec_fv .inner_fv .area1_txt .box2_catch .color {
  color: #f85923;
  border-bottom: solid 4px;
  padding-bottom: 0rem;
  display: inline-block;
  font-size: 38px;
}

.sec_fv .inner_fv .area1_txt .box3_txt .bl1_txt {
  font-size: 24px;
  margin-bottom: 20px;
}

.sec_fv .inner_fv .area1_txt .box3_txt .bl1_txt .emt1_txt {
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.4;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  border-bottom: none;
}

@media screen and (max-width: 560px) {
  .sec_fv .inner_fv .area1_txt .box3_txt .bl1_txt .emt1_txt {
    padding-left: 3.5rem;
  }
}

.sec_fv .inner_fv .area1_txt .box3_txt .bl1_txt .emt1_txt span {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #fe5a23;
}

.sec_fv .inner_fv .area1_txt .box3_txt .bl1_txt .emt1_txt:before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/icon_1.png) no-repeat;
  background-size: contain;
  top: 7px;
}

.sec_fv .inner_fv .area1_txt .box3_txt .bl1_txt .emt2_txt {
  position: relative;
  padding-left: 2.5rem;
  font-weight: bold;
}








.sec_fv .inner_fv .area1_txt .box3_txt .bl1_txt .list2,
.sec_fv .inner_fv .area1_txt .box3_txt .bl1_txt .list3{
	position: relative;
	padding-left: 2.5rem;
}

.sec_fv .inner_fv .area1_txt .box3_txt .bl1_txt .list2:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f073";
  font-size: 21px;/*values(min:23px,max25px)viewport(min768px,max2000px)*/
  display: inline-block;
  transform: translate(0px, -1px);
  margin-right: 3px;
  color: #30428B;
  position: absolute;
  left: 0;
  top: 6px;
}

.sec_fv .inner_fv .area1_txt .box3_txt .bl1_txt .list3:before {
	position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f8cc";
  font-size: 21px;/*values(min:23px,max25px)viewport(min768px,max2000px)*/
  display: inline-block;
  /*transform: translate(0px, -1px);*/
  margin-right: 3px;
  color: #30428B;
  top: 6px;
}

.sec_fv .inner_fv .area1_txt .box3_txt .bl1_txt .adjustment{
	font-weight: bold;
	margin-left: 3px;
}
@media screen and (max-width: 560px) {
.sec_fv .inner_fv .area1_txt .box3_txt .bl1_txt .adjustment{
	line-height: 1.3;
    padding-bottom: 7px;
}
}



@media screen and (max-width: 560px) {
  .sec_fv .inner_fv .area1_txt .box3_txt .bl1_txt .emt2_txt:before {
    top: 5px;
  }
  .sec_fv .inner_fv .area1_txt .box3_txt .bl1_txt .emt2_txt {
    padding-left: 3.5rem;
  }
}


.sec_fv .inner_fv .area1_txt .box3_txt .bl1_txt .emt3_txt {
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.4;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  border-bottom: none;
}

@media screen and (max-width: 560px) {
  .sec_fv .inner_fv .area1_txt .box3_txt .bl1_txt .emt3_txt {
    padding-left: 3.5rem;
  }
}

.sec_fv .inner_fv .area1_txt .box3_txt .bl1_txt .emt3_txt span {
  font-size: 24px;
  font-weight: bold;
}

.sec_fv .inner_fv .area1_txt .box3_txt .bl1_txt .emt3_txt:before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/icon_3.png) no-repeat;
  background-size: contain;
  top: 7px;
}



.sec_fv .area1_img .box1_logo .bl1_logo {
  justify-content: end;
  align-items: center;
  padding: 10px 0 0;
  box-sizing: border-box;
}

.sec_fv .area1_img ul.bl1_logo {
  position: relative;
  top: 5px;
}

.sec_fv .area1_img .box2_img {
  box-sizing: border-box;
  padding-top: 60px;
}

.sec_fv .area1_img li.emt3_logo img {
  width: 190px;
  padding-right: 1.4rem;
}

@media screen and (max-width: 560px) {
  .sec_fv .area1_img li.emt3_logo img {
    width: 100px;
  }
}

.sec_fv .area1_img li.emt2_logo img {
  width: 90px;
  margin-right: 1.4rem;
}

@media screen and (max-width: 560px) {
  .sec_fv .area1_img li.emt2_logo img {
    width: 50px;
  }
}

.sec_fv .area1_img li.emt1_logo img {
  width: 65px;
}

@media screen and (max-width: 560px) {
  .sec_fv .area1_img li.emt1_logo img {
    width: 40px;
  }
}

@media screen and (max-width: 1100px) {
  .sec_fv .area1_img {
    order: 1;
  }

  .sec_fv .area1_img .area_inner {
    width: 90%;
    margin: 0 auto;
  }

  .sec_fv .area1_img .area_inner .box2_img {
    text-align: center;
  }

  .sec_fv .area1_img .box2_img {
    padding: 0;
    box-sizing: border-box;
  }

  .sec_fv .inner_fv .area1_txt {
    padding: 0px 0 0 0px;
    order: 2;
  }

  .sec_fv .area1_txt .area_inner {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 560px) {
  .sec_fv .inner_fv .area1_txt .box1_read {
    font-size: 20px;
  }

  .sec_fv .inner_fv .area1_txt .box2_catch {
    font-size: 9vw;
  }
  .sec_fv .area1_txt .area_inner {
    width: 90%;
  }
  .box1_read img {
    width: 100px;
  }
  .sec_fv .inner_fv .area1_txt .box3_txt {
    margin-bottom: 30px;
  }
  .sec_fv .inner_fv .area1_txt .box3_txt .bl1_txt .emt1_txt span {
    font-size: 6vw;
  }
  .sec_fv .inner_fv .area1_txt .box3_txt .bl1_txt .emt1_txt {
    font-size: 4vw;
    padding-bottom: 1.5rem;
  }

  .sec_fv .inner_fv .area1_txt .box3_txt .bl1_txt .emt2_txt,
  .sec_fv .inner_fv .area1_txt .box3_txt .bl1_txt .emt3_txt {
    font-size: 6vw;
    line-height: 1.3;
  }
  .sec_fv .area1_txt .area_inner {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  header.header {
    height: 80px;
  }
}

.topPage {
  display: none;
  position: relative;
  bottom: -72px;
  z-index: 100;
}
.topPage.topFix {
  bottom: 0;
  position: fixed;
  right: 7%;
}
.topPage a {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f07a38;
  bottom: 40px;
  right: 7%;
  margin: auto;
  vertical-align: middle;
}
.topPage a:hover {
  background: #f3a275;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.topPage a::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  position: absolute;
  top: 27px;
  right: 22px;
}

@media screen and (max-width: 750px) {
  header.header p.open-close {
    font-size: 2vw;
  }

  header.header .tel-block {
    width: 65.4vw;
  }

  header.header .in {
    height: 9.93333vw;
  }
  header.header figure.logo {
    align-items: center;
    display: flex;
  }
}

div.campaignBanner{
	text-align: center;
}

div.campaignBanner a img{
    margin: 0 auto;
	display: inline-block;
    text-align: center;
	margin-top: 56px;
}


div.campaignBanner a:hover{
	opacity: 0.5;
}

@media screen and (max-width: 560px) {
div.campaignBanner a img{
	width: 90%;
    margin-top: 34px;
}
}