@charset "UTF-8";

@-webkit-keyframes slash {
	0% {
opacity: 1;
transform: scaleX(0) translateX(0);
transform-origin: bottom left;
	  }
	  50% {
opacity: 1;
transform: scaleX(1) translateX(0);
transform-origin: bottom left;
	  }
	  51% {
opacity: 1;
transform: scaleX(1) translateX(0);
transform-origin: bottom right;
	  }
	  100% {
opacity: 1;
transform: scaleX(0) translateX(0);
transform-origin: bottom right;
	  }
}

@keyframes slash {
	0% {
opacity: 1;
transform: scaleX(0) translateX(0);
transform-origin: bottom left;
	  }
	  50% {
opacity: 1;
transform: scaleX(1) translateX(0);
transform-origin: bottom left;
	  }
	  51% {
opacity: 1;
transform: scaleX(1) translateX(0);
transform-origin: bottom right;
	  }
	  100% {
opacity: 1;
transform: scaleX(0) translateX(0);
transform-origin: bottom right;
	  }
}

@-webkit-keyframes fadeup {
  0% { transform: translateY(30px);
opacity:0; animation-timing-function: ease; }
  100% { transform: translateY(0px);
opacity:1; }
}

@keyframes fadeup {
  0% { transform: translateY(30px);
opacity:0; animation-timing-function: ease; }
  100% { transform: translateY(0px);
opacity:1; }
}

@-webkit-keyframes faderight {
  0% { transform: translateX(100px);
opacity:0; animation-timing-function: ease; }
  100% { transform: translateX(0px);
opacity:1; }
}

@keyframes faderight {
  0% { transform: translateX(100px);
opacity:0; animation-timing-function: ease; }
  100% { transform: translateX(0px);
opacity:1; }
}


@-webkit-keyframes fadein {
	100% {
    opacity: 1;
  }
}
@keyframes fadein {
	100% {
    opacity: 1;
  }
}

.rwd-anime-fadeup,.rwd-anime-fadein,.rwd-anime-faderight{
opacity: 0;
}

.rwd-anime-fadeup.rwd-view{
-webkit-animation: fadeup 1s ease-out forwards;
animation: fadeup 1s ease-out forwards;
}

.rwd-anime-fadein.rwd-view{
-webkit-animation: fadein 1s ease-out forwards;
animation: fadein 1s ease-out forwards;
}
.rwd-anime-faderight.rwd-view{
-webkit-animation: faderight 1s ease-out forwards;
animation: faderight 1s ease-out forwards;
}

.rwd-anime-slash.rwd-view{
position: relative;
}

.rwd-anime-slash.rwd-view:before{
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #0082b8;
-webkit-animation: slash 0.5s ease-out forwards;
animation: slash 0.5s ease-out forwards;
}


.rwd-pd-container{
	position: relative;
	width: 90%;
	padding: 0 5%;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}

.rwd-pd-pc{
display: block;
}

.rwd-pd-sp{
display: none;
}

img{
width: 100%;
height: auto;
}

.rwd-pd-wrap{
width: 100%;
overflow: hidden;
margin-top: -20px;
font-family: "Noto Sans JP", sans-serif;
}

.rwd-pd-btn{
position: relative;
display: inline-block;
width: calc(100% - 40px);
max-width: 300px;
padding: 10px 20px;
text-align: left;
color: #fff!important;
font-size: 16px;
background: #002144;
background: linear-gradient(90deg, rgba(0, 33, 68, 1) 0%, rgba(0, 106, 156, 1) 100%);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius:10px;
border: 1px solid #fff;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.rwd-pd-btn:after{
content:"";
width: 15px;
height: 16px;
background-image: url(../img/index/arrow.png);
background-size: contain;
background-repeat: no-repeat;
position: absolute;
top: 50%;
right: 15px;
-webkit-transform: translate(0, -50%); /* Safari用 */
transform: translate(0, -50%);
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.rwd-pd-btn:hover{
background: #002144;
background: linear-gradient(90deg,rgba(0, 33, 68, 1) 100%, rgba(0, 106, 156, 1) 100%);
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.rwd-pd-btn:hover:after{
-webkit-transform: translate(20%, -50%); /* Safari用 */
transform: translate(20%, -50%);
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.rwd-pd-main{
position: relative;
z-index: 10;
margin-top: -10px;
}

.rwd-pd-main ul{
width: 100%;
padding-left: 20%;
margin-left: -20%;
overflow: hidden;
border-bottom-left-radius: 120% 15vw;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
background: #0082b8;
}

.rwd-pd-main ul li{
position: relative;
opacity: 0;
}

.rwd-pd-main ul li:nth-child(1) {
width: 54.668%;
  -webkit-animation: fadein 0.2s linear 0s 1 forwards;
  animation: fadein 0.5s linear 0.5s 1 forwards;
}

.rwd-pd-main ul li:nth-child(2) {
width: 26.187%;
  -webkit-animation: fadein 0.3s linear 0.3s 1 forwards;
  animation: fadein 0.5s linear 1s 1 forwards;
}

.rwd-pd-main ul li:nth-child(3) {
width: 19.144%;
  -webkit-animation: fadein 0.4s linear 0.6s 1 forwards;
  animation: fadein 0.5s linear 1.5s 1 forwards;
}

.rwd-pd-main ul li img{
width: 100%;
}

/*
.rwd-pd-main ul li:before{
content: "";
width: 100%;
height: 100%;
background: #0082b8;
position:absolute;
top: 0;
left: 0;
animation: 0.5s forwards slash;
}*/


.rwd-pd-spmain{
width: 100%;
padding-left: 20%;
margin-left: -20%;
overflow: hidden;
border-bottom-left-radius: 120% 15vw;
}

.rwd-pd-main-txtwrap{
position: absolute;
bottom: -40px;
left: 50%;
width: 90%;
max-width: 980px;
z-index: 2;
text-align: left;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

.rwd-pd-main-txt{
display: inline-block;
width: 380px;
position: relative;
}

.rwd-pd-main-txt::before{
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #0082b8;
-webkit-animation: slash 0.5s ease-out forwards;
animation: slash 0.5s ease-out forwards;
}

.rwd-pd-main-txt span{
display: block;
padding: 5px 10px;
background: #fff;
color: #005898;
font-size: 30px;
font-weight:700;
margin-bottom: 20px;
}

.rwd-pd-main-txt span:last-child{
margin-bottom: 0;
}

.rwd-pd-concept{
position: relative;
text-align: center;
z-index: 9;
margin-top: -10vw;
padding-top: 20vw;
padding-right: 20%;
margin-right: -20%;
background-image: url(../img/index/concept_bg.jpg);
background-color: #64849b;
background-repeat: no-repeat;
background-size: 90%;
background-position: bottom left;
border-bottom-right-radius: 120% 15vw;
}

.rwd-pd-concept p{
text-align: left;
line-height: 2.4em!important;
margin-bottom: 200px;
}

.rwd-pd-concept .rwd-pd-concept-title{
max-width: 400px;
margin: 0 auto;
padding-bottom: 100px;
position: relative;
}

.rwd-pd-concept .rwd-pd-concept-title:after{
content:"";
width: 500px;
height: 800px;
background-image: url(../img/index/concept_pdfig.png);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
top: -200px;
right: -300px;
}

.rwd-pd-worries{
position: relative;
z-index: 8;
background: #7a919d;
margin-top: -10vw;
padding-top: 10vw;
}

.rwd-pd-worries:after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 100px solid #7a919d;
}

.rwd-pd-concept-batch{
max-width: 200px;
margin: 20px auto 150px;
}

.rwd-pd-worries-title{
position: relative;
display: inline-block;
}

.rwd-pd-worries-title:before{
content:"";
width: 9px;
height: 76px;
background-image: url(../img/index/kakko_l.png);
background-repeat: no-repeat;
background-size: 100%;
position: absolute;
left: -35px;
top: calc(50% - 38px);
}

.rwd-pd-worries-title:after{
content:"";
width: 9px;
height: 76px;
background-image: url(../img/index/kakko_r.png);
background-repeat: no-repeat;
background-size: 100%;
position: absolute;
right: -35px;
top: calc(50% - 38px);
}

.rwd-pd-worries-title p{
color: #fff;
font-size: 32px;
font-weight: bold;
}

.rwd-pd-worries-content{
padding-bottom: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.rwd-pd-worries-content .rwd-pd-item{
flex-basis: 27%;
}

.rwd-pd-worries-content .rwd-pd-item>p{
color: #fff;
font-size: 22px;
line-height: 1.8em!important;
font-weight: bold;
padding-top: 80px;
margin-bottom: 20px;
}

.rwd-pd-worries-content .rwd-pd-item:nth-of-type(1)>p{
background-image: url(../img/index/appeal_fig01.png);
background-repeat: no-repeat;
background-size: 100px;
background-position: bottom center;
}

.rwd-pd-worries-content .rwd-pd-item:nth-of-type(2)>p{
background-image: url(../img/index/appeal_fig02.png);
background-repeat: no-repeat;
background-size: 100px;
background-position: bottom center;
}

.rwd-pd-worries-content .rwd-pd-item:nth-of-type(3)>p{
background-image: url(../img/index/appeal_fig03.png);
background-repeat: no-repeat;
background-size: 100px;
background-position: bottom center;
}

.rwd-pd-worries-content .rwd-pd-item ul li{
position: relative;
background-color: #fff;
background-image: url(../img/index/ico_check.svg);
background-size: 20px;
background-position: left 15px top 50%;
background-repeat: no-repeat;
padding: 20px 20px 20px 50px;
text-align: left;
margin-bottom: 30px;
font-size: 18px;
min-height: 80px;
color: #7a919d;
}

.rwd-pd-worries-content .rwd-pd-item ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}

.rwd-pd-worries-content .rwd-pd-item ul li:nth-child(even):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 80%;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}

.rwd-pd-worries-content .rwd-pd-item ul li span{
color: #a48b78;
font-weight: bold;
}

.rwd-pd-result{
padding-top: 150px;
padding-bottom: 400px;
background: #000;
text-align: center;
}

.rwd-pd-result-title{
position: relative;
display: inline-block;
}

.rwd-pd-result-title:before{
content:"";
width: 9px;
height: 76px;
background-image: url(../img/index/kakko_l.png);
background-repeat: no-repeat;
background-size: 100%;
position: absolute;
left: -35px;
top: calc(50% - 38px);
}

.rwd-pd-result-title:after{
content:"";
width: 9px;
height: 76px;
background-image: url(../img/index/kakko_r.png);
background-repeat: no-repeat;
background-size: 100%;
position: absolute;
right: -35px;
top: calc(50% - 38px);
}

.rwd-pd-result-title p{
color: #fff;
font-size: 32px;
font-weight: 700;
font-weight: bold;
}

.rwd-pd-result-fig{
text-align: right;
width: 100%;
margin-bottom: 50px;
}

.rwd-pd-result-fig img{
width: calc(50% + 490px)
}

.rwd-pd-result-content-title{
display: inline-block;
padding: 25px 70px 0px;
color: #fff;
background: #0082b8;
-webkit-border-radius: 20px 20px 0 0;
-moz-border-radius :20px 20px 0 0;
border-radius: 20px 20px 0 0;
font-size: 32px;
font-weight: 700;
position: relative;

}

.rwd-pd-result-content-title:before{
content: "";
width: 20px;
height: 20px;
background-image: url(../img/index/result_r.gif);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
bottom: 0;
right: -20px;
}

.rwd-pd-result-content-title:after{
content: "";
width: 20px;
height: 20px;
background-image: url(../img/index/result_l.gif);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
bottom: 0;
left: -20px;
}

.rwd-pd-result-content{
position: relative;
background: #0082b8;
-webkit-border-radius: 20px;
-moz-border-radius :20px;
border-radius: 20px;
padding: 40px 0 100px;
}

.rwd-pd-result-content:after{
content:"";
width: 250px;
height: 840px;
background-image: url(../img/index/about_fig04.png);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
bottom: -400px;
right: 0;
}


.rwd-pd-result-content-titlefig{
width: 70px;
margin: 0 auto 60px;
}

.rwd-pd-result-content>p{
color: #fff;
font-size: 20px;
line-height: 2.4em!important;
}

.rwd-pd-result-content-mainfig{
margin-top: -50px;
width: calc(50vw + 840px);
}

.rwd-pd-result-content-mainfig img{
margin-left: -350px;
}

.rwd-pd-result-content-mechanism{
}

.rwd-pd-result-content-mechanism-title{
display: inline-block;
color: #fff;
border: 1px solid #fff;
font-size: 16px;
line-height: 1em!important;
font-weight: bold;
padding: 10px 0;
margin-bottom: 50px;
-webkit-border-radius: 15px;
-moz-border-radius :15px;
border-radius: 15px;
min-width: 200px;
}

.rwd-pd-result-content-mechanism ul{
max-width: 600px;
margin: 0 auto 60px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.rwd-pd-result-content-mechanism ul li{
position: relative;
flex-basis: 43%;
margin-right: 14%;
text-align: left;
color: #fff;
font-size: 15px;
line-height: 2em!important;
margin-bottom: 40px;
}

.rwd-pd-result-content-mechanism ul li:after{
content: "";
width: 30px;
height: 35px;
background-image: url(../img/index/mechanism_arrow.png);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
top: 50%;
right: -20%;
}

.rwd-pd-result-content-mechanism ul li:last-child:after{
display: none;
}

.rwd-pd-result-content-mechanism ul li img{
margin-bottom: 20px;
}

.rwd-pd-result-content-mechanism ul li:nth-child(2n){
margin-right:0;
}

.rwd-pd-result-content-structure{
max-width: 500px;
margin: 0 auto;
}

.rwd-pd-result-content-structure>img{
margin-top: -50px;
}

.rwd-pd-result-content-structure p{
color: #fff;
font-size: 16px;
text-align: left;
line-height: 2.4em!important;
margin-bottom: 50px;
}

/*point common*/
.rwd-pointbg{
position: relative;
z-index: 2;
padding: 0 20% 350px;
margin: -100px -20% 0;
background: #7A919D;
background: linear-gradient(0deg, rgba(122, 145, 157, 1) 15%, rgba(180, 195, 204, 1) 100%);
border-top-left-radius: 120% 15vw;
border-top-right-radius: 120% 15vw;
}

.rwd-pd-reason{
margin-bottom: 80px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.rwd-pd-reason .rwd-pd-item:nth-of-type(1){
flex-basis: 18%;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}

.rwd-pd-reason .rwd-pd-item:nth-of-type(1) p{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
background: #CFDDED;
background: linear-gradient(90deg, rgba(207, 221, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position: relative;
}

.rwd-pd-reason .rwd-pd-item:nth-of-type(1) p:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
  translate: 100% -50%;
}

.rwd-pd-reason .rwd-pd-item:nth-of-type(1) p span{
text-align: center;
color: #005898;
font-size: 20px;
line-height: 1.6em!important;
font-weight: bold;
}

.rwd-pd-reason .rwd-pd-item:nth-of-type(1) p span:nth-of-type(1){
flex-basis: 100%;
}

.rwd-pd-reason .rwd-pd-item:nth-of-type(2){
flex-basis: 77%;
}

.rwd-pd-reason .rwd-pd-item:nth-of-type(2) ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.rwd-pd-reason .rwd-pd-item:nth-of-type(2) ul li{
flex-basis: 31%;
margin-right: 3.5%;
margin-bottom: 20px;
color: #fff;
background: #0080BC;
background: linear-gradient(180deg, rgba(0, 128, 188, 1) 0%, rgba(0, 106, 156, 1) 100%);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.rwd-pd-reason .rwd-pd-item:nth-of-type(2) ul li.rwd-off{
background: #cedaea;
}

.rwd-pd-reason .rwd-pd-item:nth-of-type(2) ul li:nth-child(3n){
margin-right: 0;
}

.rwd-pd-reason .rwd-pd-item:nth-of-type(2) ul li:nth-of-type(4),.rwd-pd-reason .rwd-pd-item:nth-of-type(2) ul li:nth-of-type(5),.rwd-pd-reason .rwd-pd-item:nth-of-type(2) ul li:nth-of-type(6){
margin-bottom: 0;
}

.rwd-pd-reason .rwd-pd-item:nth-of-type(2) ul li span{
display: block;
padding: 10px 10px 10px 40px;
font-size: 14px;
text-align: left;
background-repeat: no-repeat;
background-size: 20px;
background-position: left 10px center;
}

.rwd-pd-reason .rwd-pd-item:nth-of-type(2) ul li:nth-of-type(1) span{background-image: url(../img/index/content_ico01.png);}
.rwd-pd-reason .rwd-pd-item:nth-of-type(2) ul li:nth-of-type(2) span{background-image: url(../img/index/content_ico02.png);}
.rwd-pd-reason .rwd-pd-item:nth-of-type(2) ul li:nth-of-type(3) span{background-image: url(../img/index/content_ico03.png);}
.rwd-pd-reason .rwd-pd-item:nth-of-type(2) ul li:nth-of-type(4) span{background-image: url(../img/index/content_ico04.png);}
.rwd-pd-reason .rwd-pd-item:nth-of-type(2) ul li:nth-of-type(5) span{background-image: url(../img/index/content_ico05.png);}
.rwd-pd-reason .rwd-pd-item:nth-of-type(2) ul li:nth-of-type(6) span{background-image: url(../img/index/content_ico06.png);}

.rwd-point-conversion p{
font-size: 13px;
padding-top: 50px;
margin-bottom: 50px;
}


/*point01*/
.rwd-point01-main{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.rwd-point01-main .rwd-pd-item:nth-of-type(1){
width: 380px;
margin-top: -50px;
}

.rwd-point01-main .rwd-pd-item:nth-of-type(1) span{
text-align: left;
display: block;
padding: 5px 10px;
white-space: nowrap;
background: #fff;
color: #005898;
font-size: 30px;
font-weight: 700;
margin-bottom: 20px;
}

.rwd-point01-main .rwd-pd-item:nth-of-type(1) span:last-child{
margin-bottom: 0;
}

.rwd-point01-main .rwd-pd-item:nth-of-type(2){
width: 550px;
padding-top: 50px;
position: relative;
}

.rwd-point01-main .rwd-pd-item:nth-of-type(2) img{
-moz-box-shadow: 15px 15px #a8b7be;
-webkit-box-shadow: 15px 15px #a8b7be;
box-shadow: 15px 15px #a8b7be;
}

.rwd-point01-main .rwd-pd-item:nth-of-type(2):before{
content: "";
background-image: url(../img/index/no01.png);
background-repeat: no-repeat;
background-size: contain;
width: 130px;
height: 146px;
position: absolute;
bottom: 30px;
left: -75px;
}

.rwd-point01-read{
padding: 40px 0 20px;
text-align: left;
}

.rwd-point01-read span{
display: inline-block;
font-size: 24px;
padding: 5px 20px;
margin-bottom: 10px;
background: #E0E0E0;
background: linear-gradient(180deg, rgba(224, 224, 224, 0) 65%, rgba(129, 153, 197, 1) 65%);
}

/*
.rwd-point01-read span:nth-of-type(1){
margin-left:-200px; 
}*/

.rwd-point01-point{
margin-bottom: 80px;
}

.rwd-point01-point-title{
max-width: 120px;
}

.rwd-point01-point .rwd-pd-layout{
padding-top: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.rwd-point01-point .rwd-pd-layout .rwd-pd-item:nth-of-type(1){
flex-basis: 44%;
margin-right: 5%;
}

.rwd-point01-point .rwd-pd-layout .rwd-pd-item:nth-of-type(1) p{
text-align: left;
font-size: 16px;
line-height: 2em!important;
}

.rwd-point01-point .rwd-pd-layout .rwd-pd-item:nth-of-type(2){
flex-basis: 25%;
margin-right: 1%;
}

.rwd-point01-point .rwd-pd-layout .rwd-pd-item:nth-of-type(3){
flex-basis: 25%;
}

.rwd-point01-subpoint{
padding: 0 100px;
margin-bottom: 80px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.rwd-point01-subpoint .rwd-pd-item:nth-of-type(1){
flex-basis: 32%;
}

.rwd-point01-subpoint .rwd-pd-item:nth-of-type(2){
flex-basis: 32%;
}

.rwd-point01-subpoint .rwd-pd-item:nth-of-type(3){
flex-basis: 28%;
text-align: left;
padding-top: 2.5%;
}

.rwd-point01-subpoint .rwd-pd-item:nth-of-type(3) p{
font-size: 12px;
}

/*point02*/
.rwd-point02-main{
width: 110%;
margin-left: -10%;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
flex-direction: row-reverse;
}

.rwd-point02-main .rwd-pd-item:nth-of-type(1){
width: 380px;
padding-top: 80px;
}

.rwd-point02-main .rwd-pd-item:nth-of-type(1) span{
text-align: left;
display: block;
padding: 5px 10px;
white-space: nowrap;
background: #fff;
color: #005898;
font-size: 30px;
font-weight: 700;
margin-bottom: 20px;
}

.rwd-point02-main .rwd-pd-item:nth-of-type(1) span:last-child{
margin-bottom: 0;
}

.rwd-point02-main .rwd-pd-item:nth-of-type(2){
width: calc(100% - 440px);
margin-top: -100px;
position: relative;
}

.rwd-point02-main .rwd-pd-item:nth-of-type(2) img{
-moz-box-shadow: 15px 15px #a8b7be;
-webkit-box-shadow: 15px 15px #a8b7be;
box-shadow: 15px 15px #a8b7be;
}

.rwd-point02-main .rwd-pd-item:nth-of-type(2):before{
content: "";
background-image: url(../img/index/no02.png);
background-repeat: no-repeat;
background-size: contain;
width: 130px;
height: 146px;
position: absolute;
bottom: -75px;
left: 75px;
}

.rwd-point02-read{
padding: 80px 0 40px;
text-align: left;
}

.rwd-point02-read span{
display: inline-block;
font-size: 24px;
padding: 5px 20px;
margin-bottom: 10px;
background: #E0E0E0;
background: linear-gradient(180deg, rgba(224, 224, 224, 0) 65%, rgba(129, 153, 197, 1) 65%);
}
/*
.rwd-point02-read span:nth-of-type(1){
margin-left:-100px; 
}

.rwd-point02-read span:nth-of-type(2){
margin-left:100px; 
}
*/
.rwd-point02-read span:nth-of-type(3){
margin-left:0px; 
}

.rwd-point02-point{
margin-bottom: 80px;
}

.rwd-point02-point-title{
max-width: 120px;
}

.rwd-point02-point .rwd-pd-layout{
padding-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.rwd-point02-point .rwd-pd-layout .rwd-pd-item:nth-of-type(1){
flex-basis: 44%;
margin-right: 5%;
}

.rwd-point02-point .rwd-pd-layout .rwd-pd-item:nth-of-type(1) p{
text-align: left;
font-size: 16px;
line-height: 2em!important;
}

.rwd-point02-point .rwd-pd-layout .rwd-pd-item:nth-of-type(2){
flex-basis: 25%;
margin-right: 1%;
}

.rwd-point02-point .rwd-pd-layout .rwd-pd-item:nth-of-type(3){
flex-basis: 25%;
}

.rwd-point02-subpoint{
padding: 0 100px;
margin-bottom: 80px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.rwd-point02-subpoint .rwd-pd-item:nth-of-type(1){
flex-basis: 32%;
}

.rwd-point02-subpoint .rwd-pd-item:nth-of-type(2){
flex-basis: 32%;
}

.rwd-point02-subpoint .rwd-pd-item:nth-of-type(3){
flex-basis: 28%;
text-align: left;
padding-top: 2.5%;
}

.rwd-point02-subpoint .rwd-pd-item:nth-of-type(3) p{
font-size: 12px;
}

/*point03*/
.rwd-point03-main{
width: 110%;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.rwd-point03-main .rwd-pd-item:nth-of-type(1){
width: 380px;
margin-top: -50px;
}

.rwd-point03-main .rwd-pd-item:nth-of-type(1) span{
text-align: left;
display: block;
padding: 5px 10px;
white-space: nowrap;
background: #fff;
color: #005898;
font-size: 30px;
font-weight: 700;
margin-bottom: 20px;
}

.rwd-point03-main .rwd-pd-item:nth-of-type(1) span:last-child{
margin-bottom: 0;
}

.rwd-point03-main .rwd-pd-item:nth-of-type(2){
width: calc(100% - 440px);
padding-top: 50px;
position: relative;
}

.rwd-point03-main .rwd-pd-item:nth-of-type(2) img{
-moz-box-shadow: 15px 15px #a8b7be;
-webkit-box-shadow: 15px 15px #a8b7be;
box-shadow: 15px 15px #a8b7be;
}

.rwd-point03-main .rwd-pd-item:nth-of-type(2):before{
content: "";
background-image: url(../img/index/no03.png);
background-repeat: no-repeat;
background-size: contain;
width: 130px;
height: 146px;
position: absolute;
bottom: 30px;
left: -75px;
}
.rwd-point03-read{
padding: 40px 0;
text-align: left;
}

.rwd-point03-read span{
display: inline-block;
font-size: 24px;
padding: 5px 20px;
margin-bottom: 10px;
background: #E0E0E0;
background: linear-gradient(180deg, rgba(224, 224, 224, 0) 65%, rgba(129, 153, 197, 1) 65%);
}
/*
.rwd-point03-read span:nth-of-type(1){
margin-left:-400px; 
}

.rwd-point03-read span:nth-of-type(2){
margin-left:-200px; 
}
*/
.rwd-point03-point{
margin-bottom: 80px;
}

.rwd-point03-point-title{
max-width: 120px;
}

.rwd-point03-point .rwd-pd-layout{
padding-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.rwd-point03-point .rwd-pd-layout .rwd-pd-item:nth-of-type(1){
flex-basis: 44%;
margin-right: 5%;
}

.rwd-point03-point .rwd-pd-layout .rwd-pd-item:nth-of-type(1) p{
text-align: left;
font-size: 16px;
line-height: 2em!important;
}

.rwd-point03-point .rwd-pd-layout .rwd-pd-item:nth-of-type(2){
flex-basis: 20%;
margin-right: 5%;
}

.rwd-point03-point .rwd-pd-layout .rwd-pd-item:nth-of-type(2) img{
margin-top: -20px;
}

.rwd-point03-point .rwd-pd-layout .rwd-pd-item:nth-of-type(3){
flex-basis: 25%;
text-align: left;

}

.rwd-point03-point .rwd-pd-layout .rwd-pd-item:nth-of-type(3) span{
font-size: 12px;
}

.rwd-point03-point .rwd-pd-layout .rwd-pd-item:nth-of-type(3) img{
margin-top: -80px;
margin-bottom: 10px;
}

.rwd-point03-subpoint{
padding: 0;
margin-bottom: 80px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.rwd-point03-subpoint .rwd-pd-item:nth-of-type(1){
flex-basis: 70%;
}

.rwd-point03-subpoint .rwd-pd-item:nth-of-type(2){
flex-basis: 25%;
text-align: left;
}

.rwd-point03-subpoint .rwd-pd-item:nth-of-type(2) p{
font-size: 12px;
}


.rwd-subcontent-main{
position: relative;
z-index: 3;
margin-top: -150px;
}

.rwd-subcontent-bg{
position: relative;
z-index: 4;
padding: 0 20% 50px;
margin: -100px -20% 0;
background: #7A919D;
background: linear-gradient(0deg, rgba(122, 145, 157, 1) 15%, rgba(180, 195, 204, 1) 100%);
border-top-left-radius: 120% 15vw;
border-top-right-radius: 120% 15vw;
}

.rwd-subcontent-txt{
width: 380px;
position: absolute;
top: -100px;
right: 0;
}

.rwd-subcontent-txt span{
text-align: left;
display: block;
padding: 5px 10px;
white-space: nowrap;
background: #fff;
color: #005898;
font-size: 30px;
font-weight: 700;
margin-bottom: 20px;
}


.rwd-voice-main{
padding-top: 200px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.rwd-voice-main .rwd-pd-item:nth-of-type(1){
flex-basis: 27%;
order: 2;
position: relative;
}

.rwd-voice-main .rwd-pd-item:nth-of-type(2){
flex-basis: 30%;
order: 1;
position: relative;
}

.rwd-voice-main .rwd-pd-item:nth-of-type(3){
flex-basis: 30%;
order: 3;
position: relative;
}

.rwd-voice-main .rwd-pd-item:nth-of-type(1) .rwd-voice-title{
margin-bottom: 40px;
}

.rwd-voice-main .rwd-pd-item:nth-of-type(1) .rwd-voice-title img{
max-width: 150px;
}

.rwd-voice-main .rwd-pd-item:nth-of-type(1) p{
text-align: left;
margin-bottom: 40px;
}

.rwd-voice-main .rwd-pd-item:nth-of-type(1)>img{
max-width: 130px;
margin-bottom: 50px;
}

.rwd-pd-txt{
width: 210px;
margin: 0 auto;
}

.rwd-pd-txt span{
display: block;
background: #005898;
color: #fff;
padding: 5px 10px;
text-align: left;
margin-bottom: 10px;
}

.rwd-voice-main .rwd-pd-item:nth-of-type(2) .rwd-pd-txt{
position: absolute;
bottom: 80px;
right: 0;
}

.rwd-voice-main .rwd-pd-item:nth-of-type(3) .rwd-pd-txt{
position: absolute;
bottom: 130px;
left: 0;
}

.rwd-voice-list{
max-width: 800px;
margin: 0 auto 50px;
padding-top: 100px; 
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.rwd-voice-list li{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-basis: 31%;
margin-right: 3.5%;
margin-bottom: 30px;
background-image: url(../img/index/voice_bg.svg);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}

.rwd-voice-list li:nth-child(3n){
margin-right: 0;
}

.rwd-voice-list li .rwd-inner{
display: block;
padding: 40px;
}

.rwd-voice-list li .rwd-inner>img{
width: 30px;
}

.rwd-voice-list li .rwd-inner .rwd-detail{
display: block;
text-align: left;
font-size: 14px;
padding: 20px 0;
}

.rwd-voice-list li .rwd-inner .rwd-detail span{
font-weight: bold;
}

.rwd-voice-list li .rwd-inner .rwd-user{
display: block;
font-size: 11px;
}

.rwd-voice-caption{
font-size: 13px;
}

/*topix*/
.rwd-pd-topix{
padding-top: 150px;
}

.rwd-topix-title{
color: #fff;
font-size: 21px;
margin-bottom: 40px;
}

.rwd-topix-title img{
max-width: 150px;
margin-bottom: 40px;
}

.rwd-topix-col{
position: relative;
padding: 60px 50px 40px;
margin-bottom: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
background: #E0E0E0;
background: linear-gradient(90deg, rgba(224, 224, 224, 1) 0%, rgba(186, 186, 186, 1) 100%);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.rwd-topix-col:before{
content: "実績";
width: 200px;
padding: 5px 0;
text-align: center;
background: #527586;
color: #fff;
font-size: 16px;
position: absolute;
top: 0;
left: 50px;
-webkit-border-radius:0 0 10px 10px;
-moz-border-radius:0 0 10px 10px;
border-radius:0 0 10px 10px;
}

.rwd-topix-col .rwd-pd-item:nth-of-type(1){
flex-basis: 65%;
text-align: left;
}

.rwd-topix-col .rwd-pd-item:nth-of-type(2){
flex-basis: 30%;
}

.rwd-topix-col .rwd-pd-item>p{
font-size: 21px;
font-weight: bold;
margin-bottom: 20px;
}

.rwd-topix-col .rwd-pd-item .rwd-topix-col-layout{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.rwd-topix-col .rwd-pd-item .rwd-topix-col-layout .rwd-pd-col:nth-of-type(1){
flex-basis: 40%;
}

.rwd-topix-col .rwd-pd-item .rwd-topix-col-layout .rwd-pd-col:nth-of-type(2){
flex-basis: 55%;
font-size: 14px;
line-height: 2em!important;
}

.rwd-topix-layout{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.rwd-topix-layout .rwd-pd-item{
flex-basis: calc(48% - 100px);
position: relative;
text-align: left;
padding: 60px 50px 40px;
background: #E0E0E0;
background: linear-gradient(90deg, rgba(224, 224, 224, 1) 0%, rgba(186, 186, 186, 1) 100%);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.rwd-topix-layout .rwd-pd-item:before{
content: "事例";
width: 200px;
padding: 5px 0;
text-align: center;
background: #527586;
color: #fff;
font-size: 16px;
position: absolute;
top: 0;
left: 50px;
-webkit-border-radius:0 0 10px 10px;
-moz-border-radius:0 0 10px 10px;
border-radius:0 0 10px 10px;
}

.rwd-topix-layout .rwd-pd-item p{
font-size: 14px;
line-height: 2em!important;
}

.rwd-topix-layout .rwd-pd-item p.rwd-pd-title{
font-size: 21px;
line-height: 2em!important;
font-weight: bold;
margin-bottom: 20px;
}

.rwd-topix-layout .rwd-pd-item>img{
margin-bottom: 20px;
}

/*flow*/
.rwd-pd-flow{
padding-top: 150px;
}

.rwd-flow-title{
color: #fff;
font-size: 21px;
margin-bottom: 40px;
}

.rwd-flow-title img{
max-width: 150px;
margin-bottom: 40px;
}

.rwd-flow-list{
}

.rwd-flow-list li{
position: relative;
margin-bottom: 70px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
background: #E0E0E0;
background: linear-gradient(273deg, rgba(224, 224, 224, 1) 0%, rgba(186, 186, 186, 1) 100%);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.rwd-flow-list li:after{
content: "";
display: inline-block;
width: 0;
height: 0;
border-top: solid 15px #4c829a;
border-right: solid 15px transparent;
border-bottom: solid 15px transparent;
border-left: solid 15px transparent;
position: absolute;
bottom: -60px;
left: calc(50% - 7px);
}

.rwd-flow-list li:last-child:after{
display: none;
}

.rwd-flow-list li span.rwd-flow-list-title{
flex-basis: 20%;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
background: #006caf;
-webkit-border-radius: 10px 0 0 10px;
-moz-border-radius: 10px 0 0 10px;
border-radius: 10px 0 0 10px;
}

.rwd-flow-list li span.rwd-flow-list-title .rwd-flow-list-inner{
display: block;
color: #fff;
font-size: 21px;
}

.rwd-flow-list li span.rwd-flow-list-title .rwd-flow-list-inner .rwd-flow-list-no{
display: block;
opacity: 0.7;
}

.rwd-flow-list li span.rwd-flow-list-title .rwd-flow-list-inner .rwd-flow-list-no img{
max-width: 30px;
}

.rwd-flow-list li span.rwd-flow-list-body{
flex-basis: 65%;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
}

.rwd-flow-list li span.rwd-flow-list-body .rwd-flow-list-inner{
display: block;
padding: 0 30px;
text-align: left;
}

.rwd-flow-list li span.rwd-flow-list-body .rwd-flow-list-inner .rwd-flow-list-body-title{
font-size: 24px;
font-weight: bold;
color: #005898;
display: block;
margin-bottom: 15px;
}

.rwd-flow-list li span.rwd-flow-list-btn{
flex-basis: 15%;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
}

.rwd-flow-list li span.rwd-flow-list-btn .rwd-flow-list-inner{
display: block;
padding: 30px 30px 30px 0;
}

.rwd-flow-list01{
padding:40px 0 40px 120px;
display: block;
background-image: url(../img/index/flow_icon01.png);
background-repeat: no-repeat;
background-size: 100px;
background-position: left 0 top 50%;
font-size: 14px;
line-height:1.6em!important;
}

.rwd-flow-list02{
padding:40px 0 40px 120px;
display: block;
background-image: url(../img/index/flow_icon02.png);
background-repeat: no-repeat;
background-size: 100px;
background-position: left 0 top 50%;
font-size: 14px;
line-height:1.6em!important;
}

.rwd-flow-list03{
padding:40px 0 40px 120px;
display: block;
background-image: url(../img/index/flow_icon03.png);
background-repeat: no-repeat;
background-size: 100px;
background-position: left 0 top 50%;
font-size: 14px;
line-height:1.6em!important;
}



/*qa*/
.rwd-pd-qa{
padding-top: 150px;
}

.rwd-qa-title{
color: #fff;
font-size: 21px;
margin-bottom: 40px;
}

.rwd-qa-title img{
max-width: 150px;
margin-bottom: 40px;
}

.rwd-qa-body{
max-width: 700px;
margin: 0 auto;
padding-top: 30px;
}

.rwd-qa-body dl{
text-align: left;
padding-bottom: 50px;
margin-bottom: 50px;
border-bottom: 2px dotted #ccc;
}

.rwd-qa-body dl dt{
background-image: url(../img/index/qa_q.png);
background-repeat: no-repeat;
background-size: 30px;
background-position: top 50% left 0;
font-size: 18px;
font-weight: bold;
color: #fff;
padding: 10px 0 10px 50px;
margin-bottom: 10px;
}

.rwd-qa-body dl dd{
background-image: url(../img/index/qa_a.png);
background-repeat: no-repeat;
background-size: 30px;
background-position: top 7px left 0;
font-size: 16px;
line-height: 2em!important;
color: #fff;
padding: 10px 0 10px 50px;
}

.rwd-footer-catch{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
background-image: url(../img/index/footlink_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
aspect-ratio: 320 / 99;
}

.rwd-footer-catch p{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
font-size: 32px;
font-weight: 700;
color: #fff;
text-align: center;
-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.rwd-footer-catch-link{
text-align: center;
margin-top: -5vw;
margin-bottom: 100px;
}

.rwd-footer-catch-link img{
max-width: 480px;
}

.rwd-footer-links{
margin-bottom: 100px;
}

.rwd-footer-links ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.rwd-footer-links ul li{
flex-basis: 15%;
margin-right: 2%;
text-align: left;
font-size: 12px;
}

.rwd-footer-links ul li:nth-child(6n){
margin-right: 0;
}

.rwd-footer-links ul li img{
margin-bottom: 10px;
}

.rwd-footer-headline{
padding-bottom: 50px;
}

.rwd-footer-headline h2{
display: block;
padding-bottom: 10px;
font-size: 18px;
font-weight: bold;
border-bottom: 1px solid #ccc;
}

.rwd-footer-headline img{
max-width: 400px;
}

.rwd-footer-caption{
font-size: 12px;
margin-bottom: 60px;
}


/*******************************
LoadingCss
*******************************/
.rwd-loading {
    width: 100%;
    height: 100%;
    margin: 0;
    background: #fff;
    opacity: 1.0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.rwd-loading .rwd-ball{
	border-radius: 100%;
	margin: 2px;
	border: 2px solid #00532D;
	border-bottom-color: transparent;
	height: 26px;
	width: 26px;
	display: inline-block;
	-webkit-animation: rotate .75s 0s linear infinite;
	animation: rotate .75s 0s linear infinite;
	position: absolute;
	top: calc(50% - 26px);
	left: calc(50% - 26px);
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
@keyframes rotate{
	0%{-webkit-transform:rotate(0);transform:rotate(0)}
	50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
	100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}

@media screen and (min-width: 768px){
/* ================================================
画面幅が
768px 以上の場合の表示設定
================================================ */

}

@media screen and (max-width: 767px){
/* ================================================
画面幅が
768px 未満の場合の表示設定
================================================ */
.rwd-pd-pc{
display: none!important;
}

.rwd-pd-sp{
display: block;
}

.rwd-pd-wrap{
width: 100vw;
overflow: hidden;
margin-top: -20px;
}

.rwd-pd-btn{
min-width: calc(100% - 40px);
}

.rwd-pd-main{
position: relative;
z-index: 10;
margin-top: 0px;
}

.rwd-pd-main-txtwrap{
bottom: -70px;
}

.rwd-pd-main-txt{
display: inline-block;
width: 200px;
}

.rwd-pd-main-txt span{
font-size: 18px;
margin-bottom: 10px;
}

.rwd-pd-concept{
padding-top: 150px;
}

.rwd-pd-concept p{
text-align: left;
font-size: 14px;
line-height: 2.2em!important;
margin-bottom: 100px;
}

.rwd-pd-concept .rwd-pd-concept-title{
max-width: 200px;
margin: 0 auto;
padding-bottom: 50px;
position: relative;
}

.rwd-pd-concept .rwd-pd-concept-title:after{
content:"";
width: 125px;
height: 200px;
top: -50px;
right: -70px;
}

.rwd-pd-worries:after {
  border-top: 30px solid #7a919d;
}

.rwd-pd-concept-batch{
max-width: 120px;
margin: 20px auto 70px;
}

.rwd-pd-worries-title p{
color: #fff;
font-size: 18px;
font-weight: 700;
}

.rwd-pd-worries-content{
padding-bottom: 60px;
display: block;
}

.rwd-pd-worries-content .rwd-pd-item{
}

.rwd-pd-worries-content .rwd-pd-item>p{
font-size: 18px;
padding-top: 100px;
margin-bottom: 20px;
}

.rwd-pd-worries-content .rwd-pd-item ul li{
margin-bottom: 20px;
font-size: 16px;
min-height: inherit;
}

.rwd-pd-result{
padding-top: 100px;
padding-bottom: 230px;
}

.rwd-pd-result-title{
margin-bottom: 20px;
}

.rwd-pd-result-title p{
font-size: 18px;
}

.rwd-pd-result-fig{
width: 100%;
margin-bottom: 30px;
}

.rwd-pd-result-fig img{
width: 100%;
}

.rwd-pd-result-content-title{
display: block;
padding: 25px 10px 0px;
font-size: 20px;
}

.rwd-pd-result-content-title:before{
display: none;
}

.rwd-pd-result-content-title:after{
display: none;
}

.rwd-pd-result-content{
-webkit-border-radius:0 0 20px 20px;
-moz-border-radius :0 0 20px 20px;
border-radius: 0 0 20px 20px;
padding: 20px 0 100px;
}

.rwd-pd-result-content:after{
content:"";
width: 62.5px;
height: 210px;
background-image: url(../img/index/about_fig04.png);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
bottom: -150px;
right: 0;
}


.rwd-pd-result-content-titlefig{
width: 40px;
margin: 0 auto 30px;
}

.rwd-pd-result-content>p{
padding: 0 5%;
font-size: 16px;
}

.rwd-pd-result-content-mainfig{
margin-top: 0;
width:110%;
}

.rwd-pd-result-content-mainfig img{
margin-left: -5%;
}

.rwd-pd-result-content-mechanism{
padding-top: 20px;
}

.rwd-pd-result-content-mechanism-title{
font-size: 14px;
}

.rwd-pd-result-content-mechanism ul{
display: block;
margin: 0 10% 60px;
}

.rwd-pd-result-content-mechanism ul li{
position: relative;
margin-right: 0;
font-size: 14px;
line-height: 2em!important;
margin-bottom: 40px;
}

.rwd-pd-result-content-mechanism ul li:after{
content: "";
width: 20px;
height: 24px;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
position: absolute;
top: inherit;
bottom: -40px;
right: 50%;
}

.rwd-pd-result-content-mechanism ul li:last-child:after{
display: none;
}

.rwd-pd-result-content-mechanism ul li img{
margin-bottom: 10px;
}

.rwd-pd-result-content-mechanism ul li:nth-child(2n){
margin-right:0;
}

.rwd-pd-result-content-structure{
max-width: 90%;
margin: 0 auto;
}

.rwd-pd-result-content-structure>img{
margin-top: -20px;
}

.rwd-pd-result-content-structure p{
color: #fff;
font-size: 14px;
text-align: left;
line-height: 2em!important;
margin-bottom: 50px;
}

/*point common*/
.rwd-pointbg{
position: relative;
z-index: 2;
padding: 0 20% 150px;
margin: -100px -20% 0;
background: #7A919D;
background: linear-gradient(0deg, rgba(122, 145, 157, 1) 15%, rgba(180, 195, 204, 1) 100%);
border-top-left-radius: 120% 15vw;
border-top-right-radius: 120% 15vw;
}

.rwd-pd-reason{
margin-bottom: 40px;
display: block;
}

.rwd-pd-reason .rwd-pd-item:nth-of-type(1){
display: block;
margin-bottom: 20px;
}

.rwd-pd-reason .rwd-pd-item:nth-of-type(1) p{
display: block;
padding: 10px 0;
}

.rwd-pd-reason .rwd-pd-item:nth-of-type(1) p:after {
  display: none;
}

.rwd-pd-reason .rwd-pd-item:nth-of-type(1) p span{
text-align: center;
color: #005898;
font-size: 18px;
font-weight: bold;
}

.rwd-pd-reason .rwd-pd-item:nth-of-type(1) p span:nth-of-type(1){
flex-basis: 100%;
}

.rwd-pd-reason .rwd-pd-item:nth-of-type(2){
flex-basis: 77%;
}

.rwd-pd-reason .rwd-pd-item:nth-of-type(2) ul{
display: block;
}

.rwd-pd-reason .rwd-pd-item:nth-of-type(2) ul li{
margin-right: 0;
margin-bottom: 10px;
}

.rwd-pd-reason .rwd-pd-item:nth-of-type(2) ul li:nth-child(3n){
margin-right: 0;
}

.rwd-pd-reason .rwd-pd-item:nth-of-type(2) ul li:nth-of-type(4),.rwd-pd-reason .rwd-pd-item:nth-of-type(2) ul li:nth-of-type(5),.rwd-pd-reason .rwd-pd-item:nth-of-type(2) ul li:nth-of-type(6){
margin-bottom: 10px;
}

.rwd-point-conversion p{
font-size: 13px;
padding-top: 0;
margin-bottom: 50px;
}


/*point01*/
.rwd-point01-main{
display:block;
}

.rwd-point01-main .rwd-pd-item:nth-of-type(1){
width: 200px;
margin-top: -80px;
}

.rwd-point01-main .rwd-pd-item:nth-of-type(1) span{
font-size: 18px;
margin-bottom: 10px;
}

.rwd-point01-main .rwd-pd-item:nth-of-type(2){
width: 100%;
padding-top: 30px;
}

.rwd-point01-main .rwd-pd-item:nth-of-type(2) img{
-moz-box-shadow: 15px 15px #a8b7be;
-webkit-box-shadow: 15px 15px #a8b7be;
box-shadow: 15px 15px #a8b7be;
}

.rwd-point01-main .rwd-pd-item:nth-of-type(2):before{
content: "";
background-image: url(../img/index/no01.png);
background-repeat: no-repeat;
background-size: contain;
width: 90px;
height: 106px;
position: absolute;
top: -20px;
bottom: inherit;
left: inherit;
right: 15px;
}

.rwd-point01-read{
padding: 40px 0;
}

.rwd-point01-read span{
display: inline-block;
font-size: 18px;
border-bottom: 3px solid #8199c5;
padding: 5px 20px;
margin-bottom: 20px;
}

.rwd-point01-read span:nth-of-type(1){
margin-left:0; 
}

.rwd-point01-point{
margin-bottom: 40px;
}

.rwd-point01-point-title{
max-width: 120px;
}

.rwd-point01-point .rwd-pd-layout{
padding-top: 20px;
display: block;
}

.rwd-point01-point .rwd-pd-layout .rwd-pd-item:nth-of-type(1){
margin-right: 0;
}

.rwd-point01-point .rwd-pd-layout .rwd-pd-item:nth-of-type(1) p{
text-align: left;
font-size: 14px;
line-height: 2em!important;
}

.rwd-point01-point .rwd-pd-layout .rwd-pd-item:nth-of-type(2){
display: none;
}

.rwd-point01-point .rwd-pd-layout .rwd-pd-item:nth-of-type(3){
display: none;
}

.rwd-point01-subpoint{
padding: 0;
margin-bottom: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: flex-start;
-webkit-box-pack: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}

.rwd-point01-subpoint .rwd-pd-item:nth-of-type(1){
flex-basis: 49%;
margin-right: 1%;
}

.rwd-point01-subpoint .rwd-pd-item:nth-of-type(2){
flex-basis:49%;
margin-right: 0;
margin-left: 1%;
}

.rwd-point01-subpoint .rwd-pd-item:nth-of-type(3){
flex-basis: 100%;
text-align: left;
padding-top: 10px;
font-size: 14px;
}

/*point02*/
.rwd-point02-main{
display:block;
width: 100%;
margin: 0;
}

.rwd-point02-main .rwd-pd-item:nth-of-type(1){
width: 200px;
padding-top: 30px;
margin-bottom: 20px;
}

.rwd-point02-main .rwd-pd-item:nth-of-type(1) span{
font-size: 18px;
margin-bottom: 10px;
}

.rwd-point02-main .rwd-pd-item:nth-of-type(2){
width: 100%;
margin-top: 0;
position: relative;
}

.rwd-point02-main .rwd-pd-item:nth-of-type(2):before{
content: "";
background-image: url(../img/index/no02.png);
background-repeat: no-repeat;
background-size: contain;
width: 90px;
height: 106px;
position: absolute;
top: -50px;
bottom: inherit;
left: inherit;
right: 15px;
}

.rwd-point02-read{
padding: 40px 0;
}

.rwd-point02-read span{
display: inline-block;
font-size: 18px;
border-bottom: 3px solid #8199c5;
padding: 5px 20px;
margin-bottom: 20px;
}

.rwd-point02-read span:nth-of-type(1){
margin-left:0; 
}

.rwd-point02-read span:nth-of-type(2){
margin-left:0; 
}

.rwd-point02-read span:nth-of-type(3){
margin-left:0px; 
}

.rwd-point02-point{
margin-bottom: 40px;
}

.rwd-point02-point .rwd-pd-layout{
padding-top: 20px;
display: block;
}

.rwd-point02-point .rwd-pd-layout .rwd-pd-item:nth-of-type(1){
margin-right: 0;
}

.rwd-point02-point .rwd-pd-layout .rwd-pd-item:nth-of-type(1) p{
text-align: left;
font-size: 14px;
line-height: 2em!important;
}

.rwd-point02-point .rwd-pd-layout .rwd-pd-item:nth-of-type(2){
display: none;
}

.rwd-point02-point .rwd-pd-layout .rwd-pd-item:nth-of-type(3){
display: none;
}

.rwd-point02-subpoint{
padding: 0 ;
margin-bottom: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: flex-start;
-webkit-box-pack: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}

.rwd-point02-subpoint .rwd-pd-item:nth-of-type(1){
flex-basis: 49%;
margin-right: 1%;
}

.rwd-point02-subpoint .rwd-pd-item:nth-of-type(2){
flex-basis:49%;
margin-right: 0;
margin-left: 1%;
}

.rwd-point02-subpoint .rwd-pd-item:nth-of-type(3){
flex-basis: 100%;
text-align: left;
padding-top: 10px;
font-size: 14px;
}

/*point03*/
.rwd-point03-main{
display: block;
width: 100%;
margin: 0;
}

.rwd-point03-main .rwd-pd-item:nth-of-type(1){
width: 200px;
margin-top: 0px;
margin-bottom: 20px;
}

.rwd-point03-main .rwd-pd-item:nth-of-type(1) span{
text-align: left;
display: block;
padding: 5px 10px;
white-space: nowrap;
background: #fff;
color: #005898;
font-size: 18px;
margin-bottom: 10px;
}

.rwd-point03-main .rwd-pd-item:nth-of-type(2){
width: 100%;
padding-top: 0px;
position: relative;
}

.rwd-point03-main .rwd-pd-item:nth-of-type(2):before{
content: "";
background-image: url(../img/index/no03.png);
background-repeat: no-repeat;
background-size: contain;
width: 90px;
height: 106px;
position: absolute;
top: -50px;
bottom: inherit;
left: inherit;
right: 15px;
}

.rwd-point03-read{
padding: 40px 0;
}

.rwd-point03-read span{
display: inline-block;
font-size: 18px;
border-bottom: 3px solid #8199c5;
padding: 5px 20px;
margin-bottom: 20px;
}

.rwd-point03-read span:nth-of-type(1){
margin-left:0; 
}

.rwd-point03-read span:nth-of-type(2){
margin-left:0; 
}

.rwd-point03-point{
margin-bottom: 40px;
}

.rwd-point03-point-title{
max-width: 120px;
}

.rwd-point03-point .rwd-pd-layout{
padding-top: 20px;
display: block;
}

.rwd-point03-point .rwd-pd-layout .rwd-pd-item:nth-of-type(1){
margin-right: 0;
}

.rwd-point03-point .rwd-pd-layout .rwd-pd-item:nth-of-type(1) p{
text-align: left;
font-size: 14px;
line-height: 2em!important;
}

.rwd-point03-point .rwd-pd-layout .rwd-pd-item:nth-of-type(2){
display: none;
}

.rwd-point03-point .rwd-pd-layout .rwd-pd-item:nth-of-type(3){
display: none;
}

.rwd-point03-subpoint{
padding: 0;
margin-bottom: 80px;
display:block;
}

.rwd-point03-subpoint .rwd-pd-item:nth-of-type(1){
margin-bottom: 20px;
}

.rwd-point03-subpoint .rwd-pd-item:nth-of-type(2){
font-size: 14px;
line-height: 2em!important;
}


.rwd-subcontent-main{
position: relative;
z-index: 3;
margin-top: -50px;
}

.rwd-subcontent-bg{
position: relative;
z-index: 4;
padding: 0 20% 50px;
margin: -30px -20% 0;
background: #7A919D;
background: linear-gradient(0deg, rgba(122, 145, 157, 1) 15%, rgba(180, 195, 204, 1) 100%);
border-top-left-radius: 120% 15vw;
border-top-right-radius: 120% 15vw;
}

.rwd-subcontent-txt{
width: 200px;
position: absolute;
top: -20px;
right: 5%;
}

.rwd-subcontent-txt span{
font-size: 18px;
margin-bottom: 10px;
}


.rwd-voice-main{
padding-top: 180px;
display: block;
}

.rwd-voice-main .rwd-pd-item:nth-of-type(1){
flex-basis: 27%;
order: 2;
position: relative;
}

.rwd-voice-main .rwd-pd-item:nth-of-type(2){
display: none;
}

.rwd-voice-main .rwd-pd-item:nth-of-type(3){
display: none;
}

.rwd-voice-main .rwd-pd-item:nth-of-type(1) .rwd-voice-title{
margin-bottom: 20px;
}

.rwd-voice-main .rwd-pd-item:nth-of-type(1) .rwd-voice-title img{
max-width: 120px;
}

.rwd-voice-main .rwd-pd-item:nth-of-type(1) p{
text-align: left;
margin-bottom: 20px;
}

.rwd-voice-main .rwd-pd-item:nth-of-type(1)>img{
max-width: 130px;
margin-bottom: 50px;
}

.rwd-pd-txt{
display: none;
}

.rwd-voice-list{
max-width: 270px;
margin: 0 auto 50px;
padding-top: 0; 
display: block;
}

.rwd-voice-list li{
display: block;
margin-right: 0;
margin-bottom: 30px;
background-image: url(../img/index/voice_bg.svg);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}

.rwd-voice-list li:nth-child(3n){
margin-right: 0;
}

.rwd-voice-list li:nth-child(2n){
margin-right: 0;
}

.rwd-voice-list li .rwd-inner{
display: block;
padding: 40px;
}

.rwd-voice-list li .rwd-inner>img{
width: 30px;
}

.rwd-voice-list li .rwd-inner .rwd-detail{
display: block;
text-align: left;
font-size: 14px;
padding: 20px 0;
}


/*topix*/
.rwd-pd-topix{
padding-top: 100px;
}

.rwd-topix-title{
color: #fff;
font-size: 18px;
margin-bottom: 40px;
}

.rwd-topix-title img{
max-width: 120px;
margin-bottom: 40px;
}

.rwd-topix-col{
position: relative;
padding: 60px 30px 30px;
margin-bottom: 20px;
display: block;
background: #E0E0E0;
background: linear-gradient(90deg, rgba(224, 224, 224, 1) 0%, rgba(186, 186, 186, 1) 100%);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.rwd-topix-col:before{
content: "実績";
font-size: 14px;
position: absolute;
top: 0;
left: calc(50% - 100px);
}

.rwd-topix-col .rwd-pd-item:nth-of-type(1){
margin-bottom: 20px;
}

.rwd-topix-col .rwd-pd-item>p{
font-size: 16px;
font-weight: bold;
margin-bottom: 20px;
}

.rwd-topix-col .rwd-pd-item .rwd-topix-col-layout{
display: block;
}

.rwd-topix-col .rwd-pd-item .rwd-topix-col-layout .rwd-pd-col:nth-of-type(1){
flex-basis: 40%;
text-align: center;
margin-bottom: 20px;
}

.rwd-topix-col .rwd-pd-item .rwd-topix-col-layout .rwd-pd-col:nth-of-type(1) img{
max-width: 200px;
}

.rwd-topix-col .rwd-pd-item .rwd-topix-col-layout .rwd-pd-col:nth-of-type(2){
font-size: 14px;
line-height: 2em!important;
}

.rwd-topix-layout{
display:block;
}

.rwd-topix-layout .rwd-pd-item{
text-align: left;
padding: 60px 30px 30px;
margin-bottom: 20px;
}

.rwd-topix-layout .rwd-pd-item:before{
content: "事例";
font-size: 14px;
position: absolute;
top: 0;
left: calc(50% - 100px);
}

.rwd-topix-layout .rwd-pd-item p.rwd-pd-title{
font-size: 16px;
font-weight: bold;
margin-bottom: 20px;
}

.rwd-topix-layout .rwd-pd-item>img{
margin-bottom: 20px;
}


/*flow*/
.rwd-pd-flow{
padding-top: 100px;
}

.rwd-flow-title{
color: #fff;
font-size: 18px;
margin-bottom: 40px;
}

.rwd-flow-title img{
max-width: 120px;
margin-bottom: 20px;
}

.rwd-flow-list{
}

.rwd-flow-list li{
position: relative;
margin-bottom: 70px;
display: block;
}

.rwd-flow-list li span.rwd-flow-list-title{
display: block;
padding: 5px 0;
-webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
}

.rwd-flow-list li span.rwd-flow-list-title .rwd-flow-list-inner{
display: block;
color: #fff;
font-size: 18px;
}

.rwd-flow-list li span.rwd-flow-list-title .rwd-flow-list-inner .rwd-flow-list-no{
display: block;
opacity: 0.7;
font-size: 21px;
}

.rwd-flow-list li span.rwd-flow-list-body{
display: block;
}

.rwd-flow-list li span.rwd-flow-list-body .rwd-flow-list-inner{
display: block;
padding: 0 20px;
}

.rwd-flow-list li span.rwd-flow-list-body .rwd-flow-list-inner .rwd-flow-list-body-title{
font-size: 18px;
}

.rwd-flow-list li span.rwd-flow-list-btn{
display: block;
}

.rwd-flow-list li span.rwd-flow-list-btn .rwd-flow-list-inner{
display: block;
text-align: center;
padding: 0 0 30px;
}

.rwd-flow-list li span.rwd-flow-list-btn .rwd-flow-list-inner img{
max-width: 120px;
}

.rwd-flow-list01{
padding:100px 0 20px 20px;
display: block;
background-image: url(../img/index/flow_icon01.png);
background-repeat: no-repeat;
background-size: 100px;
background-position: left 50% top 0;
}

.rwd-flow-list02{
padding:100px 0 20px 20px;
display: block;
background-image: url(../img/index/flow_icon02.png);
background-repeat: no-repeat;
background-size: 100px;
background-position: left 50% top 0;
}

.rwd-flow-list03{
padding:100px 0 20px 20px;
display: block;
background-image: url(../img/index/flow_icon03.png);
background-repeat: no-repeat;
background-size: 100px;
background-position: left 50% top 0;
}



/*qa*/
.rwd-pd-qa{
padding-top: 100px;
}

.rwd-qa-title{
color: #fff;
font-size: 18px;
margin-bottom: 20px;
}

.rwd-qa-title img{
max-width: 120px;
margin-bottom: 20px;
}

.rwd-qa-body{
max-width: 700px;
margin: 0 auto;
padding-top: 30px;
}

.rwd-qa-body dl{
padding-bottom: 30px;
margin-bottom: 30px;
}

.rwd-qa-body dl dt{
font-size: 16px;
font-weight: bold;
padding: 10px 0 10px 40px;
}

.rwd-qa-body dl dd{
background-image: url(../img/index/qa_a.png);
background-repeat: no-repeat;
background-size: 30px;
background-position: top 7px left 0;
font-size: 14px;
line-height: 2em!important;
padding: 10px 0 10px 40px;
}

.rwd-footer-catch{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
background-image: url(../img/index/footlink_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
aspect-ratio: 320 / 99;
}

.rwd-footer-catch p{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
font-size: 18px;
font-weight: bold;
color: #fff;
text-align: center;
-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.rwd-footer-catch-link{
text-align: center;
margin-top: 20px;
margin-bottom: 80px;
}

.rwd-footer-catch-link img{
max-width: 300px;
}

.rwd-footer-links{
margin-bottom: 40px;
}

.rwd-footer-links ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.rwd-footer-links ul li{
flex-basis: 49%;
margin-right: 2%;
text-align: left;
font-size: 11px;
margin-bottom: 20px;
}

.rwd-footer-links ul li:nth-child(2n){
margin-right: 0;
}

.rwd-footer-links ul li:nth-child(6n){
margin-right: 0;
}

.rwd-footer-links ul li img{
margin-bottom: 10px;
}

.rwd-footer-headline{
padding-bottom: 30px;
}

.rwd-footer-headline h2{
display: block;
padding-bottom: 10px;
margin-bottom: 10px;
font-size: 16px;
font-weight: bold;
border-bottom: 1px solid #ccc;
}

.rwd-footer-headline img{
max-width: 90%;
}

}