@charset "utf-8";
/*--------------- Key Visual ---------------*/
#keyVisual {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#keyVisual li {
  width: 100%;
  background-size: cover;
}
#keyVisual li.photo01 {
  background-image: url("../images/keyvisual_photo01-pc.jpg");
  background-position: right;
}
#keyVisual li.photo02 {
  background-image: url("../images/keyvisual_photo02.jpg");
  background-position: center;
}
#keyVisual li.photo03 {
  background-image: url("../images/keyvisual_photo03.jpg");
  background-position: left bottom;
}
#keyVisual li.photo04 {
  background-image: url("../images/keyvisual_photo04.jpg");
  background-position: left center;
}
#keyVisual li.photo05 {
  background-image: url("../images/keyvisual_photo05.jpg");
  background-position: right center;
}
.slide-animation {
  animation: fadezoom 20s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(1.2);
  }
}
.slick-track {
  overflow: hidden;
}
#keyVisual .text {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 0;
  z-index: 10;
  box-sizing: border-box;
  width: 0;
}
#keyVisual .textInner {
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  display: none;
}
#keyVisual .text p {
  line-height: 1.6;
  font-weight: 700;
}
#keyVisual .scrolldownBtn a {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 60px;
  color: #FFF;
}
#keyVisual .scrolldownBtn a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  #keyVisual .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 8vw;
    margin-top: -4vw;
  }
  #keyVisual .text h1 {
    margin-right: 2.5vw;
    display: inline-block;
  }
  #keyVisual .text h1 img {
    width: 14vw;
    height: auto;
  }
  #keyVisual .text p {
    font-size: 1.4vw;
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #keyVisual li.photo01 {
    background-image: url("../images/keyvisual_photo01-tablet.jpg");
    background-position: right;
  }
}
@media screen and (orientation: landscape) {
  #keyVisual, #keyVisual li {
    height: calc(100vh - 85px);
  }
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  #keyVisual, #keyVisual li {
    height: calc(100vh - 55px);
  }
}
@media screen and (orientation: portrait) {
  #keyVisual, #keyVisual li {
    height: 60vw;
  }
  #keyVisual li.photo01 {
    background-image: url("../images/keyvisual_photo01-tablet.jpg");
    background-position: right;
  }
  #keyVisual .scrolldownBtn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #keyVisual .text {
    padding: 20px 0 0;
    height: 110px;
    margin-top: -55px;
  }
  #keyVisual .text h1 {
    margin: 0 0 15px;
  }
  #keyVisual .text h1 img {
    width: 100px;
    height: auto;
  }
  #keyVisual .text p {
    font-size: 0.6em;
    letter-spacing: 0.05em;
  }
}
/*--------------- Common ---------------*/
h2 {
  color: #64c8e6;
  font-size: 2.2em;
  text-align: center;
  margin: 40px 0;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.4em;
    margin: 25px 0;
  }
}
/*--------------- Feature ---------------*/
#feature {
  background-color: rgba(100, 200, 230, 0.3);
}
.featureInner {
  background-color: #fff;
}
.featureInner .photo img {
  width: 100%;
  display: block;
}
.featureInner .text p {
  font-weight: 700;
}
.featureInner .text p .small, .featureInner .text p.cap {
  font-size: 12px;
  font-weight: normal;
}
.featureInner .text p.cap {
  margin: 8px 0 0;
}
@media screen and (min-width: 768px) {
  #feature {
    padding: 60px 40px;
  }
  .featureInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  .featureInner.rowReverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .featureInner .photo {
    width: 50%;
  }
  .featureInner .text {
    width: 50%;
    padding: 0 65px 0 70px;
    box-sizing: border-box;
  }
  .featureInner .text p {
    line-height: 1.8;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .featureInner .text {
    padding: 0 20px 0 25px;
  }
  .featureInner .text p {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  #feature {
    padding: 20px 20px 1px;
  }
  .featureInner {
    margin: 0 0 20px;
  }
  .featureInner .text {
    padding: 15px 20px 20px;
  }
  .featureInner .text p {
    line-height: 1.6;
    font-size: 0.85em;
  }
  .featureInner .text p .small, .featureInner .text p.cap {
    font-size: 10px;
  }
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  #feature {
    padding: 20px 15px;
  }
  .featureInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
  }
  .featureInner.rowReverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .featureInner .photo {
    width: 50%;
  }
  .featureInner .text {
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px 0 20px;
  }
  .featureInner .text p {
    line-height: 1.6;
  }
}
/*--------------- Spec ---------------*/
#spec {
  max-width: 980px;
  margin: 0 auto;
}
#spec .itemPhotoContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 20px 60px;
}
#spec .itemPhotoContainer div {
  width: calc((100% - 50px) / 2);
}
#spec .itemPhotoContainer div img {
  width: 100%;
}
#spec h3 {
  font-size: 1.2em;
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ccc;
}
#spec h3:first-of-type {
  border-top: 1px solid #ccc;
}
#spec table {
  width: 100%;
}
#spec th {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
  font-weight: 700;
}
#spec td {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
}
#spec td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
}
#spec td dl:last-of-type {
  margin: 0;
}
#spec td dt {
  font-weight: 700;
  margin-right: 5px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #spec {
    padding: 1px 40px 60px;
  }
  #spec th {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  #spec {
    padding: 1px 20px 30px;
  }
  #spec .itemPhotoContainer {
    margin: 0 5px 25px;
  }
  #spec .itemPhotoContainer div {
    width: calc((100% - 20px) / 2);
  }
  #spec h3 {
    padding: 10px 0;
  }
  #spec th {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
  }
  #spec td {
    display: block;
    padding: 10px 0 15px;
  }
}
/*--------------- Faq ---------------*/
#faq {
  background-color: rgba(100, 200, 230, 0.1);
}
#faq dl {
  border-bottom: 1px solid #ccc;
  max-width: 980px;
  margin: 0 auto;
}
#faq dt {
  border-top: 1px solid #ccc;
  padding: 15px 45px 15px 45px;
  position: relative;
  line-height: 1.6;
  cursor: pointer;
}
#faq dt .firstletter {
  width: 40px;
  font-weight: 700;
  font-size: 1.2em;
  text-align: center;
  color: #64c8e6;
  display: inline-block;
  margin-left: -40px;
}
#faq dt.active {
  font-weight: 700;
  background-color: #fff;
}
#faq dt::before {
  position: absolute;
  display: block;
  content: '';
  width: 22px;
  height: 22px;
  background-color: #64c8e6;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#faq dt::after {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  top: 50%;
  margin-top: -7px;
  right: 17px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}
#faq dt.active::after {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  top: 50%;
  margin-top: -2px;
  right: 17px;
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
#faq dd {
  display: none;
  padding: 15px 30px 20px 45px;
  line-height: 1.6;
}
#faq dd.active {
  display: block;
  background-color: #fff;
}
#faq dd .firstletter {
  width: 40px;
  font-weight: 700;
  font-size: 1.2em;
  text-align: center;
  color: #e62328;
  display: inline-block;
  margin-left: -40px;
}
#faq dd .center {
  margin: 10px 0;
}
#faq dd .center h3 {
  font-weight: 700;
}
#faq dd a:not([href*="tel:"]) {
  color: #64c8e6;
}
#faq dd a[href*="mailto:"] {
  text-decoration: none;
  color: #64c8e6;
}
#faq dd .asterisk {
  text-indent: -1.1em;
  padding-left: 1.1em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #faq {
    padding: 1px 40px 60px;
  }
  #faq dt:hover {
    background-color: rgba(100, 200, 230, 0.1);
  }
  #faq dd .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #faq dd .center h3 {
    margin-right: 15px;
  }
  #faq dd a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  #faq {
    padding: 1px 20px 30px;
  }
  #faq dt {
    padding: 10px 45px 10px 40px;
  }
  #faq dd {
    padding: 10px 10px 15px 40px;
  }
  #faq dd .center h3 {
    margin-bottom: 5px;
  }
  #faq dd a[href*="tel:"] {
    text-decoration: none;
    color: #64c8e6;
  }
}
/*--------------- User Guide ---------------*/
#userGuide {
  max-width: 980px;
  margin: 0 auto;
}
#userGuide li {
  list-style-type: none;
  text-align: center;
  background-color: #f5f5f5;
  padding: 50px 0;
}
#userGuide li img {
  max-width: 200px;
  display: block;
  border: 1px solid #ccc;
  margin: auto;
}
#userGuide li p {
  line-height: 1.6;
  margin: 20px 0;
}
#userGuide li .btn a {
  display: inline-block;
  background-color: #64c8e6;
  color: #fff;
  text-decoration: none;
  padding: 15px 15px 15px 30px;
}
@media screen and (min-width: 768px) {
  #userGuide {
    padding: 1px 40px 60px;
  }
  #userGuide ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #userGuide li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  #userGuide {
    padding: 1px 20px 30px;
  }
  #userGuide li {
    padding: 25px 0;
    margin: 0 0 15px;
  }
  #userGuide li img {
    max-width: 150px;
  }
}
/*--------------- Contact ---------------*/
#contact {
  background-color: rgba(100, 200, 230, 0.1);
  text-align: center;
}
#contact p {
  margin: 0 0 5px;
  font-weight: 700;
  line-height: 1.6;
}
#contact p.asterisk {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
#contact p.small {
  margin: 15px 0 0;
  font-size: 0.8em;
  font-weight: 400;
  text-align: center;
}
#contact .btn {
  margin: 30px 0 0;
}
#contact .btn a {
  display: inline-block;
  background-color: #64c8e6;
  color: #fff;
  text-decoration: none;
  padding: 20px 30px;
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  #contact {
    padding: 10px 40px 100px;
  }
  #contact h2 {
    margin: 60px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #contact {
    padding: 1px 20px 50px;
  }
  #contact h2 {
    margin: 40px 0 20px;
  }
  #contact p {
    text-align: left;
    margin: 0 0 5px;
  }
  #contact .btn {
    margin: 20px 0 0;
  }
}