@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 2.4242424242vw;
  }
}
@media (min-width: 990px) {
  html {
    font-size: 24px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.accordion-container__contents {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
.accordion-container__contents:last-child {
  margin-bottom: 0;
}

.accordion-title.is-active {
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
}
.accordion-title.is-active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.accordion-content.is-open {
  max-height: 120px;
  max-height: 7.5rem;
  opacity: 1;
  visibility: visible;
  padding-top: 17px;
  padding-top: 1.0625rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
}

.accordion-contents {
  padding: 0px 14px 0 15px;
  padding: 0rem 0.875rem 0 0.9375rem;
  border: 2px solid #154E9F;
  border: 0.125rem solid #154E9F;
  border-radius: 0.625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-contents__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #154E9F;
  padding: 9px 27px 11px 45px;
  padding: 0.5625rem 1.6875rem 0.6875rem 2.8125rem;
}
.accordion-contents__title.large-gap {
  padding-top: 21px;
  padding-top: 1.3125rem;
  padding-bottom: 23px;
  padding-bottom: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .accordion-contents__title.large-gap {
    padding-top: 0.5625rem;
    padding-bottom: 0.6875rem;
  }
}
.accordion-contents__content {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 1.6666666667;
  border-top: 1px solid #154E9F;
  border-top: 0.0625rem solid #154E9F;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 100;
  overflow: hidden;
}

.accordion-title {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-title::before {
  content: "Q";
  background: #154E9F;
  color: #fff;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 700;
  border-radius: 50%;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  position: absolute;
  top: 4px;
  top: 0.25rem;
  left: 0px;
  left: 0rem;
}
.accordion-title::after {
  content: "";
  position: absolute;
  top: 30px;
  top: 1.875rem;
  right: 2px;
  right: 0.125rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border: solid #154E9F;
  border-width: 4px 4px 0 0;
  border-width: 0.25rem 0.25rem 0 0; /* これが矢印の太さです */
  display: inline-block;
  padding: 4px;
  padding: 0.25rem; /* これが矢印の長さです */
}
@media screen and (min-width: 768px) {
  .accordion-title::after {
    top: 1rem;
  }
}

.drower-menu-list li {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}
.drower-menu-list li:last-child {
  margin-bottom: 0;
}

.drower-menu {
  height: calc(100vh - 4rem);
  width: 100%;
  margin-top: 64px;
  margin-top: 4rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.drower-menu.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.drower-menu-wrapper {
  overflow-y: scroll;
  -webkit-transform: translateX(25rem);
          transform: translateX(25rem);
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 273px;
  max-width: 17.0625rem;
  height: 100%;
  padding: 16px 0 14px;
  padding: 1rem 0 0.875rem;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.drower-menu-container {
  width: 100%;
  height: 100%;
  padding: 0 28px 32px;
  padding: 0 1.75rem 2rem;
  margin: 0 auto;
  position: relative;
}
.drower-menu-container__list {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.drower-menu-container__copy {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8333333333;
  bottom: 0;
  margin-top: 16px;
  margin-top: 1rem;
}
.drower-menu-container__btn .join-btn__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.5625rem;
}
.drower-menu .drower-menu-container__btn {
  margin: 0;
}
.drower-menu__mask {
  position: absolute;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.24;
}

.drower-menu.is-open .drower-menu-wrapper {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 330px) {
  .drower-menu.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hamburger {
  width: 64px;
  width: 4rem;
  height: 100%;
  background: #B60814;
  position: relative;
  cursor: pointer;
}
.hamburger__line {
  width: 22px;
  width: 1.375rem;
  height: 2px;
  height: 0.125rem;
  background: #fff;
  position: absolute;
  top: 22px;
  top: 1.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hamburger__line:nth-child(1) {
  top: 21px;
  top: 1.3125rem;
}
.hamburger__line:nth-child(2) {
  top: 31px;
  top: 1.9375rem;
}
.hamburger__line:nth-child(3) {
  top: 41px;
  top: 2.5625rem;
}

.is-active.hamburger__line:nth-child(1) {
  -webkit-transform: translate(calc(-50% + 0.5px), 0.65625rem) rotate(42deg);
          transform: translate(calc(-50% + 0.5px), 0.65625rem) rotate(42deg);
  width: 28px;
  width: 1.75rem;
}
.is-active.hamburger__line:nth-child(2) {
  opacity: 0;
}
.is-active.hamburger__line:nth-child(3) {
  -webkit-transform: translate(calc(-50% + 0.5px), -0.59375rem) rotate(-42deg);
          transform: translate(calc(-50% + 0.5px), -0.59375rem) rotate(-42deg);
  width: 28px;
  width: 1.75rem;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1040px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.is-fixed {
  height: 100vh;
  overflow-y: hidden;
}

.join-btn {
  max-width: 204px;
  max-width: 12.75rem;
  width: 100%;
  height: 51px;
  height: 3.1875rem;
  margin: 0 auto;
  border-radius: 1.625rem;
  position: relative;
  -webkit-box-shadow: 0 0.1875rem 0 0 #9D2C0A;
          box-shadow: 0 0.1875rem 0 0 #9D2C0A;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.join-btn:active {
  -webkit-transform: translateY(0.1875rem);
          transform: translateY(0.1875rem);
  -webkit-box-shadow: 0 0 0 0 #9D2C0A;
          box-shadow: 0 0 0 0 #9D2C0A;
}
.join-btn__text {
  width: 100%;
  text-align: center;
  height: 51px;
  height: 3.1875rem;
  line-height: 51px;
  line-height: 3.1875rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #E63F0D), color-stop(50%, #CE3C10));
  background: linear-gradient(to bottom, #E63F0D 50%, #CE3C10 50%);
  border-radius: 1.625rem;
  padding-right: 19px;
  padding-right: 1.1875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.join-btn__text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  right: 1.375rem;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  border-width: 0 0.1875rem 0.1875rem 0; /* これが矢印の太さです */
  display: inline-block;
  padding: 4px; /* これが矢印の長さです */
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
}
.join-btn__text::before {
  content: "";
  position: absolute;
  height: 3px;
  height: 0.1875rem;
  width: 15px;
  width: 0.9375rem;
  border-radius: 0.125rem;
  background: #fff;
  top: 50%;
  right: 24px;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .pc-content__right {
    margin: 0;
    max-width: 12.75rem;
    width: 100%;
    padding-bottom: 6.25rem;
  }
}
.pc-right-menu__list {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.pc-right-menu__list li {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}
.pc-right-menu__list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .pc-section {
    width: 100vw;
    margin: 0 auto;
    padding: 2.5rem 2.5rem;
    height: 100vh;
  }
  .pc-section__content {
    border: 0.1875rem solid #B60814;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    border-radius: 0.625rem;
    padding: 0 2.5625rem 0 3.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .pc-site-title {
    padding-top: 0.0625rem;
  }
  .pc-site-title__logo {
    width: 7.4375rem;
    margin-right: 0.25rem;
  }
  .pc-site-title__text {
    width: 24.9375rem;
    padding-top: 0.625rem;
    overflow: hidden;
  }
}
.red-line {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.red-line::after {
  content: "";
  width: calc(100% + 0.1875rem);
  height: calc(50% - 0.0625rem);
  position: absolute;
  background: #B60814;
  bottom: 1px;
  bottom: 0.0625rem;
  left: -4px;
  left: -0.25rem;
  z-index: -1;
}

.sec-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  letter-spacing: 0.075rem;
  margin-left: 6px;
  margin-left: 0.375rem;
}

.sp-section {
  max-width: 990px;
  margin: 0 auto;
}

.top-site-title__logo {
  width: 71px;
  width: 4.4375rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}
.top-site-title__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #B60814;
}

.top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.top-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  padding-left: 1.25rem;
  background: #fff;
  height: 64px;
  height: 4rem;
}

.yellow-line {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.yellow-line::after {
  content: "";
  left: -6px;
  left: -0.375rem;
  bottom: 1px;
  bottom: 0.0625rem;
  width: calc(100% + 0.6875rem);
  height: calc(45% - 0.125rem);
  position: absolute;
  background: #FCFC3A;
  z-index: -1;
  border-radius: 0.1875rem;
}

.active-slide {
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
  position: relative;
}

.active-swiper-slide {
  overflow-x: hidden;
  width: 100%;
  height: 234px;
  height: 14.625rem;
}

.active-wrapper {
  padding: 0 0 43px;
  padding: 0 0 2.6875rem;
}
.active-container {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}
.active-container__title {
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
  padding: 0 19px;
  padding: 0 1.1875rem;
  letter-spacing: 1.1px;
  letter-spacing: 0.06875rem;
}
.active-container__title .yellow-line::after {
  left: -5px;
  left: -0.3125rem;
  bottom: 1.5px;
  bottom: 0.09375rem;
  width: calc(100% + 0.6875rem);
  height: calc(45% - 0.125rem);
}

.check-item__image {
  width: 34px;
  width: 2.125rem;
  margin-right: 6px;
  margin-right: 0.375rem;
}
.check-item__text {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.check-list__item {
  line-height: 34px;
  line-height: 2.125rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-left: 8px;
  margin-left: 0.5rem;
  margin-bottom: -1px;
  margin-bottom: -0.0625rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.check-list__item:last-child {
  border-top: 0;
}

.checklist-wrapper {
  padding: 48px 0 47px;
  padding: 3rem 0 2.9375rem;
}
.checklist-container {
  padding: 0 20px;
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}
.checklist-container__title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #B60814;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  letter-spacing: 0;
  margin-right: 6px;
  margin-right: 0.375rem;
}
.checklist-container__title .yellow-line::after {
  left: -5px;
  left: -0.3125rem;
  bottom: 1px;
  bottom: 0.0625rem;
  width: 103%;
  height: calc(45% + 0.125rem);
}

.footer-copy {
  font-size: 12px;
  font-size: 0.75rem;
}
.footer-copy__design {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
.footer-copy__develop {
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
}
.footer-copy__logo {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.foot-logo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.foot-logo__image {
  width: 59px;
  width: 3.6875rem;
  overflow: hidden;
}

.footer-nav {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.footer-nav li {
  width: 50%;
  font-size: 15px;
  font-size: 0.9375rem;
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff;
}
.footer-nav li:nth-child(odd) {
  border-right: 1px solid #fff;
  border-right: 0.0625rem solid #fff;
}
.footer-nav li a {
  display: block;
  padding: 13px 0 12px;
  padding: 0.8125rem 0 0.75rem;
  width: 100%;
  letter-spacing: 0.2px;
  letter-spacing: 0.0125rem;
}
.footer-nav li:nth-child(n+3) a {
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
}
.footer-nav li:nth-child(n+5) a {
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}

.footer-wrapper {
  padding-bottom: 31px;
  padding-bottom: 1.9375rem;
  color: #fff;
  position: relative;
  background: #B60814;
  text-align: center;
}
.footer-container {
  width: 100%;
  margin: 0 auto;
}
.footer-container__nav {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.join-wrapper {
  padding: 40px 0 43px;
  padding: 2.5rem 0 2.6875rem;
  background: #FC9F4F;
  color: #fff;
  text-align: center;
}
.join-container {
  max-width: 990px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.join-container__title {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 1.1px;
  letter-spacing: 0.06875rem;
  padding-left: 1px;
  padding-left: 0.0625rem;
  text-shadow: #000;
}
.join-container__text {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
  line-height: 1.68;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

.lesson-wrapper {
  padding: 32px 0 29px;
  padding: 2rem 0 1.8125rem;
  background: #000;
  color: #fff;
}
.lesson-container {
  max-width: 375px;
  max-width: 23.4375rem;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.lesson-container__title {
  padding-left: 4px;
  padding-left: 0.25rem;
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  line-height: 1.45;
}
.lesson-container__title span {
  font-size: 22px;
  font-size: 1.375rem;
  padding-left: 1px;
  padding-left: 0.0625rem;
  padding-right: 4px;
  padding-right: 0.25rem;
  margin-right: 3px;
  margin-right: 0.1875rem;
}
.lesson-container__image {
  height: 371px;
  height: 23.1875rem;
  width: 100%;
  overflow: hidden;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}
.lesson-container__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 1.8333333333;
}
.lesson-container__text a {
  text-decoration: underline;
}

.merit-content {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.merit-content:last-child {
  margin-bottom: 0;
}
.merit-content__image {
  width: 114px;
  width: 7.125rem;
  height: 114px;
  height: 7.125rem;
  border-radius: 50%;
  overflow: hidden;
  border: 7px solid #FFFFB4;
  border: 0.4375rem solid #FFFFB4;
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .merit-content__image {
    width: 12.5rem;
    height: 12.5rem;
  }
}
.merit-content__text {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 6px;
  padding-left: 0.375rem;
  line-height: 1.6;
}
.merit-content__text span {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.merit-content__text .custom-font-size {
  font-size: 30px;
  font-size: 1.875rem;
}
.merit-content:nth-child(1) .merit-content__image {
  margin-right: 14px;
  margin-right: 0.875rem;
}
.merit-content:nth-child(1) .merit-content__text {
  line-height: 1.2;
}
.merit-content:nth-child(1) .merit-content__text p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.merit-content:nth-child(1) .merit-content__text p .custom-font-size {
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-right: 0px;
  padding-right: 0rem;
}
.merit-content:nth-child(1) .merit-content__text .yellow-line::after {
  left: 4px;
  left: 0.25rem;
  bottom: 2px;
  bottom: 0.125rem;
  width: calc(100% - 0.25rem);
  height: calc(45% - 0.375rem);
}
.merit-content:nth-child(2) .merit-content__text {
  line-height: 1.65;
  padding-top: 2px;
  padding-top: 0.125rem;
}
.merit-content:nth-child(2) .merit-content__text .yellow-line::after {
  left: -6px;
  left: -0.375rem;
  bottom: 3px;
  bottom: 0.1875rem;
  width: calc(100% + 0.3125rem);
  height: calc(45% - 0.3125rem);
}
.merit-content:nth-child(3) .merit-content__text {
  line-height: 1.9;
  padding-bottom: 1px;
  padding-bottom: 0.0625rem;
}
.merit-content:nth-child(3) .merit-content__text .yellow-line {
  line-height: 1.4;
}
.merit-content:nth-child(3) .merit-content__text .yellow-line::after {
  left: -6px;
  left: -0.375rem;
  bottom: 0px;
  bottom: 0rem;
  width: 100%;
  height: 45%;
}
@media screen and (min-width: 768px) {
  .merit-content:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.merit-wrapper {
  padding: 32px 0;
  padding: 2rem 0;
  background: #C9EBF4;
}
.merit-container {
  padding: 0 20px;
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}
.merit-container__title {
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
  letter-spacing: 0px;
  letter-spacing: 0rem;
  margin-left: 0;
}
.merit-container__title .yellow-line {
  padding-left: 7px;
  padding-left: 0.4375rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
  letter-spacing: 0px;
  letter-spacing: 0rem;
}
.merit-container__title .yellow-line::after {
  left: 2px;
  left: 0.125rem;
  bottom: 3px;
  bottom: 0.1875rem;
  width: calc(100% - 0.1875rem);
  height: calc(45% - 0.0625rem);
}
.merit-container__title .yellow-line.second {
  padding-left: 5px;
  padding-left: 0.3125rem;
}
.merit-container__title .yellow-line.second::after {
  left: 0px;
  left: 0rem;
  width: calc(100% - 0.25rem);
}
.merit-container__title .custom-font-size {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0px;
  letter-spacing: 0rem;
}

.mv-wrapper {
  margin-top: 64px;
  margin-top: 4rem;
  background-image: url(../images/common/mv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .mv-wrapper {
    background-position-y: 20%;
  }
}
.mv-container {
  position: relative;
  width: 100%;
  padding-top: 79.7333333333%;
}
@media screen and (min-width: 768px) {
  .mv-container {
    padding-top: 37.3333333333%;
  }
}
.mv-container__text {
  position: absolute;
  bottom: 45px;
  bottom: 2.8125rem;
  left: 0;
}
.mv-container__text p {
  font-size: 22px;
  font-size: 1.375rem;
  background: #B60814;
  color: #fff;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  display: inline-block;
  padding-left: 8px;
  padding-left: 0.5rem;
  font-weight: 700;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}
.mv-container__text p:first-child {
  padding-right: 11px;
  padding-right: 0.6875rem;
}
.mv-container__text p:last-child {
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding-right: 3px;
  padding-right: 0.1875rem;
}

.practice-achieve {
  max-width: 268px;
  max-width: 16.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .practice-achieve {
    max-width: 100%;
  }
}
.practice-achieve__circle:nth-child(1), .practice-achieve__circle:nth-child(2) {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.practice-body {
  max-width: 990px;
  padding: 0 20px 0 20px;
  padding: 0 1.25rem 0 1.25rem;
  margin: 0 auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
.practice-body__title {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #B60814;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}
.practice-body__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8333333333;
  letter-spacing: 0;
}

.practice-circle {
  width: 122px;
  width: 7.625rem;
  height: 122px;
  height: 7.625rem;
  background: #B60814;
  color: #fff;
  border-radius: 50%;
  position: relative;
}
.practice-circle__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  text-align: center;
}
.practice-circle__text .custom-font-size {
  font-size: 25px;
  font-size: 1.5625rem;
}
.practice-circle__text.small-text {
  font-size: 14px;
  font-size: 0.875rem;
}
.practice-circle__text.error-text {
  bottom: calc(50% + 0.25rem);
  letter-spacing: 0.1px;
  letter-spacing: 0.00625rem;
  line-height: 1.45;
}

.practice-content {
  width: 100%;
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
}
.practice-content:last-child {
  margin-bottom: 0;
}
.practice-content:nth-child(2) {
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
}

.practice-content__image {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.practice-content__image::before {
  content: "";
  display: block;
  padding-top: 53.3333333333%;
}
@media screen and (min-width: 768px) {
  .practice-content__image::before {
    padding-top: 26.6666666667%;
  }
}

.practice-content__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.practice-wrapper {
  padding: 50px 0 47.5px;
  padding: 3.125rem 0 2.96875rem;
}
.practice-container {
  width: 100%;
}
.practice-container__title {
  margin-bottom: 33px;
  margin-bottom: 2.0625rem;
  max-width: 990px;
  padding: 0 19px;
  padding: 0 1.1875rem;
  color: #B60814;
  letter-spacing: 0px;
  letter-spacing: 0rem;
  line-height: 1.3333333333;
}
.practice-container__title .yellow-line::after {
  left: -5px;
  left: -0.3125rem;
  bottom: -1px;
  bottom: -0.0625rem;
  width: calc(100% + 0.3125rem);
  height: calc(45% + 0.0625rem);
}
.practice-container__contents {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}

.q-a-wrapper {
  padding: 48px 0;
  padding: 3rem 0;
}
.q-a-container {
  max-width: 990px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.q-a-container__title {
  margin-bottom: 31px;
  margin-bottom: 1.9375rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
.q-a-container__title .yellow-line::after {
  left: -5px;
  left: -0.3125rem;
  bottom: 1px;
  bottom: 0.0625rem;
  width: calc(100% + 0.5625rem);
  height: calc(45% - 0.0625rem);
}

.shop-wrapper {
  padding: 32px 0 29px;
  padding: 2rem 0 1.8125rem;
  color: #fff;
  position: relative;
}
.shop-wrapper__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.shop-wrapper__image-mask {
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.shop-container {
  max-width: 375px;
  max-width: 23.4375rem;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.shop-container__title {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}
.shop-container__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 1.8333333333;
}

#swiper-pagination {
  bottom: 0;
  padding-left: 18px;
  padding-left: 1.125rem;
  z-index: 1;
  /* ページネーションのサイズと色 */
}
#swiper-pagination .swiper-pagination-bullet {
  background: #999;
  margin-right: 12px;
  margin-right: 0.75rem;
  width: 11px;
  width: 0.6875rem;
  height: 11px;
  height: 0.6875rem;
}
#swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #B60814;
  border: 0.0625rem solid #B60814;
  position: relative;
  background: #fff;
}
#swiper-pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 1px;
  top: 0.0625rem;
  left: 1px;
  left: 0.0625rem;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  border-radius: 50%;
  background: #B60814;
}

.voice-card {
  padding: 16px 20px 17px;
  padding: 1rem 1.25rem 1.0625rem;
  background: #F7F7F7;
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
  font-size: 12px;
  font-size: 0.75rem;
}
.voice-card:nth-child(2) {
  padding-top: 13px;
  padding-top: 0.8125rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.voice-card:last-child {
  margin-bottom: 0;
}

.voice-head {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  text-align: left;
  position: relative;
}
.voice-head__image {
  width: 133px;
  width: 8.3125rem;
  overflow: hidden;
  position: absolute;
  right: -32px;
  right: -2rem;
  top: -28px;
  top: -1.75rem;
  border-radius: 50%;
}

.voice-text {
  margin-right: 30px;
  margin-right: 1.875rem;
  font-weight: 700;
}
.voice-text__title {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  color: #B60814;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}
.voice-text__info {
  line-height: 1.3333333333;
}
.voice-text__info span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.voice-wrapper {
  padding: 48px 0 46px;
  padding: 3rem 0 2.875rem;
}
.voice-container {
  padding: 0 20px;
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}
.voice-container__title {
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
.voice-container__title .yellow-line::after {
  left: -6px;
  left: -0.375rem;
  bottom: 1px;
  bottom: 0.0625rem;
  width: calc(100% + 0.75rem);
  height: calc(45% - 0.0625rem);
}
.voice__body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 1.6666666667;
}
/*# sourceMappingURL=styles.css.map */
