@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Verdana, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
}


/* key-frames -----------------------------------------*/

@-ms-keyframes my-blink {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95)
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes blink {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95)
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}

@-moz-keyframes blink {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95)
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes blink {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95)
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}

.d-flex {
  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;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-container {
  width: 1080px;
  margin: 0 auto;
}

.secondary-container {
  width: 960px;
  margin: 0 auto;
}

.banner .site-name {
  width: 600px;
  height: 60px;
  background: #911d3f;
  margin: 0 auto;
  font-weight: 600;
  font-size: 18px;
  line-height: 31.5px;
  text-align: center;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.banner .banner-content {
  margin-top: 33px;
}

.banner .right-text {
  text-align: right;
}

.banner .right-text h2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 54px;
  color: #000;
}

.banner .right-text span {
  font-family: 'Yu Mincho Demibold';
  font-size: 84px;
  color: #911d3f;
  margin-right: -50px;
  display: block;
  line-height: 1;
  padding-top: 15px;
}

.banner .custom-container .secondary-container {
  background-image: url("../imgs/banner-bg.png");
  height: 650px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top -100px center;
  overflow: hidden;
}

.banner .custom-container .secondary-container {
  position: relative;
}

.banner-shape {
  width: 190px;
  height: 194px;
  position: absolute;
  top: 80px;
  background-image: url('../imgs/banner-elispe.png');
  background-repeat: no-repeat;
  color: white;
  font-size: 32px;
  /* line-height: 1.8; */
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  font-family: 'Yu Mincho Demibold';
  left: 0px;
}

#section-2 {
  width: 100%;
  /* height: 750px; */
  background-image: url("../imgs/section-2-bg.png");
  background-size: cover;
  color: white;
  padding-bottom: 20px;
  position: relative;
}

#section-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  background-image: url("../imgs/top.png");
  width: 50px;
  height: 30px;
  background-repeat: no-repeat;
}

#section-2::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  background-image: url("../imgs/bottom.png");
  width: 50px;
  height: 30px;
  background-repeat: no-repeat;
}

#section-2 h1 {
  font-weight: 900;
  font-size: 36px;
  line-height: 63px;
  text-align: center;
  color: #fff;
  margin: 0px 60px;
}

#section-2 .heading {
  padding-top: 62px;
  margin-bottom: 34px;
}

#section-2 .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 48px;
  text-align: left;
  color: #fff;
  margin-bottom: 13px;
  font-weight: 600;
}

#section-2 .check img {
  margin-right: 17px;
}

#section-2 .circles-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

#section-2 .circle {
  width: 180px;
  height: 180px;
  background: #911d3f;
  border-radius: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
}

#section-2 .circle p {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #fff;
  margin: 5px 0px 0px 0px;
}

.bold {
  font-weight: 600;
}

.card-section {
  width: 100%;
  height: 800px;
  background: url("../imgs/card-section-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 62px;
}

.card-section h1 {
  text-align: center;
  font-weight: 900;
  font-size: 45px;
  line-height: 54px;
  text-align: center;
  color: #000;
}

.card-section .card {
  background: #000;
  margin: 30px auto;
  color: white;
  text-align: center;
  padding-top: 19px;
  overflow: hidden;
  padding: 5px;
}

.card-section .card .phone-number {
  width: 100%;
  padding: 10px 0px;
  background: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: center;
}

.card-section .card .phone-number h6 {
  font-weight: 900;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #911d3f;
}

a {
  text-decoration: none;
  color: inherit;
}

.card-section .card .phone-number h1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 54px;
  text-align: center;
  color: #000;
}

.card-section .phone-number-content {
  margin-left: 25px;
}

.card-section .card .phone-number h5 {
  font-weight: 900;
  font-size: 20px;
  text-align: left;
  color: #000;
}

.card-section .card h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  color: #911d3f;
}

.fix-button{
  display: flex;
}

li.fix01{
  width: 50%;
}

li.fix02{
  width: 50%;
}

.mousikomi{
  text-align: center;
}

.card-section .card h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 49px;
  text-align: center;
  color: #fff;
}

.large-btn {
  width: 350px;
  height: 119.44px;
  background: #39b44a ;
  border-radius: 70px;
  font-weight: 900;
  font-size: 28px;
  line-height: 1em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin: 40px auto;
  border: 2px solid transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  animation: my-blink 1.2s ease 1s infinite;
  -webkit-animation: blink 1.2s ease 1s infinite;
}

.card-section .three-boxes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 20px;
}

.card-section .three-boxes-wrapper .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
}

.card-section .three-boxes-wrapper .box .img {
  padding-right: 20px;
}

.card-section .three-boxes-wrapper .box .desc {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #fff;
}

.three-boxes-wrapper .box .desc .num {
  background: #911d3f;
  font-size: 20px;
  text-align: left;
  color: #fff;
  line-height: 1;
  padding: 3px 4px;
  font-weight: 600;
}

.three-boxes-wrapper .box .desc .quntity {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.three-boxes-wrapper .box .desc .quntity h4 {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  text-align: left;
  color: #fff;
  margin-left: 10px;
}

.three-boxes-wrapper .box .desc .quntity h4 span {
  font-size: 20px;
}

.img-responsive {
  width: 100%;
}

.special-movie {
  width: 100%;
  background: #000;
  padding-top: 47px;
  padding-bottom: 73px;
}

.special-movie h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 56px;
  text-align: center;
  color: #911d3f;
}

.special-movie iframe {
  width: 728px;
  height: 411px;
  display: block;
  margin: 20px auto 0px auto;
}

.text-img-1 {
  width: 100%;
  background: url("../imgs/text-and-img-section-1.png");
  padding-top: 48px;
  padding-bottom: 81px;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 10px solid #911d3f;
}

.text-img-1 .section-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  color: #000;
}

.text-img-1 .rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}

.text-img-1 .rows .img {
  width: 480px;
  height: 320px;
}

.text-img-1 .rows .text {
  width: 540.33px;
  height: 422.08px;
  font-weight: 500;
  font-size: 20px;
  line-height: 39.42px;
  text-align: left;
  color: #000;
}

.text-img-1 .rows .text p {
  margin-top: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 39.42px;
}

.text-img-2 .rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 33px;
}

.text-img-2 .rows .img {
  width: 480px;
  height: 320px;
}

.text-img-2 .rows .text {
  width: 540.33px;
  height: 422.08px;
  font-size: 20px;
  line-height: 39.42px;
  text-align: left;
  color: #000;
}

.text-img-2 {
  background: url("../imgs/text-img-2-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: white;
  height: auto;
  z-index: 20;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 0, 100% 100%, 50% 100%, 50% 100%, 50% 100%, 0 100%, 0 0, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 0, 100% 100%, 50% 100%, 50% 100%, 50% 100%, 0 100%, 0 0, 0 0);
}

.text-img-2 .img {
  margin-top: 30px;
}

.text-img-2 .text p {
  color: white;
}

.text-img-2 .rows .text {
  height: auto;
}

.text-img-2 .section-title {
  color: white;
}

.pilates-and-yoga-table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.pilates-and-yoga-table .colum {
  width: 50%;
  /* height: 400px; */
}

.pilates-and-yoga-table .colum .header {
  width: 100%;
  height: 169px;
  background-color: #e5e5e5;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #911d3f;
}

.pilates-and-yoga-table .colum.active .header {
  background: #911d3f;
  color: #f1f1f1;
}

.pilates-and-yoga-table .colum .header h1 {
  font-size: 72px;
  line-height: -20px;
  text-align: center;
}

.pilates-and-yoga-table .colum .header h4 {
  font-size: 24px;
  line-height: 22.08px;
  text-align: center;
}

.pilates-and-yoga-table .colum .row {
  font-weight: 600;
  border-bottom: 20px solid #e5e5e5;
  font-size: 32px;
  line-height: 58.7px;
  text-align: center;
  color: #333;
  background: #fff;
}

.pilates-and-yoga-table .colum.active .row {
  border-bottom: 20px solid #911d3f;
  text-align: center;
  color: #911d3f;
}

.table-desc {
  margin-top: 100px;
  font-size: 20px;
  line-height: 39.42px;
  text-align: center;
  color: #fff;
}

.benefits {
  z-index: -1;
  margin-top: -100px;
  width: 100%;
  background-image: url("../imgs/benefits-bg.png");
  background-size: cover;
  background-position: top -300px right;
  padding-top: 150px;
  background-repeat: no-repeat;
}

.benefits .section-title {
  color: white;
}

.benefits .benefits-stages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 57px;
}

.benefits .benefit {
  width: 442.85px;
  min-height: 480px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.benefits .benefit .icon-box {
  width: 150px;
  height: 150px;
  background: #911d3f;
  border-radius: 50%;
}

.benefits .benefit h1 {
  margin-top: 13px;
  font-size: 32px;
  line-height: 29px;
  text-align: center;
  color: #fff;
}

.benefits .benefit p {
  font-size: 18px;
  line-height: 31.5px;
  text-align: left;
  color: #fff;
  margin-top: 30px;
}

.studio-section {
  width: 100%;
  height: 750px;
  background: url("../imgs/studio-bakg.png");
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding-top: 70px;
  overflow: hidden;
}

.studio-content-bg {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.611);
  width: 1007px;
  height: 750px;
  z-index: 2;
}

.studio-section .section-title {
  color: white;
  z-index: 20000;
  position: relative;
}

.studio-section .studio-content {
  width: 631.02px;
  float: right;
  padding-right: 150px;
  color: white;
  margin-top: 31px;
  position: relative;
  z-index: 3;
}

.studio-content p {
  font-size: 20px;
  line-height: 48px;
  text-align: left;
  color: #fff;
}

.studio-section .studio-content .studio-logo {
  position: absolute;
  left: -82.10%;
  top: 150px;
  /* border: 1px solid red; */
}

.sat {
  width: 100%;
  background: url("../imgs/sat.png");
  background-size: cover;
  padding-top: 87px;
  padding-bottom: 20px;
}

.sat .content {
  width: 748.5px;
  font-size: 20px;
  line-height: 48px;
  text-align: left;
  color: #000;
  padding-top: 70px;
}

.studio-body {
  width: 100%;
  height: 2000px;
  background: #911d3f;
  padding: 85px 0px 150px 0px;
}

.studio-body h5 {
  font-size: 48px;
  line-height: 54px;
  text-align: center;
  color: #fff;
}

.studio-body h1 {
  font-size: 60px;
  line-height: 45.06px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  font-family: "Yu Mincho Demibold", sans-serif;
}

.studio-body .heading-with-bg {
  height: 80px;
  background: #000;
  margin-top: 54px;
  border-radius: 60px;
  font-size: 45px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.studio-body .stages {
  margin-top: 160px;
}

.studio-body .stage {
  width: 80%;
  height: 100px;
  margin-bottom: 100px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.studio-body .stage:nth-child(even) {
  float: left;
}

.studio-body .stage .text-bg {
  width: 100%;
  height: 120px;
  background: #333;
  margin-left: -20px;
  z-index: 1;
  font-size: 24px;
  line-height: 48px;
  text-align: left;
  color: #fff;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}

.studio-body .stage img {
  z-index: 111;
}

.studio-body .stage:nth-child(even) .text-bg {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 70px;
}

.lesson-policy {
  padding: 42px 0px 62px 0px;
}

.lesson-policy p {
  font-size: 20px;
  line-height: 39.42px;
  text-align: center;
  color: #000;
  margin-top: 43px;
}

.trial-lesson {
  width: 100%;
  height: 950px;
  background: #911d3f;
}

.trial-lesson h1 {
  font-size: 45px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  padding: 32px 0px;
}

.trial-lesson .trial-rows {
  width: 100%;
  height: 180px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.trial-lesson .icon {
  width: 20%;
  height: 180px;
  background: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 4%;
}

.trial-lesson .content {
  width: 80%;
  height: 180px;
  padding: 10px 15% 10px 10px;
}

.trial-lesson .content .heading {
  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;
}

.trial-lesson .content .heading h3 {
  font-size: 32px;
  line-height: 58.7px;
  text-align: left;
  color: #333;
}

.trial-lesson .content .quntity {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trial-lesson .content .num {
  background: #911d3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  align-items: center;
  /* line-height: 35px; */
  text-align: left;
  color: #fff;
  line-height: 1;
  padding: 2px 4px;
  font-weight: 600;
}

.trial-lesson .content .quntity h4 {
  font-size: 30px;
  line-height: 35px;
  text-align: left;
  color: #911d3f;
  margin-left: 10px;
}

.trial-lesson .content .quntity h4 span {
  font-size: 20px;
}

.trial-lesson .last-p {
  font-size: 20px;
  line-height: 39.42px;
  text-align: center;
  color: #fff;
  margin: 81px 0px 52px 0px;
}

.customer-section {
  width: 100%;
  background: #333;
  padding: 62px 0px 141px 0px;
}

.customer-section .section-title {
  color: white;
}

.customer-section .customer {
  /* height: 375px; */
  background: #fff;
  margin-top: 30px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.customer-section .customer-profile {
  width: 300px;
  /* height: 300px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.customer-section .customer-review {
  width: calc(100% - 300px);
  /* height: 300px; */
}

.customer-section .customer-profile span {
  margin-top: 19px;
  font-size: 24px;
  line-height: 10.42px;
  text-align: center;
  color: #333;
}

.customer-section .customer-profile .name {
  width: 201.03px;
  height: 37.5px;
  background: #911d3f;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  margin-top: 18px;
}

.customer-section .customer-review h1 {
  font-size: 32px;
  line-height: 39.42px;
  color: #000;
}

.customer-section .customer-review p {
  font-size: 20px;
  line-height: 30.42px;
  color: #000;
}

.faq {
  width: 100%;
  background: #f1f1f1;
  padding: 61px 10px 125px 10px;
}

.faq-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-top: 30px;
}

.faq-text .img {
  margin-right: 20px;
}

.faq-text .faq-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /* align-content: center; */
  font-size: 24px;
  line-height: 39.42px;
}

.faq-text .faq-content.question {
  color: #911d3f;
  font-weight: 600;
}

.section-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.section-images .img {
  width: 33.333%;
  overflow: hidden;
  height: 316px;
}

.section-images .img img {
  -webkit-transition: .3s;
  transition: .3s;
}

.section-images .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.form {
  position: relative;
  padding-top: 50px;
  margin-bottom: 50px;
}

.form h6 {
  font-size: 48px;
  line-height: 54px;
  text-align: center;
  color: #911d3f;
}

.form h1 {
  font-size: 84px;
  text-align: center;
  color: #911d3f;
  font-family: "Yu Mincho Demibold";
}

.form .subtitle {
  width: 413px;
  height: 40px;
  background: #000;
  margin: 0 auto;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  color: #fff;
}

.form-top-img {
  position: absolute;
  top: -95px;
  left: 94px;
  z-index: 999;
}

form {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

form .form-content {
  width: 800px;
  float: right;
}

.input-group {
  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;
  text-align: right;
  margin-bottom: 21px;
}

.input-group label {
  font-size: 24px;
  color: #000;
  text-align: right;
  text-align: right !important;
  width: 200px;
}

.input-group input {
  width: 600px;
  height: 40px;
  border-radius: 2px;
  background: #f1f1f1;
  border: 2px solid #911d3f;
  padding: 0px 10px;
}

.input-group.select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: right;
  margin-bottom: 21px;
}

.input-group select {
  width: 300px !important;
  height: 40px;
  border-radius: 2px;
  background: #f1f1f1;
  border: 2px solid #911d3f;
  padding: 0px 10px;
}

.input-group textarea {
  width: 600px;
  height: 177px;
  border-radius: 2px;
  background: #f1f1f1;
  border: 2px solid #911d3f;
}

.input-group.text-area {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

form .large-btn {
  -webkit-filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.25));
}

footer {
  width: 100%;
  /* height: 1150px; */
  background: #911d3f;
  padding: 69px 0px 55px 0px;
}

footer .section-title {
  color: white;
  border-color: white;
  padding-bottom: 20px;
}

footer p {
  font-size: 24px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  padding: 60px 0px;
}

footer .rows {
  width: 100%;
  /* height: 50px; */
  background: transparent;
  border-bottom: 2px solid #fff;
  font-size: 18px;
  text-align: left;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0px;
  font-weight: 500;
  padding-left: 20px;
}

footer .rows:nth-child(2) {
  border-top: 2px solid #fff;
}

footer .rows .row-heading {
  width: 200px;
}

.copy-right {
  width: 100%;
  height: 50px;
  background: #000;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.back-to-top {
  position: fixed !important;
  right: 30px;
  bottom: 0;
  color: #fff;
  /* display: block; */
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  width: 40px;
  height: 40px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  background: #39b44a;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  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;
  text-decoration: none;
}

.back-to-top:hover {
  background-color: #911d3f;
  color: #fff;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.error_msg {
  font-size: 80%;
  color: #e95529;
  display: none;
  text-align: left;
}

.large-btn:hover {
  cursor: pointer;
}

.social_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 40px;
}

.hatena-bookmark-button-frame {
  padding-right: 16px;
}

.fb_iframe_widget {
  display: flex!important;
}

.thanks_message {
  max-width: 1000px;
  width: 100%;
  margin: 80px auto;
  padding-right: 20px;
  padding-left: 20px;
}

.card-section.last-card-section {
  height: auto;
  padding-bottom: 60px;
}
