@charset "UTF-8";
/*----------------------------------------------
 * * reset styles
 * *----------------------------------------------*/
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

/*----------------------------------------------
 * * formatting styles
 * *----------------------------------------------*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}
* {
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}

body {
  position: relative;
  min-width: 1440px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1.6;
  color: #595757;
}
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    -webkit-text-size-adjust: 100%;
  }
}

.serif {
  font-family: "Noto Serif JP", serif;
}

a {
  color: inherit;
  text-decoration: none;
  transition-duration: 0.3s;
}

_::-webkit-full-page-media, _:future, :root a {
  text-underline-offset: 2px;
}

[href^="tel:"] {
  display: inline-block;
  pointer-events: none;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  [href^="tel:"] {
    pointer-events: auto;
  }
}

/*----------------------------------------------
 * * clearfix
 * *----------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* ----------------------------------------------
 * * main
 * *----------------------------------------------*/
.bg01 {
  background-image: url(../img/bg-flower01.png), url(../img/bg-flower02.png), url(../img/mv-bg.jpg);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: calc(50% - 555px) top, calc(50% + 577px) 286px, center top;
  padding-top: 44px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bg01 {
    background-image: url(../img/bg-flower01-sp.png), url(../img/mv-bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: -79px 116px, center top;
    background-size: 141px auto, 100% auto;
    padding-top: 20px;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate {
  animation: opacity 0.8s ease-in-out 0s 1 normal both;
  animation-play-state: paused;
}
.animate.start {
  animation-play-state: running;
}
@media print {
  .animate {
    animation: none;
    opacity: 1;
  }
}

.mainvisual {
  padding-bottom: 610px;
}
.mainvisual .catch {
  position: relative;
  z-index: 1;
  text-align: center;
}
.mainvisual h1 {
  position: relative;
  padding-right: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mainvisual h1 img {
  position: relative;
  z-index: 1;
}
.mainvisual .logo {
  position: relative;
  z-index: 0;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 106px;
}
.mainvisual .logo::before {
  content: "";
  z-index: -1;
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  width: 513px;
  height: 504px;
  background: url(../img/logo-bg.png) no-repeat center;
  background-size: cover;
}
.mainvisual p {
  width: 1080px;
  margin: 45px auto 0;
  font-size: 2rem;
  font-feature-settings: "palt";
  line-height: 2.19;
}
.mainvisual .photo {
  list-style: none;
  width: 1649px;
  position: absolute;
  right: 50%;
  top: 0;
  transform: translateX(50%);
}
.mainvisual .photoWrapper {
  position: relative;
}
.mainvisual .photo li {
  position: absolute;
}
.mainvisual .photo li:first-child {
  left: 20px;
  top: -8px;
}
.mainvisual .photo li:nth-child(2) {
  left: 390px;
  top: -15px;
  z-index: 1;
  animation-delay: 0.6s;
}
.mainvisual .photo li:last-child {
  right: -20px;
  top: -350px;
  animation-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    padding-bottom: 205px;
    font-size: 2.5333vw;
  }
  .mainvisual .catch {
    width: 98.4%;
    margin-left: auto;
    margin-right: auto;
  }
  .mainvisual h1 {
    display: block;
    padding-right: 0;
    margin-top: -3vw;
  }
  .mainvisual h1 .logo {
    position: absolute;
    right: 11%;
    top: 20vw;
    width: 23.0667%;
    max-width: 173px;
    margin: 0;
  }
  .mainvisual h1 .logo::before {
    width: 48.1333vw;
    height: 47.3333vw;
  }
  .mainvisual p {
    width: auto;
    margin: 0 0 0 12.6667vw;
    font-size: 100%;
    line-height: 2;
  }
  .mainvisual p span {
    display: block;
  }
  .mainvisual p span br {
    display: none;
  }
  .mainvisual .photo {
    width: 467px;
  }
  .mainvisual .photo li:nth-child(1) {
    width: 35.9743%;
    left: 2.1413%;
    top: -3px;
    z-index: 2;
  }
  .mainvisual .photo li:nth-child(2) {
    width: 43.1456%;
    left: 18.666%;
    top: 0;
    z-index: 1;
  }
  .mainvisual .photo li:nth-child(3) {
    width: 64.1328%;
    right: -1.8514%;
    top: -88px;
    z-index: 0;
  }
}

.presidentVoice {
  max-width: 1117px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 85px 52px 0;
  color: #a37974;
  font-size: 2rem;
}
.presidentVoice::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  border: 1px solid #a37974;
  width: calc(100% + 28px);
  height: calc(100% - 15px);
  pointer-events: none;
}
.presidentVoice::after {
  content: "";
  position: absolute;
  left: -298px;
  top: -138px;
  width: calc(100% + 414px);
  height: calc(100% + 282px);
  background-image: url(../img/bg-flower03.png), url(../img/bg-flower04.png), url(../img/bg-flower05.png);
  background-position: 188px 30px, right top, left bottom;
  background-repeat: no-repeat;
  pointer-events: none;
}
.presidentVoice h2 {
  flex: 0 0 100%;
  margin-bottom: 22px;
  text-align: center;
}
.presidentVoice .photo {
  flex: 0 0 551px;
  position: relative;
}
.presidentVoice .photo .name {
  position: absolute;
  right: 24px;
  top: 175px;
}
.presidentVoice .text {
  order: 1;
  flex: 0 0 462px;
  margin-top: 45px;
  margin-left: auto;
}
.presidentVoice .text p + p {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .presidentVoice {
    max-width: none;
    width: 77.7333%;
    padding: 25px 20px 195px;
    display: block;
    font-size: 2.7773vw;
    line-height: 1.5;
  }
  .presidentVoice::before {
    width: calc(100% + 6px);
    height: 100%;
    transform: translate(50%, 0);
    top: -4px;
  }
  .presidentVoice::after {
    width: calc(100% + 136px);
    height: calc(100% + 100px);
    background-image: url(../img/bg-flower03.png), url(../img/bg-flower04-sp.png), url(../img/bg-flower05-sp01.png);
    background-size: 126px auto, 148px auto, 212px auto;
    background-position: 30px 22px, right 28px top 0, left bottom;
    left: auto;
    top: -58px;
    right: 50%;
    transform: translateX(50%);
  }
  .presidentVoice h2 {
    margin-bottom: 12px;
  }
  .presidentVoice .text {
    margin-top: 0;
  }
  .presidentVoice .text p + p {
    margin-top: 1.4em;
  }
  .presidentVoice .photo {
    margin: 0 auto;
    position: relative;
  }
  .presidentVoice .photo img {
    position: absolute;
    left: calc(50% - 106px);
    top: -4px;
    width: 150px;
  }
  .presidentVoice .photo .name {
    right: auto;
    left: calc(50% + 10px);
    top: 28px;
    width: 90px;
  }
  .presidentVoice .photo .name img {
    position: static;
    transform: none;
    max-width: none;
    width: 100%;
  }
  .presidentVoice .photo::before {
    content: "";
    position: absolute;
    left: calc(50% - 7px);
    top: 12.2667vw;
    width: 212px;
    height: 158px;
    background: url(../img/bg-flower05-sp02.png) no-repeat center top;
    background-size: cover;
  }
}

.partner {
  position: relative;
  background-image: url(../img/kirakira.png), url(../img/kirakira.png), url(../img/ribbon-waku.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 590px) 254px, calc(50% - 518px) 826px, center top -25px;
  text-align: center;
  padding: 165px 0 248px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #a8746e;
}
.partner h2 {
  flex: 0 0 100%;
  margin-bottom: 14px;
  text-align: center;
}
.partner .photo {
  flex: 0 0 auto;
  position: relative;
}
.partner .photo::before {
  content: "";
  position: absolute;
  left: -36px;
  top: 44px;
  width: 74px;
  height: 48px;
  background: url(../img/heart.png) no-repeat center;
}
.partner .text {
  order: 1;
  flex: 0 0 440px;
  margin: 25px 40px 0 50px;
  font-size: 2rem;
  line-height: 2;
  text-align: left;
}
.partner .angel {
  position: absolute;
  right: 50%;
  bottom: 198px;
  transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .partner {
    background-image: url(../img/kirakira.png), url(../img/kirakira.png), url(../img/ribbon-waku-sp.png);
    background-size: 35px auto, 35px auto, auto 100%;
    background-position: right 3.73333333vw top 7.3333333vw, 6vw 58vw, center top;
    padding: 14.6666666vw 0 27.25vw;
    margin-top: -20px;
    margin-bottom: 66.6667vw;
    display: block;
  }
  .partner h2 {
    width: 64.4%;
    margin: 0 auto 2px;
  }
  .partner .text {
    width: 64.4%;
    margin: 0 auto;
    padding-left: 2em;
    font-size: 2.7773vw;
    line-height: 1.7;
  }
  .partner .photo {
    width: 67.4667%;
    position: absolute;
    z-index: 1;
    right: 50%;
    top: calc(100% - 25px);
    transform: translateX(50%);
  }
  .partner .photo::before {
    display: none;
  }
  .partner .angel {
    width: 20.5333%;
    bottom: 14.6667vw;
  }
}

.movie {
  margin-top: -45px;
  padding-bottom: 105px;
  background: url(../img/bg-flower06.png) no-repeat calc(50% + 543px) bottom;
}
.movie h2 {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.movie h2::before {
  content: "";
  position: absolute;
  left: calc(50% - 862px);
  bottom: -48px;
  width: 623px;
  height: 467px;
  background: url(../img/bg-flower06.png) no-repeat center;
}
.movie h2::after {
  content: "";
  position: absolute;
  left: calc(50% + 410px);
  bottom: -112px;
  width: 623px;
  height: 467px;
  background: url(../img/bg-flower06.png) no-repeat center;
}
.moviebox {
  text-align: center;
  transition-duration: 0.3s;
}
.moviebox + .moviebox {
  margin-top: 80px;
}
.moviebox .thumb {
  width: 930px;
  padding-top: 527px;
  margin: 0 auto;
  position: relative;
  box-shadow: 5px 5px 18px rgba(172, 121, 44, 0.6);
}
.moviebox .thumb iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.moviebox .ttl {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .movie {
    background-image: none;
    margin-top: 0;
    padding: 15px 0 30px;
  }
  .movie h2 {
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
  }
  .movie h2 img {
    width: 132px;
  }
  .movie h2::before {
    z-index: -1;
    width: 218px;
    height: 162px;
    background-size: 100% auto;
    left: calc(50% - 236px);
    bottom: 28px;
  }
  .movie h2::after {
    width: 221px;
    height: 164px;
    left: 50%;
    bottom: calc(100% + 4px);
    background-size: 100% auto;
    z-index: -1;
  }
  .moviebox + .moviebox {
    margin-top: 30px;
  }
  .moviebox .thumb {
    width: 81.0667%;
    padding-top: 45.6%;
    box-shadow: 3px 3px 9px rgba(172, 121, 44, 0.6);
  }
  .moviebox .ttl {
    margin-top: 5px;
  }
}

.counselor h2 {
  margin-bottom: 80px;
  text-align: center;
}
.counselorbox {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
.counselorbox .photo {
  position: absolute;
  right: -140px;
  top: -60px;
}
.counselorbox .text {
  width: 520px;
  padding: 50px 5px;
  background-image: url(../img/counselor-bg01.png), url(../img/counselor-bg02.png);
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  color: #7c666a;
  font-size: 1.8rem;
  line-height: 2.222;
}
.counselorbox:nth-of-type(even) {
  margin-top: 102px;
}
.counselorbox:nth-of-type(even) .photo {
  left: -110px;
  right: auto;
  top: -105px;
}
.counselorbox:nth-of-type(even) .text {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .counselor h2 {
    width: 84.1333%;
    margin: 0 auto 12px;
  }
  .counselorbox {
    width: auto;
    display: block;
  }
  .counselorbox .photo {
    position: static;
    text-align: center;
    width: 84.8%;
    margin: 0 auto;
  }
  .counselorbox .text {
    width: 88.5333%;
    background-image: url(../img/counselor-bg01-sp.png), url(../img/counselor-bg02.png);
    background-size: 100% auto, 100% auto;
    padding: calc(6.0241% + 10px) 0;
    margin: 0 auto;
    font-size: 2.7773vw;
    line-height: 1.5;
  }
  .counselorbox:nth-of-type(even) {
    margin-top: 10px;
  }
  .counselorbox:nth-of-type(even) .photo {
    width: 81.3333%;
  }
}

.event {
  position: relative;
  z-index: 1;
  background: url(../img/event-bg.png) no-repeat center top;
  text-align: center;
  max-width: 1414px;
  margin: 112px auto 0;
  padding-top: 210px;
  font-size: 1.8rem;
  line-height: 2.666;
}
.event h2 {
  position: relative;
  margin-bottom: 26px;
  margin-right: 40px;
}
.event h2::before {
  content: "";
  position: absolute;
  width: 186px;
  height: 125px;
  background: url(../img/icon-letter.png) no-repeat center;
  top: 75px;
  left: 96px;
}
.event h2::after {
  content: "";
  position: absolute;
  width: 113px;
  height: 159px;
  background: url(../img/icon-cup.png) no-repeat center;
  top: 18px;
  right: 91px;
}
.event .lead {
  background: url(../img/event-line.png) repeat-y center top;
  background-size: auto 2.666em;
  margin-right: 40px;
  position: relative;
}
.event .lead::before {
  content: "";
  position: absolute;
  width: 886px;
  height: 3px;
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
  background-color: #fff;
}
.event .flyer {
  position: relative;
  padding-top: 36px;
}
.event .flyer::before {
  content: "";
  position: absolute;
  right: 108px;
  top: 0;
  width: 244px;
  height: 241px;
  background: url(../img/flyer-bg.png) no-repeat center;
  pointer-events: none;
}
.event .photo {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 184px;
  background: url(../img/event-bg02.png) no-repeat center bottom 54px;
}
.event .photo li:nth-child(1) {
  margin-left: 40px;
}
.event .photo li:nth-child(2) {
  margin-top: 30px;
  margin-left: 15px;
  animation-delay: 0.4s;
}
.event .photo li:nth-child(3) {
  margin-top: -50px;
}
.event .photo li:nth-child(4) {
  margin-top: -5px;
  margin-left: 40px;
  animation-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .event {
    background-image: url(../img/event-bg-top.png), url(../img/event-bg-btm.png);
    background-repeat: no-repeat;
    background-size: auto 77px, auto 79px;
    background-position: center top, center bottom;
    max-width: 623px;
    margin-top: 16px;
    padding: 77px 0 80px;
    font-size: 1rem;
    line-height: 1.6755;
  }
  .event h2 {
    width: 88.2667%;
    max-width: 331px;
    margin: 0 auto 15px;
  }
  .event h2::before {
    width: 45px;
    height: 40px;
    background-size: 100% auto;
    left: -10px;
    top: calc(100% - 5px);
    transform: rotate(-25deg);
  }
  .event h2::after {
    width: 37px;
    height: 52px;
    background-size: 100% auto;
    right: -16px;
    top: calc(100% - 28px);
  }
  .event .lead {
    background-image: url(../img/event-line-sp.png);
    background-size: auto 17px;
    background-repeat: repeat;
    width: 88.2667%;
    margin: 0 auto;
    line-height: 17px;
  }
  .event .lead span {
    display: block;
  }
  .event .lead span br {
    display: none;
  }
  .event .lead::before {
    width: 100%;
    height: 2px;
  }
  .event .flyer {
    display: none;
  }
  .event .photo {
    display: block;
    margin-top: 15px;
    padding-bottom: 0;
    background-image: url(../img/event-bg02-sp.png);
    background-size: 100% auto;
    background-position: center bottom;
  }
  .event .photo li:nth-of-type(n) {
    margin: -4vw auto 0;
  }
  .event .photo li:nth-of-type(1) {
    width: 69.4667%;
    margin-top: 0;
    margin-left: 4.2667vw;
  }
  .event .photo li:nth-of-type(2) {
    width: 67.4667%;
    animation-delay: 0s;
    margin-right: 2.9333vw;
  }
  .event .photo li:nth-of-type(3) {
    width: 81.7333%;
    margin-left: 4.2667vw;
  }
  .event .photo li:nth-of-type(4) {
    width: 71.4667%;
    margin-top: 0;
    margin-right: 4vw;
    animation-delay: 0s;
  }
}

.prArea {
  background: url(../img/pr-bg.jpg) repeat-x center top;
  margin-top: -192px;
  padding-top: 192px;
}
@media screen and (max-width: 767px) {
  .prArea {
    background-image: url(../img/pr-bg-sp.jpg);
    background-size: 389px auto;
    padding-top: 80px;
    margin-top: -80px;
  }
}

.member {
  width: 1186px;
  margin: 58px auto 0;
  padding: 28px 0 66px;
  background-color: #fff;
  box-shadow: 10px 10px 20px rgba(213, 177, 199, 0.6);
  position: relative;
  font-size: 1.8rem;
  line-height: 2.222;
}
.member::before {
  content: "";
  position: absolute;
  right: -106px;
  top: -113px;
  width: 393px;
  height: 482px;
  background: url(../img/bg-flower07.png) no-repeat center;
  background-size: 100% auto;
}
.member .hd {
  position: relative;
  width: 1000px;
  margin: 0 auto 45px;
  padding-top: 38px;
  padding-left: 357px;
}
.member .ranking01 {
  position: absolute;
  left: 0;
  top: 0;
}
.member .photo {
  position: absolute;
  left: -55px;
  bottom: -140px;
}
.member p {
  width: 552px;
  margin-left: 542px;
}
.member li {
  list-style: none;
  background: url(../img/icon-crown.png) no-repeat left top;
  margin-top: 40px;
  margin-left: 542px;
  padding-left: 70px;
  padding-top: 14px;
  min-height: 47px;
  display: flex;
}
.member li + li {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .member {
    width: 82.5333%;
    margin-top: 82px;
    padding: 0 0 16px;
    color: #7e6368;
    font-size: 2.7773vw;
    line-height: 1.5;
    box-shadow: 5px 5px 10px rgba(213, 177, 199, 0.6);
  }
  .member::before {
    width: 210px;
    height: 180px;
    background-image: url(../img/bg-flower07-sp.png);
    background-size: 100% auto;
    right: -51px;
    top: -81px;
  }
  .member .hd {
    width: auto;
    padding: 15px 16px;
    margin: 0;
    z-index: 1;
  }
  .member .ranking01 {
    z-index: -1;
    width: 117px;
    top: -70px;
    left: -10px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 35px 35px #fff;
  }
  .member .photo {
    margin-top: -22px;
    position: static;
    transform: rotate(3deg);
  }
  .member p {
    width: auto;
    margin-top: -2em;
    margin-left: 0;
    padding: 0 1.5em;
  }
  .member ul {
    text-align: center;
  }
  .member li {
    display: inline-block;
    margin: 12px auto 0;
    background-size: 30px auto;
    padding: 8px 2px 0 34px;
    min-height: 22px;
    align-items: flex-start;
  }
  .member li img {
    max-width: 220px;
  }
  .member li + li {
    margin-top: 6px;
    padding-left: 32px;
    padding-right: 0;
  }
  .member li + li img {
    max-width: 224px;
  }
}

.price {
  width: 1186px;
  margin: 254px auto 0;
  padding: 86px 90px 50px 580px;
  background-color: #fff;
  box-shadow: 10px 10px 20px rgba(213, 177, 199, 0.6);
  position: relative;
  font-size: 1.8rem;
  line-height: 2.222;
}
.price h2 {
  position: absolute;
  left: 0;
  top: -116px;
  width: 100%;
  text-align: center;
}
.price .photo {
  position: absolute;
  left: -55px;
  bottom: -100px;
}
.price .btn {
  margin-top: 30px;
  text-align: center;
}
@media (any-hover: hover) {
  .price .btn a:hover {
    opacity: 0.7;
  }
}
@media (any-hover: none) {
  .price .btn a:active {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .price {
    width: 82.5333%;
    margin: 44px auto 0;
    padding: 10px 0 5px;
    color: #7e6368;
    font-size: 2.7773vw;
    line-height: 1.5;
    box-shadow: 5px 5px 10px rgba(213, 177, 199, 0.6);
    z-index: 2;
  }
  .price h2 {
    width: 95.0667vw;
    left: auto;
    right: 50%;
    transform: translateX(50%);
    top: -27px;
  }
  .price .photo {
    position: static;
    width: 94%;
    margin: 0 auto;
    transform: rotate(5deg);
  }
  .price p {
    margin-top: -2em;
    padding: 0 1.5em;
  }
  .price .btn {
    margin-top: 5px;
  }
  .price .btn img {
    width: 172px;
  }
}

.voice {
  background: url(../img/voice-bg.png) no-repeat center top;
  padding: 134px 0 156px;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  line-height: 2.222;
}
.voice h2 {
  margin-bottom: 38px;
  text-align: center;
}
.voice ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1140px;
  margin: 0 auto;
}
.voice li {
  flex: 0 0 570px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 18px;
  box-shadow: 10px 10px 20px rgba(213, 177, 199, 0.6);
}
.voice li:nth-child(1) {
  padding-top: 38px;
  padding-bottom: 46px;
}
.voice li:nth-child(2) {
  margin-top: 24px;
  margin-left: -10px;
}
.voice li:nth-child(3) {
  padding-top: 30px;
  padding-bottom: 34px;
  margin-top: 5px;
  position: relative;
}
.voice li:nth-child(4) {
  margin-top: 25px;
  padding-top: 40px;
  padding-bottom: 50px;
}
.voice li .photo {
  flex: 0 0 auto;
  margin-right: 10px;
}
.voice li .text {
  flex: 1 0 0%;
  background: url(../img/voice-line.png) repeat-y left top;
  padding: 0 5px;
  line-height: 42px;
  position: relative;
}
.voice li .text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #fff;
  right: 0;
  bottom: 0;
}
.voice em {
  font-style: normal;
  background: linear-gradient(0deg, #fffbd8 0em, #fffbd8 0.75em, rgba(255, 251, 216, 0) 0.75em, rgba(255, 251, 216, 0) 1em);
}
.voice .caution {
  position: absolute;
  right: 50%;
  bottom: 175px;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
}
.voice .caution .img {
  display: none;
}
@media screen and (max-width: 767px) {
  .voice {
    background: url(../img/voice-bg-sp.png) no-repeat calc(50% + 126px) top;
    background-size: 195px auto;
    margin-top: -32px;
    padding: 0 0 22px;
    font-size: 1rem;
  }
  .voice h2 {
    width: 84.8%;
    max-width: 318px;
    margin: 0 auto;
    padding-top: 58px;
    text-align: center;
  }
  .voice ul {
    margin-top: -30px;
    max-width: none;
    display: block;
  }
  .voice li {
    width: 84.5333%;
    box-shadow: 5px 5px 10px rgba(213, 177, 199, 0.6);
    padding: 10px 8px;
    position: relative;
  }
  .voice li::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .voice li:nth-child(n) {
    margin-left: 4.8vw;
    margin-top: 14px;
  }
  .voice li:nth-child(even) {
    margin-left: auto;
    margin-right: 4.8vw;
  }
  .voice li:nth-child(1) {
    padding-top: 20px;
    padding-bottom: 24px;
  }
  .voice li:nth-child(2)::before {
    background-image: url(../img/voice-flower01.png);
    width: 207px;
    height: 202px;
    left: -136px;
    top: -76px;
  }
  .voice li:nth-child(3) {
    padding-top: 15px;
    padding-bottom: 18px;
  }
  .voice li:nth-child(3)::before {
    background-image: url(../img/voice-flower02.png);
    width: 150px;
    height: 246px;
    right: -92px;
    top: -77px;
  }
  .voice li:nth-child(4) {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .voice li:nth-child(4)::before {
    background-image: url(../img/voice-flower03.png);
    width: 169px;
    height: 225px;
    left: -72px;
    top: -115px;
  }
  .voice li:nth-child(4)::after {
    content: "";
    position: absolute;
    background: url(../img/bg-flower08-sp.png) no-repeat center top;
    background-size: contain;
    width: 141px;
    height: 201px;
    left: -91px;
    top: calc(100% - 30px);
  }
  .voice li .photo {
    flex-basis: 114px;
    margin-right: 5px;
  }
  .voice li .text {
    background-image: url(../img/voice-line-sp.png);
    background-size: 100% 23px;
    line-height: 23px;
  }
  .voice li .text::before {
    height: 2px;
  }
  .voice .caution {
    right: -20px;
    bottom: -20px;
  }
  .voice .caution .img {
    display: inline;
  }
  .voice .caution .text {
    display: none;
  }
}

.stripe {
  background: repeating-linear-gradient(90deg, #fdf2f3 0px, #fdf2f3 18px, rgba(253, 242, 243, 0) 18px, rgba(253, 242, 243, 0) 36px);
  background-color: #fff;
  margin-top: -208px;
  padding-top: 208px;
  padding-bottom: 90px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .stripe {
    background: repeating-linear-gradient(90deg, #fdf2f3 0px, #fdf2f3 5px, rgba(253, 242, 243, 0) 5px, rgba(253, 242, 243, 0) 10px);
    margin-top: -40px;
    padding-top: 40px;
    padding-bottom: 48px;
  }
  .stripe::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: -62px;
    top: -40px;
    width: 250px;
    height: 175px;
    background: url(../img/voice-bg-sp02.png) no-repeat center top;
    background-size: contain;
  }
}

.aboutus {
  background: url(../img/aboutus-bg.png) no-repeat center top;
  width: 1265px;
  height: 1150px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.aboutus::before {
  content: "";
  position: absolute;
  left: calc(50% - 892px);
  top: -30px;
  width: 493px;
  height: 704px;
  background: url(../img/bg-flower08.png) no-repeat center top;
}
.aboutus h2 {
  flex: 0 0 100%;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aboutus {
    margin-top: 38px;
    background-size: contain;
    padding-top: 15.0667%;
    width: 88%;
    height: auto;
  }
  .aboutus::before {
    display: none;
  }
  .aboutus h2 {
    flex-basis: 76.6667%;
    margin-bottom: 21px;
    text-align: center;
  }
  .aboutus .photo {
    flex-basis: 94.2424%;
    position: relative;
    z-index: 2;
  }
}

.present {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .present {
    width: 100%;
    margin-top: 15px;
  }
  .present::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -11px;
    top: -125px;
    width: 149px;
    height: 221px;
    background: url(../img/bg-flower10.png) no-repeat center top;
    background-size: contain;
  }
  .present::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 142px;
    height: 241px;
    right: 10px;
    bottom: -52px;
    background: url(../img/bg-flower11.png) no-repeat center top;
    background-size: contain;
  }
  .present img {
    margin-left: -2%;
    max-width: none;
  }
}

.btnRegist {
  position: relative;
  z-index: 1;
  margin-top: 65px;
  text-align: center;
}
.btnRegist a {
  display: block;
  width: 770px;
  height: 172px;
  border-radius: 172px;
  background-color: #d33e68;
  margin: 0 auto;
  box-shadow: 23px 23px 38px rgba(105, 97, 102, 0.5);
}
@media (any-hover: hover) {
  .btnRegist a:hover {
    opacity: 0.7;
  }
}
@media (any-hover: none) {
  .btnRegist a:active {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .btnRegist {
    margin-top: 10px;
  }
  .btnRegist a {
    width: 92.5333%;
    height: 20.5333vw;
    border-radius: 20.5333vw;
    box-shadow: 10px 10px 15px rgba(105, 97, 102, 0.3);
  }
}

.line {
  padding-top: 126px;
  text-align: center;
  position: relative;
  z-index: 0;
}
.line::before {
  content: "";
  position: absolute;
  width: 1772px;
  height: 1130px;
  right: 50%;
  top: -540px;
  z-index: -1;
  background: url(../img/bg-flower09.png) no-repeat center top;
  transform: translateX(50%);
}
.line .btn {
  margin-top: 12px;
}
@media (any-hover: hover) {
  .line .btn a:hover {
    opacity: 0.7;
  }
}
@media (any-hover: none) {
  .line .btn a:active {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .line {
    padding-top: 10px;
  }
  .line::before {
    display: none;
  }
  .line h2 {
    width: 100%;
    overflow: hidden;
  }
  .line h2 img {
    max-width: none;
    display: block;
    margin-left: -1.8vw;
  }
  .line .btn {
    margin-top: -15px;
  }
  .line .btn a {
    display: block;
    width: 155px;
    margin: 0 auto;
  }
}

.website {
  margin-top: 0;
  text-align: center;
  position: relative;
  z-index: 0;
}
.website .btn {
  margin-top: -35px;
}
@media (any-hover: hover) {
  .website .btn a:hover {
    opacity: 0.7;
  }
}
@media (any-hover: none) {
  .website .btn a:active {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .website h2 {
    width: 81.6%;
    margin: 0 auto;
  }
  .website .btn {
    margin-top: -20px;
  }
  .website .btn a {
    display: block;
    width: 63.0667%;
    margin: 0 auto;
  }
}

.contact {
  width: 1188px;
  margin: 35px auto 0;
  padding: 50px 0 55px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
}
.contact > * {
  flex: 0 0 50%;
  padding: 26px 0 48px;
}
.contact .telSection {
  border-right: 2px solid #c7b6ba;
  color: #806168;
  font-size: 2rem;
  font-family: "Helvetica Neue", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.contact .formSection {
  border-left: 2px solid #c7b6ba;
}
.contact .tel {
  margin-top: 5px;
  font-size: 6.1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.contact dl {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.contact dt {
  margin-right: 1em;
}
.contact dd:nth-of-type(n+2)::before {
  content: "/";
  display: inline-block;
  margin: 0 0.5em;
}
.contact .btn {
  margin-top: 25px;
  font-size: 2.7rem;
  color: #fff;
}
.contact .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #835d66;
  width: 428px;
  height: 107px;
  margin: 0 auto;
  border-radius: 23px;
  box-shadow: 5px 5px 18px rgba(64, 63, 61, 0.43);
}
.contact .btn img {
  flex: 0 0 auto;
  display: block;
  margin-right: 5px;
}
@media (any-hover: hover) {
  .contact .btn a:hover {
    opacity: 0.7;
  }
}
@media (any-hover: none) {
  .contact .tel a:active {
    text-decoration: underline;
  }
  .contact .btn a:active {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    width: 82.6667%;
    margin: 10px auto 0;
    padding: 20px 0 25px;
    display: block;
  }
  .contact > * {
    padding: 0;
  }
  .contact .telSection {
    border-right: none;
    font-size: 1rem;
  }
  .contact .telSection::after {
    content: "";
    display: block;
    margin: 15px auto;
    height: 2px;
    width: 83.3871%;
    background-color: #c7b6ba;
  }
  .contact .telSection h2 {
    width: 39.0323%;
    margin: 0 auto;
  }
  .contact .formSection {
    border-left: none;
  }
  .contact .formSection h2 {
    width: 46.4516%;
    margin: 0 auto;
  }
  .contact .tel {
    line-height: 1.3;
    font-size: 2.5rem;
  }
  .contact .btn {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .contact .btn a {
    width: 195px;
    height: auto;
    padding: 17px 0;
    border-radius: 11px;
    box-shadow: 2px 2px 8px rgba(64, 63, 61, 0.43);
  }
  .contact .btn img {
    width: 18px;
  }
}

.sns {
  list-style: none;
  margin: 42px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns li:nth-of-type(n+2) {
  margin-left: 30px;
}
@media (any-hover: hover) {
  .sns a:hover {
    opacity: 0.7;
  }
}
@media (any-hover: none) {
  .sns a:active {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .sns {
    margin: 25px auto 28px;
  }
  .sns li:nth-of-type(n+2) {
    margin-left: 20px;
  }
}

/* ----------------------------------------------
 * * footoer
 * *----------------------------------------------*/
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  background-color: rgba(192, 92, 109, 0.5);
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  footer {
    height: 48px;
    font-size: 0.75rem;
  }
}