/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
  line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display:block;
}

ul,ol {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted #000;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
  vertical-align:middle;
}

img{
  line-height:1;
  vertical-align:bottom;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/************** layout base ********************/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

a{text-decoration:none; color:#000000;}
a:hover{text-decoration: none;}
a:link{}

a:visited{color:#0d5bab;}

sup {
  line-height: 100%;
  font-size:10px;
  vertical-align: 0.4em;
}
sub{
  line-height: 100%;
  font-size:10px;
  vertical-align: -0.1em;
}

.txtLeft{text-align:left;}
.txtRight{text-align:right;}
.txtCenter{text-align:center;}

.fw{font-weight:bold !important;}
.f10{ font-size:10px !important;}
.f11{ font-size:11px !important;}
.f12{ font-size:12px !important;}
.f13{ font-size:13px !important;}
.f14{ font-size:14px !important;}
.f15{ font-size:15px !important;}
.f16{ font-size:16px !important;}
.f17{ font-size:17px !important;}
.f18{ font-size:18px !important;}
.f20{ font-size:20px !important;}
.f22{ font-size:22px !important;}
.f24{ font-size:24px !important;}

.txtRed{ color:#D80000;}

.fLeft{ float:left;}
.fRight{ float:right;}

.mTop0{ margin-top:0 !important;}
.mTop5{ margin-top:5px !important;}
.mTop10{ margin-top:10px !important;}
.mTop15{ margin-top:15px !important;}
.mTop20{ margin-top:20px !important;}
.mTop25{ margin-top:25px !important;}
.mTop30{ margin-top:30px !important;}
.mTop35{ margin-top:35px !important;}
.mTop40{ margin-top:40px !important;}
.mTop45{ margin-top:45px !important;}
.mTop50{ margin-top:50px !important;}
.mTop55{ margin-top:55px !important;}
.mTop60{ margin-top:60px !important;}

.mBtm0{ margin-bottom:0 !important;}
.mBtm5{ margin-bottom:5px !important;}
.mBtm10{ margin-bottom:10px !important;}
.mBtm15{ margin-bottom:15px !important;}
.mBtm20{ margin-bottom:20px !important;}
.mBtm25{ margin-bottom:25px !important;}
.mBtm30{ margin-bottom:30px !important;}
.mBtm35{ margin-bottom:35px !important;}
.mBtm40{ margin-bottom:40px !important;}
.mBtm45{ margin-bottom:45px !important;}
.mBtm50{ margin-bottom:50px !important;}
.mBtm55{ margin-bottom:55px !important;}
.mBtm60{ margin-bottom:60px !important;}
.mBtm70{ margin-bottom:70px !important;}
.mBtm80{ margin-bottom:80px !important;}
.mBtm90{ margin-bottom:90px !important;}
.mBtm100{ margin-bottom:100px !important;}

.pTop0{ padding-top:0 !important;}
.pTop5{ padding-top:5px !important;}
.pTop10{ padding-top:10px !important;}
.pTop15{ padding-top:15px !important;}
.pTop20{ padding-top:20px !important;}
.pTop25{ padding-top:25px !important;}
.pTop30{ padding-top:30px !important;}
.pTop35{ padding-top:35px !important;}
.pTop40{ padding-top:40px !important;}
.pTop45{ padding-top:45px !important;}
.pTop50{ padding-top:50px !important;}

.pBtm0{ padding-bottom:0 !important;}
.pBtm5{ padding-bottom:5px !important;}
.pBtm10{ padding-bottom:10px !important;}
.pBtm15{ padding-bottom:15px !important;}
.pBtm20{ padding-bottom:20px !important;}
.pBtm25{ padding-bottom:25px !important;}
.pBtm30{ padding-bottom:30px !important;}
.pBtm35{ padding-bottom:35px !important;}
.pBtm40{ padding-bottom:40px !important;}
.pBtm45{ padding-bottom:45px !important;}
.pBtm50{ padding-bottom:50px !important;}
.pBtm55{ padding-bottom:55px !important;}
.pBtm60{ padding-bottom:60px !important;}

/************** layout base ********************/
body{
  background: #ffffff;
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  text-align: left;
  line-height:1.5;
}

p,dt,dd,li,td,th{
  color:#727171;
  font-size:14px;
}

div,p,dl{
  text-align:left;
}

h1,h2,h3,h4,h5,h6{
  color: #000000;
  font-size:14px;
  font-weight: normal;
}

/*------------------ list style----------------*/
.numberList{
  padding:0 0 0 18px;
}
.numberList li{
  list-style:decimal outside;
  padding:0 0 5px 0;
}

.discList{
  padding:0 0 0 18px;
}
.discList li{
  list-style:disc outside;
  padding:0 0 2px 0;
}

.indentList li{
  padding-left:1em;
  text-indent:-1em;
}

/*================================
  header
================================*/
#header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  width: 965px;
  margin: 0 auto;
}
#header .logo{
  display: inline-block;
  vertical-align: middle;
}
#header .logo01{
  margin-right: 20px;
}
#header .btn{
  float: right;
  width: 315px;
}
#header .btn img{
  display: block;
  width: 100%;
}


/*================================
  footer
================================*/
#footer{
  width: 965px;
  margin: 67px auto 40px auto;
}

#footer #pagetop{
  display: none;
  position: fixed;
  right: 5%;
  bottom: 130px;
  z-index: 1;
}
#footer .footLogo img{
  margin: 0 0 5px 0;
}
#footer .footLogo a{
  background: url(../../img/landing_v3_a/ic_window.png) right 6px no-repeat;
  color: #007fdf !important;
  padding: 0 15px 0 5px;
  font-size: 12px;
  text-decoration: underline;
}
#footer .footLogo a:hover{
  text-decoration: none;
  opacity:0.6;
  filter:alpha(opacity=60);
  -ms-filter: 窶彗lpha( opacity=60 )窶�
}

/*================================
  contents
================================*/
.mainLead{
  background: #0058a9;
  padding: 11px 0 10px 0;
  text-align: center;
}

.mainImg{
  padding: 10px 0 100px;
  background: url(../../img/landing_v3_a/mainimg.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
}
.mainImg h1{
  position: relative;
  width: 965px;
  margin: 0 auto;
}

.btn-mainImg{
  position: absolute;
  bottom: -20px;
  right: 0;
}

.mainlead{
  position: absolute;
  bottom: -55px;
  right: -105px;
}


.requestBtn{
  position: relative;
  margin: 25px 0 0 0;
  text-align: center;
}

.requestBtn-only{
  margin: 60px 0 70px;
}

.requestBtn-m-none {
  position: relative;
  margin: 0;
  text-align: center;
}


.leadTxt{
  color: #666666;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}


.transformInner{
  position: relative;
  overflow: hidden;
}
.transformInner:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 0 -10% 0;
  background: #176fc0;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3.2deg);
  -ms-transform: rotate(-3.2deg);
  transform: rotate(-3.2deg);
  z-index: -1;
}

.reasonNote {
  font-size: 12px;
}

/* experience
---------------------------------------------------------------------------- */
.experience{
  background: url(../../img/landing_v3_a/bg_experience.png) center bottom no-repeat #0058a9;
  background-size: contain;
  padding: 90px 0 12% 0;
}
.experience p{
  text-align: center;
}


/* recruit
---------------------------------------------------------------------------- */
.recruit{
  background:url(../../img/landing_v3_a/bg_recruit.png) center bottom no-repeat #f4e819;
  background-size: contain;
  padding: 45px 0 8% 0;
}
.recruit p{
  text-align: center;
}

/* gapBlock
---------------------------------------------------------------------------- */
.gapBlock .leadTxt{
  margin: 0 0 30px 0;
  font-size: 25px;
}
.gapBlock .leadTxt span{
  font-size: 16px;
}
.gapBlock h2{
  margin-bottom: 5px;
  text-align: center;
}
.gapBlock h3{
  margin-bottom: 10px;
  text-align: center;
}
.gapBlock .pointImg{
  width: 965px;
  margin: 0 auto;
}
.gapBlock .pointImg li{
  position: relative;
  margin: 50px 0 0 0;
}
.gapBlock .pointImg li:first-child{
  margin: 0;
}
.gapBlock .pointImg li span{
  position: absolute;
  top: -75px;
  left: -70px;
}

.gapBlock .pointTxt{
  overflow: hidden;
  width: 865px;
  margin: 25px auto 0;
}
.gapBlock .pointTxt li{
  background: url(../../img/landing_v3_a/bg_circle.png) left top no-repeat;
  float: left;
  width: 268px;
  margin: 0 0 0 30px;
  padding: 128px 0 0 0;
  color: #ffffff;
  font-size: 17px;
}
.gapBlock .pointTxt li:first-child{
  margin: 0;
}
.gapBlock .pointTxt li p{
  margin-bottom: 95px;
  color: #0058a9;
  font-size: 25px;
  font-weight: bold;
  text-align:center;
}

.gapBlock .transformInner{
  background: url(../../img/landing_v3_a/bg_transforminner.gif) left bottom repeat-x;
  margin: -130px 0 0 0;
  padding: 80px 0 130px;
}
.gapBlock  .transformInner:before{
  background: #176fc0;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3.2deg);
  -ms-transform: rotate(-3.2deg);
  transform: rotate(-3.2deg);
  z-index: -1;
 }

.gapBlock .transformInner .requestBtn{
  margin-top:70px;
}

/* voice
---------------------------------------------------------------------------- */
.voice{
  position: relative;
  background: #0cb528;
  padding: 0 0 55px 0;
  z-index: 1;
}
.voice h2{
  position: relative;
  margin: 100px 0 45px 0;
  text-align: center;
}
.voice ul li{
  position: relative;
  background: #ffffff;
  width: 790px;
  margin: 62px auto 0 auto;
  padding: 20px 73px 20px 81px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
}
.voice ul li:first-child{
  margin-top: 0;
}
.voice ul li:last-child {
  padding-top:45px;
}
.voice ul li h3{
  color: #0cb528;
  font-size: 40px;
  font-weight: bold;
}
.voice ul li .clientVoice{
  background: url(../../img/landing_v3_a/voice_img.png) 13px 21px no-repeat;
  border-top: 16px solid #f4e819;
  margin: 15px 0 0 0;
  padding: 30px 0 4px 80px;
  font-size: 18px;
  font-weight: bold;
}
.voice ul li:first-child span{
  position: absolute;
  top: -38px;
  right: -55px;
}
.voice ul li:last-child span{
  position: absolute;
  top: -38px;
  left: -65px;
}

.voice .transformInner{
  background: url(../../img/landing_v3_a/bg_green.gif) left bottom repeat-x;
  margin: -200px 0 0 0;
  padding: 3% 0 30px;
}

/* employ
---------------------------------------------------------------------------- */
.employ{
  background: url(../../img/landing_v3_a/bg_employ.png) center bottom no-repeat #f7f6d8;
  background-size: contain;
  padding: 50px 0 8% 0;
}
.employ h2{
  margin: 0 0 245px 0;
  text-align: center;
}
.employ ul{
  width: 964px;
  margin: 0 auto 25px auto;
}
.employ ul:after {
  content: "";
  clear: both;
  display: block;
}
.employ ul li{
  position: relative;
  float: left;
  background: #0cb528;
  width: 472px;
  padding: 205px 16px 35px 35px;
  color: #ffffff;
  font-size: 18px;
  line-height: 34px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.employ ul li span{
  font-weight: bold;
}
.employ ul li h3{
  margin: 0 0 25px 0;
}
.employ ul li:first-child{
  background: #ff3066;
  margin-right: 19px;
}
.employ ul li .employImg{
  position: absolute;
  top: -203px;
  left: 19px;
}


/* caseReport
---------------------------------------------------------------------------- */
.caseReport{
  background: url(../../img/landing_v3_a/bg_report.png) center bottom no-repeat;
  background-size: contain;
  padding: 75px 0 9% 0;
}
.caseReport .leadTxt{
  margin: 0 0 35px 0;
}
.caseReport h2{
  margin: 0 0 40px 0;
  text-align: center;
}
.caseReport ul{
  width: 965px;
  margin: 8px auto 0 auto;
}
.caseReport ul li{
  position: relative;
}
.caseReport ul li:nth-child(1){
  padding: 90px 0 0 0;
}
.caseReport ul li:nth-child(2){
  padding: 113px 0 0 0;
}
.caseReport ul li:nth-child(3){
  margin: 30px 0 0 0;
  padding: 84px 0 0 0;
}
.caseReport ul li h3{
  background: #003c99;
  margin: 0 0 50px 0;
  padding: 15px 0 15px 110px;
}
.caseReport ul li h3 span{
  position: absolute;
  left: -39px;
}
.caseReport ul li:nth-child(1) h3 span{
  top: 42px;
}
.caseReport ul li:nth-child(2) h3 span{
  top: 65px;
}
.caseReport ul li:nth-child(3) h3 span{
  top: 36px;
}
.caseReport ul li .caseImg{
  position: absolute;
}
.caseReport ul li:nth-child(1) .caseImg{
  top: 10px;
  right: 0;
}
.caseReport ul li:nth-child(2) .caseImg{
  top: 27px;
  right: 33px;
}
.caseReport ul li:nth-child(3) .caseImg{
  top: -2px;
  right: 33px;
}
.caseReport ul li p{
  margin: 0 0 25px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
}

/* test
---------------------------------------------------------------------------- */
.test{
  background: url(../../img/landing_v3_a/bg_test.png) center bottom no-repeat #0058a9;
  background-size: contain;
  background: #0058a9;
  padding: 75px 0;
}

.test h2{
  text-align: center;
}
.type h2{
  margin: 0 0 30px 0;
}
.type p{
  margin: 0 0 15px 0;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}
.type table{
  border: 2px solid #ffffff;
  width: 965px;
  margin: 0 auto 63px auto;

}
.type table th{
  border: 2px solid #ffffff;
  width: 155px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
}
.type table td{
  border: 2px solid #ffffff;
  padding: 20px;
  color: #ffffff;
  font-size: 18px;
  vertical-align: middle;
}
.type table td span{
  font-size: 16px;
}

.mount h2{
  margin: 0 0 47px 0;
}
.mount ul{
  overflow: hidden;
  width: 964px;
  margin: 0 auto;
}
.mount ul li{
  float: left;
  margin: 0 0 0 19px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.mount ul li:first-child{
  margin: 0;
}
.mount ul li img{
  margin: 0 0 20px 0;
}


/* plan
---------------------------------------------------------------------------- */
.plan{
  position: relative;
  padding: 80px 0 70px 0;
}
.planImg{
  text-align: center;
  margin-bottom: 20px;
}
.plan h2{
  margin: 0 0 20px 0;
  text-align: center;
}
.plan .price{
  margin: 0 0 35px 0;
  color: #0058a9;
  font-size: 16px;
  text-align: center;
}
.planBox{
  position: relative;
  border: 8px solid #0058a9;
  background: #f5fdff;
  width: 897px;
  margin: 0 auto;
  padding: 40px 0 30px 65px;
  color: #ff5230;
  font-size: 30px;
  font-weight: bold;
}
.planBox span{
  position: absolute;
  display: block;
  top: -35px;
  left: 287px;
  padding: 10px 0 6px 0;
  background: #0058a9;
  width: 320px;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.planBox:after{
  position: absolute;
  content: "";
  left: 50%;
  bottom: -28px;
  background:url(../../img/landing_v3_a/plan_arrow.png) center top no-repeat;
  width: 41px;
  height: 20px;
  margin-left: -20px;
}


/* qa
---------------------------------------------------------------------------- */
.qa{
  background: #eef7ff;
  width: 965px;
  margin: 0 auto 25px auto;
  padding: 21px 25px 20px 32px;
  box-shadow:0px 0px 5px 2px #d1d1d1;
  -moz-box-shadow:0px 0px 5px 2px #d1d1d1;
  -webkit-box-shadow:0px 0px 5px 2px #d1d1d1;
}
.qa h2{
  position: relative;
  border-bottom: 4px solid #0058a9;
  margin: 0 0 25px 0;
  padding-bottom:20px;
}
.qa h2 span{
  position: absolute;
  top: -60px;
  right: 0;
}
.qa dl dt{
  background:url(../../img/landing_v3_a/ic_q.png) left top no-repeat;
  margin: 0 0 10px 0;
  padding: 8px 0 3px 70px;
  color: #0058a9;
  font-size: 28px;
}
.qa dl dd{
  padding: 0 40px 20px 70px;
  color: #494949;
  font-size: 18px;
}
.qa dl dd.q01{
  position: relative;
  padding: 0 275px 40px 70px;
}
.qa dl dd .qaImg{
  position: absolute;
  top: -60px;
  right: 0;
}
.qa table{
  border: 1px solid #8797a6;
  width: 796px;
}
.qa table {
  border: 1px solid #8797a6;
  margin: 20px 0 10px 0;
}
.qa table thead th{
  background: #6276a9;
  padding: 15px 0 15px 0;
  color: #ffffff;
  text-align: center;
}
.qa table tbody th{
  background: #e8edf7;
  width: 220px;
  text-align: center;
}
.qa table th,
.qa table td{
  border: 1px solid #8797a6;
  font-size: 18px;
  vertical-align: middle;
}
.qa table td{
  background: #ffffff;
  padding: 15px 25px 15px 20px;
  color: #494949;
}

.qa-note{
  width: 965px;
  margin: 0 auto 25px;
  font-size: 12px;
  line-height: 1.5;
  color: #494949;
}
.qa-note .title {
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #aaa;
  font-weight: normal;
  font-size: inherit;
}
.qa-note dl,
.qa-note dt,
.qa-note dd {
  font-size: inherit;
}
.qa-note a {
  color: inherit;
}
.qa-note dd + dt{
  margin-top: 1em;
}
.qa-note dt:before {
  content: '\25CF';
  margin-right: 0.25em;
}
.qa-note dd {
  color: #aaa;
}


/*================================
  spi_lp01b
================================*/
/* common
---------------------------------------------------------------------------- */
.mainLead{
  position: relative;
  background: #0058a9;
  padding: 11px 0 10px 0;
  text-align: center;
}
#typeB .mainLead{
  padding: 10px 0 5px 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
#typeB .mainLead span{
  background: url(../../img/landing_v3_a/mainlead_img.png) no-repeat left top;
  padding: 8px 0 5px 80px;
}

#typeB .mainImg{
  background: url(../../img/landing_v3_a/mainimg02.jpg) center 50% no-repeat;
  background-size: cover;
  position: relative;
}


.sourceTxt{
  width: 965px;
  margin: 10px auto 0;
  font-size: 12px;
  text-align: right;
}

/* anxiety
---------------------------------------------------------------------------- */
.anxiety{
  background: url(../../img/landing_v3_a/bg_anxiety.png) center bottom no-repeat #0058a9;
  background-size: contain;
  padding: 60px 0 3.5%;
}
.anxiety h2{
  text-align: center;
}
.anxiety ul{
  width: 965px;
  margin: 0 auto;
}
.anxiety ul li{
  margin: 0 0 5px 0;
}
.anxiety .sourceTxt{
  color: #ffffff;
}


/* getBetter
---------------------------------------------------------------------------- */
.getBetter{
  background:url(../../img/landing_v3_a/bg_getbetter02.png) center bottom no-repeat #f4e819;
  background-size: contain;
  padding: 45px 0 9.2% 0;
}
.getBetter.--02{
  background: #f4e819;
  padding: 45px 0 10px 0;
}
.getBetter h2{
  margin: 0 0 60px 0;
  text-align: center;
}
.getBetter p{
  position: relative;
  text-align: center;
}
.getBetterImg span{
  position: absolute;
  bottom: -65px;
  left: 50%;
  margin-left: -312px;
}

.simpleQa{
  width: 950px;
  margin: 0 auto;
}
.simpleQa span{
  position: absolute;
  bottom: 0;
  right: -93px;
}

.getBetter .sourceTxt{
  color: #747474;
  text-align: right;
}

/* flow
---------------------------------------------------------------------------- */
.flow-box{
  background: #0058a9;
}

.flow{
  position: relative;
  background-size: contain;
  width: 965px;
  margin: 0 auto;
  padding: 0 0 65px 0;
}
.flow h3{
  color: #0058a9;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}

.arrow-yellow {
  margin-top: -20px;
  }

.flow-img{
  margin-top: 40px;
}

/* point
---------------------------------------------------------------------------- */
.point{
  background: url(../../img/landing_v3_a/bg_point.png) center bottom no-repeat #f0fcff;
  background-size: contain;
  padding: 0 0 60px;
}
.point h2{
  margin: 0 0 45px 0;
  text-align: center;
}

.pointBox{
  position: relative;
  border: 8px solid #0058a9;
  background: #ffffff;
  width: 965px;
  margin: 0 auto;
}
.pointBox:not(:last-child){
  margin-bottom: 60px;
}
.pointBox h3{
  margin: 0 0 30px 0;
  text-align: center;
}
.pointBox h3 .pointNum{
  display: block;
  margin-bottom: 30px;
}

.pointWrap{
  padding: 15px 30px 35px;
}

.pointLead{
  margin-bottom: 30px;
  color: #666666;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}

.pointBtn{
  position: relative;
  padding: 20px;
  background: #0058a9;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.pointBtn::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 30px;
  height: 24px;
  background: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateY(-50%);
  transition: transform .3s;
}
.pointBtn.is-active::after{
  transform: translateY(-50%) rotate(180deg);
}

.pointContent{
  display: none;
  padding: 30px 40px;
  background: #fffef1;
  text-align: center;
}
.pointContent p{
  text-align: center;
}
.pointContent p:first-child{
  margin-bottom: 30px;
}

.point01Img01{
  margin: 65px auto 35px 11%;
}

.point02 ul{
  font-size: 0;
  text-align: center;
  margin: 40px 0 15px -20px;
}
.point02 li{
  display: inline-block;
  margin-left: 40px;
}
.point .requestBtn{
  margin-top: 0;
}

.point03 ul{
  background: url(../../img/landing_v3_a/point02_bdr.png) no-repeat left top;
  margin: 40px 0 20px 0;
}
.point03 ul li{
  display: table;
  background: url(../../img/landing_v3_a/point02_bdr.png) no-repeat left bottom;
  width: 890px;
  margin: 0 auto;
  padding: 25px 20px 30px 20px;
}
.point03 ul li img{
  vertical-align: middle;
  padding: 10px 0 0 0;
}
.point03 ul li div{
  display: inline-block;
  padding-left: 35px;
  vertical-align: middle;
}

.point03 ul li div h4{
  margin: 0 0 15px 0;
  color: #0058a9;
  font-size: 25px;
  font-weight: bold;
}
.point03 ul li div h4 span{
  display: inline-block;
  background: #f3f3f3;
  margin-bottom: 5px;
  padding: 5px 15px;
  font-size: 19px;
  border-radius: 18px;
}
.point03 ul li div p{
  font-size: 17px;
  line-height: 1.7;
}

/* good
---------------------------------------------------------------------------- */
.goodPoint{
  position: relative;
  background: #176fc0;
  padding: 65px 0;
  z-index: 1;
}
.goodPoint h2{
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}

.goodPoint .pointTxt{
  overflow: hidden;
  width: 865px;
  margin: 25px auto 150px auto;
}
.goodPoint .pointTxt li{
  background: url(../../img/landing_v3_a/bg_circle.png) left top no-repeat;
  float: left;
  width: 268px;
  margin: 0 0 0 30px;
  padding: 128px 0 0 0;
  color: #ffffff;
  font-size: 17px;
}
.goodPoint .pointTxt li:first-child{
  margin: 0;
}
.goodPoint .pointTxt li p{
  margin-bottom: 95px;
  color: #0058a9;
  font-size: 25px;
  font-weight: bold;
  text-align:center;
}

.goodPoint .goodPointBox{
  position: relative;
  border: 10px solid #0058a9;
  background: url(../../img/landing_v3_a/goodpoint_img.png) no-repeat right bottom #ffffff;
  width: 965px;
  margin: 0 auto;
  padding: 70px 0 60px 0;
}
.goodPoint .goodPointBox h3{
  color: #0058a9;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
.goodPoint .goodPointBox h3 span{
  position: absolute;
  top: -114px;
  left: 50%;
  margin-left: -177px;
}

/* voice
---------------------------------------------------------------------------- */
#typeB .voice .transformInner{
  z-index: 3;
}
#typeB .voice .inner {
  background: url(../../img/landing_v3_a/voice_img01.png) no-repeat 100px 92px;
  width: 965px;
  margin: 0 auto;
}
#typeB .voice h2 {
  margin: 0;
  padding: 120px 0 45px 0;
}
#typeB .voice ul li {
  padding: 45px 73px 20px 81px;
}

/* caseReport
---------------------------------------------------------------------------- */
.useReport{
  padding: 140px 0 55px 0;
}
.useReport h2{
  margin: 0 0 55px 0;
  text-align: center;
}

/* difference
---------------------------------------------------------------------------- */
.difference{
  padding: 60px 0;
  background: #effbfb;
}
.difference h2{
  margin-bottom: 35px;
  text-align: center;
}
.difference ul{
  width: 965px;
  margin: 0 auto;
}
.difference ul >li{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 60px;
  border: 3px solid #0058a9;
  background: #fff;
}
.difference ul >li +li{
  margin-top: 30px;
}
.difference ul >li img{
  flex-shrink: 0;
  margin-right: 10px;
}
.difference ul >li h3{
  margin-bottom: 5px;
  color: #0058a9;
  font-size: 25px;
  font-weight: bold;
}
.difference ul >li h3 span{
  font-size: 31px;
}
.difference ul >li p{
  font-size: 19px;
}

/* cta
---------------------------------------------------------------------------- */
.cta{
  padding: 35px 0;
  text-align: center;
}
