@charset "utf-8";

/*--------------------------------------------------------------------------
全体の設定
---------------------------------------------------------------------------*/
@keyframes fadeIn {
  0% {opacity: 0}
  85% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  85% {opacity: 0}
  100% {opacity: 1}
}
html{
  font-size: calc(100vw / 37.5);
}
body {
  font-size :1.5rem;
  min-width: initial;
  min-width: auto;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  animation: fadeIn 1s ease 0s  1 normal;
}
/*フォント設定
---------------------------------------------------------------------------*/
/*見出し設定
---------------------------------------------------------------------------*/
.secTtl1{margin: auto;}

/*共通部品
---------------------------------------------------------------------------*/
/*ボタン設定
--------------------------------------*/
/*テーブル設定
--------------------------------------*/
/*カラム設定
---------------------------------------------------------------------------*/
.flexDcr{
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col_max2 > * { width: 100%; margin-bottom: 30px; }
.col_max3 > * { width: 100%; margin-bottom: 30px;}
.col_max4 > * { width: 48%; margin-bottom: 30px;}
.col_max5 > * { width: 100%; margin-bottom: 30px;}

/*Layout
---------------------------------------------------------------------------*/
/*共通コンテンツ
--------------------------------------*/
.innerWrap{
  width: 100%;
}
/*Header
---------------------------------------------------------------------------*/
/*FOOTER
---------------------------------------------------------------------------*/
.copyRight {
  font-size: 1.2rem;
}
/*--------------------------------------------------------------------------
□LP
---------------------------------------------------------------------------*/
/*mainVisual
--------------------------------------*/
/*Main
---------------------------------------------------------------------------*/
/*lpSolution
--------------------------------------*/
.lpSolution{
  padding-bottom: 6rem;
}
.soln_boxTxt{
  width: 100%;
}
.page-down{
  width: 4rem;
  top: -2rem;
}
.soln_boxImg {
  width: 50%;
  height: auto;
}
/*lpFeature
--------------------------------------*/
.lpFeature {
  padding: 6rem 0;
  background-image: url(../images/feat-hdr-sp.jpg);
}
.lpFeature .secTtl1{
  width: 90%;
}
.feat_boxWrap{
  margin-top: 2rem;
  justify-content: center;
}
.feat_boxImg{
  width: 42%;
  margin: 1.5rem 1rem;
}
/*lpIntroduction
--------------------------------------*/
.lpIntroduction {
  padding: 6rem 0 6rem;
  background-image: url(../images/intro-hdr-sp.png);
}
.intro_boxTxt{
  padding: 0 4%;
}
.intro_boxTxt{
  width: 100%;
  padding-top: 2rem;
}
.intro_boxImg {
  width: 60%;
  right: 0;
  margin: 3rem auto;
}
.intro_boxTxt_txt{
  margin-top: 2.5rem;
  font-size: 1.6rem;
}
.intro_boxTxt_txt span:nth-of-type(1){
  font-size: 1.7rem;
}
.intro_boxTxt_txt span:nth-of-type(3) {
  font-size: 1.7rem;
}
.intro_pdf{
  padding: 0 4%;
}
.intro_pdf iframe{
  height: 400px;
}
/*lpFunction
--------------------------------------*/
.lpFunction {
  padding: 8rem 0 6rem;
  background-image: url(../images/func-hdr-sp.jpg);
}
.lpFunction .secTtl1{
  width: 60%;
}
.func_boxWrap{
  padding: 2rem 1rem;
  margin: 4rem auto 0;
  width: 92%;
}
.func_box:nth-of-type(odd){
  width: 100%;
  padding: 2.2rem 0 2.2rem 5rem;
}
.func_box:nth-of-type(even){
  width: 100%;
  padding: 2rem 0 2rem 5rem;
}
.func_box h4 {
  font-size: 1.7rem;
}
.func_box:nth-of-type(even) {
  border-left: none;
}
.func_box:nth-last-of-type(2) {
  border-bottom: 1px dashed #999;
}
.func_box:nth-of-type(1) {
  background-position: calc((5rem - 2rem) / 2) 2.8rem;
  background-size: 2rem auto;;
}
.func_box:nth-of-type(2) {
  background-position: calc((5rem - 3.5rem) / 2) 2.5rem;
  background-size: 3.5rem auto;;
}
.func_box:nth-of-type(3) {
  background-position: calc((5rem - 2.2rem) / 2) 3rem;
  background-size: 2.2rem auto;;
}
.func_box:nth-of-type(4) {
  background-position: calc((5rem - 3.6rem) / 2) 2.4rem;
  background-size: 3.6rem auto;
}
.func_box:nth-of-type(5) {
  background-position: calc((5rem - 3.4rem) / 2) 2.8rem;
  background-size: 3.4rem auto;;
}
.func_box:nth-of-type(6) {
  background-position: calc((5rem - 3.2rem) / 2) 2.6rem;
  background-size: 3.2rem auto;
}
.func_box:nth-of-type(7) {
  background-position: calc((5rem - 3.4rem) / 2) 2.8rem;
  background-size: 3.4rem auto;;
}
.func_box:nth-of-type(8) {
  background-position: calc((5rem - 3.4rem) / 2) 2.5rem;
  background-size: 3.4rem auto;;
}
.func_box:nth-of-type(9) {
  background-position: calc((5rem - 3.4rem) / 2) 2.6rem;
  background-size: 3.4rem auto;
}
.func_box:nth-of-type(10) {
  background-position: calc((5rem - 3.2rem) / 2) 2.8rem;
  background-size: 3.2rem auto;;
}
.func_box:nth-of-type(11) {
  background-position: calc((5rem - 3.1rem) / 2) 2.6rem;
  background-size: 3.1rem auto;
}
.func_box:nth-of-type(12) {
  background-position: calc((5rem - 3rem) / 2) 2.6rem;
  background-size: 3rem auto;
}
/*lpVoice
--------------------------------------*/
.lpVoice {
  padding: 8rem 0 6rem;
  background: url(../images/voice-hdr-sp.jpg) no-repeat 50% 0 / contain,
   url(../images/voice-bg-item2@2x.png) no-repeat 96% 5rem / 5rem auto,
   url(../images/voice-bg-item1@2x.png) no-repeat 5% 55rem / 16.1rem auto,
   url(../images/voice-bg-item3@2x.png) no-repeat 12% 94.5% / 19.4rem auto;
}
.lpVoice .secTtl1{
  width: 60%;
}
.vo_box_contents{
  margin-top: 4rem;
  padding: 0 4%;
}
.vo_box{
  margin-top: 3rem;
  padding: 3rem 1rem 3rem;
}
.vo_box_hdr_img img{
  object-fit: contain;
}
.vo_box_hdr_ttl{
  width: 100%;
  margin: 2rem 0 0;
  padding-top: 0;
}
.vo_box_hdr_ttl h4 {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-top: 0.4rem;
}
.vo_box_hdr_ttl p {
  font-size: 1.3rem;
}
.vo_box_hdr_img{
  margin: 0 auto;
  text-align: center;
}
.vo_box_txt{
  margin-top: 1rem;
  line-height: 1.8;
}
.vo_box:nth-of-type(1) .vo_box_hdr_img{
  width: 27.5%;
  height: auto;
}
.vo_box:nth-of-type(2) .vo_box_hdr_img{
  width: 48%;
  height: auto;
}
.vo_box:nth-of-type(3) .vo_box_hdr_img{
  width: 28.8%;
  height: auto;
}
.vo_box:nth-of-type(4) .vo_box_hdr_img{
  width: 26.8%;
  height: auto;
}
/*lpUse
--------------------------------------*/
.lpUse {
  padding: 6rem 0 6rem;
  background-image: url(../images/use-hdr-sp.jpg);
}
.lpUse .secTtl1{
  width: 90%;
}
.use_box {
  width: 92%;
  margin: 4rem auto 0;
  padding: 0.5rem 3rem 2.4rem;
}
.use_box > p:nth-of-type(2){
  padding-left: 0;
  margin-right: 0;
  margin-top: 1.5rem;
}
.use_box div:nth-of-type(1) p{
  font-size: 1.5rem;
}
/*lpFaq
--------------------------------------*/
.lpFaq {
  padding: 8rem 0 10.4rem;
  background: url(../images/faq-hdr-sp.jpg) no-repeat 50% 0 / contain, url(../images/faq-bg.png);
}
.lpFaq .secTtl1{
  width: 60%;
}
.faq_dl{
  width: 92%;
  margin: 5rem auto 0;
  padding: 2rem 1.5rem 3rem;
}
.faq_dl dt{
  font-size: 1.8rem;
  padding: 0.1rem 0 0 4rem;
  line-height: 1.6;
}
.faq_dl dt:before{
  background-size: 3rem;
  width: 3rem;
  height: 3rem;
}
.faq_dl dd{
  padding: 1.4rem;
  font-size: 1.5rem;
}
/*lpFlow
--------------------------------------*/
.lpFlow {
  padding: 7rem 0 8rem;
  background: url(../images/flow-hdr-sp.png) no-repeat 50% 0 / contain,
  linear-gradient(180deg,
  transparent 0%,transparent 2rem, var(--bg-color2) 2rem,var(--bg-color2) 100%);
  margin-top: -3.4rem;
}
.lpFlow .secTtl1{
  width: 90%;
}
.flow_content{
  width: 92%;
  padding: 2rem 1.5rem 3rem;
}
.flow_note{
  font-size: 1.6rem;
  text-align: left;
}
.flow_address{
  width: 100%;
}
.flow_address li:nth-of-type(1) img{
  width: 77%;
  height: auto;
}
.flow_address li:nth-of-type(2) img{
  width: 72.1%;
  height: auto;
}
.flow_address li:nth-of-type(3) img{
  width: 100%;
  height: auto;
}
.flow_linkArea {
  margin-top: 3rem;
}
.btn-link{
  width: 100%;
  height: 62px;
  line-height: 62px;
  font-size: 1.4rem;
  background-size: 0.9rem;
  background-position: 96% 50%;
  padding-right: 2rem;
}
.flow_linkArea .btn-link {
  margin-top: 2.6rem;
}
/*lpPlan
--------------------------------------*/
.lpPlan {
  padding: 8rem 0 6rem;
  background-image: url(../images/plan-hdr-sp.jpg);
}
.lpPlan .secTtl1{
  width: 90%;
}
.planInr{
  width: 100%;
  padding: 0 4%;
}
.planInr h4{
  font-size: 1.8rem;
}
.planInr h4 span {
  font-size: 2.2rem;
}
.plan_desc{
  font-size: 1.6rem;
}
.plan_note{
  font-size: 1.2rem;
}
/*lpAgreement
--------------------------------------*/
.lpAgreement {
  background-image: url(../images/agrmt-hdr-sp.jpg);
  padding: 8rem 0 8rem;
}
.lpAgreement .secTtl1{
  width: 80%;
}
.agrmt_tableWrap{
  width: 92%;
  margin: 4.8rem auto 0;
}
.agrmt_table{
  font-size: 18px;
  width: 1100px;
}
.agrmt_table th,
.agrmt_table td {
  padding: 18px 20px;
}
.agrmt_tb_th_first span{
  font-size: 16px;
}
.agrmt_table thead th.w140{width: 110px;}
.agrmt_table thead th.w215{width: 210px;}
.agrmt_table thead th.w415{width: 350px;}
/*lpContact
--------------------------------------*/
.lpContact {
  padding: 8rem 0 8rem;
  background-image: url(../images/contact-hdr-sp.jpg);
}
.lpContact .secTtl1{
  width: 65%;
}
.contactWrap{
  padding: 0 4%;
  margin-top: 5rem;
}
.contact_table {
  font-size: 1.6rem;
}
.contact_table caption{
  font-size: 1.8rem;
  padding: 0.5rem 2rem;
}
.contact_table th,
.contact_table td {
  width: 100%;
  display: block;
  border-bottom: none;
  padding: 4%;
}
.contact_table th span{
  font-size: 1.2rem;
  padding: 0.1rem 0.6rem;
  margin: 0.25rem 0 0 1rem;
  vertical-align: top;
}
.agreement.contact_table th {
  width: 100%;
}
.agreement.contact_table td{
  padding: 2rem 1.5rem;
}
.contact_table input[type="radio"]{
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  vertical-align: middle;
}
.contact_table input[type="text"],
.contact_table input[type="email"],
.contact_table input[type="tel"]{
  height: 4rem;
  font-size: 1.6rem;
}
.submitArea{
  margin-top: 6rem;
}
.btnType1{
  width: 90%;
  font-size: 2rem;
  background-size: 1.4rem;
  height: 6rem;
  line-height: 5.4rem;
}

/*ect
---------------------------------------------------------------------------*/
.spAlignL {text-align: left;}
.spAlignR {text-align: right;}
.spAlignCR {text-align: center;}

.pcNone{display: block!important;}
.pcNone-inl{display: inline!important;}
.spNone{display: none!important;}
.spNone-inl{display: none!important;}

.sp-mt-0{margin-top: 0;}
.sp-mt-1{margin-top: 1rem;}
.sp-mt-1-5{margin-top: 1.5rem;}
.sp-mt-2{margin-top: 2rem;}
.sp-mt-2-5{margin-top: 2.5rem;}
.sp-mt-3{margin-top: 3rem;}
.sp-mt-4{margin-top: 4rem;}
.sp-mt-5{margin-top: 5rem;}
.sp-mt-6{margin-top: 6rem;}