@charset "UTF-8";


/*--------------------------------------------
 .keyVisual
--------------------------------------------*/
.keyVisual { text-align: center;}
.keyVisual h1{
  font-weight: bold;
  font-weight: 600;
  font-size: 84px;
  letter-spacing: .1em;
}
.keyVisual h1 span {
  display: block;
  font-size: 20px;
  letter-spacing: .6em;
}
.keyVisual p {
  font-size: 16px;
  line-height: 1.5;
}
.keyVisual .btnBlueLarge{ margin: 40px auto 15px;}
.keyVisual b {
  font-size: 12px;
  line-height: 1;
}
.ceatecDetail {
  width: 595px;
  margin: 20px auto 40px;
}
.ceatecDetail dl,
.ceatecDetail dl dd {
  display: flex;
  justify-content: left;
  align-items: center;
}
.ceatecDetail dl{
  margin-bottom: 10px;
  line-height: 1;
  font-weight: bold;
  font-weight: 600;
  font-size: 22px;
}
.ceatecDetail dl dt {
  width: 120px;
  text-align: left;
}
.ceatecDetail dl dd b{
  font-weight: normal;
  font-size: 18px;
  margin-top: 2px;
}
.ceatecDetail .arrowRight {
  width: 8px;
  height: auto;
  margin: 0 25px 0 20px;
}

@media screen and (min-width: 780px) and (max-width: 988px) {
  .keyVisual h1{ line-height: 1.2;}
  .keyVisual h1 span {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 779px) {
  .keyVisual section { padding: 50px 20px; }
  .keyVisual h1{ font-size: 56px;}
  .keyVisual h1 span {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .keyVisual p {
    font-size: 14px;
  }
  .ceatecDetail {
    width: 70%;
    margin: 20px auto 40px;
  }
  .ceatecDetail dl{
    font-size: 16px;
  }
  .ceatecDetail dl dt {
    width: 100px;
  }
  .ceatecDetail dl dd span {font-size: 16px;}
  .ceatecDetail dl dd b {font-size: 12px;}
  .keyVisual .arrowBottom {
    display: block;
    margin: 0px auto;
    display: none;
  }
  .ceatecDetail .arrowRight {
    display: inline-block !important;
    margin: 0 15px 0 10px;
    width: 5px;
    height: auto;
  }
}
@media screen and (max-width: 680px) {
  .keyVisual h1{ font-size: 28px;}
  .keyVisual h1 span {
    margin-bottom: 0px;
    font-size: 12px;
    letter-spacing: .1em;
  }
  .keyVisual p { font-size: 13px;}
  .ceatecDetail {
    border: 1px solid #fff;
    padding: 0 0 20px;
    margin: 20px auto 30px;
    width: 100%;
  }
  .ceatecDetail dl{
    display: block;
    text-align: center;
    font-size: 16px;
  }
  .ceatecDetail dl dt {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 30px 0;
  }
  .ceatecDetail dl dt:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 20px;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #27a8dd;
    border-radius: 2px;
  }

  .ceatecDetail dl dd{ justify-content: center;}
  .ceatecDetail dl dd.place{ display: block;}
  .ceatecDetail dl dd.place b{
    font-size: 12px;
    display: block;
    margin-top: 5px;
  }
  .keyVisual .arrowBottom {
    display: block;
    margin: 0px auto;
    display: none;
  }
  .keyVisual .arrowRight { display: inline-block !important;}
  .keyVisual .btnBlueLarge { margin: 20px auto 10px; }
  .keyVisual b { font-size: 11px;}
}

/*--------------------------------------------
 .section01
--------------------------------------------*/

.section01 {
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.section01 p { text-align: left;}
.section01 .btnWhite { margin: 40px auto 0;}

@media screen and (max-width: 779px) {
  .section01 section { padding: 50px 20px; }
  .section01 p { font-size: 13px;}
  .section01 .btnWhite { margin: 20px auto 0;}
}

/*--------------------------------------------
 .section02
--------------------------------------------*/

.section02 {
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.section02 img {
  width: 90%;
  height: auto;
}

@media screen and (max-width: 779px) {
  .section02 section { padding: 50px 20px; }
  .section02 p { font-size: 13px;}
}

/*--------------------------------------------
 .section03
--------------------------------------------*/

.section03 {
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.section03 section {
  max-width: 100%;
  padding: 100px 0 0;
}
.cornerBox h4,
.appBox h4 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  font-weight: 600;
}
.cornerBox h4 span,
.appBox h4 span {
  font-size: 15px;
  color: #27a8dd;
  display: block;
  padding-bottom: 10px;
}
.purseImg {
  width: 100%;
  padding: 80px 0;
}
.purseImg img{ opacity: 0.9;}

@media screen and (max-width: 779px) {
  .section03 section { padding: 50px 0 0; }
  .section03 section .description {
    padding: 0 20px;
    text-align: left;
    font-size: 13px;
  }
  .section03 section .description br {
    display: none;
  }
  .purseImg {
    width: 100%;
    padding: 30px 0 0;
  }
}

/* .pointBox
--------------------------------------------*/
.pointBox {
  position: relative;
  max-width: 1080px;
  margin: 0px auto 100px;
  padding: 0px 20px;
  box-sizing: border-box;
}
.pointBox b {
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 779px) {
  .pointBox { margin: 50px auto 0;}
  .pointBox .btnBlueLarge { margin: 20px auto 10px; }
  .pointBox b { font-size: 11px;}
  .pointBox p {
    font-size: 13px;
    margin-top: 10px;
  }
}

/* .cornerBox
--------------------------------------------*/
.cornerBox {
  margin: 100px 0;
  text-align: left;
  display: flex;
}
.item1 { order: 1; }
.item2 { order: 2; }
.cornerBox .txtBox {
  width: 55%;
  padding: 0 10px;
}
.cornerBox .txtBox p {
  margin-top: 10px;
}
.cornerBox .imgBox {
  width: 45%;
  height: auto;
  padding: 0 10px;
}

@media screen and (max-width: 779px) {
  .cornerBox{
    display: block;
    margin: 30px 0;
  }
  .cornerBox .imgBox {
    width: 100%;
    padding: 0;
  }
  .cornerBox .txtBox {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .cornerBox .txtBox h4 { font-size: 18px;}
  .cornerBox .txtBox h4 span { font-size: 13px;}
  .cornerBox .txtBox h4 br {
    display: none;
  }
}

/* .speechBox
--------------------------------------------*/
.speechBox { display: flex;}
.speechBox div {
  text-align: left;
  width: 46%;
  padding: 30px;
  margin: 50px 2%;
  border: 1px solid #ddd;
}
.speechBox div span{
  font-size: 15px;
  font-weight: bold;
  color: #27a8dd;
  display: block;
  padding-bottom: 10px;
}
.speechBox div h4 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.btnBlueLarge {
  margin: 0 auto 15px;
}

@media screen and (min-width: 780px) {}
@media screen and (max-width: 779px) {
  .speechBox {
    display: block;
    margin: 30px 0 0;
  }
  .speechBox div {
    width: 100%;
    margin: 20px 0;
  }
  .speechBox div span { font-size: 11px;}
  .speechBox div h4 { font-size: 15px;}
  .speechBox div h4 br { display: none;}
  .speechBox div p { font-size: 13px;}
  .btnBlueLarge { margin: 50px auto 15px;}
}


/* .appBox
--------------------------------------------*/
.appBox {
  text-align: left;
  margin: 100px 0 0;
  display: flex;
  align-items: center;
}
.appBox .txtBox {
  width: 65%;
  padding: 0 10px;
}
.appBox .txtBox p { margin-top: 30px;}
.appBox .imgBox {
  width: 35%;
  height: auto;
  padding: 0 10px;
}
.appBox .btnBlue { margin-top: 30px;}

@media screen and (min-width: 780px) {
  .appBox .iphone01SP {display: none;}
}
@media screen and (max-width: 779px) {
  .appBox {
    border-top: 1px solid #ddd;
    display: block;
    margin: 30px 0 0;
    padding: 30px 0 0;
  }
  .appBox .iphone01 {display: none;}
  .appBox .txtBox {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .appBox .txtBox h4 { font-size: 15px;}
  .appBox .txtBox h4 span {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.5;
  }
  .appBox .txtBox p {
    font-size: 13px;
    margin-top: 20px;
  }
  .appBox .imgBox {
    width: 100%;
    height: auto;
    padding: 0 10px;
    text-align: center;
  }
  .appBox .imgBox img {
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
  .appBox .btnBlue { 
    margin: 30px auto;
  }
}



/* .video
--------------------------------------------*/

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}





