@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}


.c-btnWrap {
  display: table;
}
.c-btn-link ,
.c-btn-qr {
  display: table-cell;
  vertical-align: middle;
  padding-right: 9px;
}

@media screen and (max-width: 640px) {
  .c-btnWrap {
    display: table;
  }
  .c-btn-link ,
  .c-btn-qr {
    display: table-cell;
    vertical-align: middle;
    padding: 1.25%;
  }  
  .c-btn-qr {
    display: none;
  }
}


a.c-btn2 {
  display: block;
  font-size: 20px;
  line-height: 1;
  background: #ed6517;
  border-radius: 5px;
  color: #FFF;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  position: relative;
}
a.c-btn2:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 9px;
  height: 9px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);  
}
@media screen and (max-width: 640px) {
  a.c-btn2 {
    display: block;
    font-size: 16px;
    line-height: 1;
    background: #ed6517;
    border-radius: 5px;
    color: #FFF;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    position: relative;
  }
  a.c-btn2:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: '';
    vertical-align: middle;
    width: 9px;
    height: 9px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);  
  }  
  
}




.p-mainContents {
  padding: 61px 0 29px 0;
}
.p-mainContents .l-inner {
  width: 100%;
  display: table;
}
.p-mainContents-l ,
.p-mainContents-r {
  display: table-cell;
  vertical-align: middle;
}
.p-mainContents-l {
  width: 32.05%;
}
.p-mainContents-l img{
  max-width: 318px;
}
.p-mainContents-r {
  width: 59.67%;
  padding-left: 4.65%;
  padding-right: 1.63%;
  text-align: left;
}
.p-mainContents-headTitle {
  margin-bottom: 7%;
}
.p-mainContents-img {
  margin-bottom: 7%;
}
.p-mainContents-btnWrap {
}
@media screen and (max-width: 640px) {
  .p-mainContents {
    padding: 0px 0 5% 0;
  }
  .p-mainContents .l-inner {
    display: block;
  }
  .p-mainContents-l ,
  .p-mainContents-r {
    display: block;
  }
  .p-mainContents-l {
    width: auto;
  }
  .p-mainContents-r {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .p-mainContents-headTitle {
    margin-bottom: 0;
  }
  .p-mainContents-img {
    margin-bottom: 3%;
  }
  .p-mainContents-btnWrap {
    margin-bottom: 2.5%;
  }  
  .p-mainContents-btnWrap .c-btnWrap {
    padding: 0 5%;
    box-sizing: border-box;
  }  
}





.p-point1 {
  background: url(../images/sec01_back.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.p-point1 .l-inner {
  display: table;
  width: 100%;
  padding: 54px 0 45px 0;
}
.p-point1-l ,
.p-point1-r {
  display: table-cell;
  vertical-align: middle;
}
.p-point1-l {
  padding: 0 0 0 3.72% ;
  text-align: left;
}
.p-point1-r {
  width: 39.49%;
  text-align: left;
  padding: 0 0 0 3.72%;
}
.p-point1-inner {
  max-width: 400px;
}
.p-point1-inner {
  color:#fff;
}
.p-point1-headTitle {
  font-size: 30px;
  line-height: 47px;
  color: #5576f2;
  margin-bottom: 20px;
}
.p-point1-headTitle span {
  display: inline-block;
  position: relative;
}
.p-point1-headTitle span:before {
  display: block;
  background: url(../images/sec01_icon01.png) no-repeat center center;
  width: 83px;
  height: 64px;
  content: '';
  position: absolute;
  top:0;
  bottom: 0;
  margin: auto;
  right: -98px;
  
}
.p-point1-eye {
  position: absolute;
  top:-9px;
  left: 0;
  margin: auto;
  right: 0;
}

@media screen and (max-width: 861px) {
  .p-point1-headTitle {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-top: 40px;
  }
  .p-point1-headTitle span:before {
    background: url(../images/sec01_icon01.png) no-repeat center center;
    background-size: 100% auto;
    width: 53px;
    height: 41px;
    right: -62px;
  }
}

@media screen and (max-width: 640px) {
  .p-point1 {
    background: url(../images/sp_sec01_back.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0 0 0 ;
  }
  .p-point1 .l-inner {
    display: block;
    width: 100%;
    padding: 0px 0 23px 0;
  }
  .p-point1-l ,
  .p-point1-r {
    display: block;
  }
  .p-point1-l {
    padding: 0 6.9% 0 6.9% ;
    text-align: left;
    margin-bottom: 15px;
  }
  .p-point1-r {
    width: auto;
    text-align: left;
    padding: 0 6.9% 0 6.9% ;
  }
  .p-point1-inner {
    max-width: none;
  }
  .p-point1-headTitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  .p-point1-headTitle span {
    padding-right: 48px;
  }
  .p-point1-headTitle span:before {
    display: block;
    background: url(../images/sec01_icon01.png) no-repeat center center;
    background-size: 100% auto;
    width: 42px;
    height: 32px;
    content: '';
    position: absolute;
    top:0;
    bottom: 0;
    margin: auto;
    right: 0px;

  }
  .p-point1-headLineTitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .p-point1-text {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .p-point1-eye {
    position: absolute;
    top:-6px;
    left: 0;
    margin: auto;
    right: 0;
    width: 91px;
  }  

}
@media screen and (min-width: 641px){
  .p-point1-r img{
    max-width: 299px;
  }
}





.p-point2 {
  background: #e0e9f7;
  position: relative;
}
.p-point2 .l-inner {
  display: table;
  width: 100%;
  padding: 52px 0 47px 0;
}
.p-point2-l ,
.p-point2-r {
  display: table-cell;
  vertical-align: middle;
}
.p-point2-l {
  width: 46.46%;
  text-align: left;
  padding: 0 0 0 3.72%;
}
.p-point2-r {
  padding: 0 3.72% 0 0 ;
  text-align: left;
}
.p-point2-inner {
  max-width: 453px;
  margin-left: auto;
}
.p-point2-headTitle {
  font-size: 36px;
  line-height: 47px;
  color: #5576f2;
  margin-bottom: 30px;
}
.p-point2-headTitle span {
  display: inline-block;
  position: relative;
}
.p-point2-headTitle span:before {
  display: block;
  background: url(../images/sec02_icon01.png) no-repeat center center;
  width: 76px;
  height: 76px;
  content: '';
  position: absolute;
  top:0;
  bottom: 0;
  margin: auto;
  right: -98px;
}
.p-point2-headLineTitle {
  font-size: 22px;
  line-height: 32px;
  color: #231815;
}
.p-point2-eye {
  position: absolute;
  top:-9px;
  left: 0;
  margin: auto;
  right: 0;
}
@media screen and (min-width: 641px) and (max-width: 861px) {
  .p-point2-headTitle {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 20px;
    padding-top: 60px;
  }
  .p-point2-headLineTitle br {
    display: none;
  }
  .p-point2-headTitle span {
  }
  .p-point2-headTitle span:before {
    background: url(../images/sec02_icon01.png) no-repeat center center;
    background-size: 100% auto;
    width: 57px;
    height: 37px;
    right: -65px;
  }
}


@media screen and (max-width: 640px) {
  .p-point2 {
    background: #f1ead6;
    position: relative;
  }
  .p-point2 .l-inner {
    display: block;
    width: 100%;
    padding: 100px 6.9% 32px 6.9% ;
    box-sizing: border-box;
  }
  .p-point2-l ,
  .p-point2-r {
    display: block;
  }
  .p-point2-l {
    width: auto;
    text-align: center;
    padding: 0;
  }
  .p-point2-r {
    padding: 0 ;
    text-align: left;
  }
  .p-point2-inner {
    max-width: none;
    margin-left: 0;
  }
  .p-point2-headTitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: center;
  }
  .p-point2-headTitle span {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 0 48px 0 0;
  }
  .p-point2-headTitle span:before {
    display: block;
    background: url(../images/sec02_icon01.png) no-repeat center center;
    background-size: 100% auto;
    width: 38px;
    height: 38px;
    right: 0;

  }
  .p-point2-headLineTitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .p-point2-text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .p-point2-eye {
    position: absolute;
    top:-6px;
    left: 0;
    margin: auto;
    right: 0;
    width: 91px;
  }
}


.p-point3 {
  background: url(../images/sec03_back.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.p-point3 .l-inner {
  display: table;
  width: 100%;
  padding: 55px 0 44px 0;
}
.p-point3-l ,
.p-point3-r {
  display: table-cell;
  vertical-align: middle;
}
.p-point3-l {
  padding: 0 0 0 3% ;
  text-align: left;
}
.p-point3-r {
  width: 60%;
  text-align: left;
  padding: 0 0 0 0;
}
.p-point3-inner {
}
.p-point3-headTitle {
  font-size: 36px;
  line-height: 47px;
  color: #5576f2;
  margin-bottom: 20px;
}
.p-point3-headTitle span {
  display: inline-block;
  position: relative;
}
.p-point3-headTitle span:before {
  display: block;
  background: url(../images/sec03_icon01.png) no-repeat center center;
  width: 71px;
  height: 69px;
  content: '';
  position: absolute;
  top:0;
  bottom: 0;
  margin: auto;
  right: -78px;
  
}
.p-point3-headLineTitle {
  font-size: 22px;
  line-height: 32px;
  color: #231815;
  margin-bottom: 20px;
}
.p-point3-text {
  font-size: 15px;
  line-height: 30px;
  color: #231815;
  margin-bottom: 45px;
}
.p-point3-eye {
  position: absolute;
  top:-9px;
  left: 0;
  margin: auto;
  right: 0;
}

@media screen and (max-width: 861px) {
  .p-point3-headTitle {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .p-point3-headTitle span {
  }
  .p-point3-headTitle span:before {
    background: url(../images/sec03_icon01.png) no-repeat center center;
    background-size: 100% auto;
    width: 51px;
    height: 50px;
    right: -55px;

  }   
}
@media screen and (min-width: 641px){
  .p-point3-text{
    white-space: nowrap;
  }
  .p-point3-r img{
    max-width: 482px;
  }
}

@media screen and (max-width: 640px) {
  .p-point3 {
    background: url(../images/sp_sec03_back.jpg) no-repeat center center;
    background-size: cover;
  }
  .p-point3 .l-inner {
    display: block;
    padding: 100px 6.9% 25px 6.9%;
    box-sizing: border-box;
  }
  .p-point3-l ,
  .p-point3-r {
    display: block;
  }
  .p-point3-l {
    padding: 0  ;
    text-align: center;
  }
  .p-point3-r {
    width: auto;
    text-align: center;
    padding: 0;
  }
  .p-point3-inner {
  }
  .p-point3-headTitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 17px;
  }
  .p-point3-headTitle span {
    padding-right: 48px;
  }
  .p-point3-headTitle span:before {
    background: url(../images/sec03_icon01.png) no-repeat center center;
    background-size: 100% auto;
    width: 32px;
    height: 32px;
    right: 0px;

  }
  .p-point3-headLineTitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .p-point3-text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .p-point3-eye {
    top:-6px;
    width: 91px;
  }  
  
}


.p-point4 {
  background: #e0e9f7;
  position: relative;
}
.p-point4 .l-inner {
  display: table;
  width: 100%;
  padding: 52px 0 47px 0;
}
.p-point4-l ,
.p-point4-r {
  display: table-cell;
  vertical-align: middle;
}
.p-point4-l {
  width: 46.46%;
  text-align: left;
  padding: 0 0 0 3.72%;
}
.p-point4-r {
  padding: 0 3.72% 0 0 ;
  text-align: left;
}
.p-point4-inner {
  max-width: 453px;
  margin-left: auto;
}
.p-point4-headTitle {
  font-size: 36px;
  line-height: 46px;
  color: #5576f2;
  margin-bottom: 30px;
}
.p-point4-headTitle span {
  display: inline-block;
  position: relative;
}
.p-point4-headTitle span:before {
  display: block;
  background: url(../images/sec04_icon01.png) no-repeat center center;
  width: 65px;
  height: 65px;
  content: '';
  position: absolute;
  top:0;
  bottom: 0;
  margin: auto;
  right: -68px;
  
}
.p-point4-headLineTitle {
  font-size: 22px;
  line-height: 32px;
  color: #231815;
}
.p-point4-text {
  font-size: 15px;
  line-height: 30px;
  color: #231815;
  margin-bottom: 45px;
}
.p-point4-eye {
  position: absolute;
  top:-9px;
  left: 0;
  margin: auto;
  right: 0;
}
@media screen and (min-width: 641px) and (max-width: 861px) {
  .p-point4-headTitle {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-top: 30px;
  }
  .p-point4-headTitle span {
  }
  .p-point4-headTitle span:before {
    background: url(../images/sec04_icon01.png) no-repeat center center;
    background-size: 100% auto;
    width: 45px;
    height: 45px;
    right: -50px;

  }  
  .p-point4-headLineTitle br {
    display: none;
  }
  
}


@media screen and (max-width: 640px) {
  .p-point4 {
    background: #f1ead6;
    position: relative;
  }
  .p-point4 .l-inner {
    display: block;
    padding: 100px 6.9% 28px 6.9%;
    box-sizing: border-box;
  }
  .p-point4-l ,
  .p-point4-r {
    display: block;
  }
  .p-point4-l {
    width: auto;
    text-align: center;
    padding: 0;
  }
  .p-point4-r {
    padding: 0;
    text-align: left;
  }
  .p-point4-inner {
    max-width: none;
    margin-left: 0;
  }
  .p-point4-headTitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: center;
  }
  .p-point4-headTitle span {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 0 48px 0 0;
  }
  .p-point4-headTitle span:before {
    display: block;
    background: url(../images/sec04_icon01.png) no-repeat center center;
    background-size: 100% auto;
    width: 38px;
    height: 38px;
    right: 0;

  }
  .p-point4-headLineTitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .p-point4-text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .p-point4-eye {
    top:-6px;
    left: 0;
    margin: auto;
    right: 0;
    width: 91px;
  }
}


.in_fade {
  opacity: 0;
}
.in_fade.is-move {
   -webkit-animation: fadeIn 0.5s 0s ease-in-out alternate forwards;
  animation: fadeIn 0.5s 0s ease-in-out alternate forwards; 
}

@keyframes fadeIn {
  0% {opacity:0; -webkit-transform: translate(0px, 20px); transform: translate(0px, 20px);}
  100% {opacity:1; -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
}
@-webkit-keyframes fadeIn {
  0% {opacity:0; -webkit-transform: translate(0px, 20px); transform: translate(0px, 20px);}
  100% {opacity:1; -webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
}

.u-PCShow {
}
.u-SPShow {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .u-PCShow {
    display: none !important;
  }
  .u-SPShow {
    display: block !important;
  }
}
