@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&family=Noto+Serif+JP&display=swap");
@media screen and (min-width: 400px) {
  .break-400-max {
    display: none;
  }
}

@media screen and (min-width: 500px) {
  .break-500-max {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .break-400-min {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .break-800-max {
    display: none;
  }
}

.content-col {
  margin: 0 7.6%;
  width: 84.8%;
}

.fx-row {
  display: flex;
  flex-direction: row;
}

.fx-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.fx-col {
  display: flex;
  flex-direction: column;
}

.star-heading {
  width: fit-content;
  align-self: center;
  align-items: center;
  margin: 20px auto;
}
.star-heading img {
  max-width: 64px;
}
.star-heading h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0 0 0;
}

.reservation-btn {
  align-self: center;
  justify-self: center;
  margin: -15px auto 0 auto;
  width: fit-content;
  z-index: 10;
}

html,
body {
  color: #333333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.05rem;
  line-height: 25px;
  margin: unset;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

main {
  max-width: 800px;
  overflow-x: hidden;
  margin: 0 auto;
}

a,
a:link,
a:visited {
  color: unset;
  text-decoration: none;
}

h2 {
  font-size: 30px;
  font-weight: bold;
}

p {
  font-size: 14px;
}

header {
  width: 100%;
  position: absolute;
  cursor: pointer;
  justify-content: space-between;
}
header .logo {
  margin: 20px 0 0 25px;
  width: 93px;
}
@media screen and (min-width: 800px) {
  header .logo {
    margin: 20px 0 0 calc(25px + (100vw - 800px) / 2);
  }
}
header .hamburger-btn {
  width: 61px;
  height: 61px;
  background-color: #333333;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 301;
}
header .hamburger-btn span {
  display: block;
  height: 2px;
  width: 23px;
  border-radius: 3px;
  background-color: white;
  margin-bottom: 5px;
}
header .hamburger-btn span:before {
  bottom: 8px;
}
header .hamburger-btn span:after {
  top: 8px;
}
header .hamburger-btn.active-menu {
  position: fixed;
  display: block !important;
  background-color: unset;
  top: 30px;
}
header .hamburger-btn.active-menu span {
  background: white;
  position: absolute;
}
header .hamburger-btn.active-menu span:nth-child(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}
header .hamburger-btn.active-menu span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
header .hamburger-btn.active-menu span:nth-child(3) {
  transform: rotate(-45deg);
  top: 0px;
  left: 8px;
}
header .hamburger-btn.scrolled {
  display: flex;
}

nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  max-width: 428px;
  background-color: #45407D;
  color: white;
  z-index: 300;
}
nav ul {
  list-style-type: none;
}
nav ul li {
  margin-bottom: 20px;
}
nav ul li:hover {
  color: #333333;
}
nav ul li.contact-btn a {
  border: 1px solid #C3A97F;
  background-color: #C3A97F;
  border-radius: 2px;
  padding: 8px;
  font-size: 16px;
  font-weight: 600;
}
nav ul li.contact-btn a:hover {
  color: #dad6d6;
  background-color: #998463;
}
nav.open-menu {
  animation: slidein 0.2s ease-in-out;
  display: block !important;
}
nav.open-menu .pc-nav {
  display: block;
  margin: 0 0 0 0;
  padding-top: 12.5vh;
  padding-left: 14vw;
  z-index: 301;
}
nav.open-menu .pc-nav li.footer-btn {
  display: block;
  font-size: 13px;
  margin-bottom: 12px;
}
nav.open-menu .pc-nav li.footer-btn:first-child {
  margin-top: 20vh;
}

.landing {
  background: url(./img/landing-bg.png);
  background-size: cover;
  height: 100vh;
  justify-content: flex-end;
  text-align: center;
}
.landing .landing-text {
  height: 76vh;
  max-width: 323px;
  align-self: flex-end;
}
.landing .golden-banner {
  width: 100%;
  background: url(./img/landing-gold-banner.png);
  background-size: cover;
  color: #333333;
  font-size: 14px;
  padding: 20px 0;
  font-family: "Noto Serif JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游明朝", "Yu Mincho", serif;
  font-weight: 400;
}
.landing .golden-banner span {
  font-size: 18px;
}
.landing .black-banner {
  width: 100%;
  background-color: #333333;
  color: white;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 0;
}

.checkbox {
  background-color: #e2e2e2;
  align-items: center;
  padding-bottom: 50px;
}
.checkbox .star-heading img {
  margin-bottom: 8px;
}
.checkbox .star-heading .purple-highlight {
  color: white;
  background-color: #45407D;
  font-size: 24px;
  padding: 3px 12px;
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}
.checkbox .cb-container {
  margin: 0 auto 0 auto;
  max-width: 90%;
}
.checkbox .cb-container .cb-row {
  font-size: 16px;
}
.checkbox .cb-container .cb-row .cb-img {
  width: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 400px) {
  .checkbox .cb-container .long-row {
    align-items: flex-start;
  }
  .checkbox .cb-container .long-row img {
    margin-top: 4px;
  }
}

.reasons .reasons-heading {
  width: 100%;
  margin: 50px 0;
  align-items: center;
  text-align: center;
}
.reasons .reasons-heading img {
  width: 69%;
}
.reasons .reasons-heading img.arrow-line {
  width: 92.5%;
}
.reasons .reasons-heading h2 {
  margin-top: 12px;
}
.reasons .reasons-points {
  width: 100%;
  background: url(./img/grained-bg.png) no-repeat;
  background-size: cover;
}
.reasons .reasons-points .point-card {
  display: grid;
  grid-template-columns: 7.6vw 1fr 7.6vw;
  grid-template-rows: 1fr 16px;
  margin: 30px 0;
}
.reasons .reasons-points .point-card .white-bg {
  height: 220px;
  background-color: white;
  position: relative;
  grid-column: 2/3;
  grid-row: 1/2;
  z-index: 1;
}
.reasons .reasons-points .point-card .text-container {
  position: relative;
  grid-column: 2/3;
  grid-row: 1/2;
  z-index: 3;
  padding: 0 20px;
}
.reasons .reasons-points .point-card .text-container .container-headline {
  justify-content: flex-start;
  margin-top: 20px;
}
.reasons .reasons-points .point-card .text-container .container-headline h3 {
  color: #45407D;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 0 10px;
}
.reasons .reasons-points .point-card .text-container .grey-subtitle {
  color: #7C7C7C;
  font-size: 12px;
  line-height: 18px;
}
.reasons .reasons-points .point-card .text-container p {
  margin-top: 1rem;
}
.reasons .reasons-points .point-card .text-container p .gold-highlight {
  color: #C3A97F;
  font-size: 15px;
  font-weight: bold;
}
.reasons .reasons-points .point-card .bg-img {
  position: absolute;
  z-index: 2;
  right: 0;
  margin-top: 70px;
}
@media screen and (min-width: 800px) {
  .reasons .reasons-points .point-card .container-headline h3 {
    align-self: center;
  }
  .reasons .reasons-points .point-card .bg-img {
    right: calc((100vw - 800px) / 2);
  }
}
.reasons .reasons-points .point-card.pc-1 .text-container p {
  max-width: 65vw;
}
.reasons .reasons-points .point-card.pc-1 .bg-img {
  max-width: 160px;
}
.reasons .reasons-points .point-card.pc-2 .white-bg {
  height: 180px;
}
.reasons .reasons-points .point-card.pc-2 .text-container p {
  max-width: unset;
}
.reasons .reasons-points .point-card.pc-2 .bg-img {
  max-width: 230px;
  margin-top: -15px;
}
.reasons .reasons-points .point-card.pc-3 {
  margin: 16px 0 16px 0;
}
.reasons .reasons-points .point-card.pc-3 .white-bg {
  height: 260px;
}
.reasons .reasons-points .point-card.pc-3 .text-container p {
  max-width: unset;
}
.reasons .reasons-points .point-card.pc-4 {
  background-color: rgba(255, 255, 255, 0.25);
  padding-top: 30px;
  margin: 0;
}
.reasons .reasons-points .point-card.pc-4 .white-bg {
  height: 260px;
}
.reasons .reasons-points .point-card.pc-4 .text-container .container-headline img {
  align-self: flex-start;
}
.reasons .reasons-points .point-card.pc-4 .text-container .grey-subtitle {
  margin-left: 20px;
}
.reasons .reasons-points .point-card.pc-4 .text-container p {
  margin-left: 20px;
}
.reasons .reasons-points .point-card.pc-4 .bg-img {
  max-width: 240px;
  margin-top: -5px;
  left: -70px;
}
.reasons .reasons-points .point-card.reverse-card .text-container {
  padding-left: 84px;
}
.reasons .reasons-points .point-card.reverse-card .bg-img {
  right: unset;
}
@media screen and (min-width: 800px) {
  .reasons .reasons-points .point-card.reverse-card .bg-img {
    right: unset;
    left: calc((100vw - 800px - 84px) / 2);
  }
}
@media screen and (max-width: 500px) {
  .reasons .reasons-points .point-card.pc-1 .text-container p {
    max-width: 50vw;
  }
}
@media screen and (max-width: 400px) {
  .reasons .reasons-points .point-card.pc-1 .bg-img, .reasons .reasons-points .point-card.pc-3 .bg-img {
    max-width: 145px;
  }
  .reasons .reasons-points .point-card.pc-1 .bg-img {
    margin-top: 50px;
  }
  .reasons .reasons-points .point-card.pc-3 .bg-img {
    margin-top: 145px;
  }
  .reasons .reasons-points .point-card .text-container .container-headline h3 {
    font-size: 20px;
  }
  .reasons .reasons-points .point-card .text-container p {
    margin-top: 10px;
  }
}
@media screen and (min-width: 800px) {
  .reasons .reasons-points .point-card.pc-1 .text-container p, .reasons .reasons-points .point-card.pc-2 .text-container p, .reasons .reasons-points .point-card.pc-3 .text-container p, .reasons .reasons-points .point-card.pc-4 .text-container p {
    max-width: unset;
  }
  .reasons .reasons-points .point-card.pc-1 .bg-img, .reasons .reasons-points .point-card.pc-3 .bg-img {
    max-width: 180px;
  }
  .reasons .reasons-points .point-card.pc-1 .text-container p {
    max-width: 90%;
  }
  .reasons .reasons-points .point-card.pc-1 .bg-img {
    margin-top: 5px;
  }
  .reasons .reasons-points .point-card.pc-3 .bg-img {
    margin-top: 100px;
  }
}
.reasons .white-25-wrapper {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 12px 0 0 0;
}
.reasons .comparison-table {
  border-spacing: 0;
  font-size: 12px;
  letter-spacing: 0.02rem;
  line-height: 14px;
  text-align: center;
  padding-bottom: 16px;
}
.reasons .comparison-table tr {
  width: 100%;
}
.reasons .comparison-table tr td {
  background-color: white;
  padding: 18px 0;
}
.reasons .comparison-table th {
  color: white;
  font-weight: bold;
  width: 25%;
}
.reasons .comparison-table th.purple-th {
  background-color: #45407D;
  padding: 30px 0;
}
.reasons .comparison-table th.gold-th {
  background-color: #C3A97F;
  padding: 18px 0;
}
.reasons .comparison-table th.grey-th {
  background-color: #909090;
  padding: 18px 0;
}
.reasons .comparison-table td,
.reasons .comparison-table .purple-th,
.reasons .comparison-table .gold-th,
.reasons .comparison-table .grey-th {
  border: 1px solid #333333;
}

.results {
  width: 100%;
  padding-bottom: 30px;
}
.results .results-heading {
  align-self: center;
  margin: 50px auto 60px auto;
}
.results .ba-card {
  width: 100%;
  padding: 30px 0;
}
.results .ba-card img {
  max-width: 100%;
}
.results .ba-card .text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 142px;
  padding-bottom: 1rem;
}
.results .ba-card .text-container p {
  max-width: 73%;
  margin: 15px auto 0 auto;
}
.results .ba-card .text-container p .golden-underline {
  border-bottom: 1px solid #C3A97F;
}
.results .ba-card .text-container .customer-name {
  font-size: 12px;
  margin: 0 0 0 clamp(100px, 40vw, 320px);
}
.results .ba-card.ba-card-purple {
  background-color: #45407D;
}
.results .ba-card.ba-card-purple .text-container {
  background: url(./img/results-bubble-white.svg) no-repeat;
  background-size: 100%;
}
.results .ba-card.ba-card-white {
  background-color: white;
}
.results .ba-card.ba-card-white .text-container {
  background: url(./img/results-bubble-purple.svg) no-repeat;
  background-size: 100%;
  color: white;
}
.results .ba-card.ba-card-3 .text-container p {
  max-width: 78%;
}
@media screen and (max-width: 420px) {
  .results .ba-card .text-container p {
    font-size: 12px;
    line-height: 20px;
    margin: 0 10px 0 10px;
  }
  .results .ba-card .text-container .customer-name {
    margin: 0 0 0 5px;
  }
  .results .ba-card.ba-card-1 .text-container .customer-name {
    margin: 0 50px 0 0;
    align-self: flex-end;
  }
  .results .ba-card.ba-card-3 .text-container p {
    max-width: 90%;
  }
}

.tsurusube {
  background-color: #EAEAEA;
  padding: 35px 0;
  align-items: center;
  height: clamp(387px, 92vw, 590px);
}
.tsurusube .tsurusube-heading {
  margin: 32px auto 16px auto;
  z-index: 10;
}
.tsurusube .content-area {
  position: relative;
  width: 100%;
  height: 66vw;
}
.tsurusube .content-area .tsurusube-white {
  position: absolute;
  background-color: white;
  height: 87.5vw;
  margin: 0 8.2%;
  width: 83.6%;
  top: -101px;
  z-index: 1;
}
.tsurusube .content-area .tsurusube-content {
  position: absolute;
  width: 96%;
  margin: 0 2%;
  z-index: 2;
}
.tsurusube .content-area .tsurusube-content-img {
  position: absolute;
  bottom: 0;
  left: 35vw;
  max-width: 24vw;
  z-index: 3;
}
@media screen and (max-width: 450px) {
  .tsurusube .content-area {
    height: 264px;
  }
  .tsurusube .content-area .tsurusube-white {
    height: 350px;
  }
  .tsurusube .content-area .tsurusube-content-img {
    left: 34%;
    max-width: 100px;
  }
}
@media screen and (min-width: 600px) {
  .tsurusube .content-area {
    height: 450px;
  }
  .tsurusube .content-area .tsurusube-white {
    height: 550px;
  }
  .tsurusube .content-area .tsurusube-content-img {
    left: 38%;
    max-width: 168px;
  }
}

.pricing {
  background: url(./img/grained-bg.png);
  margin-top: 30px;
  padding-bottom: 30px;
  width: 100%;
}
.pricing .pricing-heading {
  align-self: center;
  margin: 24px auto 50px auto;
}
.pricing .pricing-grid-card {
  width: 100%;
  height: clamp(200px, 50vw, 400px);
  display: grid;
  grid-template-columns: 1fr 128px 7.6%;
  grid-template-rows: 20px clamp(166px, 38vw, 332px) 35px 12px;
  margin-top: 12px;
}
@media screen and (max-width: 400px) {
  .pricing .pricing-grid-card {
    height: 240px;
  }
}
.pricing .pricing-grid-card .pricing-img {
  grid-column: 1/3;
  grid-row: 2/4;
  object-fit: contain;
  object-position: bottom;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pricing .pricing-grid-card .pricing-text {
  grid-column: 1/2;
  grid-row: 1/3;
  z-index: 2;
  margin: 0 0 5px 15px;
  display: flex;
  align-items: flex-end;
}
.pricing .pricing-grid-card .pricing-text img {
  height: clamp(130px, 35vw, 300px);
}
.pricing .pricing-grid-card .text-band {
  grid-column: 1/3;
  grid-row: 3/4;
  z-index: 3;
  background-color: #333333;
  color: white;
  font-weight: bold;
}
.pricing .pricing-grid-card .text-band p {
  margin: 6px 29% 6px 10%;
}
@media screen and (max-width: 400px) {
  .pricing .pricing-grid-card .text-band p {
    margin: 6px 29% 6px 5px;
  }
}
.pricing .pricing-grid-card .pricing-star {
  grid-column: 2/4;
  grid-row: 2/5;
  width: calc(100% - 8px);
  height: 100%;
  justify-content: flex-end;
  z-index: 4;
  margin-right: 8px;
}
.pricing .pricing-grid-card .pricing-star img {
  max-width: 155px;
}
@media screen and (max-width: 400px) {
  .pricing .pricing-grid-card .pricing-star {
    margin-left: 16px;
  }
  .pricing .pricing-grid-card .pricing-star img {
    max-width: 120px;
  }
}
.pricing .pricing-grid-card.grid-reverse {
  width: 100%;
  height: clamp(200px, 50vw, 400px);
  display: grid;
  grid-template-columns: 7.6% clamp(100px, 70vw, 600px) 1fr;
}
.pricing .pricing-grid-card.grid-reverse .pricing-img {
  grid-column: 2/4;
}
.pricing .pricing-grid-card.grid-reverse .pricing-text {
  grid-column: 3/4;
  justify-content: flex-end;
  margin: 0 15px 5px 0;
}
.pricing .pricing-grid-card.grid-reverse .text-band {
  grid-column: 2/4;
}
.pricing .pricing-grid-card.grid-reverse .text-band p {
  margin: 6px auto 6px 29%;
}
.pricing .pricing-grid-card.grid-reverse .pricing-star {
  grid-column: 1/3;
  grid-row: 2/5;
  margin-left: 8px;
}
@media screen and (max-width: 400px) {
  .pricing .pricing-grid-card.grid-reverse {
    height: 240px;
  }
}
@media screen and (min-width: 800px) {
  .pricing .pricing-grid-card .text-band {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .pricing .pricing-grid-card .text-band p {
    margin: 0;
  }
  .pricing .pricing-grid-card.grid-reverse .text-band p {
    margin: 0;
  }
}

.campaign {
  padding: 30px 0 35px 0;
  width: 100%;
}
.campaign .campaign-card {
  width: 100%;
  z-index: 1;
}

.steps {
  align-items: center;
  padding-bottom: 36px;
}
.steps .intro-txt {
  text-align: center;
  line-height: 25px;
  margin: 28px 0 8px 0;
}
.steps .steps-card .steps-grid-card {
  display: grid;
  grid-template-columns: 7.6% 1fr 70px 7.6%;
  grid-template-rows: 20px 1fr 14px 14px;
  width: 100%;
}
.steps .steps-card .steps-grid-card .step-img {
  grid-column: 2/4;
  grid-row: 2/4;
  z-index: 1;
  max-width: 100%;
}
.steps .steps-card .steps-grid-card .step-no {
  grid-column: 1/3;
  grid-row: 1/3;
  z-index: 2;
  margin: 0 15px;
}
.steps .steps-card .steps-grid-card .step-banner {
  grid-column: 1/5;
  grid-row: 3/5;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.steps .steps-card .steps-grid-card.grid-reverse .step-no {
  grid-column: 3/5;
  margin-left: 0;
}
.steps .steps-card .content-col {
  align-items: center;
}
.steps .steps-card .content-col p {
  margin: 20px 0 20px 0;
  max-width: 84%;
}
.steps .steps-card .content-col img {
  margin: 0 0 20px 0;
  max-width: 27px;
}

.facilities {
  background-color: #EAEAEA;
  padding: 30px 0;
}
.facilities .white-wrapper {
  background-color: white;
}
.facilities .purple-text {
  color: #45407D;
  text-align: center;
  line-height: 20px;
  margin: 0 0 20px 0;
}
.facilities .img-row {
  justify-content: space-between;
  margin-bottom: 30px;
}
.facilities .img-row p {
  text-align: center;
  color: white;
  font-size: 12px;
  line-height: 18px;
  margin: 10px 20px;
}
.facilities .img-row .left-img {
  margin-left: -45px;
  width: 77vw;
  max-width: 660px;
  z-index: 1;
}
.facilities .img-row .right-img {
  margin-left: -152px;
  width: 88vw;
  max-height: 46.5vw;
  max-width: 754px;
  z-index: 1;
}
.facilities .img-row .right-bubble {
  margin-left: -100px;
  min-width: 194px;
  height: 78px;
  background: url(./img/facilities-bubble-1.svg);
  margin-top: 10px;
  z-index: 2;
}
.facilities .img-row .left-bubble {
  margin-left: -26px;
  min-width: 194px;
  height: 78px;
  background: url(./img/facilities-bubble-2.svg);
  margin-top: 10px;
  z-index: 2;
}

.staff .staff-card {
  height: clamp(215px, 55vw, 430px);
  background: url(./img/grey-bg-banner.svg) left center no-repeat;
  background-size: 100%;
}
.staff .staff-card .content-col img {
  width: calc(50% - 5px);
  z-index: 1;
  max-height: clamp(215px, 55vw, 430px);
  object-fit: cover;
  object-position: top;
}
.staff .staff-card .content-col .text-area {
  width: 50%;
  justify-content: center;
}
.staff .staff-card .content-col .text-area .gold-bg-text {
  width: 100%;
  background-color: #C3A97F;
  color: white;
  font-size: 12px;
  letter-spacing: 0;
  padding: 10px;
  line-height: 20px;
}
.staff .staff-card .content-col .text-area .gold-bg-text .highlight {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}
.staff .staff-card .content-col .text-area p {
  margin-left: 10px;
  font-size: 12px;
  letter-spacing: 0.05rem;
  line-height: 18px;
}
.staff .staff-card .content-col.fx-row-reverse .text-area p {
  margin-right: 10px;
  margin-left: 0;
}

.voices {
  margin-bottom: 24px;
}
.voices .voices-heading {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: fit-content;
  margin: 50px 0 12px 0;
}
.voices .voices-heading img {
  align-self: flex-start;
  margin-top: 5px;
  width: 58%;
  max-height: 78px;
}
.voices .voices-heading .bars {
  width: 74px;
}
.voices .voices-heading .bars span {
  background-color: #45407D;
  display: block;
  width: 100%;
  height: 9px;
  margin-bottom: 10px;
}
.voices .voices-gallery {
  width: 100%;
  background-color: #45407D;
}
.voices .voices-gallery img {
  width: 100%;
}
.voices .long-bars {
  width: 100%;
}
.voices .long-bars span {
  background-color: #45407D;
  display: block;
  width: 100%;
  height: 9px;
  margin-top: 8px;
}
.voices .long-bars span:nth-of-type(2) {
  height: 6px;
}

.video {
  width: 100%;
  height: clamp(200px, 100vw, 800px);
  background: url(./img/video-bg.svg) no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.video .channel-logo {
  width: 19%;
  margin-bottom: 10px;
  min-width: 76px;
}
.video .video-area {
  width: 79%;
  margin-bottom: 10px;
}
.video p {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin: 5px auto;
}

.qa {
  width: 100%;
  align-items: center;
  padding-bottom: 30px;
}
.qa .qa-heading {
  width: 47%;
  margin: 50px auto 20px auto;
}
.qa p {
  line-height: 20px;
  margin: 0 auto 30px auto;
}
.qa .qa-contents {
  width: 100%;
}
.qa .qa-contents .qa-point {
  width: 91%;
  border-top: 1px solid #333333;
  line-height: 18px;
  margin: 0 auto 0 auto;
  padding: 10px 0;
}
.qa .qa-contents .qa-point:last-of-type {
  border-bottom: 1px solid #333333;
}
.qa .qa-contents .qa-point .q-row,
.qa .qa-contents .qa-point .a-row {
  align-items: flex-start;
}
.qa .qa-contents .qa-point .q-row {
  margin-bottom: 5px;
}
.qa .qa-contents .qa-point .q-icon,
.qa .qa-contents .qa-point .a-icon {
  margin-left: 16px;
}
.qa .qa-contents .qa-point .q-text,
.qa .qa-contents .qa-point .a-text {
  margin-left: 10px;
  max-width: 89;
}

footer {
  width: 100%;
  background-color: #45407D;
  padding-top: 50px;
  align-items: center;
  color: white;
  font-size: 10px;
  text-align: center;
}
footer ul {
  align-items: center;
  padding-left: 0;
  list-style-type: none;
}
footer ul .split-block {
  text-align: start;
  margin-left: 10px;
}
footer .logo {
  width: 160px;
  margin: 30px auto 50px auto;
}

@keyframes slidein {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}

/*# sourceMappingURL=style.css.map */
