@charset "UTF-8";
/*------------------------------------------
共通
-------------------------------------------*/
/*PC
-----------------------------------------------------------------------------*/
#mainv .inner {
  background-image: linear-gradient(90deg, #f0f2f1, #f0f2f1 38%, rgba(240, 242, 241, 0) 60%, rgba(240, 242, 241, 0) 85%, #f0f2f1), url(../images/parent/mainv_bg.jpg);
  background-size: auto auto, 80% auto;
  background-position: left top, right -100px top;
}
#mainv .inner h1 {
  font-size: 42px;
  padding: 90px 0 80px;
  text-shadow: 0 0 5px rgb(255, 255, 255), 0 0 5px rgb(255, 255, 255), 0 0 5px rgb(255, 255, 255), 0 0 5px rgb(255, 255, 255), 0 0 5px rgb(255, 255, 255), 0 0 5px rgb(255, 255, 255);
}
#mainv .inner h1 span {
  font-size: 24px;
  display: block;
  font-size: 0.7em;
  display: block;
}

@media (max-width: 750px) {
  #mainv .inner {
    background-image: linear-gradient(90deg, #f0f2f1, #f0f2f1 27%, rgba(240, 242, 241, 0) 70%, rgba(240, 242, 241, 0)), url(../images/parent/mainv_bg.jpg);
    background-size: auto auto, auto 100%;
    background-position: left top, right 0 bottom;
  }
  #mainv .inner h1 {
    line-height: 1.2;
    font-size: 5.5vw;
    text-shadow: 0 0 5px rgb(255, 255, 255), 0 0 5px rgb(255, 255, 255), 0 0 5px rgb(255, 255, 255), 0 0 5px rgb(255, 255, 255), 0 0 5px rgb(255, 255, 255), 0 0 5px rgb(255, 255, 255);
  }
  #mainv .inner h1 span {
    font-size: 0.7em;
    display: block;
  }
}
.aboutBlock {
  font-size: 15px;
  margin: 0 0 100px;
}
.aboutBlock .catch {
  font-size: 20px;
  margin: 0 0 30px;
}
.aboutBlock .catch span {
  color: var(--textEm);
}
.aboutBlock .image {
  justify-content: space-between;
  max-width: 700px;
  margin: 50px auto;
}
.aboutBlock .image li {
  width: 45%;
}
.aboutBlock .image li img {
  width: 100%;
  height: auto;
}

@media (max-width: 750px) {
  .aboutBlock {
    width: 86.8vw;
    margin: 0 auto 60px;
  }
  .aboutBlock > p {
    font-size: 3.5vw;
    margin: 0 auto;
  }
  .aboutBlock .catch {
    font-size: 4.5vw;
    margin: 0 auto 30px;
  }
  .aboutBlock .image {
    margin: 30px auto 40px;
  }
  .aboutBlock .image li {
    width: 100%;
    margin: 0 0 10px;
  }
}
.contactBlock {
  justify-content: center;
  column-gap: 40px;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  border-top: dashed 1px #CACACA;
  padding: 40px 0 0;
}
.contactBlock .num {
  margin: 20px 0 5px;
  font-size: 30px;
  line-height: 1;
}
.contactBlock .num::before {
  color: var(--footerTel);
  content: "\f095";
  font-family: "fontAwesome";
  margin: 0 5px 0 0;
}
.contactBlock .reception {
  font-size: 13px;
  font-weight: normal;
}
.contactBlock .btn {
  width: 450px;
  max-width: 100%;
}
.contactBlock .btn a {
  display: block;
  color: var(--zabuton1Text);
  font-size: 30px;
  line-height: 1;
  text-align: center;
  background: var(--zabuton1Bg);
  border-radius: 10px;
  padding: 30px 0;
  position: relative;
}
.contactBlock .btn a:hover {
  opacity: 0.8;
}
.contactBlock .btn a::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 40px;
  font-weight: normal;
  position: absolute;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contactBlock .btn a span {
  font-size: 16px;
  font-weight: normal;
  display: block;
  margin: 10px 0 0;
}

@media (max-width: 750px) {
  .contactBlock {
    align-items: center;
    font-weight: bold;
    text-align: center;
    padding: 30px 0 0;
  }
  .contactBlock .tel {
    width: 100%;
  }
  .contactBlock .tel .num {
    font-size: 1.5em;
    width: 100%;
    margin: 20px 0 7px;
    line-height: 1;
    display: flex;
    justify-content: center;
  }
  .contactBlock .tel .num::before {
    content: "\f095";
    font-family: "fontAwesome";
    margin: 0 5px 0 0;
  }
  .contactBlock .tel .reception {
    font-size: 0.75em;
    font-weight: normal;
    margin: 0 0 30px;
  }
  .contactBlock .btn {
    width: 100%;
  }
  .contactBlock .btn a {
    display: block;
    font-size: 1.4em;
    line-height: 1;
    text-align: center;
    border-radius: 10px;
    padding: 30px 0;
    position: relative;
  }
  .contactBlock .btn a:hover {
    opacity: 0.8;
  }
  .contactBlock .btn a::after {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .contactBlock .btn a span {
    font-size: 0.5em;
    font-weight: normal;
    display: block;
    margin: 10px 0 0;
  }
}
.faqBlock dl dt {
  margin: 0 0 30px;
  padding: 0 0 0 80px;
  position: relative;
}
.faqBlock dl dt span {
  color: var(--qaQ2Text);
  font-size: 18px;
  font-weight: bold;
  background: #F0F0F0;
  border-radius: 10px;
  display: block;
  padding: 20px;
  position: relative;
}
.faqBlock dl dt span::before {
  content: "";
  width: 15px;
  height: 16px;
  background: #F0F0F0 url(../images/parent/fukidashi_bg.png);
  background-size: 15px auto;
  display: block;
  position: absolute;
  left: -15px;
  bottom: 10px;
}
.faqBlock dl dt::before {
  content: "Q";
  font-size: 26px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  color: #FFF;
  background: var(--qaQ1Bg);
  border-radius: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.faqBlock dl dd {
  margin: 0 0 50px;
  padding: 0 40px 0 80px;
  position: relative;
}
.faqBlock dl dd .em {
  color: var(--qaAText);
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
}
.faqBlock dl dd::before {
  content: "A.";
  color: var(--qaAText);
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 0 25px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}

@media (max-width: 750px) {
  .faqBlock dl dt {
    margin: 0 0 25px;
    padding: 0 0 0 16vw;
    position: relative;
  }
  .faqBlock dl dt span {
    font-size: 1.5em;
    font-weight: bold;
    border-radius: 10px;
    display: block;
    padding: 4vw;
    position: relative;
  }
  .faqBlock dl dt span::before {
    content: "";
    width: 14px;
    height: 15px;
    background-size: 14px auto;
    display: block;
    position: absolute;
    left: -14px;
    bottom: 10px;
  }
  .faqBlock dl dt::before {
    content: "Q";
    font-size: 1.4em;
    line-height: 13vw;
    text-align: center;
    width: 13vw;
    border-radius: 7vw;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .faqBlock dl dd {
    width: 86.8vw;
    margin: 0 auto 40px;
    position: relative;
    padding: 0;
  }
  .faqBlock dl dd .em {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0 14vw;
    margin: 0 0 15px;
    position: relative;
  }
}
.soudankaiBlock .image {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  background-image: -ms-linear-gradient(0deg, #E7E7E7, #F2F2F1 45%, rgba(242, 242, 241, 0) 65%, rgba(242, 242, 241, 0)), url(../images/parent/soudankai_bg.jpg);
  background-image: -webkit-linear-gradient(0deg, #E7E7E7, #F2F2F1 45%, rgba(242, 242, 241, 0) 65%, rgba(242, 242, 241, 0)), url(../images/parent/soudankai_bg.jpg);
  background-size: auto auto, 60% auto;
  background-position: left top, right top;
  margin: 0 0 50px;
  padding: 65px;
}
.soudankaiBlock .image span {
  color: var(--textEm);
}
.soudankaiBlock .catch {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 50px;
}
.soudankaiBlock .text {
  margin: 0 0 50px;
}

@media (max-width: 750px) {
  .soudankaiBlock {
    margin: 0 0 50px;
  }
  .soudankaiBlock .image {
    font-size: 2.75em;
    font-weight: bold;
    line-height: 1.3;
    background-image: -ms-linear-gradient(0deg, #E7E7E7, #F2F2F1 30%, rgba(242, 242, 241, 0) 60%, rgba(242, 242, 241, 0)), url(../images/parent/soudankai_bg.jpg);
    background-image: -webkit-linear-gradient(0deg, #E7E7E7, #F2F2F1 30%, rgba(242, 242, 241, 0) 60%, rgba(242, 242, 241, 0)), url(../images/parent/soudankai_bg.jpg);
    background-size: auto auto, 110% auto;
    background-position: left top, 2vw top;
    margin: 0 0 50px;
    padding: 20vw 6.6vw;
  }
  .soudankaiBlock .catch {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 auto 30px;
  }
  .soudankaiBlock .text {
    margin-bottom: 40px;
  }
}
/*--------------------------endSP--------------------------------*//*# sourceMappingURL=parent.css.map */