*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  line-height: 1.6;
  color: #2D2D32;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

header,
footer,
section,
main,
nav,
aside {
  display: block;
}

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

ol,
ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li,
dd {
  list-style-type: none;
}

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

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

p {
  padding: 0;
  margin: 0;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1259px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.is-pc {
  display: none;
}

@media (min-width: 1200px) {
  .is-pc {
    display: block;
  }
}

.is-tab {
  display: none;
}

@media (max-width: 1259px) {
  .is-tab {
    display: block;
  }
}

.is-sp {
  display: none;
}

@media (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

header {
  height: 72px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}

@media (max-width: 767px) {
  header {
    height: 52px;
  }
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
}

@media (max-width: 767px) {
  .header-content {
    height: 52px;
  }
}

.header-logo {
  font-size: 28px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: #9F9EC1;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .header-logo {
    font-size: 24px;
  }
}

.header-nav {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-nav-item + .header-nav-item {
  margin-left: 16px;
}

.header-nav-item a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 6.13px 0;
  position: relative;
}

.header-nav-item a::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 1.35px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #64629D;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-nav-item a:hover::after {
  opacity: 1;
}

.header-nav-item a.is-active::after {
  opacity: 1;
}

.header-button {
  margin-left: 14px;
}

.header-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #64629D;
  padding: 0 26px;
  border-radius: 25px;
  line-height: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-link:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0px 4px 6px 0px #0000003D;
          box-shadow: 0px 4px 6px 0px #0000003D;
}

.drawer-icon {
  position: fixed;
  top: 10px;
  right: 21px;
  width: 21px;
  height: 33px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  display: none;
}

@media (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}

.drawer-icon-title {
  width: 19px;
  height: 6px;
  margin: 0 auto;
}

.drawer-icon-title img {
  display: block;
}

.drawer-icon-title.is-click {
  display: none;
}

.drawer-icon-bars {
  width: 21px;
  height: 21px;
  position: relative;
  margin-top: 6px;
}

.drawer-icon-bars.is-click {
  margin-top: 3px;
}

.drawer-icon-bars.is-click .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
}

.drawer-icon-bars.is-click .drawer-icon-bar2 {
  display: none;
}

.drawer-icon-bars.is-click .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  top: 0;
  right: 0;
  background: #64629D;
  height: 3px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  border-radius: 3px;
}

.drawer-icon-bar1 {
  top: 0;
}

.drawer-icon-bar2 {
  top: 9px;
  width: 13.12px;
}

.drawer-icon-bar3 {
  top: 18px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 299;
  background: #EDECFC;
  margin-top: 52px;
  -webkit-transform: translate(105%);
          transform: translate(105%);
  -webkit-transition: -webkit-transform 1s ease 0s;
  transition: -webkit-transform 1s ease 0s;
  transition: transform 1s ease 0s;
  transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
}

.drawer-content.is-click {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content-items {
  margin-top: 82px;
}

.drawer-content-item + .drawer-content-item {
  margin-top: 20px;
}

.drawer-content-item a {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 0 20px 0 105px;
  position: relative;
}

.drawer-content-item a::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 9px;
  left: 64px;
  border: 2px solid #64629D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-button {
  margin-top: 60px;
  text-align: center;
}

.drawer-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  background: #64629D;
  color: #fff;
  height: 58px;
  line-height: 58px;
  padding: 0 42.3px;
  border-radius: 27px;
  -webkit-box-shadow: 0px 4px 6px 0px #0000003D;
          box-shadow: 0px 4px 6px 0px #0000003D;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.drawer-link:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0px 8px 6px 0px #0000003D;
          box-shadow: 0px 8px 6px 0px #0000003D;
}

.drawer-link.drawer-link2 {
  padding: 0 50px;
  background: #fff;
  color: #64629D;
  border: 1px solid #64629D;
  margin-top: 24px;
}

.main {
  background: #EDECFC;
  height: 580px;
  margin-top: 72px;
}

@media (max-width: 767px) {
  .main {
    margin-top: 52px;
    height: 723px;
  }
}

.main-content {
  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;
  height: 580px;
}

@media (max-width: 767px) {
  .main-content {
    display: block;
    position: relative;
    height: 723px;
    padding: 60px 0 40px;
  }
}

@media (max-width: 1259px) {
  .main-left {
    margin-right: 20px;
  }
}

.main-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 86.88px;
}

@media (max-width: 1259px) {
  .main-title {
    font-size: 40px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .main-title {
    font-size: 30px;
    line-height: 48px;
  }
}

.main-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .main-text {
    font-size: 16px;
    margin-top: 16px;
  }
}

.main-button {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .main-button {
    margin-top: 226px;
    text-align: center;
  }
}

.main-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  background: #64629D;
  color: #fff;
  height: 54px;
  line-height: 54px;
  padding: 0 26px;
  border-radius: 27px;
  -webkit-box-shadow: 0px 4px 6px 0px #0000003D;
          box-shadow: 0px 4px 6px 0px #0000003D;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-link:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0px 8px 6px 0px #0000003D;
          box-shadow: 0px 8px 6px 0px #0000003D;
}

.main-link.main-white-link {
  background: #fff;
  color: #64629D;
  border: 1px solid #64629D;
  margin-left: 37px;
}

@media (max-width: 1259px) {
  .main-link {
    display: block;
    padding: 0;
    width: 300px;
    text-align: center;
  }
  .main-link.main-white-link {
    margin-top: 20px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .main-link {
    height: 58px;
    line-height: 58px;
    padding: 0 51px;
  }
  .main-link.main-white-link {
    margin-left: 0;
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .main-right {
    position: absolute;
    top: 224px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.main-img {
  width: 515px;
  height: 515px;
}

.main-img img {
  display: block;
}

@media (max-width: 1259px) {
  .main-img {
    width: 390px;
    height: 390px;
  }
}

@media (max-width: 767px) {
  .main-img {
    width: 305px;
    height: 305px;
  }
}

.section {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}

.section-header {
  text-align: center;
}

.section-subtitle {
  font-size: 36px;
  font-weight: 700;
  color: #9F9EC1;
  font-family: "Lato", sans-serif;
  line-height: 35.81px;
}

@media (max-width: 767px) {
  .section-subtitle {
    font-size: 22px;
    line-height: 1;
  }
}

.section-title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #64629D;
  margin-top: 18px;
  line-height: 1;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
    line-height: 1.4;
    margin-top: 12px;
  }
}

.section-link {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  background: #64629D;
  color: #fff;
  height: 70px;
  line-height: 70px;
  padding: 0 56px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 6px 0px #0000003D;
          box-shadow: 0px 4px 6px 0px #0000003D;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-link:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0px 8px 6px 0px #0000003D;
          box-shadow: 0px 8px 6px 0px #0000003D;
}

@media (max-width: 767px) {
  .section-link {
    height: 58px;
    line-height: 58px;
    padding: 0 42px;
    font-size: 18px;
  }
}

.explanation {
  padding-top: 80px;
}

.expla-first-message {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: 29px;
}

.expla-first-message span {
  font-weight: 700;
}

@media (max-width: 767px) {
  .expla-first-message {
    font-size: 16px;
    margin-top: 24px;
  }
}

.expla-second-massage {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .expla-second-massage {
    margin-top: 20px;
    line-height: 25.6px;
  }
}

.expla-button {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .expla-button {
    margin-top: 24px;
  }
}

.feature {
  background: #F9F9F9;
}

.feature-wrapper {
  max-width: 1188px;
  margin: 100px auto 0;
}

@media (max-width: 767px) {
  .feature-wrapper {
    margin-top: 40px;
  }
}

.feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  height: 520px;
}

.feature-item.feature-item2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 153px;
  height: 467px;
}

.feature-item.feature-item3 {
  height: 530px;
}

@media (max-width: 767px) {
  .feature-item {
    display: block;
    height: 498px;
  }
  .feature-item.feature-item2 {
    margin-top: 60px;
    height: 482px;
  }
  .feature-item.feature-item3 {
    margin-top: 110px;
    height: 498px;
  }
}

.feature-body {
  background: #fff;
  padding: 65px 0 65px 40px;
  width: 742px;
  border-radius: 30px;
  height: auto;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.feature-body.feature-body2 {
  top: 0;
}

.feature-body.feature-body3 {
  bottom: 0;
}

@media (max-width: 767px) {
  .feature-body {
    padding: 49px 20px 40px;
    width: 100%;
    border-radius: 16px;
    display: block;
    margin-top: 205px;
  }
}

.feature-body-number {
  line-height: 71.61px;
  font-size: 72px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #64629D;
}

@media (max-width: 767px) {
  .feature-body-number {
    font-size: 42px;
    line-height: 1;
  }
}

.feature-item-title {
  margin-left: 18px;
}

@media (max-width: 767px) {
  .feature-item-title {
    margin-left: 0;
  }
}

.feature-body-title {
  line-height: 52.13px;
  font-size: 36px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .feature-body-title {
    font-size: 22px;
    line-height: 31.86px;
  }
}

.feature-body-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  width: 470px;
  height: 116px;
  margin-top: 17px;
}

@media (max-width: 767px) {
  .feature-body-text {
    font-size: 14px;
    line-height: 22.4px;
    width: auto;
    height: auto;
    margin-top: 8px;
  }
}

.feature-img {
  position: absolute;
  top: 0;
  right: 33px;
  width: 520px;
  height: 520px;
}

.feature-img img {
  display: block;
}

.feature-img.feature-img2 {
  left: 0;
  top: 25px;
}

.feature-img.feature-img3 {
  top: 0;
}

@media (max-width: 767px) {
  .feature-img {
    height: 280px;
    width: 280px;
    right: 48px;
  }
  .feature-img.feature-img2 {
    left: 47px;
  }
}

.about {
  padding: 60px 0;
  background: #2D2D32;
}

@media (max-width: 767px) {
  .about {
    padding: 40px 0;
  }
}

.about-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 52.13px;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .about-title {
    font-size: 18px;
    line-height: 28.8px;
  }
}

.about-button {
  text-align: center;
  margin-top: 32px;
}

@media (max-width: 767px) {
  .about-button {
    margin-top: 24px;
  }
}

.works-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 972px;
  margin: 40px auto 0;
}

@media (max-width: 767px) {
  .works-wrapper {
    margin-top: 24px;
  }
}

.works-item {
  width: calc(25% - 40px * 3 / 4);
  margin-right: 40px;
}

.works-item:nth-child(4n) {
  margin-right: 0;
}

.works-item:nth-child(n + 5) {
  margin-top: 50px;
}

.works-item img {
  display: block;
}

@media (max-width: 767px) {
  .works-item {
    width: calc(25% - 11px * 3 / 4);
    margin-right: 11px;
  }
  .works-item:nth-child(n + 5) {
    margin-top: 12.5px;
  }
}

.flow {
  background: #F9F9F9;
}

.flow-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1085px;
  margin: 55px auto 0;
}

@media (max-width: 767px) {
  .flow-wrapper {
    display: block;
    margin-top: 64px;
  }
}

.flow-item {
  width: 280px;
}

@media (max-width: 767px) {
  .flow-item {
    width: 100%;
  }
  .flow-item + .flow-item {
    margin-top: 84px;
  }
}

.flow-number {
  font-weight: 700;
  font-size: 48px;
  line-height: 47.74px;
  color: #64629D;
  font-family: "Lato", sans-serif;
  position: absolute;
  top: -15px;
  left: -15px;
}

@media (max-width: 767px) {
  .flow-number {
    top: -24px;
    left: 0;
  }
}

.flow-img {
  background: #EDECFC;
  border-radius: 30px;
  padding-top: 68.21%;
  position: relative;
}

.flow-img img {
  display: block;
  width: 199px;
  height: 149px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .flow-img {
    padding-top: 57.01%;
  }
}

.flow-item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34.75px;
  margin-top: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .flow-item-title {
    font-size: 20px;
    line-height: 20px;
  }
}

.flow-text {
  font-weight: 400;
  margin-top: 8px;
  line-height: 28.8px;
}

.price-wrapper {
  max-width: 1020px;
  margin: 84px auto 0;
}

.price-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.price-tab-box {
  background: #2D2D32;
  color: #fff;
  padding: 47px 13.1px 41px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box1.js-hover, .box2.js-hover, .box3.js-hover {
  background: #64629D;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.box1.js-hover .price-tab-button > .price-link, .box2.js-hover .price-tab-button > .price-link, .box3.js-hover .price-tab-button > .price-link {
  background: #64629D;
  color: #fff;
}

.box1.js-hover .price-tab-title, .box2.js-hover .price-tab-title, .box3.js-hover .price-tab-title {
  font-size: 28px;
}

.box1.js-hover .price-tab-money, .box2.js-hover .price-tab-money, .box3.js-hover .price-tab-money {
  font-size: 24px;
  margin-top: 7px;
}

.box1.js-hover .price-tab-money span, .box2.js-hover .price-tab-money span, .box3.js-hover .price-tab-money span {
  font-size: 42px;
}

.price-tab-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34.75px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.price-tab-money {
  font-size: 18px;
  font-weight: 700;
  margin-top: 17px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.price-tab-money span {
  font-size: 36px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.price-tab-button {
  margin-top: 28px;
}

.price-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  padding: 0 44.5px;
  background: #fff;
  color: #2D2D32;
  border-radius: 50px;
  border: 1px solid #fff;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.price-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: solid 1px #efefef;
}

.price-table th, .price-table td {
  vertical-align: middle;
  padding: 12.5px 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.price-table th.js-hover, .price-table td.js-hover {
  font-size: 24px;
  font-weight: 700;
}

.price-table th {
  width: 238px;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  padding-left: 32px;
}

.price-table td {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.plan1.js-hover, .plan2.js-hover, .plan3.js-hover {
  font-size: 24px;
  font-weight: 700;
  padding: 7px 0;
}

tr:nth-child(odd) {
  background: #EDECFC;
}

.price-button {
  padding: 17px 13px 14px 0;
  text-align: right;
}

.price-link2 {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  background: #fff;
  color: #2D2D32;
  border-radius: 50px;
  border: 2px solid #2D2D32;
}

.price-link2 + .price-link2 {
  margin-left: 20px;
}

.link1, .link2, .link3 {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.link1.js-hover, .link2.js-hover, .link3.js-hover {
  background: #2D2D32;
  color: #fff;
}

.qa {
  background: #F9F9F9;
}

.qa-wrapper {
  max-width: 920px;
  margin: 60px auto 0;
}

.qa-item + .qa-item {
  margin-top: 24px;
}

.qa-question {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #64629D;
  padding: 22px 22px 22px 56px;
  line-height: 18px;
  border-radius: 10px;
  position: relative;
}

.qa-question::before {
  position: absolute;
  content: "Q";
  font-size: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 24px;
  line-height: 22px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .qa-question {
    font-size: 16px;
    padding: 10px 10px 8px 47px;
    line-height: 25.6px;
    border-radius: 4px;
  }
  .qa-question::before {
    left: 15px;
    top: 22px;
  }
}

.qa-answer {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 400;
  background: #fff;
  border-radius: 10px;
  padding: 21px 25px 21px 56px;
  position: relative;
}

.qa-answer::before {
  position: absolute;
  content: "A";
  font-size: 22px;
  top: 21px;
  left: 24px;
  line-height: 22px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .qa-answer {
    font-size: 16px;
    line-height: 25.6px;
    padding: 12px 16px 12px 40px;
    margin-top: 16px;
  }
  .qa-answer::before {
    left: 15px;
    top: 12px;
  }
}

footer {
  background: #000;
  color: #fff;
  padding: 27px 0;
}

@media (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .footer-inner {
    display: block;
    text-align: center;
  }
}

.footer-sns-title {
  font-size: 18px;
  font-weight: 700;
}

.footer-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .footer-sns-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-sns-item + .footer-sns-item {
  margin-left: 18px;
}

.footer-sns-item a {
  display: inline-block;
  font-size: 24px;
  border-radius: 50%;
}

.footer-info {
  margin-right: auto;
}

@media (max-width: 767px) {
  .footer-info {
    margin-top: 32px;
  }
}

.footer-logo {
  font-size: 24px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0.03em;
}

.footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .footer-nav-list {
    display: block;
  }
}

.footer-nav-item + .footer-nav-item {
  margin-left: 14px;
}

.footer-nav-item a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  .footer-nav-item {
    margin-top: 10px;
  }
  .footer-nav-item + .footer-nav-item {
    margin-left: 0;
  }
}

.footer-copyright {
  margin-top: 10px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.footer-copyright small {
  margin-right: 14px;
}

@media (max-width: 767px) {
  .footer-copyright {
    margin-top: 20px;
  }
  .footer-copyright small {
    margin-right: 0;
  }
}
